Skip to content
Success

Console Output

Pull request #47763 opened
22:40:05 Connecting to https://api.github.com using docker-jenkins GitHub credentials
Obtained Jenkinsfile from eeec716e332e5c058dfe70ddc0006d8552f632b2+faf84d7f0a1f2e6badff6f720a3e1e559c356fff (aac2f37f9c499c085ffb3f2c63f169972e889759)
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision c8880eb865108326b5561629a909e5c780e6ef50
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/jenkins_home/workspace/moby_PR-47763@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29 # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision c8880eb865108326b5561629a909e5c780e6ef50 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10
Commit message: "Merge pull request #28 from docker/codeowners_oos4a9mi"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
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
22:40:08 [2024-04-25T22:40:08.357Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
22:40:08 [2024-04-25T22:40:08.360Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
22:40:23 [2024-04-25T22:40:23.570Z] Still waiting to schedule task
22:40:23 [2024-04-25T22:40:23.571Z]EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0d7c94f67731df671)’ is offline
22:41:14 [2024-04-25T22:41:14.267Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0d7c94f67731df671) in /home/ubuntu/workspace/moby_PR-47763
[Pipeline] {
[Pipeline] checkout
22:41:14 [2024-04-25T22:41:14.294Z] The recommended git tool is: git
22:41:16 [2024-04-25T22:41:16.767Z] using credential docker-jenkins-github-credentials
22:41:16 [2024-04-25T22:41:16.777Z] Cloning the remote Git repository
22:41:16 [2024-04-25T22:41:16.777Z] Cloning with configured refspecs honoured and without tags
22:41:16 [2024-04-25T22:41:16.857Z] Cloning repository https://github.com/moby/moby.git
22:41:16 [2024-04-25T22:41:16.915Z]  > git init /home/ubuntu/workspace/moby_PR-47763 # timeout=10
22:41:17 [2024-04-25T22:41:17.546Z] Fetching upstream changes from https://github.com/moby/moby.git
22:41:17 [2024-04-25T22:41:17.546Z]  > git --version # timeout=10
22:41:17 [2024-04-25T22:41:17.549Z]  > git --version # 'git version 2.25.1'
22:41:17 [2024-04-25T22:41:17.550Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:41:17 [2024-04-25T22:41:17.558Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47763/head:refs/remotes/origin/PR-47763 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:41:30 [2024-04-25T22:41:30.790Z] Fetching without tags
22:41:30 [2024-04-25T22:41:30.953Z] Merging remotes/origin/master commit faf84d7f0a1f2e6badff6f720a3e1e559c356fff into PR head commit eeec716e332e5c058dfe70ddc0006d8552f632b2
22:41:31 [2024-04-25T22:41:31.659Z] Merge succeeded, producing eeec716e332e5c058dfe70ddc0006d8552f632b2
22:41:31 [2024-04-25T22:41:31.660Z] Checking out Revision eeec716e332e5c058dfe70ddc0006d8552f632b2 (PR-47763)
22:41:30 [2024-04-25T22:41:30.572Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:41:30 [2024-04-25T22:41:30.576Z]  > git config --add remote.origin.fetch +refs/pull/47763/head:refs/remotes/origin/PR-47763 # timeout=10
22:41:30 [2024-04-25T22:41:30.578Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:41:30 [2024-04-25T22:41:30.822Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:41:30 [2024-04-25T22:41:30.829Z] Fetching upstream changes from https://github.com/moby/moby.git
22:41:30 [2024-04-25T22:41:30.829Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:41:30 [2024-04-25T22:41:30.832Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47763/head:refs/remotes/origin/PR-47763 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:41:30 [2024-04-25T22:41:30.994Z]  > git config core.sparsecheckout # timeout=10
22:41:31 [2024-04-25T22:41:31.005Z]  > git checkout -f eeec716e332e5c058dfe70ddc0006d8552f632b2 # timeout=10
22:41:31 [2024-04-25T22:41:31.676Z]  > git remote # timeout=10
22:41:31 [2024-04-25T22:41:31.680Z]  > git config --get remote.origin.url # timeout=10
22:41:31 [2024-04-25T22:41:31.682Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:41:31 [2024-04-25T22:41:31.685Z]  > git merge faf84d7f0a1f2e6badff6f720a3e1e559c356fff # timeout=10
22:41:31 [2024-04-25T22:41:31.691Z]  > git rev-parse HEAD^{commit} # timeout=10
22:41:31 [2024-04-25T22:41:31.696Z]  > git config core.sparsecheckout # timeout=10
22:41:31 [2024-04-25T22:41:31.698Z]  > git checkout -f eeec716e332e5c058dfe70ddc0006d8552f632b2 # timeout=10
22:41:32 [2024-04-25T22:41:32.827Z] Commit message: "Update containerd to v1.7.16"
22:41:32 [2024-04-25T22:41:32.827Z] First time build. Skipping changelog.
22:41:32 [2024-04-25T22:41:32.877Z]  > git --version # timeout=10
22:41:32 [2024-04-25T22:41:32.879Z]  > git --version # 'git version 2.25.1'
22:41:32 [2024-04-25T22:41:32.881Z] fatal: bad object c8880eb865108326b5561629a909e5c780e6ef50
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:41:33 [2024-04-25T22:41:33.609Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47763:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
22:41:37 [2024-04-25T22:41:37.786Z] Unable to find image 'alpine:latest' locally
22:41:37 [2024-04-25T22:41:37.786Z] latest: Pulling from library/alpine
22:41:37 [2024-04-25T22:41:37.786Z] bca4290a9639: Pulling fs layer
22:41:37 [2024-04-25T22:41:37.786Z] bca4290a9639: Verifying Checksum
22:41:37 [2024-04-25T22:41:37.786Z] bca4290a9639: Download complete
22:41:37 [2024-04-25T22:41:37.786Z] bca4290a9639: Pull complete
22:41:38 [2024-04-25T22:41:38.043Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
22:41:38 [2024-04-25T22:41:38.043Z] Status: Downloaded newer image for alpine:latest
22:41:50 [2024-04-25T22:41:50.242Z] 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
22:41:50 [2024-04-25T22:41:50.549Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0d7c94f67731df671) in /home/ubuntu/workspace/moby_PR-47763
[Pipeline] {
[Pipeline] checkout
22:41:50 [2024-04-25T22:41:50.563Z] The recommended git tool is: git
22:41:50 [2024-04-25T22:41:50.568Z] using credential docker-jenkins-github-credentials
22:41:50 [2024-04-25T22:41:50.578Z] Fetching changes from the remote Git repository
22:41:50 [2024-04-25T22:41:50.588Z] Fetching without tags
22:41:50 [2024-04-25T22:41:50.768Z] Merging remotes/origin/master commit faf84d7f0a1f2e6badff6f720a3e1e559c356fff into PR head commit eeec716e332e5c058dfe70ddc0006d8552f632b2
22:41:50 [2024-04-25T22:41:50.817Z] Merge succeeded, producing eeec716e332e5c058dfe70ddc0006d8552f632b2
22:41:50 [2024-04-25T22:41:50.817Z] Checking out Revision eeec716e332e5c058dfe70ddc0006d8552f632b2 (PR-47763)
22:41:50 [2024-04-25T22:41:50.858Z] Commit message: "Update containerd to v1.7.16"
22:41:50 [2024-04-25T22:41:50.886Z]  > git --version # timeout=10
22:41:50 [2024-04-25T22:41:50.888Z]  > git --version # 'git version 2.25.1'
22:41:50 [2024-04-25T22:41:50.890Z] fatal: bad object c8880eb865108326b5561629a909e5c780e6ef50
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:41:51 [2024-04-25T22:41:51.482Z] + docker version
22:41:51 [2024-04-25T22:41:51.482Z] Client: Docker Engine - Community
22:41:51 [2024-04-25T22:41:51.482Z]  Version:           25.0.3
22:41:51 [2024-04-25T22:41:51.482Z]  API version:       1.44
22:41:51 [2024-04-25T22:41:51.482Z]  Go version:        go1.21.6
22:41:51 [2024-04-25T22:41:51.482Z]  Git commit:        4debf41
22:41:51 [2024-04-25T22:41:51.482Z]  Built:             Tue Feb  6 21:13:09 2024
22:41:51 [2024-04-25T22:41:51.482Z]  OS/Arch:           linux/arm64
22:41:51 [2024-04-25T22:41:51.482Z]  Context:           default
22:41:51 [2024-04-25T22:41:51.482Z] 
22:41:51 [2024-04-25T22:41:51.482Z] Server: Docker Engine - Community
22:41:51 [2024-04-25T22:41:51.482Z]  Engine:
22:41:51 [2024-04-25T22:41:51.482Z]   Version:          25.0.3
22:41:51 [2024-04-25T22:41:51.482Z]   API version:      1.44 (minimum version 1.24)
22:41:51 [2024-04-25T22:41:51.482Z]   Go version:       go1.21.6
22:41:51 [2024-04-25T22:41:51.482Z]   Git commit:       f417435
22:41:51 [2024-04-25T22:41:51.482Z]   Built:            Tue Feb  6 21:13:09 2024
22:41:51 [2024-04-25T22:41:51.482Z]   OS/Arch:          linux/arm64
22:41:51 [2024-04-25T22:41:51.482Z]   Experimental:     true
22:41:51 [2024-04-25T22:41:51.482Z]  containerd:
22:41:51 [2024-04-25T22:41:51.482Z]   Version:          1.6.28
22:41:51 [2024-04-25T22:41:51.482Z]   GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
22:41:51 [2024-04-25T22:41:51.482Z]  runc:
22:41:51 [2024-04-25T22:41:51.482Z]   Version:          1.1.12
22:41:51 [2024-04-25T22:41:51.482Z]   GitCommit:        v1.1.12-0-g51d5e94
22:41:51 [2024-04-25T22:41:51.482Z]  docker-init:
22:41:51 [2024-04-25T22:41:51.482Z]   Version:          0.19.0
22:41:51 [2024-04-25T22:41:51.482Z]   GitCommit:        de40ad0
[Pipeline] sh
22:41:50 [2024-04-25T22:41:50.595Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-47763/.git # timeout=10
22:41:50 [2024-04-25T22:41:50.603Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:41:50 [2024-04-25T22:41:50.610Z] Fetching upstream changes from https://github.com/moby/moby.git
22:41:50 [2024-04-25T22:41:50.610Z]  > git --version # timeout=10
22:41:50 [2024-04-25T22:41:50.612Z]  > git --version # 'git version 2.25.1'
22:41:50 [2024-04-25T22:41:50.612Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:41:50 [2024-04-25T22:41:50.615Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47763/head:refs/remotes/origin/PR-47763 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:41:50 [2024-04-25T22:41:50.789Z]  > git config core.sparsecheckout # timeout=10
22:41:50 [2024-04-25T22:41:50.791Z]  > git checkout -f eeec716e332e5c058dfe70ddc0006d8552f632b2 # timeout=10
22:41:50 [2024-04-25T22:41:50.820Z]  > git remote # timeout=10
22:41:50 [2024-04-25T22:41:50.823Z]  > git config --get remote.origin.url # timeout=10
22:41:50 [2024-04-25T22:41:50.825Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:41:50 [2024-04-25T22:41:50.828Z]  > git merge faf84d7f0a1f2e6badff6f720a3e1e559c356fff # timeout=10
22:41:50 [2024-04-25T22:41:50.834Z]  > git rev-parse HEAD^{commit} # timeout=10
22:41:50 [2024-04-25T22:41:50.838Z]  > git config core.sparsecheckout # timeout=10
22:41:50 [2024-04-25T22:41:50.840Z]  > git checkout -f eeec716e332e5c058dfe70ddc0006d8552f632b2 # timeout=10
22:41:51 [2024-04-25T22:41:51.755Z] + docker info
22:41:59 [2024-04-25T22:41:59.847Z] Client: Docker Engine - Community
22:41:59 [2024-04-25T22:41:59.847Z]  Version:    25.0.3
22:41:59 [2024-04-25T22:41:59.847Z]  Context:    default
22:41:59 [2024-04-25T22:41:59.847Z]  Debug Mode: false
22:41:59 [2024-04-25T22:41:59.847Z]  Plugins:
22:41:59 [2024-04-25T22:41:59.847Z]   buildx: Docker Buildx (Docker Inc.)
22:41:59 [2024-04-25T22:41:59.847Z]     Version:  v0.12.1
22:41:59 [2024-04-25T22:41:59.847Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
22:41:59 [2024-04-25T22:41:59.847Z]   compose: Docker Compose (Docker Inc.)
22:41:59 [2024-04-25T22:41:59.847Z]     Version:  v2.24.6
22:41:59 [2024-04-25T22:41:59.847Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
22:41:59 [2024-04-25T22:41:59.847Z] 
22:41:59 [2024-04-25T22:41:59.847Z] Server:
22:41:59 [2024-04-25T22:41:59.847Z]  Containers: 0
22:41:59 [2024-04-25T22:41:59.847Z]   Running: 0
22:41:59 [2024-04-25T22:41:59.847Z]   Paused: 0
22:41:59 [2024-04-25T22:41:59.847Z]   Stopped: 0
22:41:59 [2024-04-25T22:41:59.847Z]  Images: 1
22:41:59 [2024-04-25T22:41:59.847Z]  Server Version: 25.0.3
22:41:59 [2024-04-25T22:41:59.847Z]  Storage Driver: overlay2
22:41:59 [2024-04-25T22:41:59.847Z]   Backing Filesystem: extfs
22:41:59 [2024-04-25T22:41:59.847Z]   Supports d_type: true
22:41:59 [2024-04-25T22:41:59.847Z]   Using metacopy: false
22:41:59 [2024-04-25T22:41:59.847Z]   Native Overlay Diff: true
22:41:59 [2024-04-25T22:41:59.847Z]   userxattr: false
22:41:59 [2024-04-25T22:41:59.847Z]  Logging Driver: json-file
22:41:59 [2024-04-25T22:41:59.847Z]  Cgroup Driver: cgroupfs
22:41:59 [2024-04-25T22:41:59.847Z]  Cgroup Version: 1
22:41:59 [2024-04-25T22:41:59.847Z]  Plugins:
22:41:59 [2024-04-25T22:41:59.847Z]   Volume: local
22:41:59 [2024-04-25T22:41:59.847Z]   Network: bridge host ipvlan macvlan null overlay
22:41:59 [2024-04-25T22:41:59.847Z]   Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
22:41:59 [2024-04-25T22:41:59.847Z]  Swarm: inactive
22:41:59 [2024-04-25T22:41:59.847Z]  Runtimes: io.containerd.runc.v2 runc
22:41:59 [2024-04-25T22:41:59.847Z]  Default Runtime: runc
22:41:59 [2024-04-25T22:41:59.847Z]  Init Binary: docker-init
22:41:59 [2024-04-25T22:41:59.847Z]  containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
22:41:59 [2024-04-25T22:41:59.847Z]  runc version: v1.1.12-0-g51d5e94
22:41:59 [2024-04-25T22:41:59.847Z]  init version: de40ad0
22:41:59 [2024-04-25T22:41:59.847Z]  Security Options:
22:41:59 [2024-04-25T22:41:59.847Z]   apparmor
22:41:59 [2024-04-25T22:41:59.847Z]   seccomp
22:41:59 [2024-04-25T22:41:59.847Z]    Profile: builtin
22:41:59 [2024-04-25T22:41:59.847Z]  Kernel Version: 5.15.0-1053-aws
22:41:59 [2024-04-25T22:41:59.847Z]  Operating System: Ubuntu 20.04.6 LTS
22:41:59 [2024-04-25T22:41:59.847Z]  OSType: linux
22:41:59 [2024-04-25T22:41:59.847Z]  Architecture: aarch64
22:41:59 [2024-04-25T22:41:59.847Z]  CPUs: 8
22:41:59 [2024-04-25T22:41:59.847Z]  Total Memory: 30.64GiB
22:41:59 [2024-04-25T22:41:59.847Z]  Name: ip-10-100-96-208
22:41:59 [2024-04-25T22:41:59.847Z]  ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac
22:41:59 [2024-04-25T22:41:59.847Z]  Docker Root Dir: /var/lib/docker
22:41:59 [2024-04-25T22:41:59.847Z]  Debug Mode: false
22:41:59 [2024-04-25T22:41:59.847Z]  Experimental: true
22:41:59 [2024-04-25T22:41:59.847Z]  Insecure Registries:
22:41:59 [2024-04-25T22:41:59.847Z]   127.0.0.0/8
22:41:59 [2024-04-25T22:41:59.847Z]  Live Restore Enabled: true
22:41:59 [2024-04-25T22:41:59.847Z] 
[Pipeline] sh
22:42:00 [2024-04-25T22:42:00.120Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
22:42:00 [2024-04-25T22:42:00.120Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
22:42:00 [2024-04-25T22:42:00.120Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47763/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
22:42:00 [2024-04-25T22:42:00.120Z] + bash /home/ubuntu/workspace/moby_PR-47763/check-config.sh
22:42:00 [2024-04-25T22:42:00.120Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:42:00 [2024-04-25T22:42:00.120Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ...
22:42:00 [2024-04-25T22:42:00.120Z] 
22:42:00 [2024-04-25T22:42:00.120Z] Generally Necessary:
22:42:00 [2024-04-25T22:42:00.120Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:42:00 [2024-04-25T22:42:00.120Z] - apparmor: enabled and tools installed
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_NAMESPACES: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_NET_NS: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_PID_NS: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_IPC_NS: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_UTS_NS: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_CGROUPS: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_CGROUP_CPUACCT: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_CGROUP_DEVICE: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_CGROUP_FREEZER: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_CGROUP_SCHED: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_CPUSETS: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_MEMCG: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_KEYS: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_VETH: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_BRIDGE: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_NF_NAT: enabled (as module)
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_POSIX_MQUEUE: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_CGROUP_BPF: enabled
22:42:00 [2024-04-25T22:42:00.378Z] 
22:42:00 [2024-04-25T22:42:00.378Z] Optional Features:
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_USER_NS: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_SECCOMP: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_SECCOMP_FILTER: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_CGROUP_PIDS: enabled
22:42:00 [2024-04-25T22:42:00.378Z] - CONFIG_MEMCG_SWAP: enabled
22:42:00 [2024-04-25T22:42:00.378Z]     (cgroup swap accounting is currently enabled)
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_BLK_CGROUP: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_CGROUP_PERF: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_CGROUP_HUGETLB: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_CFS_BANDWIDTH: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_RT_GROUP_SCHED: missing
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_IP_VS: enabled (as module)
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_IP_VS_NFCT: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_IP_VS_RR: enabled (as module)
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_SECURITY_SELINUX: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_SECURITY_APPARMOR: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_EXT4_FS: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:42:00 [2024-04-25T22:42:00.635Z] - Network Drivers:
22:42:00 [2024-04-25T22:42:00.635Z]   - "overlay":
22:42:00 [2024-04-25T22:42:00.635Z]     - CONFIG_VXLAN: enabled (as module)
22:42:00 [2024-04-25T22:42:00.635Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:42:00 [2024-04-25T22:42:00.635Z]       Optional (for encrypted networks):
22:42:00 [2024-04-25T22:42:00.635Z]       - CONFIG_CRYPTO: enabled
22:42:00 [2024-04-25T22:42:00.635Z]       - CONFIG_CRYPTO_AEAD: enabled
22:42:00 [2024-04-25T22:42:00.635Z]       - CONFIG_CRYPTO_GCM: enabled
22:42:00 [2024-04-25T22:42:00.635Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:42:00 [2024-04-25T22:42:00.635Z]       - CONFIG_CRYPTO_GHASH: enabled
22:42:00 [2024-04-25T22:42:00.635Z]       - CONFIG_XFRM: enabled
22:42:00 [2024-04-25T22:42:00.635Z]       - CONFIG_XFRM_USER: enabled (as module)
22:42:00 [2024-04-25T22:42:00.635Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:42:00 [2024-04-25T22:42:00.635Z]       - CONFIG_INET_ESP: enabled (as module)
22:42:00 [2024-04-25T22:42:00.635Z]   - "ipvlan":
22:42:00 [2024-04-25T22:42:00.635Z]     - CONFIG_IPVLAN: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z]   - "macvlan":
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_MACVLAN: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_DUMMY: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z]   - "ftp,tftp client in container":
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z] - Storage Drivers:
22:42:00 [2024-04-25T22:42:00.892Z]   - "aufs":
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_AUFS_FS: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z]   - "btrfs":
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:42:00 [2024-04-25T22:42:00.892Z]   - "devicemapper":
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_BLK_DEV_DM: enabled
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z]   - "overlay":
22:42:00 [2024-04-25T22:42:00.892Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:42:00 [2024-04-25T22:42:00.892Z]   - "zfs":
22:42:00 [2024-04-25T22:42:00.892Z]     - /dev/zfs: present
22:42:00 [2024-04-25T22:42:00.892Z]     - zfs command: missing
22:42:00 [2024-04-25T22:42:00.892Z]     - zpool command: missing
22:42:00 [2024-04-25T22:42:00.892Z] 
22:42:00 [2024-04-25T22:42:00.892Z] Limits:
22:42:00 [2024-04-25T22:42:00.892Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:42:00 [2024-04-25T22:42:00.892Z] 
22:42:00 [2024-04-25T22:42:00.892Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:42:01 [2024-04-25T22:42:01.182Z] + docker build --force-rm -t docker:eeec716e332e5c058dfe70ddc0006d8552f632b2 .
22:42:01 [2024-04-25T22:42:01.439Z] #0 building with "default" instance using docker driver
22:42:01 [2024-04-25T22:42:01.439Z] 
22:42:01 [2024-04-25T22:42:01.439Z] #1 [internal] load build definition from Dockerfile
22:42:01 [2024-04-25T22:42:01.439Z] #1 transferring dockerfile: 28.30kB done
22:42:01 [2024-04-25T22:42:01.439Z] #1 DONE 0.1s
22:42:01 [2024-04-25T22:42:01.439Z] 
22:42:01 [2024-04-25T22:42:01.439Z] #2 resolve image config for docker.io/docker/dockerfile:1.7
22:42:01 [2024-04-25T22:42:01.696Z] #2 DONE 0.3s
22:42:01 [2024-04-25T22:42:01.696Z] 
22:42:01 [2024-04-25T22:42:01.696Z] #3 docker-image://docker.io/docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e
22:42:01 [2024-04-25T22:42:01.696Z] #3 resolve docker.io/docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e 0.0s done
22:42:01 [2024-04-25T22:42:01.696Z] #3 sha256:45fc0e793a06559debf1128a8e0a2aef5bd1822e7d98b7412afcc474f04cc4fe 1.26kB / 1.26kB done
22:42:01 [2024-04-25T22:42:01.696Z] #3 sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 7.34MB / 11.24MB 0.1s
22:42:01 [2024-04-25T22:42:01.696Z] #3 sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e 8.40kB / 8.40kB done
22:42:01 [2024-04-25T22:42:01.696Z] #3 sha256:c8678869a83fab70232869ba24acc1c0be661f4d65135c0eeacb6a8e78420fdd 482B / 482B done
22:42:01 [2024-04-25T22:42:01.957Z] #3 sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 11.24MB / 11.24MB 0.2s done
22:42:01 [2024-04-25T22:42:01.957Z] #3 extracting sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 0.1s done
22:42:01 [2024-04-25T22:42:01.957Z] #3 DONE 0.4s
22:42:01 [2024-04-25T22:42:01.957Z] 
22:42:01 [2024-04-25T22:42:01.957Z] #4 [internal] load metadata for docker.io/library/debian:bookworm
22:42:02 [2024-04-25T22:42:02.887Z] #4 DONE 0.8s
22:42:02 [2024-04-25T22:42:02.887Z] 
22:42:02 [2024-04-25T22:42:02.887Z] #5 [internal] load metadata for docker.io/docker/compose-bin:v2.25.0
22:42:02 [2024-04-25T22:42:02.887Z] #5 DONE 0.9s
22:42:02 [2024-04-25T22:42:02.887Z] 
22:42:02 [2024-04-25T22:42:02.887Z] #6 [internal] load metadata for docker.io/library/golang:1.21.9-bookworm
22:42:02 [2024-04-25T22:42:02.887Z] #6 DONE 0.8s
22:42:02 [2024-04-25T22:42:02.887Z] 
22:42:02 [2024-04-25T22:42:02.887Z] #7 [internal] load metadata for docker.io/docker/buildx-bin:0.13.1
22:42:02 [2024-04-25T22:42:02.887Z] #7 DONE 0.8s
22:42:02 [2024-04-25T22:42:02.887Z] 
22:42:02 [2024-04-25T22:42:02.887Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:42:02 [2024-04-25T22:42:02.887Z] #8 DONE 0.8s
22:42:02 [2024-04-25T22:42:02.887Z] 
22:42:02 [2024-04-25T22:42:02.887Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.4.0
22:42:02 [2024-04-25T22:42:02.887Z] #9 DONE 0.9s
22:42:02 [2024-04-25T22:42:02.887Z] 
22:42:02 [2024-04-25T22:42:02.887Z] #10 [internal] load metadata for docker.io/distribution/distribution:2.8.3
22:42:03 [2024-04-25T22:42:03.144Z] #10 DONE 0.9s
22:42:03 [2024-04-25T22:42:03.144Z] 
22:42:03 [2024-04-25T22:42:03.144Z] #11 [internal] load metadata for docker.io/library/busybox:latest
22:42:03 [2024-04-25T22:42:03.144Z] #11 DONE 0.9s
22:42:03 [2024-04-25T22:42:03.144Z] 
22:42:03 [2024-04-25T22:42:03.144Z] #12 [internal] load .dockerignore
22:42:03 [2024-04-25T22:42:03.144Z] #12 transferring context: 113B done
22:42:03 [2024-04-25T22:42:03.144Z] #12 DONE 0.0s
22:42:03 [2024-04-25T22:42:03.144Z] 
22:42:03 [2024-04-25T22:42:03.144Z] #13 [internal] load build context
22:42:05 [2024-04-25T22:42:05.040Z] #13 transferring context: 77.63MB 1.8s done
22:42:09 [2024-04-25T22:42:09.214Z] #13 ...
22:42:09 [2024-04-25T22:42:09.214Z] 
22:42:09 [2024-04-25T22:42:09.214Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196
22:42:09 [2024-04-25T22:42:09.214Z] #14 resolve docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 0.2s done
22:42:09 [2024-04-25T22:42:09.214Z] #14 sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 1.64kB / 1.64kB done
22:42:09 [2024-04-25T22:42:09.214Z] #14 sha256:06767451887020f12dc69f7309ab3c254a09b07b65526b04b64eddc29c637833 1.79kB / 1.79kB done
22:42:09 [2024-04-25T22:42:09.214Z] #14 sha256:0f471f5978bda897998d20297a68a49eb94b81a1f3810697f79b2b9aa1387af5 2.89kB / 2.89kB done
22:42:09 [2024-04-25T22:42:09.214Z] #14 sha256:60bdaf986dbe787297bb85c9f6a28d13ea7b9608b95206ef7ce6cdea50cd5505 49.61MB / 49.61MB 2.1s done
22:42:09 [2024-04-25T22:42:09.214Z] #14 sha256:9e100ddc6b415c632410507293430c0fe6bb4228ab320ed59548c6dc030b4e4a 23.59MB / 23.59MB 0.9s done
22:42:09 [2024-04-25T22:42:09.214Z] #14 sha256:ba9a57bc3c0cb0c1ea5d28dc03fb4451ae05dc271b53941c27edf70eaf70b6e6 63.99MB / 63.99MB 3.6s done
22:42:09 [2024-04-25T22:42:09.214Z] #14 sha256:353c80fdbef13719285eb0463a9a6c7769df89a3797e79ac8a52a93f85b67c3f 86.45MB / 86.45MB 5.3s
22:42:09 [2024-04-25T22:42:09.214Z] #14 extracting sha256:60bdaf986dbe787297bb85c9f6a28d13ea7b9608b95206ef7ce6cdea50cd5505 1.5s done
22:42:09 [2024-04-25T22:42:09.214Z] #14 extracting sha256:9e100ddc6b415c632410507293430c0fe6bb4228ab320ed59548c6dc030b4e4a 0.1s
22:42:09 [2024-04-25T22:42:09.214Z] #14 ...
22:42:09 [2024-04-25T22:42:09.214Z] 
22:42:09 [2024-04-25T22:42:09.214Z] #13 [internal] load build context
22:42:09 [2024-04-25T22:42:09.214Z] #13 DONE 6.0s
22:42:09 [2024-04-25T22:42:09.214Z] 
22:42:09 [2024-04-25T22:42:09.214Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196
22:42:09 [2024-04-25T22:42:09.214Z] #14 ...
22:42:09 [2024-04-25T22:42:09.214Z] 
22:42:09 [2024-04-25T22:42:09.214Z] #15 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9
22:42:09 [2024-04-25T22:42:09.214Z] #15 resolve docker.io/library/debian:bookworm@sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9 0.2s done
22:42:09 [2024-04-25T22:42:09.214Z] #15 sha256:40374b5cdc928ffc606cb5c2bbf5e2b2eb6eb918a8e62104ae1f001c49dcbe3a 529B / 529B done
22:42:09 [2024-04-25T22:42:09.214Z] #15 sha256:dc0de672ed1226c65f85607f60b58c8fd94abdb7eba38cb172d056a430ce548e 1.48kB / 1.48kB done
22:42:09 [2024-04-25T22:42:09.214Z] #15 sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9 1.85kB / 1.85kB done
22:42:09 [2024-04-25T22:42:09.214Z] #15 sha256:60bdaf986dbe787297bb85c9f6a28d13ea7b9608b95206ef7ce6cdea50cd5505 49.61MB / 49.61MB 2.1s done
22:42:09 [2024-04-25T22:42:09.214Z] #15 DONE 6.0s
22:42:09 [2024-04-25T22:42:09.214Z] 
22:42:09 [2024-04-25T22:42:09.214Z] #16 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966
22:42:09 [2024-04-25T22:42:09.214Z] #16 resolve docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 0.2s done
22:42:09 [2024-04-25T22:42:09.214Z] #16 sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 6.76kB / 6.76kB done
22:42:09 [2024-04-25T22:42:09.214Z] #16 sha256:15b3852228f2a4251fb997ce32a52204b76babcaae22df16cac5e217d95a5c07 610B / 610B done
22:42:09 [2024-04-25T22:42:09.214Z] #16 sha256:46bd05c4a04f3d121198e054da02daed22d0f561764acb0f0594066d5972619b 390B / 390B done
22:42:09 [2024-04-25T22:42:09.214Z] #16 sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 1.84MB / 1.84MB 0.3s done
22:42:09 [2024-04-25T22:42:09.214Z] #16 extracting sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 0.2s done
22:42:09 [2024-04-25T22:42:09.214Z] #16 DONE 6.0s
22:42:09 [2024-04-25T22:42:09.214Z] 
22:42:09 [2024-04-25T22:42:09.214Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196
22:42:09 [2024-04-25T22:42:09.214Z] #14 sha256:23b8d906665e891e84df027f96b3cec2b393d3c0f69c3bfc746f00540a62c352 0B / 175B 5.8s
22:42:09 [2024-04-25T22:42:09.214Z] #14 sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 0B / 64.11MB 5.8s
22:42:09 [2024-04-25T22:42:09.214Z] #14 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 5.7s done
22:42:09 [2024-04-25T22:42:09.471Z] #14 extracting sha256:9e100ddc6b415c632410507293430c0fe6bb4228ab320ed59548c6dc030b4e4a 0.6s done
22:42:09 [2024-04-25T22:42:09.471Z] #14 sha256:23b8d906665e891e84df027f96b3cec2b393d3c0f69c3bfc746f00540a62c352 175B / 175B 5.8s done
22:42:09 [2024-04-25T22:42:09.471Z] #14 sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 22.02MB / 64.11MB 5.9s
22:42:09 [2024-04-25T22:42:09.471Z] #14 sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 32.51MB / 64.11MB 6.0s
22:42:09 [2024-04-25T22:42:09.471Z] #14 extracting sha256:ba9a57bc3c0cb0c1ea5d28dc03fb4451ae05dc271b53941c27edf70eaf70b6e6
22:42:09 [2024-04-25T22:42:09.728Z] #14 sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 50.33MB / 64.11MB 6.2s
22:42:10 [2024-04-25T22:42:10.035Z] #14 sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 63.54MB / 64.11MB 6.4s
22:42:10 [2024-04-25T22:42:10.599Z] #14 sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 64.11MB / 64.11MB 6.9s done
22:42:11 [2024-04-25T22:42:11.163Z] #14 ...
22:42:11 [2024-04-25T22:42:11.164Z] 
22:42:11 [2024-04-25T22:42:11.164Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:42:11 [2024-04-25T22:42:11.164Z] #17 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
22:42:11 [2024-04-25T22:42:11.164Z] #17 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:42:11 [2024-04-25T22:42:11.164Z] #17 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
22:42:11 [2024-04-25T22:42:11.164Z] #17 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
22:42:11 [2024-04-25T22:42:11.164Z] #17 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.3s done
22:42:11 [2024-04-25T22:42:11.164Z] #17 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.3s done
22:42:11 [2024-04-25T22:42:11.164Z] #17 DONE 8.0s
22:42:11 [2024-04-25T22:42:11.164Z] 
22:42:11 [2024-04-25T22:42:11.164Z] #18 [compose 1/1] FROM docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58
22:42:11 [2024-04-25T22:42:11.164Z] #18 resolve docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 0.2s done
22:42:11 [2024-04-25T22:42:11.164Z] #18 sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 8.43kB / 8.43kB done
22:42:11 [2024-04-25T22:42:11.164Z] #18 sha256:d78f02d4266a872db42a2f51712f5b69db0c3c4b0713b57e109666e792df2666 482B / 482B done
22:42:11 [2024-04-25T22:42:11.164Z] #18 sha256:0a18cb5a34e1afa220a6afea023d787ee919e87c098b3180f3fa80d23cd16adb 1.13kB / 1.13kB done
22:42:11 [2024-04-25T22:42:11.164Z] #18 sha256:7ef00369bc59ffb1849fe6c73f30a7fc37f42d82073afe76bf9d9b1c1460699a 16.65MB / 16.65MB 6.2s done
22:42:11 [2024-04-25T22:42:11.164Z] #18 extracting sha256:7ef00369bc59ffb1849fe6c73f30a7fc37f42d82073afe76bf9d9b1c1460699a 0.5s done
22:42:11 [2024-04-25T22:42:11.164Z] #18 DONE 8.1s
22:42:11 [2024-04-25T22:42:11.164Z] 
22:42:11 [2024-04-25T22:42:11.164Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196
22:42:11 [2024-04-25T22:42:11.424Z] #14 ...
22:42:11 [2024-04-25T22:42:11.424Z] 
22:42:11 [2024-04-25T22:42:11.424Z] #19 [xx 1/1] FROM docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4
22:42:11 [2024-04-25T22:42:11.424Z] #19 resolve docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 0.2s done
22:42:11 [2024-04-25T22:42:11.424Z] #19 sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 9.95kB / 9.95kB done
22:42:11 [2024-04-25T22:42:11.424Z] #19 sha256:d3a173a007193860a110931669be7b62592611955cda3814d38b4d9118ef81ea 478B / 478B done
22:42:11 [2024-04-25T22:42:11.424Z] #19 sha256:5e12c1040c875988c0a21efaa5dcafac5c2b8a956cf038d6789abf028aba9a93 940B / 940B done
22:42:11 [2024-04-25T22:42:11.424Z] #19 sha256:0af722b41041edf6b9d4c718ee88b05eb49271fa70e4856c18c261ea0462b564 16.47kB / 16.47kB 6.9s done
22:42:11 [2024-04-25T22:42:11.425Z] #19 extracting sha256:0af722b41041edf6b9d4c718ee88b05eb49271fa70e4856c18c261ea0462b564 done
22:42:11 [2024-04-25T22:42:11.425Z] #19 DONE 8.4s
22:42:11 [2024-04-25T22:42:11.425Z] 
22:42:11 [2024-04-25T22:42:11.425Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196
22:42:11 [2024-04-25T22:42:11.681Z] #14 ...
22:42:11 [2024-04-25T22:42:11.681Z] 
22:42:11 [2024-04-25T22:42:11.681Z] #20 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60
22:42:11 [2024-04-25T22:42:11.681Z] #20 resolve docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 0.2s done
22:42:11 [2024-04-25T22:42:11.681Z] #20 sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 8.43kB / 8.43kB done
22:42:11 [2024-04-25T22:42:11.681Z] #20 sha256:2ebce8c08cf8ceb899dfb863d96ad780e5765ee2996a39e7bb80abd22300e3fe 482B / 482B done
22:42:11 [2024-04-25T22:42:11.681Z] #20 sha256:fdeeb9474c5ad8b86b766022dfc0140d5ad606b88fe76836f380e0da3a9f0540 1.14kB / 1.14kB done
22:42:11 [2024-04-25T22:42:11.681Z] #20 sha256:561e37d5fd405001bb7944b4cd2d3fd900cc24411835ab029f55897867f318f9 16.35MB / 16.35MB 7.0s done
22:42:11 [2024-04-25T22:42:11.681Z] #20 extracting sha256:561e37d5fd405001bb7944b4cd2d3fd900cc24411835ab029f55897867f318f9 0.2s done
22:42:11 [2024-04-25T22:42:11.681Z] #20 DONE 8.4s
22:42:11 [2024-04-25T22:42:11.681Z] 
22:42:11 [2024-04-25T22:42:11.681Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196
22:42:12 [2024-04-25T22:42:12.247Z] #14 extracting sha256:ba9a57bc3c0cb0c1ea5d28dc03fb4451ae05dc271b53941c27edf70eaf70b6e6 2.7s done
22:42:12 [2024-04-25T22:42:12.247Z] #14 extracting sha256:353c80fdbef13719285eb0463a9a6c7769df89a3797e79ac8a52a93f85b67c3f
22:42:12 [2024-04-25T22:42:12.811Z] #14 ...
22:42:12 [2024-04-25T22:42:12.811Z] 
22:42:12 [2024-04-25T22:42:12.811Z] #21 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
22:42:12 [2024-04-25T22:42:12.811Z] #21 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.2s done
22:42:12 [2024-04-25T22:42:12.811Z] #21 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done
22:42:12 [2024-04-25T22:42:12.811Z] #21 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done
22:42:12 [2024-04-25T22:42:12.811Z] #21 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done
22:42:12 [2024-04-25T22:42:12.811Z] #21 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 7.2s done
22:42:12 [2024-04-25T22:42:12.811Z] #21 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.2s done
22:42:12 [2024-04-25T22:42:12.811Z] #21 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 766B / 766B 7.4s done
22:42:12 [2024-04-25T22:42:12.811Z] #21 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 7.6s
22:42:12 [2024-04-25T22:42:12.811Z] #21 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 8.0s done
22:42:12 [2024-04-25T22:42:12.811Z] #21 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.3s done
22:42:12 [2024-04-25T22:42:12.811Z] #21 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done
22:42:12 [2024-04-25T22:42:12.811Z] #21 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.1s done
22:42:12 [2024-04-25T22:42:12.811Z] #21 ...
22:42:12 [2024-04-25T22:42:12.811Z] 
22:42:12 [2024-04-25T22:42:12.811Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196
22:42:14 [2024-04-25T22:42:14.180Z] #14 extracting sha256:353c80fdbef13719285eb0463a9a6c7769df89a3797e79ac8a52a93f85b67c3f 1.7s done
22:42:14 [2024-04-25T22:42:14.437Z] #14 extracting sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75
22:42:19 [2024-04-25T22:42:19.686Z] #14 ...
22:42:19 [2024-04-25T22:42:19.686Z] 
22:42:19 [2024-04-25T22:42:19.686Z] #22 [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
22:42:19 [2024-04-25T22:42:19.686Z] #22 0.729 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 0.745 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 0.777 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 0.814 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 1.137 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 1.142 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 2.515 Fetched 9105 kB in 2s (4457 kB/s)
22:42:19 [2024-04-25T22:42:19.686Z] #22 2.515 Reading package lists...
22:42:19 [2024-04-25T22:42:19.686Z] #22 3.196 Reading package lists...
22:42:19 [2024-04-25T22:42:19.686Z] #22 3.828 Building dependency tree...
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.332 The following additional packages will be installed:
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.333   libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.333   libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.335   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.338 Suggested packages:
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.338   krb5-doc krb5-user
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.338 Recommended packages:
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.338   krb5-locales libldap-common publicsuffix libsasl2-modules
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.511 The following NEW packages will be installed:
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.512   ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.512   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.512   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.513   libssh2-1 libssl3 openssl
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.788 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.788 Need to get 5813 kB of archives.
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.788 After this operation, 16.1 MB of additional disk space will be used.
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.788 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.830 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.857 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.860 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.861 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.862 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB]
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.863 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
22:42:19 [2024-04-25T22:42:19.686Z] #22 4.864 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 4.867 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 4.868 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 4.869 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 4.870 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 4.872 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 4.874 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 4.876 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 4.891 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 4.893 Get:17 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 5.106 Get:18 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 5.108 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 5.111 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 5.112 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
22:42:19 [2024-04-25T22:42:19.687Z] #22 5.302 debconf: delaying package configuration, since apt-utils is not installed
22:42:19 [2024-04-25T22:42:19.687Z] #22 5.337 Fetched 5813 kB in 1s (9896 kB/s)
22:42:19 [2024-04-25T22:42:19.687Z] #22 5.418 Selecting previously unselected package libssl3:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 5.418 (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 ... 6084 files and directories currently installed.)
22:42:19 [2024-04-25T22:42:19.687Z] #22 5.423 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 5.576 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 6.117 Selecting previously unselected package openssl.
22:42:19 [2024-04-25T22:42:19.687Z] #22 6.119 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 6.125 Unpacking openssl (3.0.11-1~deb12u2) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 6.352 Selecting previously unselected package ca-certificates.
22:42:19 [2024-04-25T22:42:19.687Z] #22 6.353 Preparing to unpack .../02-ca-certificates_20230311_all.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 6.360 Unpacking ca-certificates (20230311) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 7.136 Selecting previously unselected package libbrotli1:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 7.137 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 7.208 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 7.629 Selecting previously unselected package libkrb5support0:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 7.630 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 7.639 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 7.782 Selecting previously unselected package libk5crypto3:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 7.783 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 7.798 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 8.225 Selecting previously unselected package libkeyutils1:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 8.227 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 8.246 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 8.516 Selecting previously unselected package libkrb5-3:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 8.517 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 8.606 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.115 Selecting previously unselected package libgssapi-krb5-2:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.116 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.125 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.204 Selecting previously unselected package libsasl2-modules-db:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.205 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.220 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.355 Selecting previously unselected package libsasl2-2:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.358 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.370 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.540 Selecting previously unselected package libldap-2.5-0:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.541 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 9.591 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 10.00 Selecting previously unselected package libnghttp2-14:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 10.00 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 10.01 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 10.13 Selecting previously unselected package libpsl5:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 ...
22:42:19 [2024-04-25T22:42:19.687Z] 
22:42:19 [2024-04-25T22:42:19.687Z] #23 [build-dummy 2/2] RUN mkdir -p /build
22:42:19 [2024-04-25T22:42:19.687Z] #23 ...
22:42:19 [2024-04-25T22:42:19.687Z] 
22:42:19 [2024-04-25T22:42:19.687Z] #22 [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
22:42:19 [2024-04-25T22:42:19.687Z] #22 10.13 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 10.14 Unpacking libpsl5:arm64 (0.21.2-1) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 10.27 Selecting previously unselected package librtmp1:arm64.
22:42:19 [2024-04-25T22:42:19.687Z] #22 10.27 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 10.32 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
22:42:19 [2024-04-25T22:42:19.687Z] #22 10.61 Selecting previously unselected package libssh2-1:arm64.
22:42:19 [2024-04-25T22:42:19.943Z] #22 10.61 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ...
22:42:19 [2024-04-25T22:42:19.944Z] #22 10.62 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
22:42:19 [2024-04-25T22:42:19.944Z] #22 10.92 Selecting previously unselected package libcurl4:arm64.
22:42:20 [2024-04-25T22:42:20.200Z] #22 10.92 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ...
22:42:20 [2024-04-25T22:42:20.200Z] #22 10.99 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ...
22:42:20 [2024-04-25T22:42:20.457Z] #22 11.23 Selecting previously unselected package curl.
22:42:20 [2024-04-25T22:42:20.457Z] #22 11.23 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ...
22:42:20 [2024-04-25T22:42:20.457Z] #22 11.23 Unpacking curl (7.88.1-10+deb12u5) ...
22:42:21 [2024-04-25T22:42:21.019Z] #22 11.68 Selecting previously unselected package libonig5:arm64.
22:42:21 [2024-04-25T22:42:21.019Z] #22 11.68 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ...
22:42:21 [2024-04-25T22:42:21.019Z] #22 11.69 Unpacking libonig5:arm64 (6.9.8-1) ...
22:42:21 [2024-04-25T22:42:21.019Z] #22 11.86 Selecting previously unselected package libjq1:arm64.
22:42:21 [2024-04-25T22:42:21.019Z] #22 11.86 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ...
22:42:21 [2024-04-25T22:42:21.019Z] #22 11.88 Unpacking libjq1:arm64 (1.6-2.1) ...
22:42:21 [2024-04-25T22:42:21.019Z] #22 11.94 Selecting previously unselected package jq.
22:42:21 [2024-04-25T22:42:21.275Z] #22 11.94 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ...
22:42:21 [2024-04-25T22:42:21.275Z] #22 11.95 Unpacking jq (1.6-2.1) ...
22:42:21 [2024-04-25T22:42:21.532Z] #22 12.36 Setting up libkeyutils1:arm64 (1.6.3-2) ...
22:42:21 [2024-04-25T22:42:21.532Z] #22 12.52 Setting up libpsl5:arm64 (0.21.2-1) ...
22:42:21 [2024-04-25T22:42:21.788Z] #22 12.74 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
22:42:22 [2024-04-25T22:42:22.044Z] #22 ...
22:42:22 [2024-04-25T22:42:22.044Z] 
22:42:22 [2024-04-25T22:42:22.044Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196
22:42:22 [2024-04-25T22:42:22.044Z] #14 extracting sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 5.9s done
22:42:22 [2024-04-25T22:42:22.044Z] #14 extracting sha256:23b8d906665e891e84df027f96b3cec2b393d3c0f69c3bfc746f00540a62c352 done
22:42:22 [2024-04-25T22:42:22.044Z] #14 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
22:42:22 [2024-04-25T22:42:22.044Z] #14 DONE 18.8s
22:42:22 [2024-04-25T22:42:22.044Z] 
22:42:22 [2024-04-25T22:42:22.044Z] #22 [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
22:42:22 [2024-04-25T22:42:22.044Z] #22 12.79 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ...
22:42:22 [2024-04-25T22:42:22.044Z] #22 12.83 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
22:42:22 [2024-04-25T22:42:22.044Z] #22 12.86 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
22:42:22 [2024-04-25T22:42:22.044Z] #22 12.94 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
22:42:22 [2024-04-25T22:42:22.044Z] #22 12.99 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
22:42:22 [2024-04-25T22:42:22.300Z] #22 13.22 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
22:42:22 [2024-04-25T22:42:22.596Z] #22 13.42 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
22:42:22 [2024-04-25T22:42:22.596Z] #22 13.46 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
22:42:22 [2024-04-25T22:42:22.596Z] #22 13.55 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
22:42:22 [2024-04-25T22:42:22.596Z] #22 ...
22:42:22 [2024-04-25T22:42:22.596Z] 
22:42:22 [2024-04-25T22:42:22.596Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
22:42:22 [2024-04-25T22:42:22.852Z] #24 ...
22:42:22 [2024-04-25T22:42:22.852Z] 
22:42:22 [2024-04-25T22:42:22.852Z] #22 [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
22:42:22 [2024-04-25T22:42:22.852Z] #22 13.68 Setting up openssl (3.0.11-1~deb12u2) ...
22:42:23 [2024-04-25T22:42:23.108Z] #22 13.72 Setting up libonig5:arm64 (6.9.8-1) ...
22:42:23 [2024-04-25T22:42:23.108Z] #22 13.78 Setting up libjq1:arm64 (1.6-2.1) ...
22:42:23 [2024-04-25T22:42:23.108Z] #22 13.92 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
22:42:23 [2024-04-25T22:42:23.108Z] #22 14.04 Setting up ca-certificates (20230311) ...
22:42:23 [2024-04-25T22:42:23.365Z] #22 14.20 debconf: unable to initialize frontend: Dialog
22:42:23 [2024-04-25T22:42:23.365Z] #22 14.20 debconf: (TERM is not set, so the dialog frontend is not usable.)
22:42:23 [2024-04-25T22:42:23.365Z] #22 14.20 debconf: falling back to frontend: Readline
22:42:23 [2024-04-25T22:42:23.365Z] #22 14.20 debconf: unable to initialize frontend: Readline
22:42:23 [2024-04-25T22:42:23.365Z] #22 14.20 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.)
22:42:23 [2024-04-25T22:42:23.365Z] #22 14.20 debconf: falling back to frontend: Teletype
22:42:23 [2024-04-25T22:42:23.621Z] #22 14.51 Updating certificates in /etc/ssl/certs...
22:42:24 [2024-04-25T22:42:24.221Z] #22 14.95 140 added, 0 removed; done.
22:42:24 [2024-04-25T22:42:24.478Z] #22 15.46 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
22:42:24 [2024-04-25T22:42:24.734Z] #22 15.61 Setting up jq (1.6-2.1) ...
22:42:24 [2024-04-25T22:42:24.990Z] #22 15.83 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
22:42:24 [2024-04-25T22:42:24.990Z] #22 15.91 Setting up curl (7.88.1-10+deb12u5) ...
22:42:24 [2024-04-25T22:42:24.990Z] #22 15.96 Processing triggers for libc-bin (2.36-9+deb12u6) ...
22:42:25 [2024-04-25T22:42:25.247Z] #22 16.21 Processing triggers for ca-certificates (20230311) ...
22:42:25 [2024-04-25T22:42:25.503Z] #22 16.22 Updating certificates in /etc/ssl/certs...
22:42:25 [2024-04-25T22:42:25.759Z] #22 16.57 0 added, 0 removed; done.
22:42:25 [2024-04-25T22:42:25.759Z] #22 16.57 Running hooks in /etc/ca-certificates/update.d...
22:42:25 [2024-04-25T22:42:25.759Z] #22 16.57 done.
22:42:27 [2024-04-25T22:42:27.213Z] #22 DONE 17.8s
22:42:27 [2024-04-25T22:42:27.213Z] 
22:42:27 [2024-04-25T22:42:27.213Z] #23 [build-dummy 2/2] RUN mkdir -p /build
22:42:27 [2024-04-25T22:42:27.213Z] #23 DONE 17.8s
22:42:27 [2024-04-25T22:42:27.213Z] 
22:42:27 [2024-04-25T22:42:27.213Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
22:42:27 [2024-04-25T22:42:27.213Z] #24 DONE 14.3s
22:42:27 [2024-04-25T22:42:27.213Z] 
22:42:27 [2024-04-25T22:42:27.213Z] #25 [binary-dummy 1/1] COPY --from=build-dummy /build /build
22:42:27 [2024-04-25T22:42:27.213Z] #25 DONE 0.0s
22:42:27 [2024-04-25T22:42:27.213Z] 
22:42:27 [2024-04-25T22:42:27.213Z] #26 [base 2/4] COPY --from=xx / /
22:42:27 [2024-04-25T22:42:27.213Z] #26 DONE 0.1s
22:42:27 [2024-04-25T22:42:27.213Z] 
22:42:27 [2024-04-25T22:42:27.213Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:42:27 [2024-04-25T22:42:27.213Z] #27 DONE 0.1s
22:42:27 [2024-04-25T22:42:27.213Z] 
22:42:27 [2024-04-25T22:42:27.213Z] #28 [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
22:42:27 [2024-04-25T22:42:27.470Z] #28 ...
22:42:27 [2024-04-25T22:42:27.470Z] 
22:42:27 [2024-04-25T22:42:27.470Z] #29 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
22:42:27 [2024-04-25T22:42:27.470Z] #29 DONE 0.4s
22:42:27 [2024-04-25T22:42:27.470Z] 
22:42:27 [2024-04-25T22:42:27.470Z] #30 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
22:42:28 [2024-04-25T22:42:28.033Z] #30 0.562 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
22:42:28 [2024-04-25T22:42:28.033Z] #30 0.570 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
22:42:28 [2024-04-25T22:42:28.033Z] #30 0.570 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
22:42:28 [2024-04-25T22:42:28.033Z] #30 0.640 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
22:42:28 [2024-04-25T22:42:28.033Z] #30 0.703 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
22:42:28 [2024-04-25T22:42:28.290Z] #30 0.762 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
22:42:29 [2024-04-25T22:42:29.218Z] #30 1.674 Fetched 9105 kB in 1s (6655 kB/s)
22:42:29 [2024-04-25T22:42:29.780Z] #30 1.674 Reading package lists...
22:42:30 [2024-04-25T22:42:30.343Z] #30 2.312 Reading package lists...
22:42:30 [2024-04-25T22:42:30.599Z] #30 2.933 Building dependency tree...
22:42:30 [2024-04-25T22:42:30.599Z] #30 3.124 Reading state information...
22:42:30 [2024-04-25T22:42:30.856Z] #30 3.430 The following additional packages will be installed:
22:42:31 [2024-04-25T22:42:31.112Z] #30 3.432   libmagic-mgc libmagic1
22:42:31 [2024-04-25T22:42:31.112Z] #30 3.463 The following NEW packages will be installed:
22:42:31 [2024-04-25T22:42:31.112Z] #30 3.465   file libmagic-mgc libmagic1
22:42:31 [2024-04-25T22:42:31.112Z] #30 3.740 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
22:42:31 [2024-04-25T22:42:31.112Z] #30 3.740 Need to get 446 kB of archives.
22:42:31 [2024-04-25T22:42:31.112Z] #30 3.740 After this operation, 8709 kB of additional disk space will be used.
22:42:31 [2024-04-25T22:42:31.112Z] #30 3.740 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
22:42:31 [2024-04-25T22:42:31.369Z] #30 3.745 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
22:42:31 [2024-04-25T22:42:31.369Z] #30 3.749 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
22:42:31 [2024-04-25T22:42:31.369Z] #30 3.899 debconf: delaying package configuration, since apt-utils is not installed
22:42:31 [2024-04-25T22:42:31.369Z] #30 3.939 Fetched 446 kB in 0s (1642 kB/s)
22:42:31 [2024-04-25T22:42:31.369Z] #30 3.960 Selecting previously unselected package libmagic-mgc.
22:42:31 [2024-04-25T22:42:31.369Z] #30 3.960 (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 ... 15625 files and directories currently installed.)
22:42:31 [2024-04-25T22:42:31.369Z] #30 3.970 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ...
22:42:31 [2024-04-25T22:42:31.369Z] #30 3.975 Unpacking libmagic-mgc (1:5.44-3) ...
22:42:31 [2024-04-25T22:42:31.369Z] #30 4.056 Selecting previously unselected package libmagic1:arm64.
22:42:31 [2024-04-25T22:42:31.626Z] #30 4.058 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ...
22:42:31 [2024-04-25T22:42:31.626Z] #30 4.067 Unpacking libmagic1:arm64 (1:5.44-3) ...
22:42:31 [2024-04-25T22:42:31.626Z] #30 4.108 Selecting previously unselected package file.
22:42:31 [2024-04-25T22:42:31.626Z] #30 4.110 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ...
22:42:31 [2024-04-25T22:42:31.626Z] #30 4.115 Unpacking file (1:5.44-3) ...
22:42:31 [2024-04-25T22:42:31.626Z] #30 4.170 Setting up libmagic-mgc (1:5.44-3) ...
22:42:31 [2024-04-25T22:42:31.884Z] #30 4.184 Setting up libmagic1:arm64 (1:5.44-3) ...
22:42:31 [2024-04-25T22:42:31.884Z] #30 4.209 Setting up file (1:5.44-3) ...
22:42:31 [2024-04-25T22:42:31.884Z] #30 4.223 Processing triggers for libc-bin (2.36-9+deb12u6) ...
22:42:32 [2024-04-25T22:42:32.140Z] #30 DONE 4.7s
22:42:32 [2024-04-25T22:42:32.140Z] 
22:42:32 [2024-04-25T22:42:32.140Z] #28 [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
22:42:32 [2024-04-25T22:42:32.140Z] #28 2.412 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
22:42:32 [2024-04-25T22:42:32.140Z] #28 2.993 #=#=#                                                                         
22:42:32 [2024-04-25T22:42:32.140Z] #28 3.263 #=#=#                                                                         

###########                                                               15.4%
######################################################################## 100.0%
22:42:32 [2024-04-25T22:42:32.140Z] #28 3.517 
22:42:32 [2024-04-25T22:42:32.397Z] #28 ...
22:42:32 [2024-04-25T22:42:32.397Z] 
22:42:32 [2024-04-25T22:42:32.397Z] #31 [registry-src 1/2] WORKDIR /usr/src/registry
22:42:32 [2024-04-25T22:42:32.397Z] #31 DONE 0.1s
22:42:32 [2024-04-25T22:42:32.397Z] 
22:42:32 [2024-04-25T22:42:32.397Z] #32 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
22:42:32 [2024-04-25T22:42:32.397Z] #32 DONE 0.2s
22:42:32 [2024-04-25T22:42:32.397Z] 
22:42:32 [2024-04-25T22:42:32.397Z] #33 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:42:32 [2024-04-25T22:42:32.397Z] #33 DONE 0.2s
22:42:32 [2024-04-25T22:42:32.397Z] 
22:42:32 [2024-04-25T22:42:32.397Z] #34 [containerd-src 1/3] WORKDIR /usr/src/containerd
22:42:32 [2024-04-25T22:42:32.397Z] #34 DONE 0.2s
22:42:32 [2024-04-25T22:42:32.397Z] 
22:42:32 [2024-04-25T22:42:32.397Z] #35 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
22:42:32 [2024-04-25T22:42:32.397Z] #35 DONE 0.2s
22:42:32 [2024-04-25T22:42:32.397Z] 
22:42:32 [2024-04-25T22:42:32.397Z] #36 [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
22:42:32 [2024-04-25T22:42:32.654Z] #36 ...
22:42:32 [2024-04-25T22:42:32.654Z] 
22:42:32 [2024-04-25T22:42:32.654Z] #37 [runc-src 1/3] WORKDIR /usr/src/runc
22:42:32 [2024-04-25T22:42:32.654Z] #37 DONE 0.2s
22:42:32 [2024-04-25T22:42:32.654Z] 
22:42:32 [2024-04-25T22:42:32.654Z] #38 [swagger-src 1/3] WORKDIR /usr/src/swagger
22:42:32 [2024-04-25T22:42:32.654Z] #38 DONE 0.2s
22:42:32 [2024-04-25T22:42:32.654Z] 
22:42:32 [2024-04-25T22:42:32.654Z] #39 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:42:32 [2024-04-25T22:42:32.654Z] #39 DONE 0.3s
22:42:32 [2024-04-25T22:42:32.654Z] 
22:42:32 [2024-04-25T22:42:32.654Z] #40 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
22:42:32 [2024-04-25T22:42:32.654Z] #40 DONE 0.3s
22:42:32 [2024-04-25T22:42:32.654Z] 
22:42:32 [2024-04-25T22:42:32.654Z] #41 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
22:42:32 [2024-04-25T22:42:32.654Z] #41 DONE 0.3s
22:42:32 [2024-04-25T22:42:32.654Z] 
22:42:32 [2024-04-25T22:42:32.654Z] #42 [delve-src 1/3] WORKDIR /usr/src/delve
22:42:32 [2024-04-25T22:42:32.654Z] #42 DONE 0.3s
22:42:32 [2024-04-25T22:42:32.654Z] 
22:42:32 [2024-04-25T22:42:32.654Z] #43 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
22:42:32 [2024-04-25T22:42:32.654Z] #43 DONE 0.4s
22:42:32 [2024-04-25T22:42:32.654Z] 
22:42:32 [2024-04-25T22:42:32.654Z] #44 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
22:42:32 [2024-04-25T22:42:32.654Z] #44 DONE 0.4s
22:42:32 [2024-04-25T22:42:32.654Z] 
22:42:32 [2024-04-25T22:42:32.654Z] #45 [tini-src 1/3] WORKDIR /usr/src/tini
22:42:32 [2024-04-25T22:42:32.654Z] #45 DONE 0.4s
22:42:32 [2024-04-25T22:42:32.654Z] 
22:42:32 [2024-04-25T22:42:32.654Z] #46 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
22:42:32 [2024-04-25T22:42:32.911Z] #46 ...
22:42:32 [2024-04-25T22:42:32.911Z] 
22:42:32 [2024-04-25T22:42:32.911Z] #47 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.500 hint: Using 'master' as the name for the initial branch. This default branch name
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.500 hint: is subject to change. To configure the initial branch name to use in all
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.500 hint: of your new repositories, which will suppress this warning, call:
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.500 hint: 
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.500 hint: 	git config --global init.defaultBranch <name>
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.500 hint: 
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.500 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.500 hint: 'development'. The just-created branch can be renamed via this command:
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.500 hint: 
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.500 hint: 	git branch -m <name>
22:42:32 [2024-04-25T22:42:32.911Z] #47 0.501 Initialized empty Git repository in /usr/src/registry/.git/
22:42:32 [2024-04-25T22:42:32.911Z] #47 DONE 0.7s
22:42:33 [2024-04-25T22:42:33.168Z] 
22:42:33 [2024-04-25T22:42:33.168Z] #48 [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...)
22:42:33 [2024-04-25T22:42:33.168Z] #48 ...
22:42:33 [2024-04-25T22:42:33.168Z] 
22:42:33 [2024-04-25T22:42:33.168Z] #49 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.737 hint: Using 'master' as the name for the initial branch. This default branch name
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.737 hint: is subject to change. To configure the initial branch name to use in all
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.737 hint: of your new repositories, which will suppress this warning, call:
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.737 hint: 
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.737 hint: 	git config --global init.defaultBranch <name>
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.737 hint: 
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.737 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.737 hint: 'development'. The just-created branch can be renamed via this command:
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.737 hint: 
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.737 hint: 	git branch -m <name>
22:42:33 [2024-04-25T22:42:33.168Z] #49 0.740 Initialized empty Git repository in /usr/src/containerd/.git/
22:42:33 [2024-04-25T22:42:33.168Z] #49 DONE 0.8s
22:42:33 [2024-04-25T22:42:33.424Z] 
22:42:33 [2024-04-25T22:42:33.424Z] #50 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.15" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:42:33 [2024-04-25T22:42:33.681Z] #50 ...
22:42:33 [2024-04-25T22:42:33.681Z] 
22:42:33 [2024-04-25T22:42:33.681Z] #51 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.957 hint: Using 'master' as the name for the initial branch. This default branch name
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.957 hint: is subject to change. To configure the initial branch name to use in all
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.957 hint: of your new repositories, which will suppress this warning, call:
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.957 hint: 
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.957 hint: 	git config --global init.defaultBranch <name>
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.957 hint: 
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.957 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.957 hint: 'development'. The just-created branch can be renamed via this command:
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.957 hint: 
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.957 hint: 	git branch -m <name>
22:42:33 [2024-04-25T22:42:33.681Z] #51 0.959 Initialized empty Git repository in /usr/src/delve/.git/
22:42:33 [2024-04-25T22:42:33.681Z] #51 DONE 1.0s
22:42:33 [2024-04-25T22:42:33.681Z] 
22:42:33 [2024-04-25T22:42:33.681Z] #52 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.037 hint: Using 'master' as the name for the initial branch. This default branch name
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.037 hint: is subject to change. To configure the initial branch name to use in all
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.037 hint: of your new repositories, which will suppress this warning, call:
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.037 hint: 
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.037 hint: 	git config --global init.defaultBranch <name>
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.037 hint: 
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.037 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.037 hint: 'development'. The just-created branch can be renamed via this command:
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.037 hint: 
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.037 hint: 	git branch -m <name>
22:42:33 [2024-04-25T22:42:33.681Z] #52 1.039 Initialized empty Git repository in /usr/src/runc/.git/
22:42:33 [2024-04-25T22:42:33.681Z] #52 DONE 1.1s
22:42:33 [2024-04-25T22:42:33.681Z] 
22:42:33 [2024-04-25T22:42:33.681Z] #53 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.005 hint: Using 'master' as the name for the initial branch. This default branch name
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.005 hint: is subject to change. To configure the initial branch name to use in all
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.005 hint: of your new repositories, which will suppress this warning, call:
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.005 hint: 
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.005 hint: 	git config --global init.defaultBranch <name>
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.005 hint: 
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.005 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.005 hint: 'development'. The just-created branch can be renamed via this command:
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.005 hint: 
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.005 hint: 	git branch -m <name>
22:42:33 [2024-04-25T22:42:33.681Z] #53 1.008 Initialized empty Git repository in /usr/src/rootlesskit/.git/
22:42:33 [2024-04-25T22:42:33.681Z] #53 DONE 1.0s
22:42:33 [2024-04-25T22:42:33.681Z] 
22:42:33 [2024-04-25T22:42:33.681Z] #28 [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
22:42:33 [2024-04-25T22:42:33.681Z] #28 5.503 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
22:42:33 [2024-04-25T22:42:33.681Z] #28 6.130 #=#=#                                                                         
22:42:33 [2024-04-25T22:42:33.681Z] #28 6.419 #=#=#                                                                         

#                                                                          2.4%
######################################################################## 100.0%
22:42:33 [2024-04-25T22:42:33.681Z] #28 6.764 
22:42:34 [2024-04-25T22:42:34.249Z] #28 ...
22:42:34 [2024-04-25T22:42:34.249Z] 
22:42:34 [2024-04-25T22:42:34.249Z] #54 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.553 hint: Using 'master' as the name for the initial branch. This default branch name
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.553 hint: is subject to change. To configure the initial branch name to use in all
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.553 hint: of your new repositories, which will suppress this warning, call:
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.553 hint: 
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.553 hint: 	git config --global init.defaultBranch <name>
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.553 hint: 
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.553 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.553 hint: 'development'. The just-created branch can be renamed via this command:
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.553 hint: 
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.553 hint: 	git branch -m <name>
22:42:34 [2024-04-25T22:42:34.249Z] #54 1.554 Initialized empty Git repository in /usr/src/swagger/.git/
22:42:34 [2024-04-25T22:42:34.249Z] #54 DONE 1.7s
22:42:34 [2024-04-25T22:42:34.249Z] 
22:42:34 [2024-04-25T22:42:34.249Z] #46 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
22:42:34 [2024-04-25T22:42:34.249Z] #46 1.729 hint: Using 'master' as the name for the initial branch. This default branch name
22:42:34 [2024-04-25T22:42:34.249Z] #46 1.729 hint: is subject to change. To configure the initial branch name to use in all
22:42:34 [2024-04-25T22:42:34.249Z] #46 1.729 hint: of your new repositories, which will suppress this warning, call:
22:42:34 [2024-04-25T22:42:34.249Z] #46 1.729 hint: 
22:42:34 [2024-04-25T22:42:34.249Z] #46 1.729 hint: 	git config --global init.defaultBranch <name>
22:42:34 [2024-04-25T22:42:34.249Z] #46 1.729 hint: 
22:42:34 [2024-04-25T22:42:34.249Z] #46 1.729 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:42:34 [2024-04-25T22:42:34.249Z] #46 1.729 hint: 'development'. The just-created branch can be renamed via this command:
22:42:34 [2024-04-25T22:42:34.249Z] #46 1.729 hint: 
22:42:34 [2024-04-25T22:42:34.249Z] #46 1.729 hint: 	git branch -m <name>
22:42:34 [2024-04-25T22:42:34.506Z] #46 1.730 Initialized empty Git repository in /usr/src/tini/.git/
22:42:34 [2024-04-25T22:42:34.506Z] #46 DONE 1.8s
22:42:34 [2024-04-25T22:42:34.506Z] 
22:42:34 [2024-04-25T22:42:34.506Z] #55 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:42:39 [2024-04-25T22:42:39.759Z] #55 ...
22:42:39 [2024-04-25T22:42:39.759Z] 
22:42:39 [2024-04-25T22:42:39.759Z] #28 [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
22:42:39 [2024-04-25T22:42:39.759Z] #28 9.015 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)...
22:42:39 [2024-04-25T22:42:39.759Z] #28 9.678 #=#=#                                                                         
22:42:39 [2024-04-25T22:42:39.759Z] #28 9.966 #=#=#                                                                         
##O#-#                                                                        

#############                                                             19.1%
###############################################                           66.0%
######################################################################## 100.0%
22:42:39 [2024-04-25T22:42:39.759Z] #28 10.82 
22:42:41 [2024-04-25T22:42:41.453Z] #28 13.75 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
22:42:41 [2024-04-25T22:42:41.710Z] #28 14.41 #=#=#                                                                         
22:42:41 [2024-04-25T22:42:41.967Z] #28 14.81 #=#=#                                                                         

######################################################################## 100.0%
22:42:42 [2024-04-25T22:42:42.224Z] #28 15.16 
22:42:42 [2024-04-25T22:42:42.224Z] #28 ...
22:42:42 [2024-04-25T22:42:42.224Z] 
22:42:42 [2024-04-25T22:42:42.224Z] #56 [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
22:42:42 [2024-04-25T22:42:42.224Z] #56 3.950 go: downloading github.com/golangci/golangci-lint v1.55.2
22:42:42 [2024-04-25T22:42:42.224Z] #56 4.918 go: downloading github.com/fatih/color v1.15.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 4.918 go: downloading github.com/gofrs/flock v0.8.1
22:42:42 [2024-04-25T22:42:42.224Z] #56 4.919 go: downloading github.com/spf13/cobra v1.7.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 4.920 go: downloading github.com/spf13/pflag v1.0.5
22:42:42 [2024-04-25T22:42:42.224Z] #56 4.921 go: downloading github.com/spf13/viper v1.12.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 4.921 go: downloading gopkg.in/yaml.v3 v3.0.1
22:42:42 [2024-04-25T22:42:42.224Z] #56 4.946 go: downloading golang.org/x/tools v0.14.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 4.948 go: downloading github.com/hashicorp/go-version v1.6.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 5.139 go: downloading github.com/ldez/gomoddirectives v0.2.3
22:42:42 [2024-04-25T22:42:42.224Z] #56 5.326 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 5.342 go: downloading github.com/mitchellh/mapstructure v1.5.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 5.349 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
22:42:42 [2024-04-25T22:42:42.224Z] #56 5.411 go: downloading github.com/hashicorp/go-multierror v1.1.1
22:42:42 [2024-04-25T22:42:42.224Z] #56 5.519 go: downloading github.com/mattn/go-colorable v0.1.13
22:42:42 [2024-04-25T22:42:42.224Z] #56 5.519 go: downloading github.com/sirupsen/logrus v1.9.3
22:42:42 [2024-04-25T22:42:42.224Z] #56 5.519 go: downloading github.com/stretchr/testify v1.8.4
22:42:42 [2024-04-25T22:42:42.224Z] #56 5.659 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.081 go: downloading github.com/spf13/afero v1.8.2
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.099 go: downloading github.com/spf13/cast v1.5.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.122 go: downloading github.com/spf13/jwalterweatherman v1.1.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.127 go: downloading golang.org/x/mod v0.13.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.170 go: downloading github.com/golangci/revgrep v0.5.2
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.480 go: downloading github.com/mattn/go-isatty v0.0.17
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.592 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.685 go: downloading 4d63.com/gochecknoglobals v0.2.1
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.810 go: downloading github.com/Abirdcfly/dupword v0.0.13
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.812 go: downloading github.com/4meepo/tagalign v1.3.3
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.838 go: downloading github.com/Antonboom/errname v0.1.12
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.874 go: downloading github.com/Antonboom/nilnil v0.1.7
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.886 go: downloading github.com/Antonboom/testifylint v0.2.3
22:42:42 [2024-04-25T22:42:42.224Z] #56 6.887 go: downloading github.com/BurntSushi/toml v1.3.2
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.103 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.104 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.138 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.197 go: downloading github.com/alecthomas/go-check-sumtype v0.1.3
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.365 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.374 go: downloading github.com/alexkohler/prealloc v1.0.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.426 go: downloading github.com/alingse/asasalint v0.0.11
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.503 go: downloading github.com/ashanbrown/forbidigo v1.6.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.522 go: downloading github.com/ashanbrown/makezero v1.1.1
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.539 go: downloading github.com/bkielbasa/cyclop v1.2.1
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.574 go: downloading github.com/blizzy78/varnamelen v0.8.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.597 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.627 go: downloading github.com/breml/bidichk v0.2.7
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.683 go: downloading github.com/breml/errchkjson v0.3.6
22:42:42 [2024-04-25T22:42:42.224Z] #56 7.723 go: downloading github.com/butuzov/ireturn v0.2.2
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.069 go: downloading github.com/butuzov/mirror v1.1.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.078 go: downloading github.com/catenacyber/perfsprint v0.2.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.140 go: downloading github.com/charithe/durationcheck v0.0.10
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.142 go: downloading github.com/curioswitch/go-reassign v0.2.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.143 go: downloading github.com/daixiang0/gci v0.11.2
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.637 go: downloading github.com/denis-tingaikin/go-header v0.4.3
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.637 go: downloading github.com/esimonov/ifshort v1.0.4
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.709 go: downloading github.com/firefart/nonamedreturns v1.0.4
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.709 go: downloading github.com/fzipp/gocyclo v0.6.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.726 go: downloading github.com/ghostiam/protogetter v0.2.3
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.726 go: downloading github.com/go-critic/go-critic v0.9.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.726 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.901 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.938 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.939 go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e
22:42:42 [2024-04-25T22:42:42.224Z] #56 8.965 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.445 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.471 go: downloading github.com/golangci/misspell v0.4.1
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.638 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.722 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.751 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.793 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.793 go: downloading github.com/hexops/gotextdiff v1.0.3
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.854 go: downloading github.com/jgautheron/goconst v1.6.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.885 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.934 go: downloading github.com/julz/importas v0.1.0
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.934 go: downloading github.com/kisielk/errcheck v1.6.3
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.934 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.974 go: downloading github.com/kkHAIKE/contextcheck v1.1.4
22:42:42 [2024-04-25T22:42:42.224Z] #56 9.974 go: downloading github.com/kulti/thelper v0.6.3
22:42:42 [2024-04-25T22:42:42.224Z] #56 10.02 go: downloading github.com/kunwardeep/paralleltest v1.0.8
22:42:42 [2024-04-25T22:42:42.224Z] #56 10.05 go: downloading github.com/kyoh86/exportloopref v0.1.11
22:42:42 [2024-04-25T22:42:42.224Z] #56 10.08 go: downloading github.com/ldez/tagliatelle v0.5.0
22:42:42 [2024-04-25T22:42:42.481Z] #56 10.13 go: downloading github.com/leonklingele/grouper v1.1.1
22:42:42 [2024-04-25T22:42:42.481Z] #56 10.13 go: downloading github.com/lufeee/execinquery v1.2.1
22:42:42 [2024-04-25T22:42:42.481Z] #56 10.14 go: downloading github.com/macabu/inamedparam v0.1.2
22:42:42 [2024-04-25T22:42:42.481Z] #56 10.14 go: downloading github.com/maratori/testableexamples v1.0.0
22:42:42 [2024-04-25T22:42:42.481Z] #56 10.16 go: downloading github.com/maratori/testpackage v1.1.1
22:42:42 [2024-04-25T22:42:42.481Z] #56 10.24 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
22:42:42 [2024-04-25T22:42:42.481Z] #56 ...
22:42:42 [2024-04-25T22:42:42.481Z] 
22:42:42 [2024-04-25T22:42:42.481Z] #57 [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 v26.1.0 https://github.com/docker/cli.git /build      && /build/docker --version
22:42:42 [2024-04-25T22:42:42.481Z] #57 5.819 Docker version 26.1.0, build 9714adc
22:42:42 [2024-04-25T22:42:42.481Z] #57 ...
22:42:42 [2024-04-25T22:42:42.481Z] 
22:42:42 [2024-04-25T22:42:42.481Z] #58 [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             ;
22:42:42 [2024-04-25T22:42:42.481Z] #58 2.889 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 2.902 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 2.902 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 3.002 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 3.072 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 3.150 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 4.414 Fetched 9105 kB in 2s (5146 kB/s)
22:42:42 [2024-04-25T22:42:42.481Z] #58 4.414 Reading package lists...
22:42:42 [2024-04-25T22:42:42.481Z] #58 5.430 Reading package lists...
22:42:42 [2024-04-25T22:42:42.481Z] #58 6.700 Building dependency tree...
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.746 python3 is already the newest version (3.11.2-1+b1).
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.746 The following additional packages will be installed:
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.749   autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.749   xz-utils
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.753 Suggested packages:
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.753   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.753   manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.753   m4-doc ed diffutils-doc
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.753 Recommended packages:
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.753   fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
22:42:42 [2024-04-25T22:42:42.481Z] #58 7.753   liblocale-gettext-perl libltdl-dev
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.209 The following NEW packages will be installed:
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.210   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.211   libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.211   libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.554 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded.
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.554 Need to get 5657 kB of archives.
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.554 After this operation, 16.7 MB of additional disk space will be used.
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.554 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.640 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.709 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.787 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.884 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 8.921 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.417 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.567 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.707 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.815 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.817 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.831 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.853 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.862 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.865 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.883 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 9.977 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 10.02 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
22:42:42 [2024-04-25T22:42:42.481Z] #58 10.05 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB]
22:42:42 [2024-04-25T22:42:42.737Z] #58 ...
22:42:42 [2024-04-25T22:42:42.738Z] 
22:42:42 [2024-04-25T22:42:42.738Z] #59 [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
22:42:42 [2024-04-25T22:42:42.738Z] #59 ...
22:42:42 [2024-04-25T22:42:42.738Z] 
22:42:42 [2024-04-25T22:42:42.738Z] #60 [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
22:42:42 [2024-04-25T22:42:42.738Z] #60 3.259 go: downloading github.com/pelletier/go-toml v1.8.1
22:42:42 [2024-04-25T22:42:42.994Z] #60 ...
22:42:42 [2024-04-25T22:42:42.994Z] 
22:42:42 [2024-04-25T22:42:42.994Z] #61 [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
22:42:42 [2024-04-25T22:42:42.994Z] #61 3.498 go: downloading gotest.tools/gotestsum v1.8.2
22:42:42 [2024-04-25T22:42:42.994Z] #61 4.535 go: downloading github.com/fatih/color v1.13.0
22:42:42 [2024-04-25T22:42:42.994Z] #61 4.535 go: downloading github.com/dnephin/pflag v1.0.7
22:42:42 [2024-04-25T22:42:42.994Z] #61 4.535 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:42:42 [2024-04-25T22:42:42.994Z] #61 4.542 go: downloading github.com/fsnotify/fsnotify v1.5.4
22:42:42 [2024-04-25T22:42:42.994Z] #61 4.545 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
22:42:42 [2024-04-25T22:42:42.994Z] #61 4.550 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
22:42:42 [2024-04-25T22:42:42.994Z] #61 4.554 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
22:42:42 [2024-04-25T22:42:42.994Z] #61 4.575 go: downloading golang.org/x/tools v0.1.11
22:42:42 [2024-04-25T22:42:42.994Z] #61 4.598 go: downloading github.com/mattn/go-isatty v0.0.14
22:42:42 [2024-04-25T22:42:42.994Z] #61 4.598 go: downloading github.com/mattn/go-colorable v0.1.12
22:42:42 [2024-04-25T22:42:42.994Z] #61 7.388 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
22:42:42 [2024-04-25T22:42:42.994Z] #61 ...
22:42:42 [2024-04-25T22:42:42.994Z] 
22:42:42 [2024-04-25T22:42:42.994Z] #62 [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
22:42:42 [2024-04-25T22:42:42.994Z] #62 3.409 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
22:42:42 [2024-04-25T22:42:42.994Z] #62 3.421 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
22:42:42 [2024-04-25T22:42:42.994Z] #62 3.421 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
22:42:42 [2024-04-25T22:42:42.994Z] #62 3.566 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
22:42:42 [2024-04-25T22:42:42.994Z] #62 3.832 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
22:42:42 [2024-04-25T22:42:42.994Z] #62 3.893 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
22:42:42 [2024-04-25T22:42:42.994Z] #62 5.729 Fetched 9105 kB in 3s (3517 kB/s)
22:42:42 [2024-04-25T22:42:42.994Z] #62 5.729 Reading package lists...
22:42:42 [2024-04-25T22:42:42.994Z] #62 7.167 Hit:1 http://deb.debian.org/debian bookworm InRelease
22:42:42 [2024-04-25T22:42:42.994Z] #62 7.167 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
22:42:42 [2024-04-25T22:42:42.994Z] #62 7.167 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
22:42:42 [2024-04-25T22:42:42.994Z] #62 7.988 Reading package lists...
22:42:42 [2024-04-25T22:42:42.994Z] #62 9.150 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config
22:42:42 [2024-04-25T22:42:42.994Z] #62 9.158 Reading package lists...
22:42:42 [2024-04-25T22:42:42.994Z] #62 10.05 Building dependency tree...
22:42:42 [2024-04-25T22:42:42.994Z] #62 ...
22:42:42 [2024-04-25T22:42:42.994Z] 
22:42:42 [2024-04-25T22:42:42.994Z] #63 [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
22:42:42 [2024-04-25T22:42:42.994Z] #63 4.057 go: downloading github.com/tc-hib/go-winres v0.3.1
22:42:42 [2024-04-25T22:42:42.994Z] #63 5.554 go: downloading github.com/tc-hib/winres v0.1.6
22:42:42 [2024-04-25T22:42:42.994Z] #63 5.554 go: downloading github.com/urfave/cli/v2 v2.3.0
22:42:42 [2024-04-25T22:42:42.994Z] #63 6.566 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:42:42 [2024-04-25T22:42:42.994Z] #63 6.639 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
22:42:42 [2024-04-25T22:42:42.994Z] #63 6.650 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
22:42:42 [2024-04-25T22:42:42.994Z] #63 6.677 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:42:43 [2024-04-25T22:42:43.338Z] #63 ...
22:42:43 [2024-04-25T22:42:43.338Z] 
22:42:43 [2024-04-25T22:42:43.338Z] #64 [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
22:42:43 [2024-04-25T22:42:43.338Z] #64 3.464 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
22:42:43 [2024-04-25T22:42:43.338Z] #64 3.471 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
22:42:43 [2024-04-25T22:42:43.338Z] #64 3.485 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
22:42:43 [2024-04-25T22:42:43.338Z] #64 3.669 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
22:42:43 [2024-04-25T22:42:43.338Z] #64 4.464 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
22:42:43 [2024-04-25T22:42:43.338Z] #64 4.479 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
22:42:43 [2024-04-25T22:42:43.338Z] #64 6.778 Fetched 9105 kB in 4s (2557 kB/s)
22:42:43 [2024-04-25T22:42:43.338Z] #64 6.778 Reading package lists...
22:42:43 [2024-04-25T22:42:43.338Z] #64 8.529 Hit:1 http://deb.debian.org/debian bookworm InRelease
22:42:43 [2024-04-25T22:42:43.338Z] #64 8.529 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
22:42:43 [2024-04-25T22:42:43.338Z] #64 8.529 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
22:42:43 [2024-04-25T22:42:43.338Z] #64 9.450 Reading package lists...
22:42:43 [2024-04-25T22:42:43.338Z] #64 10.35 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
22:42:43 [2024-04-25T22:42:43.338Z] #64 10.36 Reading package lists...
22:42:43 [2024-04-25T22:42:43.338Z] #64 ...
22:42:43 [2024-04-25T22:42:43.338Z] 
22:42:43 [2024-04-25T22:42:43.338Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
22:42:43 [2024-04-25T22:42:43.338Z] #65 3.655 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
22:42:43 [2024-04-25T22:42:43.339Z] #65 3.672 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
22:42:43 [2024-04-25T22:42:43.339Z] #65 3.673 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
22:42:43 [2024-04-25T22:42:43.339Z] #65 3.814 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
22:42:43 [2024-04-25T22:42:43.339Z] #65 4.750 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
22:42:43 [2024-04-25T22:42:43.339Z] #65 4.765 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
22:42:43 [2024-04-25T22:42:43.339Z] #65 6.919 Fetched 9105 kB in 4s (2596 kB/s)
22:42:43 [2024-04-25T22:42:43.339Z] #65 6.919 Reading package lists...
22:42:43 [2024-04-25T22:42:43.339Z] #65 9.012 Hit:1 http://deb.debian.org/debian bookworm InRelease
22:42:43 [2024-04-25T22:42:43.339Z] #65 9.013 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
22:42:43 [2024-04-25T22:42:43.339Z] #65 9.013 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
22:42:43 [2024-04-25T22:42:43.339Z] #65 9.567 Reading package lists...
22:42:43 [2024-04-25T22:42:43.339Z] #65 10.57 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config
22:42:43 [2024-04-25T22:42:43.634Z] #65 10.63 Reading package lists...
22:42:43 [2024-04-25T22:42:43.634Z] #65 ...
22:42:43 [2024-04-25T22:42:43.634Z] 
22:42:43 [2024-04-25T22:42:43.634Z] #66 [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.8.0"      && /build/shfmt --version
22:42:43 [2024-04-25T22:42:43.634Z] #66 2.353 go: downloading mvdan.cc/sh/v3 v3.8.0
22:42:43 [2024-04-25T22:42:43.634Z] #66 2.803 go: downloading golang.org/x/term v0.17.0
22:42:43 [2024-04-25T22:42:43.634Z] #66 2.803 go: downloading github.com/google/renameio/v2 v2.0.0
22:42:43 [2024-04-25T22:42:43.634Z] #66 2.803 go: downloading mvdan.cc/editorconfig v0.2.1-0.20231228180347-1925077f8eb2
22:42:43 [2024-04-25T22:42:43.634Z] #66 2.803 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
22:42:43 [2024-04-25T22:42:43.634Z] #66 2.850 go: downloading golang.org/x/sys v0.17.0
22:42:43 [2024-04-25T22:42:43.634Z] #66 ...
22:42:43 [2024-04-25T22:42:43.634Z] 
22:42:43 [2024-04-25T22:42:43.634Z] #67 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:42:43 [2024-04-25T22:42:43.634Z] #67 ...
22:42:43 [2024-04-25T22:42:43.634Z] 
22:42:43 [2024-04-25T22:42:43.634Z] #68 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:42:43 [2024-04-25T22:42:43.634Z] #68 ...
22:42:43 [2024-04-25T22:42:43.634Z] 
22:42:43 [2024-04-25T22:42:43.634Z] #69 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:42:43 [2024-04-25T22:42:43.891Z] #69 ...
22:42:43 [2024-04-25T22:42:43.891Z] 
22:42:43 [2024-04-25T22:42:43.891Z] #64 [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
22:42:43 [2024-04-25T22:42:43.891Z] #64 10.36 Reading package lists...
22:42:44 [2024-04-25T22:42:44.204Z] #64 11.25 Building dependency tree...
22:42:44 [2024-04-25T22:42:44.204Z] #64 ...
22:42:44 [2024-04-25T22:42:44.204Z] 
22:42:44 [2024-04-25T22:42:44.204Z] #70 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
22:42:44 [2024-04-25T22:42:44.509Z] #70 ...
22:42:44 [2024-04-25T22:42:44.509Z] 
22:42:44 [2024-04-25T22:42:44.509Z] #62 [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
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.72 gcc is already the newest version (4:12.2.0-3).
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.72 pkg-config is already the newest version (1.8.1-1).
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.72 The following additional packages will be installed:
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73 Suggested packages:
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73   libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73   libgdk-pixbuf2.0-bin libxml2-utils
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73 Recommended packages:
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.73   shared-mime-info xdg-user-dirs
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.97 The following NEW packages will be installed:
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.97   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.97   libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.97   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.97   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.97   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev
22:42:44 [2024-04-25T22:42:44.509Z] #62 10.97   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.33 0 upgraded, 29 newly installed, 0 to remove and 0 not upgraded.
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.33 Need to get 9078 kB of archives.
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.33 After this operation, 46.9 MB of additional disk space will be used.
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.33 Get:1 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.41 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.49 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.59 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.61 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.64 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.65 Get:7 http://deb.debian.org/debian-security bookworm-security/main arm64 uuid-dev arm64 2.38.1-5+deb12u1 [40.3 kB]
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.70 Get:8 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB]
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.92 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB]
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.94 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB]
22:42:44 [2024-04-25T22:42:44.509Z] #62 11.95 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
22:42:44 [2024-04-25T22:42:44.766Z] #62 11.96 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
22:42:44 [2024-04-25T22:42:44.766Z] #62 12.17 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
22:42:44 [2024-04-25T22:42:44.766Z] #62 12.19 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
22:42:44 [2024-04-25T22:42:44.766Z] #62 12.28 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
22:42:45 [2024-04-25T22:42:45.023Z] #62 12.44 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
22:42:45 [2024-04-25T22:42:45.023Z] #62 12.46 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
22:42:45 [2024-04-25T22:42:45.023Z] #62 12.47 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
22:42:45 [2024-04-25T22:42:45.023Z] #62 12.49 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
22:42:45 [2024-04-25T22:42:45.023Z] #62 12.52 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
22:42:45 [2024-04-25T22:42:45.023Z] #62 12.54 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
22:42:45 [2024-04-25T22:42:45.023Z] #62 12.56 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
22:42:45 [2024-04-25T22:42:45.023Z] #62 12.60 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
22:42:45 [2024-04-25T22:42:45.023Z] #62 12.62 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
22:42:45 [2024-04-25T22:42:45.705Z] #62 12.71 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
22:42:45 [2024-04-25T22:42:45.705Z] #62 12.72 Get:26 http://deb.debian.org/debian-security bookworm-security/main arm64 libmount-dev arm64 2.38.1-5+deb12u1 [22.3 kB]
22:42:45 [2024-04-25T22:42:45.705Z] #62 12.72 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #62 12.83 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #62 ...
22:42:46 [2024-04-25T22:42:46.244Z] 
22:42:46 [2024-04-25T22:42:46.244Z] #36 [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
22:42:46 [2024-04-25T22:42:46.244Z] #36 2.905 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 2.931 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 2.931 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 3.064 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 3.151 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 3.268 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 4.452 Fetched 9105 kB in 2s (4980 kB/s)
22:42:46 [2024-04-25T22:42:46.244Z] #36 4.452 Reading package lists...
22:42:46 [2024-04-25T22:42:46.244Z] #36 5.408 Reading package lists...
22:42:46 [2024-04-25T22:42:46.244Z] #36 6.689 Building dependency tree...
22:42:46 [2024-04-25T22:42:46.244Z] #36 7.404 The following additional packages will be installed:
22:42:46 [2024-04-25T22:42:46.244Z] #36 7.408   cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
22:42:46 [2024-04-25T22:42:46.244Z] #36 7.414 Suggested packages:
22:42:46 [2024-04-25T22:42:46.244Z] #36 7.414   cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip
22:42:46 [2024-04-25T22:42:46.244Z] #36 7.494 The following NEW packages will be installed:
22:42:46 [2024-04-25T22:42:46.244Z] #36 7.496   cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
22:42:46 [2024-04-25T22:42:46.244Z] #36 8.328 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
22:42:46 [2024-04-25T22:42:46.244Z] #36 8.328 Need to get 19.3 MB of archives.
22:42:46 [2024-04-25T22:42:46.244Z] #36 8.328 After this operation, 77.0 MB of additional disk space will be used.
22:42:46 [2024-04-25T22:42:46.244Z] #36 8.328 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 9.313 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 9.486 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 9.591 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 9.602 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 9.618 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libuv1 arm64 1.44.2-1+deb12u1 [130 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 9.631 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 9.787 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
22:42:46 [2024-04-25T22:42:46.244Z] #36 11.20 debconf: delaying package configuration, since apt-utils is not installed
22:42:46 [2024-04-25T22:42:46.244Z] #36 11.69 Fetched 19.3 MB in 3s (7583 kB/s)
22:42:46 [2024-04-25T22:42:46.244Z] #36 ...
22:42:46 [2024-04-25T22:42:46.244Z] 
22:42:46 [2024-04-25T22:42:46.244Z] #56 [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
22:42:46 [2024-04-25T22:42:46.244Z] #56 10.27 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 10.33 go: downloading github.com/mgechev/revive v1.3.4
22:42:46 [2024-04-25T22:42:46.244Z] #56 10.68 go: downloading github.com/moricho/tparallel v0.3.1
22:42:46 [2024-04-25T22:42:46.244Z] #56 10.68 go: downloading github.com/nakabonne/nestif v0.3.1
22:42:46 [2024-04-25T22:42:46.244Z] #56 10.69 go: downloading github.com/nishanths/exhaustive v0.11.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 10.69 go: downloading github.com/nishanths/predeclared v0.2.2
22:42:46 [2024-04-25T22:42:46.244Z] #56 10.72 go: downloading github.com/nunnatsa/ginkgolinter v0.14.1
22:42:46 [2024-04-25T22:42:46.244Z] #56 10.73 go: downloading github.com/polyfloyd/go-errorlint v1.4.5
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.00 go: downloading github.com/ryancurrah/gomodguard v1.3.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.03 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.03 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.08 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.08 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.16 go: downloading github.com/securego/gosec/v2 v2.18.2
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.17 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.30 go: downloading github.com/sivchari/containedctx v1.0.3
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.54 go: downloading github.com/sivchari/nosnakecase v1.7.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.54 go: downloading github.com/sivchari/tenv v1.7.1
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.64 go: downloading github.com/sonatard/noctx v0.0.2
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.68 go: downloading github.com/sourcegraph/go-diff v0.7.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.69 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.88 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
22:42:46 [2024-04-25T22:42:46.244Z] #56 11.94 go: downloading github.com/tdakkota/asciicheck v0.2.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.00 go: downloading github.com/ultraware/funlen v0.1.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.00 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.00 go: downloading github.com/timonwong/loggercheck v0.9.4
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.00 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.00 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.00 go: downloading github.com/tetafro/godot v1.4.15
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.26 go: downloading github.com/ultraware/whitespace v0.0.5
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.49 go: downloading github.com/uudashr/gocognit v1.1.2
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.59 go: downloading github.com/xen0n/gosmopolitan v1.2.2
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.59 go: downloading github.com/yagipy/maintidx v1.0.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.60 go: downloading github.com/yeya24/promlinter v0.2.0
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.64 go: downloading github.com/ykadowak/zerologlint v0.1.3
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.65 go: downloading gitlab.com/bosi/decorder v0.4.1
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.65 go: downloading go-simpler.org/sloglint v0.1.2
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.65 go: downloading go.tmz.dev/musttag v0.7.2
22:42:46 [2024-04-25T22:42:46.244Z] #56 12.73 go: downloading honnef.co/go/tools v0.4.6
22:42:46 [2024-04-25T22:42:46.244Z] #56 ...
22:42:46 [2024-04-25T22:42:46.244Z] 
22:42:46 [2024-04-25T22:42:46.244Z] #48 [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...)
22:42:46 [2024-04-25T22:42:46.244Z] #48 2.913 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:42:46 [2024-04-25T22:42:46.244Z] #48 2.913 + mkdir /build
22:42:46 [2024-04-25T22:42:46.502Z] #48 ...
22:42:46 [2024-04-25T22:42:46.502Z] 
22:42:46 [2024-04-25T22:42:46.502Z] #56 [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
22:42:46 [2024-04-25T22:42:46.502Z] #56 13.91 go: downloading mvdan.cc/gofumpt v0.5.0
22:42:46 [2024-04-25T22:42:46.502Z] #56 13.91 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
22:42:46 [2024-04-25T22:42:46.502Z] #56 13.91 go: downloading github.com/hashicorp/errwrap v1.0.0
22:42:46 [2024-04-25T22:42:46.502Z] #56 14.21 go: downloading golang.org/x/sys v0.13.0
22:42:46 [2024-04-25T22:42:46.502Z] #56 14.21 go: downloading github.com/davecgh/go-spew v1.1.1
22:42:46 [2024-04-25T22:42:46.502Z] #56 14.22 go: downloading github.com/pmezard/go-difflib v1.0.0
22:42:46 [2024-04-25T22:42:46.502Z] #56 14.22 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:42:46 [2024-04-25T22:42:46.502Z] #56 14.22 go: downloading github.com/stretchr/objx v0.5.0
22:42:46 [2024-04-25T22:42:46.502Z] #56 14.29 go: downloading github.com/subosito/gotenv v1.4.1
22:42:46 [2024-04-25T22:42:46.502Z] #56 14.35 go: downloading github.com/hashicorp/hcl v1.0.0
22:42:46 [2024-04-25T22:42:46.759Z] #56 14.41 go: downloading gopkg.in/ini.v1 v1.67.0
22:42:46 [2024-04-25T22:42:46.759Z] #56 14.47 go: downloading github.com/magiconair/properties v1.8.6
22:42:47 [2024-04-25T22:42:47.213Z] #56 14.57 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
22:42:47 [2024-04-25T22:42:47.213Z] #56 14.75 go: downloading golang.org/x/text v0.13.0
22:42:47 [2024-04-25T22:42:47.213Z] #56 14.76 go: downloading github.com/fatih/structtag v1.2.0
22:42:47 [2024-04-25T22:42:47.213Z] #56 14.77 go: downloading github.com/gobwas/glob v0.2.3
22:42:47 [2024-04-25T22:42:47.213Z] #56 14.77 go: downloading github.com/google/go-cmp v0.6.0
22:42:47 [2024-04-25T22:42:47.213Z] #56 14.84 go: downloading gopkg.in/yaml.v2 v2.4.0
22:42:47 [2024-04-25T22:42:47.470Z] #56 14.88 go: downloading github.com/pelletier/go-toml v1.9.5
22:42:47 [2024-04-25T22:42:47.470Z] #56 15.15 go: downloading golang.org/x/sync v0.4.0
22:42:47 [2024-04-25T22:42:47.470Z] #56 15.26 go: downloading go.uber.org/zap v1.24.0
22:42:48 [2024-04-25T22:42:48.044Z] #56 15.75 go: downloading github.com/go-toolsmith/astcast v1.1.0
22:42:48 [2024-04-25T22:42:48.044Z] #56 15.75 go: downloading github.com/go-toolsmith/astcopy v1.1.0
22:42:48 [2024-04-25T22:42:48.044Z] #56 15.82 go: downloading github.com/go-toolsmith/astfmt v1.1.0
22:42:48 [2024-04-25T22:42:48.044Z] #56 15.90 go: downloading github.com/go-toolsmith/astequal v1.1.0
22:42:48 [2024-04-25T22:42:48.301Z] #56 16.02 go: downloading github.com/go-toolsmith/astp v1.1.0
22:42:48 [2024-04-25T22:42:48.301Z] #56 16.05 go: downloading github.com/go-toolsmith/strparse v1.1.0
22:42:48 [2024-04-25T22:42:48.301Z] #56 16.06 go: downloading github.com/go-toolsmith/typep v1.1.0
22:42:48 [2024-04-25T22:42:48.301Z] #56 16.17 go: downloading github.com/quasilyte/go-ruleguard v0.4.0
22:42:48 [2024-04-25T22:42:48.558Z] #56 16.18 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
22:42:48 [2024-04-25T22:42:48.558Z] #56 16.21 go: downloading github.com/kisielk/gotool v1.0.0
22:42:48 [2024-04-25T22:42:48.558Z] #56 16.27 go: downloading github.com/gostaticanalysis/comment v1.4.2
22:42:48 [2024-04-25T22:42:48.558Z] #56 16.30 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
22:42:48 [2024-04-25T22:42:48.558Z] #56 16.40 go: downloading github.com/ettle/strcase v0.1.1
22:42:48 [2024-04-25T22:42:48.558Z] #56 16.40 go: downloading github.com/Masterminds/semver v1.5.0
22:42:48 [2024-04-25T22:42:48.558Z] #56 16.40 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1
22:42:48 [2024-04-25T22:42:48.815Z] #56 16.55 go: downloading github.com/prometheus/client_golang v1.12.1
22:42:48 [2024-04-25T22:42:48.815Z] #56 16.55 go: downloading github.com/prometheus/client_model v0.2.0
22:42:48 [2024-04-25T22:42:48.815Z] #56 16.67 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.68 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.73 go: downloading go.uber.org/atomic v1.7.0
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.73 go: downloading go.uber.org/multierr v1.6.0
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.73 go: downloading github.com/chavacava/garif v0.1.0
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.75 go: downloading github.com/olekukonko/tablewriter v0.0.5
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.76 go: downloading github.com/quasilyte/gogrep v0.5.0
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.78 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.87 go: downloading github.com/golang/protobuf v1.5.2
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.87 go: downloading github.com/beorn7/perks v1.0.1
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.87 go: downloading github.com/cespare/xxhash/v2 v2.1.2
22:42:49 [2024-04-25T22:42:49.072Z] #56 16.95 go: downloading github.com/prometheus/common v0.32.1
22:42:49 [2024-04-25T22:42:49.336Z] #56 16.97 go: downloading github.com/prometheus/procfs v0.7.3
22:42:49 [2024-04-25T22:42:49.336Z] #56 17.06 go: downloading google.golang.org/protobuf v1.28.0
22:42:49 [2024-04-25T22:42:49.336Z] #56 17.07 go: downloading github.com/mattn/go-runewidth v0.0.9
22:42:49 [2024-04-25T22:42:49.593Z] #56 17.44 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
22:42:53 [2024-04-25T22:42:53.767Z] #56 ...
22:42:53 [2024-04-25T22:42:53.767Z] 
22:42:53 [2024-04-25T22:42:53.767Z] #58 [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             ;
22:42:53 [2024-04-25T22:42:53.767Z] #58 11.05 debconf: delaying package configuration, since apt-utils is not installed
22:42:53 [2024-04-25T22:42:53.767Z] #58 11.54 Fetched 5657 kB in 2s (3114 kB/s)
22:42:53 [2024-04-25T22:42:53.767Z] #58 13.02 Selecting previously unselected package bzip2.
22:42:53 [2024-04-25T22:42:53.767Z] #58 13.02 (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 ... 15659 files and directories currently installed.)
22:42:53 [2024-04-25T22:42:53.767Z] #58 13.04 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 13.85 Unpacking bzip2 (1.0.8-5+b1) ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 15.31 Selecting previously unselected package xz-utils.
22:42:53 [2024-04-25T22:42:53.767Z] #58 15.32 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 16.01 Unpacking xz-utils (5.4.1-0.2) ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 17.04 Selecting previously unselected package m4.
22:42:53 [2024-04-25T22:42:53.767Z] #58 17.04 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 17.16 Unpacking m4 (1.4.19-3) ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 17.44 Selecting previously unselected package autoconf.
22:42:53 [2024-04-25T22:42:53.767Z] #58 17.44 Preparing to unpack .../03-autoconf_2.71-3_all.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 17.53 Unpacking autoconf (2.71-3) ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 18.22 Selecting previously unselected package autotools-dev.
22:42:53 [2024-04-25T22:42:53.767Z] #58 18.22 Preparing to unpack .../04-autotools-dev_20220109.1_all.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 18.35 Unpacking autotools-dev (20220109.1) ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 18.83 Selecting previously unselected package automake.
22:42:53 [2024-04-25T22:42:53.767Z] #58 18.84 Preparing to unpack .../05-automake_1%3a1.16.5-1.3_all.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 19.23 Unpacking automake (1:1.16.5-1.3) ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 20.25 Selecting previously unselected package libdpkg-perl.
22:42:53 [2024-04-25T22:42:53.767Z] #58 20.25 Preparing to unpack .../06-libdpkg-perl_1.21.22_all.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 20.45 Unpacking libdpkg-perl (1.21.22) ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 21.15 Selecting previously unselected package patch.
22:42:53 [2024-04-25T22:42:53.767Z] #58 ...
22:42:53 [2024-04-25T22:42:53.767Z] 
22:42:53 [2024-04-25T22:42:53.767Z] #62 [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
22:42:53 [2024-04-25T22:42:53.767Z] #62 13.49 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
22:42:53 [2024-04-25T22:42:53.767Z] #62 14.31 debconf: delaying package configuration, since apt-utils is not installed
22:42:53 [2024-04-25T22:42:53.767Z] #62 14.89 Fetched 9078 kB in 3s (3476 kB/s)
22:42:53 [2024-04-25T22:42:53.767Z] #62 15.98 Selecting previously unselected package libglib2.0-0:arm64.
22:42:53 [2024-04-25T22:42:53.767Z] #62 15.98 (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 ... 15659 files and directories currently installed.)
22:42:53 [2024-04-25T22:42:53.767Z] #62 16.00 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_arm64.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 16.43 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 17.15 Selecting previously unselected package libgirepository-1.0-1:arm64.
22:42:53 [2024-04-25T22:42:53.767Z] #62 17.15 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 17.23 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 17.92 Selecting previously unselected package gir1.2-glib-2.0:arm64.
22:42:53 [2024-04-25T22:42:53.767Z] #62 17.92 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 18.05 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 18.51 Selecting previously unselected package libsecret-common.
22:42:53 [2024-04-25T22:42:53.767Z] #62 18.52 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 18.54 Unpacking libsecret-common (0.20.5-3) ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 20.16 Selecting previously unselected package libsecret-1-0:arm64.
22:42:53 [2024-04-25T22:42:53.767Z] #62 20.16 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_arm64.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 20.23 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 20.60 Selecting previously unselected package gir1.2-secret-1:arm64.
22:42:53 [2024-04-25T22:42:53.767Z] #62 20.61 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_arm64.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 20.61 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
22:42:53 [2024-04-25T22:42:53.767Z] #62 ...
22:42:53 [2024-04-25T22:42:53.767Z] 
22:42:53 [2024-04-25T22:42:53.767Z] #58 [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             ;
22:42:53 [2024-04-25T22:42:53.767Z] #58 21.16 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 21.17 Unpacking patch (2.7.6-7) ...
22:42:53 [2024-04-25T22:42:53.767Z] #58 21.52 Selecting previously unselected package dpkg-dev.
22:42:53 [2024-04-25T22:42:53.767Z] #58 21.52 Preparing to unpack .../08-dpkg-dev_1.21.22_all.deb ...
22:42:54 [2024-04-25T22:42:54.024Z] #58 ...
22:42:54 [2024-04-25T22:42:54.024Z] 
22:42:54 [2024-04-25T22:42:54.024Z] #28 [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
22:42:54 [2024-04-25T22:42:54.024Z] #28 16.84 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
22:42:54 [2024-04-25T22:42:54.024Z] #28 17.57 #=#=#                                                                         
22:42:54 [2024-04-25T22:42:54.024Z] #28 17.87 #=#=#                                                                         

######################################################################## 100.0%
22:42:54 [2024-04-25T22:42:54.024Z] #28 18.22 
22:42:54 [2024-04-25T22:42:54.024Z] #28 18.80 Download of images into '/build' complete.
22:42:54 [2024-04-25T22:42:54.024Z] #28 18.80 Use something like the following to load the result into a Docker daemon:
22:42:54 [2024-04-25T22:42:54.024Z] #28 18.80   tar -cC '/build' . | docker load
22:42:54 [2024-04-25T22:42:54.024Z] #28 ...
22:42:54 [2024-04-25T22:42:54.024Z] 
22:42:54 [2024-04-25T22:42:54.024Z] #58 [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             ;
22:42:54 [2024-04-25T22:42:54.024Z] #58 21.87 Unpacking dpkg-dev (1.21.22) ...
22:42:54 [2024-04-25T22:42:54.307Z] #58 ...
22:42:54 [2024-04-25T22:42:54.307Z] 
22:42:54 [2024-04-25T22:42:54.307Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
22:42:54 [2024-04-25T22:42:54.307Z] #65 10.63 Reading package lists...
22:42:54 [2024-04-25T22:42:54.307Z] #65 11.50 Building dependency tree...
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.09 gcc is already the newest version (4:12.2.0-3).
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.09 libc6-dev is already the newest version (2.36-9+deb12u6).
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.09 pkg-config is already the newest version (1.8.1-1).
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.09 The following additional packages will be installed:
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.09   bzip2 libdpkg-perl patch xz-utils
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.09 Suggested packages:
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.09   bzip2-doc debian-keyring bzr seccomp ed diffutils-doc
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.09 Recommended packages:
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.09   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.09   liblocale-gettext-perl
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.17 The following NEW packages will be installed:
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.17   bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.45 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.45 Need to get 2683 kB of archives.
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.45 After this operation, 6010 kB of additional disk space will be used.
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.45 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.47 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.51 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.57 Get:4 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
22:42:54 [2024-04-25T22:42:54.307Z] #65 12.62 Get:5 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
22:42:54 [2024-04-25T22:42:54.307Z] #65 13.03 Get:6 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
22:42:54 [2024-04-25T22:42:54.307Z] #65 14.12 debconf: delaying package configuration, since apt-utils is not installed
22:42:54 [2024-04-25T22:42:54.307Z] #65 14.46 Fetched 2683 kB in 1s (3162 kB/s)
22:42:54 [2024-04-25T22:42:54.307Z] #65 15.16 Selecting previously unselected package bzip2.
22:42:54 [2024-04-25T22:42:54.307Z] #65 15.16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15659 files and directories currently installed.)
22:42:54 [2024-04-25T22:42:54.307Z] #65 15.17 Preparing to unpack .../0-bzip2_1.0.8-5+b1_arm64.deb ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 15.63 Unpacking bzip2 (1.0.8-5+b1) ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 16.36 Selecting previously unselected package xz-utils.
22:42:54 [2024-04-25T22:42:54.307Z] #65 16.36 Preparing to unpack .../1-xz-utils_5.4.1-0.2_arm64.deb ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 16.44 Unpacking xz-utils (5.4.1-0.2) ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 17.44 Selecting previously unselected package libdpkg-perl.
22:42:54 [2024-04-25T22:42:54.307Z] #65 17.44 Preparing to unpack .../2-libdpkg-perl_1.21.22_all.deb ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 17.54 Unpacking libdpkg-perl (1.21.22) ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 18.09 Selecting previously unselected package patch.
22:42:54 [2024-04-25T22:42:54.307Z] #65 18.09 Preparing to unpack .../3-patch_2.7.6-7_arm64.deb ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 18.13 Unpacking patch (2.7.6-7) ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 18.74 Selecting previously unselected package dpkg-dev.
22:42:54 [2024-04-25T22:42:54.307Z] #65 18.74 Preparing to unpack .../4-dpkg-dev_1.21.22_all.deb ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 18.97 Unpacking dpkg-dev (1.21.22) ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 19.85 Selecting previously unselected package libseccomp-dev:arm64.
22:42:54 [2024-04-25T22:42:54.307Z] #65 19.85 Preparing to unpack .../5-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 19.95 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 20.52 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 20.76 Setting up bzip2 (1.0.8-5+b1) ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 20.99 Setting up xz-utils (5.4.1-0.2) ...
22:42:54 [2024-04-25T22:42:54.307Z] #65 21.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:42:54 [2024-04-25T22:42:54.307Z] #65 21.59 Setting up patch (2.7.6-7) ...
22:42:54 [2024-04-25T22:42:54.564Z] #65 ...
22:42:54 [2024-04-25T22:42:54.564Z] 
22:42:54 [2024-04-25T22:42:54.564Z] #64 [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
22:42:54 [2024-04-25T22:42:54.564Z] #64 11.88 gcc is already the newest version (4:12.2.0-3).
22:42:54 [2024-04-25T22:42:54.564Z] #64 11.88 libc6-dev is already the newest version (2.36-9+deb12u6).
22:42:54 [2024-04-25T22:42:54.564Z] #64 11.88 pkg-config is already the newest version (1.8.1-1).
22:42:54 [2024-04-25T22:42:54.564Z] #64 11.88 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
22:42:54 [2024-04-25T22:42:54.564Z] #64 ...
22:42:54 [2024-04-25T22:42:54.564Z] 
22:42:54 [2024-04-25T22:42:54.564Z] #62 [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
22:42:54 [2024-04-25T22:42:54.564Z] #62 21.09 Selecting previously unselected package uuid-dev:arm64.
22:42:54 [2024-04-25T22:42:54.564Z] #62 21.09 Preparing to unpack .../06-uuid-dev_2.38.1-5+deb12u1_arm64.deb ...
22:42:54 [2024-04-25T22:42:54.564Z] #62 21.11 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ...
22:42:54 [2024-04-25T22:42:54.564Z] #62 21.97 Selecting previously unselected package libblkid-dev:arm64.
22:42:54 [2024-04-25T22:42:54.564Z] #62 22.02 Preparing to unpack .../07-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ...
22:42:54 [2024-04-25T22:42:54.564Z] #62 22.12 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
22:42:55 [2024-04-25T22:42:55.935Z] #62 23.11 Selecting previously unselected package libbtrfs0:arm64.
22:42:55 [2024-04-25T22:42:55.935Z] #62 23.12 Preparing to unpack .../08-libbtrfs0_6.2-1_arm64.deb ...
22:42:55 [2024-04-25T22:42:55.935Z] #62 23.22 Unpacking libbtrfs0:arm64 (6.2-1) ...
22:42:56 [2024-04-25T22:42:56.505Z] #62 23.98 Selecting previously unselected package libbtrfs-dev:arm64.
22:42:56 [2024-04-25T22:42:56.505Z] #62 23.99 Preparing to unpack .../09-libbtrfs-dev_6.2-1_arm64.deb ...
22:42:56 [2024-04-25T22:42:56.505Z] #62 24.01 Unpacking libbtrfs-dev:arm64 (6.2-1) ...
22:42:56 [2024-04-25T22:42:56.505Z] #62 ...
22:42:56 [2024-04-25T22:42:56.505Z] 
22:42:56 [2024-04-25T22:42:56.505Z] #36 [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
22:42:56 [2024-04-25T22:42:56.505Z] #36 14.07 Selecting previously unselected package libicu72:arm64.
22:42:56 [2024-04-25T22:42:56.505Z] #36 14.07 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15659 files and directories currently installed.)
22:42:56 [2024-04-25T22:42:56.505Z] #36 14.08 Preparing to unpack .../0-libicu72_72.1-3_arm64.deb ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 14.35 Unpacking libicu72:arm64 (72.1-3) ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 16.54 Selecting previously unselected package libxml2:arm64.
22:42:56 [2024-04-25T22:42:56.505Z] #36 16.54 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 16.65 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 18.13 Selecting previously unselected package libarchive13:arm64.
22:42:56 [2024-04-25T22:42:56.505Z] #36 18.13 Preparing to unpack .../2-libarchive13_3.6.2-1_arm64.deb ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 18.26 Unpacking libarchive13:arm64 (3.6.2-1) ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 19.23 Selecting previously unselected package libjsoncpp25:arm64.
22:42:56 [2024-04-25T22:42:56.505Z] #36 19.23 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_arm64.deb ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 19.54 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 20.61 Selecting previously unselected package librhash0:arm64.
22:42:56 [2024-04-25T22:42:56.505Z] #36 20.62 Preparing to unpack .../4-librhash0_1.4.3-3_arm64.deb ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 20.68 Unpacking librhash0:arm64 (1.4.3-3) ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 21.69 Selecting previously unselected package libuv1:arm64.
22:42:56 [2024-04-25T22:42:56.505Z] #36 21.69 Preparing to unpack .../5-libuv1_1.44.2-1+deb12u1_arm64.deb ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 21.98 Unpacking libuv1:arm64 (1.44.2-1+deb12u1) ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 23.15 Selecting previously unselected package cmake-data.
22:42:56 [2024-04-25T22:42:56.505Z] #36 23.16 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
22:42:56 [2024-04-25T22:42:56.505Z] #36 23.17 Unpacking cmake-data (3.25.1-1) ...
22:42:56 [2024-04-25T22:42:56.763Z] #36 ...
22:42:56 [2024-04-25T22:42:56.763Z] 
22:42:56 [2024-04-25T22:42:56.763Z] #58 [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             ;
22:42:56 [2024-04-25T22:42:56.763Z] #58 22.90 Selecting previously unselected package build-essential.
22:42:56 [2024-04-25T22:42:56.763Z] #58 22.95 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
22:42:56 [2024-04-25T22:42:56.763Z] #58 23.10 Unpacking build-essential (12.9) ...
22:42:56 [2024-04-25T22:42:56.763Z] #58 23.92 Selecting previously unselected package libcap-dev:arm64.
22:42:56 [2024-04-25T22:42:56.763Z] #58 23.92 Preparing to unpack .../10-libcap-dev_1%3a2.66-4_arm64.deb ...
22:42:56 [2024-04-25T22:42:56.763Z] #58 23.97 Unpacking libcap-dev:arm64 (1:2.66-4) ...
22:42:56 [2024-04-25T22:42:56.763Z] #58 24.52 Selecting previously unselected package libprotobuf-c1:arm64.
22:42:56 [2024-04-25T22:42:56.763Z] #58 24.52 Preparing to unpack .../11-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
22:42:57 [2024-04-25T22:42:57.020Z] #58 24.76 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
22:42:57 [2024-04-25T22:42:57.616Z] #58 25.34 Selecting previously unselected package libprotobuf-c-dev:arm64.
22:42:57 [2024-04-25T22:42:57.616Z] #58 25.34 Preparing to unpack .../12-libprotobuf-c-dev_1.4.1-1+b1_arm64.deb ...
22:42:57 [2024-04-25T22:42:57.616Z] #58 25.44 Unpacking libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
22:42:58 [2024-04-25T22:42:58.437Z] #58 26.07 Selecting previously unselected package libseccomp-dev:arm64.
22:42:58 [2024-04-25T22:42:58.437Z] #58 26.08 Preparing to unpack .../13-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
22:42:58 [2024-04-25T22:42:58.437Z] #58 26.14 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
22:42:58 [2024-04-25T22:42:58.437Z] #58 ...
22:42:58 [2024-04-25T22:42:58.437Z] 
22:42:58 [2024-04-25T22:42:58.437Z] #66 [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.8.0"      && /build/shfmt --version
22:42:58 [2024-04-25T22:42:58.437Z] #66 16.32 v3.8.0
22:42:58 [2024-04-25T22:42:58.694Z] #66 ...
22:42:58 [2024-04-25T22:42:58.694Z] 
22:42:58 [2024-04-25T22:42:58.694Z] #58 [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             ;
22:42:58 [2024-04-25T22:42:58.694Z] #58 26.45 Selecting previously unselected package libsystemd-dev:arm64.
22:42:58 [2024-04-25T22:42:58.951Z] #58 26.45 Preparing to unpack .../14-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
22:42:58 [2024-04-25T22:42:58.951Z] #58 ...
22:42:58 [2024-04-25T22:42:58.951Z] 
22:42:58 [2024-04-25T22:42:58.951Z] #60 [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
22:42:58 [2024-04-25T22:42:58.951Z] #60 16.50 tomll can be used in two ways:
22:42:58 [2024-04-25T22:42:58.951Z] #60 16.50 Writing to STDIN and reading from STDOUT:
22:42:58 [2024-04-25T22:42:58.951Z] #60 16.50   cat file.toml | tomll > file.toml
22:42:58 [2024-04-25T22:42:58.951Z] #60 16.50 
22:42:58 [2024-04-25T22:42:58.951Z] #60 16.50 Reading and updating a list of files:
22:42:58 [2024-04-25T22:42:58.951Z] #60 16.50   tomll a.toml b.toml c.toml
22:42:58 [2024-04-25T22:42:58.951Z] #60 16.50 
22:42:58 [2024-04-25T22:42:58.951Z] #60 16.50 When given a list of files, tomll will modify all files in place without asking.
22:42:58 [2024-04-25T22:42:58.951Z] #60 ...
22:42:58 [2024-04-25T22:42:58.951Z] 
22:42:58 [2024-04-25T22:42:58.951Z] #58 [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             ;
22:42:58 [2024-04-25T22:42:58.951Z] #58 26.65 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
22:42:59 [2024-04-25T22:42:59.515Z] #58 ...
22:42:59 [2024-04-25T22:42:59.515Z] 
22:42:59 [2024-04-25T22:42:59.515Z] #63 [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
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17 NAME:
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17    go-winres - A tool for embedding resources in Windows executables
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17 
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17 USAGE:
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17    go-winres [global options] command [command options] [arguments...]
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17 
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17 COMMANDS:
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17    init     Create an initial ./winres/winres.json
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17    make     Make syso files for the "go build" command
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17    simply   Make syso files for the "go build" command (simplified)
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17    extract  Extract all resources from an executable
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17    patch    Replace resources in an executable file (exe, dll)
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17    help, h  Shows a list of commands or help for one command
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17 
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17 GLOBAL OPTIONS:
22:42:59 [2024-04-25T22:42:59.515Z] #63 17.17    --help, -h  show help (default: false)
22:42:59 [2024-04-25T22:42:59.515Z] #63 ...
22:42:59 [2024-04-25T22:42:59.515Z] 
22:42:59 [2024-04-25T22:42:59.515Z] #62 [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
22:42:59 [2024-04-25T22:42:59.515Z] #62 24.47 Selecting previously unselected package libelf1:arm64.
22:42:59 [2024-04-25T22:42:59.515Z] #62 24.48 Preparing to unpack .../10-libelf1_0.188-2.1_arm64.deb ...
22:42:59 [2024-04-25T22:42:59.515Z] #62 24.54 Unpacking libelf1:arm64 (0.188-2.1) ...
22:42:59 [2024-04-25T22:42:59.515Z] #62 25.27 Selecting previously unselected package libffi-dev:arm64.
22:42:59 [2024-04-25T22:42:59.515Z] #62 25.28 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
22:42:59 [2024-04-25T22:42:59.515Z] #62 25.47 Unpacking libffi-dev:arm64 (3.4.4-1) ...
22:42:59 [2024-04-25T22:42:59.515Z] #62 25.86 Selecting previously unselected package libgpg-error-dev.
22:42:59 [2024-04-25T22:42:59.515Z] #62 25.86 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
22:42:59 [2024-04-25T22:42:59.515Z] #62 25.90 Unpacking libgpg-error-dev (1.46-1) ...
22:42:59 [2024-04-25T22:42:59.515Z] #62 26.16 Selecting previously unselected package libgcrypt20-dev.
22:42:59 [2024-04-25T22:42:59.515Z] #62 26.16 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
22:42:59 [2024-04-25T22:42:59.515Z] #62 26.39 Unpacking libgcrypt20-dev (1.10.1-3) ...
22:42:59 [2024-04-25T22:42:59.772Z] #62 27.17 Selecting previously unselected package libglib2.0-data.
22:42:59 [2024-04-25T22:42:59.772Z] #62 27.18 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
22:42:59 [2024-04-25T22:42:59.772Z] #62 27.27 Unpacking libglib2.0-data (2.74.6-2) ...
22:43:00 [2024-04-25T22:43:00.702Z] #62 28.11 Selecting previously unselected package libglib2.0-bin.
22:43:00 [2024-04-25T22:43:00.702Z] #62 28.11 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
22:43:00 [2024-04-25T22:43:00.702Z] #62 28.19 Unpacking libglib2.0-bin (2.74.6-2) ...
22:43:01 [2024-04-25T22:43:01.277Z] #62 28.81 Selecting previously unselected package python3-lib2to3.
22:43:01 [2024-04-25T22:43:01.277Z] #62 28.82 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
22:43:01 [2024-04-25T22:43:01.534Z] #62 28.84 Unpacking python3-lib2to3 (3.11.2-3) ...
22:43:02 [2024-04-25T22:43:02.465Z] #62 29.80 Selecting previously unselected package python3-distutils.
22:43:02 [2024-04-25T22:43:02.465Z] #62 29.81 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
22:43:02 [2024-04-25T22:43:02.465Z] #62 29.91 Unpacking python3-distutils (3.11.2-3) ...
22:43:02 [2024-04-25T22:43:02.722Z] #62 30.36 Selecting previously unselected package libglib2.0-dev-bin.
22:43:02 [2024-04-25T22:43:02.979Z] #62 30.37 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
22:43:02 [2024-04-25T22:43:02.979Z] #62 30.47 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
22:43:03 [2024-04-25T22:43:03.235Z] #62 30.72 Selecting previously unselected package libsepol-dev:arm64.
22:43:03 [2024-04-25T22:43:03.235Z] #62 30.72 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
22:43:03 [2024-04-25T22:43:03.235Z] #62 30.74 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
22:43:03 [2024-04-25T22:43:03.511Z] #62 31.10 Selecting previously unselected package libpcre2-16-0:arm64.
22:43:03 [2024-04-25T22:43:03.768Z] #62 31.10 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
22:43:03 [2024-04-25T22:43:03.768Z] #62 31.13 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
22:43:04 [2024-04-25T22:43:04.330Z] #62 31.67 Selecting previously unselected package libpcre2-32-0:arm64.
22:43:04 [2024-04-25T22:43:04.330Z] #62 31.67 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
22:43:04 [2024-04-25T22:43:04.330Z] #62 31.69 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
22:43:04 [2024-04-25T22:43:04.586Z] #62 32.12 Selecting previously unselected package libpcre2-posix3:arm64.
22:43:04 [2024-04-25T22:43:04.852Z] #62 32.12 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
22:43:04 [2024-04-25T22:43:04.852Z] #62 32.21 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
22:43:04 [2024-04-25T22:43:04.852Z] #62 ...
22:43:04 [2024-04-25T22:43:04.852Z] 
22:43:04 [2024-04-25T22:43:04.852Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
22:43:04 [2024-04-25T22:43:04.852Z] #65 22.04 Setting up libdpkg-perl (1.21.22) ...
22:43:04 [2024-04-25T22:43:04.852Z] #65 22.66 Setting up dpkg-dev (1.21.22) ...
22:43:04 [2024-04-25T22:43:04.852Z] #65 ...
22:43:04 [2024-04-25T22:43:04.852Z] 
22:43:04 [2024-04-25T22:43:04.852Z] #58 [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             ;
22:43:04 [2024-04-25T22:43:04.852Z] #58 27.58 Selecting previously unselected package libtool.
22:43:04 [2024-04-25T22:43:04.852Z] #58 27.59 Preparing to unpack .../15-libtool_2.4.7-5_all.deb ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 27.65 Unpacking libtool (2.4.7-5) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 28.37 Selecting previously unselected package libudev-dev:arm64.
22:43:04 [2024-04-25T22:43:04.852Z] #58 28.38 Preparing to unpack .../16-libudev-dev_252.22-1~deb12u1_arm64.deb ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 28.45 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 29.02 Selecting previously unselected package libyajl2:arm64.
22:43:04 [2024-04-25T22:43:04.852Z] #58 29.02 Preparing to unpack .../17-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 29.13 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 29.52 Selecting previously unselected package libyajl-dev:arm64.
22:43:04 [2024-04-25T22:43:04.852Z] #58 29.53 Preparing to unpack .../18-libyajl-dev_2.1.0-3+deb12u2_arm64.deb ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 29.73 Unpacking libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 30.42 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 30.68 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 30.86 Setting up m4 (1.4.19-3) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 30.93 Setting up bzip2 (1.0.8-5+b1) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 31.04 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 31.19 Setting up libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 31.25 Setting up autotools-dev (20220109.1) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 31.47 Setting up xz-utils (5.4.1-0.2) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 31.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:43:04 [2024-04-25T22:43:04.852Z] #58 31.66 Setting up patch (2.7.6-7) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 31.90 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 32.03 Setting up libdpkg-perl (1.21.22) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 32.23 Setting up autoconf (2.71-3) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 32.51 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
22:43:04 [2024-04-25T22:43:04.852Z] #58 32.78 Setting up libcap-dev:arm64 (1:2.66-4) ...
22:43:05 [2024-04-25T22:43:05.109Z] #58 32.91 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
22:43:05 [2024-04-25T22:43:05.366Z] #58 33.15 Setting up automake (1:1.16.5-1.3) ...
22:43:05 [2024-04-25T22:43:05.366Z] #58 33.31 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
22:43:05 [2024-04-25T22:43:05.622Z] #58 33.40 Setting up libtool (2.4.7-5) ...
22:43:05 [2024-04-25T22:43:05.879Z] #58 33.58 Setting up dpkg-dev (1.21.22) ...
22:43:06 [2024-04-25T22:43:06.569Z] #58 34.02 Setting up build-essential (12.9) ...
22:43:06 [2024-04-25T22:43:06.569Z] #58 ...
22:43:06 [2024-04-25T22:43:06.569Z] 
22:43:06 [2024-04-25T22:43:06.569Z] #61 [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
22:43:06 [2024-04-25T22:43:06.569Z] #61 24.11 gotestsum version dev
22:43:06 [2024-04-25T22:43:06.569Z] #61 ...
22:43:06 [2024-04-25T22:43:06.569Z] 
22:43:06 [2024-04-25T22:43:06.569Z] #62 [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
22:43:06 [2024-04-25T22:43:06.569Z] #62 32.53 Selecting previously unselected package libpcre2-dev:arm64.
22:43:06 [2024-04-25T22:43:06.569Z] #62 32.54 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
22:43:06 [2024-04-25T22:43:06.569Z] #62 32.61 Unpacking libpcre2-dev:arm64 (10.42-1) ...
22:43:06 [2024-04-25T22:43:06.569Z] #62 33.10 Selecting previously unselected package libselinux1-dev:arm64.
22:43:06 [2024-04-25T22:43:06.569Z] #62 33.11 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
22:43:06 [2024-04-25T22:43:06.569Z] #62 33.21 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
22:43:06 [2024-04-25T22:43:06.569Z] #62 33.72 Selecting previously unselected package libmount-dev:arm64.
22:43:06 [2024-04-25T22:43:06.569Z] #62 33.72 Preparing to unpack .../25-libmount-dev_2.38.1-5+deb12u1_arm64.deb ...
22:43:06 [2024-04-25T22:43:06.569Z] #62 33.83 Unpacking libmount-dev:arm64 (2.38.1-5+deb12u1) ...
22:43:07 [2024-04-25T22:43:07.498Z] #62 34.86 Selecting previously unselected package zlib1g-dev:arm64.
22:43:07 [2024-04-25T22:43:07.498Z] #62 34.87 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
22:43:07 [2024-04-25T22:43:07.498Z] #62 34.92 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
22:43:07 [2024-04-25T22:43:07.755Z] #62 35.20 Selecting previously unselected package libglib2.0-dev:arm64.
22:43:07 [2024-04-25T22:43:07.755Z] #62 35.20 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
22:43:07 [2024-04-25T22:43:07.755Z] #62 35.31 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
22:43:07 [2024-04-25T22:43:07.755Z] #62 ...
22:43:07 [2024-04-25T22:43:07.755Z] 
22:43:07 [2024-04-25T22:43:07.755Z] #36 [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
22:43:07 [2024-04-25T22:43:07.755Z] #36 25.35 Selecting previously unselected package cmake.
22:43:07 [2024-04-25T22:43:07.755Z] #36 25.36 Preparing to unpack .../7-cmake_3.25.1-1_arm64.deb ...
22:43:07 [2024-04-25T22:43:07.755Z] #36 25.54 Unpacking cmake (3.25.1-1) ...
22:43:07 [2024-04-25T22:43:07.755Z] #36 26.51 Setting up libicu72:arm64 (72.1-3) ...
22:43:07 [2024-04-25T22:43:07.755Z] #36 26.81 Setting up libuv1:arm64 (1.44.2-1+deb12u1) ...
22:43:07 [2024-04-25T22:43:07.755Z] #36 27.34 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
22:43:07 [2024-04-25T22:43:07.755Z] #36 27.58 Setting up librhash0:arm64 (1.4.3-3) ...
22:43:07 [2024-04-25T22:43:07.755Z] #36 27.90 Setting up cmake-data (3.25.1-1) ...
22:43:07 [2024-04-25T22:43:07.755Z] #36 28.26 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
22:43:07 [2024-04-25T22:43:07.755Z] #36 28.56 Setting up libarchive13:arm64 (3.6.2-1) ...
22:43:07 [2024-04-25T22:43:07.755Z] #36 28.79 Setting up cmake (3.25.1-1) ...
22:43:07 [2024-04-25T22:43:07.755Z] #36 29.01 Processing triggers for libc-bin (2.36-9+deb12u6) ...
22:43:08 [2024-04-25T22:43:08.318Z] #36 ...
22:43:08 [2024-04-25T22:43:08.318Z] 
22:43:08 [2024-04-25T22:43:08.318Z] #62 [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
22:43:08 [2024-04-25T22:43:08.318Z] #62 35.79 Selecting previously unselected package libsecret-1-dev:arm64.
22:43:08 [2024-04-25T22:43:08.318Z] #62 35.80 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_arm64.deb ...
22:43:08 [2024-04-25T22:43:08.318Z] #62 35.82 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
22:43:08 [2024-04-25T22:43:08.684Z] #62 36.13 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
22:43:08 [2024-04-25T22:43:08.940Z] #62 36.44 No schema files found: doing nothing.
22:43:08 [2024-04-25T22:43:08.940Z] #62 36.46 Setting up libffi-dev:arm64 (3.4.4-1) ...
22:43:08 [2024-04-25T22:43:08.940Z] #62 36.51 Setting up libpcre2-16-0:arm64 (10.42-1) ...
22:43:08 [2024-04-25T22:43:08.940Z] #62 36.57 Setting up libbtrfs0:arm64 (6.2-1) ...
22:43:09 [2024-04-25T22:43:09.197Z] #62 36.66 Setting up libpcre2-32-0:arm64 (10.42-1) ...
22:43:09 [2024-04-25T22:43:09.197Z] #62 36.77 Setting up libglib2.0-data (2.74.6-2) ...
22:43:09 [2024-04-25T22:43:09.464Z] #62 36.87 Setting up libgpg-error-dev (1.46-1) ...
22:43:09 [2024-04-25T22:43:09.732Z] #62 37.26 Setting up uuid-dev:arm64 (2.38.1-5+deb12u1) ...
22:43:09 [2024-04-25T22:43:09.732Z] #62 37.36 Setting up libsepol-dev:arm64 (3.4-2.1) ...
22:43:09 [2024-04-25T22:43:09.989Z] #62 37.55 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
22:43:10 [2024-04-25T22:43:10.314Z] #62 37.64 Setting up libpcre2-posix3:arm64 (10.42-1) ...
22:43:10 [2024-04-25T22:43:10.314Z] #62 37.77 Setting up libbtrfs-dev:arm64 (6.2-1) ...
22:43:10 [2024-04-25T22:43:10.570Z] #62 38.02 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
22:43:10 [2024-04-25T22:43:10.827Z] #62 38.09 Setting up python3-lib2to3 (3.11.2-3) ...
22:43:10 [2024-04-25T22:43:10.827Z] #62 38.31 Setting up libelf1:arm64 (0.188-2.1) ...
22:43:10 [2024-04-25T22:43:10.827Z] #62 38.42 Setting up libsecret-common (0.20.5-3) ...
22:43:11 [2024-04-25T22:43:11.083Z] #62 38.43 Setting up python3-distutils (3.11.2-3) ...
22:43:11 [2024-04-25T22:43:11.340Z] #62 38.75 Setting up libglib2.0-dev-bin (2.74.6-2) ...
22:43:11 [2024-04-25T22:43:11.596Z] #62 39.15 Setting up libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
22:43:11 [2024-04-25T22:43:11.872Z] #62 39.30 Setting up libpcre2-dev:arm64 (10.42-1) ...
22:43:11 [2024-04-25T22:43:11.872Z] #62 39.48 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
22:43:12 [2024-04-25T22:43:12.133Z] #62 39.64 Setting up libglib2.0-bin (2.74.6-2) ...
22:43:12 [2024-04-25T22:43:12.133Z] #62 39.77 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
22:43:12 [2024-04-25T22:43:12.389Z] #62 39.81 Setting up libgcrypt20-dev (1.10.1-3) ...
22:43:12 [2024-04-25T22:43:12.656Z] #62 40.09 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
22:43:12 [2024-04-25T22:43:12.912Z] #62 40.33 Setting up libmount-dev:arm64 (2.38.1-5+deb12u1) ...
22:43:13 [2024-04-25T22:43:13.168Z] #62 40.62 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
22:43:13 [2024-04-25T22:43:13.438Z] #62 40.97 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
22:43:13 [2024-04-25T22:43:13.694Z] #62 41.35 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
22:43:13 [2024-04-25T22:43:13.951Z] #62 ...
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #55 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:13 [2024-04-25T22:43:13.951Z] #55 DONE 39.6s
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #62 [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
22:43:13 [2024-04-25T22:43:13.951Z] #62 41.41 Processing triggers for libc-bin (2.36-9+deb12u6) ...
22:43:13 [2024-04-25T22:43:13.951Z] #62 ...
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #56 [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
22:43:13 [2024-04-25T22:43:13.951Z] #56 37.96 golangci-lint has version v1.55.2 built with go1.21.9 from (unknown, mod sum: "h1:yllEIsSJ7MtlDBwDJ9IMBkyEUz2fYE0b5B8IUgO1oP8=") on (unknown)
22:43:13 [2024-04-25T22:43:13.951Z] #56 ...
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #50 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.15" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:13 [2024-04-25T22:43:13.951Z] #50 DONE 40.8s
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #69 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:13 [2024-04-25T22:43:13.951Z] #69 DONE 40.5s
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #28 [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
22:43:13 [2024-04-25T22:43:13.951Z] #28 DONE 47.0s
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #67 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:13 [2024-04-25T22:43:13.951Z] #67 DONE 40.5s
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #70 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
22:43:13 [2024-04-25T22:43:13.951Z] #70 DONE 39.9s
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #68 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:43:13 [2024-04-25T22:43:13.951Z] #68 DONE 40.5s
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
22:43:13 [2024-04-25T22:43:13.951Z] #65 DONE 41.5s
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #60 [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
22:43:13 [2024-04-25T22:43:13.951Z] #60 DONE 41.9s
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #58 [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             ;
22:43:13 [2024-04-25T22:43:13.951Z] #58 34.33 Processing triggers for libc-bin (2.36-9+deb12u6) ...
22:43:13 [2024-04-25T22:43:13.951Z] #58 DONE 41.9s
22:43:13 [2024-04-25T22:43:13.951Z] 
22:43:13 [2024-04-25T22:43:13.951Z] #36 [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
22:43:13 [2024-04-25T22:43:13.951Z] #36 DONE 41.7s
22:43:14 [2024-04-25T22:43:14.208Z] 
22:43:14 [2024-04-25T22:43:14.208Z] #63 [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
22:43:14 [2024-04-25T22:43:14.208Z] #63 DONE 41.9s
22:43:14 [2024-04-25T22:43:14.208Z] 
22:43:14 [2024-04-25T22:43:14.208Z] #56 [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
22:43:14 [2024-04-25T22:43:14.208Z] #56 DONE 41.9s
22:43:14 [2024-04-25T22:43:14.208Z] 
22:43:14 [2024-04-25T22:43:14.208Z] #61 [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
22:43:14 [2024-04-25T22:43:14.208Z] #61 DONE 41.9s
22:43:14 [2024-04-25T22:43:14.208Z] 
22:43:14 [2024-04-25T22:43:14.208Z] #64 [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
22:43:14 [2024-04-25T22:43:14.208Z] #64 DONE 41.5s
22:43:14 [2024-04-25T22:43:14.208Z] 
22:43:14 [2024-04-25T22:43:14.208Z] #62 [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
22:43:14 [2024-04-25T22:43:14.208Z] #62 DONE 41.6s
22:43:14 [2024-04-25T22:43:14.208Z] 
22:43:14 [2024-04-25T22:43:14.208Z] #57 [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 v26.1.0 https://github.com/docker/cli.git /build      && /build/docker --version
22:43:14 [2024-04-25T22:43:14.208Z] #57 DONE 41.8s
22:43:14 [2024-04-25T22:43:14.208Z] 
22:43:14 [2024-04-25T22:43:14.208Z] #66 [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.8.0"      && /build/shfmt --version
22:43:14 [2024-04-25T22:43:14.208Z] #66 DONE 42.0s
22:43:14 [2024-04-25T22:43:14.208Z] 
22:43:14 [2024-04-25T22:43:14.208Z] #71 [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
22:43:14 [2024-04-25T22:43:14.466Z] #71 ...
22:43:14 [2024-04-25T22:43:14.466Z] 
22:43:14 [2024-04-25T22:43:14.466Z] #48 [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...)
22:43:14 [2024-04-25T22:43:14.466Z] #48 DONE 41.2s
22:43:14 [2024-04-25T22:43:14.466Z] 
22:43:14 [2024-04-25T22:43:14.466Z] #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...)
22:43:16 [2024-04-25T22:43:16.361Z] #72 ...
22:43:16 [2024-04-25T22:43:16.361Z] 
22:43:16 [2024-04-25T22:43:16.361Z] #73 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
22:43:16 [2024-04-25T22:43:16.361Z] #73 DONE 2.2s
22:43:16 [2024-04-25T22:43:16.618Z] 
22:43:16 [2024-04-25T22:43:16.618Z] #71 [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
22:43:16 [2024-04-25T22:43:16.618Z] #71 1.260 Hit:1 http://deb.debian.org/debian bookworm InRelease
22:43:16 [2024-04-25T22:43:16.618Z] #71 1.260 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
22:43:16 [2024-04-25T22:43:16.618Z] #71 1.260 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
22:43:16 [2024-04-25T22:43:16.618Z] #71 1.549 Reading package lists...
22:43:16 [2024-04-25T22:43:16.618Z] #71 2.177 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
22:43:16 [2024-04-25T22:43:16.875Z] #71 2.184 Reading package lists...
22:43:17 [2024-04-25T22:43:17.131Z] #71 2.829 Building dependency tree...
22:43:17 [2024-04-25T22:43:17.131Z] #71 3.032 Reading state information...
22:43:17 [2024-04-25T22:43:17.388Z] #71 3.422 gcc is already the newest version (4:12.2.0-3).
22:43:17 [2024-04-25T22:43:17.388Z] #71 3.422 libc6-dev is already the newest version (2.36-9+deb12u6).
22:43:17 [2024-04-25T22:43:17.388Z] #71 3.422 pkg-config is already the newest version (1.8.1-1).
22:43:17 [2024-04-25T22:43:17.388Z] #71 3.422 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
22:43:18 [2024-04-25T22:43:18.326Z] #71 DONE 4.4s
22:43:18 [2024-04-25T22:43:18.326Z] 
22:43:18 [2024-04-25T22:43:18.326Z] #74 [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...)
22:43:18 [2024-04-25T22:43:18.326Z] #74 2.916 go: downloading github.com/urfave/cli/v2 v2.27.1
22:43:18 [2024-04-25T22:43:18.326Z] #74 2.953 go: downloading github.com/Masterminds/semver/v3 v3.2.1
22:43:18 [2024-04-25T22:43:18.326Z] #74 2.963 go: downloading golang.org/x/sys v0.18.0
22:43:18 [2024-04-25T22:43:18.326Z] #74 2.966 go: downloading github.com/containernetworking/plugins v1.4.0
22:43:18 [2024-04-25T22:43:18.326Z] #74 2.974 go: downloading github.com/google/uuid v1.6.0
22:43:18 [2024-04-25T22:43:18.326Z] #74 2.981 go: downloading github.com/moby/vpnkit v0.5.0
22:43:18 [2024-04-25T22:43:18.326Z] #74 2.995 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:43:18 [2024-04-25T22:43:18.326Z] #74 3.007 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
22:43:18 [2024-04-25T22:43:18.326Z] #74 3.593 go: downloading github.com/gorilla/mux v1.8.1
22:43:18 [2024-04-25T22:43:18.326Z] #74 3.637 go: downloading github.com/moby/sys/mountinfo v0.7.1
22:43:18 [2024-04-25T22:43:18.326Z] #74 3.761 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
22:43:18 [2024-04-25T22:43:18.326Z] #74 4.039 go: downloading golang.org/x/net v0.17.0
22:43:18 [2024-04-25T22:43:18.326Z] #74 4.052 go: downloading github.com/josharian/native v1.1.0
22:43:18 [2024-04-25T22:43:18.326Z] #74 4.054 go: downloading github.com/pierrec/lz4/v4 v4.1.17
22:43:18 [2024-04-25T22:43:18.326Z] #74 4.065 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
22:43:18 [2024-04-25T22:43:18.326Z] #74 4.066 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
22:43:20 [2024-04-25T22:43:20.849Z] #74 ...
22:43:20 [2024-04-25T22:43:20.849Z] 
22:43:20 [2024-04-25T22:43:20.849Z] #75 [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...)
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.322 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.322   Compatibility with CMake < 2.8.12 will be removed from a future version of
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.322   CMake.
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.322 
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.322   Update the VERSION argument <min> value or use a ...<max> suffix to tell
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.322   CMake that the project does not need compatibility with older versions.
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.322 
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.323 
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.385 -- The C compiler identification is GNU 12.2.0
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.403 -- Detecting C compiler ABI info
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.531 -- Detecting C compiler ABI info - done
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.544 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.546 -- Detecting C compile features
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.547 -- Detecting C compile features - done
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.558 -- Performing Test HAS_BUILTIN_FORTIFY
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.601 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.623 -- Configuring done
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.641 -- Generating done
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.643 -- Build files have been written to: /go/src/github.com/krallin/tini
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.706 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:43:20 [2024-04-25T22:43:20.849Z] #75 0.991 [100%] Linking C executable tini-static
22:43:20 [2024-04-25T22:43:20.849Z] #75 1.075 [100%] Built target tini-static
22:43:23 [2024-04-25T22:43:23.373Z] #75 DONE 4.7s
22:43:23 [2024-04-25T22:43:23.373Z] 
22:43:23 [2024-04-25T22:43:23.373Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
22:43:23 [2024-04-25T22:43:23.373Z] #76 1.041 Cloning into '/tmp/crun-build'...
22:43:23 [2024-04-25T22:43:23.373Z] #76 1.717 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
22:43:23 [2024-04-25T22:43:23.373Z] #76 1.719 Cloning into '/tmp/crun-build/libocispec'...
22:43:23 [2024-04-25T22:43:23.373Z] #76 1.968 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
22:43:23 [2024-04-25T22:43:23.373Z] #76 1.969 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
22:43:23 [2024-04-25T22:43:23.373Z] #76 1.969 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
22:43:23 [2024-04-25T22:43:23.373Z] #76 1.969 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
22:43:23 [2024-04-25T22:43:23.373Z] #76 1.971 Cloning into '/tmp/crun-build/libocispec/image-spec'...
22:43:23 [2024-04-25T22:43:23.373Z] #76 2.292 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
22:43:23 [2024-04-25T22:43:23.373Z] #76 2.660 Cloning into '/tmp/crun-build/libocispec/yajl'...
22:43:23 [2024-04-25T22:43:23.373Z] #76 2.893 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
22:43:23 [2024-04-25T22:43:23.373Z] #76 2.906 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
22:43:23 [2024-04-25T22:43:23.373Z] #76 2.920 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
22:43:23 [2024-04-25T22:43:23.373Z] #76 7.572 aclocal: warning: couldn't open directory 'm4': No such file or directory
22:43:24 [2024-04-25T22:43:24.305Z] #76 ...
22:43:24 [2024-04-25T22:43:24.305Z] 
22:43:24 [2024-04-25T22:43:24.305Z] #77 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
22:43:24 [2024-04-25T22:43:24.305Z] #77 2.904 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 .
22:43:24 [2024-04-25T22:43:24.561Z] #77 ...
22:43:24 [2024-04-25T22:43:24.561Z] 
22:43:24 [2024-04-25T22:43:24.561Z] #78 [delve-supported 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...)
22:43:24 [2024-04-25T22:43:24.561Z] #78 ...
22:43:24 [2024-04-25T22:43:24.561Z] 
22:43:24 [2024-04-25T22:43:24.561Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:43:24 [2024-04-25T22:43:24.561Z] #79 3.241 + bin/ctr
22:43:24 [2024-04-25T22:43:24.561Z] #79 3.241 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.15 -X github.com/containerd/containerd/version.Revision=926c9586fe4a6236699318391cd44976a98e31f1 -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
22:43:25 [2024-04-25T22:43:25.492Z] #79 ...
22:43:25 [2024-04-25T22:43:25.492Z] 
22:43:25 [2024-04-25T22:43:25.492Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
22:43:25 [2024-04-25T22:43:25.492Z] #76 11.54 libtoolize: putting auxiliary files in '.'.
22:43:25 [2024-04-25T22:43:25.749Z] #76 11.55 libtoolize: copying file './ltmain.sh'
22:43:26 [2024-04-25T22:43:26.693Z] #76 12.49 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
22:43:26 [2024-04-25T22:43:26.693Z] #76 12.49 libtoolize: and rerunning libtoolize and aclocal.
22:43:26 [2024-04-25T22:43:26.693Z] #76 12.49 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
22:43:29 [2024-04-25T22:43:29.967Z] #76 15.34 configure.ac:7: installing './compile'
22:43:29 [2024-04-25T22:43:29.967Z] #76 15.35 configure.ac:11: installing './config.guess'
22:43:29 [2024-04-25T22:43:29.967Z] #76 15.36 configure.ac:11: installing './config.sub'
22:43:29 [2024-04-25T22:43:29.967Z] #76 15.39 configure.ac:8: installing './install-sh'
22:43:29 [2024-04-25T22:43:29.967Z] #76 15.40 configure.ac:8: installing './missing'
22:43:29 [2024-04-25T22:43:29.967Z] #76 15.47 Makefile.am: installing './depcomp'
22:43:30 [2024-04-25T22:43:30.227Z] #76 16.13 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
22:43:30 [2024-04-25T22:43:30.227Z] #76 16.13 libtoolize: copying file 'build-aux/ltmain.sh'
22:43:30 [2024-04-25T22:43:30.227Z] #76 16.26 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
22:43:30 [2024-04-25T22:43:30.227Z] #76 16.26 libtoolize: copying file 'm4/libtool.m4'
22:43:30 [2024-04-25T22:43:30.484Z] #76 16.39 libtoolize: copying file 'm4/ltoptions.m4'
22:43:30 [2024-04-25T22:43:30.741Z] #76 16.54 libtoolize: copying file 'm4/ltsugar.m4'
22:43:30 [2024-04-25T22:43:30.741Z] #76 16.64 libtoolize: copying file 'm4/ltversion.m4'
22:43:30 [2024-04-25T22:43:30.741Z] #76 16.76 libtoolize: copying file 'm4/lt~obsolete.m4'
22:43:30 [2024-04-25T22:43:30.998Z] #76 16.93 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
22:43:33 [2024-04-25T22:43:33.520Z] #76 19.05 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
22:43:33 [2024-04-25T22:43:33.520Z] #76 19.05 configure.ac:3: You should run autoupdate.
22:43:33 [2024-04-25T22:43:33.520Z] #76 19.05 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
22:43:33 [2024-04-25T22:43:33.520Z] #76 19.05 configure.ac:3: the top level
22:43:35 [2024-04-25T22:43:35.414Z] #76 21.28 configure.ac:7: installing 'build-aux/compile'
22:43:35 [2024-04-25T22:43:35.414Z] #76 21.28 configure.ac:9: installing 'build-aux/config.guess'
22:43:35 [2024-04-25T22:43:35.414Z] #76 21.28 configure.ac:9: installing 'build-aux/config.sub'
22:43:35 [2024-04-25T22:43:35.414Z] #76 21.29 configure.ac:11: installing 'build-aux/install-sh'
22:43:35 [2024-04-25T22:43:35.414Z] #76 21.30 configure.ac:11: installing 'build-aux/missing'
22:43:35 [2024-04-25T22:43:35.414Z] #76 21.43 Makefile.am: installing 'build-aux/depcomp'
22:43:35 [2024-04-25T22:43:35.671Z] #76 21.49 parallel-tests: installing 'build-aux/test-driver'
22:43:36 [2024-04-25T22:43:36.653Z] #76 22.52 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
22:43:36 [2024-04-25T22:43:36.653Z] #76 22.53 libtoolize: copying file 'build-aux/ltmain.sh'
22:43:37 [2024-04-25T22:43:37.228Z] #76 22.97 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
22:43:37 [2024-04-25T22:43:37.228Z] #76 22.97 libtoolize: copying file 'm4/libtool.m4'
22:43:37 [2024-04-25T22:43:37.228Z] #76 23.10 libtoolize: copying file 'm4/ltoptions.m4'
22:43:37 [2024-04-25T22:43:37.228Z] #76 23.21 libtoolize: copying file 'm4/ltsugar.m4'
22:43:37 [2024-04-25T22:43:37.493Z] #76 23.33 libtoolize: copying file 'm4/ltversion.m4'
22:43:37 [2024-04-25T22:43:37.493Z] #76 23.46 libtoolize: copying file 'm4/lt~obsolete.m4'
22:43:42 [2024-04-25T22:43:42.768Z] #76 28.74 configure.ac:11: installing 'build-aux/compile'
22:43:43 [2024-04-25T22:43:43.025Z] #76 28.75 configure.ac:11: installing 'build-aux/config.guess'
22:43:43 [2024-04-25T22:43:43.025Z] #76 28.75 configure.ac:11: installing 'build-aux/config.sub'
22:43:43 [2024-04-25T22:43:43.025Z] #76 28.76 configure.ac:13: installing 'build-aux/install-sh'
22:43:43 [2024-04-25T22:43:43.025Z] #76 28.77 configure.ac:13: installing 'build-aux/missing'
22:43:43 [2024-04-25T22:43:43.025Z] #76 28.78 configure.ac:8: installing 'build-aux/tap-driver.sh'
22:43:43 [2024-04-25T22:43:43.025Z] #76 28.88 Makefile.am: installing 'build-aux/depcomp'
22:43:43 [2024-04-25T22:43:43.846Z] #76 29.52 checking build system type... aarch64-unknown-linux-gnu
22:43:43 [2024-04-25T22:43:43.846Z] #76 29.66 checking host system type... aarch64-unknown-linux-gnu
22:43:43 [2024-04-25T22:43:43.846Z] #76 29.66 checking how to print strings... printf
22:43:43 [2024-04-25T22:43:43.846Z] #76 29.68 checking for gcc... gcc
22:43:44 [2024-04-25T22:43:44.103Z] #76 29.81 checking whether the C compiler works... yes
22:43:44 [2024-04-25T22:43:44.103Z] #76 29.95 checking for C compiler default output file name... a.out
22:43:44 [2024-04-25T22:43:44.103Z] #76 29.96 checking for suffix of executables... 
22:43:44 [2024-04-25T22:43:44.359Z] #76 30.11 checking whether we are cross compiling... no
22:43:44 [2024-04-25T22:43:44.359Z] #76 30.24 checking for suffix of object files... o
22:43:44 [2024-04-25T22:43:44.616Z] #76 30.34 checking whether the compiler supports GNU C... yes
22:43:44 [2024-04-25T22:43:44.616Z] #76 30.40 checking whether gcc accepts -g... yes
22:43:44 [2024-04-25T22:43:44.616Z] #76 30.51 checking for gcc option to enable C11 features... none needed
22:43:44 [2024-04-25T22:43:44.874Z] #76 30.66 checking whether gcc understands -c and -o together... yes
22:43:44 [2024-04-25T22:43:44.874Z] #76 30.74 checking for a sed that does not truncate output... /usr/bin/sed
22:43:44 [2024-04-25T22:43:44.874Z] #76 30.75 checking for grep that handles long lines and -e... /usr/bin/grep
22:43:44 [2024-04-25T22:43:44.874Z] #76 30.75 checking for egrep... /usr/bin/grep -E
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.77 checking for fgrep... /usr/bin/grep -F
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.78 checking for ld used by gcc... /usr/bin/ld
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.79 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.80 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.81 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.95 checking whether ln -s works... yes
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.95 checking the maximum length of command line arguments... 1572864
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.97 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.97 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.97 checking for /usr/bin/ld option to reload object files... -r
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.97 checking for file... file
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.97 checking for objdump... objdump
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.97 checking how to recognize dependent libraries... pass_all
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.97 checking for dlltool... no
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.97 checking how to associate runtime and link libraries... printf %s\n
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.98 checking for ar... ar
22:43:45 [2024-04-25T22:43:45.133Z] #76 30.98 checking for archiver @FILE support... @
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.08 checking for strip... strip
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.08 checking for ranlib... ranlib
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.08 checking for gawk... no
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.08 checking for mawk... mawk
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.09 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.26 checking for sysroot... no
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.26 checking for a working dd... /usr/bin/dd
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.27 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.29 checking for mt... no
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.29 checking if : is a manifest tool... no
22:43:45 [2024-04-25T22:43:45.390Z] #76 31.30 checking for stdio.h... yes
22:43:45 [2024-04-25T22:43:45.647Z] #76 31.37 checking for stdlib.h... yes
22:43:45 [2024-04-25T22:43:45.647Z] #76 31.42 checking for string.h... yes
22:43:45 [2024-04-25T22:43:45.647Z] #76 31.50 checking for inttypes.h... yes
22:43:45 [2024-04-25T22:43:45.909Z] #76 31.62 checking for stdint.h... yes
22:43:45 [2024-04-25T22:43:45.909Z] #76 31.72 checking for strings.h... yes
22:43:45 [2024-04-25T22:43:45.909Z] #76 31.79 checking for sys/stat.h... yes
22:43:45 [2024-04-25T22:43:45.909Z] #76 31.86 checking for sys/types.h... yes
22:43:46 [2024-04-25T22:43:46.166Z] #76 31.94 checking for unistd.h... yes
22:43:46 [2024-04-25T22:43:46.166Z] #76 32.05 checking for dlfcn.h... yes
22:43:46 [2024-04-25T22:43:46.166Z] #76 32.12 checking for objdir... .libs
22:43:46 [2024-04-25T22:43:46.680Z] #76 32.43 checking if gcc supports -fno-rtti -fno-exceptions... no
22:43:46 [2024-04-25T22:43:46.680Z] #76 32.53 checking for gcc option to produce PIC... -fPIC -DPIC
22:43:46 [2024-04-25T22:43:46.936Z] #76 32.53 checking if gcc PIC flag -fPIC -DPIC works... yes
22:43:46 [2024-04-25T22:43:46.937Z] #76 32.62 checking if gcc static flag -static works... yes
22:43:46 [2024-04-25T22:43:46.937Z] #76 32.76 checking if gcc supports -c -o file.o... yes
22:43:46 [2024-04-25T22:43:46.937Z] #76 32.80 checking if gcc supports -c -o file.o... (cached) yes
22:43:46 [2024-04-25T22:43:46.937Z] #76 32.80 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:43:47 [2024-04-25T22:43:47.193Z] #76 32.83 checking dynamic linker characteristics... GNU/Linux ld.so
22:43:47 [2024-04-25T22:43:47.193Z] #76 33.08 checking how to hardcode library paths into programs... immediate
22:43:47 [2024-04-25T22:43:47.193Z] #76 33.09 checking whether stripping libraries is possible... yes
22:43:47 [2024-04-25T22:43:47.193Z] #76 33.10 checking if libtool supports shared libraries... yes
22:43:47 [2024-04-25T22:43:47.193Z] #76 33.10 checking whether to build shared libraries... no
22:43:47 [2024-04-25T22:43:47.193Z] #76 33.10 checking whether to build static libraries... yes
22:43:47 [2024-04-25T22:43:47.193Z] #76 33.10 checking for a BSD-compatible install... /usr/bin/install -c
22:43:47 [2024-04-25T22:43:47.193Z] #76 33.14 checking whether build environment is sane... yes
22:43:47 [2024-04-25T22:43:47.450Z] #76 33.19 checking for a race-free mkdir -p... /usr/bin/mkdir -p
22:43:47 [2024-04-25T22:43:47.450Z] #76 33.19 checking whether make sets $(MAKE)... yes
22:43:47 [2024-04-25T22:43:47.450Z] #76 33.23 checking whether make supports the include directive... yes (GNU style)
22:43:47 [2024-04-25T22:43:47.450Z] #76 33.25 checking whether make supports nested variables... yes
22:43:47 [2024-04-25T22:43:47.450Z] #76 33.34 checking whether UID '0' is supported by ustar format... yes
22:43:47 [2024-04-25T22:43:47.450Z] #76 33.35 checking whether GID '0' is supported by ustar format... yes
22:43:47 [2024-04-25T22:43:47.450Z] #76 33.35 checking how to create a ustar tar archive... gnutar
22:43:47 [2024-04-25T22:43:47.709Z] #76 33.44 checking dependency style of gcc... gcc3
22:43:47 [2024-04-25T22:43:47.709Z] #76 33.56 checking whether to enable maintainer-specific portions of Makefiles... yes
22:43:47 [2024-04-25T22:43:47.709Z] #76 33.56 checking whether make supports nested variables... (cached) yes
22:43:47 [2024-04-25T22:43:47.709Z] #76 33.56 checking for gawk... (cached) mawk
22:43:47 [2024-04-25T22:43:47.709Z] #76 33.56 checking for a sed that does not truncate output... (cached) /usr/bin/sed
22:43:47 [2024-04-25T22:43:47.709Z] #76 33.56 checking for gcc... (cached) gcc
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.71 checking whether the compiler supports GNU C... (cached) yes
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.71 checking whether gcc accepts -g... (cached) yes
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.71 checking for gcc option to enable C11 features... (cached) none needed
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.71 checking whether gcc understands -c and -o together... (cached) yes
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.71 checking for a Python interpreter with version >= 3... python3
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.77 checking for python3... /usr/bin/python3
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.78 checking for python3 version... 3.11
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.82 checking for python3 platform... linux
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.84 checking for GNU default python3 prefix... ${prefix}
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.84 checking for GNU default python3 exec_prefix... ${exec_prefix}
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.84 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
22:43:47 [2024-04-25T22:43:47.966Z] #76 33.90 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
22:43:48 [2024-04-25T22:43:48.223Z] #76 33.97 checking for go-md2man... no
22:43:48 [2024-04-25T22:43:48.223Z] #76 33.98 checking for error.h... yes
22:43:48 [2024-04-25T22:43:48.223Z] #76 34.09 checking for linux/openat2.h... yes
22:43:48 [2024-04-25T22:43:48.223Z] #76 34.16 checking for stdatomic.h... yes
22:43:48 [2024-04-25T22:43:48.479Z] #76 34.23 checking for linux/ioprio.h... yes
22:43:48 [2024-04-25T22:43:48.479Z] #76 34.36 checking for atomic_int... yes
22:43:48 [2024-04-25T22:43:48.736Z] #76 34.53 checking for atomic_bool... yes
22:43:48 [2024-04-25T22:43:48.736Z] #76 34.61 checking for copy_file_range... yes
22:43:48 [2024-04-25T22:43:48.993Z] #76 34.72 checking for fgetxattr... yes
22:43:48 [2024-04-25T22:43:48.993Z] #76 34.83 checking for statx... yes
22:43:48 [2024-04-25T22:43:48.993Z] #76 34.92 checking for fgetpwent_r... yes
22:43:49 [2024-04-25T22:43:49.250Z] #76 35.03 checking for issetugid... no
22:43:49 [2024-04-25T22:43:49.507Z] #76 35.19 checking for memfd_create... yes
22:43:49 [2024-04-25T22:43:49.507Z] #76 35.28 checking for pkg-config... /usr/bin/pkg-config
22:43:49 [2024-04-25T22:43:49.507Z] #76 35.28 checking pkg-config is at least version 0.9.0... yes
22:43:49 [2024-04-25T22:43:49.507Z] #76 35.28 checking for library containing yajl_tree_get... -lyajl
22:43:49 [2024-04-25T22:43:49.764Z] #76 35.51 checking for yajl >= 2.0.0... yes
22:43:49 [2024-04-25T22:43:49.764Z] #76 35.53 checking for sys/capability.h... yes
22:43:50 [2024-04-25T22:43:50.021Z] #76 35.66 checking for library containing cap_from_name... -lcap
22:43:50 [2024-04-25T22:43:50.279Z] #76 35.95 checking for library containing gcry_check_version... no
22:43:50 [2024-04-25T22:43:50.536Z] #76 36.19 checking for library containing dlopen... none required
22:43:50 [2024-04-25T22:43:50.536Z] #76 36.36 checking for seccomp.h... yes
22:43:50 [2024-04-25T22:43:50.799Z] #76 36.50 checking for library containing seccomp_rule_add... -lseccomp
22:43:51 [2024-04-25T22:43:51.056Z] #76 36.77 checking for library containing seccomp_arch_resolve_name... none required
22:43:51 [2024-04-25T22:43:51.314Z] #76 36.94 checking for systemd/sd-bus.h... yes
22:43:51 [2024-04-25T22:43:51.314Z] #76 37.03 checking for library containing sd_bus_match_signal_async... -lsystemd
22:43:51 [2024-04-25T22:43:51.571Z] #76 37.36 checking for sd_notify_barrier... yes
22:43:51 [2024-04-25T22:43:51.571Z] #76 37.51 checking for linux/bpf.h... yes
22:43:51 [2024-04-25T22:43:51.828Z] #76 37.61 checking compilation for eBPF... yes
22:43:51 [2024-04-25T22:43:51.828Z] #76 37.74 checking for criu >= 3.15... no
22:43:51 [2024-04-25T22:43:51.828Z] #76 37.76 configure: CRIU headers not found, building without CRIU support
22:43:51 [2024-04-25T22:43:51.828Z] #76 37.76 checking for criu > 3.16... no
22:43:51 [2024-04-25T22:43:51.828Z] #76 37.78 configure: CRIU version doesn't support join-ns API
22:43:51 [2024-04-25T22:43:51.828Z] #76 37.78 checking for criu > 3.16.1... no
22:43:51 [2024-04-25T22:43:51.828Z] #76 37.79 configure: CRIU version doesn't support for pre-dumping
22:43:51 [2024-04-25T22:43:51.828Z] #76 37.80 checking for new mount API (fsconfig)... yes
22:43:52 [2024-04-25T22:43:52.085Z] #76 37.90 yes
22:43:52 [2024-04-25T22:43:52.085Z] #76 37.91 checking for seccomp notify API... yes
22:43:52 [2024-04-25T22:43:52.341Z] #76 37.96 checking for gperf... no
22:43:52 [2024-04-25T22:43:52.341Z] #76 37.96 configure: gperf not found - cannot rebuild signal parser code
22:43:52 [2024-04-25T22:43:52.341Z] #76 37.96 checking for library containing argp_parse... none required
22:43:52 [2024-04-25T22:43:52.341Z] #76 38.14 checking that generated files are newer than configure... done
22:43:52 [2024-04-25T22:43:52.341Z] #76 38.15 configure: creating ./config.status
22:43:54 [2024-04-25T22:43:54.863Z] #76 40.33 config.status: creating Makefile
22:43:54 [2024-04-25T22:43:54.863Z] #76 40.37 config.status: creating config.h
22:43:54 [2024-04-25T22:43:54.863Z] #76 40.39 config.status: executing libtool commands
22:43:54 [2024-04-25T22:43:54.863Z] #76 40.42 config.status: executing depfiles commands
22:43:55 [2024-04-25T22:43:55.426Z] #76 41.35 === configuring in libocispec (/tmp/crun-build/libocispec)
22:43:55 [2024-04-25T22:43:55.682Z] #76 41.37 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
22:43:55 [2024-04-25T22:43:55.939Z] #76 41.65 checking for gcc... gcc
22:43:55 [2024-04-25T22:43:55.939Z] #76 41.81 checking whether the C compiler works... yes
22:43:56 [2024-04-25T22:43:56.196Z] #76 41.94 checking for C compiler default output file name... a.out
22:43:56 [2024-04-25T22:43:56.196Z] #76 41.95 checking for suffix of executables... 
22:43:56 [2024-04-25T22:43:56.196Z] #76 42.04 checking whether we are cross compiling... no
22:43:56 [2024-04-25T22:43:56.452Z] #76 42.14 checking for suffix of object files... o
22:43:56 [2024-04-25T22:43:56.452Z] #76 42.27 checking whether the compiler supports GNU C... yes
22:43:56 [2024-04-25T22:43:56.452Z] #76 42.32 checking whether gcc accepts -g... yes
22:43:56 [2024-04-25T22:43:56.452Z] #76 42.37 checking for gcc option to enable C11 features... none needed
22:43:56 [2024-04-25T22:43:56.709Z] #76 42.49 checking whether gcc understands -c and -o together... yes
22:43:56 [2024-04-25T22:43:56.709Z] #76 42.56 checking for stdio.h... yes
22:43:56 [2024-04-25T22:43:56.966Z] #76 42.61 checking for stdlib.h... yes
22:43:56 [2024-04-25T22:43:56.966Z] #76 42.68 checking for string.h... yes
22:43:56 [2024-04-25T22:43:56.966Z] #76 42.78 checking for inttypes.h... yes
22:43:56 [2024-04-25T22:43:56.966Z] #76 42.86 checking for stdint.h... yes
22:43:57 [2024-04-25T22:43:57.223Z] #76 42.96 checking for strings.h... yes
22:43:57 [2024-04-25T22:43:57.223Z] #76 43.03 checking for sys/stat.h... yes
22:43:57 [2024-04-25T22:43:57.223Z] #76 43.08 checking for sys/types.h... yes
22:43:57 [2024-04-25T22:43:57.223Z] #76 43.13 checking for unistd.h... yes
22:43:57 [2024-04-25T22:43:57.223Z] #76 43.17 checking for wchar.h... yes
22:43:57 [2024-04-25T22:43:57.480Z] #76 43.27 checking for minix/config.h... no
22:43:57 [2024-04-25T22:43:57.480Z] #76 43.39 checking whether it is safe to define __EXTENSIONS__... yes
22:43:57 [2024-04-25T22:43:57.480Z] #76 43.47 checking whether _XOPEN_SOURCE should be defined... no
22:43:57 [2024-04-25T22:43:57.737Z] #76 43.53 checking build system type... aarch64-unknown-linux-gnu
22:43:57 [2024-04-25T22:43:57.737Z] #76 43.74 checking host system type... aarch64-unknown-linux-gnu
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.74 checking how to print strings... printf
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.76 checking for a sed that does not truncate output... /usr/bin/sed
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.79 checking for grep that handles long lines and -e... /usr/bin/grep
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.80 checking for egrep... /usr/bin/grep -E
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.80 checking for fgrep... /usr/bin/grep -F
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.81 checking for ld used by gcc... /usr/bin/ld
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.83 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.84 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.85 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.91 checking whether ln -s works... yes
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.91 checking the maximum length of command line arguments... 1572864
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.94 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.94 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.94 checking for /usr/bin/ld option to reload object files... -r
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.94 checking for file... file
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.94 checking for objdump... objdump
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.94 checking how to recognize dependent libraries... pass_all
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.94 checking for dlltool... no
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.94 checking how to associate runtime and link libraries... printf %s\n
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.94 checking for ar... ar
22:43:57 [2024-04-25T22:43:57.994Z] #76 43.94 checking for archiver @FILE support... @
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.02 checking for strip... strip
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.02 checking for ranlib... ranlib
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.02 checking for gawk... no
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.02 checking for mawk... mawk
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.02 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.18 checking for sysroot... no
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.18 checking for a working dd... /usr/bin/dd
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.20 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.21 checking for mt... no
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.21 checking if : is a manifest tool... no
22:43:58 [2024-04-25T22:43:58.251Z] #76 44.22 checking for dlfcn.h... yes
22:43:58 [2024-04-25T22:43:58.508Z] #76 44.28 checking for objdir... .libs
22:43:58 [2024-04-25T22:43:58.765Z] #76 44.45 checking if gcc supports -fno-rtti -fno-exceptions... no
22:43:58 [2024-04-25T22:43:58.765Z] #76 44.51 checking for gcc option to produce PIC... -fPIC -DPIC
22:43:58 [2024-04-25T22:43:58.765Z] #76 44.51 checking if gcc PIC flag -fPIC -DPIC works... yes
22:43:58 [2024-04-25T22:43:58.765Z] #76 44.63 checking if gcc static flag -static works... yes
22:43:59 [2024-04-25T22:43:59.042Z] #76 44.78 checking if gcc supports -c -o file.o... yes
22:43:59 [2024-04-25T22:43:59.042Z] #76 44.85 checking if gcc supports -c -o file.o... (cached) yes
22:43:59 [2024-04-25T22:43:59.042Z] #76 44.85 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:43:59 [2024-04-25T22:43:59.299Z] #76 44.90 checking dynamic linker characteristics... GNU/Linux ld.so
22:43:59 [2024-04-25T22:43:59.299Z] #76 45.20 checking how to hardcode library paths into programs... immediate
22:43:59 [2024-04-25T22:43:59.299Z] #76 45.21 checking whether stripping libraries is possible... yes
22:43:59 [2024-04-25T22:43:59.299Z] #76 45.21 checking if libtool supports shared libraries... yes
22:43:59 [2024-04-25T22:43:59.299Z] #76 45.21 checking whether to build shared libraries... no
22:43:59 [2024-04-25T22:43:59.299Z] #76 45.21 checking whether to build static libraries... yes
22:43:59 [2024-04-25T22:43:59.299Z] #76 45.21 checking for a BSD-compatible install... /usr/bin/install -c
22:43:59 [2024-04-25T22:43:59.299Z] #76 45.24 checking whether build environment is sane... yes
22:43:59 [2024-04-25T22:43:59.299Z] #76 45.27 checking for a race-free mkdir -p... /usr/bin/mkdir -p
22:43:59 [2024-04-25T22:43:59.299Z] #76 45.28 checking whether make sets $(MAKE)... yes
22:43:59 [2024-04-25T22:43:59.555Z] #76 45.32 checking whether make supports the include directive... yes (GNU style)
22:43:59 [2024-04-25T22:43:59.555Z] #76 45.35 checking whether make supports nested variables... yes
22:43:59 [2024-04-25T22:43:59.555Z] #76 45.39 checking whether UID '0' is supported by ustar format... yes
22:43:59 [2024-04-25T22:43:59.555Z] #76 45.39 checking whether GID '0' is supported by ustar format... yes
22:43:59 [2024-04-25T22:43:59.555Z] #76 45.39 checking how to create a ustar tar archive... gnutar
22:43:59 [2024-04-25T22:43:59.555Z] #76 45.47 checking dependency style of gcc... gcc3
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.58 checking whether to enable maintainer-specific portions of Makefiles... yes
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.58 checking whether make supports nested variables... (cached) yes
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.58 checking for pkg-config... /usr/bin/pkg-config
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.58 checking pkg-config is at least version 0.9.0... yes
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.59 checking for yajl >= 2.1.0... yes
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.60 checking for a sed that does not truncate output... (cached) /usr/bin/sed
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.61 checking for gcc... (cached) gcc
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.65 checking whether the compiler supports GNU C... (cached) yes
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.65 checking whether gcc accepts -g... (cached) yes
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.65 checking for gcc option to enable C11 features... (cached) none needed
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.65 checking whether gcc understands -c and -o together... (cached) yes
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.65 checking for a Python interpreter with version >= 3... python3
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.67 checking for python3... /usr/bin/python3
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.67 checking for python3 version... 3.11
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.68 checking for python3 platform... linux
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.71 checking for GNU default python3 prefix... ${prefix}
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.71 checking for GNU default python3 exec_prefix... ${exec_prefix}
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.71 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
22:43:59 [2024-04-25T22:43:59.813Z] #76 45.74 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
22:44:00 [2024-04-25T22:44:00.326Z] #76 45.85 checking that generated files are newer than configure... done
22:44:00 [2024-04-25T22:44:00.583Z] #76 46.27 configure: creating ./config.status
22:44:01 [2024-04-25T22:44:01.970Z] #76 47.84 config.status: creating Makefile
22:44:02 [2024-04-25T22:44:02.227Z] #76 47.85 config.status: creating ocispec.pc
22:44:02 [2024-04-25T22:44:02.227Z] #76 47.87 config.status: creating config.h
22:44:02 [2024-04-25T22:44:02.227Z] #76 47.88 config.status: executing libtool commands
22:44:02 [2024-04-25T22:44:02.227Z] #76 47.90 config.status: executing depfiles commands
22:44:02 [2024-04-25T22:44:02.227Z] #76 48.13 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
22:44:02 [2024-04-25T22:44:02.227Z] #76 48.13 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
22:44:02 [2024-04-25T22:44:02.227Z] #76 48.21 checking for gcc... gcc
22:44:02 [2024-04-25T22:44:02.484Z] #76 48.25 checking whether the C compiler works... yes
22:44:02 [2024-04-25T22:44:02.484Z] #76 48.32 checking for C compiler default output file name... a.out
22:44:02 [2024-04-25T22:44:02.484Z] #76 48.32 checking for suffix of executables... 
22:44:02 [2024-04-25T22:44:02.484Z] #76 48.38 checking whether we are cross compiling... no
22:44:02 [2024-04-25T22:44:02.484Z] #76 48.45 checking for suffix of object files... o
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.50 checking whether the compiler supports GNU C... yes
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.55 checking whether gcc accepts -g... yes
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.58 checking for gcc option to enable C11 features... none needed
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.67 checking whether gcc understands -c and -o together... yes
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.72 checking for a BSD-compatible install... /usr/bin/install -c
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.73 checking whether build environment is sane... yes
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.73 checking for a race-free mkdir -p... /usr/bin/mkdir -p
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.74 checking for gawk... no
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.74 checking for mawk... mawk
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.74 checking whether make sets $(MAKE)... yes
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.74 checking whether make supports the include directive... yes (GNU style)
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.75 checking whether make supports nested variables... yes
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.76 checking whether UID '0' is supported by ustar format... yes
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.76 checking whether GID '0' is supported by ustar format... yes
22:44:02 [2024-04-25T22:44:02.741Z] #76 48.76 checking how to create a ustar tar archive... gnutar
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.77 checking dependency style of gcc... gcc3
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.82 checking whether to enable maintainer-specific portions of Makefiles... yes
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.82 checking whether make supports nested variables... (cached) yes
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.83 checking build system type... aarch64-unknown-linux-gnu
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.91 checking host system type... aarch64-unknown-linux-gnu
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.91 checking how to print strings... printf
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.91 checking for a sed that does not truncate output... /usr/bin/sed
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.92 checking for grep that handles long lines and -e... /usr/bin/grep
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.92 checking for egrep... /usr/bin/grep -E
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.92 checking for fgrep... /usr/bin/grep -F
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.92 checking for ld used by gcc... /usr/bin/ld
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.93 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.93 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.93 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.97 checking whether ln -s works... yes
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.97 checking the maximum length of command line arguments... 1572864
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.97 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.97 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.97 checking for /usr/bin/ld option to reload object files... -r
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.97 checking for file... file
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.97 checking for objdump... objdump
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.97 checking how to recognize dependent libraries... pass_all
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.98 checking for dlltool... no
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.98 checking how to associate runtime and link libraries... printf %s\n
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.98 checking for ar... ar
22:44:02 [2024-04-25T22:44:02.998Z] #76 48.98 checking for archiver @FILE support... @
22:44:03 [2024-04-25T22:44:03.255Z] #76 49.02 checking for strip... strip
22:44:03 [2024-04-25T22:44:03.255Z] #76 49.02 checking for ranlib... ranlib
22:44:03 [2024-04-25T22:44:03.255Z] #76 49.02 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:44:03 [2024-04-25T22:44:03.512Z] #76 49.22 checking for sysroot... no
22:44:03 [2024-04-25T22:44:03.512Z] #76 49.22 checking for a working dd... /usr/bin/dd
22:44:03 [2024-04-25T22:44:03.512Z] #76 49.24 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
22:44:03 [2024-04-25T22:44:03.512Z] #76 49.24 checking for mt... no
22:44:03 [2024-04-25T22:44:03.512Z] #76 49.24 checking if : is a manifest tool... no
22:44:03 [2024-04-25T22:44:03.512Z] #76 49.24 checking for stdio.h... yes
22:44:03 [2024-04-25T22:44:03.512Z] #76 49.29 checking for stdlib.h... yes
22:44:03 [2024-04-25T22:44:03.512Z] #76 49.35 checking for string.h... yes
22:44:03 [2024-04-25T22:44:03.512Z] #76 49.40 checking for inttypes.h... yes
22:44:03 [2024-04-25T22:44:03.771Z] #76 49.47 checking for stdint.h... yes
22:44:03 [2024-04-25T22:44:03.771Z] #76 49.56 checking for strings.h... yes
22:44:03 [2024-04-25T22:44:03.771Z] #76 49.59 checking for sys/stat.h... yes
22:44:03 [2024-04-25T22:44:03.771Z] #76 49.63 checking for sys/types.h... yes
22:44:04 [2024-04-25T22:44:04.028Z] #76 49.72 checking for unistd.h... yes
22:44:04 [2024-04-25T22:44:04.028Z] #76 49.77 checking for dlfcn.h... yes
22:44:04 [2024-04-25T22:44:04.028Z] #76 49.83 checking for objdir... .libs
22:44:04 [2024-04-25T22:44:04.285Z] #76 49.96 checking if gcc supports -fno-rtti -fno-exceptions... no
22:44:04 [2024-04-25T22:44:04.285Z] #76 50.00 checking for gcc option to produce PIC... -fPIC -DPIC
22:44:04 [2024-04-25T22:44:04.285Z] #76 50.00 checking if gcc PIC flag -fPIC -DPIC works... yes
22:44:04 [2024-04-25T22:44:04.285Z] #76 50.05 checking if gcc static flag -static works... yes
22:44:04 [2024-04-25T22:44:04.285Z] #76 50.18 checking if gcc supports -c -o file.o... yes
22:44:04 [2024-04-25T22:44:04.285Z] #76 50.23 checking if gcc supports -c -o file.o... (cached) yes
22:44:04 [2024-04-25T22:44:04.285Z] #76 50.23 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:44:04 [2024-04-25T22:44:04.285Z] #76 50.25 checking dynamic linker characteristics... GNU/Linux ld.so
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.32 checking how to hardcode library paths into programs... immediate
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.32 checking whether stripping libraries is possible... yes
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.32 checking if libtool supports shared libraries... yes
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.32 checking whether to build shared libraries... no
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.32 checking whether to build static libraries... yes
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.32 checking for float.h... yes
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.36 checking for limits.h... yes
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.40 checking for stddef.h... yes
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.45 checking for stdlib.h... (cached) yes
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.45 checking for string.h... (cached) yes
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.46 checking for sys/time.h... yes
22:44:04 [2024-04-25T22:44:04.542Z] #76 50.50 checking for inline... inline
22:44:04 [2024-04-25T22:44:04.799Z] #76 50.56 checking for size_t... yes
22:44:04 [2024-04-25T22:44:04.799Z] #76 50.71 checking for GNU libc compatible malloc... yes
22:44:04 [2024-04-25T22:44:04.799Z] #76 50.78 checking for GNU libc compatible realloc... yes
22:44:05 [2024-04-25T22:44:05.055Z] #76 50.84 checking for working strtod... yes
22:44:05 [2024-04-25T22:44:05.055Z] #76 50.94 checking for gettimeofday... yes
22:44:05 [2024-04-25T22:44:05.312Z] #76 51.00 checking for memset... yes
22:44:05 [2024-04-25T22:44:05.312Z] #76 51.06 checking for strspn... yes
22:44:05 [2024-04-25T22:44:05.312Z] #76 51.16 checking that generated files are newer than configure... done
22:44:05 [2024-04-25T22:44:05.312Z] #76 51.16 configure: creating ./config.status
22:44:05 [2024-04-25T22:44:05.568Z] #76 51.58 config.status: creating Makefile
22:44:05 [2024-04-25T22:44:05.824Z] #76 51.59 config.status: creating config.h
22:44:05 [2024-04-25T22:44:05.824Z] #76 51.59 config.status: executing depfiles commands
22:44:05 [2024-04-25T22:44:05.824Z] #76 51.63 config.status: executing libtool commands
22:44:05 [2024-04-25T22:44:05.824Z] #76 51.80   GEN      .version
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.80 make  install-recursive
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.80 make[1]: Entering directory '/tmp/crun-build'
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.82 Making install in libocispec
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.83 make[2]: Entering directory '/tmp/crun-build/libocispec'
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.84 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.84 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.84 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.84 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.89 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.89 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.89 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.89 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.89 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.89 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.89 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.89 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.89 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.91 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.91 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.91 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.91 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.91 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.91 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
22:44:06 [2024-04-25T22:44:06.081Z] #76 51.91 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.17 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.18 make  install-recursive
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.18 make[3]: Entering directory '/tmp/crun-build/libocispec'
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.20 Making install in yajl
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.20 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.20   CC       verify/json_verify-json_verify.o
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.20   CC       src/libyajl_la-yajl_alloc.lo
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.21   CC       src/libyajl_la-yajl.lo
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.21   CC       src/libyajl_la-yajl_gen.lo
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.21   CC       src/libyajl_la-yajl_parser.lo
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.21   CC       src/libyajl_la-yajl_buf.lo
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.22   CC       src/libyajl_la-yajl_encode.lo
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.22   CC       src/libyajl_la-yajl_tree.lo
22:44:06 [2024-04-25T22:44:06.338Z] #76 52.22   CC       src/libyajl_la-yajl_lex.lo
22:44:06 [2024-04-25T22:44:06.901Z] #76 52.86   CCLD     libyajl.la
22:44:07 [2024-04-25T22:44:07.158Z] #76 53.07   CCLD     verify/json_verify
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.26 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.26 make[5]: Nothing to be done for 'install-exec-am'.
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.26 make[5]: Nothing to be done for 'install-data-am'.
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.26 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.26 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.27 make[4]: Entering directory '/tmp/crun-build/libocispec'
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.35   CC       src/ocispec/validate.o
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.35   CC       src/ocispec/image_spec_schema_config_schema.lo
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.35   CC       src/ocispec/image_spec_schema_content_descriptor.lo
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.35   CC       src/ocispec/image_spec_schema_defs.lo
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.35   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.35   CC       src/ocispec/image_spec_schema_image_index_schema.lo
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.35   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.35   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.35   CC       src/ocispec/runtime_spec_schema_config_linux.lo
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.35   CC       src/ocispec/runtime_spec_schema_config_zos.lo
22:44:07 [2024-04-25T22:44:07.415Z] #76 53.36   CC       src/ocispec/runtime_spec_schema_config_schema.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.36   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.37   CC       src/ocispec/runtime_spec_schema_config_vm.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.38   CC       src/ocispec/runtime_spec_schema_config_windows.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.38   CC       src/ocispec/runtime_spec_schema_defs.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.39   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.39   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.40   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.40   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.40   CC       src/ocispec/runtime_spec_schema_state_schema.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.41   CC       src/ocispec/runtime_spec_schema_features_linux.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.41   CC       src/ocispec/runtime_spec_schema_features_schema.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.42   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.42   CC       src/ocispec/basic_test_double_array_item.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.42   CC       src/ocispec/basic_test_double_array.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.42   CC       src/ocispec/basic_test_top_array_int.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.42   CC       src/ocispec/basic_test_top_array_string.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.43   CC       src/ocispec/basic_test_top_double_array_int.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.43   CC       src/ocispec/basic_test_top_double_array_obj.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.44   CC       src/ocispec/basic_test_top_double_array_refobj.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.44   CC       src/ocispec/basic_test_top_double_array_string.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.45   CC       src/ocispec/read-file.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.46   CC       src/ocispec/json_common.lo
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.47   CC       tests/test-1.o
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.49   CC       tests/test-2.o
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.49   CC       tests/test-3.o
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.50   CC       tests/test-4.o
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.51   CC       tests/test-5.o
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.52   CC       tests/test-6.o
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.52   CC       tests/test-7.o
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.53   CC       tests/test-8.o
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.55   CC       tests/test-9.o
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.56   CC       tests/test-10.o
22:44:07 [2024-04-25T22:44:07.672Z] #76 53.58   CC       tests/test-11.o
22:44:11 [2024-04-25T22:44:11.846Z] #76 57.56   CCLD     libocispec.la
22:44:11 [2024-04-25T22:44:11.846Z] #76 57.75   CCLD     src/ocispec/validate
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.76   CCLD     tests/test-3
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.76   CCLD     tests/test-1
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.77   CCLD     tests/test-2
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.78   CCLD     tests/test-4
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.79   CCLD     tests/test-5
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.79   CCLD     tests/test-6
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.79   CCLD     tests/test-7
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.80   CCLD     tests/test-8
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.80   CCLD     tests/test-9
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.81   CCLD     tests/test-10
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.81 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
22:44:12 [2024-04-25T22:44:12.102Z] #76 57.81   CCLD     tests/test-11
22:44:12 [2024-04-25T22:44:12.102Z] #76 58.00 libtool: link: ar cr libocispec.a 
22:44:12 [2024-04-25T22:44:12.359Z] #76 58.02 libtool: link: ranlib libocispec.a
22:44:12 [2024-04-25T22:44:12.359Z] #76 58.25 make[5]: Entering directory '/tmp/crun-build/libocispec'
22:44:12 [2024-04-25T22:44:12.359Z] #76 58.31 make[5]: Leaving directory '/tmp/crun-build/libocispec'
22:44:12 [2024-04-25T22:44:12.359Z] #76 58.31 make[4]: Leaving directory '/tmp/crun-build/libocispec'
22:44:12 [2024-04-25T22:44:12.359Z] #76 58.31 make[3]: Leaving directory '/tmp/crun-build/libocispec'
22:44:12 [2024-04-25T22:44:12.359Z] #76 58.31 make[2]: Leaving directory '/tmp/crun-build/libocispec'
22:44:12 [2024-04-25T22:44:12.359Z] #76 58.31 make[2]: Entering directory '/tmp/crun-build'
22:44:12 [2024-04-25T22:44:12.359Z] #76 58.40   CC       src/libcrun/libcrun_la-intelrdt.lo
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.40   CC       src/libcrun/libcrun_la-io_priority.lo
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.41   CC       src/libcrun/libcrun_la-linux.lo
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.41   CC       src/libcrun/libcrun_la-mount_flags.lo
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.41   CC       src/libcrun/libcrun_la-scheduler.lo
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.41   CC       src/libcrun/libcrun_la-seccomp.lo
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.41   CC       src/libcrun/libcrun_la-seccomp_notify.lo
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.41   CC       src/libcrun/libcrun_la-signals.lo
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.42   CC       src/libcrun/libcrun_la-status.lo
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.42   CC       src/libcrun/libcrun_la-terminal.lo
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.42   CC       src/libcrun/libcrun_testing_a-utils.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.42   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.44   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.46   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.48   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.48   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.49   CC       src/libcrun/libcrun_testing_a-cgroup.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.49   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.51   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.52   CC       src/libcrun/libcrun_testing_a-container.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.53   CC       src/libcrun/libcrun_testing_a-criu.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.54   CC       src/libcrun/libcrun_testing_a-custom-handler.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.58   CC       src/libcrun/libcrun_testing_a-ebpf.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.60   CC       src/libcrun/libcrun_testing_a-error.o
22:44:12 [2024-04-25T22:44:12.623Z] #76 58.61   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
22:44:12 [2024-04-25T22:44:12.880Z] #76 58.62   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
22:44:12 [2024-04-25T22:44:12.880Z] #76 58.65   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
22:44:12 [2024-04-25T22:44:12.880Z] #76 58.70   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
22:44:12 [2024-04-25T22:44:12.880Z] #76 58.71   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
22:44:12 [2024-04-25T22:44:12.880Z] #76 58.72   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
22:44:12 [2024-04-25T22:44:12.880Z] #76 58.75   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
22:44:12 [2024-04-25T22:44:12.880Z] #76 58.78   CC       src/libcrun/libcrun_testing_a-intelrdt.o
22:44:12 [2024-04-25T22:44:12.880Z] #76 58.82   CC       src/libcrun/libcrun_testing_a-io_priority.o
22:44:12 [2024-04-25T22:44:12.880Z] #76 58.85   CC       src/libcrun/libcrun_testing_a-linux.o
22:44:13 [2024-04-25T22:44:13.138Z] #76 58.88   CC       src/libcrun/libcrun_testing_a-mount_flags.o
22:44:13 [2024-04-25T22:44:13.138Z] #76 58.91   CC       src/libcrun/libcrun_testing_a-scheduler.o
22:44:13 [2024-04-25T22:44:13.138Z] #76 58.94   CC       src/libcrun/libcrun_testing_a-seccomp.o
22:44:13 [2024-04-25T22:44:13.138Z] #76 58.96   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
22:44:13 [2024-04-25T22:44:13.138Z] #76 58.98   CC       src/libcrun/libcrun_testing_a-signals.o
22:44:13 [2024-04-25T22:44:13.138Z] #76 58.99   CC       src/libcrun/libcrun_testing_a-status.o
22:44:13 [2024-04-25T22:44:13.138Z] #76 59.02   CC       src/libcrun/libcrun_testing_a-terminal.o
22:44:13 [2024-04-25T22:44:13.138Z] #76 59.05   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
22:44:13 [2024-04-25T22:44:13.138Z] #76 59.13   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
22:44:13 [2024-04-25T22:44:13.396Z] #76 59.14   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
22:44:13 [2024-04-25T22:44:13.396Z] #76 59.40   CC       src/crun-crun.o
22:44:13 [2024-04-25T22:44:13.653Z] #76 59.40   CC       src/crun-run.o
22:44:13 [2024-04-25T22:44:13.653Z] #76 59.51   CC       src/crun-delete.o
22:44:13 [2024-04-25T22:44:13.910Z] #76 59.57   CC       src/crun-kill.o
22:44:13 [2024-04-25T22:44:13.910Z] #76 59.59   CC       src/crun-pause.o
22:44:13 [2024-04-25T22:44:13.910Z] #76 59.78   CC       src/crun-unpause.o
22:44:13 [2024-04-25T22:44:13.910Z] #76 59.90   CC       src/crun-oci_features.o
22:44:14 [2024-04-25T22:44:14.167Z] #76 60.04   CC       src/crun-spec.o
22:44:14 [2024-04-25T22:44:14.167Z] #76 60.16   CC       src/crun-exec.o
22:44:14 [2024-04-25T22:44:14.424Z] #76 60.18   CC       src/crun-list.o
22:44:14 [2024-04-25T22:44:14.424Z] #76 60.19   CC       src/crun-create.o
22:44:14 [2024-04-25T22:44:14.424Z] #76 60.22   CC       src/crun-start.o
22:44:14 [2024-04-25T22:44:14.424Z] #76 60.22   CC       src/crun-state.o
22:44:14 [2024-04-25T22:44:14.424Z] #76 60.24   CC       src/crun-update.o
22:44:14 [2024-04-25T22:44:14.424Z] #76 60.26   CC       src/crun-ps.o
22:44:14 [2024-04-25T22:44:14.424Z] #76 60.36   CC       src/crun-checkpoint.o
22:44:14 [2024-04-25T22:44:14.424Z] #76 60.42   CC       src/crun-restore.o
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.48   CC       src/libcrun/crun-cloned_binary.o
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.54   CC       src/libcrun/libcrun_la-utils.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.57   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.57   CC       src/libcrun/libcrun_la-cgroup-resources.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.58   CC       src/libcrun/libcrun_la-cgroup-setup.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.58   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.60   CC       src/libcrun/libcrun_la-cgroup-utils.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.60   CC       src/libcrun/libcrun_la-cgroup.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.62   CC       src/libcrun/libcrun_la-chroot_realpath.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.63   CC       src/libcrun/libcrun_la-cloned_binary.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.64   CC       src/libcrun/libcrun_la-container.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.64   CC       src/libcrun/libcrun_la-criu.lo
22:44:14 [2024-04-25T22:44:14.681Z] #76 60.65   CC       src/libcrun/libcrun_la-custom-handler.lo
22:44:14 [2024-04-25T22:44:14.938Z] #76 60.67   CC       src/libcrun/libcrun_la-ebpf.lo
22:44:14 [2024-04-25T22:44:14.938Z] #76 60.69   CC       src/libcrun/libcrun_la-error.lo
22:44:14 [2024-04-25T22:44:14.938Z] #76 60.70   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
22:44:14 [2024-04-25T22:44:14.938Z] #76 60.71   CC       src/libcrun/handlers/libcrun_la-krun.lo
22:44:14 [2024-04-25T22:44:14.938Z] #76 60.73   CC       src/libcrun/handlers/libcrun_la-mono.lo
22:44:14 [2024-04-25T22:44:14.938Z] #76 60.74   CC       src/libcrun/handlers/libcrun_la-spin.lo
22:44:14 [2024-04-25T22:44:14.938Z] #76 60.76   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
22:44:15 [2024-04-25T22:44:15.194Z] #76 60.77   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
22:44:15 [2024-04-25T22:44:15.194Z] #76 60.78   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
22:44:15 [2024-04-25T22:44:15.194Z] #76 60.83   CC       tests/init.o
22:44:15 [2024-04-25T22:44:15.194Z] #76 60.84   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
22:44:16 [2024-04-25T22:44:16.125Z] #76 ...
22:44:16 [2024-04-25T22:44:16.125Z] 
22:44:16 [2024-04-25T22:44:16.125Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:44:16 [2024-04-25T22:44:16.125Z] #79 50.36 + bin/containerd
22:44:16 [2024-04-25T22:44:16.125Z] #79 50.36 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.15 -X github.com/containerd/containerd/version.Revision=926c9586fe4a6236699318391cd44976a98e31f1 -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
22:44:16 [2024-04-25T22:44:16.390Z] #79 ...
22:44:16 [2024-04-25T22:44:16.390Z] 
22:44:16 [2024-04-25T22:44:16.390Z] #59 [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
22:44:16 [2024-04-25T22:44:16.390Z] #59 94.83 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
22:44:16 [2024-04-25T22:44:16.390Z] #59 94.89 Docker version unknown-version, build unknown-commit
22:44:16 [2024-04-25T22:44:16.390Z] #59 ...
22:44:16 [2024-04-25T22:44:16.390Z] 
22:44:16 [2024-04-25T22:44:16.390Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
22:44:16 [2024-04-25T22:44:16.390Z] #76 62.22   CCLD     tests/init
22:44:18 [2024-04-25T22:44:18.915Z] #76 ...
22:44:18 [2024-04-25T22:44:18.915Z] 
22:44:18 [2024-04-25T22:44:18.915Z] #59 [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
22:44:18 [2024-04-25T22:44:18.915Z] #59 DONE 106.2s
22:44:18 [2024-04-25T22:44:18.915Z] 
22:44:18 [2024-04-25T22:44:18.915Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
22:44:19 [2024-04-25T22:44:19.172Z] #76 ...
22:44:19 [2024-04-25T22:44:19.172Z] 
22:44:19 [2024-04-25T22:44:19.172Z] #74 [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...)
22:44:19 [2024-04-25T22:44:19.172Z] #74 DONE 65.1s
22:44:19 [2024-04-25T22:44:19.429Z] 
22:44:19 [2024-04-25T22:44:19.429Z] #77 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
22:44:19 [2024-04-25T22:44:19.429Z] #77 DONE 65.1s
22:44:19 [2024-04-25T22:44:19.429Z] 
22:44:19 [2024-04-25T22:44:19.429Z] #78 [delve-supported 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...)
22:44:19 [2024-04-25T22:44:19.429Z] #78 DONE 65.1s
22:44:19 [2024-04-25T22:44:19.429Z] 
22:44:19 [2024-04-25T22:44:19.429Z] #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...)
22:44:19 [2024-04-25T22:44:19.429Z] #72 DONE 65.1s
22:44:19 [2024-04-25T22:44:19.429Z] 
22:44:19 [2024-04-25T22:44:19.429Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
22:44:19 [2024-04-25T22:44:19.429Z] #76 65.19   CCLD     libcrun.la
22:44:19 [2024-04-25T22:44:19.429Z] #76 65.23   AR       libcrun_testing.a
22:44:19 [2024-04-25T22:44:19.429Z] #76 65.24 ar: `u' modifier ignored since `D' is the default (see `U')
22:44:19 [2024-04-25T22:44:19.429Z] #76 65.27   CCLD     tests/tests_libcrun_errors
22:44:19 [2024-04-25T22:44:19.429Z] #76 65.27   CCLD     tests/tests_libcrun_intelrdt
22:44:19 [2024-04-25T22:44:19.429Z] #76 65.29   CCLD     tests/tests_libcrun_utils
22:44:19 [2024-04-25T22:44:19.429Z] #76 65.30   CCLD     tests/tests_libcrun_fuzzer
22:44:19 [2024-04-25T22:44:19.429Z] #76 ...
22:44:19 [2024-04-25T22:44:19.429Z] 
22:44:19 [2024-04-25T22:44:19.429Z] #80 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
22:44:19 [2024-04-25T22:44:19.429Z] #80 DONE 0.3s
22:44:19 [2024-04-25T22:44:19.686Z] 
22:44:19 [2024-04-25T22:44:19.686Z] #81 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
22:44:19 [2024-04-25T22:44:19.942Z] #81 DONE 0.2s
22:44:19 [2024-04-25T22:44:19.942Z] 
22:44:19 [2024-04-25T22:44:19.942Z] #76 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
22:44:19 [2024-04-25T22:44:19.942Z] #76 65.69   CCLD     crun
22:44:20 [2024-04-25T22:44:20.221Z] #76 66.06 make[3]: Entering directory '/tmp/crun-build'
22:44:20 [2024-04-25T22:44:20.222Z] #76 66.13  /usr/bin/mkdir -p '/usr/local/share/man/man1'
22:44:20 [2024-04-25T22:44:20.222Z] #76 66.13  /usr/bin/mkdir -p '/usr/local/lib'
22:44:20 [2024-04-25T22:44:20.222Z] #76 66.14  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
22:44:20 [2024-04-25T22:44:20.222Z] #76 66.15  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
22:44:20 [2024-04-25T22:44:20.222Z] #76 66.23 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.23 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.24 libtool: install: chmod 644 /usr/local/lib/libcrun.a
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.25 libtool: install: ranlib /usr/local/lib/libcrun.a
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.37 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
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 ----------------------------------------------------------------------
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 Libraries have been installed in:
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38    /usr/local/lib
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 If you ever happen to want to link against installed libraries
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 in a given directory, LIBDIR, you must either use libtool, and
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 specify the full pathname of the library, or use the '-LLIBDIR'
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 flag during linking and do at least one of the following:
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38      during execution
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38    - add LIBDIR to the 'LD_RUN_PATH' environment variable
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38      during linking
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 See any operating system documentation about shared libraries for
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 more information, such as the ld(1) and ld.so(8) manual pages.
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38 ----------------------------------------------------------------------
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38  /usr/bin/mkdir -p '/build'
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.38   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.41 libtool: install: /usr/bin/install -c crun /build/crun
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.42 make[3]: Leaving directory '/tmp/crun-build'
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.42 make[2]: Leaving directory '/tmp/crun-build'
22:44:20 [2024-04-25T22:44:20.478Z] #76 66.42 make[1]: Leaving directory '/tmp/crun-build'
22:44:20 [2024-04-25T22:44:20.478Z] #76 DONE 66.5s
22:44:20 [2024-04-25T22:44:20.478Z] 
22:44:20 [2024-04-25T22:44:20.478Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
22:44:20 [2024-04-25T22:44:20.735Z] #82 DONE 0.1s
22:44:20 [2024-04-25T22:44:20.735Z] 
22:44:20 [2024-04-25T22:44:20.735Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
22:44:20 [2024-04-25T22:44:20.735Z] #83 DONE 0.1s
22:44:20 [2024-04-25T22:44:20.735Z] 
22:44:20 [2024-04-25T22:44:20.735Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:44:20 [2024-04-25T22:44:20.735Z] #79 ...
22:44:20 [2024-04-25T22:44:20.735Z] 
22:44:20 [2024-04-25T22:44:20.735Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
22:44:20 [2024-04-25T22:44:20.735Z] #84 DONE 0.1s
22:44:20 [2024-04-25T22:44:20.735Z] 
22:44:20 [2024-04-25T22:44:20.735Z] #85 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
22:44:20 [2024-04-25T22:44:20.735Z] #85 DONE 0.1s
22:44:20 [2024-04-25T22:44:20.991Z] 
22:44:20 [2024-04-25T22:44:20.991Z] #86 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
22:44:20 [2024-04-25T22:44:20.991Z] #86 DONE 0.0s
22:44:20 [2024-04-25T22:44:20.991Z] 
22:44:20 [2024-04-25T22:44:20.991Z] #87 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
22:44:20 [2024-04-25T22:44:20.991Z] #87 DONE 0.0s
22:44:20 [2024-04-25T22:44:20.991Z] 
22:44:20 [2024-04-25T22:44:20.991Z] #88 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
22:44:20 [2024-04-25T22:44:20.991Z] #88 DONE 0.1s
22:44:20 [2024-04-25T22:44:20.991Z] 
22:44:20 [2024-04-25T22:44:20.991Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:44:21 [2024-04-25T22:44:21.248Z] #79 ...
22:44:21 [2024-04-25T22:44:21.248Z] 
22:44:21 [2024-04-25T22:44:21.248Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
22:44:21 [2024-04-25T22:44:21.248Z] #89 DONE 0.1s
22:44:21 [2024-04-25T22:44:21.248Z] 
22:44:21 [2024-04-25T22:44:21.248Z] #90 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
22:44:21 [2024-04-25T22:44:21.248Z] #90 DONE 0.2s
22:44:21 [2024-04-25T22:44:21.248Z] 
22:44:21 [2024-04-25T22:44:21.248Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:44:21 [2024-04-25T22:44:21.504Z] #79 ...
22:44:21 [2024-04-25T22:44:21.504Z] 
22:44:21 [2024-04-25T22:44:21.504Z] #91 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
22:44:21 [2024-04-25T22:44:21.504Z] #91 DONE 0.1s
22:44:21 [2024-04-25T22:44:21.504Z] 
22:44:21 [2024-04-25T22:44:21.504Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
22:44:21 [2024-04-25T22:44:21.761Z] #92 DONE 0.5s
22:44:21 [2024-04-25T22:44:21.761Z] 
22:44:21 [2024-04-25T22:44:21.761Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
22:44:25 [2024-04-25T22:44:25.932Z] #79 70.23 + bin/containerd-stress
22:44:25 [2024-04-25T22:44:25.932Z] #79 70.23 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.15 -X github.com/containerd/containerd/version.Revision=926c9586fe4a6236699318391cd44976a98e31f1 -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
22:44:27 [2024-04-25T22:44:27.300Z] #79 71.43 + bin/containerd-shim
22:44:27 [2024-04-25T22:44:27.556Z] #79 71.98 + bin/containerd-shim-runc-v1
22:44:28 [2024-04-25T22:44:28.485Z] #79 72.77 + bin/containerd-shim-runc-v2
22:44:29 [2024-04-25T22:44:29.050Z] #79 73.47 + binaries
22:44:33 [2024-04-25T22:44:33.216Z] #79 DONE 77.5s
22:44:33 [2024-04-25T22:44:33.778Z] 
22:44:33 [2024-04-25T22:44:33.778Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
22:44:36 [2024-04-25T22:44:36.293Z] #93 DONE 2.1s
22:44:36 [2024-04-25T22:44:36.293Z] 
22:44:36 [2024-04-25T22:44:36.293Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
22:44:36 [2024-04-25T22:44:36.293Z] #94 DONE 0.4s
22:44:36 [2024-04-25T22:44:36.549Z] 
22:44:36 [2024-04-25T22:44:36.549Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
22:44:37 [2024-04-25T22:44:37.476Z] #95 DONE 1.2s
22:44:37 [2024-04-25T22:44:37.476Z] 
22:44:37 [2024-04-25T22:44:37.476Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
22:44:37 [2024-04-25T22:44:37.476Z] #96 DONE 0.0s
22:44:37 [2024-04-25T22:44:37.476Z] 
22:44:37 [2024-04-25T22:44:37.476Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
22:44:37 [2024-04-25T22:44:37.476Z] #97 DONE 0.1s
22:44:37 [2024-04-25T22:44:37.732Z] 
22:44:37 [2024-04-25T22:44:37.732Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
22:44:37 [2024-04-25T22:44:37.732Z] #98 DONE 0.0s
22:44:37 [2024-04-25T22:44:37.732Z] 
22:44:37 [2024-04-25T22:44:37.732Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
22:44:39 [2024-04-25T22:44:39.621Z] #99 DONE 1.7s
22:44:39 [2024-04-25T22:44:39.621Z] 
22:44:39 [2024-04-25T22:44:39.621Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
22:44:41 [2024-04-25T22:44:41.510Z] #100 DONE 1.9s
22:44:41 [2024-04-25T22:44:41.510Z] 
22:44:41 [2024-04-25T22:44:41.510Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
22:44:41 [2024-04-25T22:44:41.510Z] #101 DONE 0.0s
22:44:41 [2024-04-25T22:44:41.510Z] 
22:44:41 [2024-04-25T22:44:41.510Z] #102 [dev-base  1/12] RUN groupadd -r docker
22:44:41 [2024-04-25T22:44:41.510Z] #102 DONE 0.2s
22:44:41 [2024-04-25T22:44:41.766Z] 
22:44:41 [2024-04-25T22:44:41.766Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
22:44:42 [2024-04-25T22:44:42.023Z] #103 DONE 0.4s
22:44:42 [2024-04-25T22:44:42.023Z] 
22:44:42 [2024-04-25T22:44:42.023Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
22:44:42 [2024-04-25T22:44:42.280Z] #104 0.248 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:44:42 [2024-04-25T22:44:42.280Z] #104 DONE 0.3s
22:44:42 [2024-04-25T22:44:42.280Z] 
22:44:42 [2024-04-25T22:44:42.280Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
22:44:42 [2024-04-25T22:44:42.536Z] #105 DONE 0.3s
22:44:42 [2024-04-25T22:44:42.792Z] 
22:44:42 [2024-04-25T22:44:42.793Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
22:44:42 [2024-04-25T22:44:42.793Z] #106 DONE 0.3s
22:44:43 [2024-04-25T22:44:43.049Z] 
22:44:43 [2024-04-25T22:44:43.049Z] #107 [dev-base  6/12] RUN ldconfig
22:44:43 [2024-04-25T22:44:43.305Z] #107 DONE 0.3s
22:44:43 [2024-04-25T22:44:43.305Z] 
22:44:43 [2024-04-25T22:44:43.305Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
22:44:43 [2024-04-25T22:44:43.562Z] #108 DONE 0.3s
22:44:43 [2024-04-25T22:44:43.562Z] 
22:44:43 [2024-04-25T22:44:43.562Z] #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
22:44:44 [2024-04-25T22:44:44.125Z] #109 0.734 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
22:44:44 [2024-04-25T22:44:44.381Z] #109 0.743 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
22:44:44 [2024-04-25T22:44:44.381Z] #109 0.743 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
22:44:44 [2024-04-25T22:44:44.381Z] #109 0.815 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
22:44:44 [2024-04-25T22:44:44.637Z] #109 1.065 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
22:44:44 [2024-04-25T22:44:44.637Z] #109 1.070 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
22:44:45 [2024-04-25T22:44:45.565Z] #109 2.035 Fetched 9105 kB in 2s (5832 kB/s)
22:44:46 [2024-04-25T22:44:46.128Z] #109 2.035 Reading package lists...
22:44:46 [2024-04-25T22:44:46.945Z] #109 2.675 Reading package lists...
22:44:46 [2024-04-25T22:44:46.945Z] #109 3.308 Building dependency tree...
22:44:47 [2024-04-25T22:44:47.202Z] #109 3.812 The following additional packages will be installed:
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.813   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.813   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.814   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.814   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.816   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.816   vim-runtime
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.819 Suggested packages:
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.819   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.819   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.819   systemd-userdbd systemd-boot systemd-resolved libqrencode4
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.819   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.819   vim-doc vim-scripts xfsdump acl attr quota
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.819 Recommended packages:
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.819   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
22:44:47 [2024-04-25T22:44:47.457Z] #109 3.819   systemd-timesyncd | time-daemon xxd unzip
22:44:47 [2024-04-25T22:44:47.714Z] #109 4.200 The following NEW packages will be installed:
22:44:47 [2024-04-25T22:44:47.714Z] #109 4.201   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
22:44:47 [2024-04-25T22:44:47.714Z] #109 4.201   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
22:44:47 [2024-04-25T22:44:47.714Z] #109 4.201   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
22:44:47 [2024-04-25T22:44:47.714Z] #109 4.201   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
22:44:47 [2024-04-25T22:44:47.714Z] #109 4.201   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:44:47 [2024-04-25T22:44:47.714Z] #109 4.201   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
22:44:47 [2024-04-25T22:44:47.714Z] #109 4.202   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
22:44:47 [2024-04-25T22:44:47.714Z] #109 4.202   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
22:44:47 [2024-04-25T22:44:47.714Z] #109 4.202   zip zstd
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.479 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.479 Need to get 31.8 MB of archives.
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.479 After this operation, 143 MB of additional disk space will be used.
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.479 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.481 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.489 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.491 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.493 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.495 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libfdisk1 arm64 2.38.1-5+deb12u1 [182 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.497 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.498 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.499 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.500 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.22-1~deb12u1 [1508 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.508 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.22-1~deb12u1 [2829 kB]
22:44:47 [2024-04-25T22:44:47.970Z] #109 4.605 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
22:44:48 [2024-04-25T22:44:48.226Z] #109 4.606 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
22:44:48 [2024-04-25T22:44:48.226Z] #109 4.631 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
22:44:48 [2024-04-25T22:44:48.226Z] #109 4.683 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
22:44:48 [2024-04-25T22:44:48.226Z] #109 4.684 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
22:44:48 [2024-04-25T22:44:48.226Z] #109 4.685 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
22:44:48 [2024-04-25T22:44:48.226Z] #109 4.685 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
22:44:48 [2024-04-25T22:44:48.226Z] #109 4.691 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
22:44:48 [2024-04-25T22:44:48.226Z] #109 4.691 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
22:44:48 [2024-04-25T22:44:48.226Z] #109 4.696 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
22:44:48 [2024-04-25T22:44:48.226Z] #109 4.736 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.738 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.738 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.740 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.757 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.768 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.769 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.769 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.769 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.770 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.772 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.773 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.803 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.803 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.804 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
22:44:48 [2024-04-25T22:44:48.482Z] #109 4.805 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
22:44:48 [2024-04-25T22:44:48.483Z] #109 5.075 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.075 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.076 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.076 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.084 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.084 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.085 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.086 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.087 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.087 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.088 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.089 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.22-1~deb12u1 [92.2 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.089 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.091 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.094 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
22:44:48 [2024-04-25T22:44:48.739Z] #109 5.314 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
22:44:48 [2024-04-25T22:44:48.995Z] #109 5.361 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
22:44:48 [2024-04-25T22:44:48.995Z] #109 5.401 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
22:44:48 [2024-04-25T22:44:48.995Z] #109 5.402 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.651 debconf: delaying package configuration, since apt-utils is not installed
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.695 Fetched 31.8 MB in 1s (26.7 MB/s)
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.723 Selecting previously unselected package libargon2-1:arm64.
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.723 (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 ... 15659 files and directories currently installed.)
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.733 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.741 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.781 Selecting previously unselected package dmsetup.
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.783 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.788 Unpacking dmsetup (2:1.02.185-2) ...
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.831 Selecting previously unselected package libdevmapper1.02.1:arm64.
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.833 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.837 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.880 Selecting previously unselected package libjson-c5:arm64.
22:44:49 [2024-04-25T22:44:49.251Z] #109 5.883 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
22:44:49 [2024-04-25T22:44:49.508Z] #109 5.886 Unpacking libjson-c5:arm64 (0.16-2) ...
22:44:49 [2024-04-25T22:44:49.508Z] #109 5.928 Selecting previously unselected package libcryptsetup12:arm64.
22:44:49 [2024-04-25T22:44:49.508Z] #109 5.930 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ...
22:44:49 [2024-04-25T22:44:49.508Z] #109 5.936 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
22:44:49 [2024-04-25T22:44:49.508Z] #109 5.987 Selecting previously unselected package libfdisk1:arm64.
22:44:49 [2024-04-25T22:44:49.508Z] #109 5.989 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u1_arm64.deb ...
22:44:49 [2024-04-25T22:44:49.508Z] #109 5.993 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u1) ...
22:44:49 [2024-04-25T22:44:49.508Z] #109 6.041 Selecting previously unselected package libkmod2:arm64.
22:44:49 [2024-04-25T22:44:49.508Z] #109 6.043 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
22:44:49 [2024-04-25T22:44:49.508Z] #109 6.048 Unpacking libkmod2:arm64 (30+20221128-1) ...
22:44:49 [2024-04-25T22:44:49.508Z] #109 6.089 Selecting previously unselected package libapparmor1:arm64.
22:44:49 [2024-04-25T22:44:49.764Z] #109 6.091 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
22:44:49 [2024-04-25T22:44:49.764Z] #109 6.095 Unpacking libapparmor1:arm64 (3.0.8-3) ...
22:44:49 [2024-04-25T22:44:49.764Z] #109 6.131 Selecting previously unselected package libip4tc2:arm64.
22:44:49 [2024-04-25T22:44:49.764Z] #109 6.133 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
22:44:49 [2024-04-25T22:44:49.764Z] #109 6.136 Unpacking libip4tc2:arm64 (1.8.9-2) ...
22:44:49 [2024-04-25T22:44:49.764Z] #109 6.167 Selecting previously unselected package libsystemd-shared:arm64.
22:44:49 [2024-04-25T22:44:49.764Z] #109 6.169 Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_arm64.deb ...
22:44:49 [2024-04-25T22:44:49.764Z] #109 6.174 Unpacking libsystemd-shared:arm64 (252.22-1~deb12u1) ...
22:44:49 [2024-04-25T22:44:49.764Z] #109 6.329 Selecting previously unselected package systemd.
22:44:50 [2024-04-25T22:44:50.021Z] #109 6.331 Preparing to unpack .../10-systemd_252.22-1~deb12u1_arm64.deb ...
22:44:50 [2024-04-25T22:44:50.021Z] #109 6.347 Unpacking systemd (252.22-1~deb12u1) ...
22:44:50 [2024-04-25T22:44:50.021Z] #109 6.607 Selecting previously unselected package pigz.
22:44:50 [2024-04-25T22:44:50.278Z] #109 6.609 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
22:44:50 [2024-04-25T22:44:50.278Z] #109 6.613 Unpacking pigz (2.6-1) ...
22:44:50 [2024-04-25T22:44:50.278Z] #109 6.655 Selecting previously unselected package sgml-base.
22:44:50 [2024-04-25T22:44:50.278Z] #109 6.657 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
22:44:50 [2024-04-25T22:44:50.278Z] #109 6.663 Unpacking sgml-base (1.31) ...
22:44:50 [2024-04-25T22:44:50.278Z] #109 6.802 Selecting previously unselected package sudo.
22:44:50 [2024-04-25T22:44:50.534Z] #109 6.804 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 6.810 Unpacking sudo (1.9.13p3-1+deb12u1) ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 6.943 Selecting previously unselected package libelf1:arm64.
22:44:50 [2024-04-25T22:44:50.534Z] #109 6.945 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 6.949 Unpacking libelf1:arm64 (0.188-2.1) ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 6.998 Selecting previously unselected package libbpf1:arm64.
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.000 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.004 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.050 Selecting previously unselected package libmnl0:arm64.
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.052 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.056 Unpacking libmnl0:arm64 (1.0.4-3) ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.091 Selecting previously unselected package libxtables12:arm64.
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.093 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.097 Unpacking libxtables12:arm64 (1.8.9-2) ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.127 Selecting previously unselected package libcap2-bin.
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.130 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.134 Unpacking libcap2-bin (1:2.66-4) ...
22:44:50 [2024-04-25T22:44:50.534Z] #109 7.180 Selecting previously unselected package iproute2.
22:44:50 [2024-04-25T22:44:50.790Z] #109 7.183 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
22:44:50 [2024-04-25T22:44:50.790Z] #109 7.187 Unpacking iproute2 (6.1.0-3) ...
22:44:50 [2024-04-25T22:44:50.790Z] #109 7.303 Selecting previously unselected package vim-common.
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.305 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.309 Unpacking vim-common (2:9.0.1378-2) ...
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.360 Selecting previously unselected package bash-completion.
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.362 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.374 Unpacking bash-completion (1:2.11-6) ...
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.490 Selecting previously unselected package bzip2.
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.493 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.497 Unpacking bzip2 (1.0.8-5+b1) ...
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.535 Selecting previously unselected package xz-utils.
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.537 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.542 Unpacking xz-utils (5.4.1-0.2) ...
22:44:51 [2024-04-25T22:44:51.046Z] #109 7.626 Selecting previously unselected package apparmor.
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.628 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.644 Unpacking apparmor (3.0.8-3) ...
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.729 Selecting previously unselected package inetutils-ping.
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.731 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.735 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.779 Selecting previously unselected package libip6tc2:arm64.
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.781 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.786 Unpacking libip6tc2:arm64 (1.8.9-2) ...
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.822 Selecting previously unselected package libnfnetlink0:arm64.
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.824 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.828 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
22:44:51 [2024-04-25T22:44:51.303Z] #109 7.865 Selecting previously unselected package libnetfilter-conntrack3:arm64.
22:44:51 [2024-04-25T22:44:51.559Z] #109 7.868 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.559Z] #109 7.872 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
22:44:51 [2024-04-25T22:44:51.559Z] #109 7.986 Selecting previously unselected package libnftnl11:arm64.
22:44:51 [2024-04-25T22:44:51.559Z] #109 7.988 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.559Z] #109 7.992 Unpacking libnftnl11:arm64 (1.2.4-2) ...
22:44:51 [2024-04-25T22:44:51.559Z] #109 8.032 Selecting previously unselected package iptables.
22:44:51 [2024-04-25T22:44:51.559Z] #109 8.035 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.559Z] #109 8.039 Unpacking iptables (1.8.9-2) ...
22:44:51 [2024-04-25T22:44:51.559Z] #109 8.129 Selecting previously unselected package libonig5:arm64.
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.131 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.135 Unpacking libonig5:arm64 (6.9.8-1) ...
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.185 Selecting previously unselected package libjq1:arm64.
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.188 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.192 Unpacking libjq1:arm64 (1.6-2.1) ...
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.237 Selecting previously unselected package jq.
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.239 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.243 Unpacking jq (1.6-2.1) ...
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.282 Selecting previously unselected package libaio1:arm64.
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.284 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.288 Unpacking libaio1:arm64 (0.3.113-4) ...
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.328 Selecting previously unselected package libgpm2:arm64.
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.330 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.335 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
22:44:51 [2024-04-25T22:44:51.815Z] #109 8.370 Selecting previously unselected package libicu72:arm64.
22:44:52 [2024-04-25T22:44:52.071Z] #109 8.373 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.071Z] #109 8.377 Unpacking libicu72:arm64 (72.1-3) ...
22:44:52 [2024-04-25T22:44:52.327Z] #109 8.940 Selecting previously unselected package libinih1:arm64.
22:44:52 [2024-04-25T22:44:52.584Z] #109 8.943 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.584Z] #109 8.946 Unpacking libinih1:arm64 (55-1) ...
22:44:52 [2024-04-25T22:44:52.584Z] #109 8.986 Selecting previously unselected package libmicrohttpd12:arm64.
22:44:52 [2024-04-25T22:44:52.584Z] #109 8.988 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.584Z] #109 8.992 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
22:44:52 [2024-04-25T22:44:52.584Z] #109 9.035 Selecting previously unselected package libnet1:arm64.
22:44:52 [2024-04-25T22:44:52.584Z] #109 9.037 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.584Z] #109 9.042 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
22:44:52 [2024-04-25T22:44:52.584Z] #109 9.085 Selecting previously unselected package libnl-3-200:arm64.
22:44:52 [2024-04-25T22:44:52.584Z] #109 9.088 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.584Z] #109 9.092 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
22:44:52 [2024-04-25T22:44:52.584Z] #109 9.132 Selecting previously unselected package libprotobuf-c1:arm64.
22:44:52 [2024-04-25T22:44:52.584Z] #109 9.134 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.584Z] #109 9.139 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
22:44:52 [2024-04-25T22:44:52.584Z] #109 9.179 Selecting previously unselected package libsodium23:arm64.
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.181 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.186 Unpacking libsodium23:arm64 (1.0.18-1) ...
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.228 Selecting previously unselected package libsubid4:arm64.
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.230 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.234 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.279 Selecting previously unselected package liburcu8:arm64.
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.281 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.286 Unpacking liburcu8:arm64 (0.13.2-1) ...
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.327 Selecting previously unselected package libyajl2:arm64.
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.329 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.333 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.363 Selecting previously unselected package net-tools.
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.366 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.370 Unpacking net-tools (2.10-0.1) ...
22:44:52 [2024-04-25T22:44:52.840Z] #109 9.419 Selecting previously unselected package patch.
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.421 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.425 Unpacking patch (2.7.6-7) ...
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.469 Selecting previously unselected package systemd-journal-remote.
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.471 Preparing to unpack .../48-systemd-journal-remote_252.22-1~deb12u1_arm64.deb ...
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.475 Unpacking systemd-journal-remote (252.22-1~deb12u1) ...
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.523 Selecting previously unselected package thin-provisioning-tools.
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.525 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.530 Unpacking thin-provisioning-tools (0.9.0-2) ...
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.589 Selecting previously unselected package uidmap.
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.591 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.595 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
22:44:53 [2024-04-25T22:44:53.096Z] #109 9.642 Selecting previously unselected package vim-runtime.
22:44:53 [2024-04-25T22:44:53.352Z] #109 9.644 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
22:44:53 [2024-04-25T22:44:53.352Z] #109 9.655 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
22:44:53 [2024-04-25T22:44:53.352Z] #109 9.666 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
22:44:53 [2024-04-25T22:44:53.352Z] #109 9.670 Unpacking vim-runtime (2:9.0.1378-2) ...
22:44:53 [2024-04-25T22:44:53.608Z] #109 10.17 Selecting previously unselected package vim.
22:44:53 [2024-04-25T22:44:53.864Z] #109 10.18 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
22:44:53 [2024-04-25T22:44:53.864Z] #109 10.18 Unpacking vim (2:9.0.1378-2) ...
22:44:53 [2024-04-25T22:44:53.864Z] #109 10.31 Selecting previously unselected package xfsprogs.
22:44:53 [2024-04-25T22:44:53.864Z] #109 10.32 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
22:44:53 [2024-04-25T22:44:53.864Z] #109 10.32 Unpacking xfsprogs (6.1.0-1) ...
22:44:53 [2024-04-25T22:44:53.864Z] #109 10.42 Selecting previously unselected package zip.
22:44:54 [2024-04-25T22:44:54.123Z] #109 10.43 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
22:44:54 [2024-04-25T22:44:54.123Z] #109 10.43 Unpacking zip (3.0-13) ...
22:44:54 [2024-04-25T22:44:54.123Z] #109 10.47 Selecting previously unselected package zstd.
22:44:54 [2024-04-25T22:44:54.123Z] #109 10.48 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
22:44:54 [2024-04-25T22:44:54.123Z] #109 10.48 Unpacking zstd (1.5.4+dfsg2-5) ...
22:44:54 [2024-04-25T22:44:54.123Z] #109 10.68 Setting up libip4tc2:arm64 (1.8.9-2) ...
22:44:54 [2024-04-25T22:44:54.379Z] #109 10.69 Setting up net-tools (2.10-0.1) ...
22:44:54 [2024-04-25T22:44:54.379Z] #109 10.70 Setting up libapparmor1:arm64 (3.0.8-3) ...
22:44:54 [2024-04-25T22:44:54.379Z] #109 10.71 Setting up libsodium23:arm64 (1.0.18-1) ...
22:44:54 [2024-04-25T22:44:54.379Z] #109 10.72 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
22:44:54 [2024-04-25T22:44:54.379Z] #109 10.74 Setting up libicu72:arm64 (72.1-3) ...
22:44:54 [2024-04-25T22:44:54.379Z] #109 10.75 Setting up libip6tc2:arm64 (1.8.9-2) ...
22:44:54 [2024-04-25T22:44:54.379Z] #109 10.76 Setting up libinih1:arm64 (55-1) ...
22:44:54 [2024-04-25T22:44:54.379Z] #109 10.78 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
22:44:54 [2024-04-25T22:44:54.379Z] #109 10.87 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
22:44:54 [2024-04-25T22:44:54.379Z] #109 10.89 Setting up bzip2 (1.0.8-5+b1) ...
22:44:54 [2024-04-25T22:44:54.635Z] #109 10.90 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
22:44:54 [2024-04-25T22:44:54.635Z] #109 10.91 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
22:44:54 [2024-04-25T22:44:54.635Z] #109 10.92 Setting up libcap2-bin (1:2.66-4) ...
22:44:54 [2024-04-25T22:44:54.635Z] #109 10.93 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
22:44:54 [2024-04-25T22:44:54.635Z] #109 10.94 Setting up apparmor (3.0.8-3) ...
22:44:55 [2024-04-25T22:44:55.563Z] #109 11.86 debconf: unable to initialize frontend: Dialog
22:44:55 [2024-04-25T22:44:55.563Z] #109 11.86 debconf: (TERM is not set, so the dialog frontend is not usable.)
22:44:55 [2024-04-25T22:44:55.563Z] #109 11.86 debconf: falling back to frontend: Readline
22:44:55 [2024-04-25T22:44:55.563Z] #109 11.86 debconf: unable to initialize frontend: Readline
22:44:55 [2024-04-25T22:44:55.563Z] #109 11.86 debconf: (This frontend requires a controlling tty.)
22:44:55 [2024-04-25T22:44:55.563Z] #109 11.86 debconf: falling back to frontend: Teletype
22:44:55 [2024-04-25T22:44:55.563Z] #109 12.02 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.

22:44:55 [2024-04-25T22:44:55.563Z] #109 12.13 Setting up zip (3.0-13) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.14 Setting up vim-common (2:9.0.1378-2) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.16 Setting up bash-completion (1:2.11-6) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.18 Setting up xz-utils (5.4.1-0.2) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.20 Setting up libmnl0:arm64 (1.0.4-3) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.21 Setting up patch (2.7.6-7) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.22 Setting up sudo (1.9.13p3-1+deb12u1) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.28 invoke-rc.d: could not determine current runlevel
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.28 invoke-rc.d: policy-rc.d denied execution of start.
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.28 Setting up libxtables12:arm64 (1.8.9-2) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.30 Setting up liburcu8:arm64 (0.13.2-1) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.31 Setting up libfdisk1:arm64 (2.38.1-5+deb12u1) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.32 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.33 Setting up pigz (2.6-1) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.35 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.36 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
22:44:55 [2024-04-25T22:44:55.819Z] #109 12.41 Setting up sgml-base (1.31) ...
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.44 Setting up vim-runtime (2:9.0.1378-2) ...
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.51 Setting up libaio1:arm64 (0.3.113-4) ...
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.52 Setting up libelf1:arm64 (0.188-2.1) ...
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.54 Setting up libjson-c5:arm64 (0.16-2) ...
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.55 Setting up zstd (1.5.4+dfsg2-5) ...
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.56 Setting up libonig5:arm64 (6.9.8-1) ...
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.57 Setting up libbpf1:arm64 (1:1.1.0-1) ...
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.59 Setting up libkmod2:arm64 (30+20221128-1) ...
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.60 Setting up vim (2:9.0.1378-2) ...
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:44:56 [2024-04-25T22:44:56.075Z] #109 12.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.65 Setting up libjq1:arm64 (1.6-2.1) ...
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.75 Setting up iproute2 (6.1.0-3) ...
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.88 debconf: unable to initialize frontend: Dialog
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.88 debconf: (TERM is not set, so the dialog frontend is not usable.)
22:44:56 [2024-04-25T22:44:56.331Z] #109 12.88 debconf: falling back to frontend: Readline
22:44:56 [2024-04-25T22:44:56.587Z] #109 12.88 debconf: unable to initialize frontend: Readline
22:44:56 [2024-04-25T22:44:56.587Z] #109 12.88 debconf: (This frontend requires a controlling tty.)
22:44:56 [2024-04-25T22:44:56.587Z] #109 12.88 debconf: falling back to frontend: Teletype
22:44:56 [2024-04-25T22:44:56.588Z] #109 13.01 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
22:44:56 [2024-04-25T22:44:56.588Z] #109 13.02 Setting up libnftnl11:arm64 (1.2.4-2) ...
22:44:56 [2024-04-25T22:44:56.588Z] #109 13.04 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
22:44:56 [2024-04-25T22:44:56.588Z] #109 13.08 Setting up thin-provisioning-tools (0.9.0-2) ...
22:44:56 [2024-04-25T22:44:56.588Z] #109 13.10 Setting up libsystemd-shared:arm64 (252.22-1~deb12u1) ...
22:44:56 [2024-04-25T22:44:56.588Z] #109 13.11 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
22:44:56 [2024-04-25T22:44:56.588Z] #109 13.12 Setting up jq (1.6-2.1) ...
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.13 Setting up iptables (1.8.9-2) ...
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.14 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.15 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.15 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.16 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.16 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.16 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.17 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.19 Setting up dmsetup (2:1.02.185-2) ...
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.21 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.22 Setting up systemd (252.22-1~deb12u1) ...
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.26 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.

22:44:56 [2024-04-25T22:44:56.844Z] #109 13.26 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.

22:44:56 [2024-04-25T22:44:56.844Z] #109 13.27 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.

22:44:56 [2024-04-25T22:44:56.844Z] #109 13.27 Initializing machine ID from random generator.

22:44:56 [2024-04-25T22:44:56.844Z] #109 13.29 Creating group 'systemd-journal' with GID 998.

22:44:56 [2024-04-25T22:44:56.844Z] #109 13.29 Creating group 'systemd-network' with GID 997.

22:44:56 [2024-04-25T22:44:56.844Z] #109 13.29 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.

22:44:56 [2024-04-25T22:44:56.844Z] #109 13.34 Setting up systemd-journal-remote (252.22-1~deb12u1) ...
22:44:56 [2024-04-25T22:44:56.844Z] #109 13.36 Creating group 'systemd-journal-remote' with GID 996.

22:44:56 [2024-04-25T22:44:56.844Z] #109 13.36 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.

22:44:57 [2024-04-25T22:44:57.100Z] #109 13.39 Setting up xfsprogs (6.1.0-1) ...
22:44:57 [2024-04-25T22:44:57.100Z] #109 13.40 System has not been booted with systemd as init system (PID 1). Can't operate.

22:44:57 [2024-04-25T22:44:57.100Z] #109 13.40 Failed to connect to bus: Host is down

22:44:57 [2024-04-25T22:44:57.100Z] #109 13.40 Processing triggers for libc-bin (2.36-9+deb12u6) ...
22:44:58 [2024-04-25T22:44:58.465Z] #109 DONE 15.0s
22:44:58 [2024-04-25T22:44:58.721Z] 
22:44:58 [2024-04-25T22:44:58.721Z] #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
22:44:58 [2024-04-25T22:44:58.721Z] #110 0.201 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:44:58 [2024-04-25T22:44:58.977Z] #110 0.205 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:44:58 [2024-04-25T22:44:58.977Z] #110 0.208 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:44:58 [2024-04-25T22:44:58.977Z] #110 DONE 0.2s
22:44:58 [2024-04-25T22:44:58.977Z] 
22:44:58 [2024-04-25T22:44:58.977Z] #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
22:44:59 [2024-04-25T22:44:59.233Z] #111 0.555 Hit:1 http://deb.debian.org/debian bookworm InRelease
22:44:59 [2024-04-25T22:44:59.233Z] #111 0.555 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
22:44:59 [2024-04-25T22:44:59.233Z] #111 0.555 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
22:45:00 [2024-04-25T22:45:00.051Z] #111 0.742 Reading package lists...
22:45:00 [2024-04-25T22:45:00.869Z] #111 1.378 Reading package lists...
22:45:00 [2024-04-25T22:45:00.869Z] #111 2.011 Building dependency tree...
22:45:01 [2024-04-25T22:45:01.125Z] #111 2.199 Reading state information...
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.484 gcc is already the newest version (4:12.2.0-3).
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.484 pkg-config is already the newest version (1.8.1-1).
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.484 The following additional packages will be installed:
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.485   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.485   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.485   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.486   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.486   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.487   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.487   python3-yaml uuid-dev zlib1g-dev
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.490 Suggested packages:
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.490   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.490   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.490 Recommended packages:
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.490   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
22:45:01 [2024-04-25T22:45:01.381Z] #111 2.490   liblocale-gettext-perl shared-mime-info xdg-user-dirs
22:45:01 [2024-04-25T22:45:01.637Z] #111 2.756 The following NEW packages will be installed:
22:45:01 [2024-04-25T22:45:01.637Z] #111 2.756   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
22:45:01 [2024-04-25T22:45:01.637Z] #111 2.756   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
22:45:01 [2024-04-25T22:45:01.637Z] #111 2.756   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
22:45:01 [2024-04-25T22:45:01.637Z] #111 2.756   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
22:45:01 [2024-04-25T22:45:01.637Z] #111 2.756   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
22:45:01 [2024-04-25T22:45:01.637Z] #111 2.757   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
22:45:01 [2024-04-25T22:45:01.637Z] #111 2.757   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
22:45:01 [2024-04-25T22:45:01.637Z] #111 2.757   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.036 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.036 Need to get 11.9 MB of archives.
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.036 After this operation, 53.1 MB of additional disk space will be used.
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.036 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.042 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.055 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.083 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.084 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.087 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.089 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.090 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.091 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.093 Get:10 http://deb.debian.org/debian-security bookworm-security/main arm64 uuid-dev arm64 2.38.1-5+deb12u1 [40.3 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.094 Get:11 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.096 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.097 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.099 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.103 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.108 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.109 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.110 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.111 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.111 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.113 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.115 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.117 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.118 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.123 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.124 Get:26 http://deb.debian.org/debian-security bookworm-security/main arm64 libmount-dev arm64 2.38.1-5+deb12u1 [22.3 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.125 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.130 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
22:45:01 [2024-04-25T22:45:01.893Z] #111 3.162 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
22:45:02 [2024-04-25T22:45:02.150Z] #111 3.163 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
22:45:02 [2024-04-25T22:45:02.150Z] #111 3.195 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
22:45:02 [2024-04-25T22:45:02.150Z] #111 3.197 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
22:45:02 [2024-04-25T22:45:02.150Z] #111 3.198 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
22:45:02 [2024-04-25T22:45:02.150Z] #111 3.198 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
22:45:02 [2024-04-25T22:45:02.150Z] #111 3.198 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
22:45:02 [2024-04-25T22:45:02.150Z] #111 3.200 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
22:45:02 [2024-04-25T22:45:02.150Z] #111 3.200 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
22:45:02 [2024-04-25T22:45:02.150Z] #111 3.367 debconf: delaying package configuration, since apt-utils is not installed
22:45:02 [2024-04-25T22:45:02.150Z] #111 3.486 Fetched 11.9 MB in 0s (27.5 MB/s)
22:45:02 [2024-04-25T22:45:02.406Z] #111 3.510 Selecting previously unselected package libdpkg-perl.
22:45:02 [2024-04-25T22:45:02.406Z] #111 3.510 (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 ... 21013 files and directories currently installed.)
22:45:02 [2024-04-25T22:45:02.406Z] #111 3.523 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
22:45:02 [2024-04-25T22:45:02.406Z] #111 3.528 Unpacking libdpkg-perl (1.21.22) ...
22:45:02 [2024-04-25T22:45:02.406Z] #111 3.601 Selecting previously unselected package dpkg-dev.
22:45:02 [2024-04-25T22:45:02.406Z] #111 3.603 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
22:45:02 [2024-04-25T22:45:02.406Z] #111 3.607 Unpacking dpkg-dev (1.21.22) ...
22:45:02 [2024-04-25T22:45:02.406Z] #111 3.733 Selecting previously unselected package libglib2.0-0:arm64.
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.736 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ...
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.745 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.877 Selecting previously unselected package libgirepository-1.0-1:arm64.
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.880 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.884 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.922 Selecting previously unselected package gir1.2-glib-2.0:arm64.
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.925 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.930 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.972 Selecting previously unselected package libsecret-common.
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.974 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
22:45:02 [2024-04-25T22:45:02.662Z] #111 3.979 Unpacking libsecret-common (0.20.5-3) ...
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.035 Selecting previously unselected package libsecret-1-0:arm64.
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.038 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.043 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.082 Selecting previously unselected package gir1.2-secret-1:arm64.
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.084 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.089 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.122 Selecting previously unselected package libapparmor-dev:arm64.
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.125 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.130 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.167 Selecting previously unselected package uuid-dev:arm64.
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.170 Preparing to unpack .../09-uuid-dev_2.38.1-5+deb12u1_arm64.deb ...
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.174 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ...
22:45:02 [2024-04-25T22:45:02.918Z] #111 4.211 Selecting previously unselected package libblkid-dev:arm64.
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.213 Preparing to unpack .../10-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.217 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.262 Selecting previously unselected package libffi-dev:arm64.
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.264 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.269 Unpacking libffi-dev:arm64 (3.4.4-1) ...
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.305 Selecting previously unselected package libgpg-error-dev.
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.307 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.311 Unpacking libgpg-error-dev (1.46-1) ...
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.352 Selecting previously unselected package libgcrypt20-dev.
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.355 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.174Z] #111 4.359 Unpacking libgcrypt20-dev (1.10.1-3) ...
22:45:03 [2024-04-25T22:45:03.175Z] #111 4.432 Selecting previously unselected package libglib2.0-data.
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.434 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.439 Unpacking libglib2.0-data (2.74.6-2) ...
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.573 Selecting previously unselected package libglib2.0-bin.
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.576 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.580 Unpacking libglib2.0-bin (2.74.6-2) ...
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.625 Selecting previously unselected package python3-lib2to3.
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.628 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.632 Unpacking python3-lib2to3 (3.11.2-3) ...
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.676 Selecting previously unselected package python3-distutils.
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.679 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.683 Unpacking python3-distutils (3.11.2-3) ...
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.732 Selecting previously unselected package libglib2.0-dev-bin.
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.734 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.739 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
22:45:03 [2024-04-25T22:45:03.431Z] #111 4.781 Selecting previously unselected package libsepol-dev:arm64.
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.783 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.787 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.850 Selecting previously unselected package libpcre2-16-0:arm64.
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.852 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.857 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.909 Selecting previously unselected package libpcre2-32-0:arm64.
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.912 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.916 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.966 Selecting previously unselected package libpcre2-posix3:arm64.
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.969 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.687Z] #111 4.973 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
22:45:03 [2024-04-25T22:45:03.687Z] #111 5.005 Selecting previously unselected package libpcre2-dev:arm64.
22:45:03 [2024-04-25T22:45:03.687Z] #111 5.008 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.687Z] #111 5.012 Unpacking libpcre2-dev:arm64 (10.42-1) ...
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.092 Selecting previously unselected package libselinux1-dev:arm64.
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.095 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.099 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.171 Selecting previously unselected package libmount-dev:arm64.
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.175 Preparing to unpack .../25-libmount-dev_2.38.1-5+deb12u1_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.179 Unpacking libmount-dev:arm64 (2.38.1-5+deb12u1) ...
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.209 Selecting previously unselected package zlib1g-dev:arm64.
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.212 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.216 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.271 Selecting previously unselected package libglib2.0-dev:arm64.
22:45:03 [2024-04-25T22:45:03.943Z] #111 5.273 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
22:45:04 [2024-04-25T22:45:04.200Z] #111 5.277 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
22:45:04 [2024-04-25T22:45:04.200Z] #111 5.445 Selecting previously unselected package libseccomp-dev:arm64.
22:45:04 [2024-04-25T22:45:04.456Z] #111 5.448 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
22:45:04 [2024-04-25T22:45:04.456Z] #111 5.452 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
22:45:04 [2024-04-25T22:45:04.456Z] #111 5.495 Selecting previously unselected package libsecret-1-dev:arm64.
22:45:04 [2024-04-25T22:45:04.456Z] #111 5.497 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
22:45:04 [2024-04-25T22:45:04.456Z] #111 5.502 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
22:45:04 [2024-04-25T22:45:04.456Z] #111 5.581 Selecting previously unselected package libsystemd-dev:arm64.
22:45:04 [2024-04-25T22:45:04.456Z] #111 5.584 Preparing to unpack .../30-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
22:45:04 [2024-04-25T22:45:04.456Z] #111 5.588 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
22:45:04 [2024-04-25T22:45:04.456Z] #111 5.693 Selecting previously unselected package libudev-dev:arm64.
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.696 Preparing to unpack .../31-libudev-dev_252.22-1~deb12u1_arm64.deb ...
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.701 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.749 Selecting previously unselected package libyaml-0-2:arm64.
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.752 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.757 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.854 Selecting previously unselected package python3-pathspec.
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.857 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.861 Unpacking python3-pathspec (0.11.0-1) ...
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.897 Selecting previously unselected package python3-pkg-resources.
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.900 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.905 Unpacking python3-pkg-resources (66.1.1-1) ...
22:45:04 [2024-04-25T22:45:04.712Z] #111 5.967 Selecting previously unselected package python3-yaml.
22:45:04 [2024-04-25T22:45:04.968Z] #111 5.970 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
22:45:04 [2024-04-25T22:45:04.968Z] #111 5.974 Unpacking python3-yaml (6.0-3+b2) ...
22:45:04 [2024-04-25T22:45:04.968Z] #111 6.016 Selecting previously unselected package yamllint.
22:45:04 [2024-04-25T22:45:04.968Z] #111 6.019 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
22:45:04 [2024-04-25T22:45:04.968Z] #111 6.023 Unpacking yamllint (1.29.0-1) ...
22:45:04 [2024-04-25T22:45:04.968Z] #111 6.077 Setting up python3-pkg-resources (66.1.1-1) ...
22:45:05 [2024-04-25T22:45:05.225Z] #111 6.340 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
22:45:05 [2024-04-25T22:45:05.225Z] #111 6.352 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
22:45:05 [2024-04-25T22:45:05.225Z] #111 6.364 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
22:45:05 [2024-04-25T22:45:05.225Z] #111 6.375 No schema files found: doing nothing.
22:45:05 [2024-04-25T22:45:05.225Z] #111 6.382 Setting up python3-yaml (6.0-3+b2) ...
22:45:05 [2024-04-25T22:45:05.225Z] #111 6.541 Setting up libffi-dev:arm64 (3.4.4-1) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.555 Setting up libpcre2-16-0:arm64 (10.42-1) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.566 Setting up libpcre2-32-0:arm64 (10.42-1) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.578 Setting up libglib2.0-data (2.74.6-2) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.590 Setting up libgpg-error-dev (1.46-1) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.602 Setting up uuid-dev:arm64 (2.38.1-5+deb12u1) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.613 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.626 Setting up libsepol-dev:arm64 (3.4-2.1) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.638 Setting up libdpkg-perl (1.21.22) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.654 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.668 Setting up libpcre2-posix3:arm64 (10.42-1) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.679 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.691 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.703 Setting up python3-pathspec (0.11.0-1) ...
22:45:05 [2024-04-25T22:45:05.481Z] #111 6.836 Setting up python3-lib2to3 (3.11.2-3) ...
22:45:05 [2024-04-25T22:45:05.737Z] #111 6.949 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
22:45:05 [2024-04-25T22:45:05.993Z] #111 6.961 Setting up libsecret-common (0.20.5-3) ...
22:45:05 [2024-04-25T22:45:05.993Z] #111 6.976 Setting up python3-distutils (3.11.2-3) ...
22:45:05 [2024-04-25T22:45:05.993Z] #111 7.108 Setting up libglib2.0-dev-bin (2.74.6-2) ...
22:45:05 [2024-04-25T22:45:05.993Z] #111 7.272 Setting up libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
22:45:06 [2024-04-25T22:45:06.249Z] #111 7.284 Setting up libpcre2-dev:arm64 (10.42-1) ...
22:45:06 [2024-04-25T22:45:06.249Z] #111 7.295 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
22:45:06 [2024-04-25T22:45:06.249Z] #111 7.309 Setting up libglib2.0-bin (2.74.6-2) ...
22:45:06 [2024-04-25T22:45:06.249Z] #111 7.323 Setting up dpkg-dev (1.21.22) ...
22:45:06 [2024-04-25T22:45:06.249Z] #111 7.344 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
22:45:06 [2024-04-25T22:45:06.249Z] #111 7.358 Setting up yamllint (1.29.0-1) ...
22:45:06 [2024-04-25T22:45:06.249Z] #111 7.503 Setting up libgcrypt20-dev (1.10.1-3) ...
22:45:06 [2024-04-25T22:45:06.506Z] #111 7.518 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
22:45:06 [2024-04-25T22:45:06.506Z] #111 7.588 Setting up libmount-dev:arm64 (2.38.1-5+deb12u1) ...
22:45:06 [2024-04-25T22:45:06.506Z] #111 7.602 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
22:45:06 [2024-04-25T22:45:06.506Z] #111 7.614 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
22:45:06 [2024-04-25T22:45:06.506Z] #111 7.627 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
22:45:06 [2024-04-25T22:45:06.506Z] #111 7.641 Processing triggers for libc-bin (2.36-9+deb12u6) ...
22:45:07 [2024-04-25T22:45:07.068Z] #111 DONE 8.4s
22:45:07 [2024-04-25T22:45:07.324Z] 
22:45:07 [2024-04-25T22:45:07.324Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
22:45:07 [2024-04-25T22:45:07.885Z] #112 DONE 0.7s
22:45:08 [2024-04-25T22:45:08.141Z] 
22:45:08 [2024-04-25T22:45:08.141Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
22:45:08 [2024-04-25T22:45:08.141Z] #113 DONE 0.1s
22:45:08 [2024-04-25T22:45:08.141Z] 
22:45:08 [2024-04-25T22:45:08.141Z] #114 [dev 1/1] COPY --link . .
22:45:12 [2024-04-25T22:45:12.308Z] #114 DONE 4.3s
22:45:12 [2024-04-25T22:45:12.564Z] 
22:45:12 [2024-04-25T22:45:12.564Z] #115 exporting to image
22:45:12 [2024-04-25T22:45:12.564Z] #115 exporting layers
22:45:13 [2024-04-25T22:45:13.493Z] #115 exporting layers 1.1s done
22:45:13 [2024-04-25T22:45:13.493Z] #115 writing image sha256:8072bc120bd03eb1ea6cf4c1e96c4da7e2bcda9146a2730ac12645594b3ed76c done
22:45:13 [2024-04-25T22:45:13.493Z] #115 naming to docker.io/library/docker:eeec716e332e5c058dfe70ddc0006d8552f632b2 done
22:45:13 [2024-04-25T22:45:13.493Z] #115 DONE 1.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
22:45:14 [2024-04-25T22:45:14.041Z] + sudo modprobe ip6table_filter
[Pipeline] sh
22:45:14 [2024-04-25T22:45:14.314Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47763/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eeec716e332e5c058dfe70ddc0006d8552f632b2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eeec716e332e5c058dfe70ddc0006d8552f632b2 hack/test/unit
22:45:14 [2024-04-25T22:45:14.570Z] + BUILDFLAGS=(-tags 'netgo journald')
22:45:14 [2024-04-25T22:45:14.570Z] + TESTFLAGS+=' -test.timeout=5m'
22:45:14 [2024-04-25T22:45:14.570Z] + TESTDIRS=./...
22:45:14 [2024-04-25T22:45:14.570Z] + exclude_paths='/vendor/|/integration'
22:45:14 [2024-04-25T22:45:14.570Z] ++ go list ./...
22:45:14 [2024-04-25T22:45:14.570Z] ++ grep -vE '(/vendor/|/integration)'
22:45:15 [2024-04-25T22:45:15.134Z] + pkg_list='github.com/docker/docker/api
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/backend/build
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/httpstatus
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/httputils
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/middleware
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/build
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/checkpoint
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/container
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/debug
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/distribution
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/grpc
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/image
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/network
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/plugin
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/session
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/swarm
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/system
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/server/router/volume
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/types
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/types/backend
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/types/blkiodev
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/types/checkpoint
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/types/container
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/types/events
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/types/filters
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/types/image
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/types/mount
22:45:15 [2024-04-25T22:45:15.134Z] github.com/docker/docker/api/types/network
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/plugins/logdriver
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/registry
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/strslice
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/swarm
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/swarm/runtime
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/system
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/time
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/versions
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/volume
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/exporter
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/exporter/overrides
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/worker
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/worker/label
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/dockerfile
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/remotecontext
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/remotecontext/git
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/remotecontext/urlutil
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cli/debug
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cli/winresources/docker-proxy
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cli/winresources/dockerd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/client
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/client/buildkit
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cmd/docker-proxy
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cmd/dockerd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cmd/dockerd/trap
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/container
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/container/stream
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/contrib/apparmor
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/contrib/httpserver
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster/convert
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster/executor
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster/executor/container
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster/provider
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/config
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/containerd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/events
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/events/testutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/copy
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/register
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/vfs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/zfs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/images
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/initlayer
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/links
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/listeners
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/awslogs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/fluentd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/gcplogs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/gelf
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/journald
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/journald/internal/export
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/journald/internal/fake
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/local
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/loggertest
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/loggerutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/splunk
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/syslog
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/templates
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/names
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/network
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/snapshotter
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/stats
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/distribution
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/distribution/metadata
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/distribution/utils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/distribution/xfer
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/dockerversion
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/errdefs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image/cache
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image/spec/specs-go
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image/spec/specs-go/v1
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image/tarexport
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image/v1
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/cleanups
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/compatcontext
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/mod
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/mounttree
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/multierror
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/rootless/mountopts
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/safepath
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/sliceutil
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/test/suite
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/testutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/testutils/netnsutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/testutils/specialimage
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/unix_noeintr
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/unshare
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/layer
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd/queue
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd/remote
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd/shimopts
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd/supervisor
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd/types
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/bitmap
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cluster
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cnmallocator
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/config
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/datastore
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/diagnostic
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/discoverapi
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/driverapi
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/bridge
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/host
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/null
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/overlay
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/remote
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/windows
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drvregistry
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/etchosts
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/caller
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/kvstore
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/netiputil
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/resolvconf
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipam
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipamapi
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipams/builtin
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipams/null
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipams/remote
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipamutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipbits
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/iptables
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/netlabel
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/netutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/networkdb
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ns
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/options
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/osl
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/osl/kernel
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/portallocator
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/portmapper
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/resolvconf
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/scope
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/types
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/oci
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/oci/caps
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/opts
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/archive
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/authorization
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/broadcaster
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/capabilities
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/chrootarchive
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/containerfs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/directory
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/dmesg
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/fileutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/homedir
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/idtools
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/ioutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/jsonmessage
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/longpath
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/meminfo
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/namesgenerator
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/parsers
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/parsers/kernel
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/pidfile
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/platform
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/plugingetter
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/plugins
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/plugins/transport
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/pools
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/process
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/progress
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/reexec
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/rootless
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/rootless/specconv
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/stack
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/stdcopy
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/streamformatter
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/stringid
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/sysinfo
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/system
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/tailfile
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/tarsum
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/pkg/useragent
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/plugin
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/plugin/executor/containerd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/plugin/v2
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/profiles/apparmor
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/profiles/seccomp
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/quota
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/reference
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/registry
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/registry/resumable
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/restartmanager
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/runconfig
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/runconfig/opts
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil/daemon
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil/environment
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil/fakecontext
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil/fakegit
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil/fakestorage
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil/fixtures/load
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil/fixtures/plugin
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil/registry
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/testutil/request
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/volume
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/volume/drivers
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/volume/local
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/volume/mounts
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/volume/service
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/volume/service/opts
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/volume/testutils'
22:45:15 [2024-04-25T22:45:15.135Z] ++ grep --fixed-strings -v /libnetwork
22:45:15 [2024-04-25T22:45:15.135Z] ++ echo 'github.com/docker/docker/api
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/backend/build
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/httpstatus
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/httputils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/middleware
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/build
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/checkpoint
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/container
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/debug
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/distribution
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/grpc
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/image
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/network
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/plugin
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/session
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/swarm
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/system
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/server/router/volume
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/backend
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/blkiodev
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/checkpoint
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/container
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/events
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/filters
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/image
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/mount
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/network
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/plugins/logdriver
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/registry
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/strslice
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/swarm
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/swarm/runtime
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/system
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/time
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/versions
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/api/types/volume
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/exporter
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/exporter/overrides
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/worker
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/builder-next/worker/label
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/dockerfile
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/remotecontext
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/remotecontext/git
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/builder/remotecontext/urlutil
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cli/debug
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cli/winresources/docker-proxy
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cli/winresources/dockerd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/client
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/client/buildkit
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cmd/docker-proxy
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cmd/dockerd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cmd/dockerd/trap
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/container
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/container/stream
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/contrib/apparmor
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/contrib/httpserver
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster/convert
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster/executor
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster/executor/container
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/cluster/provider
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/config
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/containerd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/events
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/events/testutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/copy
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/register
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/vfs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/graphdriver/zfs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/images
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/initlayer
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/links
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/listeners
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/awslogs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/fluentd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/gcplogs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/gelf
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/journald
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/journald/internal/export
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/journald/internal/fake
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/local
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/loggertest
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/loggerutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/splunk
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/syslog
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/logger/templates
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/names
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/network
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/snapshotter
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/daemon/stats
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/distribution
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/distribution/metadata
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/distribution/utils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/distribution/xfer
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/dockerversion
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/errdefs
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image/cache
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image/spec/specs-go
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image/spec/specs-go/v1
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image/tarexport
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/image/v1
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/cleanups
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/compatcontext
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/mod
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/mounttree
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/multierror
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/rootless/mountopts
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/safepath
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/sliceutil
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/test/suite
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/testutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/testutils/netnsutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/testutils/specialimage
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/unix_noeintr
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/internal/unshare
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/layer
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd/queue
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd/remote
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd/shimopts
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd/supervisor
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libcontainerd/types
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/bitmap
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cluster
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/cnmallocator
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/config
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/datastore
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/diagnostic
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/discoverapi
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/driverapi
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/bridge
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/host
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/null
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/overlay
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/remote
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/windows
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/drvregistry
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/etchosts
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/caller
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/kvstore
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/netiputil
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/resolvconf
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipam
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipamapi
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipams/builtin
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipams/null
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipams/remote
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipamutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ipbits
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/iptables
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/netlabel
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/netutils
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/networkdb
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/ns
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/options
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/osl
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/osl/kernel
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/portallocator
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/portmapper
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/resolvconf
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/scope
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/libnetwork/types
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/oci
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/oci/caps
22:45:15 [2024-04-25T22:45:15.135Z] github.com/docker/docker/opts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/archive
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/authorization
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/broadcaster
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/capabilities
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/chrootarchive
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/containerfs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/directory
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/dmesg
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/fileutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/homedir
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/idtools
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/ioutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/jsonmessage
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/longpath
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/meminfo
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/namesgenerator
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/parsers
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/parsers/kernel
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/pidfile
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/platform
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugingetter
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugins
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugins/transport
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/pools
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/process
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/progress
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/reexec
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/rootless
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/rootless/specconv
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/stack
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/stdcopy
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/streamformatter
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/stringid
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/sysinfo
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/system
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/tailfile
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/tarsum
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/useragent
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/plugin
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/plugin/executor/containerd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/plugin/v2
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/profiles/apparmor
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/profiles/seccomp
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/quota
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/reference
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/registry
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/registry/resumable
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/restartmanager
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/runconfig
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/runconfig/opts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/daemon
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/environment
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fakecontext
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fakegit
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fakestorage
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fixtures/load
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fixtures/plugin
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/registry
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/request
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/drivers
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/local
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/mounts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/service
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/service/opts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/testutils'
22:45:15 [2024-04-25T22:45:15.136Z] + base_pkg_list='github.com/docker/docker/api
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/backend/build
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/httpstatus
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/httputils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/middleware
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/build
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/checkpoint
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/container
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/debug
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/distribution
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/grpc
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/image
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/network
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/plugin
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/session
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/swarm
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/system
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/volume
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/backend
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/blkiodev
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/checkpoint
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/container
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/events
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/filters
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/image
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/mount
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/network
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/plugins/logdriver
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/registry
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/strslice
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/swarm
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/swarm/runtime
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/system
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/time
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/versions
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/volume
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/exporter
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/exporter/overrides
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/worker
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/worker/label
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/dockerfile
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/remotecontext
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/remotecontext/git
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/remotecontext/urlutil
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cli/debug
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cli/winresources/docker-proxy
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cli/winresources/dockerd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/client
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/client/buildkit
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cmd/docker-proxy
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cmd/dockerd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cmd/dockerd/trap
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/container
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/container/stream
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/contrib/apparmor
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/contrib/httpserver
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster/convert
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster/executor
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster/executor/container
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster/provider
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/config
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/containerd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/events
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/events/testutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/copy
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/register
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/vfs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/zfs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/images
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/initlayer
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/links
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/listeners
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/awslogs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/fluentd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/gcplogs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/gelf
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/journald
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/journald/internal/export
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/journald/internal/fake
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/local
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/loggertest
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/loggerutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/splunk
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/syslog
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/templates
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/names
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/network
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/snapshotter
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/stats
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/distribution
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/distribution/metadata
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/distribution/utils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/distribution/xfer
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/dockerversion
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/errdefs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image/cache
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image/spec/specs-go
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image/spec/specs-go/v1
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image/tarexport
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image/v1
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/cleanups
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/compatcontext
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/mod
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/mounttree
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/multierror
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/rootless/mountopts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/safepath
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/sliceutil
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/test/suite
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/testutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/testutils/netnsutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/testutils/specialimage
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/unix_noeintr
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/unshare
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/layer
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd/queue
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd/remote
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd/shimopts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd/supervisor
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd/types
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/oci
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/oci/caps
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/opts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/archive
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/authorization
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/broadcaster
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/capabilities
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/chrootarchive
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/containerfs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/directory
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/dmesg
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/fileutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/homedir
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/idtools
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/ioutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/jsonmessage
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/longpath
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/meminfo
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/namesgenerator
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/parsers
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/parsers/kernel
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/pidfile
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/platform
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugingetter
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugins
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/plugins/transport
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/pools
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/process
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/progress
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/reexec
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/rootless
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/rootless/specconv
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/stack
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/stdcopy
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/streamformatter
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/stringid
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/sysinfo
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/system
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/tailfile
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/tarsum
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/pkg/useragent
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/plugin
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/plugin/executor/containerd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/plugin/v2
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/profiles/apparmor
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/profiles/seccomp
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/quota
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/reference
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/registry
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/registry/resumable
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/restartmanager
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/runconfig
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/runconfig/opts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/daemon
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/environment
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fakecontext
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fakegit
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fakestorage
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fixtures/load
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fixtures/plugin
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/registry
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/testutil/request
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/drivers
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/local
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/mounts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/service
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/service/opts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/volume/testutils'
22:45:15 [2024-04-25T22:45:15.136Z] ++ grep --fixed-strings /libnetwork
22:45:15 [2024-04-25T22:45:15.136Z] ++ echo 'github.com/docker/docker/api
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/backend/build
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/httpstatus
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/httputils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/middleware
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/build
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/checkpoint
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/container
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/debug
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/distribution
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/grpc
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/image
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/network
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/plugin
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/session
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/swarm
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/system
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/server/router/volume
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/backend
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/blkiodev
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/checkpoint
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/container
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/events
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/filters
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/image
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/mount
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/network
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/plugins/logdriver
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/registry
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/strslice
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/swarm
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/swarm/runtime
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/system
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/time
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/versions
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/api/types/volume
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/exporter
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/exporter/overrides
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/worker
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/builder-next/worker/label
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/dockerfile
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/remotecontext
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/remotecontext/git
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/builder/remotecontext/urlutil
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cli/debug
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cli/winresources/docker-proxy
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cli/winresources/dockerd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/client
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/client/buildkit
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cmd/docker-proxy
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cmd/dockerd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cmd/dockerd/trap
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/container
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/container/stream
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/contrib/apparmor
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/contrib/httpserver
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster/convert
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster/executor
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster/executor/container
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/cluster/provider
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/config
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/containerd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/events
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/events/testutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/copy
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/register
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/vfs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/graphdriver/zfs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/images
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/initlayer
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/links
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/listeners
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/awslogs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/fluentd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/gcplogs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/gelf
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/journald
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/journald/internal/export
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/journald/internal/fake
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/local
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/loggertest
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/loggerutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/splunk
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/syslog
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/logger/templates
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/names
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/network
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/snapshotter
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/daemon/stats
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/distribution
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/distribution/metadata
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/distribution/utils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/distribution/xfer
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/dockerversion
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/errdefs
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image/cache
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image/spec/specs-go
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image/spec/specs-go/v1
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image/tarexport
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/image/v1
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/cleanups
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/compatcontext
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/mod
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/mounttree
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/multierror
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/rootless/mountopts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/safepath
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/sliceutil
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/test/suite
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/testutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/testutils/netnsutils
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/testutils/specialimage
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/unix_noeintr
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/internal/unshare
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/layer
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd/queue
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd/remote
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd/shimopts
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd/supervisor
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libcontainerd/types
22:45:15 [2024-04-25T22:45:15.136Z] github.com/docker/docker/libnetwork
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/bitmap
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cluster
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cnmallocator
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/config
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/datastore
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/diagnostic
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/discoverapi
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/driverapi
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/bridge
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/host
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/null
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/overlay
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/remote
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/windows
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drvregistry
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/etchosts
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/caller
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/kvstore
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/netiputil
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/resolvconf
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipam
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipamapi
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/builtin
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/null
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/remote
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipamutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipbits
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/iptables
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/netlabel
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/netutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/networkdb
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ns
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/options
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/osl
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/osl/kernel
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/portallocator
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/portmapper
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/resolvconf
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/scope
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/types
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/oci
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/oci/caps
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/opts
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/archive
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/authorization
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/broadcaster
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/capabilities
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/chrootarchive
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/containerfs
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/directory
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/dmesg
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/fileutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/homedir
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/idtools
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/ioutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/jsonmessage
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/longpath
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/meminfo
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/namesgenerator
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/parsers
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/parsers/kernel
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/pidfile
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/platform
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/plugingetter
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/plugins
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/plugins/transport
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/pools
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/process
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/progress
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/reexec
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/rootless
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/rootless/specconv
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/stack
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/stdcopy
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/streamformatter
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/stringid
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/sysinfo
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/system
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/tailfile
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/tarsum
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/pkg/useragent
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/plugin
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/plugin/executor/containerd
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/plugin/v2
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/profiles/apparmor
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/profiles/seccomp
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/quota
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/reference
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/registry
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/registry/resumable
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/restartmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/runconfig
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/runconfig/opts
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil/daemon
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil/environment
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil/fakecontext
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil/fakegit
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil/fakestorage
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil/fixtures/load
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil/fixtures/plugin
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil/registry
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/testutil/request
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/volume
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/volume/drivers
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/volume/local
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/volume/mounts
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/volume/service
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/volume/service/opts
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/volume/testutils'
22:45:15 [2024-04-25T22:45:15.137Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/bitmap
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cluster
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cnmallocator
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/config
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/datastore
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/diagnostic
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/discoverapi
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/driverapi
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/bridge
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/host
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/null
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/overlay
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/remote
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/windows
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drvregistry
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/etchosts
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/caller
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/kvstore
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/netiputil
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/resolvconf
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipam
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipamapi
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/builtin
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/null
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/remote
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipamutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipbits
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/iptables
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/netlabel
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/netutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/networkdb
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ns
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/options
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/osl
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/osl/kernel
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/portallocator
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/portmapper
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/resolvconf
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/scope
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/types'
22:45:15 [2024-04-25T22:45:15.137Z] + echo 'github.com/docker/docker/libnetwork
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/bitmap
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cluster
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/cnmallocator
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/config
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/datastore
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/diagnostic
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/discoverapi
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/driverapi
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/bridge
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/host
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/null
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/overlay
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/remote
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/windows
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drvregistry
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/etchosts
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/caller
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/kvstore
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/netiputil
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/resolvconf
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipam
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipamapi
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/builtin
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/null
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/remote
22:45:15 [2024-04-25T22:45:15.137Z] + grep --fixed-strings libnetwork/drivers/bridge
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipamutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ipbits
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/iptables
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/netlabel
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/netutils
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/networkdb
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/ns
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/options
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/osl
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/osl/kernel
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/portallocator
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/portmapper
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/resolvconf
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/scope
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/types'
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/bridge
22:45:15 [2024-04-25T22:45:15.137Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:45:15 [2024-04-25T22:45:15.137Z] + type docker-proxy
22:45:15 [2024-04-25T22:45:15.137Z] hack/test/unit: line 25: type: docker-proxy: not found
22:45:15 [2024-04-25T22:45:15.137Z] + hack/make.sh binary-proxy install-proxy
22:45:15 [2024-04-25T22:45:15.137Z] 
22:45:15 [2024-04-25T22:45:15.137Z] Removing bundles/
22:45:15 [2024-04-25T22:45:15.137Z] 
22:45:15 [2024-04-25T22:45:15.137Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
22:45:15 [2024-04-25T22:45:15.137Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
22:45:15 [2024-04-25T22:45:15.137Z] + tee /go/src/github.com/docker/docker/go.mod
22:45:15 [2024-04-25T22:45:15.137Z] module github.com/docker/docker
22:45:15 [2024-04-25T22:45:15.137Z] 
22:45:15 [2024-04-25T22:45:15.137Z] go 1.21
22:45:15 [2024-04-25T22:45:15.137Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
22:45:15 [2024-04-25T22:45:15.137Z] + GO111MODULE=on
22:45:15 [2024-04-25T22:45:15.137Z] + GOTOOLCHAIN=local
22:45:15 [2024-04-25T22:45:15.137Z] + 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=eeec716e332e5c058dfe70ddc0006d8552f632b2" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-25T22:45:15.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
22:45:20 [2024-04-25T22:45:20.386Z] + rm -f /go/src/github.com/docker/docker/go.mod
22:45:20 [2024-04-25T22:45:20.386Z] Created binary: bundles/binary-proxy/docker-proxy
22:45:20 [2024-04-25T22:45:20.386Z] 
22:45:20 [2024-04-25T22:45:20.386Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
22:45:20 [2024-04-25T22:45:20.386Z] Installing docker-proxy to /usr/local/bin/
22:45:20 [2024-04-25T22:45:20.386Z] 
22:45:20 [2024-04-25T22:45:20.386Z] + mkdir -p bundles
22:45:20 [2024-04-25T22:45:20.386Z] + '[' -n 'github.com/docker/docker/api
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/backend/build
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/httpstatus
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/httputils
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/middleware
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/build
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/checkpoint
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/container
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/debug
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/distribution
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/grpc
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/image
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/network
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/plugin
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/session
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/swarm
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/system
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/server/router/volume
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/types
22:45:20 [2024-04-25T22:45:20.386Z] github.com/docker/docker/api/types/backend
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/blkiodev
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/checkpoint
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/container
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/events
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/filters
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/image
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/mount
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/network
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/plugins/logdriver
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/registry
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/strslice
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/swarm
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/swarm/runtime
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/system
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/time
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/versions
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/api/types/volume
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/builder-next
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/builder-next/exporter
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/builder-next/exporter/overrides
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/builder-next/worker
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/builder-next/worker/label
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/dockerfile
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/remotecontext
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/remotecontext/git
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/builder/remotecontext/urlutil
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/cli/debug
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/cli/winresources/docker-proxy
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/cli/winresources/dockerd
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/client
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/client/buildkit
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/cmd/docker-proxy
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/cmd/dockerd
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/cmd/dockerd/trap
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/container
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/container/stream
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/contrib/apparmor
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/contrib/httpserver
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/cluster
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/cluster/convert
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/cluster/executor
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/cluster/executor/container
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/cluster/provider
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/config
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/containerd
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/events
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/events/testutils
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/graphdriver
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/graphdriver/copy
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/graphdriver/register
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/graphdriver/vfs
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/graphdriver/zfs
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/images
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/initlayer
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/links
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/listeners
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/awslogs
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/fluentd
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/gcplogs
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/gelf
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/journald
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/journald/internal/export
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/journald/internal/fake
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/local
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/loggertest
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/loggerutils
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/splunk
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/syslog
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/logger/templates
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/names
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/network
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/snapshotter
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/daemon/stats
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/distribution
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/distribution/metadata
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/distribution/utils
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/distribution/xfer
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/dockerversion
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/errdefs
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/image
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/image/cache
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/image/spec/specs-go
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/image/spec/specs-go/v1
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/image/tarexport
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/image/v1
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/cleanups
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/compatcontext
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/mod
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/mounttree
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/multierror
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/rootless/mountopts
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/safepath
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/sliceutil
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/test/suite
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/testutils
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/testutils/netnsutils
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/testutils/specialimage
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/unix_noeintr
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/internal/unshare
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/layer
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/libcontainerd
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/libcontainerd/queue
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/libcontainerd/remote
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/libcontainerd/shimopts
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/libcontainerd/supervisor
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/libcontainerd/types
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/oci
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/oci/caps
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/opts
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/archive
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/authorization
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/broadcaster
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/capabilities
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/chrootarchive
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/containerfs
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/directory
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/dmesg
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/fileutils
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/homedir
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/idtools
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/ioutils
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/jsonmessage
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/longpath
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/meminfo
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/namesgenerator
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/parsers
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/parsers/kernel
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/pidfile
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/platform
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/plugingetter
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/plugins
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/plugins/transport
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/pools
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/process
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/progress
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/reexec
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/rootless
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/rootless/specconv
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/stack
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/stdcopy
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/streamformatter
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/stringid
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/sysinfo
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/system
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/tailfile
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/tarsum
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/pkg/useragent
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/plugin
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/plugin/executor/containerd
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/plugin/v2
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/profiles/apparmor
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/profiles/seccomp
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/quota
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/reference
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/registry
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/registry/resumable
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/restartmanager
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/runconfig
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/runconfig/opts
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil/daemon
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil/environment
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil/fakecontext
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil/fakegit
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil/fakestorage
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil/fixtures/load
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil/fixtures/plugin
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil/registry
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/testutil/request
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/volume
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/volume/drivers
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/volume/local
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/volume/mounts
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/volume/service
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/volume/service/opts
22:45:20 [2024-04-25T22:45:20.387Z] github.com/docker/docker/volume/testutils' ']'
22:45:20 [2024-04-25T22:45:20.387Z] + 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/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/cleanups 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/rootless/mountopts github.com/docker/docker/internal/safepath 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/unix_noeintr 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/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
22:45:20 [2024-04-25T22:45:20.387Z] ?   	github.com/docker/docker/api	[no test files]
22:45:28 [2024-04-25T22:45:28.481Z] ok  	github.com/docker/docker/api/server	0.016s	coverage: 16.2% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 28.3% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/server/middleware	0.006s	coverage: 42.7% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/server/router/container	0.015s	coverage: 5.9% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/server/router/volume	0.006s	coverage: 66.7% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/server/router/swarm	0.015s	coverage: 7.3% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/types/container	0.007s	coverage: 83.7% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/system	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/types/registry	0.003s	coverage: 54.2% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/types/network	0.004s	coverage: 80.0% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/types/filters	0.005s	coverage: 94.0% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:45:50 [2024-04-25T22:45:50.382Z] ok  	github.com/docker/docker/api/types/versions	0.003s	coverage: 77.3% of statements
22:45:52 [2024-04-25T22:45:52.277Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
22:45:52 [2024-04-25T22:45:52.277Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
22:45:52 [2024-04-25T22:45:52.277Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.008s	coverage: 100.0% of statements
22:45:52 [2024-04-25T22:45:52.277Z] ok  	github.com/docker/docker/cli/debug	0.011s	coverage: 100.0% of statements
22:45:52 [2024-04-25T22:45:52.277Z] ok  	github.com/docker/docker/builder/remotecontext	0.056s	coverage: 33.7% of statements
22:45:52 [2024-04-25T22:45:52.277Z] ok  	github.com/docker/docker/builder/dockerfile	0.069s	coverage: 50.1% of statements
22:45:54 [2024-04-25T22:45:54.171Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
22:45:54 [2024-04-25T22:45:54.171Z] ok  	github.com/docker/docker/client	0.105s	coverage: 77.0% of statements
22:45:54 [2024-04-25T22:45:54.428Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.437s	coverage: 66.5% of statements
22:45:54 [2024-04-25T22:45:54.991Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.893s	coverage: 82.5% of statements
22:46:07 [2024-04-25T22:46:07.168Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
22:46:07 [2024-04-25T22:46:07.168Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:46:07 [2024-04-25T22:46:07.168Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:46:07 [2024-04-25T22:46:07.168Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:46:07 [2024-04-25T22:46:07.168Z] ok  	github.com/docker/docker/container	0.123s	coverage: 36.4% of statements
22:46:07 [2024-04-25T22:46:07.168Z] ok  	github.com/docker/docker/cmd/dockerd	0.195s	coverage: 29.7% of statements
22:46:09 [2024-04-25T22:46:09.688Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.431s	coverage: 0.0% of statements
22:46:10 [2024-04-25T22:46:10.616Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:46:10 [2024-04-25T22:46:10.616Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.018s	coverage: 39.3% of statements
22:46:10 [2024-04-25T22:46:10.616Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.019s	coverage: 65.3% of statements
22:46:10 [2024-04-25T22:46:10.616Z] ok  	github.com/docker/docker/daemon/cluster	0.047s	coverage: 0.5% of statements
22:46:10 [2024-04-25T22:46:10.873Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:46:10 [2024-04-25T22:46:10.873Z] ok  	github.com/docker/docker/daemon/config	0.052s	coverage: 74.4% of statements
22:46:12 [2024-04-25T22:46:12.763Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:46:12 [2024-04-25T22:46:12.763Z] ok  	github.com/docker/docker/daemon/graphdriver	0.009s	coverage: 2.3% of statements
22:46:12 [2024-04-25T22:46:12.763Z] ok  	github.com/docker/docker/daemon/containerd	0.042s	coverage: 17.6% of statements
22:46:12 [2024-04-25T22:46:12.763Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
22:46:12 [2024-04-25T22:46:12.763Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 2.8% of statements
22:46:12 [2024-04-25T22:46:12.763Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.196s	coverage: 60.9% of statements
22:46:13 [2024-04-25T22:46:13.326Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:46:13 [2024-04-25T22:46:13.326Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.007s	coverage: 1.9% of statements
22:46:13 [2024-04-25T22:46:13.326Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
22:46:13 [2024-04-25T22:46:13.326Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:46:13 [2024-04-25T22:46:13.582Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.014s	coverage: 60.9% of statements
22:46:13 [2024-04-25T22:46:13.582Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.192s	coverage: 60.2% of statements
22:46:14 [2024-04-25T22:46:14.145Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
22:46:14 [2024-04-25T22:46:14.400Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.449s	coverage: 13.2% of statements
22:46:14 [2024-04-25T22:46:14.657Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:46:14 [2024-04-25T22:46:14.657Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:46:14 [2024-04-25T22:46:14.657Z] ok  	github.com/docker/docker/daemon/links	0.008s	coverage: 93.0% of statements
22:46:14 [2024-04-25T22:46:14.657Z] ok  	github.com/docker/docker/daemon/images	0.024s	coverage: 2.9% of statements
22:46:14 [2024-04-25T22:46:14.913Z] ok  	github.com/docker/docker/daemon/logger	0.235s	coverage: 43.2% of statements
22:46:15 [2024-04-25T22:46:15.169Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:46:15 [2024-04-25T22:46:15.169Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.020s	coverage: 53.6% of statements
22:46:15 [2024-04-25T22:46:15.169Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
22:46:15 [2024-04-25T22:46:15.169Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.111s	coverage: 78.2% of statements
22:46:15 [2024-04-25T22:46:15.732Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
22:46:15 [2024-04-25T22:46:15.732Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
22:46:15 [2024-04-25T22:46:15.732Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.010s	coverage: 88.2% of statements
22:46:15 [2024-04-25T22:46:15.732Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.009s	coverage: 87.2% of statements
22:46:15 [2024-04-25T22:46:15.989Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.128s	coverage: 76.8% of statements
22:46:15 [2024-04-25T22:46:15.989Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
22:46:15 [2024-04-25T22:46:15.989Z] ok  	github.com/docker/docker/daemon/logger/local	0.048s	coverage: 79.4% of statements
22:46:16 [2024-04-25T22:46:16.553Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.033s	coverage: 63.5% of statements
22:46:16 [2024-04-25T22:46:16.553Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.033s	coverage: 31.5% of statements
22:46:16 [2024-04-25T22:46:16.553Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:46:16 [2024-04-25T22:46:16.553Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
22:46:16 [2024-04-25T22:46:16.553Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.006s	coverage: 46.8% of statements
22:46:17 [2024-04-25T22:46:17.116Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
22:46:17 [2024-04-25T22:46:17.116Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:46:17 [2024-04-25T22:46:17.116Z] ok  	github.com/docker/docker/daemon/network	0.023s	coverage: 63.8% of statements
22:46:17 [2024-04-25T22:46:17.373Z] ok  	github.com/docker/docker/daemon/logger/journald	1.615s	coverage: 72.7% of statements
22:46:17 [2024-04-25T22:46:17.629Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:46:17 [2024-04-25T22:46:17.629Z] ok  	github.com/docker/docker/dockerversion	0.005s	coverage: 100.0% of statements
22:46:17 [2024-04-25T22:46:17.886Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.2% of statements
22:46:17 [2024-04-25T22:46:17.886Z] ok  	github.com/docker/docker/distribution/metadata	0.037s	coverage: 44.4% of statements
22:46:18 [2024-04-25T22:46:18.142Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.428s	coverage: 82.5% of statements
22:46:18 [2024-04-25T22:46:18.398Z] ok  	github.com/docker/docker/image	0.025s	coverage: 82.8% of statements
22:46:18 [2024-04-25T22:46:18.655Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
22:46:18 [2024-04-25T22:46:18.655Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
22:46:18 [2024-04-25T22:46:18.655Z] ?   	github.com/docker/docker/image/v1	[no test files]
22:46:18 [2024-04-25T22:46:18.655Z] ok  	github.com/docker/docker/image/tarexport	0.007s	coverage: 0.6% of statements
22:46:18 [2024-04-25T22:46:18.655Z] ok  	github.com/docker/docker/image/cache	0.012s	coverage: 26.1% of statements
22:46:18 [2024-04-25T22:46:18.911Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
22:46:18 [2024-04-25T22:46:18.911Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
22:46:18 [2024-04-25T22:46:18.911Z] ok  	github.com/docker/docker/internal/cleanups	0.003s	coverage: 69.2% of statements
22:46:18 [2024-04-25T22:46:18.911Z] ok  	github.com/docker/docker/internal/mod	0.003s	coverage: 66.7% of statements
22:46:18 [2024-04-25T22:46:18.911Z] ?   	github.com/docker/docker/internal/rootless/mountopts	[no test files]
22:46:18 [2024-04-25T22:46:18.911Z] ok  	github.com/docker/docker/internal/multierror	0.006s	coverage: 88.9% of statements
22:46:19 [2024-04-25T22:46:19.167Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:46:19 [2024-04-25T22:46:19.167Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
22:46:19 [2024-04-25T22:46:19.167Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
22:46:19 [2024-04-25T22:46:19.167Z] ?   	github.com/docker/docker/internal/testutils/specialimage	[no test files]
22:46:19 [2024-04-25T22:46:19.167Z] ?   	github.com/docker/docker/internal/unix_noeintr	[no test files]
22:46:19 [2024-04-25T22:46:19.167Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
22:46:19 [2024-04-25T22:46:19.167Z] ok  	github.com/docker/docker/internal/sliceutil	0.002s	coverage: 56.2% of statements
22:46:19 [2024-04-25T22:46:19.167Z] ok  	github.com/docker/docker/internal/safepath	0.006s	coverage: 42.9% of statements
22:46:19 [2024-04-25T22:46:19.167Z] ok  	github.com/docker/docker/distribution	1.499s	coverage: 28.7% of statements
22:46:20 [2024-04-25T22:46:20.097Z] ok  	github.com/docker/docker/distribution/xfer	2.172s	coverage: 85.4% of statements
22:46:20 [2024-04-25T22:46:20.354Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:46:20 [2024-04-25T22:46:20.354Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:46:20 [2024-04-25T22:46:20.354Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
22:46:20 [2024-04-25T22:46:20.354Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:46:20 [2024-04-25T22:46:20.354Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:46:20 [2024-04-25T22:46:20.354Z] ok  	github.com/docker/docker/daemon	10.569s	coverage: 15.8% of statements
22:46:20 [2024-04-25T22:46:20.354Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
22:46:20 [2024-04-25T22:46:20.917Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:46:20 [2024-04-25T22:46:20.917Z] ok  	github.com/docker/docker/oci	0.016s	coverage: 35.8% of statements
22:46:20 [2024-04-25T22:46:20.917Z] ok  	github.com/docker/docker/opts	0.055s	coverage: 67.9% of statements
22:46:21 [2024-04-25T22:46:21.174Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
22:46:21 [2024-04-25T22:46:21.174Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
22:46:21 [2024-04-25T22:46:21.174Z] ok  	github.com/docker/docker/pkg/containerfs	0.006s	coverage: 26.7% of statements
22:46:21 [2024-04-25T22:46:21.431Z] ok  	github.com/docker/docker/pkg/directory	0.014s	coverage: 81.8% of statements
22:46:21 [2024-04-25T22:46:21.431Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
22:46:21 [2024-04-25T22:46:21.431Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.263s	coverage: 83.7% of statements
22:46:21 [2024-04-25T22:46:21.688Z] ok  	github.com/docker/docker/pkg/fileutils	0.014s	coverage: 51.7% of statements
22:46:21 [2024-04-25T22:46:21.688Z] ok  	github.com/docker/docker/pkg/authorization	0.407s	coverage: 68.3% of statements
22:46:21 [2024-04-25T22:46:21.688Z] ok  	github.com/docker/docker/pkg/archive	0.415s	coverage: 81.3% of statements
22:46:21 [2024-04-25T22:46:21.688Z] ok  	github.com/docker/docker/pkg/homedir	0.022s	coverage: 6.5% of statements
22:46:21 [2024-04-25T22:46:21.945Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 45.5% of statements
22:46:21 [2024-04-25T22:46:21.945Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 92.3% of statements
22:46:21 [2024-04-25T22:46:21.945Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
22:46:21 [2024-04-25T22:46:21.945Z] ok  	github.com/docker/docker/pkg/meminfo	0.011s	coverage: 75.0% of statements
22:46:21 [2024-04-25T22:46:21.945Z] ok  	github.com/docker/docker/pkg/parsers	0.008s	coverage: 97.0% of statements
22:46:22 [2024-04-25T22:46:22.202Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
22:46:22 [2024-04-25T22:46:22.202Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:46:22 [2024-04-25T22:46:22.202Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:46:22 [2024-04-25T22:46:22.202Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 94.1% of statements
22:46:22 [2024-04-25T22:46:22.202Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.2% of statements
22:46:22 [2024-04-25T22:46:22.202Z] ok  	github.com/docker/docker/pkg/idtools	0.420s	coverage: 69.7% of statements
22:46:22 [2024-04-25T22:46:22.202Z] ok  	github.com/docker/docker/pkg/ioutils	0.382s	coverage: 69.1% of statements
22:46:22 [2024-04-25T22:46:22.764Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:46:22 [2024-04-25T22:46:22.764Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:46:22 [2024-04-25T22:46:22.764Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 90.0% of statements
22:46:22 [2024-04-25T22:46:22.764Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
22:46:22 [2024-04-25T22:46:22.764Z] ok  	github.com/docker/docker/pkg/process	0.004s	coverage: 21.7% of statements
22:46:22 [2024-04-25T22:46:22.764Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.005s	coverage: 56.8% of statements
22:46:23 [2024-04-25T22:46:23.021Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
22:46:23 [2024-04-25T22:46:23.021Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
22:46:23 [2024-04-25T22:46:23.021Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
22:46:23 [2024-04-25T22:46:23.021Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
22:46:23 [2024-04-25T22:46:23.021Z] ok  	github.com/docker/docker/pkg/reexec	0.013s	coverage: 82.4% of statements
22:46:23 [2024-04-25T22:46:23.021Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
22:46:23 [2024-04-25T22:46:23.278Z] ok  	github.com/docker/docker/pkg/streamformatter	0.011s	coverage: 64.5% of statements
22:46:23 [2024-04-25T22:46:23.278Z] ok  	github.com/docker/docker/pkg/stringid	0.018s	coverage: 61.9% of statements
22:46:23 [2024-04-25T22:46:23.535Z] ok  	github.com/docker/docker/pkg/system	0.011s	coverage: 41.0% of statements
22:46:23 [2024-04-25T22:46:23.535Z] ok  	github.com/docker/docker/pkg/sysinfo	0.015s	coverage: 53.4% of statements
22:46:23 [2024-04-25T22:46:23.535Z] ok  	github.com/docker/docker/pkg/tailfile	0.048s	coverage: 88.6% of statements
22:46:23 [2024-04-25T22:46:23.535Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
22:46:23 [2024-04-25T22:46:23.535Z] ok  	github.com/docker/docker/pkg/tarsum	0.064s	coverage: 89.6% of statements
22:46:24 [2024-04-25T22:46:24.464Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:46:24 [2024-04-25T22:46:24.464Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
22:46:24 [2024-04-25T22:46:24.464Z] ok  	github.com/docker/docker/plugin/v2	0.007s	coverage: 13.6% of statements
22:46:24 [2024-04-25T22:46:24.464Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
22:46:24 [2024-04-25T22:46:24.720Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 83.7% of statements
22:46:24 [2024-04-25T22:46:24.720Z] ok  	github.com/docker/docker/pkg/plugins	2.011s	coverage: 73.7% of statements
22:46:24 [2024-04-25T22:46:24.720Z] ok  	github.com/docker/docker/plugin	0.515s	coverage: 23.2% of statements
22:46:25 [2024-04-25T22:46:25.282Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 46.2% of statements
22:46:25 [2024-04-25T22:46:25.282Z] ok  	github.com/docker/docker/registry/resumable	0.021s	coverage: 100.0% of statements
22:46:25 [2024-04-25T22:46:25.282Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:46:25 [2024-04-25T22:46:25.282Z] ok  	github.com/docker/docker/runconfig	0.011s	coverage: 54.0% of statements
22:46:25 [2024-04-25T22:46:25.282Z] ok  	github.com/docker/docker/registry	0.118s	coverage: 63.9% of statements
22:46:25 [2024-04-25T22:46:25.538Z] ok  	github.com/docker/docker/testutil	0.006s	coverage: 6.8% of statements
22:46:25 [2024-04-25T22:46:25.538Z] ok  	github.com/docker/docker/quota	0.868s	coverage: 69.3% of statements
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:46:25 [2024-04-25T22:46:25.795Z] ?   	github.com/docker/docker/volume	[no test files]
22:46:26 [2024-04-25T22:46:26.357Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
22:46:26 [2024-04-25T22:46:26.357Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 61.5% of statements
22:46:26 [2024-04-25T22:46:26.613Z] ok  	github.com/docker/docker/volume/local	0.117s	coverage: 76.4% of statements
22:46:26 [2024-04-25T22:46:26.870Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:46:26 [2024-04-25T22:46:26.870Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:46:26 [2024-04-25T22:46:26.870Z] ok  	github.com/docker/docker/volume/service	0.011s	coverage: 71.8% of statements
22:46:28 [2024-04-25T22:46:28.236Z] ok  	github.com/docker/docker/layer	7.896s	coverage: 68.1% of statements
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === Skipped
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     network_proxy_test.go:210: No support for dual stack yet
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver btrfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver btrfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver btrfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver btrfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver btrfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:68: No driver to put!
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z] time="2024-04-25T22:46:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: driver not supported
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z] time="2024-04-25T22:46:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: driver not supported
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z] time="2024-04-25T22:46:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: driver not supported
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z] time="2024-04-25T22:46:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: driver not supported
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z] time="2024-04-25T22:46:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: driver not supported
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:68: No driver to put!
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     overlay_test.go:61: Cannot run test with naive change algorithm
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver zfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver zfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver zfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver zfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:41: Driver zfs not supported
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     graphtest_unix.go:68: No driver to put!
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
22:46:28 [2024-04-25T22:46:28.236Z]     validate_test.go:73: only tested on Windows
22:46:28 [2024-04-25T22:46:28.236Z] 
22:46:28 [2024-04-25T22:46:28.236Z] DONE 3286 tests, 27 skipped in 68.819s
22:46:28 [2024-04-25T22:46:28.236Z] + '[' -n 'github.com/docker/docker/libnetwork
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/bitmap
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/cluster
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/cnmallocator
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/config
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/datastore
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/diagnostic
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/discoverapi
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/driverapi
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/bridge
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/host
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/null
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/overlay
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/remote
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/windows
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/drvregistry
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/etchosts
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/internal/caller
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/internal/kvstore
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/internal/netiputil
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/internal/resolvconf
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/ipam
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/ipamapi
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/ipams/builtin
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/ipams/null
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/ipams/remote
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/ipamutils
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/ipbits
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/iptables
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/netlabel
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/netutils
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/networkdb
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/ns
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/options
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/osl
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/osl/kernel
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/portallocator
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/portmapper
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/resolvconf
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/scope
22:46:28 [2024-04-25T22:46:28.236Z] github.com/docker/docker/libnetwork/types' ']'
22:46:28 [2024-04-25T22:46:28.237Z] + 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/cnmallocator 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/resolvconf 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
22:47:24 [2024-04-25T22:47:24.468Z] ok  	github.com/docker/docker/libnetwork	45.150s	coverage: 43.0% of statements
22:47:24 [2024-04-25T22:47:24.468Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
22:47:24 [2024-04-25T22:47:24.468Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
22:47:24 [2024-04-25T22:47:24.468Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
22:47:24 [2024-04-25T22:47:24.468Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
22:47:24 [2024-04-25T22:47:24.468Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
22:47:24 [2024-04-25T22:47:24.468Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
22:47:24 [2024-04-25T22:47:24.468Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
22:47:25 [2024-04-25T22:47:25.055Z] ok  	github.com/docker/docker/libnetwork/cnmallocator	4.936s	coverage: 72.3% of statements
22:47:25 [2024-04-25T22:47:25.326Z] ok  	github.com/docker/docker/libnetwork/config	0.011s	coverage: 10.3% of statements
22:47:25 [2024-04-25T22:47:25.902Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 37.0% of statements
22:47:25 [2024-04-25T22:47:25.902Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
22:47:25 [2024-04-25T22:47:25.902Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
22:47:25 [2024-04-25T22:47:25.902Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
22:47:31 [2024-04-25T22:47:31.159Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	3.959s	coverage: 63.3% of statements
22:47:31 [2024-04-25T22:47:31.159Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
22:47:31 [2024-04-25T22:47:31.159Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
22:47:33 [2024-04-25T22:47:33.049Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	1.013s	coverage: 5.1% of statements
22:47:33 [2024-04-25T22:47:33.049Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
22:47:33 [2024-04-25T22:47:33.049Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.7% of statements
22:47:33 [2024-04-25T22:47:33.049Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
22:47:33 [2024-04-25T22:47:33.305Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
22:47:34 [2024-04-25T22:47:34.233Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.009s	coverage: 1.4% of statements
22:47:34 [2024-04-25T22:47:34.489Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.003s	coverage: 45.0% of statements
22:47:34 [2024-04-25T22:47:34.745Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 62.7% of statements
22:47:35 [2024-04-25T22:47:35.307Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.2% of statements
22:47:35 [2024-04-25T22:47:35.307Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
22:47:35 [2024-04-25T22:47:35.307Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
22:47:35 [2024-04-25T22:47:35.307Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
22:47:35 [2024-04-25T22:47:35.869Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.018s	coverage: 87.0% of statements
22:47:36 [2024-04-25T22:47:36.125Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.018s	coverage: 82.1% of statements
22:47:36 [2024-04-25T22:47:36.381Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
22:47:36 [2024-04-25T22:47:36.381Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
22:47:36 [2024-04-25T22:47:36.381Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
22:47:36 [2024-04-25T22:47:36.381Z] ?   	github.com/docker/docker/libnetwork/internal/netiputil	[no test files]
22:47:36 [2024-04-25T22:47:36.637Z] ok  	github.com/docker/docker/libnetwork/internal/resolvconf	0.016s	coverage: 86.0% of statements
22:47:48 [2024-04-25T22:47:48.808Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
22:47:50 [2024-04-25T22:47:50.700Z] ok  	github.com/docker/docker/libnetwork/ipam	3.241s	coverage: 80.3% of statements
22:47:50 [2024-04-25T22:47:50.700Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
22:47:50 [2024-04-25T22:47:50.700Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
22:47:50 [2024-04-25T22:47:50.700Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
22:47:51 [2024-04-25T22:47:51.263Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 48.7% of statements
22:47:51 [2024-04-25T22:47:51.263Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
22:47:51 [2024-04-25T22:47:51.519Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
22:47:52 [2024-04-25T22:47:52.081Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.328s	coverage: 86.4% of statements
22:47:52 [2024-04-25T22:47:52.081Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
22:47:53 [2024-04-25T22:47:53.009Z] ok  	github.com/docker/docker/libnetwork/iptables	0.170s	coverage: 39.9% of statements
22:47:53 [2024-04-25T22:47:53.009Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
22:47:53 [2024-04-25T22:47:53.265Z] ok  	github.com/docker/docker/libnetwork/netutils	0.015s	coverage: 50.6% of statements
22:49:46 [2024-04-25T22:49:46.193Z] time="2024-04-25T22:49:37Z" 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"
22:49:46 [2024-04-25T22:49:46.193Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.465s	coverage: 59.2% of statements
22:49:46 [2024-04-25T22:49:46.193Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
22:49:46 [2024-04-25T22:49:46.193Z] ok  	github.com/docker/docker/libnetwork/options	0.003s	coverage: 100.0% of statements
22:49:46 [2024-04-25T22:49:46.193Z] ok  	github.com/docker/docker/libnetwork/osl	4.417s	coverage: 37.5% of statements
22:49:46 [2024-04-25T22:49:46.193Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
22:49:46 [2024-04-25T22:49:46.193Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.5% of statements
22:49:46 [2024-04-25T22:49:46.193Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.737s	coverage: 47.9% of statements
22:49:46 [2024-04-25T22:49:46.193Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.005s	coverage: 75.8% of statements
22:49:46 [2024-04-25T22:49:46.193Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
22:49:46 [2024-04-25T22:49:46.193Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
22:49:46 [2024-04-25T22:49:46.193Z] 
22:49:46 [2024-04-25T22:49:46.193Z] === Skipped
22:49:46 [2024-04-25T22:49:46.193Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
22:49:46 [2024-04-25T22:49:46.193Z]     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
22:49:46 [2024-04-25T22:49:46.193Z] 
22:49:46 [2024-04-25T22:49:46.193Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
22:49:46 [2024-04-25T22:49:46.193Z]     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
22:49:46 [2024-04-25T22:49:46.193Z] 
22:49:46 [2024-04-25T22:49:46.193Z] DONE 471 tests, 2 skipped in 197.125s
Post stage
[Pipeline] junit
22:49:46 [2024-04-25T22:49:46.475Z] Recording test results
22:49:47 [2024-04-25T22:49:47.572Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:49:47 [2024-04-25T22:49:47.869Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47763/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=eeec716e332e5c058dfe70ddc0006d8552f632b2 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:eeec716e332e5c058dfe70ddc0006d8552f632b2 hack/make.sh dynbinary test-integration
22:49:48 [2024-04-25T22:49:48.126Z] 
22:49:48 [2024-04-25T22:49:48.126Z] Removing bundles/
22:49:48 [2024-04-25T22:49:48.126Z] 
22:49:48 [2024-04-25T22:49:48.126Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:49:48 [2024-04-25T22:49:48.126Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
22:49:48 [2024-04-25T22:49:48.126Z] + tee /go/src/github.com/docker/docker/go.mod
22:49:48 [2024-04-25T22:49:48.126Z] module github.com/docker/docker
22:49:48 [2024-04-25T22:49:48.126Z] 
22:49:48 [2024-04-25T22:49:48.126Z] go 1.21
22:49:48 [2024-04-25T22:49:48.126Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
22:49:48 [2024-04-25T22:49:48.126Z] + GO111MODULE=on
22:49:48 [2024-04-25T22:49:48.126Z] + GOTOOLCHAIN=local
22:49:48 [2024-04-25T22:49:48.126Z] + 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=eeec716e332e5c058dfe70ddc0006d8552f632b2" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-25T22:49:47.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
22:50:26 [2024-04-25T22:50:26.803Z] + rm -f /go/src/github.com/docker/docker/go.mod
22:50:26 [2024-04-25T22:50:26.803Z] Created binary: bundles/dynbinary-daemon/dockerd
22:50:26 [2024-04-25T22:50:26.803Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
22:50:26 [2024-04-25T22:50:26.803Z] + tee /go/src/github.com/docker/docker/go.mod
22:50:26 [2024-04-25T22:50:26.803Z] module github.com/docker/docker
22:50:26 [2024-04-25T22:50:26.803Z] 
22:50:26 [2024-04-25T22:50:26.803Z] go 1.21
22:50:26 [2024-04-25T22:50:26.803Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
22:50:26 [2024-04-25T22:50:26.803Z] + GO111MODULE=on
22:50:26 [2024-04-25T22:50:26.803Z] + GOTOOLCHAIN=local
22:50:26 [2024-04-25T22:50:26.803Z] + 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=eeec716e332e5c058dfe70ddc0006d8552f632b2" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-25T22:49:47.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
22:50:26 [2024-04-25T22:50:26.803Z] + rm -f /go/src/github.com/docker/docker/go.mod
22:50:26 [2024-04-25T22:50:26.803Z] Created binary: bundles/dynbinary-daemon/docker-proxy
22:50:26 [2024-04-25T22:50:26.803Z] 
22:50:26 [2024-04-25T22:50:26.803Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:50:26 [2024-04-25T22:50:26.803Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:50:26 [2024-04-25T22:50:26.803Z] HOSTNAME=1694f2941512
22:50:26 [2024-04-25T22:50:26.803Z] TESTDEBUG=0
22:50:26 [2024-04-25T22:50:26.803Z] DEST=bundles/test-integration
22:50:26 [2024-04-25T22:50:26.803Z] PWD=/go/src/github.com/docker/docker
22:50:26 [2024-04-25T22:50:26.803Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
22:50:26 [2024-04-25T22:50:26.803Z] DOCKER_GITCOMMIT=eeec716e332e5c058dfe70ddc0006d8552f632b2
22:50:26 [2024-04-25T22:50:26.803Z] container=docker
22:50:26 [2024-04-25T22:50:26.803Z] HOME=/root
22:50:26 [2024-04-25T22:50:26.803Z] CONTAINERD_NAMESPACE=moby
22:50:26 [2024-04-25T22:50:26.803Z] GOLANG_VERSION=1.21.9
22:50:26 [2024-04-25T22:50:26.803Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:50:26 [2024-04-25T22:50:26.803Z] VALIDATE_BRANCH=master
22:50:26 [2024-04-25T22:50:26.803Z] TERM=xterm
22:50:26 [2024-04-25T22:50:26.803Z] DOCKER_PKG=github.com/docker/docker
22:50:26 [2024-04-25T22:50:26.803Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
22:50:26 [2024-04-25T22:50:26.803Z] SHLVL=1
22:50:26 [2024-04-25T22:50:26.803Z] TIMEOUT=120m
22:50:26 [2024-04-25T22:50:26.803Z] GOTOOLCHAIN=local
22:50:26 [2024-04-25T22:50:26.803Z] DOCKER_GRAPHDRIVER=overlay2
22:50:26 [2024-04-25T22:50:26.803Z] GO111MODULE=off
22:50:26 [2024-04-25T22:50:26.803Z] DOCKER_EXPERIMENTAL=1
22:50:26 [2024-04-25T22:50:26.803Z] TEST_SKIP_INTEGRATION_CLI=1
22:50:26 [2024-04-25T22:50:26.803Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:50:26 [2024-04-25T22:50:26.803Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:50:26 [2024-04-25T22:50:26.803Z] GOPATH=/go
22:50:26 [2024-04-25T22:50:26.803Z] PKG_CONFIG=pkg-config
22:50:26 [2024-04-25T22:50:26.803Z] _=/usr/bin/env
22:50:26 [2024-04-25T22:50:26.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:50:48 [2024-04-25T22:50:48.700Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
22:50:48 [2024-04-25T22:50:48.700Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:50:50 [2024-04-25T22:50:50.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:50:54 [2024-04-25T22:50:54.235Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
22:50:58 [2024-04-25T22:50:58.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:51:02 [2024-04-25T22:51:02.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
22:51:02 [2024-04-25T22:51:02.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:51:03 [2024-04-25T22:51:03.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:51:04 [2024-04-25T22:51:04.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:51:05 [2024-04-25T22:51:05.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
22:51:07 [2024-04-25T22:51:07.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:51:07 [2024-04-25T22:51:07.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:51:08 [2024-04-25T22:51:08.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:51:10 [2024-04-25T22:51:10.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:51:12 [2024-04-25T22:51:12.046Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:51:12 [2024-04-25T22:51:12.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:51:13 [2024-04-25T22:51:13.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:51:14 [2024-04-25T22:51:14.464Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:51:15 [2024-04-25T22:51:15.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:51:17 [2024-04-25T22:51:17.198Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:51:17 [2024-04-25T22:51:17.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:51:19 [2024-04-25T22:51:19.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:51:20 [2024-04-25T22:51:20.061Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:51:20 [2024-04-25T22:51:20.061Z] Using test binary /usr/local/cli-integration/docker
22:51:20 [2024-04-25T22:51:20.061Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:51:20 [2024-04-25T22:51:20.061Z] +++ /etc/init.d/apparmor start
22:51:20 [2024-04-25T22:51:20.317Z] Not: starting.
22:51:20 [2024-04-25T22:51:20.317Z] INFO: Waiting for daemon to start...
22:51:20 [2024-04-25T22:51:20.317Z] Starting dockerd
22:51:20 [2024-04-25T22:51:20.317Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.eMtJp3Omsx/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
22:51:23 [2024-04-25T22:51:23.586Z] .
22:51:23 [2024-04-25T22:51:23.586Z] Running integration-test (iteration 1)
22:51:23 [2024-04-25T22:51:23.586Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
22:51:23 [2024-04-25T22:51:23.586Z] ++ '[' -n '' ']'
22:51:23 [2024-04-25T22:51:23.586Z] ++ 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
22:51:23 [2024-04-25T22:51:23.586Z] ++ set -e
22:51:23 [2024-04-25T22:51:23.586Z] ++ '[' -n 0 ']'
22:51:23 [2024-04-25T22:51:23.586Z] ++ set -x
22:51:23 [2024-04-25T22:51:23.586Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.eMtJp3Omsx/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
22:51:23 [2024-04-25T22:51:23.586Z] Loaded image: busybox:latest
22:51:23 [2024-04-25T22:51:23.586Z] Loaded image: busybox:glibc
22:51:24 [2024-04-25T22:51:24.515Z] Loaded image: debian:bookworm-slim
22:51:24 [2024-04-25T22:51:24.515Z] Loaded image: hello-world:latest
22:51:24 [2024-04-25T22:51:24.515Z] Loaded image: arm32v7/hello-world:latest
22:51:24 [2024-04-25T22:51:24.515Z] INFO: Testing against a local daemon
22:51:24 [2024-04-25T22:51:24.515Z] === RUN   TestCgroupNamespacesBuild
22:51:25 [2024-04-25T22:51:25.881Z] --- PASS: TestCgroupNamespacesBuild (1.24s)
22:51:25 [2024-04-25T22:51:25.881Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:51:27 [2024-04-25T22:51:27.246Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s)
22:51:27 [2024-04-25T22:51:27.246Z] === RUN   TestBuildWithSession
22:51:27 [2024-04-25T22:51:27.246Z]     build_session_test.go:26: TODO: BuildKit
22:51:27 [2024-04-25T22:51:27.246Z] --- SKIP: TestBuildWithSession (0.00s)
22:51:27 [2024-04-25T22:51:27.246Z] === RUN   TestBuildSquashParent
22:51:30 [2024-04-25T22:51:30.514Z] --- PASS: TestBuildSquashParent (3.11s)
22:51:30 [2024-04-25T22:51:30.514Z] === RUN   TestBuildWithRemoveAndForceRemove
22:51:30 [2024-04-25T22:51:30.514Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:51:30 [2024-04-25T22:51:30.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:51:30 [2024-04-25T22:51:30.514Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:51:30 [2024-04-25T22:51:30.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:51:30 [2024-04-25T22:51:30.514Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:51:30 [2024-04-25T22:51:30.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:51:30 [2024-04-25T22:51:30.514Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:51:30 [2024-04-25T22:51:30.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:51:30 [2024-04-25T22:51:30.514Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:51:30 [2024-04-25T22:51:30.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:51:30 [2024-04-25T22:51:30.514Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:51:30 [2024-04-25T22:51:30.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:51:30 [2024-04-25T22:51:30.514Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:51:30 [2024-04-25T22:51:30.514Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:51:30 [2024-04-25T22:51:30.514Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:51:30 [2024-04-25T22:51:30.514Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:51:30 [2024-04-25T22:51:30.514Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:51:30 [2024-04-25T22:51:30.514Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:51:33 [2024-04-25T22:51:33.782Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
22:51:33 [2024-04-25T22:51:33.782Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.40s)
22:51:33 [2024-04-25T22:51:33.782Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.93s)
22:51:33 [2024-04-25T22:51:33.782Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.99s)
22:51:33 [2024-04-25T22:51:33.782Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.10s)
22:51:33 [2024-04-25T22:51:33.782Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.12s)
22:51:33 [2024-04-25T22:51:33.782Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.18s)
22:51:33 [2024-04-25T22:51:33.782Z] === RUN   TestBuildMultiStageCopy
22:51:33 [2024-04-25T22:51:33.782Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:51:34 [2024-04-25T22:51:34.344Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:51:34 [2024-04-25T22:51:34.344Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:51:34 [2024-04-25T22:51:34.600Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:51:34 [2024-04-25T22:51:34.600Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:51:34 [2024-04-25T22:51:34.856Z] --- PASS: TestBuildMultiStageCopy (1.49s)
22:51:34 [2024-04-25T22:51:34.856Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.95s)
22:51:34 [2024-04-25T22:51:34.856Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.09s)
22:51:34 [2024-04-25T22:51:34.856Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.12s)
22:51:34 [2024-04-25T22:51:34.856Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.14s)
22:51:34 [2024-04-25T22:51:34.856Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.16s)
22:51:34 [2024-04-25T22:51:34.856Z] === RUN   TestBuildMultiStageParentConfig
22:51:35 [2024-04-25T22:51:35.113Z] --- PASS: TestBuildMultiStageParentConfig (0.40s)
22:51:35 [2024-04-25T22:51:35.113Z] === RUN   TestBuildLabelWithTargets
22:51:36 [2024-04-25T22:51:36.041Z] --- PASS: TestBuildLabelWithTargets (0.65s)
22:51:36 [2024-04-25T22:51:36.041Z] === RUN   TestBuildWithEmptyLayers
22:51:36 [2024-04-25T22:51:36.041Z] --- PASS: TestBuildWithEmptyLayers (0.14s)
22:51:36 [2024-04-25T22:51:36.041Z] === RUN   TestBuildMultiStageOnBuild
22:51:37 [2024-04-25T22:51:37.408Z] --- PASS: TestBuildMultiStageOnBuild (1.14s)
22:51:37 [2024-04-25T22:51:37.408Z] === RUN   TestBuildUncleanTarFilenames
22:51:37 [2024-04-25T22:51:37.408Z] --- PASS: TestBuildUncleanTarFilenames (0.12s)
22:51:37 [2024-04-25T22:51:37.408Z] === RUN   TestBuildMultiStageLayerLeak
22:51:38 [2024-04-25T22:51:38.338Z] --- PASS: TestBuildMultiStageLayerLeak (1.01s)
22:51:38 [2024-04-25T22:51:38.338Z] === RUN   TestBuildWithHugeFile
22:52:24 [2024-04-25T22:52:24.964Z] --- PASS: TestBuildWithHugeFile (43.65s)
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildWCOWSandboxSize
22:52:24 [2024-04-25T22:52:24.964Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
22:52:24 [2024-04-25T22:52:24.964Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildWithEmptyDockerfile
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:52:24 [2024-04-25T22:52:24.964Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:52:24 [2024-04-25T22:52:24.964Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:52:24 [2024-04-25T22:52:24.964Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:52:24 [2024-04-25T22:52:24.964Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:52:24 [2024-04-25T22:52:24.964Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:52:24 [2024-04-25T22:52:24.964Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:52:24 [2024-04-25T22:52:24.964Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
22:52:24 [2024-04-25T22:52:24.964Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
22:52:24 [2024-04-25T22:52:24.964Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
22:52:24 [2024-04-25T22:52:24.964Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildPreserveOwnership
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildPreserveOwnership/copy_from
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:52:24 [2024-04-25T22:52:24.964Z] --- PASS: TestBuildPreserveOwnership (2.19s)
22:52:24 [2024-04-25T22:52:24.964Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.50s)
22:52:24 [2024-04-25T22:52:24.964Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.68s)
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildPlatformInvalid
22:52:24 [2024-04-25T22:52:24.964Z] --- PASS: TestBuildPlatformInvalid (0.01s)
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildWorkdirNoCacheMiss
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildWorkdirNoCacheMiss/trailing_slash
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildWorkdirNoCacheMiss/no_trailing_slash
22:52:24 [2024-04-25T22:52:24.964Z] --- PASS: TestBuildWorkdirNoCacheMiss (0.10s)
22:52:24 [2024-04-25T22:52:24.964Z]     --- PASS: TestBuildWorkdirNoCacheMiss/trailing_slash (0.07s)
22:52:24 [2024-04-25T22:52:24.964Z]     --- PASS: TestBuildWorkdirNoCacheMiss/no_trailing_slash (0.00s)
22:52:24 [2024-04-25T22:52:24.964Z] === RUN   TestBuildkitHistoryTracePropagation
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" 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
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" 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
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z] time="2024-04-25T22:52:24Z" level=info msg="[core] [Server #4] Server created" module=grpc
22:52:24 [2024-04-25T22:52:24.964Z]     build_traces_test.go:87: Waiting for trace to be available
22:52:28 [2024-04-25T22:52:28.231Z] time="2024-04-25T22:52:28Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
22:52:28 [2024-04-25T22:52:28.231Z] time="2024-04-25T22:52:28Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
22:52:28 [2024-04-25T22:52:28.231Z] time="2024-04-25T22:52:28Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
22:52:28 [2024-04-25T22:52:28.231Z] time="2024-04-25T22:52:28Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
22:52:28 [2024-04-25T22:52:28.231Z] time="2024-04-25T22:52:28Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
22:52:28 [2024-04-25T22:52:28.231Z] time="2024-04-25T22:52:28Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
22:52:28 [2024-04-25T22:52:28.231Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s)
22:52:28 [2024-04-25T22:52:28.231Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
22:52:28 [2024-04-25T22:52:28.793Z] Loaded image: busybox:latest
22:52:29 [2024-04-25T22:52:29.050Z] Loaded image: busybox:glibc
22:52:29 [2024-04-25T22:52:29.978Z] Loaded image: debian:bookworm-slim
22:52:29 [2024-04-25T22:52:29.978Z] Loaded image: hello-world:latest
22:52:29 [2024-04-25T22:52:29.978Z] Loaded image: arm32v7/hello-world:latest
22:52:38 [2024-04-25T22:52:38.067Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.71s)
22:52:38 [2024-04-25T22:52:38.067Z] PASS
22:52:38 [2024-04-25T22:52:38.067Z] 
22:52:38 [2024-04-25T22:52:38.067Z] === Skipped
22:52:38 [2024-04-25T22:52:38.067Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
22:52:38 [2024-04-25T22:52:38.067Z]     build_session_test.go:26: TODO: BuildKit
22:52:38 [2024-04-25T22:52:38.067Z] 
22:52:38 [2024-04-25T22:52:38.067Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
22:52:38 [2024-04-25T22:52:38.067Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
22:52:38 [2024-04-25T22:52:38.067Z] 
22:52:38 [2024-04-25T22:52:38.067Z] DONE 38 tests, 2 skipped in 74.588s
22:52:38 [2024-04-25T22:52:38.067Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
22:52:38 [2024-04-25T22:52:38.067Z] ++ '[' -n '' ']'
22:52:38 [2024-04-25T22:52:38.067Z] ++ 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
22:52:38 [2024-04-25T22:52:38.067Z] ++ set -e
22:52:38 [2024-04-25T22:52:38.067Z] ++ '[' -n 0 ']'
22:52:38 [2024-04-25T22:52:38.067Z] ++ set -x
22:52:38 [2024-04-25T22:52:38.067Z] ++ 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.eMtJp3Omsx/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
22:52:38 [2024-04-25T22:52:38.067Z] INFO: Testing against a local daemon
22:52:38 [2024-04-25T22:52:38.067Z] === RUN   TestNoNewPrivileges
22:52:48 [2024-04-25T22:52:48.012Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
22:52:48 [2024-04-25T22:52:48.012Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
22:52:48 [2024-04-25T22:52:48.012Z] --- PASS: TestNoNewPrivileges (9.73s)
22:52:48 [2024-04-25T22:52:48.012Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.43s)
22:52:48 [2024-04-25T22:52:48.012Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.39s)
22:52:48 [2024-04-25T22:52:48.012Z] PASS
22:52:48 [2024-04-25T22:52:48.012Z] 
22:52:48 [2024-04-25T22:52:48.012Z] DONE 3 tests in 9.752s
22:52:48 [2024-04-25T22:52:48.012Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
22:52:48 [2024-04-25T22:52:48.012Z] ++ '[' -n '' ']'
22:52:48 [2024-04-25T22:52:48.012Z] ++ 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
22:52:48 [2024-04-25T22:52:48.012Z] ++ set -e
22:52:48 [2024-04-25T22:52:48.012Z] ++ '[' -n 0 ']'
22:52:48 [2024-04-25T22:52:48.012Z] ++ set -x
22:52:48 [2024-04-25T22:52:48.012Z] ++ 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.eMtJp3Omsx/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
22:52:48 [2024-04-25T22:52:48.012Z] INFO: Testing against a local daemon
22:52:48 [2024-04-25T22:52:48.012Z] === RUN   TestConfigInspect
22:52:49 [2024-04-25T22:52:49.902Z] --- PASS: TestConfigInspect (2.03s)
22:52:49 [2024-04-25T22:52:49.902Z] === RUN   TestConfigList
22:52:51 [2024-04-25T22:52:51.267Z] === RUN   TestConfigList/test_filter_by_name
22:52:51 [2024-04-25T22:52:51.267Z] === RUN   TestConfigList/test_filter_by_id
22:52:51 [2024-04-25T22:52:51.267Z] === RUN   TestConfigList/test_filter_by_label_key_only
22:52:51 [2024-04-25T22:52:51.267Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
22:52:51 [2024-04-25T22:52:51.267Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
22:52:51 [2024-04-25T22:52:51.830Z] --- PASS: TestConfigList (1.98s)
22:52:51 [2024-04-25T22:52:51.830Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
22:52:51 [2024-04-25T22:52:51.830Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
22:52:51 [2024-04-25T22:52:51.830Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
22:52:51 [2024-04-25T22:52:51.830Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
22:52:51 [2024-04-25T22:52:51.830Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
22:52:51 [2024-04-25T22:52:51.830Z] === RUN   TestConfigsCreateAndDelete
22:52:53 [2024-04-25T22:52:53.720Z] --- PASS: TestConfigsCreateAndDelete (1.94s)
22:52:53 [2024-04-25T22:52:53.720Z] === RUN   TestConfigsUpdate
22:52:55 [2024-04-25T22:52:55.609Z] --- PASS: TestConfigsUpdate (1.98s)
22:52:55 [2024-04-25T22:52:55.609Z] === RUN   TestTemplatedConfig
22:52:58 [2024-04-25T22:52:58.126Z] --- PASS: TestTemplatedConfig (2.47s)
22:52:58 [2024-04-25T22:52:58.126Z] === RUN   TestConfigCreateResolve
22:53:00 [2024-04-25T22:53:00.642Z] --- PASS: TestConfigCreateResolve (1.97s)
22:53:00 [2024-04-25T22:53:00.642Z] PASS
22:53:00 [2024-04-25T22:53:00.642Z] 
22:53:00 [2024-04-25T22:53:00.642Z] DONE 11 tests in 12.400s
22:53:00 [2024-04-25T22:53:00.642Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
22:53:00 [2024-04-25T22:53:00.642Z] ++ '[' -n '' ']'
22:53:00 [2024-04-25T22:53:00.642Z] ++ 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
22:53:00 [2024-04-25T22:53:00.642Z] ++ set -e
22:53:00 [2024-04-25T22:53:00.642Z] ++ '[' -n 0 ']'
22:53:00 [2024-04-25T22:53:00.642Z] ++ set -x
22:53:00 [2024-04-25T22:53:00.642Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.eMtJp3Omsx/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
22:53:00 [2024-04-25T22:53:00.642Z] INFO: Testing against a local daemon
22:53:00 [2024-04-25T22:53:00.642Z] === RUN   TestAttach
22:53:00 [2024-04-25T22:53:00.642Z] === RUN   TestAttach/without_TTY
22:53:00 [2024-04-25T22:53:00.642Z] === PAUSE TestAttach/without_TTY
22:53:00 [2024-04-25T22:53:00.642Z] === RUN   TestAttach/with_TTY
22:53:00 [2024-04-25T22:53:00.642Z] === PAUSE TestAttach/with_TTY
22:53:00 [2024-04-25T22:53:00.642Z] === CONT  TestAttach/without_TTY
22:53:00 [2024-04-25T22:53:00.642Z] === CONT  TestAttach/with_TTY
22:53:00 [2024-04-25T22:53:00.642Z] --- PASS: TestAttach (0.02s)
22:53:00 [2024-04-25T22:53:00.642Z]     --- PASS: TestAttach/with_TTY (0.05s)
22:53:00 [2024-04-25T22:53:00.642Z]     --- PASS: TestAttach/without_TTY (0.05s)
22:53:00 [2024-04-25T22:53:00.642Z] === RUN   TestCreateWithCDIDevices
22:53:01 [2024-04-25T22:53:01.264Z] --- PASS: TestCreateWithCDIDevices (1.01s)
22:53:01 [2024-04-25T22:53:01.264Z] === RUN   TestCDISpecDirsAreInSystemInfo
22:53:01 [2024-04-25T22:53:01.264Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default
22:53:01 [2024-04-25T22:53:01.827Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned
22:53:02 [2024-04-25T22:53:02.389Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice
22:53:02 [2024-04-25T22:53:02.950Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice
22:53:03 [2024-04-25T22:53:03.512Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice
22:53:03 [2024-04-25T22:53:03.768Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice
22:53:04 [2024-04-25T22:53:04.330Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice
22:53:04 [2024-04-25T22:53:04.892Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice
22:53:05 [2024-04-25T22:53:05.454Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.16s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s)
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestCheckpoint
22:53:05 [2024-04-25T22:53:05.454Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:53:05 [2024-04-25T22:53:05.454Z] --- SKIP: TestCheckpoint (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/commit
22:53:05 [2024-04-25T22:53:05.454Z] === PAUSE TestContainerInvalidJSON/commit
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/create
22:53:05 [2024-04-25T22:53:05.454Z] === PAUSE TestContainerInvalidJSON/containers/create
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
22:53:05 [2024-04-25T22:53:05.454Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
22:53:05 [2024-04-25T22:53:05.454Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
22:53:05 [2024-04-25T22:53:05.454Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
22:53:05 [2024-04-25T22:53:05.454Z] === CONT  TestContainerInvalidJSON/commit
22:53:05 [2024-04-25T22:53:05.454Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
22:53:05 [2024-04-25T22:53:05.454Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
22:53:05 [2024-04-25T22:53:05.454Z] === CONT  TestContainerInvalidJSON/containers/create
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
22:53:05 [2024-04-25T22:53:05.454Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/commit/empty_body
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
22:53:05 [2024-04-25T22:53:05.454Z] --- PASS: TestContainerInvalidJSON (0.01s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:53:05 [2024-04-25T22:53:05.454Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestCopyFromContainerPathIsNotDir
22:53:05 [2024-04-25T22:53:05.454Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
22:53:05 [2024-04-25T22:53:05.454Z] === RUN   TestCopyToContainerPathDoesNotExist
22:53:05 [2024-04-25T22:53:05.711Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
22:53:05 [2024-04-25T22:53:05.711Z] === RUN   TestCopyEmptyFile
22:53:05 [2024-04-25T22:53:05.711Z] --- PASS: TestCopyEmptyFile (0.06s)
22:53:05 [2024-04-25T22:53:05.711Z] === RUN   TestCopyToContainerPathIsNotDir
22:53:05 [2024-04-25T22:53:05.711Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
22:53:05 [2024-04-25T22:53:05.711Z] === RUN   TestCopyFromContainer
22:53:06 [2024-04-25T22:53:06.272Z] === RUN   TestCopyFromContainer//
22:53:06 [2024-04-25T22:53:06.272Z] === RUN   TestCopyFromContainer/.
22:53:06 [2024-04-25T22:53:06.272Z] === RUN   TestCopyFromContainer//.
22:53:06 [2024-04-25T22:53:06.272Z] === RUN   TestCopyFromContainer/./
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer//./
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer//bar/root
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer//bar/root/
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer//bar/root/.
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer/bar/quux
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer/bar/quux/
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer/bar/quux/.
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
22:53:06 [2024-04-25T22:53:06.528Z] === RUN   TestCopyFromContainer/bar/notarget
22:53:06 [2024-04-25T22:53:06.528Z] --- PASS: TestCopyFromContainer (0.80s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer// (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer/. (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer//. (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.02s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
22:53:06 [2024-04-25T22:53:06.528Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
22:53:06 [2024-04-25T22:53:06.529Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
22:53:06 [2024-04-25T22:53:06.529Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
22:53:06 [2024-04-25T22:53:06.529Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:53:06 [2024-04-25T22:53:06.529Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:53:06 [2024-04-25T22:53:06.529Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:53:06 [2024-04-25T22:53:06.529Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:53:06 [2024-04-25T22:53:06.529Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:53:06 [2024-04-25T22:53:06.529Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:53:06 [2024-04-25T22:53:06.529Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:53:06 [2024-04-25T22:53:06.529Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
22:53:06 [2024-04-25T22:53:06.529Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:53:06 [2024-04-25T22:53:06.529Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
22:53:06 [2024-04-25T22:53:06.529Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateLinkToNonExistingContainer
22:53:06 [2024-04-25T22:53:06.529Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateWithInvalidEnv
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateWithInvalidEnv/0
22:53:06 [2024-04-25T22:53:06.529Z] === PAUSE TestCreateWithInvalidEnv/0
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateWithInvalidEnv/1
22:53:06 [2024-04-25T22:53:06.529Z] === PAUSE TestCreateWithInvalidEnv/1
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateWithInvalidEnv/2
22:53:06 [2024-04-25T22:53:06.529Z] === PAUSE TestCreateWithInvalidEnv/2
22:53:06 [2024-04-25T22:53:06.529Z] === CONT  TestCreateWithInvalidEnv/0
22:53:06 [2024-04-25T22:53:06.529Z] === CONT  TestCreateWithInvalidEnv/2
22:53:06 [2024-04-25T22:53:06.529Z] === CONT  TestCreateWithInvalidEnv/1
22:53:06 [2024-04-25T22:53:06.529Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
22:53:06 [2024-04-25T22:53:06.529Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:53:06 [2024-04-25T22:53:06.529Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:53:06 [2024-04-25T22:53:06.529Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateTmpfsMountsTarget
22:53:06 [2024-04-25T22:53:06.529Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
22:53:06 [2024-04-25T22:53:06.529Z] === RUN   TestCreateWithCustomMaskedPaths
22:53:07 [2024-04-25T22:53:07.894Z] --- PASS: TestCreateWithCustomMaskedPaths (1.22s)
22:53:07 [2024-04-25T22:53:07.894Z] === RUN   TestCreateWithCustomReadonlyPaths
22:53:09 [2024-04-25T22:53:09.260Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.23s)
22:53:09 [2024-04-25T22:53:09.260Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:53:09 [2024-04-25T22:53:09.260Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:53:09 [2024-04-25T22:53:09.260Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:53:09 [2024-04-25T22:53:09.260Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:53:09 [2024-04-25T22:53:09.260Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:53:09 [2024-04-25T22:53:09.260Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:53:09 [2024-04-25T22:53:09.260Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:53:09 [2024-04-25T22:53:09.260Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:53:09 [2024-04-25T22:53:09.260Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
22:53:09 [2024-04-25T22:53:09.260Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
22:53:09 [2024-04-25T22:53:09.260Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
22:53:09 [2024-04-25T22:53:09.260Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
22:53:09 [2024-04-25T22:53:09.260Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
22:53:09 [2024-04-25T22:53:09.260Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
22:53:09 [2024-04-25T22:53:09.260Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
22:53:09 [2024-04-25T22:53:09.260Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:53:09 [2024-04-25T22:53:09.516Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s)
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateDifferentPlatform
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateDifferentPlatform/different_os
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:53:09 [2024-04-25T22:53:09.516Z] --- PASS: TestCreateDifferentPlatform (0.01s)
22:53:09 [2024-04-25T22:53:09.516Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:53:09 [2024-04-25T22:53:09.516Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:53:09 [2024-04-25T22:53:09.516Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:53:09 [2024-04-25T22:53:09.516Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateInvalidHostConfig
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
22:53:09 [2024-04-25T22:53:09.516Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
22:53:09 [2024-04-25T22:53:09.516Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:53:09 [2024-04-25T22:53:09.516Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
22:53:09 [2024-04-25T22:53:09.516Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
22:53:09 [2024-04-25T22:53:09.516Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
22:53:09 [2024-04-25T22:53:09.516Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
22:53:09 [2024-04-25T22:53:09.516Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
22:53:09 [2024-04-25T22:53:09.516Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
22:53:09 [2024-04-25T22:53:09.516Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:53:09 [2024-04-25T22:53:09.516Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
22:53:09 [2024-04-25T22:53:09.516Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
22:53:09 [2024-04-25T22:53:09.516Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
22:53:09 [2024-04-25T22:53:09.516Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
22:53:09 [2024-04-25T22:53:09.516Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
22:53:09 [2024-04-25T22:53:09.516Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
22:53:09 [2024-04-25T22:53:09.516Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateWithMultipleEndpointSettings
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
22:53:09 [2024-04-25T22:53:09.516Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.05s)
22:53:09 [2024-04-25T22:53:09.516Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s)
22:53:09 [2024-04-25T22:53:09.516Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
22:53:09 [2024-04-25T22:53:09.516Z] === RUN   TestCreateWithCustomMACs
22:53:10 [2024-04-25T22:53:10.078Z] --- PASS: TestCreateWithCustomMACs (0.50s)
22:53:10 [2024-04-25T22:53:10.078Z] === RUN   TestContainerStartOnDaemonRestart
22:53:10 [2024-04-25T22:53:10.078Z] === PAUSE TestContainerStartOnDaemonRestart
22:53:10 [2024-04-25T22:53:10.078Z] === RUN   TestDaemonRestartIpcMode
22:53:10 [2024-04-25T22:53:10.078Z] === PAUSE TestDaemonRestartIpcMode
22:53:10 [2024-04-25T22:53:10.078Z] === RUN   TestDaemonHostGatewayIP
22:53:10 [2024-04-25T22:53:10.078Z] === PAUSE TestDaemonHostGatewayIP
22:53:10 [2024-04-25T22:53:10.078Z] === RUN   TestRestartDaemonWithRestartingContainer
22:53:10 [2024-04-25T22:53:10.078Z] === PAUSE TestRestartDaemonWithRestartingContainer
22:53:10 [2024-04-25T22:53:10.078Z] === RUN   TestHardRestartWhenContainerIsRunning
22:53:10 [2024-04-25T22:53:10.078Z] === PAUSE TestHardRestartWhenContainerIsRunning
22:53:10 [2024-04-25T22:53:10.078Z] === RUN   TestContainerKillOnDaemonStart
22:53:10 [2024-04-25T22:53:10.078Z] === PAUSE TestContainerKillOnDaemonStart
22:53:10 [2024-04-25T22:53:10.078Z] === RUN   TestDiff
22:53:10 [2024-04-25T22:53:10.640Z] --- PASS: TestDiff (0.42s)
22:53:10 [2024-04-25T22:53:10.640Z] === RUN   TestDiffStoppedContainer
22:53:10 [2024-04-25T22:53:10.896Z] --- PASS: TestDiffStoppedContainer (0.44s)
22:53:10 [2024-04-25T22:53:10.896Z] === RUN   TestExecConsoleSize
22:53:11 [2024-04-25T22:53:11.459Z] --- PASS: TestExecConsoleSize (0.50s)
22:53:11 [2024-04-25T22:53:11.459Z] === RUN   TestExecWithCloseStdin
22:53:12 [2024-04-25T22:53:12.021Z] --- PASS: TestExecWithCloseStdin (0.48s)
22:53:12 [2024-04-25T22:53:12.021Z] === RUN   TestExec
22:53:12 [2024-04-25T22:53:12.277Z] --- PASS: TestExec (0.45s)
22:53:12 [2024-04-25T22:53:12.277Z] === RUN   TestExecUser
22:53:12 [2024-04-25T22:53:12.839Z] --- PASS: TestExecUser (0.45s)
22:53:12 [2024-04-25T22:53:12.839Z] === RUN   TestExecWithGroupAdd
22:53:13 [2024-04-25T22:53:13.401Z] --- PASS: TestExecWithGroupAdd (0.46s)
22:53:13 [2024-04-25T22:53:13.401Z] === RUN   TestExportContainerAndImportImage
22:53:13 [2024-04-25T22:53:13.658Z] --- PASS: TestExportContainerAndImportImage (0.43s)
22:53:13 [2024-04-25T22:53:13.658Z] === RUN   TestExportContainerAfterDaemonRestart
22:53:20 [2024-04-25T22:53:20.194Z] --- PASS: TestExportContainerAfterDaemonRestart (6.15s)
22:53:20 [2024-04-25T22:53:20.194Z] === RUN   TestHealthCheckWorkdir
22:53:20 [2024-04-25T22:53:20.450Z] --- PASS: TestHealthCheckWorkdir (0.53s)
22:53:20 [2024-04-25T22:53:20.450Z] === RUN   TestHealthKillContainer
22:53:28 [2024-04-25T22:53:28.537Z] --- PASS: TestHealthKillContainer (7.62s)
22:53:28 [2024-04-25T22:53:28.537Z] === RUN   TestHealthCheckProcessKilled
22:53:28 [2024-04-25T22:53:28.793Z] --- PASS: TestHealthCheckProcessKilled (0.68s)
22:53:28 [2024-04-25T22:53:28.793Z] === RUN   TestHealthStartInterval
22:53:30 [2024-04-25T22:53:30.158Z]     health_test.go:141: &{2024-04-25 22:53:29.814568545 +0000 UTC 2024-04-25 22:53:29.841793613 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
22:53:30 [2024-04-25T22:53:30.158Z]         }
22:53:30 [2024-04-25T22:53:30.158Z]     health_test.go:141: &{2024-04-25 22:53:29.814568545 +0000 UTC 2024-04-25 22:53:29.841793613 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
22:53:30 [2024-04-25T22:53:30.158Z]         }
22:53:30 [2024-04-25T22:53:30.158Z]     health_test.go:141: &{2024-04-25 22:53:29.814568545 +0000 UTC 2024-04-25 22:53:29.841793613 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
22:53:30 [2024-04-25T22:53:30.158Z]         }
22:53:30 [2024-04-25T22:53:30.414Z]     health_test.go:141: &{2024-04-25 22:53:29.814568545 +0000 UTC 2024-04-25 22:53:29.841793613 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
22:53:30 [2024-04-25T22:53:30.414Z]         }
22:53:30 [2024-04-25T22:53:30.414Z]     health_test.go:141: &{2024-04-25 22:53:29.814568545 +0000 UTC 2024-04-25 22:53:29.841793613 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
22:53:30 [2024-04-25T22:53:30.414Z]         }
22:53:30 [2024-04-25T22:53:30.670Z]     health_test.go:141: &{2024-04-25 22:53:29.814568545 +0000 UTC 2024-04-25 22:53:29.841793613 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
22:53:30 [2024-04-25T22:53:30.670Z]         }
22:53:30 [2024-04-25T22:53:30.670Z]     health_test.go:141: &{2024-04-25 22:53:29.814568545 +0000 UTC 2024-04-25 22:53:29.841793613 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
22:53:30 [2024-04-25T22:53:30.670Z]         }
22:53:30 [2024-04-25T22:53:30.670Z]     health_test.go:141: &{2024-04-25 22:53:29.814568545 +0000 UTC 2024-04-25 22:53:29.841793613 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
22:53:30 [2024-04-25T22:53:30.670Z]         }
22:53:30 [2024-04-25T22:53:30.926Z]     health_test.go:141: &{2024-04-25 22:53:29.814568545 +0000 UTC 2024-04-25 22:53:29.841793613 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
22:53:30 [2024-04-25T22:53:30.926Z]         }
22:53:30 [2024-04-25T22:53:30.926Z]     health_test.go:141: &{2024-04-25 22:53:29.814568545 +0000 UTC 2024-04-25 22:53:29.841793613 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
22:53:30 [2024-04-25T22:53:30.926Z]         }
22:53:31 [2024-04-25T22:53:31.182Z]     health_test.go:141: &{2024-04-25 22:53:30.842533112 +0000 UTC 2024-04-25 22:53:30.870162318 +0000 UTC 1 2}
22:53:31 [2024-04-25T22:53:31.182Z]     health_test.go:141: &{2024-04-25 22:53:30.842533112 +0000 UTC 2024-04-25 22:53:30.870162318 +0000 UTC 1 2}
22:53:31 [2024-04-25T22:53:31.182Z]     health_test.go:141: &{2024-04-25 22:53:30.842533112 +0000 UTC 2024-04-25 22:53:30.870162318 +0000 UTC 1 2}
22:53:31 [2024-04-25T22:53:31.438Z]     health_test.go:141: &{2024-04-25 22:53:30.842533112 +0000 UTC 2024-04-25 22:53:30.870162318 +0000 UTC 1 2}
22:53:31 [2024-04-25T22:53:31.438Z]     health_test.go:141: &{2024-04-25 22:53:30.842533112 +0000 UTC 2024-04-25 22:53:30.870162318 +0000 UTC 1 2}
22:53:31 [2024-04-25T22:53:31.438Z]     health_test.go:141: &{2024-04-25 22:53:30.842533112 +0000 UTC 2024-04-25 22:53:30.870162318 +0000 UTC 1 2}
22:53:31 [2024-04-25T22:53:31.694Z]     health_test.go:141: &{2024-04-25 22:53:30.842533112 +0000 UTC 2024-04-25 22:53:30.870162318 +0000 UTC 1 2}
22:53:31 [2024-04-25T22:53:31.694Z]     health_test.go:141: &{2024-04-25 22:53:30.842533112 +0000 UTC 2024-04-25 22:53:30.870162318 +0000 UTC 1 2}
22:53:31 [2024-04-25T22:53:31.950Z]     health_test.go:141: &{2024-04-25 22:53:30.842533112 +0000 UTC 2024-04-25 22:53:30.870162318 +0000 UTC 1 2}
22:53:31 [2024-04-25T22:53:31.950Z]     health_test.go:141: &{2024-04-25 22:53:30.842533112 +0000 UTC 2024-04-25 22:53:30.870162318 +0000 UTC 1 2}
22:53:31 [2024-04-25T22:53:31.950Z]     health_test.go:169: 1.028547899s
22:53:33 [2024-04-25T22:53:33.334Z]     health_test.go:169: 1.028547899s
22:53:34 [2024-04-25T22:53:34.304Z]     health_test.go:169: 1.028547899s
22:53:35 [2024-04-25T22:53:35.272Z]     health_test.go:169: 1.028547899s
22:53:36 [2024-04-25T22:53:36.231Z]     health_test.go:169: 1.028547899s
22:53:37 [2024-04-25T22:53:37.158Z]     health_test.go:169: 1.028547899s
22:53:38 [2024-04-25T22:53:38.085Z]     health_test.go:169: 1.028547899s
22:53:39 [2024-04-25T22:53:39.013Z]     health_test.go:169: 1.028547899s
22:53:40 [2024-04-25T22:53:40.378Z]     health_test.go:169: 1.028547899s
22:53:41 [2024-04-25T22:53:41.305Z]     health_test.go:169: 1.028547899s
22:53:42 [2024-04-25T22:53:42.232Z]     health_test.go:169: 1.028547899s
22:53:43 [2024-04-25T22:53:43.160Z]     health_test.go:169: 1.028547899s
22:53:44 [2024-04-25T22:53:44.086Z]     health_test.go:169: 1.028547899s
22:53:45 [2024-04-25T22:53:45.014Z]     health_test.go:169: 1.028547899s
22:53:46 [2024-04-25T22:53:46.378Z]     health_test.go:169: 1.028547899s
22:53:47 [2024-04-25T22:53:47.305Z]     health_test.go:169: 1.028547899s
22:53:48 [2024-04-25T22:53:48.233Z]     health_test.go:169: 1.028547899s
22:53:49 [2024-04-25T22:53:49.161Z]     health_test.go:169: 1.028547899s
22:53:50 [2024-04-25T22:53:50.088Z]     health_test.go:169: 1.028547899s
22:53:51 [2024-04-25T22:53:51.016Z]     health_test.go:169: 1.028547899s
22:53:52 [2024-04-25T22:53:52.381Z]     health_test.go:169: 1.028547899s
22:53:53 [2024-04-25T22:53:53.308Z]     health_test.go:169: 1.028547899s
22:53:54 [2024-04-25T22:53:54.236Z]     health_test.go:169: 1.028547899s
22:53:55 [2024-04-25T22:53:55.163Z]     health_test.go:169: 1.028547899s
22:53:56 [2024-04-25T22:53:56.091Z]     health_test.go:169: 1.028547899s
22:53:57 [2024-04-25T22:53:57.019Z]     health_test.go:169: 1.028547899s
22:53:58 [2024-04-25T22:53:58.384Z]     health_test.go:169: 1.028547899s
22:53:59 [2024-04-25T22:53:59.312Z]     health_test.go:169: 1.028547899s
22:54:00 [2024-04-25T22:54:00.240Z]     health_test.go:169: 1.028547899s
22:54:01 [2024-04-25T22:54:01.167Z]     health_test.go:169: 1.028547899s
22:54:02 [2024-04-25T22:54:02.532Z] --- PASS: TestHealthStartInterval (33.58s)
22:54:02 [2024-04-25T22:54:02.532Z] === RUN   TestInspectAnnotations
22:54:02 [2024-04-25T22:54:02.532Z] --- PASS: TestInspectAnnotations (0.05s)
22:54:02 [2024-04-25T22:54:02.532Z] === RUN   TestNetworkAliasesAreEmpty
22:54:02 [2024-04-25T22:54:02.532Z] === RUN   TestNetworkAliasesAreEmpty/host
22:54:02 [2024-04-25T22:54:02.532Z] === RUN   TestNetworkAliasesAreEmpty/bridge
22:54:02 [2024-04-25T22:54:02.532Z] === RUN   TestNetworkAliasesAreEmpty/none
22:54:02 [2024-04-25T22:54:02.532Z] --- PASS: TestNetworkAliasesAreEmpty (0.13s)
22:54:02 [2024-04-25T22:54:02.532Z]     --- PASS: TestNetworkAliasesAreEmpty/host (0.04s)
22:54:02 [2024-04-25T22:54:02.532Z]     --- PASS: TestNetworkAliasesAreEmpty/bridge (0.04s)
22:54:02 [2024-04-25T22:54:02.532Z]     --- PASS: TestNetworkAliasesAreEmpty/none (0.04s)
22:54:02 [2024-04-25T22:54:02.532Z] === RUN   TestIpcModeNone
22:54:02 [2024-04-25T22:54:02.788Z] --- PASS: TestIpcModeNone (0.43s)
22:54:02 [2024-04-25T22:54:02.788Z] === RUN   TestIpcModePrivate
22:54:03 [2024-04-25T22:54:03.045Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
22:54:03 [2024-04-25T22:54:03.301Z] --- PASS: TestIpcModePrivate (0.46s)
22:54:03 [2024-04-25T22:54:03.301Z] === RUN   TestIpcModeShareable
22:54:03 [2024-04-25T22:54:03.557Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
22:54:03 [2024-04-25T22:54:03.813Z] --- PASS: TestIpcModeShareable (0.46s)
22:54:03 [2024-04-25T22:54:03.813Z] === RUN   TestAPIIpcModeShareableAndContainer
22:54:05 [2024-04-25T22:54:05.181Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.11s)
22:54:05 [2024-04-25T22:54:05.181Z] === RUN   TestAPIIpcModeHost
22:54:05 [2024-04-25T22:54:05.181Z] --- PASS: TestAPIIpcModeHost (0.26s)
22:54:05 [2024-04-25T22:54:05.181Z] === RUN   TestDaemonIpcModeShareable
22:54:06 [2024-04-25T22:54:06.109Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
22:54:06 [2024-04-25T22:54:06.365Z] --- PASS: TestDaemonIpcModeShareable (1.06s)
22:54:06 [2024-04-25T22:54:06.365Z] === RUN   TestDaemonIpcModePrivate
22:54:07 [2024-04-25T22:54:07.292Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
22:54:07 [2024-04-25T22:54:07.292Z] --- PASS: TestDaemonIpcModePrivate (1.05s)
22:54:07 [2024-04-25T22:54:07.292Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:54:08 [2024-04-25T22:54:08.244Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
22:54:08 [2024-04-25T22:54:08.244Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.02s)
22:54:08 [2024-04-25T22:54:08.244Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:54:09 [2024-04-25T22:54:09.173Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
22:54:09 [2024-04-25T22:54:09.429Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.06s)
22:54:09 [2024-04-25T22:54:09.429Z] === RUN   TestIpcModeOlderClient
22:54:09 [2024-04-25T22:54:09.429Z] === PAUSE TestIpcModeOlderClient
22:54:09 [2024-04-25T22:54:09.429Z] === RUN   TestKillContainerInvalidSignal
22:54:09 [2024-04-25T22:54:09.686Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
22:54:09 [2024-04-25T22:54:09.686Z] === RUN   TestKillContainer
22:54:09 [2024-04-25T22:54:09.942Z] === RUN   TestKillContainer/no_signal
22:54:10 [2024-04-25T22:54:10.198Z] === RUN   TestKillContainer/non_killing_signal
22:54:10 [2024-04-25T22:54:10.454Z] === RUN   TestKillContainer/killing_signal
22:54:11 [2024-04-25T22:54:11.016Z] --- PASS: TestKillContainer (1.26s)
22:54:11 [2024-04-25T22:54:11.016Z]     --- PASS: TestKillContainer/no_signal (0.39s)
22:54:11 [2024-04-25T22:54:11.016Z]     --- PASS: TestKillContainer/non_killing_signal (0.22s)
22:54:11 [2024-04-25T22:54:11.016Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
22:54:11 [2024-04-25T22:54:11.016Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:54:11 [2024-04-25T22:54:11.016Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:54:11 [2024-04-25T22:54:11.578Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:54:11 [2024-04-25T22:54:11.834Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.82s)
22:54:11 [2024-04-25T22:54:11.834Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
22:54:11 [2024-04-25T22:54:11.834Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s)
22:54:11 [2024-04-25T22:54:11.834Z] === RUN   TestKillStoppedContainer
22:54:11 [2024-04-25T22:54:11.834Z] --- PASS: TestKillStoppedContainer (0.05s)
22:54:11 [2024-04-25T22:54:11.834Z] === RUN   TestKillDifferentUserContainer
22:54:12 [2024-04-25T22:54:12.395Z] --- PASS: TestKillDifferentUserContainer (0.44s)
22:54:12 [2024-04-25T22:54:12.395Z] === RUN   TestInspectOomKilledTrue
22:54:12 [2024-04-25T22:54:12.957Z] --- PASS: TestInspectOomKilledTrue (0.48s)
22:54:12 [2024-04-25T22:54:12.957Z] === RUN   TestInspectOomKilledFalse
22:54:13 [2024-04-25T22:54:13.213Z] --- PASS: TestInspectOomKilledFalse (0.38s)
22:54:13 [2024-04-25T22:54:13.213Z] === RUN   TestLinksEtcHostsContentMatch
22:54:13 [2024-04-25T22:54:13.469Z] --- PASS: TestLinksEtcHostsContentMatch (0.20s)
22:54:13 [2024-04-25T22:54:13.469Z] === RUN   TestLinksContainerNames
22:54:14 [2024-04-25T22:54:14.397Z] --- PASS: TestLinksContainerNames (0.92s)
22:54:14 [2024-04-25T22:54:14.397Z] === RUN   TestLogsFollowTailEmpty
22:54:14 [2024-04-25T22:54:14.959Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
22:54:14 [2024-04-25T22:54:14.959Z] === RUN   TestLogs
22:54:14 [2024-04-25T22:54:14.959Z] === RUN   TestLogs/driver_local
22:54:14 [2024-04-25T22:54:14.959Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === RUN   TestLogs/driver_local/tty/only_stdout
22:54:14 [2024-04-25T22:54:14.959Z] === PAUSE TestLogs/driver_local/tty/only_stdout
22:54:14 [2024-04-25T22:54:14.959Z] === RUN   TestLogs/driver_local/tty/only_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === PAUSE TestLogs/driver_local/tty/only_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
22:54:14 [2024-04-25T22:54:14.959Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
22:54:14 [2024-04-25T22:54:14.959Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === CONT  TestLogs/driver_local/tty/only_stderr
22:54:14 [2024-04-25T22:54:14.959Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
22:54:14 [2024-04-25T22:54:14.959Z] === CONT  TestLogs/driver_local/tty/only_stdout
22:54:16 [2024-04-25T22:54:16.325Z] === RUN   TestLogs/driver_json-file
22:54:16 [2024-04-25T22:54:16.326Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
22:54:16 [2024-04-25T22:54:16.326Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
22:54:16 [2024-04-25T22:54:16.326Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
22:54:16 [2024-04-25T22:54:16.326Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
22:54:16 [2024-04-25T22:54:16.326Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
22:54:16 [2024-04-25T22:54:16.326Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
22:54:16 [2024-04-25T22:54:16.326Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
22:54:16 [2024-04-25T22:54:16.326Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
22:54:17 [2024-04-25T22:54:17.693Z] --- PASS: TestLogs (2.96s)
22:54:17 [2024-04-25T22:54:17.693Z]     --- PASS: TestLogs/driver_local (0.01s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.02s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.22s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.29s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.38s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.45s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.51s)
22:54:17 [2024-04-25T22:54:17.693Z]     --- PASS: TestLogs/driver_json-file (0.01s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.74s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.03s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.26s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.33s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.37s)
22:54:17 [2024-04-25T22:54:17.693Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.44s)
22:54:17 [2024-04-25T22:54:17.693Z] === RUN   TestContainerNetworkMountsNoChown
22:54:18 [2024-04-25T22:54:18.256Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s)
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/default
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/default
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/private
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/private
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rprivate
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rprivate
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/slave
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/slave
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rslave
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rslave
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/shared
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/shared
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rshared
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rshared
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/default
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rshared
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/slave
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/shared
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/private
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rslave
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/private/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rprivate
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/default/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/private/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/default/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/private/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/default/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/default/mount_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/private/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:54:18 [2024-04-25T22:54:18.256Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:54:18 [2024-04-25T22:54:18.512Z] --- PASS: TestMountDaemonRoot (0.01s)
22:54:18 [2024-04-25T22:54:18.512Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
22:54:18 [2024-04-25T22:54:18.512Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
22:54:18 [2024-04-25T22:54:18.512Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s)
22:54:18 [2024-04-25T22:54:18.512Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.06s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s)
22:54:18 [2024-04-25T22:54:18.512Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
22:54:18 [2024-04-25T22:54:18.512Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
22:54:18 [2024-04-25T22:54:18.512Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
22:54:18 [2024-04-25T22:54:18.512Z] === RUN   TestContainerBindMountNonRecursive
22:54:19 [2024-04-25T22:54:19.440Z] --- PASS: TestContainerBindMountNonRecursive (1.09s)
22:54:19 [2024-04-25T22:54:19.440Z] === RUN   TestContainerVolumesMountedAsShared
22:54:20 [2024-04-25T22:54:20.003Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s)
22:54:20 [2024-04-25T22:54:20.003Z] === RUN   TestContainerVolumesMountedAsSlave
22:54:20 [2024-04-25T22:54:20.259Z] --- PASS: TestContainerVolumesMountedAsSlave (0.28s)
22:54:20 [2024-04-25T22:54:20.259Z] === RUN   TestContainerCopyLeaksMounts
22:54:20 [2024-04-25T22:54:20.820Z] --- PASS: TestContainerCopyLeaksMounts (0.48s)
22:54:20 [2024-04-25T22:54:20.820Z] === RUN   TestContainerBindMountReadOnlyDefault
22:54:20 [2024-04-25T22:54:20.820Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44
22:54:20 [2024-04-25T22:54:20.820Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount
22:54:21 [2024-04-25T22:54:21.077Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount
22:54:21 [2024-04-25T22:54:21.639Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44
22:54:21 [2024-04-25T22:54:21.639Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount
22:54:21 [2024-04-25T22:54:21.895Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount
22:54:22 [2024-04-25T22:54:22.457Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default
22:54:22 [2024-04-25T22:54:22.457Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount
22:54:22 [2024-04-25T22:54:22.713Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount
22:54:22 [2024-04-25T22:54:22.969Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default
22:54:22 [2024-04-25T22:54:22.969Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount
22:54:23 [2024-04-25T22:54:23.531Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount
22:54:24 [2024-04-25T22:54:24.093Z] --- PASS: TestContainerBindMountReadOnlyDefault (3.26s)
22:54:24 [2024-04-25T22:54:24.093Z]     --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 (0.86s)
22:54:24 [2024-04-25T22:54:24.093Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount (0.41s)
22:54:24 [2024-04-25T22:54:24.093Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount (0.45s)
22:54:24 [2024-04-25T22:54:24.093Z]     --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 (0.77s)
22:54:24 [2024-04-25T22:54:24.093Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount (0.41s)
22:54:24 [2024-04-25T22:54:24.093Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount (0.36s)
22:54:24 [2024-04-25T22:54:24.093Z]     --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default (0.78s)
22:54:24 [2024-04-25T22:54:24.093Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount (0.38s)
22:54:24 [2024-04-25T22:54:24.093Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount (0.39s)
22:54:24 [2024-04-25T22:54:24.093Z]     --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default (0.78s)
22:54:24 [2024-04-25T22:54:24.093Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount (0.41s)
22:54:24 [2024-04-25T22:54:24.093Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount (0.36s)
22:54:24 [2024-04-25T22:54:24.093Z] === RUN   TestContainerBindMountRecursivelyReadOnly
22:54:25 [2024-04-25T22:54:25.459Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.35s)
22:54:25 [2024-04-25T22:54:25.459Z] === RUN   TestNetworkNat
22:54:25 [2024-04-25T22:54:25.715Z] --- PASS: TestNetworkNat (0.46s)
22:54:25 [2024-04-25T22:54:25.715Z] === RUN   TestNetworkLocalhostTCPNat
22:54:26 [2024-04-25T22:54:26.277Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
22:54:26 [2024-04-25T22:54:26.277Z] === RUN   TestNetworkLoopbackNat
22:54:28 [2024-04-25T22:54:28.794Z] --- PASS: TestNetworkLoopbackNat (2.55s)
22:54:28 [2024-04-25T22:54:28.794Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
22:54:29 [2024-04-25T22:54:29.050Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
22:54:29 [2024-04-25T22:54:29.050Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
22:54:29 [2024-04-25T22:54:29.050Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
22:54:29 [2024-04-25T22:54:29.050Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
22:54:29 [2024-04-25T22:54:29.050Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.44s)
22:54:29 [2024-04-25T22:54:29.050Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s)
22:54:29 [2024-04-25T22:54:29.050Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
22:54:29 [2024-04-25T22:54:29.050Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
22:54:29 [2024-04-25T22:54:29.050Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
22:54:29 [2024-04-25T22:54:29.050Z] === RUN   TestPause
22:54:29 [2024-04-25T22:54:29.612Z] --- PASS: TestPause (0.48s)
22:54:29 [2024-04-25T22:54:29.612Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:54:29 [2024-04-25T22:54:29.612Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:54:29 [2024-04-25T22:54:29.612Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:54:29 [2024-04-25T22:54:29.612Z] === RUN   TestPauseStopPausedContainer
22:54:30 [2024-04-25T22:54:30.175Z] --- PASS: TestPauseStopPausedContainer (0.44s)
22:54:30 [2024-04-25T22:54:30.175Z] === RUN   TestPIDModeHost
22:54:31 [2024-04-25T22:54:31.102Z] --- PASS: TestPIDModeHost (0.91s)
22:54:31 [2024-04-25T22:54:31.102Z] === RUN   TestPIDModeContainer
22:54:31 [2024-04-25T22:54:31.102Z] === RUN   TestPIDModeContainer/non-existing_container
22:54:31 [2024-04-25T22:54:31.102Z] === RUN   TestPIDModeContainer/non-running_container
22:54:31 [2024-04-25T22:54:31.102Z] === RUN   TestPIDModeContainer/running_container
22:54:32 [2024-04-25T22:54:32.032Z] --- PASS: TestPIDModeContainer (1.09s)
22:54:32 [2024-04-25T22:54:32.032Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
22:54:32 [2024-04-25T22:54:32.032Z]     --- PASS: TestPIDModeContainer/non-running_container (0.20s)
22:54:32 [2024-04-25T22:54:32.032Z]     --- PASS: TestPIDModeContainer/running_container (0.45s)
22:54:32 [2024-04-25T22:54:32.032Z] === RUN   TestPsFilter
22:54:32 [2024-04-25T22:54:32.288Z] === RUN   TestPsFilter/since
22:54:32 [2024-04-25T22:54:32.288Z] === RUN   TestPsFilter/before
22:54:32 [2024-04-25T22:54:32.288Z] --- PASS: TestPsFilter (0.12s)
22:54:32 [2024-04-25T22:54:32.288Z]     --- PASS: TestPsFilter/since (0.00s)
22:54:32 [2024-04-25T22:54:32.288Z]     --- PASS: TestPsFilter/before (0.00s)
22:54:32 [2024-04-25T22:54:32.288Z] === RUN   TestRemoveContainerWithRemovedVolume
22:54:32 [2024-04-25T22:54:32.544Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
22:54:32 [2024-04-25T22:54:32.544Z] === RUN   TestRemoveContainerWithVolume
22:54:33 [2024-04-25T22:54:33.106Z] --- PASS: TestRemoveContainerWithVolume (0.44s)
22:54:33 [2024-04-25T22:54:33.106Z] === RUN   TestRemoveContainerRunning
22:54:33 [2024-04-25T22:54:33.668Z] --- PASS: TestRemoveContainerRunning (0.44s)
22:54:33 [2024-04-25T22:54:33.668Z] === RUN   TestRemoveContainerForceRemoveRunning
22:54:33 [2024-04-25T22:54:33.925Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s)
22:54:33 [2024-04-25T22:54:33.925Z] === RUN   TestRemoveInvalidContainer
22:54:33 [2024-04-25T22:54:33.925Z] --- PASS: TestRemoveInvalidContainer (0.01s)
22:54:33 [2024-04-25T22:54:33.925Z] === RUN   TestRenameLinkedContainer
22:54:35 [2024-04-25T22:54:35.814Z] --- PASS: TestRenameLinkedContainer (1.73s)
22:54:35 [2024-04-25T22:54:35.814Z] === RUN   TestRenameStoppedContainer
22:54:36 [2024-04-25T22:54:36.071Z] --- PASS: TestRenameStoppedContainer (0.40s)
22:54:36 [2024-04-25T22:54:36.071Z] === RUN   TestRenameRunningContainerAndReuse
22:54:36 [2024-04-25T22:54:36.998Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s)
22:54:36 [2024-04-25T22:54:36.998Z] === RUN   TestRenameInvalidName
22:54:37 [2024-04-25T22:54:37.254Z] --- PASS: TestRenameInvalidName (0.39s)
22:54:37 [2024-04-25T22:54:37.254Z] === RUN   TestRenameAnonymousContainer
22:54:39 [2024-04-25T22:54:39.144Z] --- PASS: TestRenameAnonymousContainer (1.56s)
22:54:39 [2024-04-25T22:54:39.144Z] === RUN   TestRenameContainerWithSameName
22:54:39 [2024-04-25T22:54:39.400Z] --- PASS: TestRenameContainerWithSameName (0.46s)
22:54:39 [2024-04-25T22:54:39.400Z] === RUN   TestRenameContainerWithLinkedContainer
22:54:40 [2024-04-25T22:54:40.327Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s)
22:54:40 [2024-04-25T22:54:40.327Z] === RUN   TestRenameContainerTwice
22:54:40 [2024-04-25T22:54:40.583Z] --- PASS: TestRenameContainerTwice (0.43s)
22:54:40 [2024-04-25T22:54:40.583Z] === RUN   TestResize
22:54:40 [2024-04-25T22:54:40.583Z] === RUN   TestResize/success
22:54:40 [2024-04-25T22:54:40.839Z] === RUN   TestResize/invalid_size
22:54:41 [2024-04-25T22:54:41.096Z] === RUN   TestResize/invalid_state
22:54:41 [2024-04-25T22:54:41.658Z] --- PASS: TestResize (0.90s)
22:54:41 [2024-04-25T22:54:41.658Z]     --- PASS: TestResize/success (0.22s)
22:54:41 [2024-04-25T22:54:41.658Z]     --- PASS: TestResize/invalid_size (0.22s)
22:54:41 [2024-04-25T22:54:41.658Z]     --- PASS: TestResize/invalid_state (0.03s)
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:54:41 [2024-04-25T22:54:41.658Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:54:43 [2024-04-25T22:54:43.025Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:54:43 [2024-04-25T22:54:43.025Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:54:43 [2024-04-25T22:54:43.025Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:54:43 [2024-04-25T22:54:43.025Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:54:43 [2024-04-25T22:54:43.589Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:54:43 [2024-04-25T22:54:43.589Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:54:43 [2024-04-25T22:54:43.589Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:54:44 [2024-04-25T22:54:44.956Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:54:49 [2024-04-25T22:54:49.125Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.88s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.05s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.12s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.12s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.47s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.03s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.14s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.84s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.38s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.86s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.89s)
22:54:49 [2024-04-25T22:54:49.125Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.15s)
22:54:49 [2024-04-25T22:54:49.125Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
22:54:49 [2024-04-25T22:54:49.125Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
22:54:49 [2024-04-25T22:54:49.381Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
22:54:50 [2024-04-25T22:54:50.308Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.79s)
22:54:50 [2024-04-25T22:54:50.309Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.87s)
22:54:50 [2024-04-25T22:54:50.309Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.92s)
22:54:50 [2024-04-25T22:54:50.309Z] === RUN   TestContainerRestartWithCancelledRequest
22:54:52 [2024-04-25T22:54:52.198Z] --- PASS: TestContainerRestartWithCancelledRequest (1.82s)
22:54:52 [2024-04-25T22:54:52.198Z] === RUN   TestCgroupNamespacesRun
22:54:53 [2024-04-25T22:54:53.126Z] --- PASS: TestCgroupNamespacesRun (1.04s)
22:54:53 [2024-04-25T22:54:53.126Z] === RUN   TestCgroupNamespacesRunPrivileged
22:54:54 [2024-04-25T22:54:54.491Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s)
22:54:54 [2024-04-25T22:54:54.491Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:54:55 [2024-04-25T22:54:55.419Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.02s)
22:54:55 [2024-04-25T22:54:55.419Z] === RUN   TestCgroupNamespacesRunHostMode
22:54:56 [2024-04-25T22:54:56.347Z] --- PASS: TestCgroupNamespacesRunHostMode (1.04s)
22:54:56 [2024-04-25T22:54:56.347Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:54:57 [2024-04-25T22:54:57.275Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.04s)
22:54:57 [2024-04-25T22:54:57.275Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:54:58 [2024-04-25T22:54:58.641Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.00s)
22:54:58 [2024-04-25T22:54:58.641Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:54:58 [2024-04-25T22:54:58.897Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s)
22:54:58 [2024-04-25T22:54:58.897Z] === RUN   TestCgroupNamespacesRunOlderClient
22:55:00 [2024-04-25T22:55:00.262Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.10s)
22:55:00 [2024-04-25T22:55:00.262Z] === RUN   TestNISDomainname
22:55:00 [2024-04-25T22:55:00.518Z] --- PASS: TestNISDomainname (0.46s)
22:55:00 [2024-04-25T22:55:00.518Z] === RUN   TestHostnameDnsResolution
22:55:01 [2024-04-25T22:55:01.081Z] --- PASS: TestHostnameDnsResolution (0.62s)
22:55:01 [2024-04-25T22:55:01.081Z] === RUN   TestUnprivilegedPortsAndPing
22:55:01 [2024-04-25T22:55:01.642Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s)
22:55:01 [2024-04-25T22:55:01.642Z] === RUN   TestPrivilegedHostDevices
22:55:02 [2024-04-25T22:55:02.204Z] --- PASS: TestPrivilegedHostDevices (0.48s)
22:55:02 [2024-04-25T22:55:02.204Z] === RUN   TestRunConsoleSize
22:55:02 [2024-04-25T22:55:02.460Z] --- PASS: TestRunConsoleSize (0.42s)
22:55:02 [2024-04-25T22:55:02.460Z] === RUN   TestRunWithAlternativeContainerdShim
22:55:08 [2024-04-25T22:55:08.998Z] --- PASS: TestRunWithAlternativeContainerdShim (5.35s)
22:55:08 [2024-04-25T22:55:08.998Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
22:55:08 [2024-04-25T22:55:08.998Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.10s)
22:55:08 [2024-04-25T22:55:08.998Z] === RUN   TestStaticIPOutsideSubpool
22:55:10 [2024-04-25T22:55:10.364Z] --- PASS: TestStaticIPOutsideSubpool (1.13s)
22:55:10 [2024-04-25T22:55:10.364Z] === RUN   TestWorkingDirNormalization
22:55:10 [2024-04-25T22:55:10.364Z] === RUN   TestWorkingDirNormalization/trailing_slash
22:55:10 [2024-04-25T22:55:10.364Z] === PAUSE TestWorkingDirNormalization/trailing_slash
22:55:10 [2024-04-25T22:55:10.364Z] === RUN   TestWorkingDirNormalization/no_trailing_slash
22:55:10 [2024-04-25T22:55:10.364Z] === PAUSE TestWorkingDirNormalization/no_trailing_slash
22:55:10 [2024-04-25T22:55:10.364Z] === CONT  TestWorkingDirNormalization/trailing_slash
22:55:10 [2024-04-25T22:55:10.364Z] === CONT  TestWorkingDirNormalization/no_trailing_slash
22:55:10 [2024-04-25T22:55:10.926Z] --- PASS: TestWorkingDirNormalization (0.01s)
22:55:10 [2024-04-25T22:55:10.926Z]     --- PASS: TestWorkingDirNormalization/no_trailing_slash (0.54s)
22:55:10 [2024-04-25T22:55:10.926Z]     --- PASS: TestWorkingDirNormalization/trailing_slash (0.60s)
22:55:10 [2024-04-25T22:55:10.926Z] === RUN   TestStats
22:55:12 [2024-04-25T22:55:12.291Z] --- PASS: TestStats (1.43s)
22:55:12 [2024-04-25T22:55:12.291Z] === RUN   TestStopContainerWithTimeout
22:55:12 [2024-04-25T22:55:12.291Z] === RUN   TestStopContainerWithTimeout/0
22:55:12 [2024-04-25T22:55:12.291Z] === PAUSE TestStopContainerWithTimeout/0
22:55:12 [2024-04-25T22:55:12.291Z] === RUN   TestStopContainerWithTimeout/1
22:55:12 [2024-04-25T22:55:12.291Z] === PAUSE TestStopContainerWithTimeout/1
22:55:12 [2024-04-25T22:55:12.291Z] === RUN   TestStopContainerWithTimeout/3
22:55:12 [2024-04-25T22:55:12.291Z] === PAUSE TestStopContainerWithTimeout/3
22:55:12 [2024-04-25T22:55:12.291Z] === RUN   TestStopContainerWithTimeout/-1
22:55:12 [2024-04-25T22:55:12.291Z] === PAUSE TestStopContainerWithTimeout/-1
22:55:12 [2024-04-25T22:55:12.291Z] === CONT  TestStopContainerWithTimeout/0
22:55:12 [2024-04-25T22:55:12.291Z] === CONT  TestStopContainerWithTimeout/3
22:55:12 [2024-04-25T22:55:12.291Z] === CONT  TestStopContainerWithTimeout/1
22:55:12 [2024-04-25T22:55:12.291Z] === CONT  TestStopContainerWithTimeout/-1
22:55:15 [2024-04-25T22:55:15.558Z] --- PASS: TestStopContainerWithTimeout (0.04s)
22:55:15 [2024-04-25T22:55:15.558Z]     --- PASS: TestStopContainerWithTimeout/0 (0.67s)
22:55:15 [2024-04-25T22:55:15.558Z]     --- PASS: TestStopContainerWithTimeout/1 (1.69s)
22:55:15 [2024-04-25T22:55:15.558Z]     --- PASS: TestStopContainerWithTimeout/3 (2.65s)
22:55:15 [2024-04-25T22:55:15.558Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.71s)
22:55:15 [2024-04-25T22:55:15.558Z] === RUN   TestStopContainerWithTimeoutCancel
22:55:15 [2024-04-25T22:55:15.558Z] === PAUSE TestStopContainerWithTimeoutCancel
22:55:15 [2024-04-25T22:55:15.558Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:55:16 [2024-04-25T22:55:16.924Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.89s)
22:55:16 [2024-04-25T22:55:16.924Z] === RUN   TestUpdateMemory
22:55:17 [2024-04-25T22:55:17.487Z] --- PASS: TestUpdateMemory (0.49s)
22:55:17 [2024-04-25T22:55:17.487Z] === RUN   TestUpdateCPUQuota
22:55:18 [2024-04-25T22:55:18.050Z] --- PASS: TestUpdateCPUQuota (0.73s)
22:55:18 [2024-04-25T22:55:18.050Z] === RUN   TestUpdatePidsLimit
22:55:18 [2024-04-25T22:55:18.050Z] === RUN   TestUpdatePidsLimit/update_from_none
22:55:18 [2024-04-25T22:55:18.306Z] === RUN   TestUpdatePidsLimit/no_change
22:55:18 [2024-04-25T22:55:18.306Z] === RUN   TestUpdatePidsLimit/update_lower
22:55:18 [2024-04-25T22:55:18.562Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:55:18 [2024-04-25T22:55:18.562Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:55:18 [2024-04-25T22:55:18.818Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:55:19 [2024-04-25T22:55:19.074Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:55:19 [2024-04-25T22:55:19.636Z] --- PASS: TestUpdatePidsLimit (1.50s)
22:55:19 [2024-04-25T22:55:19.636Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.15s)
22:55:19 [2024-04-25T22:55:19.636Z]     --- PASS: TestUpdatePidsLimit/no_change (0.15s)
22:55:19 [2024-04-25T22:55:19.636Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.15s)
22:55:19 [2024-04-25T22:55:19.636Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.15s)
22:55:19 [2024-04-25T22:55:19.636Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.16s)
22:55:19 [2024-04-25T22:55:19.636Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.15s)
22:55:19 [2024-04-25T22:55:19.636Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.16s)
22:55:19 [2024-04-25T22:55:19.636Z] === RUN   TestUpdateRestartPolicy
22:55:31 [2024-04-25T22:55:31.806Z] --- PASS: TestUpdateRestartPolicy (10.54s)
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestUpdateRestartWithAutoRemove
22:55:31 [2024-04-25T22:55:31.806Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s)
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitNonBlocked
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:55:31 [2024-04-25T22:55:31.806Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:55:31 [2024-04-25T22:55:31.806Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:55:31 [2024-04-25T22:55:31.806Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:55:31 [2024-04-25T22:55:31.806Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:55:31 [2024-04-25T22:55:31.806Z] --- PASS: TestWaitNonBlocked (0.02s)
22:55:31 [2024-04-25T22:55:31.806Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.50s)
22:55:31 [2024-04-25T22:55:31.806Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.54s)
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitBlocked
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:55:31 [2024-04-25T22:55:31.806Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:55:31 [2024-04-25T22:55:31.806Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:55:31 [2024-04-25T22:55:31.806Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:55:31 [2024-04-25T22:55:31.806Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:55:31 [2024-04-25T22:55:31.806Z] --- PASS: TestWaitBlocked (0.03s)
22:55:31 [2024-04-25T22:55:31.806Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.53s)
22:55:31 [2024-04-25T22:55:31.806Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.58s)
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitConditions
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitConditions/default
22:55:31 [2024-04-25T22:55:31.806Z] === PAUSE TestWaitConditions/default
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitConditions/not-running
22:55:31 [2024-04-25T22:55:31.806Z] === PAUSE TestWaitConditions/not-running
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitConditions/next-exit
22:55:31 [2024-04-25T22:55:31.806Z] === PAUSE TestWaitConditions/next-exit
22:55:31 [2024-04-25T22:55:31.806Z] === RUN   TestWaitConditions/removed
22:55:31 [2024-04-25T22:55:31.806Z] === PAUSE TestWaitConditions/removed
22:55:31 [2024-04-25T22:55:31.806Z] === CONT  TestWaitConditions/default
22:55:31 [2024-04-25T22:55:31.806Z] === CONT  TestWaitConditions/not-running
22:55:31 [2024-04-25T22:55:31.806Z] === CONT  TestWaitConditions/removed
22:55:31 [2024-04-25T22:55:31.806Z] === CONT  TestWaitConditions/next-exit
22:55:31 [2024-04-25T22:55:31.806Z]     wait_test.go:145: ContainerID = 631f521bdd858c9499909e22a59626d8b68bc88ee6118567a3a2aea2221af938
22:55:31 [2024-04-25T22:55:31.806Z]     wait_test.go:145: ContainerID = 279c5c5d8538322915510c7941f6c6193820f03938206bc323474d847b5c3189
22:55:31 [2024-04-25T22:55:31.806Z]     wait_test.go:145: ContainerID = d49cca05f9e500a461dd4bddd750016c018bab93c8d61ab68c9eb9e245494ef7
22:55:31 [2024-04-25T22:55:31.806Z]     wait_test.go:145: ContainerID = 2d4f18fd24ec2e6f5665188a7b2992ac3de1a9419b2385c111b0b66838f4bae3
22:55:33 [2024-04-25T22:55:33.173Z] --- PASS: TestWaitConditions (0.03s)
22:55:33 [2024-04-25T22:55:33.173Z]     --- PASS: TestWaitConditions/removed (0.73s)
22:55:33 [2024-04-25T22:55:33.173Z]     --- PASS: TestWaitConditions/not-running (0.96s)
22:55:33 [2024-04-25T22:55:33.173Z]     --- PASS: TestWaitConditions/default (1.03s)
22:55:33 [2024-04-25T22:55:33.173Z]     --- PASS: TestWaitConditions/next-exit (1.11s)
22:55:33 [2024-04-25T22:55:33.173Z] === RUN   TestWaitRestartedContainer
22:55:33 [2024-04-25T22:55:33.173Z] === RUN   TestWaitRestartedContainer/default
22:55:33 [2024-04-25T22:55:33.173Z] === PAUSE TestWaitRestartedContainer/default
22:55:33 [2024-04-25T22:55:33.173Z] === RUN   TestWaitRestartedContainer/not-running
22:55:33 [2024-04-25T22:55:33.173Z] === PAUSE TestWaitRestartedContainer/not-running
22:55:33 [2024-04-25T22:55:33.173Z] === RUN   TestWaitRestartedContainer/next-exit
22:55:33 [2024-04-25T22:55:33.173Z] === PAUSE TestWaitRestartedContainer/next-exit
22:55:33 [2024-04-25T22:55:33.173Z] === CONT  TestWaitRestartedContainer/default
22:55:33 [2024-04-25T22:55:33.173Z] === CONT  TestWaitRestartedContainer/next-exit
22:55:33 [2024-04-25T22:55:33.173Z] === CONT  TestWaitRestartedContainer/not-running
22:55:34 [2024-04-25T22:55:34.540Z] --- PASS: TestWaitRestartedContainer (0.01s)
22:55:34 [2024-04-25T22:55:34.540Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.31s)
22:55:34 [2024-04-25T22:55:34.540Z]     --- PASS: TestWaitRestartedContainer/default (1.55s)
22:55:34 [2024-04-25T22:55:34.540Z]     --- PASS: TestWaitRestartedContainer/not-running (1.59s)
22:55:34 [2024-04-25T22:55:34.540Z] === CONT  TestHardRestartWhenContainerIsRunning
22:55:34 [2024-04-25T22:55:34.540Z] === CONT  TestDaemonHostGatewayIP
22:55:34 [2024-04-25T22:55:34.540Z] === CONT  TestDaemonRestartIpcMode
22:55:34 [2024-04-25T22:55:34.540Z] === CONT  TestIpcModeOlderClient
22:55:34 [2024-04-25T22:55:34.540Z] === CONT  TestStopContainerWithTimeoutCancel
22:55:34 [2024-04-25T22:55:34.540Z] === CONT  TestContainerKillOnDaemonStart
22:55:34 [2024-04-25T22:55:34.540Z] === CONT  TestContainerStartOnDaemonRestart
22:55:34 [2024-04-25T22:55:34.540Z] === CONT  TestRestartDaemonWithRestartingContainer
22:55:34 [2024-04-25T22:55:34.540Z] --- PASS: TestIpcModeOlderClient (0.11s)
22:55:36 [2024-04-25T22:55:36.431Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
22:55:36 [2024-04-25T22:55:36.431Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
22:55:36 [2024-04-25T22:55:36.688Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.10s)
22:55:36 [2024-04-25T22:55:36.688Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
22:55:36 [2024-04-25T22:55:36.688Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.38s)
22:55:37 [2024-04-25T22:55:37.251Z] --- PASS: TestContainerStartOnDaemonRestart (2.76s)
22:55:37 [2024-04-25T22:55:37.251Z] --- PASS: TestDaemonHostGatewayIP (2.88s)
22:55:37 [2024-04-25T22:55:37.507Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.15s)
22:55:37 [2024-04-25T22:55:37.763Z] --- PASS: TestDaemonRestartIpcMode (3.32s)
22:55:38 [2024-04-25T22:55:38.019Z] --- PASS: TestStopContainerWithTimeoutCancel (3.61s)
22:55:46 [2024-04-25T22:55:46.104Z] --- PASS: TestContainerKillOnDaemonStart (11.63s)
22:55:46 [2024-04-25T22:55:46.104Z] PASS
22:55:46 [2024-04-25T22:55:46.104Z] 
22:55:46 [2024-04-25T22:55:46.104Z] === Skipped
22:55:46 [2024-04-25T22:55:46.104Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
22:55:46 [2024-04-25T22:55:46.104Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:55:46 [2024-04-25T22:55:46.104Z] 
22:55:46 [2024-04-25T22:55:46.104Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:55:46 [2024-04-25T22:55:46.104Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:55:46 [2024-04-25T22:55:46.104Z] 
22:55:46 [2024-04-25T22:55:46.104Z] DONE 330 tests, 2 skipped in 165.918s
22:55:46 [2024-04-25T22:55:46.104Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
22:55:46 [2024-04-25T22:55:46.104Z] ++ '[' -n '' ']'
22:55:46 [2024-04-25T22:55:46.104Z] ++ 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
22:55:46 [2024-04-25T22:55:46.104Z] ++ set -e
22:55:46 [2024-04-25T22:55:46.104Z] ++ '[' -n 0 ']'
22:55:46 [2024-04-25T22:55:46.104Z] ++ set -x
22:55:46 [2024-04-25T22:55:46.104Z] ++ 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.eMtJp3Omsx/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
22:55:46 [2024-04-25T22:55:46.104Z] INFO: Testing against a local daemon
22:55:46 [2024-04-25T22:55:46.104Z] === RUN   TestConfigDaemonID
22:55:47 [2024-04-25T22:55:47.470Z]     daemon_test.go:61: [dcafc9dcd9fd6] daemon is not started
22:55:47 [2024-04-25T22:55:47.470Z] --- PASS: TestConfigDaemonID (1.04s)
22:55:47 [2024-04-25T22:55:47.470Z] === RUN   TestDaemonConfigValidation
22:55:47 [2024-04-25T22:55:47.470Z] === RUN   TestDaemonConfigValidation/config_with_no_content
22:55:47 [2024-04-25T22:55:47.470Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
22:55:47 [2024-04-25T22:55:47.470Z] === RUN   TestDaemonConfigValidation/config_with_{}
22:55:47 [2024-04-25T22:55:47.470Z] === PAUSE TestDaemonConfigValidation/config_with_{}
22:55:47 [2024-04-25T22:55:47.470Z] === RUN   TestDaemonConfigValidation/invalid_config
22:55:47 [2024-04-25T22:55:47.470Z] === PAUSE TestDaemonConfigValidation/invalid_config
22:55:47 [2024-04-25T22:55:47.470Z] === RUN   TestDaemonConfigValidation/malformed_config
22:55:47 [2024-04-25T22:55:47.470Z] === PAUSE TestDaemonConfigValidation/malformed_config
22:55:47 [2024-04-25T22:55:47.470Z] === RUN   TestDaemonConfigValidation/valid_config
22:55:47 [2024-04-25T22:55:47.470Z] === PAUSE TestDaemonConfigValidation/valid_config
22:55:47 [2024-04-25T22:55:47.470Z] === CONT  TestDaemonConfigValidation/config_with_no_content
22:55:47 [2024-04-25T22:55:47.470Z] === CONT  TestDaemonConfigValidation/malformed_config
22:55:47 [2024-04-25T22:55:47.470Z] === CONT  TestDaemonConfigValidation/valid_config
22:55:47 [2024-04-25T22:55:47.470Z] === CONT  TestDaemonConfigValidation/invalid_config
22:55:47 [2024-04-25T22:55:47.470Z] === CONT  TestDaemonConfigValidation/config_with_{}
22:55:47 [2024-04-25T22:55:47.470Z] --- PASS: TestDaemonConfigValidation (0.00s)
22:55:47 [2024-04-25T22:55:47.470Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
22:55:47 [2024-04-25T22:55:47.470Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s)
22:55:47 [2024-04-25T22:55:47.470Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
22:55:47 [2024-04-25T22:55:47.470Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
22:55:47 [2024-04-25T22:55:47.470Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
22:55:47 [2024-04-25T22:55:47.470Z] === RUN   TestConfigDaemonSeccompProfiles
22:55:47 [2024-04-25T22:55:47.470Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
22:55:48 [2024-04-25T22:55:48.398Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
22:55:49 [2024-04-25T22:55:49.325Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
22:55:50 [2024-04-25T22:55:50.252Z]     daemon_test.go:180: [de9c9d2d22649] daemon is not started
22:55:50 [2024-04-25T22:55:50.252Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
22:55:50 [2024-04-25T22:55:50.253Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
22:55:50 [2024-04-25T22:55:50.253Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
22:55:50 [2024-04-25T22:55:50.253Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
22:55:50 [2024-04-25T22:55:50.253Z] === RUN   TestDaemonProxy
22:55:50 [2024-04-25T22:55:50.253Z] === RUN   TestDaemonProxy/environment_variables
22:55:50 [2024-04-25T22:55:50.253Z] === PAUSE TestDaemonProxy/environment_variables
22:55:50 [2024-04-25T22:55:50.253Z] === RUN   TestDaemonProxy/command-line_options
22:55:50 [2024-04-25T22:55:50.253Z] === PAUSE TestDaemonProxy/command-line_options
22:55:50 [2024-04-25T22:55:50.253Z] === RUN   TestDaemonProxy/configuration_file
22:55:50 [2024-04-25T22:55:50.253Z] === PAUSE TestDaemonProxy/configuration_file
22:55:50 [2024-04-25T22:55:50.253Z] === RUN   TestDaemonProxy/conflicting_options
22:55:50 [2024-04-25T22:55:50.815Z] === RUN   TestDaemonProxy/reload_sanitized
22:55:50 [2024-04-25T22:55:50.815Z] === PAUSE TestDaemonProxy/reload_sanitized
22:55:50 [2024-04-25T22:55:50.815Z] === CONT  TestDaemonProxy/environment_variables
22:55:50 [2024-04-25T22:55:50.815Z] === CONT  TestDaemonProxy/configuration_file
22:55:50 [2024-04-25T22:55:50.815Z] === CONT  TestDaemonProxy/reload_sanitized
22:55:50 [2024-04-25T22:55:50.815Z] === CONT  TestDaemonProxy/command-line_options
22:55:53 [2024-04-25T22:55:53.331Z] --- PASS: TestDaemonProxy (0.50s)
22:55:53 [2024-04-25T22:55:53.331Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
22:55:53 [2024-04-25T22:55:53.331Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
22:55:53 [2024-04-25T22:55:53.331Z]     --- PASS: TestDaemonProxy/command-line_options (1.83s)
22:55:53 [2024-04-25T22:55:53.331Z]     --- PASS: TestDaemonProxy/environment_variables (2.02s)
22:55:53 [2024-04-25T22:55:53.331Z]     --- PASS: TestDaemonProxy/configuration_file (2.04s)
22:55:53 [2024-04-25T22:55:53.331Z] === RUN   TestLiveRestore
22:55:53 [2024-04-25T22:55:53.331Z] === RUN   TestLiveRestore/volume_references
22:55:53 [2024-04-25T22:55:53.331Z] === PAUSE TestLiveRestore/volume_references
22:55:53 [2024-04-25T22:55:53.331Z] === RUN   TestLiveRestore/autoremove
22:55:53 [2024-04-25T22:55:53.331Z] === PAUSE TestLiveRestore/autoremove
22:55:53 [2024-04-25T22:55:53.331Z] === CONT  TestLiveRestore/volume_references
22:55:53 [2024-04-25T22:55:53.331Z] === CONT  TestLiveRestore/autoremove
22:55:53 [2024-04-25T22:55:53.331Z] === RUN   TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers
22:55:53 [2024-04-25T22:55:53.587Z] === RUN   TestLiveRestore/volume_references/restartPolicy
22:55:53 [2024-04-25T22:55:53.587Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
22:55:54 [2024-04-25T22:55:54.516Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
22:55:54 [2024-04-25T22:55:54.772Z] === RUN   TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited
22:55:55 [2024-04-25T22:55:55.700Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
22:55:56 [2024-04-25T22:55:56.627Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
22:55:57 [2024-04-25T22:55:57.555Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
22:55:58 [2024-04-25T22:55:58.117Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
22:55:58 [2024-04-25T22:55:58.679Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
22:55:59 [2024-04-25T22:55:59.607Z] --- PASS: TestLiveRestore (0.00s)
22:55:59 [2024-04-25T22:55:59.607Z]     --- PASS: TestLiveRestore/autoremove (3.28s)
22:55:59 [2024-04-25T22:55:59.607Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.80s)
22:55:59 [2024-04-25T22:55:59.607Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.49s)
22:55:59 [2024-04-25T22:55:59.607Z]     --- PASS: TestLiveRestore/volume_references (6.72s)
22:55:59 [2024-04-25T22:55:59.607Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.87s)
22:55:59 [2024-04-25T22:55:59.607Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.97s)
22:55:59 [2024-04-25T22:55:59.607Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.00s)
22:55:59 [2024-04-25T22:55:59.607Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.97s)
22:55:59 [2024-04-25T22:55:59.607Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.94s)
22:55:59 [2024-04-25T22:55:59.607Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.31s)
22:55:59 [2024-04-25T22:55:59.607Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.38s)
22:55:59 [2024-04-25T22:55:59.607Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.93s)
22:55:59 [2024-04-25T22:55:59.607Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
22:56:00 [2024-04-25T22:56:00.535Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s)
22:56:00 [2024-04-25T22:56:00.535Z] PASS
22:56:00 [2024-04-25T22:56:00.535Z] 
22:56:00 [2024-04-25T22:56:00.535Z] DONE 31 tests in 14.202s
22:56:00 [2024-04-25T22:56:00.535Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
22:56:00 [2024-04-25T22:56:00.535Z] ++ '[' -n '' ']'
22:56:00 [2024-04-25T22:56:00.535Z] ++ 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
22:56:00 [2024-04-25T22:56:00.535Z] ++ set -e
22:56:00 [2024-04-25T22:56:00.535Z] ++ '[' -n 0 ']'
22:56:00 [2024-04-25T22:56:00.535Z] ++ set -x
22:56:00 [2024-04-25T22:56:00.535Z] ++ 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.eMtJp3Omsx/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
22:56:00 [2024-04-25T22:56:00.535Z] INFO: Testing against a local daemon
22:56:00 [2024-04-25T22:56:00.535Z] === RUN   TestCommitInheritsEnv
22:56:00 [2024-04-25T22:56:00.535Z] --- PASS: TestCommitInheritsEnv (0.17s)
22:56:00 [2024-04-25T22:56:00.535Z] === RUN   TestUsernsCommit
22:56:01 [2024-04-25T22:56:01.901Z] --- PASS: TestUsernsCommit (1.41s)
22:56:01 [2024-04-25T22:56:01.901Z] === RUN   TestImportExtremelyLargeImageWorks
22:56:01 [2024-04-25T22:56:01.901Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
22:56:01 [2024-04-25T22:56:01.901Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
22:56:01 [2024-04-25T22:56:01.901Z] === RUN   TestImportWithCustomPlatform
22:56:01 [2024-04-25T22:56:01.901Z] === RUN   TestImportWithCustomPlatform/#00
22:56:01 [2024-04-25T22:56:01.901Z] === RUN   TestImportWithCustomPlatform/linux
22:56:01 [2024-04-25T22:56:01.901Z] === RUN   TestImportWithCustomPlatform/LINUX
22:56:01 [2024-04-25T22:56:01.901Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
22:56:02 [2024-04-25T22:56:02.158Z] --- PASS: TestImportWithCustomPlatform (0.12s)
22:56:02 [2024-04-25T22:56:02.158Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
22:56:02 [2024-04-25T22:56:02.158Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
22:56:02 [2024-04-25T22:56:02.158Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
22:56:02 [2024-04-25T22:56:02.158Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
22:56:02 [2024-04-25T22:56:02.158Z] === RUN   TestImportWithCustomPlatformReject
22:56:02 [2024-04-25T22:56:02.158Z] === RUN   TestImportWithCustomPlatformReject/_______
22:56:02 [2024-04-25T22:56:02.158Z] === RUN   TestImportWithCustomPlatformReject//
22:56:02 [2024-04-25T22:56:02.158Z] === RUN   TestImportWithCustomPlatformReject/macos
22:56:02 [2024-04-25T22:56:02.158Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
22:56:02 [2024-04-25T22:56:02.158Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
22:56:02 [2024-04-25T22:56:02.158Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
22:56:02 [2024-04-25T22:56:02.158Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
22:56:02 [2024-04-25T22:56:02.158Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
22:56:02 [2024-04-25T22:56:02.158Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
22:56:02 [2024-04-25T22:56:02.158Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
22:56:02 [2024-04-25T22:56:02.158Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
22:56:02 [2024-04-25T22:56:02.158Z] === RUN   TestImageInspectEmptyTagsAndDigests
22:56:02 [2024-04-25T22:56:02.158Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
22:56:02 [2024-04-25T22:56:02.158Z] === RUN   TestImagesFilterMultiReference
22:56:02 [2024-04-25T22:56:02.158Z] --- PASS: TestImagesFilterMultiReference (0.04s)
22:56:02 [2024-04-25T22:56:02.158Z] === RUN   TestImagesFilterUntil
22:56:02 [2024-04-25T22:56:02.414Z]     list_test.go:99: ImageList: ID=sha256:ef71e628c31650bec21633795b6d9c79d57ebff8da1a46848acfe7ba460b47e4 RepoTags=[testimagesfilteruntil:v1]
22:56:02 [2024-04-25T22:56:02.414Z] --- PASS: TestImagesFilterUntil (0.26s)
22:56:02 [2024-04-25T22:56:02.414Z] === RUN   TestImagesFilterBeforeSince
22:56:02 [2024-04-25T22:56:02.671Z]     list_test.go:133: ImageList: ID=sha256:e61b07058efa740103b5a08f768ca3d0d767522756c7dde87cddc63be28a3718 RepoTags=[testimagesfilterbeforesince:v2]
22:56:02 [2024-04-25T22:56:02.671Z]     list_test.go:133: ImageList: ID=sha256:8be48f067775ec22fe84d064528f7aa931ff432758ed93d9c99d0b04bb349434 RepoTags=[testimagesfilterbeforesince:v3]
22:56:02 [2024-04-25T22:56:02.671Z]     list_test.go:133: ImageList: ID=sha256:98b67d7fe00d2b0fd29ef3303c5b543446b87ff01dbc0e352639ccd0a90d43d4 RepoTags=[testimagesfilterbeforesince:v1]
22:56:02 [2024-04-25T22:56:02.671Z] --- PASS: TestImagesFilterBeforeSince (0.26s)
22:56:02 [2024-04-25T22:56:02.671Z] === RUN   TestAPIImagesFilters
22:56:02 [2024-04-25T22:56:02.671Z] === RUN   TestAPIImagesFilters/repository_regex
22:56:02 [2024-04-25T22:56:02.671Z] === PAUSE TestAPIImagesFilters/repository_regex
22:56:02 [2024-04-25T22:56:02.671Z] === RUN   TestAPIImagesFilters/image_name_regex
22:56:02 [2024-04-25T22:56:02.671Z] === PAUSE TestAPIImagesFilters/image_name_regex
22:56:02 [2024-04-25T22:56:02.671Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
22:56:02 [2024-04-25T22:56:02.671Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
22:56:02 [2024-04-25T22:56:02.671Z] === RUN   TestAPIImagesFilters/registry_port_regex
22:56:02 [2024-04-25T22:56:02.671Z] === PAUSE TestAPIImagesFilters/registry_port_regex
22:56:02 [2024-04-25T22:56:02.671Z] === CONT  TestAPIImagesFilters/repository_regex
22:56:02 [2024-04-25T22:56:02.671Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
22:56:02 [2024-04-25T22:56:02.671Z] === CONT  TestAPIImagesFilters/registry_port_regex
22:56:02 [2024-04-25T22:56:02.671Z] === CONT  TestAPIImagesFilters/image_name_regex
22:56:02 [2024-04-25T22:56:02.671Z] --- PASS: TestAPIImagesFilters (0.03s)
22:56:02 [2024-04-25T22:56:02.671Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
22:56:02 [2024-04-25T22:56:02.671Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
22:56:02 [2024-04-25T22:56:02.671Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
22:56:02 [2024-04-25T22:56:02.671Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
22:56:02 [2024-04-25T22:56:02.671Z] === RUN   TestAPIImagesListSizeShared
22:56:03 [2024-04-25T22:56:03.233Z] --- PASS: TestAPIImagesListSizeShared (0.61s)
22:56:03 [2024-04-25T22:56:03.233Z] === RUN   TestPruneDontDeleteUsedDangling
22:56:03 [2024-04-25T22:56:03.795Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s)
22:56:03 [2024-04-25T22:56:03.795Z] === RUN   TestImagePullPlatformInvalid
22:56:03 [2024-04-25T22:56:03.795Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
22:56:03 [2024-04-25T22:56:03.795Z] === RUN   TestImagePullStoredDigestForOtherRepo
22:56:03 [2024-04-25T22:56:03.795Z] time="2024-04-25T22:56:03.723785205Z" 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=78bf53b7-c1ee-4074-a14b-9af1863f7b62 version=2.8.3 
22:56:03 [2024-04-25T22:56:03.795Z] time="2024-04-25T22:56:03.723827058Z" level=info msg="Starting upload purge in 10m0s" go.version=go1.20.8 instance.id=78bf53b7-c1ee-4074-a14b-9af1863f7b62 version=2.8.3 
22:56:03 [2024-04-25T22:56:03.795Z] time="2024-04-25T22:56:03.723863372Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=78bf53b7-c1ee-4074-a14b-9af1863f7b62 version=2.8.3 
22:56:03 [2024-04-25T22:56:03.796Z] time="2024-04-25T22:56:03.724092697Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=78bf53b7-c1ee-4074-a14b-9af1863f7b62 version=2.8.3 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.819318334Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3cc769a6-b50d-43a5-9e36-00e779ec93d6 http.request.method=GET http.request.remoteaddr="127.0.0.1:54320" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.81951913Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3cc769a6-b50d-43a5-9e36-00e779ec93d6 http.request.method=GET http.request.remoteaddr="127.0.0.1:54320" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.627148ms http.response.status=200 http.response.written=2 
22:56:04 [2024-04-25T22:56:04.054Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.821926557Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0098ed3-8200-431d-9440-be2ec3cea252 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.821974727Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0098ed3-8200-431d-9440-be2ec3cea252 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.82197668Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a5ac1e2a-6dec-449a-b104-9f12cbec9b44 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.822014004Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a5ac1e2a-6dec-449a-b104-9f12cbec9b44 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.822062363Z" 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=f0098ed3-8200-431d-9440-be2ec3cea252 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" trace.duration=37.504µ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=ebec5b92-2098-4d9a-83ba-d70fb373071d trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.822081562Z" 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=a5ac1e2a-6dec-449a-b104-9f12cbec9b44 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" trace.duration=28.963µ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=b89f1ab3-b837-4166-a02b-18a44bea951e trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.822192992Z" 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=f0098ed3-8200-431d-9440-be2ec3cea252 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.186811ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.16+unknown"
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.822261469Z" 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=a5ac1e2a-6dec-449a-b104-9f12cbec9b44 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.240397ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.16+unknown"
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.823965061Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=663ad972-51fa-4075-b0d0-080c99ab4e69 http.request.method=POST http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.824014323Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8d2d9b76-edd6-4371-96ce-4f9aa8049926 http.request.method=POST http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.824029149Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=663ad972-51fa-4075-b0d0-080c99ab4e69 http.request.method=POST http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.824046117Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8d2d9b76-edd6-4371-96ce-4f9aa8049926 http.request.method=POST http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.824203707Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8d2d9b76-edd6-4371-96ce-4f9aa8049926 http.request.method=POST http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" trace.duration=124.73µ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=8d8849b4-c7d2-4e1d-80b3-901291a3365c trace.line=110 vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.82426055Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8d2d9b76-edd6-4371-96ce-4f9aa8049926 http.request.method=POST http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" trace.duration=24.286µ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=5e4cf4c3-de50-48e5-b35d-cdba410bbf0b trace.line=142 vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.824204043Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=663ad972-51fa-4075-b0d0-080c99ab4e69 http.request.method=POST http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" trace.duration=140.68µ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=4a456875-3352-4cf9-9015-5e59a7cbf103 trace.line=110 vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.824345568Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8d2d9b76-edd6-4371-96ce-4f9aa8049926 http.request.method=POST http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" trace.duration=44.733µ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=0083d80f-fcc6-4612-8451-b3ae13237c24 trace.line=110 vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.824370166Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=663ad972-51fa-4075-b0d0-080c99ab4e69 http.request.method=POST http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" trace.duration=49.5µ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=d16de0a8-c968-4375-8a6d-499127a2bad6 trace.line=142 vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.824448112Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8d2d9b76-edd6-4371-96ce-4f9aa8049926 http.request.method=POST http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" http.response.duration=1.860008ms http.response.status=202 http.response.written=0 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.82445219Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=663ad972-51fa-4075-b0d0-080c99ab4e69 http.request.method=POST http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" trace.duration=47.047µ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=436d9f0a-c59d-4669-bf12-d3c44a9786d0 trace.line=110 vars.name=test 
22:56:04 [2024-04-25T22:56:04.054Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.16+unknown"
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.82451741Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=663ad972-51fa-4075-b0d0-080c99ab4e69 http.request.method=POST http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.16+unknown" http.response.duration=2.027847ms http.response.status=202 http.response.written=0 
22:56:04 [2024-04-25T22:56:04.054Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.16+unknown"
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.826470043Z" 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=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.826887504Z" 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=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.827050846Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" trace.duration=51.929µ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=8309a36e-e092-4ac6-8dc7-45b20263a49d trace.line=95 vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.827137956Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" trace.duration=26.616µ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=68354dac-49cc-4bf2-8729-1fdca425e007 trace.line=142 vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.827384667Z" 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=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.827516994Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead/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=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" trace.duration=63.588µ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=6ebe0e38-c737-442a-8820-c3bce59f090e trace.line=110 vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.054Z] time="2024-04-25T22:56:03.827545506Z" 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=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827567971Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" trace.duration=17.763µ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=9ceacabc-7828-449a-9b64-5fbbefd601c5 trace.line=155 vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827606993Z" 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=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.82761089Z" 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=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" trace.duration=12.471µ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=17e67577-a85f-44c4-b9f7-78fc44c9900d trace.line=155 vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827640969Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" trace.duration=9.707µ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=217bc311-1f28-4df3-984f-d7f8f5893e59 trace.line=155 vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827670679Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" trace.duration=31.523µ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=3c839de5-731d-4c70-ad46-318a11c05db3 trace.line=95 vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827717766Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead/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=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" trace.duration=53.356µ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=97d25a08-51cf-4fb7-8d65-b1d0ce8b72a6 trace.line=185 vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827726094Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" trace.duration=22.801µ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=8d524a4d-9996-416d-a603-3651904757fb trace.line=142 vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827758315Z" 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=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.8277954Z" 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=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" trace.duration=48.384µ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=bbccc680-b243-4afe-b962-ed20a2156043 trace.line=110 vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827827038Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742/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=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" trace.duration=38.636µ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=10051ff7-58ef-4d7d-afc0-9e5eab7eb975 trace.line=110 vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827863271Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" trace.duration=11.191µ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=d048c54d-fec5-40e4-82ef-d055d5e87a97 trace.line=155 vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827906797Z" 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=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" trace.duration=13.275µ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=f3a018b4-8440-4659-8383-244916851b2a trace.line=155 vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827922838Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" trace.duration=98.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).Delete" trace.id=93bf957e-5478-4feb-b84e-6b2ac1f0c8c6 trace.line=202 vars.name=test vars.uuid=6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.827939444Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" trace.duration=9.73µ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=214d2684-e2e8-4f6f-ad60-e54d49063c6e trace.line=155 vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.828002966Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742/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=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" trace.duration=42.551µ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=e16ad853-a4a5-4370-9d87-19b7f034921e trace.line=185 vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.828072986Z" 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=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" trace.duration=40.531µ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=efba613c-473d-428c-9541-21ed5caf4cb1 trace.line=110 vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.828006453Z" 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=42162202-4bc9-45c7-9dc5-b7584a1db8e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54324" http.request.uri="/v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.16+unknown" http.response.duration=2.266073ms http.response.status=201 http.response.written=0 
22:56:04 [2024-04-25T22:56:04.055Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "PUT /v2/test/blobs/uploads/6e91bec2-5b1d-4f75-b6c2-24fa8e5bbead?_state=YsYfoLT1bfGlnkFrZph71Lp4AOXwTRyFwdlxJhobsPl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlOTFiZWMyLTViMWQtNGY3NS1iNmMyLTI0ZmE4ZTViYmVhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNDE3MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.16+unknown"
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.828261689Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" trace.duration=104.825µ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=07dcea60-0183-4396-819a-0eaa6dd9f002 trace.line=202 vars.name=test vars.uuid=680695a9-bb51-4f2b-8e91-4148f7e6c742 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.828334646Z" 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=c53ab54f-b51d-44a1-b908-2c28162062d4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.16+unknown" http.response.duration=2.594382ms http.response.status=201 http.response.written=0 
22:56:04 [2024-04-25T22:56:04.055Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "PUT /v2/test/blobs/uploads/680695a9-bb51-4f2b-8e91-4148f7e6c742?_state=fTeOKG_oVHqd9OBXBM0a7d5WTYkZb1jkf81_D8qa_Qx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY4MDY5NWE5LWJiNTEtNGYyYi04ZTkxLTQxNDhmN2U2Yzc0MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yNVQyMjo1NjowMy44MjQwNjA1MjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.16+unknown"
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.829510315Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2c34de9e-2d76-48d9-8c50-e63c93a46456 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.829549017Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2c34de9e-2d76-48d9-8c50-e63c93a46456 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.829607961Z" 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=2c34de9e-2d76-48d9-8c50-e63c93a46456 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" trace.duration=28.274µ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=65c3218b-516e-43b1-9692-6e135c7c99e9 trace.line=95 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.82967698Z" 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=2c34de9e-2d76-48d9-8c50-e63c93a46456 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="948.404µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.16+unknown"
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.83125713Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.831298548Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.831449164Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.831464408Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.831473614Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.831550198Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" trace.duration=43.338µ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=dbf71848-841e-4f18-9def-14dfbc8f761f trace.line=95 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.831600592Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" trace.duration=17.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).Stat" trace.id=2565c9b4-bbd0-4f8d-8774-11746d87abb5 trace.line=155 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.831650174Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" trace.duration=20.971µ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=ea73cbac-7a09-4ea5-9c07-1f18582f7e70 trace.line=95 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.831689138Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" trace.duration=12.053µ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=ab69ecf8-30a1-42f7-9f42-4ad14fce51c4 trace.line=155 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.831728029Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+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=973d1bf7-5d5a-41b7-8715-9aacd0b6e533 trace.line=155 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.83180865Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" trace.duration=55.267µ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=a6b6203d-d6c7-4eec-ad0d-bd1e1714e105 trace.line=110 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.831922106Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" trace.duration=78.832µ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=9fcf0d20-e057-4031-8b8a-86c2b8d36ce0 trace.line=110 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.832082978Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" trace.duration=61.971µ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=75deaea6-e7f4-4311-bc55-971a7a5be79e trace.line=110 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.832136391Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" trace.duration=29.75µ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=1811a98d-6f4b-46bb-a82a-e22662e19678 trace.line=110 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.832173929Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.832211367Z" 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=f2adda4e-0014-4f83-aade-bc7f66373614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54322" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.16+unknown" http.response.duration=2.157163ms http.response.status=201 http.response.written=0 
22:56:04 [2024-04-25T22:56:04.055Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.16+unknown"
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.837505701Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b43b25a7-ac85-4624-9976-b88ef09b4993 http.request.method=GET http.request.remoteaddr="127.0.0.1:54342" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.837550426Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b43b25a7-ac85-4624-9976-b88ef09b4993 http.request.method=GET http.request.remoteaddr="127.0.0.1:54342" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 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="934.628µs" http.response.status=200 http.response.written=2 
22:56:04 [2024-04-25T22:56:04.055Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.839675762Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=20262ab0-7de9-421d-ad3b-ad2344d63749 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54356" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.839715161Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=20262ab0-7de9-421d-ad3b-ad2344d63749 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54356" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.055Z] time="2024-04-25T22:56:03.839806194Z" 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=20262ab0-7de9-421d-ad3b-ad2344d63749 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54356" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.023µ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=beb794db-2e78-40d1-9d3b-514f9e8af0c1 trace.line=95 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.839832942Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=20262ab0-7de9-421d-ad3b-ad2344d63749 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54356" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.839877904Z" 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=20262ab0-7de9-421d-ad3b-ad2344d63749 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54356" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.743µ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=4966b2e8-30e2-4868-89b9-a6a4c21ffebf trace.line=95 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.839927059Z" 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=20262ab0-7de9-421d-ad3b-ad2344d63749 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54356" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.188µ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=549179f6-6d7b-40bf-baac-be5b7db8ee62 trace.line=155 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.839972858Z" 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=20262ab0-7de9-421d-ad3b-ad2344d63749 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54356" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.123µ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=11c34b50-8d3f-4f5e-bc7f-d22ed518b930 trace.line=125 vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.840229874Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=20262ab0-7de9-421d-ad3b-ad2344d63749 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54356" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.840469808Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=20262ab0-7de9-421d-ad3b-ad2344d63749 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54356" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 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.580569ms http.response.status=200 http.response.written=417 
22:56:04 [2024-04-25T22:56:04.056Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.850132603Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f10f52a8-7e17-4bcb-a10e-8265e1175969 http.request.method=GET http.request.remoteaddr="127.0.0.1:54360" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.85018184Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f10f52a8-7e17-4bcb-a10e-8265e1175969 http.request.method=GET http.request.remoteaddr="127.0.0.1:54360" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.85019802Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f10f52a8-7e17-4bcb-a10e-8265e1175969 http.request.method=GET http.request.remoteaddr="127.0.0.1:54360" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.850282874Z" 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=f10f52a8-7e17-4bcb-a10e-8265e1175969 http.request.method=GET http.request.remoteaddr="127.0.0.1:54360" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=50.853µ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=277d4055-18ac-4e6d-9ed7-67f066aa1eb8 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.850342285Z" 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=f10f52a8-7e17-4bcb-a10e-8265e1175969 http.request.method=GET http.request.remoteaddr="127.0.0.1:54360" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.879µ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=5e478024-3465-42d5-a905-0143c08b41dc trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.850380889Z" 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=f10f52a8-7e17-4bcb-a10e-8265e1175969 http.request.method=GET http.request.remoteaddr="127.0.0.1:54360" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.432µ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=5d0f3ea7-1712-494b-a0e5-c916beb4c04d trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.850416531Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f10f52a8-7e17-4bcb-a10e-8265e1175969 http.request.method=GET http.request.remoteaddr="127.0.0.1:54360" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.850513536Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f10f52a8-7e17-4bcb-a10e-8265e1175969 http.request.method=GET http.request.remoteaddr="127.0.0.1:54360" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 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.292924ms http.response.status=200 http.response.written=417 
22:56:04 [2024-04-25T22:56:04.056Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.857687685Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.857762078Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.857896359Z" 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=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=61.405µ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=d8b13d5a-415a-4c60-ba15-f032ded00007 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.857964647Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858035914Z" 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=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=46.332µ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=691a21bc-016b-4d3e-bb83-f94e4292a5b6 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858048156Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858099567Z" 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=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=24.138µ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=bf224807-3f1e-48c9-982b-9f0f4c5f99c1 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858274855Z" 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=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=176.502µ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=dc3b387c-2470-4f95-ad66-b67c2462a53e trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858309373Z" 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=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.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).Stat" trace.id=e6821425-beac-4f53-9095-aa9244dece81 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858342282Z" 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=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=23.318µ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=bc61e4ba-3fb6-4a2a-9efe-47f05a0266b0 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858349987Z" 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=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.077µ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=d64d60dd-11f9-47e6-92ba-d454418ed5b4 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858387097Z" 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=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.447µ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=ce8ffaff-77c2-4635-a772-b5dff0ae26c0 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858402063Z" 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=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=25.722µ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=52b55516-27aa-476e-8f50-c1e683b7c719 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858438221Z" 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=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.995µ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=70495bc6-d523-4960-b0c9-1b9322f4e12c trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.85844321Z" 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=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.082µ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=2bca488d-ed32-444c-bf30-8c5693c7627c trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858474774Z" 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=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.394µ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=8ce76550-0d78-4f1d-8c4f-a6d77c4aca7c trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.858867662Z" 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=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.941µ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=50b9b310-bdb4-4d3c-bdd0-b35c355a84b3 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.85896365Z" 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=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=28.102µ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=287326af-735c-4a39-a35e-ad94ccd11a71 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.859881729Z" 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=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.652µ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=6ae7fcf6-6741-472f-be52-c54aff1961e9 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.859899098Z" 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=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.898µ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=e28e3696-26e4-4760-9cbf-38df99bb9e6b trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.859940787Z" 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=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.59µ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=fe1d1daa-c9ec-4a59-8a18-c5af1c6dce0e trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.859948163Z" 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=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.54µ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=4c50c680-e2a9-48eb-84ac-0795396c034c trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.860000551Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0fc5b112-5dd1-4d3f-a0ec-f471bdd98c4d http.request.method=GET http.request.remoteaddr="127.0.0.1:54364" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 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.496641ms http.response.status=200 http.response.written=194 
22:56:04 [2024-04-25T22:56:04.056Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.860034084Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=106f99b6-863d-4c2c-83b1-f192bcaa05d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54366" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 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.463855ms http.response.status=200 http.response.written=68 
22:56:04 [2024-04-25T22:56:04.056Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.876047518Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4e4a09f8-02da-48c0-b08f-eb8ca4296a9a http.request.method=GET http.request.remoteaddr="127.0.0.1:54394" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
22:56:04 [2024-04-25T22:56:04.056Z] time="2024-04-25T22:56:03.876092759Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4e4a09f8-02da-48c0-b08f-eb8ca4296a9a http.request.method=GET http.request.remoteaddr="127.0.0.1:54394" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 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="892.299µs" http.response.status=200 http.response.written=2 
22:56:04 [2024-04-25T22:56:04.057Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.883155479Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2d7461d8-edd7-4fb6-ba2a-c971eee1cc4f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54398" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.883207629Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2d7461d8-edd7-4fb6-ba2a-c971eee1cc4f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54398" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.883221043Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2d7461d8-edd7-4fb6-ba2a-c971eee1cc4f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54398" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.883292245Z" 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=2d7461d8-edd7-4fb6-ba2a-c971eee1cc4f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54398" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.446µ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=f6e0ba46-f55e-41a0-9950-c9db8e990c57 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.883347447Z" 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=2d7461d8-edd7-4fb6-ba2a-c971eee1cc4f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54398" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.596µ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=16108c63-3d76-4db9-9891-10c4a392f23f trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.8834249Z" 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=2d7461d8-edd7-4fb6-ba2a-c971eee1cc4f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54398" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 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.598308ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.88482452Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6a8b3e20-d446-4530-a290-da8ebcd00576 http.request.method=GET http.request.remoteaddr="127.0.0.1:54400" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.884863928Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6a8b3e20-d446-4530-a290-da8ebcd00576 http.request.method=GET http.request.remoteaddr="127.0.0.1:54400" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.884878631Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6a8b3e20-d446-4530-a290-da8ebcd00576 http.request.method=GET http.request.remoteaddr="127.0.0.1:54400" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.884937197Z" 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=6a8b3e20-d446-4530-a290-da8ebcd00576 http.request.method=GET http.request.remoteaddr="127.0.0.1:54400" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=29.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).GetContent" trace.id=aa665491-644b-4800-9780-6635ce7fbb9d trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.884984801Z" 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=6a8b3e20-d446-4530-a290-da8ebcd00576 http.request.method=GET http.request.remoteaddr="127.0.0.1:54400" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 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).GetContent" trace.id=9d03e2f0-f0ce-4d01-b87d-5b3d9528f491 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] time="2024-04-25T22:56:03.885027237Z" 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=6a8b3e20-d446-4530-a290-da8ebcd00576 http.request.method=GET http.request.remoteaddr="127.0.0.1:54400" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 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.044384ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
22:56:04 [2024-04-25T22:56:04.057Z] 127.0.0.1 - - [25/Apr/2024:22:56:03 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.9 git-commit/eeec716e332e5c058dfe70ddc0006d8552f632b2 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:56:04 [2024-04-25T22:56:04.057Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.18s)
22:56:04 [2024-04-25T22:56:04.057Z] === RUN   TestImagePullNonExisting
22:56:04 [2024-04-25T22:56:04.057Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
22:56:04 [2024-04-25T22:56:04.057Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
22:56:04 [2024-04-25T22:56:04.057Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
22:56:04 [2024-04-25T22:56:04.057Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
22:56:04 [2024-04-25T22:56:04.057Z] === RUN   TestImagePullNonExisting/asdfasdf
22:56:04 [2024-04-25T22:56:04.057Z] === PAUSE TestImagePullNonExisting/asdfasdf
22:56:04 [2024-04-25T22:56:04.057Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
22:56:04 [2024-04-25T22:56:04.057Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
22:56:04 [2024-04-25T22:56:04.057Z] === RUN   TestImagePullNonExisting/library/asdfasdf
22:56:04 [2024-04-25T22:56:04.057Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
22:56:04 [2024-04-25T22:56:04.057Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
22:56:04 [2024-04-25T22:56:04.057Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
22:56:04 [2024-04-25T22:56:04.057Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
22:56:04 [2024-04-25T22:56:04.057Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
22:56:04 [2024-04-25T22:56:04.057Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
22:56:04 [2024-04-25T22:56:04.057Z] === CONT  TestImagePullNonExisting/library/asdfasdf
22:56:04 [2024-04-25T22:56:04.057Z] === CONT  TestImagePullNonExisting/asdfasdf
22:56:04 [2024-04-25T22:56:04.057Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
22:56:05 [2024-04-25T22:56:05.422Z] --- PASS: TestImagePullNonExisting (0.01s)
22:56:05 [2024-04-25T22:56:05.422Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.95s)
22:56:05 [2024-04-25T22:56:05.422Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s)
22:56:05 [2024-04-25T22:56:05.422Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.96s)
22:56:05 [2024-04-25T22:56:05.422Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s)
22:56:05 [2024-04-25T22:56:05.422Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.27s)
22:56:05 [2024-04-25T22:56:05.422Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.28s)
22:56:05 [2024-04-25T22:56:05.422Z] === RUN   TestRemoveImageOrphaning
22:56:05 [2024-04-25T22:56:05.422Z] --- PASS: TestRemoveImageOrphaning (0.17s)
22:56:05 [2024-04-25T22:56:05.422Z] === RUN   TestRemoveByDigest
22:56:05 [2024-04-25T22:56:05.422Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
22:56:05 [2024-04-25T22:56:05.422Z] --- SKIP: TestRemoveByDigest (0.00s)
22:56:05 [2024-04-25T22:56:05.422Z] === RUN   TestRemoveImageGarbageCollector
22:56:05 [2024-04-25T22:56:05.422Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
22:56:05 [2024-04-25T22:56:05.422Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
22:56:05 [2024-04-25T22:56:05.422Z] === RUN   TestSaveCheckTimes
22:56:05 [2024-04-25T22:56:05.422Z] === PAUSE TestSaveCheckTimes
22:56:05 [2024-04-25T22:56:05.422Z] === RUN   TestSaveOCI
22:56:05 [2024-04-25T22:56:05.422Z] === RUN   TestSaveOCI/busybox:latest
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/busybox:latest/Manifest
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/busybox:latest/Config
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/busybox:latest/Containerd_image_name
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/busybox:latest/OCI_reference_tag
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/multilayer:latest
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/multilayer:latest/Manifest
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/multilayer:latest/Config
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/multilayer:latest/Containerd_image_name
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveOCI/multilayer:latest/OCI_reference_tag
22:56:05 [2024-04-25T22:56:05.678Z] --- PASS: TestSaveOCI (0.14s)
22:56:05 [2024-04-25T22:56:05.678Z]     --- PASS: TestSaveOCI/busybox:latest (0.02s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/busybox:latest/Config (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]     --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]     --- PASS: TestSaveOCI/multilayer:latest (0.01s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z]         --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s)
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveRepoWithMultipleImages
22:56:05 [2024-04-25T22:56:05.678Z] --- PASS: TestSaveRepoWithMultipleImages (0.18s)
22:56:05 [2024-04-25T22:56:05.678Z] === RUN   TestSaveDirectoryPermissions
22:56:06 [2024-04-25T22:56:06.607Z] --- PASS: TestSaveDirectoryPermissions (0.94s)
22:56:06 [2024-04-25T22:56:06.607Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:56:06 [2024-04-25T22:56:06.863Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
22:56:06 [2024-04-25T22:56:06.863Z] === RUN   TestTagUsingDigestAlgorithmAsName
22:56:06 [2024-04-25T22:56:06.863Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
22:56:06 [2024-04-25T22:56:06.863Z] === RUN   TestTagValidPrefixedRepo
22:56:06 [2024-04-25T22:56:06.863Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
22:56:06 [2024-04-25T22:56:06.863Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
22:56:06 [2024-04-25T22:56:06.863Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
22:56:06 [2024-04-25T22:56:06.863Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
22:56:06 [2024-04-25T22:56:06.863Z] === RUN   TestTagValidPrefixedRepo/foooo:t
22:56:06 [2024-04-25T22:56:06.863Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
22:56:06 [2024-04-25T22:56:06.863Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
22:56:06 [2024-04-25T22:56:06.863Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
22:56:06 [2024-04-25T22:56:06.863Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
22:56:06 [2024-04-25T22:56:06.863Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
22:56:06 [2024-04-25T22:56:06.863Z] === CONT  TestTagValidPrefixedRepo/foooo:t
22:56:06 [2024-04-25T22:56:06.863Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
22:56:06 [2024-04-25T22:56:06.863Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.02s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestTagExistedNameWithoutForce
22:56:06 [2024-04-25T22:56:06.864Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestTagOfficialNames
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
22:56:06 [2024-04-25T22:56:06.864Z] --- PASS: TestTagOfficialNames (0.05s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestTagMatchesDigest
22:56:06 [2024-04-25T22:56:06.864Z] --- PASS: TestTagMatchesDigest (0.01s)
22:56:06 [2024-04-25T22:56:06.864Z] === CONT  TestSaveCheckTimes
22:56:06 [2024-04-25T22:56:06.864Z] --- PASS: TestSaveCheckTimes (0.03s)
22:56:06 [2024-04-25T22:56:06.864Z] PASS
22:56:06 [2024-04-25T22:56:06.864Z] 
22:56:06 [2024-04-25T22:56:06.864Z] === Skipped
22:56:06 [2024-04-25T22:56:06.864Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
22:56:06 [2024-04-25T22:56:06.864Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
22:56:06 [2024-04-25T22:56:06.864Z] 
22:56:06 [2024-04-25T22:56:06.864Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
22:56:06 [2024-04-25T22:56:06.864Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
22:56:06 [2024-04-25T22:56:06.864Z] 
22:56:06 [2024-04-25T22:56:06.864Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
22:56:06 [2024-04-25T22:56:06.864Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
22:56:06 [2024-04-25T22:56:06.864Z] 
22:56:06 [2024-04-25T22:56:06.864Z] DONE 71 tests, 3 skipped in 6.576s
22:56:06 [2024-04-25T22:56:06.864Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
22:56:06 [2024-04-25T22:56:06.864Z] ++ '[' -n '' ']'
22:56:06 [2024-04-25T22:56:06.864Z] ++ 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
22:56:06 [2024-04-25T22:56:06.864Z] ++ set -e
22:56:06 [2024-04-25T22:56:06.864Z] ++ '[' -n 0 ']'
22:56:06 [2024-04-25T22:56:06.864Z] ++ set -x
22:56:06 [2024-04-25T22:56:06.864Z] ++ 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.eMtJp3Omsx/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
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestStripANSICommands
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestStripANSICommands/#00
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestStripANSICommands/#01
22:56:06 [2024-04-25T22:56:06.864Z] --- PASS: TestStripANSICommands (0.00s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
22:56:06 [2024-04-25T22:56:06.864Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
22:56:06 [2024-04-25T22:56:06.864Z] PASS
22:56:06 [2024-04-25T22:56:06.864Z] 
22:56:06 [2024-04-25T22:56:06.864Z] DONE 3 tests in 0.007s
22:56:06 [2024-04-25T22:56:06.864Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
22:56:06 [2024-04-25T22:56:06.864Z] ++ '[' -n '' ']'
22:56:06 [2024-04-25T22:56:06.864Z] ++ 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
22:56:06 [2024-04-25T22:56:06.864Z] ++ set -e
22:56:06 [2024-04-25T22:56:06.864Z] ++ '[' -n 0 ']'
22:56:06 [2024-04-25T22:56:06.864Z] ++ set -x
22:56:06 [2024-04-25T22:56:06.864Z] ++ 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.eMtJp3Omsx/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
22:56:06 [2024-04-25T22:56:06.864Z] INFO: Testing against a local daemon
22:56:06 [2024-04-25T22:56:06.864Z] === RUN   TestCreateWithMultiNetworks
22:56:07 [2024-04-25T22:56:07.791Z] --- PASS: TestCreateWithMultiNetworks (0.90s)
22:56:07 [2024-04-25T22:56:07.791Z] === RUN   TestNetworkCreateDelete
22:56:08 [2024-04-25T22:56:08.048Z] --- PASS: TestNetworkCreateDelete (0.17s)
22:56:08 [2024-04-25T22:56:08.048Z] === RUN   TestDockerNetworkDeletePreferID
22:56:08 [2024-04-25T22:56:08.610Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s)
22:56:08 [2024-04-25T22:56:08.610Z] === RUN   TestDaemonDNSFallback
22:56:15 [2024-04-25T22:56:15.145Z] --- PASS: TestDaemonDNSFallback (6.19s)
22:56:15 [2024-04-25T22:56:15.145Z] === RUN   TestInspectNetwork
22:56:17 [2024-04-25T22:56:17.035Z] === RUN   TestInspectNetwork/full_network_id
22:56:17 [2024-04-25T22:56:17.035Z] === RUN   TestInspectNetwork/partial_network_id
22:56:17 [2024-04-25T22:56:17.035Z] === RUN   TestInspectNetwork/network_name
22:56:17 [2024-04-25T22:56:17.035Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:56:22 [2024-04-25T22:56:22.279Z] --- PASS: TestInspectNetwork (7.10s)
22:56:22 [2024-04-25T22:56:22.279Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:56:22 [2024-04-25T22:56:22.279Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:56:22 [2024-04-25T22:56:22.279Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:56:22 [2024-04-25T22:56:22.279Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:56:22 [2024-04-25T22:56:22.279Z] === RUN   TestRunContainerWithBridgeNone
22:56:22 [2024-04-25T22:56:22.841Z] --- PASS: TestRunContainerWithBridgeNone (1.17s)
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/create
22:56:22 [2024-04-25T22:56:22.841Z] === PAUSE TestNetworkInvalidJSON/networks/create
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
22:56:22 [2024-04-25T22:56:22.841Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
22:56:22 [2024-04-25T22:56:22.841Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
22:56:22 [2024-04-25T22:56:22.841Z] === CONT  TestNetworkInvalidJSON/networks/create
22:56:22 [2024-04-25T22:56:22.841Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
22:56:22 [2024-04-25T22:56:22.841Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
22:56:22 [2024-04-25T22:56:22.841Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
22:56:23 [2024-04-25T22:56:23.098Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:56:23 [2024-04-25T22:56:23.098Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z] === RUN   TestNetworkList
22:56:23 [2024-04-25T22:56:23.098Z] === RUN   TestNetworkList//networks
22:56:23 [2024-04-25T22:56:23.098Z] === PAUSE TestNetworkList//networks
22:56:23 [2024-04-25T22:56:23.098Z] === RUN   TestNetworkList//networks/
22:56:23 [2024-04-25T22:56:23.098Z] === PAUSE TestNetworkList//networks/
22:56:23 [2024-04-25T22:56:23.098Z] === CONT  TestNetworkList//networks
22:56:23 [2024-04-25T22:56:23.098Z] === CONT  TestNetworkList//networks/
22:56:23 [2024-04-25T22:56:23.098Z] --- PASS: TestNetworkList (0.01s)
22:56:23 [2024-04-25T22:56:23.098Z]     --- PASS: TestNetworkList//networks (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:56:23 [2024-04-25T22:56:23.098Z] === RUN   TestHostIPv4BridgeLabel
22:56:23 [2024-04-25T22:56:23.659Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
22:56:23 [2024-04-25T22:56:23.659Z] === RUN   TestDefaultNetworkOpts
22:56:23 [2024-04-25T22:56:23.659Z] === RUN   TestDefaultNetworkOpts/default_value
22:56:25 [2024-04-25T22:56:25.025Z] === RUN   TestDefaultNetworkOpts/cmdline_value
22:56:25 [2024-04-25T22:56:25.953Z] === RUN   TestDefaultNetworkOpts/config-from_value
22:56:27 [2024-04-25T22:56:27.319Z] --- PASS: TestDefaultNetworkOpts (3.61s)
22:56:27 [2024-04-25T22:56:27.319Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.20s)
22:56:27 [2024-04-25T22:56:27.319Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.20s)
22:56:27 [2024-04-25T22:56:27.319Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.20s)
22:56:27 [2024-04-25T22:56:27.319Z] === RUN   TestForbidDuplicateNetworkNames
22:56:27 [2024-04-25T22:56:27.881Z] --- PASS: TestForbidDuplicateNetworkNames (0.63s)
22:56:27 [2024-04-25T22:56:27.881Z] === RUN   TestDaemonRestartWithLiveRestore
22:56:28 [2024-04-25T22:56:28.808Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
22:56:28 [2024-04-25T22:56:28.808Z] === RUN   TestDaemonDefaultNetworkPools
22:56:29 [2024-04-25T22:56:29.736Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s)
22:56:29 [2024-04-25T22:56:29.736Z] === RUN   TestDaemonRestartWithExistingNetwork
22:56:30 [2024-04-25T22:56:30.665Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
22:56:30 [2024-04-25T22:56:30.665Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:56:32 [2024-04-25T22:56:32.030Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s)
22:56:32 [2024-04-25T22:56:32.030Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:56:32 [2024-04-25T22:56:32.592Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
22:56:32 [2024-04-25T22:56:32.592Z] === RUN   TestServiceWithPredefinedNetwork
22:56:35 [2024-04-25T22:56:35.107Z] --- PASS: TestServiceWithPredefinedNetwork (2.04s)
22:56:35 [2024-04-25T22:56:35.107Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:56:35 [2024-04-25T22:56:35.107Z]     service_test.go:250: FLAKY_TEST
22:56:35 [2024-04-25T22:56:35.107Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:56:35 [2024-04-25T22:56:35.107Z] === RUN   TestServiceWithDataPathPortInit
22:56:49 [2024-04-25T22:56:49.949Z] --- PASS: TestServiceWithDataPathPortInit (13.31s)
22:56:49 [2024-04-25T22:56:49.949Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:56:50 [2024-04-25T22:56:50.205Z]     service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qe9p5m5tzydlehvtylwp82hcx Created:2024-04-25 22:56:49.167052927 +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[fa8c1b4b767adbe139df1f249d353a4d36b2bf0ccc4474e7048616ced16947e5:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jwi2zqvw0wfv06v2u4rg0mkla EndpointID:b01935281ac7b56d88510f7cef2ef56486e139868c518d27444c06033bd7048c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c55d66ad3374bd7ded7e8689d88c94951270587e0b89dc0963fd85b404c7163e 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:7fd3cf97404c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jwi2zqvw0wfv06v2u4rg0mkla EndpointID:b01935281ac7b56d88510f7cef2ef56486e139868c518d27444c06033bd7048c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:56:55 [2024-04-25T22:56:55.451Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.68s)
22:56:55 [2024-04-25T22:56:55.451Z] PASS
22:56:55 [2024-04-25T22:56:55.451Z] 
22:56:55 [2024-04-25T22:56:55.451Z] === Skipped
22:56:55 [2024-04-25T22:56:55.451Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:56:55 [2024-04-25T22:56:55.451Z]     service_test.go:250: FLAKY_TEST
22:56:55 [2024-04-25T22:56:55.451Z] 
22:56:55 [2024-04-25T22:56:55.451Z] DONE 44 tests, 1 skipped in 47.740s
22:56:55 [2024-04-25T22:56:55.451Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
22:56:55 [2024-04-25T22:56:55.451Z] ++ '[' -n '' ']'
22:56:55 [2024-04-25T22:56:55.451Z] ++ 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
22:56:55 [2024-04-25T22:56:55.451Z] ++ set -e
22:56:55 [2024-04-25T22:56:55.451Z] ++ '[' -n 0 ']'
22:56:55 [2024-04-25T22:56:55.451Z] ++ set -x
22:56:55 [2024-04-25T22:56:55.451Z] ++ 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.eMtJp3Omsx/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
22:56:55 [2024-04-25T22:56:55.451Z] INFO: Testing against a local daemon
22:56:55 [2024-04-25T22:56:55.451Z] === RUN   TestDockerNetworkIpvlanPersistance
22:56:56 [2024-04-25T22:56:56.013Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.40s)
22:56:56 [2024-04-25T22:56:56.013Z] === RUN   TestDockerNetworkIpvlan
22:56:56 [2024-04-25T22:56:56.013Z] === RUN   TestDockerNetworkIpvlan/Subinterface
22:56:56 [2024-04-25T22:56:56.941Z] === RUN   TestDockerNetworkIpvlan/OverlapParent
22:56:57 [2024-04-25T22:56:57.503Z] === RUN   TestDockerNetworkIpvlan/L2NilParent
22:56:59 [2024-04-25T22:56:59.393Z] === RUN   TestDockerNetworkIpvlan/L2InternalMode
22:57:00 [2024-04-25T22:57:00.321Z] === RUN   TestDockerNetworkIpvlan/L3NilParent
22:57:01 [2024-04-25T22:57:01.687Z] === RUN   TestDockerNetworkIpvlan/L3InternalMode
22:57:03 [2024-04-25T22:57:03.053Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnetWithParent
22:57:04 [2024-04-25T22:57:04.943Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnetNoParent
22:57:07 [2024-04-25T22:57:07.459Z] === RUN   TestDockerNetworkIpvlan/L3MultiSubnet
22:57:09 [2024-04-25T22:57:09.348Z] === RUN   TestDockerNetworkIpvlan/L2Addressing
22:57:10 [2024-04-25T22:57:10.713Z] === RUN   TestDockerNetworkIpvlan/L3Addressing
22:57:11 [2024-04-25T22:57:11.641Z] === RUN   TestDockerNetworkIpvlan/NoIPv6
22:57:12 [2024-04-25T22:57:12.569Z] --- PASS: TestDockerNetworkIpvlan (16.49s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/Subinterface (0.72s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.67s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.52s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/L2InternalMode (1.38s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.41s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/L3InternalMode (1.37s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetWithParent (1.90s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetNoParent (2.18s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (2.20s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/L2Addressing (1.02s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/L3Addressing (1.03s)
22:57:12 [2024-04-25T22:57:12.569Z]     --- PASS: TestDockerNetworkIpvlan/NoIPv6 (1.10s)
22:57:12 [2024-04-25T22:57:12.569Z] === RUN   TestIPVlanDNS
22:57:13 [2024-04-25T22:57:13.131Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false
22:57:21 [2024-04-25T22:57:21.217Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false
22:57:25 [2024-04-25T22:57:25.382Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true
22:57:31 [2024-04-25T22:57:31.916Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false
22:57:38 [2024-04-25T22:57:38.452Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false
22:57:43 [2024-04-25T22:57:43.695Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true
22:57:48 [2024-04-25T22:57:48.937Z] --- PASS: TestIPVlanDNS (36.26s)
22:57:48 [2024-04-25T22:57:48.937Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false (6.82s)
22:57:48 [2024-04-25T22:57:48.937Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false (5.45s)
22:57:48 [2024-04-25T22:57:48.937Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true (5.49s)
22:57:48 [2024-04-25T22:57:48.937Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false (6.85s)
22:57:48 [2024-04-25T22:57:48.937Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false (5.52s)
22:57:48 [2024-04-25T22:57:48.937Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true (5.51s)
22:57:48 [2024-04-25T22:57:48.937Z] PASS
22:57:48 [2024-04-25T22:57:48.937Z] 
22:57:48 [2024-04-25T22:57:48.937Z] DONE 21 tests in 54.189s
22:57:48 [2024-04-25T22:57:48.937Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
22:57:48 [2024-04-25T22:57:48.937Z] ++ '[' -n '' ']'
22:57:48 [2024-04-25T22:57:48.937Z] ++ 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
22:57:48 [2024-04-25T22:57:48.937Z] ++ set -e
22:57:48 [2024-04-25T22:57:48.937Z] ++ '[' -n 0 ']'
22:57:48 [2024-04-25T22:57:48.937Z] ++ set -x
22:57:48 [2024-04-25T22:57:48.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.eMtJp3Omsx/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
22:57:48 [2024-04-25T22:57:48.937Z] INFO: Testing against a local daemon
22:57:48 [2024-04-25T22:57:48.937Z] === RUN   TestDockerNetworkMacvlanPersistance
22:57:50 [2024-04-25T22:57:50.302Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.18s)
22:57:50 [2024-04-25T22:57:50.302Z] === RUN   TestDockerNetworkMacvlan
22:57:50 [2024-04-25T22:57:50.302Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:57:50 [2024-04-25T22:57:50.864Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:57:51 [2024-04-25T22:57:51.426Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:57:53 [2024-04-25T22:57:53.314Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:57:54 [2024-04-25T22:57:54.679Z] === RUN   TestDockerNetworkMacvlan/MultiSubnetWithParent
22:57:56 [2024-04-25T22:57:56.568Z] === RUN   TestDockerNetworkMacvlan/MultiSubnetNoParent
22:57:58 [2024-04-25T22:57:58.458Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:57:59 [2024-04-25T22:57:59.826Z] === RUN   TestDockerNetworkMacvlan/NoIPv6
22:58:00 [2024-04-25T22:58:00.755Z] --- PASS: TestDockerNetworkMacvlan (10.63s)
22:58:00 [2024-04-25T22:58:00.755Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.68s)
22:58:00 [2024-04-25T22:58:00.755Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.72s)
22:58:00 [2024-04-25T22:58:00.755Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.51s)
22:58:00 [2024-04-25T22:58:00.755Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.46s)
22:58:00 [2024-04-25T22:58:00.755Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnetWithParent (1.89s)
22:58:00 [2024-04-25T22:58:00.755Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnetNoParent (2.23s)
22:58:00 [2024-04-25T22:58:00.755Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.01s)
22:58:00 [2024-04-25T22:58:00.755Z]     --- PASS: TestDockerNetworkMacvlan/NoIPv6 (1.13s)
22:58:00 [2024-04-25T22:58:00.755Z] === RUN   TestMACVlanDNS
22:58:01 [2024-04-25T22:58:01.317Z] === RUN   TestMACVlanDNS/with_parent
22:58:09 [2024-04-25T22:58:09.406Z] === RUN   TestMACVlanDNS/no_parent
22:58:13 [2024-04-25T22:58:13.574Z] === RUN   TestMACVlanDNS/with_parent,_internal
22:58:20 [2024-04-25T22:58:20.110Z] --- PASS: TestMACVlanDNS (18.44s)
22:58:20 [2024-04-25T22:58:20.110Z]     --- PASS: TestMACVlanDNS/with_parent (6.84s)
22:58:20 [2024-04-25T22:58:20.110Z]     --- PASS: TestMACVlanDNS/no_parent (5.48s)
22:58:20 [2024-04-25T22:58:20.110Z]     --- PASS: TestMACVlanDNS/with_parent,_internal (5.50s)
22:58:20 [2024-04-25T22:58:20.110Z] PASS
22:58:20 [2024-04-25T22:58:20.110Z] 
22:58:20 [2024-04-25T22:58:20.110Z] DONE 14 tests in 30.278s
22:58:20 [2024-04-25T22:58:20.110Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
22:58:20 [2024-04-25T22:58:20.110Z] ++ '[' -n '' ']'
22:58:20 [2024-04-25T22:58:20.110Z] ++ 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
22:58:20 [2024-04-25T22:58:20.110Z] ++ set -e
22:58:20 [2024-04-25T22:58:20.110Z] ++ '[' -n 0 ']'
22:58:20 [2024-04-25T22:58:20.110Z] ++ set -x
22:58:20 [2024-04-25T22:58:20.110Z] ++ 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.eMtJp3Omsx/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
22:58:20 [2024-04-25T22:58:20.110Z] INFO: Testing against a local daemon
22:58:20 [2024-04-25T22:58:20.110Z] === RUN   TestBridgeICC
22:58:20 [2024-04-25T22:58:20.110Z] === RUN   TestBridgeICC/IPv4_non-internal_network
22:58:21 [2024-04-25T22:58:21.038Z] === RUN   TestBridgeICC/IPv4_internal_network
22:58:21 [2024-04-25T22:58:21.980Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
22:58:22 [2024-04-25T22:58:22.937Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
22:58:23 [2024-04-25T22:58:23.899Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
22:58:25 [2024-04-25T22:58:25.334Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
22:58:26 [2024-04-25T22:58:26.286Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name
22:58:27 [2024-04-25T22:58:27.243Z] === RUN   TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name
22:58:28 [2024-04-25T22:58:28.617Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
22:58:30 [2024-04-25T22:58:30.506Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
22:58:33 [2024-04-25T22:58:33.772Z] --- PASS: TestBridgeICC (14.43s)
22:58:33 [2024-04-25T22:58:33.772Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (1.02s)
22:58:33 [2024-04-25T22:58:33.772Z]     --- PASS: TestBridgeICC/IPv4_internal_network (1.00s)
22:58:33 [2024-04-25T22:58:33.772Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.14s)
22:58:33 [2024-04-25T22:58:33.772Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.07s)
22:58:33 [2024-04-25T22:58:33.772Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.14s)
22:58:33 [2024-04-25T22:58:33.772Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.03s)
22:58:33 [2024-04-25T22:58:33.772Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.10s)
22:58:33 [2024-04-25T22:58:33.772Z]     --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.11s)
22:58:33 [2024-04-25T22:58:33.772Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (2.09s)
22:58:33 [2024-04-25T22:58:33.772Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.13s)
22:58:33 [2024-04-25T22:58:33.772Z] === RUN   TestBridgeICCWindows
22:58:33 [2024-04-25T22:58:33.772Z]     bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows"
22:58:33 [2024-04-25T22:58:33.772Z] --- SKIP: TestBridgeICCWindows (0.00s)
22:58:33 [2024-04-25T22:58:33.772Z] === RUN   TestBridgeINC
22:58:34 [2024-04-25T22:58:34.334Z] === RUN   TestBridgeINC/IPv4_non-internal_network
22:58:38 [2024-04-25T22:58:38.500Z] === RUN   TestBridgeINC/IPv4_internal_network
22:58:39 [2024-04-25T22:58:39.865Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
22:58:44 [2024-04-25T22:58:44.033Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
22:58:45 [2024-04-25T22:58:45.399Z] --- PASS: TestBridgeINC (11.50s)
22:58:45 [2024-04-25T22:58:45.399Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.29s)
22:58:45 [2024-04-25T22:58:45.399Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.17s)
22:58:45 [2024-04-25T22:58:45.399Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.32s)
22:58:45 [2024-04-25T22:58:45.399Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.12s)
22:58:45 [2024-04-25T22:58:45.399Z] === RUN   TestDefaultBridgeIPv6
22:58:45 [2024-04-25T22:58:45.399Z] === RUN   TestDefaultBridgeIPv6/IPv6_ULA
22:58:46 [2024-04-25T22:58:46.765Z] === RUN   TestDefaultBridgeIPv6/IPv6_LLA_only
22:58:48 [2024-04-25T22:58:48.130Z] === RUN   TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only
22:58:49 [2024-04-25T22:58:49.496Z] --- PASS: TestDefaultBridgeIPv6 (4.50s)
22:58:49 [2024-04-25T22:58:49.496Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.47s)
22:58:49 [2024-04-25T22:58:49.496Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.56s)
22:58:49 [2024-04-25T22:58:49.496Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.47s)
22:58:49 [2024-04-25T22:58:49.496Z] === RUN   TestDefaultBridgeAddresses
22:58:49 [2024-04-25T22:58:49.496Z] === RUN   TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes
22:58:51 [2024-04-25T22:58:51.387Z] === RUN   TestDefaultBridgeAddresses/Link-Local_Subnet_Changes
22:58:52 [2024-04-25T22:58:52.753Z] --- PASS: TestDefaultBridgeAddresses (3.10s)
22:58:52 [2024-04-25T22:58:52.753Z]     --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s)
22:58:52 [2024-04-25T22:58:52.753Z]     --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s)
22:58:52 [2024-04-25T22:58:52.753Z] === RUN   TestInternalNwConnectivity
22:58:56 [2024-04-25T22:58:56.021Z] --- PASS: TestInternalNwConnectivity (3.31s)
22:58:56 [2024-04-25T22:58:56.021Z] === RUN   TestDisableIPv6Addrs
22:58:56 [2024-04-25T22:58:56.583Z] === RUN   TestDisableIPv6Addrs/IPv6_enabled
22:58:57 [2024-04-25T22:58:57.146Z] === RUN   TestDisableIPv6Addrs/IPv6_disabled
22:58:57 [2024-04-25T22:58:57.708Z] --- PASS: TestDisableIPv6Addrs (1.73s)
22:58:57 [2024-04-25T22:58:57.708Z]     --- PASS: TestDisableIPv6Addrs/IPv6_enabled (0.48s)
22:58:57 [2024-04-25T22:58:57.708Z]     --- PASS: TestDisableIPv6Addrs/IPv6_disabled (0.51s)
22:58:57 [2024-04-25T22:58:57.708Z] === RUN   TestNonIPv6Network
22:58:59 [2024-04-25T22:58:59.075Z] --- PASS: TestNonIPv6Network (1.29s)
22:58:59 [2024-04-25T22:58:59.075Z] === RUN   TestSetInterfaceSysctl
22:59:00 [2024-04-25T22:59:00.002Z] --- PASS: TestSetInterfaceSysctl (1.03s)
22:59:00 [2024-04-25T22:59:00.002Z] === RUN   TestEtcHostsIpv6
22:59:00 [2024-04-25T22:59:00.565Z] === RUN   TestEtcHostsIpv6/IPv6_enabled
22:59:01 [2024-04-25T22:59:01.127Z] === RUN   TestEtcHostsIpv6/IPv6_disabled
22:59:01 [2024-04-25T22:59:01.691Z] --- PASS: TestEtcHostsIpv6 (1.60s)
22:59:01 [2024-04-25T22:59:01.691Z]     --- PASS: TestEtcHostsIpv6/IPv6_enabled (0.51s)
22:59:01 [2024-04-25T22:59:01.691Z]     --- PASS: TestEtcHostsIpv6/IPv6_disabled (0.48s)
22:59:01 [2024-04-25T22:59:01.691Z] === RUN   TestMACAddrOnRestart
22:59:04 [2024-04-25T22:59:04.208Z] --- PASS: TestMACAddrOnRestart (2.17s)
22:59:04 [2024-04-25T22:59:04.208Z] === RUN   TestCfgdMACAddrOnRestart
22:59:06 [2024-04-25T22:59:06.724Z] --- PASS: TestCfgdMACAddrOnRestart (2.60s)
22:59:06 [2024-04-25T22:59:06.724Z] === RUN   TestInspectCfgdMAC
22:59:06 [2024-04-25T22:59:06.980Z] === RUN   TestInspectCfgdMAC/generated_address_default_bridge
22:59:06 [2024-04-25T22:59:06.980Z] === RUN   TestInspectCfgdMAC/configured_address_default_bridge
22:59:07 [2024-04-25T22:59:07.236Z] === RUN   TestInspectCfgdMAC/generated_address_custom_bridge
22:59:07 [2024-04-25T22:59:07.236Z] === RUN   TestInspectCfgdMAC/configured_address_custom_bridge
22:59:07 [2024-04-25T22:59:07.493Z] === RUN   TestInspectCfgdMAC/ctr-wide_address_default_bridge
22:59:07 [2024-04-25T22:59:07.493Z] --- PASS: TestInspectCfgdMAC (1.05s)
22:59:07 [2024-04-25T22:59:07.493Z]     --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.05s)
22:59:07 [2024-04-25T22:59:07.493Z]     --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s)
22:59:07 [2024-04-25T22:59:07.493Z]     --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.16s)
22:59:07 [2024-04-25T22:59:07.493Z]     --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.16s)
22:59:07 [2024-04-25T22:59:07.493Z]     --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.04s)
22:59:07 [2024-04-25T22:59:07.493Z] === RUN   TestWatchtowerCreate
22:59:08 [2024-04-25T22:59:08.859Z] --- PASS: TestWatchtowerCreate (1.11s)
22:59:08 [2024-04-25T22:59:08.859Z] === RUN   TestResolvConfLocalhostIPv6
22:59:09 [2024-04-25T22:59:09.787Z] --- PASS: TestResolvConfLocalhostIPv6 (1.26s)
22:59:09 [2024-04-25T22:59:09.787Z] === RUN   TestInternalNetworkDNS
22:59:36 [2024-04-25T22:59:36.283Z] --- PASS: TestInternalNetworkDNS (23.05s)
22:59:36 [2024-04-25T22:59:36.283Z] === RUN   TestNslookupWindows
22:59:36 [2024-04-25T22:59:36.283Z]     resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows"
22:59:36 [2024-04-25T22:59:36.283Z] --- SKIP: TestNslookupWindows (0.00s)
22:59:36 [2024-04-25T22:59:36.284Z] PASS
22:59:36 [2024-04-25T22:59:36.284Z] 
22:59:36 [2024-04-25T22:59:36.284Z] === Skipped
22:59:36 [2024-04-25T22:59:36.284Z] === SKIP: arm64.integration.networking TestBridgeICCWindows (0.00s)
22:59:36 [2024-04-25T22:59:36.284Z]     bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows"
22:59:36 [2024-04-25T22:59:36.284Z] 
22:59:36 [2024-04-25T22:59:36.284Z] === SKIP: arm64.integration.networking TestNslookupWindows (0.00s)
22:59:36 [2024-04-25T22:59:36.284Z]     resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows"
22:59:36 [2024-04-25T22:59:36.284Z] 
22:59:36 [2024-04-25T22:59:36.284Z] DONE 45 tests, 2 skipped in 73.780s
22:59:36 [2024-04-25T22:59:36.284Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
22:59:36 [2024-04-25T22:59:36.284Z] ++ '[' -n '' ']'
22:59:36 [2024-04-25T22:59:36.284Z] ++ 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
22:59:36 [2024-04-25T22:59:36.284Z] ++ set -e
22:59:36 [2024-04-25T22:59:36.284Z] ++ '[' -n 0 ']'
22:59:36 [2024-04-25T22:59:36.284Z] ++ set -x
22:59:36 [2024-04-25T22:59:36.284Z] ++ 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.eMtJp3Omsx/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
22:59:36 [2024-04-25T22:59:36.284Z] testing: warning: no tests to run
22:59:36 [2024-04-25T22:59:36.284Z] PASS
22:59:36 [2024-04-25T22:59:36.284Z] 
22:59:36 [2024-04-25T22:59:36.284Z] DONE 0 tests in 0.005s
22:59:36 [2024-04-25T22:59:36.284Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
22:59:36 [2024-04-25T22:59:36.284Z] ++ '[' -n '' ']'
22:59:36 [2024-04-25T22:59:36.284Z] ++ 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
22:59:36 [2024-04-25T22:59:36.284Z] ++ set -e
22:59:36 [2024-04-25T22:59:36.284Z] ++ '[' -n 0 ']'
22:59:36 [2024-04-25T22:59:36.284Z] ++ set -x
22:59:36 [2024-04-25T22:59:36.284Z] ++ 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.eMtJp3Omsx/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
22:59:36 [2024-04-25T22:59:36.284Z] INFO: Testing against a local daemon
22:59:36 [2024-04-25T22:59:36.284Z] === RUN   TestAuthZPluginAllowRequest
22:59:36 [2024-04-25T22:59:36.284Z] --- PASS: TestAuthZPluginAllowRequest (1.04s)
22:59:36 [2024-04-25T22:59:36.284Z] === RUN   TestAuthZPluginTLS
22:59:36 [2024-04-25T22:59:36.284Z] --- PASS: TestAuthZPluginTLS (0.54s)
22:59:36 [2024-04-25T22:59:36.284Z] === RUN   TestAuthZPluginDenyRequest
22:59:36 [2024-04-25T22:59:36.284Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
22:59:36 [2024-04-25T22:59:36.284Z] === RUN   TestAuthZPluginAPIDenyResponse
22:59:36 [2024-04-25T22:59:36.284Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
22:59:36 [2024-04-25T22:59:36.284Z] === RUN   TestAuthZPluginDenyResponse
22:59:36 [2024-04-25T22:59:36.284Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
22:59:36 [2024-04-25T22:59:36.284Z] === RUN   TestAuthZPluginAllowEventStream
22:59:37 [2024-04-25T22:59:37.212Z] 2024/04/25 22:59:36 http: panic serving 127.0.0.1:47208: runtime error: invalid memory address or nil pointer dereference
22:59:37 [2024-04-25T22:59:37.212Z] goroutine 148 [running]:
22:59:37 [2024-04-25T22:59:37.212Z] net/http.(*conn).serve.func1()
22:59:37 [2024-04-25T22:59:37.212Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
22:59:37 [2024-04-25T22:59:37.212Z] panic({0xa96bc0?, 0x15cb010?})
22:59:37 [2024-04-25T22:59:37.212Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
22:59:37 [2024-04-25T22:59:37.212Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd9c250, 0x4000094d80}, 0xffff6a206d58?)
22:59:37 [2024-04-25T22:59:37.212Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
22:59:37 [2024-04-25T22:59:37.212Z] net/http.HandlerFunc.ServeHTTP(0x4000158800?, {0xd9c250?, 0x4000094d80?}, 0x403084?)
22:59:37 [2024-04-25T22:59:37.212Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
22:59:37 [2024-04-25T22:59:37.212Z] net/http.(*ServeMux).ServeHTTP(0xda25b8?, {0xd9c250, 0x4000094d80}, 0x4000158800)
22:59:37 [2024-04-25T22:59:37.212Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
22:59:37 [2024-04-25T22:59:37.212Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000201340, {0xd9ae10?, 0x4000196fc0}, 0x4000158700, {0xd90e60, 0x40003c0cc0})
22:59:37 [2024-04-25T22:59:37.212Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
22:59:37 [2024-04-25T22:59:37.212Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd9ae10?, 0x4000196fc0?}, 0x40005977b0?)
22:59:37 [2024-04-25T22:59:37.212Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
22:59:37 [2024-04-25T22:59:37.212Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd9ae10?, 0x4000196fc0?}, 0x4000196fc0?)
22:59:37 [2024-04-25T22:59:37.212Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
22:59:37 [2024-04-25T22:59:37.212Z] net/http.serverHandler.ServeHTTP({0xd97888?}, {0xd9ae10?, 0x4000196fc0?}, 0x6?)
22:59:37 [2024-04-25T22:59:37.212Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
22:59:37 [2024-04-25T22:59:37.212Z] net/http.(*conn).serve(0x4000638bd0, {0xda25b8, 0x40001e7ef0})
22:59:37 [2024-04-25T22:59:37.212Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
22:59:37 [2024-04-25T22:59:37.212Z] created by net/http.(*Server).Serve in goroutine 20
22:59:37 [2024-04-25T22:59:37.212Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
22:59:38 [2024-04-25T22:59:38.140Z] 2024/04/25 22:59:37 http: panic serving 127.0.0.1:47214: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
22:59:38 [2024-04-25T22:59:38.140Z] goroutine 175 [running]:
22:59:38 [2024-04-25T22:59:38.140Z] net/http.(*conn).serve.func1()
22:59:38 [2024-04-25T22:59:38.140Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
22:59:38 [2024-04-25T22:59:38.140Z] panic({0xa2c420?, 0x4000597910?})
22:59:38 [2024-04-25T22:59:38.140Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
22:59:38 [2024-04-25T22:59:38.140Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd9c250, 0x4000094f00}, 0xffff6a206d58?)
22:59:38 [2024-04-25T22:59:38.140Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
22:59:38 [2024-04-25T22:59:38.140Z] net/http.HandlerFunc.ServeHTTP(0x4000158900?, {0xd9c250?, 0x4000094f00?}, 0x403084?)
22:59:38 [2024-04-25T22:59:38.140Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
22:59:38 [2024-04-25T22:59:38.140Z] net/http.(*ServeMux).ServeHTTP(0xda25b8?, {0xd9c250, 0x4000094f00}, 0x4000158900)
22:59:38 [2024-04-25T22:59:38.140Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
22:59:38 [2024-04-25T22:59:38.140Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000201340, {0xd9ae10?, 0x40001970a0}, 0x4000267200, {0xd90e60, 0x40003c0cc0})
22:59:38 [2024-04-25T22:59:38.140Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
22:59:38 [2024-04-25T22:59:38.140Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd9ae10?, 0x40001970a0?}, 0x400012f560?)
22:59:38 [2024-04-25T22:59:38.140Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
22:59:38 [2024-04-25T22:59:38.140Z] net/http.HandlerFunc.ServeHTTP(0x1628e00?, {0xd9ae10?, 0x40001970a0?}, 0x4000460b40?)
22:59:38 [2024-04-25T22:59:38.140Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
22:59:38 [2024-04-25T22:59:38.140Z] net/http.serverHandler.ServeHTTP({0x400012f560?}, {0xd9ae10?, 0x40001970a0?}, 0x6?)
22:59:38 [2024-04-25T22:59:38.140Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
22:59:38 [2024-04-25T22:59:38.140Z] net/http.(*conn).serve(0x400046ee10, {0xda25b8, 0x40001e7ef0})
22:59:38 [2024-04-25T22:59:38.140Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
22:59:38 [2024-04-25T22:59:38.140Z] created by net/http.(*Server).Serve in goroutine 20
22:59:38 [2024-04-25T22:59:38.140Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
22:59:40 [2024-04-25T22:59:40.028Z] 2024/04/25 22:59:39 http: panic serving 127.0.0.1:47218: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
22:59:40 [2024-04-25T22:59:40.028Z] goroutine 199 [running]:
22:59:40 [2024-04-25T22:59:40.028Z] net/http.(*conn).serve.func1()
22:59:40 [2024-04-25T22:59:40.028Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
22:59:40 [2024-04-25T22:59:40.028Z] panic({0xa2c420?, 0x40005979d0?})
22:59:40 [2024-04-25T22:59:40.028Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
22:59:40 [2024-04-25T22:59:40.028Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd9c250, 0x4000095080}, 0xffff6a206d58?)
22:59:40 [2024-04-25T22:59:40.028Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
22:59:40 [2024-04-25T22:59:40.028Z] net/http.HandlerFunc.ServeHTTP(0x4000158b00?, {0xd9c250?, 0x4000095080?}, 0x403084?)
22:59:40 [2024-04-25T22:59:40.028Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
22:59:40 [2024-04-25T22:59:40.028Z] net/http.(*ServeMux).ServeHTTP(0xda25b8?, {0xd9c250, 0x4000095080}, 0x4000158b00)
22:59:40 [2024-04-25T22:59:40.028Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
22:59:40 [2024-04-25T22:59:40.028Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000201340, {0xd9ae10?, 0x4000197180}, 0x4000158a00, {0xd90e60, 0x40003c0cc0})
22:59:40 [2024-04-25T22:59:40.028Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
22:59:40 [2024-04-25T22:59:40.028Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd9ae10?, 0x4000197180?}, 0x400048c360?)
22:59:40 [2024-04-25T22:59:40.028Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
22:59:40 [2024-04-25T22:59:40.028Z] net/http.HandlerFunc.ServeHTTP(0x1628e00?, {0xd9ae10?, 0x4000197180?}, 0x4000460b40?)
22:59:40 [2024-04-25T22:59:40.028Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
22:59:40 [2024-04-25T22:59:40.028Z] net/http.serverHandler.ServeHTTP({0x400048c360?}, {0xd9ae10?, 0x4000197180?}, 0x6?)
22:59:40 [2024-04-25T22:59:40.028Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
22:59:40 [2024-04-25T22:59:40.028Z] net/http.(*conn).serve(0x40001a6fc0, {0xda25b8, 0x40001e7ef0})
22:59:40 [2024-04-25T22:59:40.028Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
22:59:40 [2024-04-25T22:59:40.028Z] created by net/http.(*Server).Serve in goroutine 20
22:59:40 [2024-04-25T22:59:40.028Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
22:59:42 [2024-04-25T22:59:42.544Z] --- PASS: TestAuthZPluginAllowEventStream (6.01s)
22:59:42 [2024-04-25T22:59:42.544Z] === RUN   TestAuthZPluginErrorResponse
22:59:42 [2024-04-25T22:59:42.800Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
22:59:42 [2024-04-25T22:59:42.800Z] === RUN   TestAuthZPluginErrorRequest
22:59:43 [2024-04-25T22:59:43.361Z] --- PASS: TestAuthZPluginErrorRequest (0.52s)
22:59:43 [2024-04-25T22:59:43.361Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:59:43 [2024-04-25T22:59:43.923Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
22:59:43 [2024-04-25T22:59:43.923Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:59:44 [2024-04-25T22:59:44.851Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.12s)
22:59:44 [2024-04-25T22:59:44.851Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:59:46 [2024-04-25T22:59:46.217Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.14s)
22:59:46 [2024-04-25T22:59:46.217Z] === RUN   TestAuthZPluginHeader
22:59:46 [2024-04-25T22:59:46.779Z] --- PASS: TestAuthZPluginHeader (0.61s)
22:59:46 [2024-04-25T22:59:46.779Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:59:46 [2024-04-25T22:59:46.779Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
22:59:46 [2024-04-25T22:59:46.779Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:59:46 [2024-04-25T22:59:46.779Z] === RUN   TestAuthZPluginV2Disable
22:59:46 [2024-04-25T22:59:46.779Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
22:59:46 [2024-04-25T22:59:46.779Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
22:59:46 [2024-04-25T22:59:46.779Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:59:46 [2024-04-25T22:59:46.779Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
22:59:46 [2024-04-25T22:59:46.779Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:59:46 [2024-04-25T22:59:46.779Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:59:46 [2024-04-25T22:59:46.779Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
22:59:46 [2024-04-25T22:59:46.779Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:59:46 [2024-04-25T22:59:46.779Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:00:04 [2024-04-25T23:00:04.821Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
23:00:04 [2024-04-25T23:00:04.821Z] PASS
23:00:04 [2024-04-25T23:00:04.821Z] 
23:00:04 [2024-04-25T23:00:04.821Z] === Skipped
23:00:04 [2024-04-25T23:00:04.821Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
23:00:04 [2024-04-25T23:00:04.821Z] 
23:00:04 [2024-04-25T23:00:04.821Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
23:00:04 [2024-04-25T23:00:04.821Z] 
23:00:04 [2024-04-25T23:00:04.821Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
23:00:04 [2024-04-25T23:00:04.821Z] 
23:00:04 [2024-04-25T23:00:04.821Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
23:00:04 [2024-04-25T23:00:04.821Z] 
23:00:04 [2024-04-25T23:00:04.821Z] DONE 17 tests, 4 skipped in 30.557s
23:00:04 [2024-04-25T23:00:04.821Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
23:00:04 [2024-04-25T23:00:04.821Z] ++ '[' -n '' ']'
23:00:04 [2024-04-25T23:00:04.821Z] ++ 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
23:00:04 [2024-04-25T23:00:04.821Z] ++ set -e
23:00:04 [2024-04-25T23:00:04.821Z] ++ '[' -n 0 ']'
23:00:04 [2024-04-25T23:00:04.821Z] ++ set -x
23:00:04 [2024-04-25T23:00:04.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.eMtJp3Omsx/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
23:00:04 [2024-04-25T23:00:04.821Z] INFO: Testing against a local daemon
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
23:00:04 [2024-04-25T23:00:04.821Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
23:00:04 [2024-04-25T23:00:04.821Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/pull
23:00:04 [2024-04-25T23:00:04.821Z] === PAUSE TestPluginInvalidJSON/plugins/pull
23:00:04 [2024-04-25T23:00:04.821Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
23:00:04 [2024-04-25T23:00:04.821Z] === CONT  TestPluginInvalidJSON/plugins/pull
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
23:00:04 [2024-04-25T23:00:04.821Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
23:00:04 [2024-04-25T23:00:04.821Z] --- PASS: TestPluginInvalidJSON (0.01s)
23:00:04 [2024-04-25T23:00:04.821Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInstall
23:00:04 [2024-04-25T23:00:04.821Z] === RUN   TestPluginInstall/no_auth
23:00:07 [2024-04-25T23:00:07.339Z] time="2024-04-25T23:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:00:07 [2024-04-25T23:00:07.339Z] time="2024-04-25T23:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ffc2a5845c4b69c1468e5fd69b773b99fd8e787aeeb3b4b5c00b75012036f6db" mediatype=application/vnd.docker.plugin.v1+json size=522
23:00:07 [2024-04-25T23:00:07.339Z] time="2024-04-25T23:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:00:07 [2024-04-25T23:00:07.339Z] time="2024-04-25T23:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ffc2a5845c4b69c1468e5fd69b773b99fd8e787aeeb3b4b5c00b75012036f6db" mediatype=application/vnd.docker.plugin.v1+json size=522
23:00:07 [2024-04-25T23:00:07.339Z] === RUN   TestPluginInstall/with_digest
23:00:07 [2024-04-25T23:00:07.669Z] === RUN   TestPluginInstall/with_htpasswd
23:00:07 [2024-04-25T23:00:07.926Z] time="2024-04-25T23:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:00:07 [2024-04-25T23:00:07.926Z] time="2024-04-25T23:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d48cc27af18aa128fd1aa9cc406ff25f59fbf7c447b639e186b84d4f5302f054" mediatype=application/vnd.docker.plugin.v1+json size=522
23:00:07 [2024-04-25T23:00:07.926Z] time="2024-04-25T23:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:00:07 [2024-04-25T23:00:07.926Z] time="2024-04-25T23:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d48cc27af18aa128fd1aa9cc406ff25f59fbf7c447b639e186b84d4f5302f054" mediatype=application/vnd.docker.plugin.v1+json size=522
23:00:08 [2024-04-25T23:00:08.182Z] === RUN   TestPluginInstall/with_insecure
23:00:09 [2024-04-25T23:00:09.111Z] time="2024-04-25T23:00:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:00:09 [2024-04-25T23:00:09.111Z] time="2024-04-25T23:00:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bb216d453914e38b40d20133d91e319a70b8249d0a047ca7274ac3e25b5ada57" mediatype=application/vnd.docker.plugin.v1+json size=522
23:00:09 [2024-04-25T23:00:09.111Z] time="2024-04-25T23:00:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:00:09 [2024-04-25T23:00:09.111Z] time="2024-04-25T23:00:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bb216d453914e38b40d20133d91e319a70b8249d0a047ca7274ac3e25b5ada57" mediatype=application/vnd.docker.plugin.v1+json size=522
23:00:09 [2024-04-25T23:00:09.111Z]     plugin_test.go:247: [d3169f9a28d37] daemon is not started
23:00:09 [2024-04-25T23:00:09.111Z] --- PASS: TestPluginInstall (5.56s)
23:00:09 [2024-04-25T23:00:09.111Z]     --- PASS: TestPluginInstall/no_auth (3.70s)
23:00:09 [2024-04-25T23:00:09.111Z]     --- PASS: TestPluginInstall/with_digest (0.47s)
23:00:09 [2024-04-25T23:00:09.111Z]     --- PASS: TestPluginInstall/with_htpasswd (0.45s)
23:00:09 [2024-04-25T23:00:09.111Z]     --- PASS: TestPluginInstall/with_insecure (0.93s)
23:00:09 [2024-04-25T23:00:09.111Z] === RUN   TestPluginsWithRuntimes
23:00:10 [2024-04-25T23:00:10.476Z] === RUN   TestPluginsWithRuntimes/No_Args
23:00:11 [2024-04-25T23:00:11.404Z] === RUN   TestPluginsWithRuntimes/With_Args
23:00:12 [2024-04-25T23:00:12.333Z] --- PASS: TestPluginsWithRuntimes (3.13s)
23:00:12 [2024-04-25T23:00:12.333Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.84s)
23:00:12 [2024-04-25T23:00:12.333Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.83s)
23:00:12 [2024-04-25T23:00:12.333Z] === RUN   TestPluginBackCompatMediaTypes
23:00:12 [2024-04-25T23:00:12.895Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s)
23:00:12 [2024-04-25T23:00:12.895Z] PASS
23:00:12 [2024-04-25T23:00:12.895Z] 
23:00:12 [2024-04-25T23:00:12.895Z] DONE 25 tests in 9.220s
23:00:12 [2024-04-25T23:00:12.895Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
23:00:12 [2024-04-25T23:00:12.895Z] ++ '[' -n '' ']'
23:00:12 [2024-04-25T23:00:12.895Z] ++ 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
23:00:12 [2024-04-25T23:00:12.895Z] ++ set -e
23:00:12 [2024-04-25T23:00:12.895Z] ++ '[' -n 0 ']'
23:00:12 [2024-04-25T23:00:12.895Z] ++ set -x
23:00:12 [2024-04-25T23:00:12.895Z] ++ 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.eMtJp3Omsx/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
23:00:12 [2024-04-25T23:00:12.895Z] INFO: Testing against a local daemon
23:00:12 [2024-04-25T23:00:12.895Z] === RUN   TestExternalGraphDriver
23:00:13 [2024-04-25T23:00:13.151Z] === RUN   TestExternalGraphDriver/json
23:00:13 [2024-04-25T23:00:13.151Z] === RUN   TestExternalGraphDriver/spec
23:00:13 [2024-04-25T23:00:13.151Z] === RUN   TestExternalGraphDriver/pull
23:00:13 [2024-04-25T23:00:13.151Z] --- PASS: TestExternalGraphDriver (0.34s)
23:00:13 [2024-04-25T23:00:13.151Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
23:00:13 [2024-04-25T23:00:13.151Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
23:00:13 [2024-04-25T23:00:13.151Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
23:00:13 [2024-04-25T23:00:13.151Z] === RUN   TestGraphdriverPluginV2
23:00:13 [2024-04-25T23:00:13.407Z]     external_test.go:416: (*Execution).NotAmd64-fm
23:00:13 [2024-04-25T23:00:13.407Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
23:00:13 [2024-04-25T23:00:13.407Z] PASS
23:00:13 [2024-04-25T23:00:13.407Z] 
23:00:13 [2024-04-25T23:00:13.407Z] === Skipped
23:00:13 [2024-04-25T23:00:13.407Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
23:00:13 [2024-04-25T23:00:13.407Z]     external_test.go:416: (*Execution).NotAmd64-fm
23:00:13 [2024-04-25T23:00:13.407Z] 
23:00:13 [2024-04-25T23:00:13.407Z] DONE 5 tests, 1 skipped in 0.702s
23:00:13 [2024-04-25T23:00:13.407Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
23:00:13 [2024-04-25T23:00:13.407Z] ++ '[' -n '' ']'
23:00:13 [2024-04-25T23:00:13.407Z] ++ 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
23:00:13 [2024-04-25T23:00:13.407Z] ++ set -e
23:00:13 [2024-04-25T23:00:13.407Z] ++ '[' -n 0 ']'
23:00:13 [2024-04-25T23:00:13.407Z] ++ set -x
23:00:13 [2024-04-25T23:00:13.407Z] ++ 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.eMtJp3Omsx/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
23:00:13 [2024-04-25T23:00:13.407Z] INFO: Testing against a local daemon
23:00:13 [2024-04-25T23:00:13.407Z] === RUN   TestContinueAfterPluginCrash
23:00:13 [2024-04-25T23:00:13.407Z] === PAUSE TestContinueAfterPluginCrash
23:00:13 [2024-04-25T23:00:13.407Z] === RUN   TestReadPluginNoRead
23:00:13 [2024-04-25T23:00:13.407Z] === PAUSE TestReadPluginNoRead
23:00:13 [2024-04-25T23:00:13.407Z] === RUN   TestDaemonStartWithLogOpt
23:00:13 [2024-04-25T23:00:13.407Z] === PAUSE TestDaemonStartWithLogOpt
23:00:13 [2024-04-25T23:00:13.407Z] === CONT  TestContinueAfterPluginCrash
23:00:13 [2024-04-25T23:00:13.407Z] === CONT  TestDaemonStartWithLogOpt
23:00:13 [2024-04-25T23:00:13.407Z] === CONT  TestReadPluginNoRead
23:00:15 [2024-04-25T23:00:15.926Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:00:16 [2024-04-25T23:00:16.186Z] --- PASS: TestDaemonStartWithLogOpt (2.58s)
23:00:16 [2024-04-25T23:00:16.748Z] === RUN   TestReadPluginNoRead/default
23:00:18 [2024-04-25T23:00:18.114Z] === RUN   TestReadPluginNoRead/disabled_caching
23:00:19 [2024-04-25T23:00:19.041Z]     read_test.go:93: [d37ce289b7c67] daemon is not started
23:00:19 [2024-04-25T23:00:19.041Z] --- PASS: TestReadPluginNoRead (5.48s)
23:00:19 [2024-04-25T23:00:19.041Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s)
23:00:19 [2024-04-25T23:00:19.041Z]     --- PASS: TestReadPluginNoRead/default (1.14s)
23:00:19 [2024-04-25T23:00:19.041Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.13s)
23:00:20 [2024-04-25T23:00:20.929Z] --- PASS: TestContinueAfterPluginCrash (7.55s)
23:00:20 [2024-04-25T23:00:20.929Z] PASS
23:00:20 [2024-04-25T23:00:20.929Z] 
23:00:20 [2024-04-25T23:00:20.929Z] DONE 6 tests in 7.581s
23:00:21 [2024-04-25T23:00:21.185Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
23:00:21 [2024-04-25T23:00:21.185Z] ++ '[' -n '' ']'
23:00:21 [2024-04-25T23:00:21.185Z] ++ 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
23:00:21 [2024-04-25T23:00:21.185Z] ++ set -e
23:00:21 [2024-04-25T23:00:21.185Z] ++ '[' -n 0 ']'
23:00:21 [2024-04-25T23:00:21.185Z] ++ set -x
23:00:21 [2024-04-25T23:00:21.185Z] ++ 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.eMtJp3Omsx/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
23:00:21 [2024-04-25T23:00:21.185Z] testing: warning: no tests to run
23:00:21 [2024-04-25T23:00:21.185Z] PASS
23:00:21 [2024-04-25T23:00:21.185Z] 
23:00:21 [2024-04-25T23:00:21.185Z] DONE 0 tests in 0.006s
23:00:21 [2024-04-25T23:00:21.185Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
23:00:21 [2024-04-25T23:00:21.185Z] ++ '[' -n '' ']'
23:00:21 [2024-04-25T23:00:21.185Z] ++ 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
23:00:21 [2024-04-25T23:00:21.185Z] ++ set -e
23:00:21 [2024-04-25T23:00:21.185Z] ++ '[' -n 0 ']'
23:00:21 [2024-04-25T23:00:21.185Z] ++ set -x
23:00:21 [2024-04-25T23:00:21.185Z] ++ 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.eMtJp3Omsx/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
23:00:21 [2024-04-25T23:00:21.185Z] INFO: Testing against a local daemon
23:00:21 [2024-04-25T23:00:21.185Z] === RUN   TestPluginWithDevMounts
23:00:21 [2024-04-25T23:00:21.185Z] === PAUSE TestPluginWithDevMounts
23:00:21 [2024-04-25T23:00:21.185Z] === CONT  TestPluginWithDevMounts
23:00:22 [2024-04-25T23:00:22.549Z] --- PASS: TestPluginWithDevMounts (1.47s)
23:00:22 [2024-04-25T23:00:22.549Z] PASS
23:00:22 [2024-04-25T23:00:22.549Z] 
23:00:22 [2024-04-25T23:00:22.549Z] DONE 1 tests in 1.496s
23:00:22 [2024-04-25T23:00:22.549Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
23:00:22 [2024-04-25T23:00:22.549Z] ++ '[' -n '' ']'
23:00:22 [2024-04-25T23:00:22.549Z] ++ 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
23:00:22 [2024-04-25T23:00:22.549Z] ++ set -e
23:00:22 [2024-04-25T23:00:22.549Z] ++ '[' -n 0 ']'
23:00:22 [2024-04-25T23:00:22.549Z] ++ set -x
23:00:22 [2024-04-25T23:00:22.550Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.eMtJp3Omsx/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
23:00:22 [2024-04-25T23:00:22.550Z] INFO: Testing against a local daemon
23:00:22 [2024-04-25T23:00:22.550Z] === RUN   TestSecretInspect
23:00:24 [2024-04-25T23:00:24.438Z] --- PASS: TestSecretInspect (1.92s)
23:00:24 [2024-04-25T23:00:24.438Z] === RUN   TestSecretList
23:00:26 [2024-04-25T23:00:26.327Z] --- PASS: TestSecretList (1.91s)
23:00:26 [2024-04-25T23:00:26.327Z] === RUN   TestSecretsCreateAndDelete
23:00:28 [2024-04-25T23:00:28.843Z] --- PASS: TestSecretsCreateAndDelete (1.95s)
23:00:28 [2024-04-25T23:00:28.843Z] === RUN   TestSecretsUpdate
23:00:30 [2024-04-25T23:00:30.732Z] --- PASS: TestSecretsUpdate (1.95s)
23:00:30 [2024-04-25T23:00:30.732Z] === RUN   TestTemplatedSecret
23:00:33 [2024-04-25T23:00:33.248Z] --- PASS: TestTemplatedSecret (2.43s)
23:00:33 [2024-04-25T23:00:33.248Z] === RUN   TestSecretCreateResolve
23:00:34 [2024-04-25T23:00:34.613Z] --- PASS: TestSecretCreateResolve (1.86s)
23:00:34 [2024-04-25T23:00:34.613Z] PASS
23:00:34 [2024-04-25T23:00:34.613Z] 
23:00:34 [2024-04-25T23:00:34.613Z] DONE 6 tests in 12.047s
23:00:34 [2024-04-25T23:00:34.613Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
23:00:34 [2024-04-25T23:00:34.613Z] ++ '[' -n '' ']'
23:00:34 [2024-04-25T23:00:34.613Z] ++ 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
23:00:34 [2024-04-25T23:00:34.613Z] ++ set -e
23:00:34 [2024-04-25T23:00:34.613Z] ++ '[' -n 0 ']'
23:00:34 [2024-04-25T23:00:34.613Z] ++ set -x
23:00:34 [2024-04-25T23:00:34.613Z] ++ 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.eMtJp3Omsx/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
23:00:34 [2024-04-25T23:00:34.613Z] INFO: Testing against a local daemon
23:00:34 [2024-04-25T23:00:34.613Z] === RUN   TestServiceCreateInit
23:00:34 [2024-04-25T23:00:34.613Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:00:38 [2024-04-25T23:00:38.780Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:00:42 [2024-04-25T23:00:42.047Z] --- PASS: TestServiceCreateInit (7.09s)
23:00:42 [2024-04-25T23:00:42.047Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.63s)
23:00:42 [2024-04-25T23:00:42.047Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.45s)
23:00:42 [2024-04-25T23:00:42.047Z] === RUN   TestCreateServiceMultipleTimes
23:00:56 [2024-04-25T23:00:56.888Z] --- PASS: TestCreateServiceMultipleTimes (14.91s)
23:00:56 [2024-04-25T23:00:56.888Z] === RUN   TestCreateServiceConflict
23:00:58 [2024-04-25T23:00:58.778Z] --- PASS: TestCreateServiceConflict (1.94s)
23:00:58 [2024-04-25T23:00:58.778Z] === RUN   TestCreateServiceMaxReplicas
23:01:01 [2024-04-25T23:01:01.294Z] --- PASS: TestCreateServiceMaxReplicas (2.68s)
23:01:01 [2024-04-25T23:01:01.294Z] === RUN   TestCreateServiceSecretFileMode
23:01:16 [2024-04-25T23:01:16.132Z] --- PASS: TestCreateServiceSecretFileMode (12.37s)
23:01:16 [2024-04-25T23:01:16.132Z] === RUN   TestCreateServiceConfigFileMode
23:01:26 [2024-04-25T23:01:26.071Z] --- PASS: TestCreateServiceConfigFileMode (12.28s)
23:01:26 [2024-04-25T23:01:26.072Z] === RUN   TestCreateServiceSysctls
23:01:29 [2024-04-25T23:01:29.339Z] --- PASS: TestCreateServiceSysctls (2.86s)
23:01:29 [2024-04-25T23:01:29.339Z] === RUN   TestCreateServiceCapabilities
23:01:31 [2024-04-25T23:01:31.229Z] --- PASS: TestCreateServiceCapabilities (2.43s)
23:01:31 [2024-04-25T23:01:31.229Z] === RUN   TestInspect
23:01:33 [2024-04-25T23:01:33.746Z] --- PASS: TestInspect (2.62s)
23:01:33 [2024-04-25T23:01:33.746Z] === RUN   TestCreateJob
23:01:37 [2024-04-25T23:01:37.015Z] --- PASS: TestCreateJob (2.97s)
23:01:37 [2024-04-25T23:01:37.015Z] === RUN   TestReplicatedJob
23:01:42 [2024-04-25T23:01:42.263Z] --- PASS: TestReplicatedJob (4.58s)
23:01:42 [2024-04-25T23:01:42.263Z] === RUN   TestUpdateReplicatedJob
23:01:44 [2024-04-25T23:01:44.780Z] --- PASS: TestUpdateReplicatedJob (2.94s)
23:01:44 [2024-04-25T23:01:44.780Z] === RUN   TestServiceListWithStatuses
23:01:48 [2024-04-25T23:01:48.949Z] --- PASS: TestServiceListWithStatuses (4.14s)
23:01:48 [2024-04-25T23:01:48.949Z] === RUN   TestDockerNetworkConnectAliasPreV144
23:01:53 [2024-04-25T23:01:53.116Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (4.02s)
23:01:53 [2024-04-25T23:01:53.116Z] === RUN   TestDockerNetworkReConnect
23:01:55 [2024-04-25T23:01:55.632Z] --- PASS: TestDockerNetworkReConnect (3.15s)
23:01:55 [2024-04-25T23:01:55.632Z] === RUN   TestServicePlugin
23:01:55 [2024-04-25T23:01:55.632Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
23:01:55 [2024-04-25T23:01:55.632Z] --- SKIP: TestServicePlugin (0.00s)
23:01:55 [2024-04-25T23:01:55.632Z] === RUN   TestServiceUpdateLabel
23:01:57 [2024-04-25T23:01:57.522Z] --- PASS: TestServiceUpdateLabel (1.91s)
23:01:57 [2024-04-25T23:01:57.522Z] === RUN   TestServiceUpdateSecrets
23:02:12 [2024-04-25T23:02:12.362Z] --- PASS: TestServiceUpdateSecrets (14.27s)
23:02:12 [2024-04-25T23:02:12.362Z] === RUN   TestServiceUpdateConfigs
23:02:27 [2024-04-25T23:02:27.202Z] --- PASS: TestServiceUpdateConfigs (14.24s)
23:02:27 [2024-04-25T23:02:27.202Z] === RUN   TestServiceUpdateNetwork
23:02:39 [2024-04-25T23:02:39.374Z] --- PASS: TestServiceUpdateNetwork (12.15s)
23:02:39 [2024-04-25T23:02:39.374Z] === RUN   TestServiceUpdatePidsLimit
23:02:39 [2024-04-25T23:02:39.374Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
23:02:39 [2024-04-25T23:02:39.936Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
23:02:48 [2024-04-25T23:02:48.023Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
23:02:54 [2024-04-25T23:02:54.560Z] --- PASS: TestServiceUpdatePidsLimit (16.08s)
23:02:54 [2024-04-25T23:02:54.560Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.51s)
23:02:54 [2024-04-25T23:02:54.560Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
23:02:54 [2024-04-25T23:02:54.560Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
23:02:54 [2024-04-25T23:02:54.560Z] PASS
23:02:54 [2024-04-25T23:02:54.560Z] 
23:02:54 [2024-04-25T23:02:54.560Z] === Skipped
23:02:54 [2024-04-25T23:02:54.560Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
23:02:54 [2024-04-25T23:02:54.560Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
23:02:54 [2024-04-25T23:02:54.560Z] 
23:02:54 [2024-04-25T23:02:54.560Z] DONE 26 tests, 1 skipped in 139.683s
23:02:54 [2024-04-25T23:02:54.560Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
23:02:54 [2024-04-25T23:02:54.560Z] ++ '[' -n '' ']'
23:02:54 [2024-04-25T23:02:54.560Z] ++ 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
23:02:54 [2024-04-25T23:02:54.560Z] ++ set -e
23:02:54 [2024-04-25T23:02:54.560Z] ++ '[' -n 0 ']'
23:02:54 [2024-04-25T23:02:54.560Z] ++ set -x
23:02:54 [2024-04-25T23:02:54.560Z] ++ 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.eMtJp3Omsx/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
23:02:54 [2024-04-25T23:02:54.560Z] INFO: Testing against a local daemon
23:02:54 [2024-04-25T23:02:54.560Z] === RUN   TestSessionCreate
23:02:54 [2024-04-25T23:02:54.560Z] --- PASS: TestSessionCreate (0.01s)
23:02:54 [2024-04-25T23:02:54.560Z] === RUN   TestSessionCreateWithBadUpgrade
23:02:54 [2024-04-25T23:02:54.560Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
23:02:54 [2024-04-25T23:02:54.560Z] PASS
23:02:54 [2024-04-25T23:02:54.560Z] 
23:02:54 [2024-04-25T23:02:54.560Z] DONE 2 tests in 0.041s
23:02:54 [2024-04-25T23:02:54.560Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
23:02:54 [2024-04-25T23:02:54.560Z] ++ '[' -n '' ']'
23:02:54 [2024-04-25T23:02:54.561Z] ++ 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
23:02:54 [2024-04-25T23:02:54.561Z] ++ set -e
23:02:54 [2024-04-25T23:02:54.561Z] ++ '[' -n 0 ']'
23:02:54 [2024-04-25T23:02:54.561Z] ++ set -x
23:02:54 [2024-04-25T23:02:54.561Z] ++ 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.eMtJp3Omsx/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
23:02:54 [2024-04-25T23:02:54.561Z] INFO: Testing against a local daemon
23:02:54 [2024-04-25T23:02:54.561Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:02:54 [2024-04-25T23:02:54.561Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:02:54 [2024-04-25T23:02:54.561Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:02:54 [2024-04-25T23:02:54.561Z] === RUN   TestDiskUsage
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty/container_types
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty/image_types
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty/volume_types
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty/build-cache_types
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty/container,_volume_types
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
23:02:54 [2024-04-25T23:02:54.817Z] === RUN   TestDiskUsage/after_LoadBusybox
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
23:02:55 [2024-04-25T23:02:55.073Z] === RUN   TestDiskUsage/after_container.Run
23:02:55 [2024-04-25T23:02:55.329Z] === RUN   TestDiskUsage/after_container.Run/container_types
23:02:55 [2024-04-25T23:02:55.329Z] === RUN   TestDiskUsage/after_container.Run/image_types
23:02:55 [2024-04-25T23:02:55.329Z] === RUN   TestDiskUsage/after_container.Run/volume_types
23:02:55 [2024-04-25T23:02:55.329Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
23:02:55 [2024-04-25T23:02:55.329Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
23:02:55 [2024-04-25T23:02:55.329Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
23:02:55 [2024-04-25T23:02:55.329Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
23:02:55 [2024-04-25T23:02:55.329Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
23:02:55 [2024-04-25T23:02:55.329Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
23:02:55 [2024-04-25T23:02:55.329Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
23:02:55 [2024-04-25T23:02:55.585Z] --- PASS: TestDiskUsage (1.09s)
23:02:55 [2024-04-25T23:02:55.585Z]     --- PASS: TestDiskUsage/empty (0.01s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]     --- PASS: TestDiskUsage/after_container.Run (0.28s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
23:02:55 [2024-04-25T23:02:55.585Z] === RUN   TestEventsExecDie
23:02:56 [2024-04-25T23:02:56.147Z] --- PASS: TestEventsExecDie (0.52s)
23:02:56 [2024-04-25T23:02:56.147Z] === RUN   TestEventsBackwardsCompatible
23:02:56 [2024-04-25T23:02:56.147Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
23:02:56 [2024-04-25T23:02:56.147Z] === RUN   TestEventsVolumeCreate
23:02:56 [2024-04-25T23:02:56.147Z] --- PASS: TestEventsVolumeCreate (0.06s)
23:02:56 [2024-04-25T23:02:56.147Z] === RUN   TestInfoBinaryCommits
23:02:56 [2024-04-25T23:02:56.147Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:02:56 [2024-04-25T23:02:56.147Z] === RUN   TestInfoAPIVersioned
23:02:56 [2024-04-25T23:02:56.147Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:02:56 [2024-04-25T23:02:56.147Z] === RUN   TestInfoAPI
23:02:56 [2024-04-25T23:02:56.147Z] --- PASS: TestInfoAPI (0.01s)
23:02:56 [2024-04-25T23:02:56.147Z] === RUN   TestInfoAPIWarnings
23:03:14 [2024-04-25T23:03:14.190Z] --- PASS: TestInfoAPIWarnings (16.54s)
23:03:14 [2024-04-25T23:03:14.190Z] === RUN   TestInfoDebug
23:03:14 [2024-04-25T23:03:14.190Z] --- PASS: TestInfoDebug (0.52s)
23:03:14 [2024-04-25T23:03:14.190Z] === RUN   TestInfoInsecureRegistries
23:03:14 [2024-04-25T23:03:14.190Z] --- PASS: TestInfoInsecureRegistries (0.52s)
23:03:14 [2024-04-25T23:03:14.190Z] === RUN   TestInfoRegistryMirrors
23:03:14 [2024-04-25T23:03:14.190Z] --- PASS: TestInfoRegistryMirrors (0.52s)
23:03:14 [2024-04-25T23:03:14.190Z] === RUN   TestLoginFailsWithBadCredentials
23:03:15 [2024-04-25T23:03:15.555Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s)
23:03:15 [2024-04-25T23:03:15.555Z] === RUN   TestPingCacheHeaders
23:03:15 [2024-04-25T23:03:15.555Z] --- PASS: TestPingCacheHeaders (0.01s)
23:03:15 [2024-04-25T23:03:15.555Z] === RUN   TestPingGet
23:03:15 [2024-04-25T23:03:15.555Z] --- PASS: TestPingGet (0.01s)
23:03:15 [2024-04-25T23:03:15.555Z] === RUN   TestPingHead
23:03:15 [2024-04-25T23:03:15.555Z] --- PASS: TestPingHead (0.01s)
23:03:15 [2024-04-25T23:03:15.555Z] === RUN   TestPingSwarmHeader
23:03:15 [2024-04-25T23:03:15.811Z] === RUN   TestPingSwarmHeader/before_swarm_init
23:03:16 [2024-04-25T23:03:16.372Z] === RUN   TestPingSwarmHeader/after_swarm_init
23:03:17 [2024-04-25T23:03:17.299Z] === RUN   TestPingSwarmHeader/after_swarm_leave
23:03:17 [2024-04-25T23:03:17.299Z] --- PASS: TestPingSwarmHeader (1.90s)
23:03:17 [2024-04-25T23:03:17.299Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
23:03:17 [2024-04-25T23:03:17.299Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
23:03:17 [2024-04-25T23:03:17.299Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
23:03:17 [2024-04-25T23:03:17.299Z] === RUN   TestPingBuilderHeader
23:03:17 [2024-04-25T23:03:17.299Z] === RUN   TestPingBuilderHeader/default_config
23:03:17 [2024-04-25T23:03:17.861Z] === RUN   TestPingBuilderHeader/buildkit_disabled
23:03:18 [2024-04-25T23:03:18.116Z] --- PASS: TestPingBuilderHeader (1.04s)
23:03:18 [2024-04-25T23:03:18.116Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
23:03:18 [2024-04-25T23:03:18.116Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
23:03:18 [2024-04-25T23:03:18.116Z] === RUN   TestVersion
23:03:18 [2024-04-25T23:03:18.116Z] --- PASS: TestVersion (0.01s)
23:03:18 [2024-04-25T23:03:18.116Z] PASS
23:03:18 [2024-04-25T23:03:18.116Z] 
23:03:18 [2024-04-25T23:03:18.116Z] === Skipped
23:03:18 [2024-04-25T23:03:18.116Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
23:03:18 [2024-04-25T23:03:18.116Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:03:18 [2024-04-25T23:03:18.116Z] 
23:03:18 [2024-04-25T23:03:18.116Z] DONE 57 tests, 1 skipped in 23.842s
23:03:18 [2024-04-25T23:03:18.116Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
23:03:18 [2024-04-25T23:03:18.116Z] ++ '[' -n '' ']'
23:03:18 [2024-04-25T23:03:18.116Z] ++ 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
23:03:18 [2024-04-25T23:03:18.116Z] ++ set -e
23:03:18 [2024-04-25T23:03:18.116Z] ++ '[' -n 0 ']'
23:03:18 [2024-04-25T23:03:18.116Z] ++ set -x
23:03:18 [2024-04-25T23:03:18.117Z] ++ 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.eMtJp3Omsx/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
23:03:18 [2024-04-25T23:03:18.372Z] INFO: Testing against a local daemon
23:03:18 [2024-04-25T23:03:18.372Z] === RUN   TestRunMountVolumeSubdir
23:03:18 [2024-04-25T23:03:18.628Z]     mount_test.go:28: Setup stderr:
23:03:18 [2024-04-25T23:03:18.628Z]     mount_test.go:28: Setup stdout:
23:03:18 [2024-04-25T23:03:18.628Z]         /volume:
23:03:18 [2024-04-25T23:03:18.628Z]         total 24K    
23:03:18 [2024-04-25T23:03:18.628Z]         drwxr-xr-x    5 root     root        4.0K Apr 25 23:03 .
23:03:18 [2024-04-25T23:03:18.628Z]         drwxr-xr-x    1 root     root        4.0K Apr 25 23:03 ..
23:03:18 [2024-04-25T23:03:18.628Z]         -rw-r--r--    1 root     root           4 Apr 25 23:03 bar.txt
23:03:18 [2024-04-25T23:03:18.628Z]         drwxr-xr-x    2 root     root        4.0K Apr 25 23:03 bin
23:03:18 [2024-04-25T23:03:18.628Z]         drwxr-xr-x    3 root     root        4.0K Apr 25 23:03 hack
23:03:18 [2024-04-25T23:03:18.628Z]         drwxr-xr-x    2 root     root        4.0K Apr 25 23:03 subdir
23:03:18 [2024-04-25T23:03:18.628Z]         
23:03:18 [2024-04-25T23:03:18.628Z]         /volume/hack/:
23:03:18 [2024-04-25T23:03:18.628Z]         total 12K    
23:03:18 [2024-04-25T23:03:18.628Z]         drwxr-xr-x    3 root     root        4.0K Apr 25 23:03 .
23:03:18 [2024-04-25T23:03:18.628Z]         drwxr-xr-x    5 root     root        4.0K Apr 25 23:03 ..
23:03:18 [2024-04-25T23:03:18.628Z]         lrwxrwxrwx    1 root     root           4 Apr 25 23:03 bad -> root
23:03:18 [2024-04-25T23:03:18.628Z]         lrwxrwxrwx    1 root     root           9 Apr 25 23:03 good -> ../subdir
23:03:18 [2024-04-25T23:03:18.628Z]         drwxr-xr-x    2 root     root        4.0K Apr 25 23:03 iwanttobehackedwithtoctou
23:03:18 [2024-04-25T23:03:18.628Z]         lrwxrwxrwx    1 root     root           1 Apr 25 23:03 root -> /
23:03:18 [2024-04-25T23:03:18.628Z] === RUN   TestRunMountVolumeSubdir/subdir
23:03:19 [2024-04-25T23:03:19.191Z]     mount_test.go:101: stdout:
23:03:19 [2024-04-25T23:03:19.191Z]         hello.txt
23:03:19 [2024-04-25T23:03:19.191Z]     mount_test.go:102: stderr:
23:03:19 [2024-04-25T23:03:19.191Z] === RUN   TestRunMountVolumeSubdir/subdir_link
23:03:19 [2024-04-25T23:03:19.447Z]     mount_test.go:101: stdout:
23:03:19 [2024-04-25T23:03:19.447Z]         hello.txt
23:03:19 [2024-04-25T23:03:19.447Z]     mount_test.go:102: stderr:
23:03:19 [2024-04-25T23:03:19.447Z] === RUN   TestRunMountVolumeSubdir/subdir_with_copy_data
23:03:20 [2024-04-25T23:03:20.008Z]     mount_test.go:101: stdout:
23:03:20 [2024-04-25T23:03:20.008Z]         /bin/busybox
23:03:20 [2024-04-25T23:03:20.008Z]     mount_test.go:102: stderr:
23:03:20 [2024-04-25T23:03:20.008Z] === RUN   TestRunMountVolumeSubdir/file
23:03:20 [2024-04-25T23:03:20.264Z]     mount_test.go:101: stdout:
23:03:20 [2024-04-25T23:03:20.264Z]         foo
23:03:20 [2024-04-25T23:03:20.264Z]     mount_test.go:102: stderr:
23:03:20 [2024-04-25T23:03:20.264Z] === RUN   TestRunMountVolumeSubdir/relative_with_backtracks
23:03:20 [2024-04-25T23:03:20.264Z] === RUN   TestRunMountVolumeSubdir/not_existing
23:03:20 [2024-04-25T23:03:20.520Z] === RUN   TestRunMountVolumeSubdir/mount_link
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestRunMountVolumeSubdir/mount_link_link
23:03:20 [2024-04-25T23:03:20.776Z] --- PASS: TestRunMountVolumeSubdir (2.54s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestRunMountVolumeSubdir/subdir (0.41s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestRunMountVolumeSubdir/subdir_link (0.45s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.42s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestRunMountVolumeSubdir/file (0.39s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestRunMountVolumeSubdir/not_existing (0.14s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestRunMountVolumeSubdir/mount_link (0.15s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.13s)
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesCreateAndList
23:03:20 [2024-04-25T23:03:20.776Z] --- PASS: TestVolumesCreateAndList (0.01s)
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesRemove
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesRemove/volume_in_use
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesRemove/volume_not_in_use
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesRemove/non-existing_volume
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesRemove/non-existing_volume_force
23:03:20 [2024-04-25T23:03:20.776Z] --- PASS: TestVolumesRemove (0.05s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesRemoveSwarmEnabled
23:03:20 [2024-04-25T23:03:20.776Z] === PAUSE TestVolumesRemoveSwarmEnabled
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesInspect
23:03:20 [2024-04-25T23:03:20.776Z] --- PASS: TestVolumesInspect (0.01s)
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesInvalidJSON
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesInvalidJSON/volumes/create
23:03:20 [2024-04-25T23:03:20.776Z] === PAUSE TestVolumesInvalidJSON/volumes/create
23:03:20 [2024-04-25T23:03:20.776Z] === CONT  TestVolumesInvalidJSON/volumes/create
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
23:03:20 [2024-04-25T23:03:20.776Z] --- PASS: TestVolumesInvalidJSON (0.01s)
23:03:20 [2024-04-25T23:03:20.776Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
23:03:20 [2024-04-25T23:03:20.776Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
23:03:20 [2024-04-25T23:03:20.776Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
23:03:20 [2024-04-25T23:03:20.776Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
23:03:20 [2024-04-25T23:03:20.776Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
23:03:20 [2024-04-25T23:03:20.776Z] === RUN   TestVolumePruneAnonymous
23:03:21 [2024-04-25T23:03:21.033Z] --- PASS: TestVolumePruneAnonymous (0.03s)
23:03:21 [2024-04-25T23:03:21.033Z] === RUN   TestVolumePruneAnonFromImage
23:03:21 [2024-04-25T23:03:21.033Z] --- PASS: TestVolumePruneAnonFromImage (0.13s)
23:03:21 [2024-04-25T23:03:21.033Z] === CONT  TestVolumesRemoveSwarmEnabled
23:03:22 [2024-04-25T23:03:22.398Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
23:03:22 [2024-04-25T23:03:22.398Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
23:03:22 [2024-04-25T23:03:22.398Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
23:03:22 [2024-04-25T23:03:22.398Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
23:03:22 [2024-04-25T23:03:22.959Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.92s)
23:03:22 [2024-04-25T23:03:22.959Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
23:03:22 [2024-04-25T23:03:22.959Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
23:03:22 [2024-04-25T23:03:22.959Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
23:03:22 [2024-04-25T23:03:22.959Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
23:03:22 [2024-04-25T23:03:22.959Z] PASS
23:03:22 [2024-04-25T23:03:22.959Z] 
23:03:22 [2024-04-25T23:03:22.959Z] DONE 29 tests in 4.738s
23:03:22 [2024-04-25T23:03:22.959Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:03:23 [2024-04-25T23:03:23.215Z] ++++ cat bundles/test-integration/TestUsernsCommit/d3c1e5e3650d5/docker.pid
23:03:23 [2024-04-25T23:03:23.215Z] +++ kill 67944
23:03:23 [2024-04-25T23:03:23.215Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 67944 is not a child of this shell
23:03:23 [2024-04-25T23:03:23.215Z] warning: PID 67944 from bundles/test-integration/TestUsernsCommit/d3c1e5e3650d5/docker.pid had a nonzero exit code
23:03:23 [2024-04-25T23:03:23.215Z] umount: bundles/test-integration/TestUsernsCommit/d3c1e5e3650d5/root: not mounted.
23:03:23 [2024-04-25T23:03:23.215Z] ++++ cat bundles/test-integration/docker.pid
23:03:23 [2024-04-25T23:03:23.215Z] +++ kill 25147
23:03:24 [2024-04-25T23:03:24.581Z] +++ /etc/init.d/apparmor stop
23:03:24 [2024-04-25T23:03:24.581Z] Leaving: AppArmorNo profiles have been unloaded.
23:03:24 [2024-04-25T23:03:24.581Z] 
23:03:24 [2024-04-25T23:03:24.581Z] Unloading profiles will leave already running processes permanently
23:03:24 [2024-04-25T23:03:24.581Z] unconfined, which can lead to unexpected situations.
23:03:24 [2024-04-25T23:03:24.581Z] 
23:03:24 [2024-04-25T23:03:24.581Z] To set a process to complain mode, use the command line tool
23:03:24 [2024-04-25T23:03:24.581Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:03:24 [2024-04-25T23:03:24.581Z] +++ true
23:03:24 [2024-04-25T23:03:24.581Z] exiting test-integration
23:03:24 [2024-04-25T23:03:24.581Z] ++ exit 0
23:03:24 [2024-04-25T23:03:24.581Z] 
Post stage
[Pipeline] junit
23:03:25 [2024-04-25T23:03:25.963Z] Recording test results
23:03:26 [2024-04-25T23:03:26.220Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:03:26 [2024-04-25T23:03:26.517Z] + echo Ensuring container killed.
23:03:26 [2024-04-25T23:03:26.517Z] Ensuring container killed.
23:03:26 [2024-04-25T23:03:26.517Z] + docker rm -vf docker-pr1
23:03:26 [2024-04-25T23:03:26.517Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
23:03:26 [2024-04-25T23:03:26.958Z] + echo Chowning /workspace to jenkins user
23:03:26 [2024-04-25T23:03:26.959Z] Chowning /workspace to jenkins user
23:03:26 [2024-04-25T23:03:26.959Z] + id -u
23:03:26 [2024-04-25T23:03:26.959Z] + id -g
23:03:26 [2024-04-25T23:03:26.959Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47763:/workspace busybox chown -R 1000:1000 /workspace
23:03:26 [2024-04-25T23:03:26.959Z] Unable to find image 'busybox:latest' locally
23:03:26 [2024-04-25T23:03:26.959Z] latest: Pulling from library/busybox
23:03:26 [2024-04-25T23:03:26.959Z] 45d8eb5967de: Already exists
23:03:27 [2024-04-25T23:03:27.230Z] Digest: sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966
23:03:27 [2024-04-25T23:03:27.230Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:03:29 [2024-04-25T23:03:29.148Z] + bundleName=arm64-integration
23:03:29 [2024-04-25T23:03:29.148Z] + echo Creating arm64-integration-bundles.tar.gz
23:03:29 [2024-04-25T23:03:29.148Z] Creating arm64-integration-bundles.tar.gz
23:03:29 [2024-04-25T23:03:29.148Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
23:03:29 [2024-04-25T23:03:29.148Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
23:03:29 [2024-04-25T23:03:29.413Z] Archiving artifacts
23:03:30 [2024-04-25T23:03:30.505Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47763/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:03:30 [2024-04-25T23:03:30.785Z] + make clean
23:03:30 [2024-04-25T23:03:30.785Z] docker volume rm -f docker-dev-cache docker-mod-cache
23:03:30 [2024-04-25T23:03:30.785Z] docker-dev-cache
23:03:30 [2024-04-25T23:03:30.785Z] 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-47763/1/stashes/