Skip to content
Success

Console Output

Push event to branch 25.0
15:07:13 Connecting to https://api.github.com using docker-jenkins GitHub credentials
Obtained Jenkinsfile from f26fd4a73a6999facafb787d660b43c8241d9e0b
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
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/moby_25.0@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision c8880eb865108326b5561629a909e5c780e6ef50 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10
Commit message: "Merge pull request #28 from docker/codeowners_oos4a9mi"
 > git rev-list --no-walk c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
Stage "pr-hack" skipped due to when conditional
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
15:07:30 [2024-06-03T15:07:30.977Z] Still waiting to schedule task
15:07:30 [2024-06-03T15:07:30.977Z]EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0fcbb364aff03db48)’ is offline
15:08:28 [2024-06-03T15:08:28.926Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0fcbb364aff03db48) in /home/ubuntu/workspace/moby_25.0
[Pipeline] {
[Pipeline] checkout
15:08:28 [2024-06-03T15:08:28.945Z] The recommended git tool is: git
15:08:31 [2024-06-03T15:08:31.248Z] using credential docker-jenkins-github-credentials
15:08:31 [2024-06-03T15:08:31.255Z] Cloning the remote Git repository
15:08:31 [2024-06-03T15:08:31.255Z] Cloning with configured refspecs honoured and without tags
15:08:31 [2024-06-03T15:08:31.327Z] Cloning repository https://github.com/moby/moby.git
15:08:31 [2024-06-03T15:08:31.371Z]  > git init /home/ubuntu/workspace/moby_25.0 # timeout=10
15:08:32 [2024-06-03T15:08:32.078Z] Fetching upstream changes from https://github.com/moby/moby.git
15:08:32 [2024-06-03T15:08:32.078Z]  > git --version # timeout=10
15:08:32 [2024-06-03T15:08:32.081Z]  > git --version # 'git version 2.25.1'
15:08:32 [2024-06-03T15:08:32.081Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:08:32 [2024-06-03T15:08:32.121Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10
15:08:48 [2024-06-03T15:08:48.318Z] Avoid second fetch
15:08:48 [2024-06-03T15:08:48.319Z] Checking out Revision f26fd4a73a6999facafb787d660b43c8241d9e0b (25.0)
15:08:48 [2024-06-03T15:08:48.120Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:08:48 [2024-06-03T15:08:48.123Z]  > git config --add remote.origin.fetch +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10
15:08:48 [2024-06-03T15:08:48.322Z]  > git config core.sparsecheckout # timeout=10
15:08:48 [2024-06-03T15:08:48.336Z]  > git checkout -f f26fd4a73a6999facafb787d660b43c8241d9e0b # timeout=10
15:08:50 [2024-06-03T15:08:50.810Z] Commit message: "Merge pull request #47890 from thaJeztah/25.0_backport_platforms_err_handling"
15:08:50 [2024-06-03T15:08:50.812Z]  > git rev-list --no-walk 303e26dce76fac071e80bf177a016f0fdeb24a04 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
15:08:51 [2024-06-03T15:08:51.963Z] + docker run --rm -v /home/ubuntu/workspace/moby_25.0:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
15:08:57 [2024-06-03T15:08:57.199Z] Unable to find image 'alpine:latest' locally
15:08:57 [2024-06-03T15:08:57.454Z] latest: Pulling from library/alpine
15:08:57 [2024-06-03T15:08:57.709Z] 94747bd81234: Pulling fs layer
15:08:57 [2024-06-03T15:08:57.709Z] 94747bd81234: Verifying Checksum
15:08:57 [2024-06-03T15:08:57.709Z] 94747bd81234: Download complete
15:08:58 [2024-06-03T15:08:58.634Z] 94747bd81234: Pull complete
15:08:58 [2024-06-03T15:08:58.634Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
15:08:58 [2024-06-03T15:08:58.634Z] Status: Downloaded newer image for alpine:latest
15:09:10 [2024-06-03T15:09:10.790Z] 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
15:09:10 [2024-06-03T15:09:10.838Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0fcbb364aff03db48) in /home/ubuntu/workspace/moby_25.0
[Pipeline] {
[Pipeline] checkout
15:09:10 [2024-06-03T15:09:10.850Z] The recommended git tool is: git
15:09:10 [2024-06-03T15:09:10.855Z] using credential docker-jenkins-github-credentials
15:09:10 [2024-06-03T15:09:10.869Z] Fetching changes from the remote Git repository
15:09:10 [2024-06-03T15:09:10.877Z] Fetching without tags
15:09:11 [2024-06-03T15:09:11.078Z] Checking out Revision f26fd4a73a6999facafb787d660b43c8241d9e0b (25.0)
15:09:11 [2024-06-03T15:09:11.247Z] Commit message: "Merge pull request #47890 from thaJeztah/25.0_backport_platforms_err_handling"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
15:09:10 [2024-06-03T15:09:10.864Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_25.0/.git # timeout=10
15:09:10 [2024-06-03T15:09:10.875Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:09:10 [2024-06-03T15:09:10.880Z] Fetching upstream changes from https://github.com/moby/moby.git
15:09:10 [2024-06-03T15:09:10.880Z]  > git --version # timeout=10
15:09:10 [2024-06-03T15:09:10.883Z]  > git --version # 'git version 2.25.1'
15:09:10 [2024-06-03T15:09:10.883Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:09:10 [2024-06-03T15:09:10.886Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10
15:09:11 [2024-06-03T15:09:11.080Z]  > git config core.sparsecheckout # timeout=10
15:09:11 [2024-06-03T15:09:11.083Z]  > git checkout -f f26fd4a73a6999facafb787d660b43c8241d9e0b # timeout=10
15:09:11 [2024-06-03T15:09:11.983Z] + docker version
15:09:11 [2024-06-03T15:09:11.983Z] Client: Docker Engine - Community
15:09:11 [2024-06-03T15:09:11.983Z]  Version:           25.0.3
15:09:11 [2024-06-03T15:09:11.983Z]  API version:       1.44
15:09:11 [2024-06-03T15:09:11.983Z]  Go version:        go1.21.6
15:09:11 [2024-06-03T15:09:11.983Z]  Git commit:        4debf41
15:09:11 [2024-06-03T15:09:11.983Z]  Built:             Tue Feb  6 21:13:09 2024
15:09:11 [2024-06-03T15:09:11.983Z]  OS/Arch:           linux/arm64
15:09:11 [2024-06-03T15:09:11.983Z]  Context:           default
15:09:11 [2024-06-03T15:09:11.983Z] 
15:09:11 [2024-06-03T15:09:11.983Z] Server: Docker Engine - Community
15:09:11 [2024-06-03T15:09:11.983Z]  Engine:
15:09:11 [2024-06-03T15:09:11.983Z]   Version:          25.0.3
15:09:11 [2024-06-03T15:09:11.983Z]   API version:      1.44 (minimum version 1.24)
15:09:11 [2024-06-03T15:09:11.983Z]   Go version:       go1.21.6
15:09:11 [2024-06-03T15:09:11.983Z]   Git commit:       f417435
15:09:11 [2024-06-03T15:09:11.983Z]   Built:            Tue Feb  6 21:13:09 2024
15:09:11 [2024-06-03T15:09:11.983Z]   OS/Arch:          linux/arm64
15:09:11 [2024-06-03T15:09:11.983Z]   Experimental:     true
15:09:11 [2024-06-03T15:09:11.983Z]  containerd:
15:09:11 [2024-06-03T15:09:11.983Z]   Version:          1.6.28
15:09:11 [2024-06-03T15:09:11.983Z]   GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
15:09:11 [2024-06-03T15:09:11.983Z]  runc:
15:09:11 [2024-06-03T15:09:11.983Z]   Version:          1.1.12
15:09:11 [2024-06-03T15:09:11.983Z]   GitCommit:        v1.1.12-0-g51d5e94
15:09:11 [2024-06-03T15:09:11.983Z]  docker-init:
15:09:11 [2024-06-03T15:09:11.983Z]   Version:          0.19.0
15:09:11 [2024-06-03T15:09:11.983Z]   GitCommit:        de40ad0
[Pipeline] sh
15:09:12 [2024-06-03T15:09:12.297Z] + docker info
15:09:22 [2024-06-03T15:09:22.224Z] Client: Docker Engine - Community
15:09:22 [2024-06-03T15:09:22.224Z]  Version:    25.0.3
15:09:22 [2024-06-03T15:09:22.224Z]  Context:    default
15:09:22 [2024-06-03T15:09:22.224Z]  Debug Mode: false
15:09:22 [2024-06-03T15:09:22.224Z]  Plugins:
15:09:22 [2024-06-03T15:09:22.224Z]   buildx: Docker Buildx (Docker Inc.)
15:09:22 [2024-06-03T15:09:22.224Z]     Version:  v0.12.1
15:09:22 [2024-06-03T15:09:22.224Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
15:09:22 [2024-06-03T15:09:22.224Z]   compose: Docker Compose (Docker Inc.)
15:09:22 [2024-06-03T15:09:22.224Z]     Version:  v2.24.6
15:09:22 [2024-06-03T15:09:22.224Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
15:09:22 [2024-06-03T15:09:22.224Z] 
15:09:22 [2024-06-03T15:09:22.224Z] Server:
15:09:22 [2024-06-03T15:09:22.224Z]  Containers: 0
15:09:22 [2024-06-03T15:09:22.224Z]   Running: 0
15:09:22 [2024-06-03T15:09:22.224Z]   Paused: 0
15:09:22 [2024-06-03T15:09:22.224Z]   Stopped: 0
15:09:22 [2024-06-03T15:09:22.224Z]  Images: 1
15:09:22 [2024-06-03T15:09:22.224Z]  Server Version: 25.0.3
15:09:22 [2024-06-03T15:09:22.224Z]  Storage Driver: overlay2
15:09:22 [2024-06-03T15:09:22.224Z]   Backing Filesystem: extfs
15:09:22 [2024-06-03T15:09:22.224Z]   Supports d_type: true
15:09:22 [2024-06-03T15:09:22.224Z]   Using metacopy: false
15:09:22 [2024-06-03T15:09:22.224Z]   Native Overlay Diff: true
15:09:22 [2024-06-03T15:09:22.224Z]   userxattr: false
15:09:22 [2024-06-03T15:09:22.224Z]  Logging Driver: json-file
15:09:22 [2024-06-03T15:09:22.224Z]  Cgroup Driver: cgroupfs
15:09:22 [2024-06-03T15:09:22.224Z]  Cgroup Version: 1
15:09:22 [2024-06-03T15:09:22.224Z]  Plugins:
15:09:22 [2024-06-03T15:09:22.224Z]   Volume: local
15:09:22 [2024-06-03T15:09:22.224Z]   Network: bridge host ipvlan macvlan null overlay
15:09:22 [2024-06-03T15:09:22.224Z]   Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
15:09:22 [2024-06-03T15:09:22.224Z]  Swarm: inactive
15:09:22 [2024-06-03T15:09:22.224Z]  Runtimes: io.containerd.runc.v2 runc
15:09:22 [2024-06-03T15:09:22.224Z]  Default Runtime: runc
15:09:22 [2024-06-03T15:09:22.224Z]  Init Binary: docker-init
15:09:22 [2024-06-03T15:09:22.224Z]  containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
15:09:22 [2024-06-03T15:09:22.224Z]  runc version: v1.1.12-0-g51d5e94
15:09:22 [2024-06-03T15:09:22.224Z]  init version: de40ad0
15:09:22 [2024-06-03T15:09:22.224Z]  Security Options:
15:09:22 [2024-06-03T15:09:22.224Z]   apparmor
15:09:22 [2024-06-03T15:09:22.224Z]   seccomp
15:09:22 [2024-06-03T15:09:22.224Z]    Profile: builtin
15:09:22 [2024-06-03T15:09:22.224Z]  Kernel Version: 5.15.0-1053-aws
15:09:22 [2024-06-03T15:09:22.224Z]  Operating System: Ubuntu 20.04.6 LTS
15:09:22 [2024-06-03T15:09:22.224Z]  OSType: linux
15:09:22 [2024-06-03T15:09:22.224Z]  Architecture: aarch64
15:09:22 [2024-06-03T15:09:22.224Z]  CPUs: 8
15:09:22 [2024-06-03T15:09:22.224Z]  Total Memory: 30.64GiB
15:09:22 [2024-06-03T15:09:22.224Z]  Name: ip-10-100-78-224
15:09:22 [2024-06-03T15:09:22.224Z]  ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac
15:09:22 [2024-06-03T15:09:22.224Z]  Docker Root Dir: /var/lib/docker
15:09:22 [2024-06-03T15:09:22.224Z]  Debug Mode: false
15:09:22 [2024-06-03T15:09:22.224Z]  Experimental: true
15:09:22 [2024-06-03T15:09:22.224Z]  Insecure Registries:
15:09:22 [2024-06-03T15:09:22.224Z]   127.0.0.0/8
15:09:22 [2024-06-03T15:09:22.224Z]  Live Restore Enabled: true
15:09:22 [2024-06-03T15:09:22.224Z] 
[Pipeline] sh
15:09:22 [2024-06-03T15:09:22.535Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:09:22 [2024-06-03T15:09:22.535Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:09:22 [2024-06-03T15:09:22.535Z] + curl -fsSL -o /home/ubuntu/workspace/moby_25.0/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
15:09:22 [2024-06-03T15:09:22.535Z] + bash /home/ubuntu/workspace/moby_25.0/check-config.sh
15:09:22 [2024-06-03T15:09:22.535Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
15:09:22 [2024-06-03T15:09:22.535Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ...
15:09:22 [2024-06-03T15:09:22.535Z] 
15:09:22 [2024-06-03T15:09:22.535Z] Generally Necessary:
15:09:22 [2024-06-03T15:09:22.535Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
15:09:22 [2024-06-03T15:09:22.535Z] - apparmor: enabled and tools installed
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_NAMESPACES: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_NET_NS: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_PID_NS: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_IPC_NS: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_UTS_NS: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_CGROUPS: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_CGROUP_CPUACCT: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_CGROUP_DEVICE: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_CGROUP_FREEZER: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_CGROUP_SCHED: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_CPUSETS: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_MEMCG: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_KEYS: enabled
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_VETH: enabled (as module)
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_BRIDGE: enabled (as module)
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_IP_NF_FILTER: enabled (as module)
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
15:09:22 [2024-06-03T15:09:22.790Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_IP_NF_NAT: enabled (as module)
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_NF_NAT: enabled (as module)
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_POSIX_MQUEUE: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_CGROUP_BPF: enabled
15:09:23 [2024-06-03T15:09:23.046Z] 
15:09:23 [2024-06-03T15:09:23.046Z] Optional Features:
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_USER_NS: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_SECCOMP: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_SECCOMP_FILTER: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_CGROUP_PIDS: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_MEMCG_SWAP: enabled
15:09:23 [2024-06-03T15:09:23.046Z]     (cgroup swap accounting is currently enabled)
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_BLK_CGROUP: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_BLK_DEV_THROTTLING: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_CGROUP_PERF: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_CGROUP_HUGETLB: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_CGROUP_NET_PRIO: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_CFS_BANDWIDTH: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_FAIR_GROUP_SCHED: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_RT_GROUP_SCHED: missing
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_IP_VS: enabled (as module)
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_IP_VS_NFCT: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_IP_VS_PROTO_TCP: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_IP_VS_PROTO_UDP: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_IP_VS_RR: enabled (as module)
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_SECURITY_SELINUX: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_SECURITY_APPARMOR: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_EXT4_FS: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - CONFIG_EXT4_FS_SECURITY: enabled
15:09:23 [2024-06-03T15:09:23.046Z] - Network Drivers:
15:09:23 [2024-06-03T15:09:23.046Z]   - "overlay":
15:09:23 [2024-06-03T15:09:23.046Z]     - CONFIG_VXLAN: enabled (as module)
15:09:23 [2024-06-03T15:09:23.046Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
15:09:23 [2024-06-03T15:09:23.046Z]       Optional (for encrypted networks):
15:09:23 [2024-06-03T15:09:23.301Z]       - CONFIG_CRYPTO: enabled
15:09:23 [2024-06-03T15:09:23.301Z]       - CONFIG_CRYPTO_AEAD: enabled
15:09:23 [2024-06-03T15:09:23.301Z]       - CONFIG_CRYPTO_GCM: enabled
15:09:23 [2024-06-03T15:09:23.301Z]       - CONFIG_CRYPTO_SEQIV: enabled
15:09:23 [2024-06-03T15:09:23.301Z]       - CONFIG_CRYPTO_GHASH: enabled
15:09:23 [2024-06-03T15:09:23.301Z]       - CONFIG_XFRM: enabled
15:09:23 [2024-06-03T15:09:23.301Z]       - CONFIG_XFRM_USER: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]       - CONFIG_XFRM_ALGO: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]       - CONFIG_INET_ESP: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]   - "ipvlan":
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_IPVLAN: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]   - "macvlan":
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_MACVLAN: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_DUMMY: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]   - "ftp,tftp client in container":
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z] - Storage Drivers:
15:09:23 [2024-06-03T15:09:23.301Z]   - "aufs":
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_AUFS_FS: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]   - "btrfs":
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_BTRFS_FS: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
15:09:23 [2024-06-03T15:09:23.301Z]   - "devicemapper":
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_BLK_DEV_DM: enabled
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]   - "overlay":
15:09:23 [2024-06-03T15:09:23.301Z]     - CONFIG_OVERLAY_FS: enabled (as module)
15:09:23 [2024-06-03T15:09:23.301Z]   - "zfs":
15:09:23 [2024-06-03T15:09:23.301Z]     - /dev/zfs: present
15:09:23 [2024-06-03T15:09:23.301Z]     - zfs command: missing
15:09:23 [2024-06-03T15:09:23.301Z]     - zpool command: missing
15:09:23 [2024-06-03T15:09:23.301Z] 
15:09:23 [2024-06-03T15:09:23.301Z] Limits:
15:09:23 [2024-06-03T15:09:23.301Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
15:09:23 [2024-06-03T15:09:23.301Z] 
15:09:23 [2024-06-03T15:09:23.301Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
15:09:23 [2024-06-03T15:09:23.585Z] + docker build --force-rm -t docker:f26fd4a73a6999facafb787d660b43c8241d9e0b .
15:09:23 [2024-06-03T15:09:23.840Z] #0 building with "default" instance using docker driver
15:09:23 [2024-06-03T15:09:23.840Z] 
15:09:23 [2024-06-03T15:09:23.840Z] #1 [internal] load build definition from Dockerfile
15:09:23 [2024-06-03T15:09:23.840Z] #1 transferring dockerfile: 27.92kB done
15:09:23 [2024-06-03T15:09:23.840Z] #1 DONE 0.0s
15:09:23 [2024-06-03T15:09:23.840Z] 
15:09:23 [2024-06-03T15:09:23.840Z] #2 resolve image config for docker.io/docker/dockerfile:1
15:09:24 [2024-06-03T15:09:24.399Z] #2 DONE 0.6s
15:09:24 [2024-06-03T15:09:24.399Z] 
15:09:24 [2024-06-03T15:09:24.399Z] #3 docker-image://docker.io/docker/dockerfile:1@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e
15:09:24 [2024-06-03T15:09:24.399Z] #3 resolve docker.io/docker/dockerfile:1@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e 0.0s done
15:09:24 [2024-06-03T15:09:24.399Z] #3 sha256:c8678869a83fab70232869ba24acc1c0be661f4d65135c0eeacb6a8e78420fdd 482B / 482B done
15:09:24 [2024-06-03T15:09:24.399Z] #3 sha256:45fc0e793a06559debf1128a8e0a2aef5bd1822e7d98b7412afcc474f04cc4fe 1.26kB / 1.26kB done
15:09:24 [2024-06-03T15:09:24.399Z] #3 sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 6.29MB / 11.24MB 0.1s
15:09:24 [2024-06-03T15:09:24.399Z] #3 sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e 8.40kB / 8.40kB done
15:09:24 [2024-06-03T15:09:24.654Z] #3 sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 11.24MB / 11.24MB 0.2s done
15:09:24 [2024-06-03T15:09:24.654Z] #3 extracting sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 0.1s done
15:09:24 [2024-06-03T15:09:24.654Z] #3 DONE 0.3s
15:09:24 [2024-06-03T15:09:24.654Z] 
15:09:24 [2024-06-03T15:09:24.654Z] #4 [internal] load metadata for docker.io/library/golang:1.21.10-bookworm
15:09:25 [2024-06-03T15:09:25.213Z] #4 ...
15:09:25 [2024-06-03T15:09:25.214Z] 
15:09:25 [2024-06-03T15:09:25.214Z] #5 [internal] load metadata for docker.io/library/busybox:latest
15:09:25 [2024-06-03T15:09:25.214Z] #5 DONE 0.4s
15:09:25 [2024-06-03T15:09:25.214Z] 
15:09:25 [2024-06-03T15:09:25.214Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:09:25 [2024-06-03T15:09:25.214Z] #6 DONE 0.4s
15:09:25 [2024-06-03T15:09:25.214Z] 
15:09:25 [2024-06-03T15:09:25.214Z] #7 [internal] load metadata for docker.io/library/debian:bookworm
15:09:25 [2024-06-03T15:09:25.214Z] #7 DONE 0.4s
15:09:25 [2024-06-03T15:09:25.214Z] 
15:09:25 [2024-06-03T15:09:25.214Z] #8 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
15:09:25 [2024-06-03T15:09:25.214Z] #8 DONE 0.5s
15:09:25 [2024-06-03T15:09:25.214Z] 
15:09:25 [2024-06-03T15:09:25.214Z] #4 [internal] load metadata for docker.io/library/golang:1.21.10-bookworm
15:09:25 [2024-06-03T15:09:25.214Z] #4 DONE 0.5s
15:09:25 [2024-06-03T15:09:25.214Z] 
15:09:25 [2024-06-03T15:09:25.214Z] #9 [internal] load metadata for docker.io/docker/compose-bin:v2.24.5
15:09:25 [2024-06-03T15:09:25.468Z] #9 DONE 0.6s
15:09:25 [2024-06-03T15:09:25.468Z] 
15:09:25 [2024-06-03T15:09:25.468Z] #10 [internal] load metadata for docker.io/distribution/distribution:2.8.3
15:09:25 [2024-06-03T15:09:25.468Z] #10 DONE 0.5s
15:09:25 [2024-06-03T15:09:25.468Z] 
15:09:25 [2024-06-03T15:09:25.468Z] #11 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1
15:09:26 [2024-06-03T15:09:26.028Z] #11 DONE 1.2s
15:09:26 [2024-06-03T15:09:26.028Z] 
15:09:26 [2024-06-03T15:09:26.028Z] #12 [internal] load .dockerignore
15:09:26 [2024-06-03T15:09:26.028Z] #12 transferring context: 113B done
15:09:26 [2024-06-03T15:09:26.028Z] #12 DONE 0.0s
15:09:26 [2024-06-03T15:09:26.028Z] 
15:09:26 [2024-06-03T15:09:26.028Z] #13 [internal] load build context
15:09:26 [2024-06-03T15:09:26.284Z] #13 ...
15:09:26 [2024-06-03T15:09:26.284Z] 
15:09:26 [2024-06-03T15:09:26.284Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
15:09:26 [2024-06-03T15:09:26.284Z] #14 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.2s done
15:09:26 [2024-06-03T15:09:26.284Z] #14 DONE 0.2s
15:09:26 [2024-06-03T15:09:26.284Z] 
15:09:26 [2024-06-03T15:09:26.284Z] #13 [internal] load build context
15:09:26 [2024-06-03T15:09:26.540Z] #13 ...
15:09:26 [2024-06-03T15:09:26.540Z] 
15:09:26 [2024-06-03T15:09:26.540Z] #15 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb
15:09:26 [2024-06-03T15:09:26.540Z] #15 resolve docker.io/library/busybox:latest@sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb 0.2s done
15:09:26 [2024-06-03T15:09:26.540Z] #15 sha256:62e64d962a5f069b3f1e061b167609b91b3fb9886709ceb475cc7e1d5222727a 610B / 610B done
15:09:26 [2024-06-03T15:09:26.540Z] #15 sha256:23d6e6de0b63623e44a1ec59746682c77f197702ae77264eb287fa5119256f8a 390B / 390B done
15:09:26 [2024-06-03T15:09:26.540Z] #15 sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb 6.76kB / 6.76kB done
15:09:26 [2024-06-03T15:09:26.540Z] #15 sha256:c34182c7a03d2f1be0e7970ba5b792227be05dd1b942330c13a1fe8cd8ce23f9 1.84MB / 1.84MB 0.1s done
15:09:26 [2024-06-03T15:09:26.540Z] #15 extracting sha256:c34182c7a03d2f1be0e7970ba5b792227be05dd1b942330c13a1fe8cd8ce23f9 0.1s done
15:09:26 [2024-06-03T15:09:26.540Z] #15 DONE 0.6s
15:09:26 [2024-06-03T15:09:26.540Z] 
15:09:26 [2024-06-03T15:09:26.540Z] #13 [internal] load build context
15:09:27 [2024-06-03T15:09:27.467Z] #13 transferring context: 75.46MB 1.4s done
15:09:29 [2024-06-03T15:09:29.353Z] #13 DONE 3.2s
15:09:29 [2024-06-03T15:09:29.353Z] 
15:09:29 [2024-06-03T15:09:29.353Z] #16 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3
15:09:29 [2024-06-03T15:09:29.353Z] #16 resolve docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 0.2s done
15:09:29 [2024-06-03T15:09:29.353Z] #16 sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 8.43kB / 8.43kB done
15:09:29 [2024-06-03T15:09:29.353Z] #16 sha256:06eae01801a52c8f549787b29c2bfb65c88c0a218b217321e99a157565a0fa5a 482B / 482B done
15:09:29 [2024-06-03T15:09:29.353Z] #16 sha256:d06dcef7a21624ea13d7671125a7fe4cded9aaa21792757846e72064e5214dec 1.13kB / 1.13kB done
15:09:29 [2024-06-03T15:09:29.353Z] #16 sha256:823737807fa37f6a71175786ba6042e4b83f8bb78f65079d56c0a0dff55d1e73 16.62MB / 16.62MB 0.4s done
15:09:29 [2024-06-03T15:09:29.353Z] #16 extracting sha256:823737807fa37f6a71175786ba6042e4b83f8bb78f65079d56c0a0dff55d1e73 0.3s done
15:09:29 [2024-06-03T15:09:29.353Z] #16 DONE 3.3s
15:09:29 [2024-06-03T15:09:29.353Z] 
15:09:29 [2024-06-03T15:09:29.353Z] #17 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
15:09:29 [2024-06-03T15:09:29.353Z] #17 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.2s done
15:09:29 [2024-06-03T15:09:29.353Z] #17 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done
15:09:29 [2024-06-03T15:09:29.353Z] #17 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done
15:09:29 [2024-06-03T15:09:29.353Z] #17 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done
15:09:29 [2024-06-03T15:09:29.353Z] #17 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 2.3s done
15:09:29 [2024-06-03T15:09:29.353Z] #17 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.2s done
15:09:29 [2024-06-03T15:09:29.353Z] #17 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0B / 5.82MB 2.9s
15:09:29 [2024-06-03T15:09:29.353Z] #17 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 766B / 766B 2.9s done
15:09:29 [2024-06-03T15:09:29.353Z] #17 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0B / 286.20kB 2.9s
15:09:29 [2024-06-03T15:09:29.353Z] #17 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 3.0s
15:09:29 [2024-06-03T15:09:29.608Z] #17 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 4.19MB / 5.82MB 3.1s
15:09:29 [2024-06-03T15:09:29.608Z] #17 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 3.3s
15:09:29 [2024-06-03T15:09:29.608Z] #17 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a
15:09:29 [2024-06-03T15:09:29.863Z] #17 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 3.5s done
15:09:29 [2024-06-03T15:09:29.863Z] #17 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 3.3s done
15:09:29 [2024-06-03T15:09:29.863Z] #17 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.1s done
15:09:30 [2024-06-03T15:09:30.799Z] #17 ...
15:09:30 [2024-06-03T15:09:30.799Z] 
15:09:30 [2024-06-03T15:09:30.799Z] #18 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43
15:09:30 [2024-06-03T15:09:30.799Z] #18 resolve docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 0.2s done
15:09:30 [2024-06-03T15:09:30.799Z] #18 sha256:a5a1ba0fd157960c623fcbba319e3c92650faeacc179ed940362aed94d69a42f 1.14kB / 1.14kB done
15:09:30 [2024-06-03T15:09:30.799Z] #18 sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 8.43kB / 8.43kB done
15:09:30 [2024-06-03T15:09:30.799Z] #18 sha256:152601ea1a432a294017848c66fb84d04e1a90d4380ce9b5cd519cdf09e43722 482B / 482B done
15:09:30 [2024-06-03T15:09:30.799Z] #18 sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 15.64MB / 15.64MB 0.5s done
15:09:30 [2024-06-03T15:09:30.799Z] #18 extracting sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 0.5s done
15:09:30 [2024-06-03T15:09:30.799Z] #18 DONE 4.8s
15:09:30 [2024-06-03T15:09:30.799Z] 
15:09:30 [2024-06-03T15:09:30.799Z] #17 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
15:09:30 [2024-06-03T15:09:30.799Z] #17 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done
15:09:31 [2024-06-03T15:09:31.086Z] #17 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09
15:09:32 [2024-06-03T15:09:32.075Z] #17 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.6s done
15:09:32 [2024-06-03T15:09:32.531Z] #17 ...
15:09:32 [2024-06-03T15:09:32.531Z] 
15:09:32 [2024-06-03T15:09:32.531Z] #19 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:09:32 [2024-06-03T15:09:32.531Z] #19 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
15:09:32 [2024-06-03T15:09:32.531Z] #19 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
15:09:32 [2024-06-03T15:09:32.531Z] #19 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
15:09:32 [2024-06-03T15:09:32.531Z] #19 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
15:09:32 [2024-06-03T15:09:32.531Z] #19 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.1s done
15:09:32 [2024-06-03T15:09:32.531Z] #19 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.3s done
15:09:32 [2024-06-03T15:09:32.531Z] #19 DONE 6.1s
15:09:32 [2024-06-03T15:09:32.794Z] 
15:09:32 [2024-06-03T15:09:32.794Z] #20 [base 1/4] FROM docker.io/library/golang:1.21.10-bookworm@sha256:b8ff8c869417952d84dc521d821cc8cb55f6c28469e60133fe8aea5ee795267e
15:09:32 [2024-06-03T15:09:32.794Z] #20 resolve docker.io/library/golang:1.21.10-bookworm@sha256:b8ff8c869417952d84dc521d821cc8cb55f6c28469e60133fe8aea5ee795267e 0.2s done
15:09:32 [2024-06-03T15:09:32.794Z] #20 sha256:b8ff8c869417952d84dc521d821cc8cb55f6c28469e60133fe8aea5ee795267e 9.10kB / 9.10kB done
15:09:32 [2024-06-03T15:09:32.794Z] #20 sha256:7a56982245e6e85476cd3867a9a21bda806c32370bdeacc8452b2039381c7a69 2.33kB / 2.33kB done
15:09:32 [2024-06-03T15:09:32.794Z] #20 sha256:e946bfb614dc9f4a658e98b7795c5a888bc5c6c68dd9d633d9c07e0920199b53 2.84kB / 2.84kB done
15:09:32 [2024-06-03T15:09:32.794Z] #20 sha256:91e301773f03e9e0fabc5c177fe6bfe8daf14e992ab816f151692b814ddc462c 49.61MB / 49.61MB 1.6s done
15:09:32 [2024-06-03T15:09:32.794Z] #20 extracting sha256:91e301773f03e9e0fabc5c177fe6bfe8daf14e992ab816f151692b814ddc462c 2.2s done
15:09:32 [2024-06-03T15:09:32.794Z] #20 sha256:15856ca26414127b85cee6d10acbc4cee6eba9070f3f5a04b9cc72ce95abfa7f 23.59MB / 23.59MB 4.5s done
15:09:32 [2024-06-03T15:09:32.794Z] #20 sha256:30ed4c12791345d3f20f66024e1f22275ce507868c508509b83dcf231b1c9adc 63.99MB / 63.99MB 5.9s
15:09:32 [2024-06-03T15:09:32.794Z] #20 extracting sha256:15856ca26414127b85cee6d10acbc4cee6eba9070f3f5a04b9cc72ce95abfa7f 1.3s
15:09:32 [2024-06-03T15:09:32.794Z] #20 sha256:0c9a7eb7dd16a3cb705d643f2c1b3ccb0cce9120eef39b1b1844864195af6c32 64.11MB / 64.11MB 5.9s
15:09:32 [2024-06-03T15:09:32.794Z] #20 sha256:3cf3dd101b450545902b16112a329f7ce70d182d1d6b1dfce883f830030e03c1 52.43MB / 86.25MB 5.9s
15:09:33 [2024-06-03T15:09:33.049Z] #20 sha256:3cf3dd101b450545902b16112a329f7ce70d182d1d6b1dfce883f830030e03c1 86.25MB / 86.25MB 6.5s
15:09:33 [2024-06-03T15:09:33.303Z] #20 extracting sha256:15856ca26414127b85cee6d10acbc4cee6eba9070f3f5a04b9cc72ce95abfa7f 2.2s done
15:09:35 [2024-06-03T15:09:35.221Z] #20 sha256:30ed4c12791345d3f20f66024e1f22275ce507868c508509b83dcf231b1c9adc 63.99MB / 63.99MB 8.5s done
15:09:35 [2024-06-03T15:09:35.476Z] #20 extracting sha256:30ed4c12791345d3f20f66024e1f22275ce507868c508509b83dcf231b1c9adc 0.1s
15:09:36 [2024-06-03T15:09:36.036Z] #20 ...
15:09:36 [2024-06-03T15:09:36.036Z] 
15:09:36 [2024-06-03T15:09:36.036Z] #21 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:fac2c0fd33e88dfd3bc88a872cfb78dcb167e74af6162d31724df69e482f886c
15:09:36 [2024-06-03T15:09:36.036Z] #21 resolve docker.io/library/debian:bookworm@sha256:fac2c0fd33e88dfd3bc88a872cfb78dcb167e74af6162d31724df69e482f886c 0.2s done
15:09:36 [2024-06-03T15:09:36.036Z] #21 sha256:fac2c0fd33e88dfd3bc88a872cfb78dcb167e74af6162d31724df69e482f886c 1.85kB / 1.85kB done
15:09:36 [2024-06-03T15:09:36.036Z] #21 sha256:3d67cec2f6aa8a4d6aa496ae8097747f216fe850aebc8db99548cb8a85e73181 529B / 529B done
15:09:36 [2024-06-03T15:09:36.036Z] #21 sha256:f1dc429dc8955ea4e9bbd0049f311ba3c4c3a16cda479c7f1153ea8f125e2639 1.48kB / 1.48kB done
15:09:36 [2024-06-03T15:09:36.036Z] #21 sha256:91e301773f03e9e0fabc5c177fe6bfe8daf14e992ab816f151692b814ddc462c 49.61MB / 49.61MB 1.6s done
15:09:36 [2024-06-03T15:09:36.036Z] #21 ...
15:09:36 [2024-06-03T15:09:36.036Z] 
15:09:36 [2024-06-03T15:09:36.036Z] #20 [base 1/4] FROM docker.io/library/golang:1.21.10-bookworm@sha256:b8ff8c869417952d84dc521d821cc8cb55f6c28469e60133fe8aea5ee795267e
15:09:36 [2024-06-03T15:09:36.291Z] #20 ...
15:09:36 [2024-06-03T15:09:36.291Z] 
15:09:36 [2024-06-03T15:09:36.291Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
15:09:36 [2024-06-03T15:09:36.291Z] #14 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
15:09:36 [2024-06-03T15:09:36.291Z] #14 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done
15:09:36 [2024-06-03T15:09:36.291Z] #14 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done
15:09:36 [2024-06-03T15:09:36.291Z] #14 ...
15:09:36 [2024-06-03T15:09:36.291Z] 
15:09:36 [2024-06-03T15:09:36.291Z] #20 [base 1/4] FROM docker.io/library/golang:1.21.10-bookworm@sha256:b8ff8c869417952d84dc521d821cc8cb55f6c28469e60133fe8aea5ee795267e
15:09:36 [2024-06-03T15:09:36.545Z] #20 ...
15:09:36 [2024-06-03T15:09:36.545Z] 
15:09:36 [2024-06-03T15:09:36.545Z] #22 [build-dummy 2/2] RUN mkdir -p /build
15:09:36 [2024-06-03T15:09:36.800Z] #22 ...
15:09:36 [2024-06-03T15:09:36.800Z] 
15:09:36 [2024-06-03T15:09:36.800Z] #20 [base 1/4] FROM docker.io/library/golang:1.21.10-bookworm@sha256:b8ff8c869417952d84dc521d821cc8cb55f6c28469e60133fe8aea5ee795267e
15:09:36 [2024-06-03T15:09:36.800Z] #20 extracting sha256:30ed4c12791345d3f20f66024e1f22275ce507868c508509b83dcf231b1c9adc 1.5s done
15:09:37 [2024-06-03T15:09:37.359Z] #20 sha256:0c9a7eb7dd16a3cb705d643f2c1b3ccb0cce9120eef39b1b1844864195af6c32 64.11MB / 64.11MB 11.0s
15:09:37 [2024-06-03T15:09:37.918Z] #20 sha256:0c9a7eb7dd16a3cb705d643f2c1b3ccb0cce9120eef39b1b1844864195af6c32 64.11MB / 64.11MB 11.5s done
15:09:37 [2024-06-03T15:09:37.918Z] #20 sha256:3cf3dd101b450545902b16112a329f7ce70d182d1d6b1dfce883f830030e03c1 86.25MB / 86.25MB 11.6s
15:09:39 [2024-06-03T15:09:39.800Z] #20 ...
15:09:39 [2024-06-03T15:09:39.800Z] 
15:09:39 [2024-06-03T15:09:39.800Z] #21 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:fac2c0fd33e88dfd3bc88a872cfb78dcb167e74af6162d31724df69e482f886c
15:09:39 [2024-06-03T15:09:39.800Z] #21 DONE 13.9s
15:09:39 [2024-06-03T15:09:39.800Z] 
15:09:39 [2024-06-03T15:09:39.800Z] #20 [base 1/4] FROM docker.io/library/golang:1.21.10-bookworm@sha256:b8ff8c869417952d84dc521d821cc8cb55f6c28469e60133fe8aea5ee795267e
15:09:40 [2024-06-03T15:09:40.054Z] #20 sha256:3cf3dd101b450545902b16112a329f7ce70d182d1d6b1dfce883f830030e03c1 86.25MB / 86.25MB 13.6s done
15:09:40 [2024-06-03T15:09:40.054Z] #20 extracting sha256:3cf3dd101b450545902b16112a329f7ce70d182d1d6b1dfce883f830030e03c1 0.1s
15:09:40 [2024-06-03T15:09:40.309Z] #20 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0B / 32B 13.9s
15:09:40 [2024-06-03T15:09:40.309Z] #20 sha256:2013edc6dc9779e195fb4e37475b4569b1226af3caac82ddaf934a996e44c7a6 0B / 126B 14.0s
15:09:40 [2024-06-03T15:09:40.564Z] #20 sha256:2013edc6dc9779e195fb4e37475b4569b1226af3caac82ddaf934a996e44c7a6 126B / 126B 14.2s done
15:09:40 [2024-06-03T15:09:40.819Z] #20 ...
15:09:40 [2024-06-03T15:09:40.819Z] 
15:09:40 [2024-06-03T15:09:40.819Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
15:09:40 [2024-06-03T15:09:40.819Z] #14 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 14.0s done
15:09:40 [2024-06-03T15:09:40.819Z] #14 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done
15:09:40 [2024-06-03T15:09:40.819Z] #14 DONE 14.8s
15:09:40 [2024-06-03T15:09:40.819Z] 
15:09:40 [2024-06-03T15:09:40.819Z] #20 [base 1/4] FROM docker.io/library/golang:1.21.10-bookworm@sha256:b8ff8c869417952d84dc521d821cc8cb55f6c28469e60133fe8aea5ee795267e
15:09:41 [2024-06-03T15:09:41.073Z] #20 ...
15:09:41 [2024-06-03T15:09:41.074Z] 
15:09:41 [2024-06-03T15:09:41.074Z] #17 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
15:09:41 [2024-06-03T15:09:41.074Z] #17 DONE 14.9s
15:09:41 [2024-06-03T15:09:41.074Z] 
15:09:41 [2024-06-03T15:09:41.074Z] #20 [base 1/4] FROM docker.io/library/golang:1.21.10-bookworm@sha256:b8ff8c869417952d84dc521d821cc8cb55f6c28469e60133fe8aea5ee795267e
15:09:41 [2024-06-03T15:09:41.633Z] #20 extracting sha256:3cf3dd101b450545902b16112a329f7ce70d182d1d6b1dfce883f830030e03c1 1.8s done
15:09:41 [2024-06-03T15:09:41.888Z] #20 extracting sha256:0c9a7eb7dd16a3cb705d643f2c1b3ccb0cce9120eef39b1b1844864195af6c32
15:09:45 [2024-06-03T15:09:45.146Z] #20 extracting sha256:0c9a7eb7dd16a3cb705d643f2c1b3ccb0cce9120eef39b1b1844864195af6c32 2.6s done
15:09:45 [2024-06-03T15:09:45.401Z] #20 extracting sha256:2013edc6dc9779e195fb4e37475b4569b1226af3caac82ddaf934a996e44c7a6 done
15:09:45 [2024-06-03T15:09:45.655Z] #20 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
15:09:45 [2024-06-03T15:09:45.655Z] #20 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
15:09:46 [2024-06-03T15:09:46.214Z] #20 DONE 20.3s
15:09:46 [2024-06-03T15:09:46.214Z] 
15:09:46 [2024-06-03T15:09:46.214Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
15:09:46 [2024-06-03T15:09:46.214Z] #23 1.489 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 1.500 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 1.506 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 1.573 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 1.697 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 1.725 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [154 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 2.799 Fetched 9108 kB in 2s (5808 kB/s)
15:09:46 [2024-06-03T15:09:46.214Z] #23 2.799 Reading package lists...
15:09:46 [2024-06-03T15:09:46.214Z] #23 3.426 Reading package lists...
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.051 Building dependency tree...
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.478 The following additional packages will be installed:
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.478   libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.479   libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.480   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.483 Suggested packages:
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.483   krb5-doc krb5-user
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.483 Recommended packages:
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.483   krb5-locales libldap-common publicsuffix libsasl2-modules
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.659 The following NEW packages will be installed:
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.659   ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.659   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.660   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.660   libssh2-1 libssl3 openssl
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.934 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.934 Need to get 5813 kB of archives.
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.934 After this operation, 16.1 MB of additional disk space will be used.
15:09:46 [2024-06-03T15:09:46.214Z] #23 4.934 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.094 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.109 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.112 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.116 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.117 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.120 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.122 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.128 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.158 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.195 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.239 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.247 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.249 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.271 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.271 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.274 Get:17 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.279 Get:18 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.282 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.285 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.286 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.720 debconf: delaying package configuration, since apt-utils is not installed
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.754 Fetched 5813 kB in 1s (9375 kB/s)
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.881 Selecting previously unselected package libssl3:arm64.
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.881 (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.)
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.885 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ...
15:09:46 [2024-06-03T15:09:46.214Z] #23 5.954 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ...
15:09:46 [2024-06-03T15:09:46.214Z] #23 6.164 Selecting previously unselected package openssl.
15:09:46 [2024-06-03T15:09:46.214Z] #23 6.165 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ...
15:09:46 [2024-06-03T15:09:46.214Z] #23 6.172 Unpacking openssl (3.0.11-1~deb12u2) ...
15:09:46 [2024-06-03T15:09:46.469Z] #23 6.392 Selecting previously unselected package ca-certificates.
15:09:46 [2024-06-03T15:09:46.469Z] #23 6.394 Preparing to unpack .../02-ca-certificates_20230311_all.deb ...
15:09:46 [2024-06-03T15:09:46.469Z] #23 6.402 Unpacking ca-certificates (20230311) ...
15:09:46 [2024-06-03T15:09:46.469Z] #23 6.571 Selecting previously unselected package libbrotli1:arm64.
15:09:46 [2024-06-03T15:09:46.723Z] #23 6.572 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ...
15:09:46 [2024-06-03T15:09:46.723Z] #23 6.598 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
15:09:46 [2024-06-03T15:09:46.978Z] #23 7.063 Selecting previously unselected package libkrb5support0:arm64.
15:09:47 [2024-06-03T15:09:47.232Z] #23 7.064 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ...
15:09:47 [2024-06-03T15:09:47.232Z] #23 7.072 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
15:09:47 [2024-06-03T15:09:47.232Z] #23 7.296 Selecting previously unselected package libk5crypto3:arm64.
15:09:47 [2024-06-03T15:09:47.487Z] #23 7.297 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ...
15:09:47 [2024-06-03T15:09:47.487Z] #23 7.315 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
15:09:47 [2024-06-03T15:09:47.742Z] #23 7.721 Selecting previously unselected package libkeyutils1:arm64.
15:09:47 [2024-06-03T15:09:47.996Z] #23 7.722 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
15:09:47 [2024-06-03T15:09:47.996Z] #23 7.808 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
15:09:47 [2024-06-03T15:09:47.996Z] #23 7.976 Selecting previously unselected package libkrb5-3:arm64.
15:09:47 [2024-06-03T15:09:47.996Z] #23 7.977 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ...
15:09:47 [2024-06-03T15:09:47.996Z] #23 7.988 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
15:09:48 [2024-06-03T15:09:48.251Z] #23 8.346 Selecting previously unselected package libgssapi-krb5-2:arm64.
15:09:48 [2024-06-03T15:09:48.505Z] #23 8.347 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ...
15:09:48 [2024-06-03T15:09:48.505Z] #23 8.362 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
15:09:48 [2024-06-03T15:09:48.759Z] #23 8.751 Selecting previously unselected package libsasl2-modules-db:arm64.
15:09:48 [2024-06-03T15:09:48.759Z] #23 8.752 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
15:09:48 [2024-06-03T15:09:48.759Z] #23 8.781 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
15:09:49 [2024-06-03T15:09:49.318Z] #23 9.323 Selecting previously unselected package libsasl2-2:arm64.
15:09:49 [2024-06-03T15:09:49.318Z] #23 9.324 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
15:09:49 [2024-06-03T15:09:49.318Z] #23 9.454 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
15:09:50 [2024-06-03T15:09:50.097Z] #23 9.963 Selecting previously unselected package libldap-2.5-0:arm64.
15:09:50 [2024-06-03T15:09:50.352Z] #23 9.964 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
15:09:50 [2024-06-03T15:09:50.352Z] #23 10.31 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
15:09:50 [2024-06-03T15:09:50.623Z] #23 10.57 Selecting previously unselected package libnghttp2-14:arm64.
15:09:50 [2024-06-03T15:09:50.623Z] #23 10.57 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ...
15:09:50 [2024-06-03T15:09:50.623Z] #23 10.64 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
15:09:50 [2024-06-03T15:09:50.892Z] #23 11.00 Selecting previously unselected package libpsl5:arm64.
15:09:50 [2024-06-03T15:09:50.892Z] #23 ...
15:09:50 [2024-06-03T15:09:50.892Z] 
15:09:50 [2024-06-03T15:09:50.892Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
15:09:51 [2024-06-03T15:09:51.147Z] #24 ...
15:09:51 [2024-06-03T15:09:51.147Z] 
15:09:51 [2024-06-03T15:09:51.147Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
15:09:51 [2024-06-03T15:09:51.147Z] #23 11.01 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ...
15:09:51 [2024-06-03T15:09:51.147Z] #23 11.11 Unpacking libpsl5:arm64 (0.21.2-1) ...
15:09:51 [2024-06-03T15:09:51.401Z] #23 11.44 Selecting previously unselected package librtmp1:arm64.
15:09:51 [2024-06-03T15:09:51.401Z] #23 11.44 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
15:09:51 [2024-06-03T15:09:51.401Z] #23 11.46 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
15:09:51 [2024-06-03T15:09:51.968Z] #23 11.94 Selecting previously unselected package libssh2-1:arm64.
15:09:51 [2024-06-03T15:09:51.968Z] #23 11.94 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ...
15:09:51 [2024-06-03T15:09:51.968Z] #23 11.96 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
15:09:52 [2024-06-03T15:09:52.527Z] #23 12.46 Selecting previously unselected package libcurl4:arm64.
15:09:52 [2024-06-03T15:09:52.527Z] #23 12.46 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ...
15:09:52 [2024-06-03T15:09:52.527Z] #23 12.48 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ...
15:09:53 [2024-06-03T15:09:53.086Z] #23 13.01 Selecting previously unselected package curl.
15:09:53 [2024-06-03T15:09:53.086Z] #23 13.01 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ...
15:09:53 [2024-06-03T15:09:53.086Z] #23 13.12 Unpacking curl (7.88.1-10+deb12u5) ...
15:09:53 [2024-06-03T15:09:53.340Z] #23 13.49 Selecting previously unselected package libonig5:arm64.
15:09:53 [2024-06-03T15:09:53.595Z] #23 13.49 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ...
15:09:53 [2024-06-03T15:09:53.595Z] #23 13.53 Unpacking libonig5:arm64 (6.9.8-1) ...
15:09:53 [2024-06-03T15:09:53.595Z] #23 13.69 Selecting previously unselected package libjq1:arm64.
15:09:53 [2024-06-03T15:09:53.849Z] #23 13.69 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ...
15:09:53 [2024-06-03T15:09:53.849Z] #23 13.73 Unpacking libjq1:arm64 (1.6-2.1) ...
15:09:53 [2024-06-03T15:09:53.849Z] #23 13.83 Selecting previously unselected package jq.
15:09:53 [2024-06-03T15:09:53.849Z] #23 13.83 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ...
15:09:53 [2024-06-03T15:09:53.849Z] #23 13.83 Unpacking jq (1.6-2.1) ...
15:09:53 [2024-06-03T15:09:53.849Z] #23 13.91 Setting up libkeyutils1:arm64 (1.6.3-2) ...
15:09:53 [2024-06-03T15:09:53.849Z] #23 13.97 Setting up libpsl5:arm64 (0.21.2-1) ...
15:09:54 [2024-06-03T15:09:54.104Z] #23 14.04 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
15:09:54 [2024-06-03T15:09:54.104Z] #23 14.07 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ...
15:09:54 [2024-06-03T15:09:54.104Z] #23 14.10 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
15:09:54 [2024-06-03T15:09:54.104Z] #23 14.12 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
15:09:54 [2024-06-03T15:09:54.104Z] #23 14.15 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
15:09:54 [2024-06-03T15:09:54.104Z] #23 14.21 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
15:09:54 [2024-06-03T15:09:54.358Z] #23 14.41 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
15:09:54 [2024-06-03T15:09:54.358Z] #23 14.51 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
15:09:54 [2024-06-03T15:09:54.613Z] #23 14.54 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
15:09:54 [2024-06-03T15:09:54.613Z] #23 14.60 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
15:09:54 [2024-06-03T15:09:54.613Z] #23 14.74 Setting up openssl (3.0.11-1~deb12u2) ...
15:09:54 [2024-06-03T15:09:54.877Z] #23 14.95 Setting up libonig5:arm64 (6.9.8-1) ...
15:09:55 [2024-06-03T15:09:55.132Z] #23 14.98 Setting up libjq1:arm64 (1.6-2.1) ...
15:09:55 [2024-06-03T15:09:55.132Z] #23 15.17 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
15:09:55 [2024-06-03T15:09:55.132Z] #23 15.21 Setting up ca-certificates (20230311) ...
15:09:55 [2024-06-03T15:09:55.132Z] #23 15.31 debconf: unable to initialize frontend: Dialog
15:09:55 [2024-06-03T15:09:55.132Z] #23 15.31 debconf: (TERM is not set, so the dialog frontend is not usable.)
15:09:55 [2024-06-03T15:09:55.132Z] #23 15.31 debconf: falling back to frontend: Readline
15:09:55 [2024-06-03T15:09:55.387Z] #23 ...
15:09:55 [2024-06-03T15:09:55.387Z] 
15:09:55 [2024-06-03T15:09:55.387Z] #22 [build-dummy 2/2] RUN mkdir -p /build
15:09:55 [2024-06-03T15:09:55.387Z] #22 DONE 28.7s
15:09:55 [2024-06-03T15:09:55.387Z] 
15:09:55 [2024-06-03T15:09:55.387Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
15:09:55 [2024-06-03T15:09:55.387Z] #24 DONE 14.4s
15:09:55 [2024-06-03T15:09:55.387Z] 
15:09:55 [2024-06-03T15:09:55.387Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
15:09:55 [2024-06-03T15:09:55.387Z] #23 15.31 debconf: unable to initialize frontend: Readline
15:09:55 [2024-06-03T15:09:55.387Z] #23 15.31 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.)
15:09:55 [2024-06-03T15:09:55.387Z] #23 15.31 debconf: falling back to frontend: Teletype
15:09:55 [2024-06-03T15:09:55.642Z] #23 ...
15:09:55 [2024-06-03T15:09:55.642Z] 
15:09:55 [2024-06-03T15:09:55.642Z] #25 [base 2/4] COPY --from=xx / /
15:09:55 [2024-06-03T15:09:55.642Z] #25 DONE 0.1s
15:09:55 [2024-06-03T15:09:55.642Z] 
15:09:55 [2024-06-03T15:09:55.642Z] #26 [binary-dummy 1/1] COPY --from=build-dummy /build /build
15:09:55 [2024-06-03T15:09:55.642Z] #26 DONE 0.1s
15:09:55 [2024-06-03T15:09:55.642Z] 
15:09:55 [2024-06-03T15:09:55.642Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
15:09:55 [2024-06-03T15:09:55.642Z] #23 15.63 Updating certificates in /etc/ssl/certs...
15:09:55 [2024-06-03T15:09:55.899Z] #23 ...
15:09:55 [2024-06-03T15:09:55.899Z] 
15:09:55 [2024-06-03T15:09:55.899Z] #27 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
15:09:55 [2024-06-03T15:09:55.899Z] #27 DONE 0.2s
15:09:55 [2024-06-03T15:09:55.899Z] 
15:09:55 [2024-06-03T15:09:55.899Z] #28 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
15:09:56 [2024-06-03T15:09:56.153Z] #28 0.611 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
15:09:56 [2024-06-03T15:09:56.408Z] #28 0.621 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
15:09:56 [2024-06-03T15:09:56.408Z] #28 0.621 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
15:09:56 [2024-06-03T15:09:56.408Z] #28 0.694 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
15:09:56 [2024-06-03T15:09:56.408Z] #28 0.766 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
15:09:56 [2024-06-03T15:09:56.408Z] #28 0.809 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [154 kB]
15:09:56 [2024-06-03T15:09:56.662Z] #28 ...
15:09:56 [2024-06-03T15:09:56.662Z] 
15:09:56 [2024-06-03T15:09:56.662Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.10 140 added, 0 removed; done.
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.15 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.16 Setting up jq (1.6-2.1) ...
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.18 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.19 Setting up curl (7.88.1-10+deb12u5) ...
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.22 Processing triggers for libc-bin (2.36-9+deb12u7) ...
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.24 Processing triggers for ca-certificates (20230311) ...
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.25 Updating certificates in /etc/ssl/certs...
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.59 0 added, 0 removed; done.
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.59 Running hooks in /etc/ca-certificates/update.d...
15:09:56 [2024-06-03T15:09:56.662Z] #23 16.59 done.
15:09:56 [2024-06-03T15:09:56.662Z] #23 DONE 16.8s
15:09:56 [2024-06-03T15:09:56.917Z] 
15:09:56 [2024-06-03T15:09:56.917Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
15:09:56 [2024-06-03T15:09:56.917Z] #29 DONE 0.1s
15:09:56 [2024-06-03T15:09:56.917Z] 
15:09:56 [2024-06-03T15:09:56.917Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
15:09:59 [2024-06-03T15:09:59.424Z] #30 2.201 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
15:09:59 [2024-06-03T15:09:59.679Z] #30 2.778 #=#=#                                                                         
15:09:59 [2024-06-03T15:09:59.933Z] #30 3.044 #=#=#                                                                         

######################################################################## 100.0%
15:09:59 [2024-06-03T15:09:59.933Z] #30 3.273 
15:10:00 [2024-06-03T15:10:00.190Z] #30 ...
15:10:00 [2024-06-03T15:10:00.190Z] 
15:10:00 [2024-06-03T15:10:00.190Z] #28 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
15:10:00 [2024-06-03T15:10:00.190Z] #28 1.748 Fetched 9108 kB in 1s (6530 kB/s)
15:10:00 [2024-06-03T15:10:00.190Z] #28 1.748 Reading package lists...
15:10:00 [2024-06-03T15:10:00.190Z] #28 2.369 Reading package lists...
15:10:00 [2024-06-03T15:10:00.190Z] #28 2.988 Building dependency tree...
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.173 Reading state information...
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.464 The following additional packages will be installed:
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.466   libmagic-mgc libmagic1
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.495 The following NEW packages will be installed:
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.496   file libmagic-mgc libmagic1
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.772 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.772 Need to get 446 kB of archives.
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.772 After this operation, 8709 kB of additional disk space will be used.
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.772 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.781 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.781 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.928 debconf: delaying package configuration, since apt-utils is not installed
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.969 Fetched 446 kB in 0s (1610 kB/s)
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.992 Selecting previously unselected package libmagic-mgc.
15:10:00 [2024-06-03T15:10:00.190Z] #28 3.992 (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.)
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.001 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ...
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.009 Unpacking libmagic-mgc (1:5.44-3) ...
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.092 Selecting previously unselected package libmagic1:arm64.
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.094 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ...
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.105 Unpacking libmagic1:arm64 (1:5.44-3) ...
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.156 Selecting previously unselected package file.
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.158 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ...
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.164 Unpacking file (1:5.44-3) ...
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.219 Setting up libmagic-mgc (1:5.44-3) ...
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.235 Setting up libmagic1:arm64 (1:5.44-3) ...
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.261 Setting up file (1:5.44-3) ...
15:10:00 [2024-06-03T15:10:00.190Z] #28 4.279 Processing triggers for libc-bin (2.36-9+deb12u7) ...
15:10:00 [2024-06-03T15:10:00.190Z] #28 DONE 4.5s
15:10:00 [2024-06-03T15:10:00.190Z] 
15:10:00 [2024-06-03T15:10:00.190Z] #31 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
15:10:00 [2024-06-03T15:10:00.190Z] #31 DONE 0.2s
15:10:00 [2024-06-03T15:10:00.190Z] 
15:10:00 [2024-06-03T15:10:00.190Z] #32 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
15:10:00 [2024-06-03T15:10:00.445Z] #32 ...
15:10:00 [2024-06-03T15:10:00.445Z] 
15:10:00 [2024-06-03T15:10:00.445Z] #33 [registry-src 1/2] WORKDIR /usr/src/registry
15:10:00 [2024-06-03T15:10:00.445Z] #33 DONE 0.2s
15:10:00 [2024-06-03T15:10:00.445Z] 
15:10:00 [2024-06-03T15:10:00.445Z] #34 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
15:10:00 [2024-06-03T15:10:00.445Z] #34 DONE 0.4s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #35 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
15:10:00 [2024-06-03T15:10:00.700Z] #35 DONE 0.4s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #36 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
15:10:00 [2024-06-03T15:10:00.700Z] #36 DONE 0.4s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #37 [runc-src 1/3] WORKDIR /usr/src/runc
15:10:00 [2024-06-03T15:10:00.700Z] #37 DONE 0.4s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #38 [tini-src 1/3] WORKDIR /usr/src/tini
15:10:00 [2024-06-03T15:10:00.700Z] #38 DONE 0.4s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #39 [delve-src 1/3] WORKDIR /usr/src/delve
15:10:00 [2024-06-03T15:10:00.700Z] #39 DONE 0.4s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #40 [containerd-src 1/3] WORKDIR /usr/src/containerd
15:10:00 [2024-06-03T15:10:00.700Z] #40 DONE 0.4s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #41 [swagger-src 1/3] WORKDIR /usr/src/swagger
15:10:00 [2024-06-03T15:10:00.700Z] #41 DONE 0.4s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #32 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
15:10:00 [2024-06-03T15:10:00.700Z] #32 DONE 0.5s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #42 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
15:10:00 [2024-06-03T15:10:00.700Z] #42 DONE 0.5s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #43 [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
15:10:00 [2024-06-03T15:10:00.700Z] #43 ...
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #44 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
15:10:00 [2024-06-03T15:10:00.700Z] #44 DONE 0.5s
15:10:00 [2024-06-03T15:10:00.700Z] 
15:10:00 [2024-06-03T15:10:00.700Z] #45 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
15:10:00 [2024-06-03T15:10:00.700Z] #45 DONE 0.6s
15:10:00 [2024-06-03T15:10:00.954Z] 
15:10:00 [2024-06-03T15:10:00.954Z] #46 [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
15:10:01 [2024-06-03T15:10:01.209Z] #46 ...
15:10:01 [2024-06-03T15:10:01.209Z] 
15:10:01 [2024-06-03T15:10:01.209Z] #47 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.653 hint: Using 'master' as the name for the initial branch. This default branch name
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.653 hint: is subject to change. To configure the initial branch name to use in all
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.653 hint: of your new repositories, which will suppress this warning, call:
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.653 hint: 
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.653 hint: 	git config --global init.defaultBranch <name>
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.653 hint: 
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.653 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.653 hint: 'development'. The just-created branch can be renamed via this command:
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.653 hint: 
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.653 hint: 	git branch -m <name>
15:10:01 [2024-06-03T15:10:01.209Z] #47 0.655 Initialized empty Git repository in /usr/src/registry/.git/
15:10:01 [2024-06-03T15:10:01.209Z] #47 DONE 0.8s
15:10:01 [2024-06-03T15:10:01.209Z] 
15:10:01 [2024-06-03T15:10:01.209Z] #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...)
15:10:01 [2024-06-03T15:10:01.464Z] #48 ...
15:10:01 [2024-06-03T15:10:01.464Z] 
15:10:01 [2024-06-03T15:10:01.464Z] #49 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.830 hint: Using 'master' as the name for the initial branch. This default branch name
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.830 hint: is subject to change. To configure the initial branch name to use in all
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.830 hint: of your new repositories, which will suppress this warning, call:
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.830 hint: 
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.830 hint: 	git config --global init.defaultBranch <name>
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.830 hint: 
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.830 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.830 hint: 'development'. The just-created branch can be renamed via this command:
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.830 hint: 
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.830 hint: 	git branch -m <name>
15:10:01 [2024-06-03T15:10:01.464Z] #49 0.833 Initialized empty Git repository in /usr/src/tini/.git/
15:10:01 [2024-06-03T15:10:01.464Z] #49 DONE 0.9s
15:10:01 [2024-06-03T15:10:01.719Z] 
15:10:01 [2024-06-03T15:10:01.719Z] #50 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:10:01 [2024-06-03T15:10:01.719Z] #50 ...
15:10:01 [2024-06-03T15:10:01.719Z] 
15:10:01 [2024-06-03T15:10:01.719Z] #51 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 Initialized empty Git repository in /usr/src/rootlesskit/.git/
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 hint: Using 'master' as the name for the initial branch. This default branch name
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 hint: is subject to change. To configure the initial branch name to use in all
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 hint: of your new repositories, which will suppress this warning, call:
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 hint: 
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 hint: 	git config --global init.defaultBranch <name>
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 hint: 
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 hint: 'development'. The just-created branch can be renamed via this command:
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 hint: 
15:10:01 [2024-06-03T15:10:01.719Z] #51 1.004 hint: 	git branch -m <name>
15:10:01 [2024-06-03T15:10:01.719Z] #51 DONE 1.2s
15:10:01 [2024-06-03T15:10:01.719Z] 
15:10:01 [2024-06-03T15:10:01.719Z] #52 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:10:06 [2024-06-03T15:10:06.979Z] #52 ...
15:10:06 [2024-06-03T15:10:06.979Z] 
15:10:06 [2024-06-03T15:10:06.979Z] #53 [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
15:10:06 [2024-06-03T15:10:06.979Z] #53 2.159 go: downloading github.com/golangci/golangci-lint v1.55.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 2.931 go: downloading github.com/fatih/color v1.15.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 2.931 go: downloading github.com/gofrs/flock v0.8.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 2.931 go: downloading github.com/spf13/cobra v1.7.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 2.931 go: downloading github.com/spf13/pflag v1.0.5
15:10:06 [2024-06-03T15:10:06.979Z] #53 2.931 go: downloading github.com/spf13/viper v1.12.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 2.931 go: downloading gopkg.in/yaml.v3 v3.0.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 2.954 go: downloading github.com/hashicorp/go-version v1.6.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 2.989 go: downloading github.com/ldez/gomoddirectives v0.2.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.239 go: downloading github.com/mitchellh/go-homedir v1.1.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.289 go: downloading github.com/mitchellh/mapstructure v1.5.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.291 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.293 go: downloading golang.org/x/tools v0.14.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.296 go: downloading github.com/hashicorp/go-multierror v1.1.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.301 go: downloading github.com/mattn/go-colorable v0.1.13
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.307 go: downloading github.com/sirupsen/logrus v1.9.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.372 go: downloading github.com/stretchr/testify v1.8.4
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.391 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.469 go: downloading golang.org/x/mod v0.13.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.478 go: downloading github.com/mattn/go-isatty v0.0.17
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.485 go: downloading github.com/spf13/afero v1.8.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.510 go: downloading github.com/spf13/cast v1.5.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.526 go: downloading github.com/spf13/jwalterweatherman v1.1.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.603 go: downloading github.com/golangci/revgrep v0.5.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.696 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.697 go: downloading 4d63.com/gochecknoglobals v0.2.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.710 go: downloading github.com/4meepo/tagalign v1.3.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.722 go: downloading github.com/Abirdcfly/dupword v0.0.13
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.902 go: downloading github.com/Antonboom/errname v0.1.12
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.946 go: downloading github.com/Antonboom/nilnil v0.1.7
15:10:06 [2024-06-03T15:10:06.979Z] #53 3.977 go: downloading github.com/Antonboom/testifylint v0.2.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.011 go: downloading github.com/BurntSushi/toml v1.3.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.018 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.084 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.108 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.125 go: downloading github.com/alecthomas/go-check-sumtype v0.1.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.146 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.150 go: downloading github.com/alexkohler/prealloc v1.0.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.168 go: downloading github.com/alingse/asasalint v0.0.11
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.171 go: downloading github.com/ashanbrown/forbidigo v1.6.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.171 go: downloading github.com/bkielbasa/cyclop v1.2.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.171 go: downloading github.com/ashanbrown/makezero v1.1.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.171 go: downloading github.com/blizzy78/varnamelen v0.8.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.371 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.372 go: downloading github.com/breml/bidichk v0.2.7
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.373 go: downloading github.com/breml/errchkjson v0.3.6
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.419 go: downloading github.com/butuzov/ireturn v0.2.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.428 go: downloading github.com/butuzov/mirror v1.1.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.485 go: downloading github.com/catenacyber/perfsprint v0.2.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.489 go: downloading github.com/charithe/durationcheck v0.0.10
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.490 go: downloading github.com/curioswitch/go-reassign v0.2.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.508 go: downloading github.com/daixiang0/gci v0.11.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.636 go: downloading github.com/denis-tingaikin/go-header v0.4.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.644 go: downloading github.com/esimonov/ifshort v1.0.4
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.682 go: downloading github.com/firefart/nonamedreturns v1.0.4
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.691 go: downloading github.com/fzipp/gocyclo v0.6.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.692 go: downloading github.com/ghostiam/protogetter v0.2.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.731 go: downloading github.com/go-critic/go-critic v0.9.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.731 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.782 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.783 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.784 go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.833 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.833 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.855 go: downloading github.com/golangci/misspell v0.4.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.858 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.891 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.893 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.914 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.934 go: downloading github.com/hexops/gotextdiff v1.0.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 4.960 go: downloading github.com/jgautheron/goconst v1.6.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.038 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.105 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.106 go: downloading github.com/julz/importas v0.1.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.112 go: downloading github.com/kisielk/errcheck v1.6.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.141 go: downloading github.com/kkHAIKE/contextcheck v1.1.4
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.266 go: downloading github.com/kulti/thelper v0.6.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.266 go: downloading github.com/kunwardeep/paralleltest v1.0.8
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.380 go: downloading github.com/kyoh86/exportloopref v0.1.11
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.380 go: downloading github.com/ldez/tagliatelle v0.5.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.383 go: downloading github.com/leonklingele/grouper v1.1.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.486 go: downloading github.com/lufeee/execinquery v1.2.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.488 go: downloading github.com/macabu/inamedparam v0.1.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.496 go: downloading github.com/maratori/testableexamples v1.0.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.539 go: downloading github.com/maratori/testpackage v1.1.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.554 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.558 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.574 go: downloading github.com/mgechev/revive v1.3.4
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.618 go: downloading github.com/moricho/tparallel v0.3.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.625 go: downloading github.com/nakabonne/nestif v0.3.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.650 go: downloading github.com/nishanths/exhaustive v0.11.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.853 go: downloading github.com/nishanths/predeclared v0.2.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.853 go: downloading github.com/nunnatsa/ginkgolinter v0.14.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.856 go: downloading github.com/polyfloyd/go-errorlint v1.4.5
15:10:06 [2024-06-03T15:10:06.979Z] #53 5.938 go: downloading github.com/ryancurrah/gomodguard v1.3.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.017 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.017 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.018 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.018 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.101 go: downloading github.com/securego/gosec/v2 v2.18.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.149 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.190 go: downloading github.com/sivchari/containedctx v1.0.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.194 go: downloading github.com/sivchari/nosnakecase v1.7.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.197 go: downloading github.com/sivchari/tenv v1.7.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.283 go: downloading github.com/sonatard/noctx v0.0.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.284 go: downloading github.com/sourcegraph/go-diff v0.7.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.310 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.311 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.311 go: downloading github.com/tdakkota/asciicheck v0.2.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.349 go: downloading github.com/tetafro/godot v1.4.15
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.406 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.407 go: downloading github.com/timonwong/loggercheck v0.9.4
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.435 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.438 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.443 go: downloading github.com/ultraware/funlen v0.1.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.466 go: downloading github.com/ultraware/whitespace v0.0.5
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.487 go: downloading github.com/uudashr/gocognit v1.1.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.503 go: downloading github.com/xen0n/gosmopolitan v1.2.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.614 go: downloading github.com/yagipy/maintidx v1.0.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.652 go: downloading github.com/yeya24/promlinter v0.2.0
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.726 go: downloading github.com/ykadowak/zerologlint v0.1.3
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.730 go: downloading gitlab.com/bosi/decorder v0.4.1
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.738 go: downloading go-simpler.org/sloglint v0.1.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.750 go: downloading go.tmz.dev/musttag v0.7.2
15:10:06 [2024-06-03T15:10:06.979Z] #53 6.760 go: downloading honnef.co/go/tools v0.4.6
15:10:07 [2024-06-03T15:10:07.235Z] #53 ...
15:10:07 [2024-06-03T15:10:07.235Z] 
15:10:07 [2024-06-03T15:10:07.235Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
15:10:07 [2024-06-03T15:10:07.235Z] #30 5.542 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
15:10:07 [2024-06-03T15:10:07.235Z] #30 6.091 #=#=#                                                                         
##O#-#                                                                        
15:10:07 [2024-06-03T15:10:07.235Z] #30 6.532 #=#=#                                                                         

                                                                           0.8%
######################################################################## 100.0%
15:10:07 [2024-06-03T15:10:07.235Z] #30 6.876 
15:10:07 [2024-06-03T15:10:07.235Z] #30 9.268 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)...
15:10:07 [2024-06-03T15:10:07.235Z] #30 9.993 #=#=#                                                                         
15:10:07 [2024-06-03T15:10:07.490Z] #30 10.29 #=#=#                                                                         

                                                                           0.2%
###############################                                           43.5%
#########################################################                 79.2%
######################################################################## 100.0%
15:10:07 [2024-06-03T15:10:07.746Z] #30 ...
15:10:07 [2024-06-03T15:10:07.746Z] 
15:10:07 [2024-06-03T15:10:07.746Z] #53 [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
15:10:07 [2024-06-03T15:10:07.746Z] #53 7.537 go: downloading mvdan.cc/gofumpt v0.5.0
15:10:07 [2024-06-03T15:10:07.746Z] #53 7.538 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
15:10:07 [2024-06-03T15:10:07.746Z] #53 7.542 go: downloading github.com/hashicorp/errwrap v1.0.0
15:10:07 [2024-06-03T15:10:07.746Z] #53 7.543 go: downloading github.com/davecgh/go-spew v1.1.1
15:10:07 [2024-06-03T15:10:07.746Z] #53 7.543 go: downloading github.com/pmezard/go-difflib v1.0.0
15:10:07 [2024-06-03T15:10:07.746Z] #53 7.544 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
15:10:07 [2024-06-03T15:10:07.746Z] #53 7.544 go: downloading github.com/stretchr/objx v0.5.0
15:10:07 [2024-06-03T15:10:07.746Z] #53 7.548 go: downloading golang.org/x/sys v0.13.0
15:10:07 [2024-06-03T15:10:07.746Z] #53 7.694 go: downloading github.com/subosito/gotenv v1.4.1
15:10:08 [2024-06-03T15:10:08.001Z] #53 7.704 go: downloading github.com/hashicorp/hcl v1.0.0
15:10:08 [2024-06-03T15:10:08.001Z] #53 7.854 go: downloading gopkg.in/ini.v1 v1.67.0
15:10:08 [2024-06-03T15:10:08.001Z] #53 7.859 go: downloading github.com/magiconair/properties v1.8.6
15:10:08 [2024-06-03T15:10:08.001Z] #53 7.860 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
15:10:08 [2024-06-03T15:10:08.001Z] #53 7.872 go: downloading golang.org/x/text v0.13.0
15:10:08 [2024-06-03T15:10:08.001Z] #53 7.888 go: downloading github.com/fatih/structtag v1.2.0
15:10:08 [2024-06-03T15:10:08.001Z] #53 7.957 go: downloading github.com/gobwas/glob v0.2.3
15:10:08 [2024-06-03T15:10:08.562Z] #53 8.280 go: downloading github.com/google/go-cmp v0.6.0
15:10:08 [2024-06-03T15:10:08.562Z] #53 8.429 go: downloading github.com/pelletier/go-toml v1.9.5
15:10:08 [2024-06-03T15:10:08.562Z] #53 8.480 go: downloading gopkg.in/yaml.v2 v2.4.0
15:10:08 [2024-06-03T15:10:08.562Z] #53 8.482 go: downloading golang.org/x/sync v0.4.0
15:10:08 [2024-06-03T15:10:08.562Z] #53 8.490 go: downloading go.uber.org/zap v1.24.0
15:10:08 [2024-06-03T15:10:08.817Z] #53 8.626 go: downloading github.com/kisielk/gotool v1.0.0
15:10:08 [2024-06-03T15:10:08.817Z] #53 8.703 go: downloading github.com/go-toolsmith/astfmt v1.1.0
15:10:09 [2024-06-03T15:10:09.072Z] #53 8.704 go: downloading github.com/go-toolsmith/astcast v1.1.0
15:10:09 [2024-06-03T15:10:09.072Z] #53 8.705 go: downloading github.com/go-toolsmith/astcopy v1.1.0
15:10:09 [2024-06-03T15:10:09.072Z] #53 8.741 go: downloading github.com/go-toolsmith/astequal v1.1.0
15:10:09 [2024-06-03T15:10:09.072Z] #53 8.741 go: downloading github.com/go-toolsmith/astp v1.1.0
15:10:09 [2024-06-03T15:10:09.072Z] #53 8.747 go: downloading github.com/go-toolsmith/strparse v1.1.0
15:10:09 [2024-06-03T15:10:09.072Z] #53 8.752 go: downloading github.com/go-toolsmith/typep v1.1.0
15:10:09 [2024-06-03T15:10:09.072Z] #53 8.881 go: downloading github.com/quasilyte/go-ruleguard v0.4.0
15:10:09 [2024-06-03T15:10:09.072Z] #53 8.901 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
15:10:09 [2024-06-03T15:10:09.072Z] #53 8.901 go: downloading github.com/gostaticanalysis/comment v1.4.2
15:10:09 [2024-06-03T15:10:09.072Z] #53 8.902 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
15:10:09 [2024-06-03T15:10:09.346Z] #53 9.138 go: downloading github.com/ettle/strcase v0.1.1
15:10:09 [2024-06-03T15:10:09.346Z] #53 9.140 go: downloading github.com/Masterminds/semver v1.5.0
15:10:09 [2024-06-03T15:10:09.346Z] #53 9.163 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1
15:10:09 [2024-06-03T15:10:09.346Z] #53 9.207 go: downloading github.com/prometheus/client_golang v1.12.1
15:10:09 [2024-06-03T15:10:09.601Z] #53 9.346 go: downloading github.com/prometheus/client_model v0.2.0
15:10:09 [2024-06-03T15:10:09.875Z] #53 9.563 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
15:10:09 [2024-06-03T15:10:09.875Z] #53 9.586 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
15:10:09 [2024-06-03T15:10:09.875Z] #53 9.593 go: downloading go.uber.org/atomic v1.7.0
15:10:09 [2024-06-03T15:10:09.875Z] #53 9.858 go: downloading go.uber.org/multierr v1.6.0
15:10:10 [2024-06-03T15:10:10.130Z] #53 9.865 go: downloading github.com/quasilyte/gogrep v0.5.0
15:10:10 [2024-06-03T15:10:10.130Z] #53 9.955 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
15:10:10 [2024-06-03T15:10:10.130Z] #53 9.958 go: downloading github.com/chavacava/garif v0.1.0
15:10:10 [2024-06-03T15:10:10.130Z] #53 9.959 go: downloading github.com/olekukonko/tablewriter v0.0.5
15:10:10 [2024-06-03T15:10:10.130Z] #53 ...
15:10:10 [2024-06-03T15:10:10.130Z] 
15:10:10 [2024-06-03T15:10:10.130Z] #54 [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
15:10:10 [2024-06-03T15:10:10.130Z] #54 1.285 go: downloading github.com/tc-hib/go-winres v0.3.1
15:10:10 [2024-06-03T15:10:10.130Z] #54 1.837 go: downloading github.com/tc-hib/winres v0.1.6
15:10:10 [2024-06-03T15:10:10.130Z] #54 1.842 go: downloading github.com/urfave/cli/v2 v2.3.0
15:10:10 [2024-06-03T15:10:10.130Z] #54 2.046 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
15:10:10 [2024-06-03T15:10:10.130Z] #54 2.162 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:10:10 [2024-06-03T15:10:10.130Z] #54 2.339 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
15:10:10 [2024-06-03T15:10:10.130Z] #54 2.339 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
15:10:10 [2024-06-03T15:10:10.386Z] #54 ...
15:10:10 [2024-06-03T15:10:10.386Z] 
15:10:10 [2024-06-03T15:10:10.386Z] #55 [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
15:10:10 [2024-06-03T15:10:10.386Z] #55 2.310 go: downloading github.com/pelletier/go-toml v1.8.1
15:10:10 [2024-06-03T15:10:10.386Z] #55 ...
15:10:10 [2024-06-03T15:10:10.386Z] 
15:10:10 [2024-06-03T15:10:10.386Z] #56 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v25.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
15:10:10 [2024-06-03T15:10:10.641Z] #56 ...
15:10:10 [2024-06-03T15:10:10.641Z] 
15:10:10 [2024-06-03T15:10:10.641Z] #57 [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             ;
15:10:10 [2024-06-03T15:10:10.641Z] #57 2.313 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 2.327 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 2.327 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 2.415 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 2.512 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 2.604 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [154 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 3.530 Fetched 9108 kB in 1s (6185 kB/s)
15:10:10 [2024-06-03T15:10:10.641Z] #57 3.530 Reading package lists...
15:10:10 [2024-06-03T15:10:10.641Z] #57 4.284 Reading package lists...
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.097 Building dependency tree...
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.774 python3 is already the newest version (3.11.2-1+b1).
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.774 The following additional packages will be installed:
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.782   autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.782   xz-utils
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.782 Suggested packages:
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.782   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.782   manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.782   m4-doc ed diffutils-doc
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.782 Recommended packages:
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.782   fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
15:10:10 [2024-06-03T15:10:10.641Z] #57 5.782   liblocale-gettext-perl libltdl-dev
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.015 The following NEW packages will be installed:
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.019   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.020   libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.021   libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.316 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded.
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.316 Need to get 5657 kB of archives.
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.316 After this operation, 16.7 MB of additional disk space will be used.
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.316 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.329 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.339 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.343 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.352 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.387 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.471 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.491 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.494 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.659 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.662 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.755 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.759 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.763 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.803 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.813 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.858 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.897 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 6.900 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB]
15:10:10 [2024-06-03T15:10:10.641Z] #57 7.296 debconf: delaying package configuration, since apt-utils is not installed
15:10:10 [2024-06-03T15:10:10.641Z] #57 7.719 Fetched 5657 kB in 1s (6607 kB/s)
15:10:10 [2024-06-03T15:10:10.641Z] #57 8.285 Selecting previously unselected package bzip2.
15:10:10 [2024-06-03T15:10:10.641Z] #57 8.285 (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.)
15:10:10 [2024-06-03T15:10:10.641Z] #57 8.306 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ...
15:10:10 [2024-06-03T15:10:10.641Z] #57 8.501 Unpacking bzip2 (1.0.8-5+b1) ...
15:10:10 [2024-06-03T15:10:10.641Z] #57 9.164 Selecting previously unselected package xz-utils.
15:10:10 [2024-06-03T15:10:10.641Z] #57 9.168 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ...
15:10:10 [2024-06-03T15:10:10.641Z] #57 9.201 Unpacking xz-utils (5.4.1-0.2) ...
15:10:10 [2024-06-03T15:10:10.641Z] #57 10.23 Selecting previously unselected package m4.
15:10:10 [2024-06-03T15:10:10.641Z] #57 10.23 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ...
15:10:10 [2024-06-03T15:10:10.641Z] #57 10.46 Unpacking m4 (1.4.19-3) ...
15:10:10 [2024-06-03T15:10:10.641Z] #57 ...
15:10:10 [2024-06-03T15:10:10.641Z] 
15:10:10 [2024-06-03T15:10:10.641Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
15:10:10 [2024-06-03T15:10:10.641Z] #58 0.906 go: downloading gotest.tools/gotestsum v1.8.2
15:10:10 [2024-06-03T15:10:10.641Z] #58 1.826 go: downloading github.com/fatih/color v1.13.0
15:10:10 [2024-06-03T15:10:10.641Z] #58 1.828 go: downloading github.com/dnephin/pflag v1.0.7
15:10:10 [2024-06-03T15:10:10.641Z] #58 1.828 go: downloading golang.org/x/tools v0.1.11
15:10:10 [2024-06-03T15:10:10.641Z] #58 1.830 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
15:10:10 [2024-06-03T15:10:10.641Z] #58 1.843 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
15:10:10 [2024-06-03T15:10:10.641Z] #58 1.843 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
15:10:10 [2024-06-03T15:10:10.641Z] #58 1.861 go: downloading github.com/fsnotify/fsnotify v1.5.4
15:10:10 [2024-06-03T15:10:10.641Z] #58 1.866 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
15:10:10 [2024-06-03T15:10:10.641Z] #58 1.881 go: downloading github.com/mattn/go-colorable v0.1.12
15:10:10 [2024-06-03T15:10:10.641Z] #58 1.881 go: downloading github.com/mattn/go-isatty v0.0.14
15:10:10 [2024-06-03T15:10:10.641Z] #58 2.660 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
15:10:10 [2024-06-03T15:10:10.931Z] #58 ...
15:10:10 [2024-06-03T15:10:10.931Z] 
15:10:10 [2024-06-03T15:10:10.931Z] #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
15:10:11 [2024-06-03T15:10:11.186Z] #59 ...
15:10:11 [2024-06-03T15:10:11.186Z] 
15:10:11 [2024-06-03T15:10:11.186Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
15:10:11 [2024-06-03T15:10:11.186Z] #60 3.316 go: downloading mvdan.cc/sh/v3 v3.6.0
15:10:11 [2024-06-03T15:10:11.186Z] #60 3.813 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
15:10:11 [2024-06-03T15:10:11.186Z] #60 3.813 go: downloading github.com/google/renameio/v2 v2.0.0
15:10:11 [2024-06-03T15:10:11.186Z] #60 3.814 go: downloading mvdan.cc/editorconfig v0.2.0
15:10:11 [2024-06-03T15:10:11.186Z] #60 3.814 go: downloading golang.org/x/term v0.3.0
15:10:11 [2024-06-03T15:10:11.186Z] #60 3.927 go: downloading golang.org/x/sys v0.3.0
15:10:11 [2024-06-03T15:10:11.186Z] #60 ...
15:10:11 [2024-06-03T15:10:11.186Z] 
15:10:11 [2024-06-03T15:10:11.186Z] #61 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.477 hint: Using 'master' as the name for the initial branch. This default branch name
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.477 hint: is subject to change. To configure the initial branch name to use in all
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.477 hint: of your new repositories, which will suppress this warning, call:
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.477 hint: 
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.477 hint: 	git config --global init.defaultBranch <name>
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.477 hint: 
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.477 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.477 hint: 'development'. The just-created branch can be renamed via this command:
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.477 hint: 
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.477 hint: 	git branch -m <name>
15:10:11 [2024-06-03T15:10:11.186Z] #61 2.493 Initialized empty Git repository in /usr/src/delve/.git/
15:10:11 [2024-06-03T15:10:11.441Z] #61 ...
15:10:11 [2024-06-03T15:10:11.441Z] 
15:10:11 [2024-06-03T15:10:11.441Z] #62 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
15:10:11 [2024-06-03T15:10:11.441Z] #62 3.925 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #62 4.010 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #62 4.010 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #62 4.158 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #62 4.480 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #62 4.516 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [154 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #62 6.095 Fetched 9108 kB in 2s (3716 kB/s)
15:10:11 [2024-06-03T15:10:11.441Z] #62 6.095 Reading package lists...
15:10:11 [2024-06-03T15:10:11.441Z] #62 7.489 Hit:1 http://deb.debian.org/debian bookworm InRelease
15:10:11 [2024-06-03T15:10:11.441Z] #62 7.490 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
15:10:11 [2024-06-03T15:10:11.441Z] #62 7.490 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
15:10:11 [2024-06-03T15:10:11.441Z] #62 8.179 Reading package lists...
15:10:11 [2024-06-03T15:10:11.441Z] #62 8.983 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config
15:10:11 [2024-06-03T15:10:11.441Z] #62 9.174 Reading package lists...
15:10:11 [2024-06-03T15:10:11.441Z] #62 9.974 Building dependency tree...
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.60 gcc is already the newest version (4:12.2.0-3).
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.60 libc6-dev is already the newest version (2.36-9+deb12u7).
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.60 pkg-config is already the newest version (1.8.1-1).
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.60 The following additional packages will be installed:
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.61   bzip2 libdpkg-perl patch xz-utils
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.61 Suggested packages:
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.61   bzip2-doc debian-keyring bzr seccomp ed diffutils-doc
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.61 Recommended packages:
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.61   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.61   liblocale-gettext-perl
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.69 The following NEW packages will be installed:
15:10:11 [2024-06-03T15:10:11.441Z] #62 10.69   bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils
15:10:11 [2024-06-03T15:10:11.441Z] #62 ...
15:10:11 [2024-06-03T15:10:11.441Z] 
15:10:11 [2024-06-03T15:10:11.441Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:11 [2024-06-03T15:10:11.441Z] #63 4.494 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #63 4.547 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #63 4.645 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #63 4.813 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #63 5.133 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #63 5.416 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [154 kB]
15:10:11 [2024-06-03T15:10:11.441Z] #63 6.464 Fetched 9108 kB in 2s (4079 kB/s)
15:10:11 [2024-06-03T15:10:11.441Z] #63 6.464 Reading package lists...
15:10:11 [2024-06-03T15:10:11.441Z] #63 8.254 Hit:1 http://deb.debian.org/debian bookworm InRelease
15:10:11 [2024-06-03T15:10:11.441Z] #63 8.255 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
15:10:11 [2024-06-03T15:10:11.441Z] #63 8.255 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
15:10:11 [2024-06-03T15:10:11.441Z] #63 8.846 Reading package lists...
15:10:11 [2024-06-03T15:10:11.441Z] #63 9.950 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config
15:10:11 [2024-06-03T15:10:11.441Z] #63 9.958 Reading package lists...
15:10:11 [2024-06-03T15:10:11.441Z] #63 10.82 Building dependency tree...
15:10:11 [2024-06-03T15:10:11.441Z] #63 ...
15:10:11 [2024-06-03T15:10:11.441Z] 
15:10:11 [2024-06-03T15:10:11.441Z] #64 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.088 hint: Using 'master' as the name for the initial branch. This default branch name
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.088 hint: is subject to change. To configure the initial branch name to use in all
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.088 hint: of your new repositories, which will suppress this warning, call:
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.088 hint: 
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.088 hint: 	git config --global init.defaultBranch <name>
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.088 hint: 
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.088 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.088 hint: 'development'. The just-created branch can be renamed via this command:
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.088 hint: 
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.088 hint: 	git branch -m <name>
15:10:11 [2024-06-03T15:10:11.441Z] #64 2.091 Initialized empty Git repository in /usr/src/runc/.git/
15:10:11 [2024-06-03T15:10:11.696Z] #64 ...
15:10:11 [2024-06-03T15:10:11.696Z] 
15:10:11 [2024-06-03T15:10:11.696Z] #65 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.718 hint: Using 'master' as the name for the initial branch. This default branch name
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.718 hint: is subject to change. To configure the initial branch name to use in all
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.718 hint: of your new repositories, which will suppress this warning, call:
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.718 hint: 
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.718 hint: 	git config --global init.defaultBranch <name>
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.718 hint: 
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.718 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.718 hint: 'development'. The just-created branch can be renamed via this command:
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.718 hint: 
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.718 hint: 	git branch -m <name>
15:10:11 [2024-06-03T15:10:11.696Z] #65 2.766 Initialized empty Git repository in /usr/src/swagger/.git/
15:10:11 [2024-06-03T15:10:11.696Z] #65 ...
15:10:11 [2024-06-03T15:10:11.696Z] 
15:10:11 [2024-06-03T15:10:11.696Z] #66 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.511 hint: Using 'master' as the name for the initial branch. This default branch name
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.511 hint: is subject to change. To configure the initial branch name to use in all
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.511 hint: of your new repositories, which will suppress this warning, call:
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.511 hint: 
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.511 hint: 	git config --global init.defaultBranch <name>
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.511 hint: 
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.511 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.511 hint: 'development'. The just-created branch can be renamed via this command:
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.511 hint: 
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.511 hint: 	git branch -m <name>
15:10:11 [2024-06-03T15:10:11.696Z] #66 2.584 Initialized empty Git repository in /usr/src/containerd/.git/
15:10:12 [2024-06-03T15:10:12.051Z] #66 ...
15:10:12 [2024-06-03T15:10:12.051Z] 
15:10:12 [2024-06-03T15:10:12.051Z] #62 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
15:10:12 [2024-06-03T15:10:12.051Z] #62 11.35 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
15:10:12 [2024-06-03T15:10:12.051Z] #62 11.35 Need to get 2683 kB of archives.
15:10:12 [2024-06-03T15:10:12.051Z] #62 11.35 After this operation, 6010 kB of additional disk space will be used.
15:10:12 [2024-06-03T15:10:12.051Z] #62 11.35 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
15:10:12 [2024-06-03T15:10:12.051Z] #62 11.37 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
15:10:12 [2024-06-03T15:10:12.051Z] #62 11.44 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
15:10:12 [2024-06-03T15:10:12.051Z] #62 11.55 Get:4 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
15:10:12 [2024-06-03T15:10:12.352Z] #62 11.58 Get:5 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
15:10:12 [2024-06-03T15:10:12.607Z] #62 11.99 Get:6 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
15:10:13 [2024-06-03T15:10:13.977Z] #62 13.11 debconf: delaying package configuration, since apt-utils is not installed
15:10:13 [2024-06-03T15:10:13.977Z] #62 13.42 Fetched 2683 kB in 1s (2314 kB/s)
15:10:14 [2024-06-03T15:10:14.923Z] #62 14.18 Selecting previously unselected package bzip2.
15:10:14 [2024-06-03T15:10:14.923Z] #62 14.18 (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.)
15:10:14 [2024-06-03T15:10:14.923Z] #62 14.26 Preparing to unpack .../0-bzip2_1.0.8-5+b1_arm64.deb ...
15:10:14 [2024-06-03T15:10:14.923Z] #62 ...
15:10:14 [2024-06-03T15:10:14.923Z] 
15:10:14 [2024-06-03T15:10:14.923Z] #43 [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
15:10:14 [2024-06-03T15:10:14.923Z] #43 4.096 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 4.181 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 4.183 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 4.319 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 4.593 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 4.665 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [154 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 6.230 Fetched 9108 kB in 2s (3806 kB/s)
15:10:14 [2024-06-03T15:10:14.923Z] #43 6.230 Reading package lists...
15:10:14 [2024-06-03T15:10:14.923Z] #43 7.361 Reading package lists...
15:10:14 [2024-06-03T15:10:14.923Z] #43 8.074 Building dependency tree...
15:10:14 [2024-06-03T15:10:14.923Z] #43 8.702 The following additional packages will be installed:
15:10:14 [2024-06-03T15:10:14.923Z] #43 8.706   cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
15:10:14 [2024-06-03T15:10:14.923Z] #43 8.710 Suggested packages:
15:10:14 [2024-06-03T15:10:14.923Z] #43 8.710   cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip
15:10:14 [2024-06-03T15:10:14.923Z] #43 8.792 The following NEW packages will be installed:
15:10:14 [2024-06-03T15:10:14.923Z] #43 8.794   cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.083 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.083 Need to get 19.3 MB of archives.
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.083 After this operation, 77.0 MB of additional disk space will be used.
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.083 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.435 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.500 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.615 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.617 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.622 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libuv1 arm64 1.44.2-1+deb12u1 [130 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.633 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 9.751 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #43 10.81 debconf: delaying package configuration, since apt-utils is not installed
15:10:14 [2024-06-03T15:10:14.923Z] #43 11.64 Fetched 19.3 MB in 1s (15.0 MB/s)
15:10:14 [2024-06-03T15:10:14.923Z] #43 13.08 Selecting previously unselected package libicu72:arm64.
15:10:14 [2024-06-03T15:10:14.923Z] #43 13.08 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15659 files and directories currently installed.)
15:10:14 [2024-06-03T15:10:14.923Z] #43 13.10 Preparing to unpack .../0-libicu72_72.1-3_arm64.deb ...
15:10:14 [2024-06-03T15:10:14.923Z] #43 13.58 Unpacking libicu72:arm64 (72.1-3) ...
15:10:14 [2024-06-03T15:10:14.923Z] #43 ...
15:10:14 [2024-06-03T15:10:14.923Z] 
15:10:14 [2024-06-03T15:10:14.923Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:14 [2024-06-03T15:10:14.923Z] #63 10.82 Building dependency tree...
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.54 gcc is already the newest version (4:12.2.0-3).
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.54 pkg-config is already the newest version (1.8.1-1).
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.54 The following additional packages will be installed:
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.54   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.54   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.54   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.54   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.55   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.55   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.55 Suggested packages:
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.55   libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.55   libgdk-pixbuf2.0-bin libxml2-utils
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.55 Recommended packages:
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.55   shared-mime-info xdg-user-dirs
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.81 The following NEW packages will be installed:
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.81   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.81   libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.81   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.81   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.81   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev
15:10:14 [2024-06-03T15:10:14.923Z] #63 11.81   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.17 0 upgraded, 29 newly installed, 0 to remove and 0 not upgraded.
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.17 Need to get 9086 kB of archives.
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.17 After this operation, 46.9 MB of additional disk space will be used.
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.17 Get:1 http://deb.debian.org/debian-security bookworm-security/main arm64 libglib2.0-0 arm64 2.74.6-2+deb12u2 [1312 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.63 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.72 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.72 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.76 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.77 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.77 Get:7 http://deb.debian.org/debian-security bookworm-security/main arm64 uuid-dev arm64 2.38.1-5+deb12u1 [40.3 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.80 Get:8 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.83 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.83 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 12.86 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.01 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.03 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.09 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.12 Get:15 http://deb.debian.org/debian-security bookworm-security/main arm64 libglib2.0-data all 2.74.6-2+deb12u2 [1209 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.22 Get:16 http://deb.debian.org/debian-security bookworm-security/main arm64 libglib2.0-bin arm64 2.74.6-2+deb12u2 [106 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.25 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.28 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.29 Get:19 http://deb.debian.org/debian-security bookworm-security/main arm64 libglib2.0-dev-bin arm64 2.74.6-2+deb12u2 [150 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.30 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.32 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.38 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.39 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.47 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.51 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.53 Get:26 http://deb.debian.org/debian-security bookworm-security/main arm64 libmount-dev arm64 2.38.1-5+deb12u1 [22.3 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.58 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 13.69 Get:28 http://deb.debian.org/debian-security bookworm-security/main arm64 libglib2.0-dev arm64 2.74.6-2+deb12u2 [1616 kB]
15:10:14 [2024-06-03T15:10:14.923Z] #63 14.00 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
15:10:15 [2024-06-03T15:10:15.178Z] #63 14.58 debconf: delaying package configuration, since apt-utils is not installed
15:10:15 [2024-06-03T15:10:15.738Z] #63 14.92 Fetched 9086 kB in 2s (4341 kB/s)
15:10:15 [2024-06-03T15:10:15.738Z] #63 ...
15:10:15 [2024-06-03T15:10:15.738Z] 
15:10:15 [2024-06-03T15:10:15.738Z] #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...)
15:10:15 [2024-06-03T15:10:15.738Z] #48 4.459 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
15:10:15 [2024-06-03T15:10:15.738Z] #48 4.478 + mkdir /build
15:10:15 [2024-06-03T15:10:15.738Z] #48 ...
15:10:15 [2024-06-03T15:10:15.738Z] 
15:10:15 [2024-06-03T15:10:15.738Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
15:10:15 [2024-06-03T15:10:15.738Z] #30 10.99 
15:10:15 [2024-06-03T15:10:15.738Z] #30 13.68 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
15:10:15 [2024-06-03T15:10:15.738Z] #30 14.65 #=#=#                                                                         
15:10:15 [2024-06-03T15:10:15.738Z] #30 14.96 #=#=#                                                                         

######################################################################## 100.0%
15:10:15 [2024-06-03T15:10:15.738Z] #30 15.33 
15:10:15 [2024-06-03T15:10:15.738Z] #30 16.92 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
15:10:15 [2024-06-03T15:10:15.738Z] #30 17.61 #=#=#                                                                         
15:10:15 [2024-06-03T15:10:15.738Z] #30 18.01 #=#=#                                                                         

######################################################################## 100.0%
15:10:15 [2024-06-03T15:10:15.738Z] #30 18.48 
15:10:15 [2024-06-03T15:10:15.738Z] #30 18.75 Download of images into '/build' complete.
15:10:15 [2024-06-03T15:10:15.738Z] #30 18.75 Use something like the following to load the result into a Docker daemon:
15:10:15 [2024-06-03T15:10:15.738Z] #30 18.75   tar -cC '/build' . | docker load
15:10:16 [2024-06-03T15:10:16.298Z] #30 ...
15:10:16 [2024-06-03T15:10:16.298Z] 
15:10:16 [2024-06-03T15:10:16.298Z] #46 [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
15:10:16 [2024-06-03T15:10:16.298Z] #46 5.238 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
15:10:16 [2024-06-03T15:10:16.298Z] #46 5.258 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
15:10:16 [2024-06-03T15:10:16.298Z] #46 5.266 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
15:10:16 [2024-06-03T15:10:16.298Z] #46 5.482 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
15:10:16 [2024-06-03T15:10:16.298Z] #46 5.915 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
15:10:16 [2024-06-03T15:10:16.298Z] #46 6.009 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [154 kB]
15:10:16 [2024-06-03T15:10:16.298Z] #46 7.399 Fetched 9108 kB in 2s (3745 kB/s)
15:10:16 [2024-06-03T15:10:16.298Z] #46 7.399 Reading package lists...
15:10:16 [2024-06-03T15:10:16.298Z] #46 8.673 Hit:1 http://deb.debian.org/debian bookworm InRelease
15:10:16 [2024-06-03T15:10:16.298Z] #46 8.673 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
15:10:16 [2024-06-03T15:10:16.298Z] #46 8.673 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
15:10:16 [2024-06-03T15:10:16.298Z] #46 9.691 Reading package lists...
15:10:16 [2024-06-03T15:10:16.298Z] #46 10.70 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
15:10:16 [2024-06-03T15:10:16.298Z] #46 10.78 Reading package lists...
15:10:16 [2024-06-03T15:10:16.298Z] #46 12.02 Building dependency tree...
15:10:16 [2024-06-03T15:10:16.298Z] #46 12.62 gcc is already the newest version (4:12.2.0-3).
15:10:16 [2024-06-03T15:10:16.298Z] #46 12.62 libc6-dev is already the newest version (2.36-9+deb12u7).
15:10:16 [2024-06-03T15:10:16.298Z] #46 12.62 pkg-config is already the newest version (1.8.1-1).
15:10:16 [2024-06-03T15:10:16.298Z] #46 12.62 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
15:10:16 [2024-06-03T15:10:16.298Z] #46 ...
15:10:16 [2024-06-03T15:10:16.298Z] 
15:10:16 [2024-06-03T15:10:16.298Z] #62 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
15:10:16 [2024-06-03T15:10:16.298Z] #62 14.56 Unpacking bzip2 (1.0.8-5+b1) ...
15:10:16 [2024-06-03T15:10:16.298Z] #62 15.73 Selecting previously unselected package xz-utils.
15:10:16 [2024-06-03T15:10:16.298Z] #62 15.73 Preparing to unpack .../1-xz-utils_5.4.1-0.2_arm64.deb ...
15:10:16 [2024-06-03T15:10:16.858Z] #62 16.24 Unpacking xz-utils (5.4.1-0.2) ...
15:10:17 [2024-06-03T15:10:17.782Z] #62 17.34 Selecting previously unselected package libdpkg-perl.
15:10:17 [2024-06-03T15:10:17.782Z] #62 17.36 Preparing to unpack .../2-libdpkg-perl_1.21.22_all.deb ...
15:10:18 [2024-06-03T15:10:18.441Z] #62 17.63 Unpacking libdpkg-perl (1.21.22) ...
15:10:20 [2024-06-03T15:10:20.325Z] #62 19.51 Selecting previously unselected package patch.
15:10:20 [2024-06-03T15:10:20.325Z] #62 19.52 Preparing to unpack .../3-patch_2.7.6-7_arm64.deb ...
15:10:20 [2024-06-03T15:10:20.325Z] #62 19.78 Unpacking patch (2.7.6-7) ...
15:10:20 [2024-06-03T15:10:20.325Z] #62 ...
15:10:20 [2024-06-03T15:10:20.325Z] 
15:10:20 [2024-06-03T15:10:20.325Z] #53 [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
15:10:20 [2024-06-03T15:10:20.325Z] #53 10.11 go: downloading github.com/golang/protobuf v1.5.2
15:10:20 [2024-06-03T15:10:20.325Z] #53 10.11 go: downloading github.com/prometheus/common v0.32.1
15:10:20 [2024-06-03T15:10:20.325Z] #53 10.12 go: downloading github.com/beorn7/perks v1.0.1
15:10:20 [2024-06-03T15:10:20.325Z] #53 10.15 go: downloading github.com/cespare/xxhash/v2 v2.1.2
15:10:20 [2024-06-03T15:10:20.325Z] #53 10.20 go: downloading github.com/prometheus/procfs v0.7.3
15:10:20 [2024-06-03T15:10:20.325Z] #53 10.21 go: downloading google.golang.org/protobuf v1.28.0
15:10:20 [2024-06-03T15:10:20.325Z] #53 10.43 go: downloading github.com/mattn/go-runewidth v0.0.9
15:10:20 [2024-06-03T15:10:20.325Z] #53 11.01 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
15:10:20 [2024-06-03T15:10:20.325Z] #53 ...
15:10:20 [2024-06-03T15:10:20.325Z] 
15:10:20 [2024-06-03T15:10:20.325Z] #54 [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
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88 NAME:
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88    go-winres - A tool for embedding resources in Windows executables
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88 
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88 USAGE:
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88    go-winres [global options] command [command options] [arguments...]
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88 
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88 COMMANDS:
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88    init     Create an initial ./winres/winres.json
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88    make     Make syso files for the "go build" command
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88    simply   Make syso files for the "go build" command (simplified)
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88    extract  Extract all resources from an executable
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88    patch    Replace resources in an executable file (exe, dll)
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88    help, h  Shows a list of commands or help for one command
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88 
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88 GLOBAL OPTIONS:
15:10:20 [2024-06-03T15:10:20.325Z] #54 18.88    --help, -h  show help (default: false)
15:10:22 [2024-06-03T15:10:22.209Z] #54 ...
15:10:22 [2024-06-03T15:10:22.209Z] 
15:10:22 [2024-06-03T15:10:22.209Z] #57 [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             ;
15:10:22 [2024-06-03T15:10:22.209Z] #57 11.82 Selecting previously unselected package autoconf.
15:10:22 [2024-06-03T15:10:22.209Z] #57 11.82 Preparing to unpack .../03-autoconf_2.71-3_all.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 12.32 Unpacking autoconf (2.71-3) ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 14.05 Selecting previously unselected package autotools-dev.
15:10:22 [2024-06-03T15:10:22.209Z] #57 14.05 Preparing to unpack .../04-autotools-dev_20220109.1_all.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 14.47 Unpacking autotools-dev (20220109.1) ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 16.46 Selecting previously unselected package automake.
15:10:22 [2024-06-03T15:10:22.209Z] #57 16.46 Preparing to unpack .../05-automake_1%3a1.16.5-1.3_all.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 16.81 Unpacking automake (1:1.16.5-1.3) ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 17.66 Selecting previously unselected package libdpkg-perl.
15:10:22 [2024-06-03T15:10:22.209Z] #57 17.66 Preparing to unpack .../06-libdpkg-perl_1.21.22_all.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 17.76 Unpacking libdpkg-perl (1.21.22) ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 19.37 Selecting previously unselected package patch.
15:10:22 [2024-06-03T15:10:22.209Z] #57 19.38 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 19.78 Unpacking patch (2.7.6-7) ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 20.77 Selecting previously unselected package dpkg-dev.
15:10:22 [2024-06-03T15:10:22.209Z] #57 20.78 Preparing to unpack .../08-dpkg-dev_1.21.22_all.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 21.03 Unpacking dpkg-dev (1.21.22) ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 21.73 Selecting previously unselected package build-essential.
15:10:22 [2024-06-03T15:10:22.209Z] #57 21.73 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 21.79 Unpacking build-essential (12.9) ...
15:10:22 [2024-06-03T15:10:22.209Z] #57 ...
15:10:22 [2024-06-03T15:10:22.209Z] 
15:10:22 [2024-06-03T15:10:22.209Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:22 [2024-06-03T15:10:22.209Z] #63 16.67 Selecting previously unselected package libglib2.0-0:arm64.
15:10:22 [2024-06-03T15:10:22.209Z] #63 16.67 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15659 files and directories currently installed.)
15:10:22 [2024-06-03T15:10:22.209Z] #63 16.69 Preparing to unpack .../00-libglib2.0-0_2.74.6-2+deb12u2_arm64.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #63 17.01 Unpacking libglib2.0-0:arm64 (2.74.6-2+deb12u2) ...
15:10:22 [2024-06-03T15:10:22.209Z] #63 19.80 Selecting previously unselected package libgirepository-1.0-1:arm64.
15:10:22 [2024-06-03T15:10:22.209Z] #63 19.81 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #63 19.90 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
15:10:22 [2024-06-03T15:10:22.209Z] #63 20.79 Selecting previously unselected package gir1.2-glib-2.0:arm64.
15:10:22 [2024-06-03T15:10:22.209Z] #63 20.79 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #63 20.85 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
15:10:22 [2024-06-03T15:10:22.209Z] #63 21.33 Selecting previously unselected package libsecret-common.
15:10:22 [2024-06-03T15:10:22.209Z] #63 21.33 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ...
15:10:22 [2024-06-03T15:10:22.209Z] #63 21.36 Unpacking libsecret-common (0.20.5-3) ...
15:10:22 [2024-06-03T15:10:22.515Z] #63 21.79 Selecting previously unselected package libsecret-1-0:arm64.
15:10:22 [2024-06-03T15:10:22.515Z] #63 21.79 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_arm64.deb ...
15:10:22 [2024-06-03T15:10:22.515Z] #63 21.86 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
15:10:23 [2024-06-03T15:10:23.983Z] #63 23.01 Selecting previously unselected package gir1.2-secret-1:arm64.
15:10:23 [2024-06-03T15:10:23.983Z] #63 23.01 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_arm64.deb ...
15:10:23 [2024-06-03T15:10:23.983Z] #63 23.11 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
15:10:23 [2024-06-03T15:10:23.983Z] #63 23.33 Selecting previously unselected package uuid-dev:arm64.
15:10:24 [2024-06-03T15:10:24.274Z] #63 23.34 Preparing to unpack .../06-uuid-dev_2.38.1-5+deb12u1_arm64.deb ...
15:10:24 [2024-06-03T15:10:24.529Z] #63 23.55 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ...
15:10:25 [2024-06-03T15:10:25.046Z] #63 24.23 Selecting previously unselected package libblkid-dev:arm64.
15:10:25 [2024-06-03T15:10:25.046Z] #63 24.24 Preparing to unpack .../07-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ...
15:10:25 [2024-06-03T15:10:25.046Z] #63 24.40 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
15:10:25 [2024-06-03T15:10:25.302Z] #63 ...
15:10:25 [2024-06-03T15:10:25.302Z] 
15:10:25 [2024-06-03T15:10:25.302Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
15:10:25 [2024-06-03T15:10:25.302Z] #58 25.31 gotestsum version dev
15:10:27 [2024-06-03T15:10:27.291Z] #58 ...
15:10:27 [2024-06-03T15:10:27.291Z] 
15:10:27 [2024-06-03T15:10:27.291Z] #43 [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
15:10:27 [2024-06-03T15:10:27.291Z] #43 16.35 Selecting previously unselected package libxml2:arm64.
15:10:27 [2024-06-03T15:10:27.291Z] #43 16.36 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 16.66 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 18.47 Selecting previously unselected package libarchive13:arm64.
15:10:27 [2024-06-03T15:10:27.291Z] #43 18.47 Preparing to unpack .../2-libarchive13_3.6.2-1_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 18.60 Unpacking libarchive13:arm64 (3.6.2-1) ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 19.95 Selecting previously unselected package libjsoncpp25:arm64.
15:10:27 [2024-06-03T15:10:27.291Z] #43 19.97 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 20.17 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 20.98 Selecting previously unselected package librhash0:arm64.
15:10:27 [2024-06-03T15:10:27.291Z] #43 20.98 Preparing to unpack .../4-librhash0_1.4.3-3_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 21.07 Unpacking librhash0:arm64 (1.4.3-3) ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 21.55 Selecting previously unselected package libuv1:arm64.
15:10:27 [2024-06-03T15:10:27.291Z] #43 21.56 Preparing to unpack .../5-libuv1_1.44.2-1+deb12u1_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 21.59 Unpacking libuv1:arm64 (1.44.2-1+deb12u1) ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 22.50 Selecting previously unselected package cmake-data.
15:10:27 [2024-06-03T15:10:27.291Z] #43 22.50 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 22.86 Unpacking cmake-data (3.25.1-1) ...
15:10:27 [2024-06-03T15:10:27.291Z] #43 26.53 Selecting previously unselected package cmake.
15:10:27 [2024-06-03T15:10:27.291Z] #43 ...
15:10:27 [2024-06-03T15:10:27.291Z] 
15:10:27 [2024-06-03T15:10:27.291Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:27 [2024-06-03T15:10:27.291Z] #63 26.13 Selecting previously unselected package libbtrfs0:arm64.
15:10:27 [2024-06-03T15:10:27.291Z] #63 26.13 Preparing to unpack .../08-libbtrfs0_6.2-1_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.556Z] #63 26.53 Unpacking libbtrfs0:arm64 (6.2-1) ...
15:10:27 [2024-06-03T15:10:27.811Z] #63 ...
15:10:27 [2024-06-03T15:10:27.811Z] 
15:10:27 [2024-06-03T15:10:27.811Z] #55 [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
15:10:27 [2024-06-03T15:10:27.811Z] #55 17.51 tomll can be used in two ways:
15:10:27 [2024-06-03T15:10:27.811Z] #55 17.51 Writing to STDIN and reading from STDOUT:
15:10:27 [2024-06-03T15:10:27.811Z] #55 17.51   cat file.toml | tomll > file.toml
15:10:27 [2024-06-03T15:10:27.811Z] #55 17.51 
15:10:27 [2024-06-03T15:10:27.811Z] #55 17.51 Reading and updating a list of files:
15:10:27 [2024-06-03T15:10:27.811Z] #55 17.51   tomll a.toml b.toml c.toml
15:10:27 [2024-06-03T15:10:27.811Z] #55 17.51 
15:10:27 [2024-06-03T15:10:27.811Z] #55 17.51 When given a list of files, tomll will modify all files in place without asking.
15:10:27 [2024-06-03T15:10:27.811Z] #55 ...
15:10:27 [2024-06-03T15:10:27.811Z] 
15:10:27 [2024-06-03T15:10:27.811Z] #57 [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             ;
15:10:27 [2024-06-03T15:10:27.811Z] #57 22.05 Selecting previously unselected package libcap-dev:arm64.
15:10:27 [2024-06-03T15:10:27.811Z] #57 22.05 Preparing to unpack .../10-libcap-dev_1%3a2.66-4_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.811Z] #57 22.10 Unpacking libcap-dev:arm64 (1:2.66-4) ...
15:10:27 [2024-06-03T15:10:27.811Z] #57 23.35 Selecting previously unselected package libprotobuf-c1:arm64.
15:10:27 [2024-06-03T15:10:27.811Z] #57 23.35 Preparing to unpack .../11-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.811Z] #57 23.60 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
15:10:27 [2024-06-03T15:10:27.811Z] #57 23.99 Selecting previously unselected package libprotobuf-c-dev:arm64.
15:10:27 [2024-06-03T15:10:27.811Z] #57 23.99 Preparing to unpack .../12-libprotobuf-c-dev_1.4.1-1+b1_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.811Z] #57 24.03 Unpacking libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
15:10:27 [2024-06-03T15:10:27.811Z] #57 24.70 Selecting previously unselected package libseccomp-dev:arm64.
15:10:27 [2024-06-03T15:10:27.811Z] #57 24.70 Preparing to unpack .../13-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.811Z] #57 24.72 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
15:10:27 [2024-06-03T15:10:27.811Z] #57 25.98 Selecting previously unselected package libsystemd-dev:arm64.
15:10:27 [2024-06-03T15:10:27.811Z] #57 25.98 Preparing to unpack .../14-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
15:10:27 [2024-06-03T15:10:27.811Z] #57 26.17 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
15:10:28 [2024-06-03T15:10:28.066Z] #57 ...
15:10:28 [2024-06-03T15:10:28.066Z] 
15:10:28 [2024-06-03T15:10:28.066Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
15:10:28 [2024-06-03T15:10:28.066Z] #60 17.85 v3.6.0
15:10:28 [2024-06-03T15:10:28.066Z] #60 ...
15:10:28 [2024-06-03T15:10:28.066Z] 
15:10:28 [2024-06-03T15:10:28.066Z] #57 [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             ;
15:10:28 [2024-06-03T15:10:28.066Z] #57 27.94 Selecting previously unselected package libtool.
15:10:28 [2024-06-03T15:10:28.322Z] #57 27.94 Preparing to unpack .../15-libtool_2.4.7-5_all.deb ...
15:10:28 [2024-06-03T15:10:28.322Z] #57 28.28 Unpacking libtool (2.4.7-5) ...
15:10:30 [2024-06-03T15:10:30.209Z] #57 30.08 Selecting previously unselected package libudev-dev:arm64.
15:10:30 [2024-06-03T15:10:30.464Z] #57 30.08 Preparing to unpack .../16-libudev-dev_252.22-1~deb12u1_arm64.deb ...
15:10:30 [2024-06-03T15:10:30.719Z] #57 30.52 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
15:10:30 [2024-06-03T15:10:30.974Z] #57 ...
15:10:30 [2024-06-03T15:10:30.974Z] 
15:10:30 [2024-06-03T15:10:30.974Z] #62 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
15:10:30 [2024-06-03T15:10:30.974Z] #62 20.37 Selecting previously unselected package dpkg-dev.
15:10:30 [2024-06-03T15:10:30.974Z] #62 20.39 Preparing to unpack .../4-dpkg-dev_1.21.22_all.deb ...
15:10:30 [2024-06-03T15:10:30.974Z] #62 20.66 Unpacking dpkg-dev (1.21.22) ...
15:10:30 [2024-06-03T15:10:30.974Z] #62 21.30 Selecting previously unselected package libseccomp-dev:arm64.
15:10:30 [2024-06-03T15:10:30.974Z] #62 21.31 Preparing to unpack .../5-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
15:10:30 [2024-06-03T15:10:30.974Z] #62 21.40 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
15:10:30 [2024-06-03T15:10:30.974Z] #62 21.84 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
15:10:30 [2024-06-03T15:10:30.974Z] #62 22.42 Setting up bzip2 (1.0.8-5+b1) ...
15:10:30 [2024-06-03T15:10:30.974Z] #62 22.95 Setting up xz-utils (5.4.1-0.2) ...
15:10:30 [2024-06-03T15:10:30.974Z] #62 23.18 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:10:30 [2024-06-03T15:10:30.974Z] #62 23.26 Setting up patch (2.7.6-7) ...
15:10:30 [2024-06-03T15:10:30.974Z] #62 23.32 Setting up libdpkg-perl (1.21.22) ...
15:10:30 [2024-06-03T15:10:30.974Z] #62 23.91 Setting up dpkg-dev (1.21.22) ...
15:10:30 [2024-06-03T15:10:30.974Z] #62 ...
15:10:30 [2024-06-03T15:10:30.974Z] 
15:10:30 [2024-06-03T15:10:30.974Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:30 [2024-06-03T15:10:30.974Z] #63 28.81 Selecting previously unselected package libbtrfs-dev:arm64.
15:10:30 [2024-06-03T15:10:30.974Z] #63 28.81 Preparing to unpack .../09-libbtrfs-dev_6.2-1_arm64.deb ...
15:10:30 [2024-06-03T15:10:30.974Z] #63 29.37 Unpacking libbtrfs-dev:arm64 (6.2-1) ...
15:10:31 [2024-06-03T15:10:31.929Z] #63 31.23 Selecting previously unselected package libelf1:arm64.
15:10:31 [2024-06-03T15:10:31.929Z] #63 31.23 Preparing to unpack .../10-libelf1_0.188-2.1_arm64.deb ...
15:10:32 [2024-06-03T15:10:32.185Z] #63 31.49 Unpacking libelf1:arm64 (0.188-2.1) ...
15:10:32 [2024-06-03T15:10:32.475Z] #63 ...
15:10:32 [2024-06-03T15:10:32.475Z] 
15:10:32 [2024-06-03T15:10:32.475Z] #64 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
15:10:32 [2024-06-03T15:10:32.475Z] #64 DONE 31.8s
15:10:32 [2024-06-03T15:10:32.475Z] 
15:10:32 [2024-06-03T15:10:32.475Z] #67 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:10:37 [2024-06-03T15:10:37.761Z] #67 ...
15:10:37 [2024-06-03T15:10:37.761Z] 
15:10:37 [2024-06-03T15:10:37.761Z] #43 [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
15:10:37 [2024-06-03T15:10:37.761Z] #43 26.54 Preparing to unpack .../7-cmake_3.25.1-1_arm64.deb ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 27.12 Unpacking cmake (3.25.1-1) ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 29.63 Setting up libicu72:arm64 (72.1-3) ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 29.96 Setting up libuv1:arm64 (1.44.2-1+deb12u1) ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 30.61 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 31.49 Setting up librhash0:arm64 (1.4.3-3) ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 31.89 Setting up cmake-data (3.25.1-1) ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 32.30 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 32.70 Setting up libarchive13:arm64 (3.6.2-1) ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 33.36 Setting up cmake (3.25.1-1) ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 33.97 Processing triggers for libc-bin (2.36-9+deb12u7) ...
15:10:37 [2024-06-03T15:10:37.761Z] #43 ...
15:10:37 [2024-06-03T15:10:37.761Z] 
15:10:37 [2024-06-03T15:10:37.761Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:37 [2024-06-03T15:10:37.761Z] #63 32.28 Selecting previously unselected package libffi-dev:arm64.
15:10:37 [2024-06-03T15:10:37.761Z] #63 32.28 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
15:10:37 [2024-06-03T15:10:37.761Z] #63 32.31 Unpacking libffi-dev:arm64 (3.4.4-1) ...
15:10:37 [2024-06-03T15:10:37.761Z] #63 33.35 Selecting previously unselected package libgpg-error-dev.
15:10:37 [2024-06-03T15:10:37.761Z] #63 33.35 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
15:10:37 [2024-06-03T15:10:37.761Z] #63 33.63 Unpacking libgpg-error-dev (1.46-1) ...
15:10:37 [2024-06-03T15:10:37.761Z] #63 34.44 Selecting previously unselected package libgcrypt20-dev.
15:10:37 [2024-06-03T15:10:37.761Z] #63 34.44 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
15:10:37 [2024-06-03T15:10:37.761Z] #63 34.61 Unpacking libgcrypt20-dev (1.10.1-3) ...
15:10:37 [2024-06-03T15:10:37.761Z] #63 35.42 Selecting previously unselected package libglib2.0-data.
15:10:37 [2024-06-03T15:10:37.761Z] #63 35.42 Preparing to unpack .../14-libglib2.0-data_2.74.6-2+deb12u2_all.deb ...
15:10:37 [2024-06-03T15:10:37.761Z] #63 35.50 Unpacking libglib2.0-data (2.74.6-2+deb12u2) ...
15:10:37 [2024-06-03T15:10:37.761Z] #63 36.45 Selecting previously unselected package libglib2.0-bin.
15:10:37 [2024-06-03T15:10:37.761Z] #63 36.45 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2+deb12u2_arm64.deb ...
15:10:37 [2024-06-03T15:10:37.761Z] #63 36.48 Unpacking libglib2.0-bin (2.74.6-2+deb12u2) ...
15:10:38 [2024-06-03T15:10:38.076Z] #63 37.31 Selecting previously unselected package python3-lib2to3.
15:10:38 [2024-06-03T15:10:38.076Z] #63 37.31 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
15:10:38 [2024-06-03T15:10:38.076Z] #63 37.44 Unpacking python3-lib2to3 (3.11.2-3) ...
15:10:39 [2024-06-03T15:10:39.499Z] #63 38.37 Selecting previously unselected package python3-distutils.
15:10:39 [2024-06-03T15:10:39.500Z] #63 38.37 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
15:10:39 [2024-06-03T15:10:39.500Z] #63 38.55 Unpacking python3-distutils (3.11.2-3) ...
15:10:40 [2024-06-03T15:10:40.423Z] #63 39.69 Selecting previously unselected package libglib2.0-dev-bin.
15:10:40 [2024-06-03T15:10:40.423Z] #63 39.69 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2+deb12u2_arm64.deb ...
15:10:40 [2024-06-03T15:10:40.423Z] #63 39.73 Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u2) ...
15:10:41 [2024-06-03T15:10:41.346Z] #63 40.34 Selecting previously unselected package libsepol-dev:arm64.
15:10:41 [2024-06-03T15:10:41.346Z] #63 40.35 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
15:10:41 [2024-06-03T15:10:41.346Z] #63 40.44 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
15:10:41 [2024-06-03T15:10:41.928Z] #63 41.19 Selecting previously unselected package libpcre2-16-0:arm64.
15:10:41 [2024-06-03T15:10:41.928Z] #63 41.19 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
15:10:41 [2024-06-03T15:10:41.928Z] #63 41.36 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
15:10:42 [2024-06-03T15:10:42.182Z] #63 ...
15:10:42 [2024-06-03T15:10:42.182Z] 
15:10:42 [2024-06-03T15:10:42.182Z] #57 [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             ;
15:10:42 [2024-06-03T15:10:42.182Z] #57 31.91 Selecting previously unselected package libyajl2:arm64.
15:10:42 [2024-06-03T15:10:42.182Z] #57 31.92 Preparing to unpack .../17-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
15:10:42 [2024-06-03T15:10:42.182Z] #57 31.96 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
15:10:42 [2024-06-03T15:10:42.182Z] #57 32.68 Selecting previously unselected package libyajl-dev:arm64.
15:10:42 [2024-06-03T15:10:42.182Z] #57 32.68 Preparing to unpack .../18-libyajl-dev_2.1.0-3+deb12u2_arm64.deb ...
15:10:42 [2024-06-03T15:10:42.182Z] #57 32.76 Unpacking libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
15:10:42 [2024-06-03T15:10:42.182Z] #57 33.80 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
15:10:42 [2024-06-03T15:10:42.182Z] #57 34.33 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
15:10:42 [2024-06-03T15:10:42.182Z] #57 34.90 Setting up m4 (1.4.19-3) ...
15:10:42 [2024-06-03T15:10:42.182Z] #57 35.31 Setting up bzip2 (1.0.8-5+b1) ...
15:10:42 [2024-06-03T15:10:42.182Z] #57 35.51 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
15:10:42 [2024-06-03T15:10:42.182Z] #57 36.02 Setting up libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
15:10:42 [2024-06-03T15:10:42.182Z] #57 36.67 Setting up autotools-dev (20220109.1) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 36.86 Setting up xz-utils (5.4.1-0.2) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 37.13 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:10:42 [2024-06-03T15:10:42.183Z] #57 37.29 Setting up patch (2.7.6-7) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 37.60 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 37.91 Setting up libdpkg-perl (1.21.22) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 38.29 Setting up autoconf (2.71-3) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 38.84 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 39.58 Setting up libcap-dev:arm64 (1:2.66-4) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 40.01 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 40.43 Setting up automake (1:1.16.5-1.3) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 40.56 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
15:10:42 [2024-06-03T15:10:42.183Z] #57 40.81 Setting up libtool (2.4.7-5) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 41.19 Setting up dpkg-dev (1.21.22) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 41.66 Setting up build-essential (12.9) ...
15:10:42 [2024-06-03T15:10:42.183Z] #57 42.06 Processing triggers for libc-bin (2.36-9+deb12u7) ...
15:10:42 [2024-06-03T15:10:42.741Z] #57 ...
15:10:42 [2024-06-03T15:10:42.741Z] 
15:10:42 [2024-06-03T15:10:42.741Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:42 [2024-06-03T15:10:42.741Z] #63 41.99 Selecting previously unselected package libpcre2-32-0:arm64.
15:10:42 [2024-06-03T15:10:42.741Z] #63 41.99 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
15:10:42 [2024-06-03T15:10:42.741Z] #63 42.00 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
15:10:42 [2024-06-03T15:10:42.741Z] #63 42.19 Selecting previously unselected package libpcre2-posix3:arm64.
15:10:42 [2024-06-03T15:10:42.996Z] #63 42.19 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
15:10:42 [2024-06-03T15:10:42.996Z] #63 42.21 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
15:10:42 [2024-06-03T15:10:42.996Z] #63 42.33 Selecting previously unselected package libpcre2-dev:arm64.
15:10:42 [2024-06-03T15:10:42.996Z] #63 42.33 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
15:10:42 [2024-06-03T15:10:42.996Z] #63 42.35 Unpacking libpcre2-dev:arm64 (10.42-1) ...
15:10:43 [2024-06-03T15:10:43.555Z] #63 42.81 Selecting previously unselected package libselinux1-dev:arm64.
15:10:43 [2024-06-03T15:10:43.555Z] #63 42.81 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
15:10:43 [2024-06-03T15:10:43.555Z] #63 42.82 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
15:10:43 [2024-06-03T15:10:43.842Z] #63 43.31 Selecting previously unselected package libmount-dev:arm64.
15:10:44 [2024-06-03T15:10:44.098Z] #63 43.31 Preparing to unpack .../25-libmount-dev_2.38.1-5+deb12u1_arm64.deb ...
15:10:44 [2024-06-03T15:10:44.099Z] #63 43.40 Unpacking libmount-dev:arm64 (2.38.1-5+deb12u1) ...
15:10:44 [2024-06-03T15:10:44.099Z] #63 43.63 Selecting previously unselected package zlib1g-dev:arm64.
15:10:44 [2024-06-03T15:10:44.429Z] #63 43.63 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
15:10:44 [2024-06-03T15:10:44.429Z] #63 43.65 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
15:10:44 [2024-06-03T15:10:44.429Z] #63 43.78 Selecting previously unselected package libglib2.0-dev:arm64.
15:10:44 [2024-06-03T15:10:44.429Z] #63 43.78 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2+deb12u2_arm64.deb ...
15:10:44 [2024-06-03T15:10:44.712Z] #63 44.00 Unpacking libglib2.0-dev:arm64 (2.74.6-2+deb12u2) ...
15:10:44 [2024-06-03T15:10:44.967Z] #63 44.47 Selecting previously unselected package libsecret-1-dev:arm64.
15:10:45 [2024-06-03T15:10:45.221Z] #63 44.47 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_arm64.deb ...
15:10:45 [2024-06-03T15:10:45.221Z] #63 44.49 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
15:10:45 [2024-06-03T15:10:45.221Z] #63 44.65 Setting up libglib2.0-0:arm64 (2.74.6-2+deb12u2) ...
15:10:45 [2024-06-03T15:10:45.221Z] #63 44.69 No schema files found: doing nothing.
15:10:45 [2024-06-03T15:10:45.221Z] #63 44.70 Setting up libffi-dev:arm64 (3.4.4-1) ...
15:10:45 [2024-06-03T15:10:45.221Z] #63 44.73 Setting up libpcre2-16-0:arm64 (10.42-1) ...
15:10:45 [2024-06-03T15:10:45.221Z] #63 44.76 Setting up libbtrfs0:arm64 (6.2-1) ...
15:10:45 [2024-06-03T15:10:45.478Z] #63 ...
15:10:45 [2024-06-03T15:10:45.478Z] 
15:10:45 [2024-06-03T15:10:45.478Z] #61 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
15:10:45 [2024-06-03T15:10:45.478Z] #61 DONE 44.9s
15:10:45 [2024-06-03T15:10:45.478Z] 
15:10:45 [2024-06-03T15:10:45.478Z] #66 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
15:10:45 [2024-06-03T15:10:45.478Z] #66 DONE 44.9s
15:10:45 [2024-06-03T15:10:45.478Z] 
15:10:45 [2024-06-03T15:10:45.478Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:45 [2024-06-03T15:10:45.478Z] #63 44.80 Setting up libpcre2-32-0:arm64 (10.42-1) ...
15:10:45 [2024-06-03T15:10:45.478Z] #63 44.83 Setting up libglib2.0-data (2.74.6-2+deb12u2) ...
15:10:45 [2024-06-03T15:10:45.479Z] #63 44.85 Setting up libgpg-error-dev (1.46-1) ...
15:10:45 [2024-06-03T15:10:45.479Z] #63 ...
15:10:45 [2024-06-03T15:10:45.479Z] 
15:10:45 [2024-06-03T15:10:45.479Z] #54 [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
15:10:45 [2024-06-03T15:10:45.479Z] #54 DONE 45.3s
15:10:45 [2024-06-03T15:10:45.479Z] 
15:10:45 [2024-06-03T15:10:45.479Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
15:10:45 [2024-06-03T15:10:45.479Z] #60 DONE 45.3s
15:10:45 [2024-06-03T15:10:45.479Z] 
15:10:45 [2024-06-03T15:10:45.479Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
15:10:45 [2024-06-03T15:10:45.479Z] #30 DONE 48.7s
15:10:45 [2024-06-03T15:10:45.479Z] 
15:10:45 [2024-06-03T15:10:45.479Z] #55 [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
15:10:45 [2024-06-03T15:10:45.479Z] #55 DONE 45.4s
15:10:45 [2024-06-03T15:10:45.479Z] 
15:10:45 [2024-06-03T15:10:45.479Z] #65 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
15:10:45 [2024-06-03T15:10:45.479Z] #65 DONE 44.9s
15:10:45 [2024-06-03T15:10:45.479Z] 
15:10:45 [2024-06-03T15:10:45.479Z] #50 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:10:45 [2024-06-03T15:10:45.479Z] #50 DONE 44.1s
15:10:45 [2024-06-03T15:10:45.479Z] 
15:10:45 [2024-06-03T15:10:45.479Z] #67 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:10:45 [2024-06-03T15:10:45.479Z] #67 DONE 13.2s
15:10:45 [2024-06-03T15:10:45.479Z] 
15:10:45 [2024-06-03T15:10:45.479Z] #52 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:10:45 [2024-06-03T15:10:45.479Z] #52 DONE 43.9s
15:10:45 [2024-06-03T15:10:45.479Z] 
15:10:45 [2024-06-03T15:10:45.479Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:45 [2024-06-03T15:10:45.479Z] #63 44.87 Setting up uuid-dev:arm64 (2.38.1-5+deb12u1) ...
15:10:45 [2024-06-03T15:10:45.479Z] #63 44.89 Setting up libsepol-dev:arm64 (3.4-2.1) ...
15:10:45 [2024-06-03T15:10:45.479Z] #63 44.91 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
15:10:45 [2024-06-03T15:10:45.479Z] #63 44.93 Setting up libpcre2-posix3:arm64 (10.42-1) ...
15:10:45 [2024-06-03T15:10:45.479Z] #63 44.95 Setting up libbtrfs-dev:arm64 (6.2-1) ...
15:10:45 [2024-06-03T15:10:45.479Z] #63 44.98 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
15:10:45 [2024-06-03T15:10:45.734Z] #63 ...
15:10:45 [2024-06-03T15:10:45.734Z] 
15:10:45 [2024-06-03T15:10:45.734Z] #43 [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
15:10:45 [2024-06-03T15:10:45.734Z] #43 DONE 45.0s
15:10:45 [2024-06-03T15:10:45.734Z] 
15:10:45 [2024-06-03T15:10:45.734Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
15:10:45 [2024-06-03T15:10:45.734Z] #58 DONE 45.5s
15:10:45 [2024-06-03T15:10:45.734Z] 
15:10:45 [2024-06-03T15:10:45.734Z] #57 [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             ;
15:10:45 [2024-06-03T15:10:45.734Z] #57 DONE 45.6s
15:10:45 [2024-06-03T15:10:45.734Z] 
15:10:45 [2024-06-03T15:10:45.734Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:45 [2024-06-03T15:10:45.734Z] #63 45.00 Setting up python3-lib2to3 (3.11.2-3) ...
15:10:46 [2024-06-03T15:10:46.069Z] #63 ...
15:10:46 [2024-06-03T15:10:46.069Z] 
15:10:46 [2024-06-03T15:10:46.069Z] #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
15:10:46 [2024-06-03T15:10:46.069Z] #59 42.70 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
15:10:46 [2024-06-03T15:10:46.069Z] #59 42.74 Docker version unknown-version, build unknown-commit
15:10:46 [2024-06-03T15:10:46.069Z] #59 DONE 45.4s
15:10:46 [2024-06-03T15:10:46.069Z] 
15:10:46 [2024-06-03T15:10:46.069Z] #53 [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
15:10:46 [2024-06-03T15:10:46.069Z] #53 43.57 golangci-lint has version v1.55.2 built with go1.21.10 from (unknown, mod sum: "h1:yllEIsSJ7MtlDBwDJ9IMBkyEUz2fYE0b5B8IUgO1oP8=") on (unknown)
15:10:46 [2024-06-03T15:10:46.069Z] #53 DONE 45.6s
15:10:46 [2024-06-03T15:10:46.069Z] 
15:10:46 [2024-06-03T15:10:46.069Z] #46 [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
15:10:46 [2024-06-03T15:10:46.069Z] #46 DONE 45.0s
15:10:46 [2024-06-03T15:10:46.069Z] 
15:10:46 [2024-06-03T15:10:46.069Z] #62 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
15:10:46 [2024-06-03T15:10:46.069Z] #62 DONE 45.2s
15:10:46 [2024-06-03T15:10:46.069Z] 
15:10:46 [2024-06-03T15:10:46.069Z] #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...)
15:10:46 [2024-06-03T15:10:46.069Z] #48 DONE 44.6s
15:10:46 [2024-06-03T15:10:46.069Z] 
15:10:46 [2024-06-03T15:10:46.069Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:46 [2024-06-03T15:10:46.069Z] #63 45.13 Setting up libelf1:arm64 (0.188-2.1) ...
15:10:46 [2024-06-03T15:10:46.069Z] #63 45.15 Setting up libsecret-common (0.20.5-3) ...
15:10:46 [2024-06-03T15:10:46.069Z] #63 45.16 Setting up python3-distutils (3.11.2-3) ...
15:10:46 [2024-06-03T15:10:46.069Z] #63 45.32 Setting up libglib2.0-dev-bin (2.74.6-2+deb12u2) ...
15:10:46 [2024-06-03T15:10:46.679Z] #63 45.92 Setting up libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
15:10:46 [2024-06-03T15:10:46.679Z] #63 46.21 Setting up libpcre2-dev:arm64 (10.42-1) ...
15:10:46 [2024-06-03T15:10:46.934Z] #63 46.24 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
15:10:46 [2024-06-03T15:10:46.934Z] #63 46.26 Setting up libglib2.0-bin (2.74.6-2+deb12u2) ...
15:10:46 [2024-06-03T15:10:46.934Z] #63 46.30 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
15:10:46 [2024-06-03T15:10:46.934Z] #63 46.32 Setting up libgcrypt20-dev (1.10.1-3) ...
15:10:46 [2024-06-03T15:10:46.934Z] #63 ...
15:10:46 [2024-06-03T15:10:46.934Z] 
15:10:46 [2024-06-03T15:10:46.934Z] #68 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
15:10:46 [2024-06-03T15:10:46.934Z] #68 DONE 1.2s
15:10:46 [2024-06-03T15:10:46.934Z] 
15:10:46 [2024-06-03T15:10:46.934Z] #63 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
15:10:46 [2024-06-03T15:10:46.934Z] #63 46.34 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
15:10:46 [2024-06-03T15:10:46.934Z] #63 46.36 Setting up libmount-dev:arm64 (2.38.1-5+deb12u1) ...
15:10:46 [2024-06-03T15:10:46.934Z] #63 46.37 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
15:10:46 [2024-06-03T15:10:46.934Z] #63 46.39 Setting up libglib2.0-dev:arm64 (2.74.6-2+deb12u2) ...
15:10:46 [2024-06-03T15:10:46.934Z] #63 46.41 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
15:10:46 [2024-06-03T15:10:46.934Z] #63 46.43 Processing triggers for libc-bin (2.36-9+deb12u7) ...
15:10:47 [2024-06-03T15:10:47.189Z] #63 DONE 46.6s
15:10:47 [2024-06-03T15:10:47.189Z] 
15:10:47 [2024-06-03T15:10:47.189Z] #69 [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
15:10:47 [2024-06-03T15:10:47.189Z] #69 1.438 Hit:1 http://deb.debian.org/debian bookworm InRelease
15:10:47 [2024-06-03T15:10:47.189Z] #69 1.438 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
15:10:47 [2024-06-03T15:10:47.189Z] #69 1.438 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
15:10:47 [2024-06-03T15:10:47.748Z] #69 1.660 Reading package lists...
15:10:48 [2024-06-03T15:10:48.003Z] 
15:10:48 [2024-06-03T15:10:48.003Z] #69 ...
15:10:48 [2024-06-03T15:10:48.003Z] 
15:10:48 [2024-06-03T15:10:48.003Z] #70 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
15:10:48 [2024-06-03T15:10:48.003Z] #70 DONE 2.5s
15:10:48 [2024-06-03T15:10:48.003Z] 
15:10:48 [2024-06-03T15:10:48.003Z] #69 [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
15:10:48 [2024-06-03T15:10:48.003Z] #69 2.297 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
15:10:48 [2024-06-03T15:10:48.562Z] #69 2.303 Reading package lists...
15:10:49 [2024-06-03T15:10:49.071Z] #69 3.068 Building dependency tree...
15:10:49 [2024-06-03T15:10:49.071Z] #69 3.330 Reading state information...
15:10:49 [2024-06-03T15:10:49.071Z] #69 ...
15:10:49 [2024-06-03T15:10:49.071Z] 
15:10:49 [2024-06-03T15:10:49.071Z] #71 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:10:49 [2024-06-03T15:10:49.071Z] #71 DONE 3.7s
15:10:49 [2024-06-03T15:10:49.327Z] 
15:10:49 [2024-06-03T15:10:49.327Z] #72 [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...)
15:10:49 [2024-06-03T15:10:49.327Z] #72 1.836 go: downloading github.com/urfave/cli/v2 v2.27.1
15:10:49 [2024-06-03T15:10:49.327Z] #72 1.852 go: downloading github.com/Masterminds/semver/v3 v3.2.1
15:10:49 [2024-06-03T15:10:49.327Z] #72 1.884 go: downloading golang.org/x/sys v0.18.0
15:10:49 [2024-06-03T15:10:49.327Z] #72 1.894 go: downloading github.com/containernetworking/plugins v1.4.0
15:10:49 [2024-06-03T15:10:49.327Z] #72 1.899 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
15:10:49 [2024-06-03T15:10:49.327Z] #72 1.921 go: downloading github.com/gorilla/mux v1.8.1
15:10:49 [2024-06-03T15:10:49.327Z] #72 1.924 go: downloading github.com/moby/sys/mountinfo v0.7.1
15:10:49 [2024-06-03T15:10:49.327Z] #72 2.433 go: downloading github.com/google/uuid v1.6.0
15:10:49 [2024-06-03T15:10:49.327Z] #72 2.461 go: downloading github.com/moby/vpnkit v0.5.0
15:10:49 [2024-06-03T15:10:49.327Z] #72 2.462 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
15:10:49 [2024-06-03T15:10:49.327Z] #72 2.634 go: downloading golang.org/x/net v0.17.0
15:10:49 [2024-06-03T15:10:49.327Z] #72 2.787 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
15:10:49 [2024-06-03T15:10:49.327Z] #72 2.970 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
15:10:49 [2024-06-03T15:10:49.327Z] #72 2.970 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
15:10:49 [2024-06-03T15:10:49.327Z] #72 2.979 go: downloading github.com/pierrec/lz4/v4 v4.1.17
15:10:49 [2024-06-03T15:10:49.327Z] #72 2.980 go: downloading github.com/josharian/native v1.1.0
15:10:49 [2024-06-03T15:10:49.586Z] #72 ...
15:10:49 [2024-06-03T15:10:49.586Z] 
15:10:49 [2024-06-03T15:10:49.586Z] #69 [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
15:10:49 [2024-06-03T15:10:49.586Z] #69 3.768 gcc is already the newest version (4:12.2.0-3).
15:10:49 [2024-06-03T15:10:49.586Z] #69 3.768 libc6-dev is already the newest version (2.36-9+deb12u7).
15:10:49 [2024-06-03T15:10:49.586Z] #69 3.768 pkg-config is already the newest version (1.8.1-1).
15:10:49 [2024-06-03T15:10:49.586Z] #69 3.768 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
15:10:49 [2024-06-03T15:10:49.586Z] #69 DONE 3.8s
15:10:49 [2024-06-03T15:10:49.586Z] 
15:10:49 [2024-06-03T15:10:49.586Z] #56 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v25.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
15:10:49 [2024-06-03T15:10:49.586Z] #56 49.23 Docker version 25.0.2, build 29cf629
15:10:49 [2024-06-03T15:10:49.841Z] #56 DONE 49.4s
15:10:49 [2024-06-03T15:10:49.841Z] 
15:10:49 [2024-06-03T15:10:49.841Z] #73 [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...)
15:10:50 [2024-06-03T15:10:50.106Z] #73 0.803 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
15:10:50 [2024-06-03T15:10:50.106Z] #73 0.803   Compatibility with CMake < 2.8.12 will be removed from a future version of
15:10:50 [2024-06-03T15:10:50.106Z] #73 0.803   CMake.
15:10:50 [2024-06-03T15:10:50.106Z] #73 0.803 
15:10:50 [2024-06-03T15:10:50.106Z] #73 0.803   Update the VERSION argument <min> value or use a ...<max> suffix to tell
15:10:50 [2024-06-03T15:10:50.106Z] #73 0.803   CMake that the project does not need compatibility with older versions.
15:10:50 [2024-06-03T15:10:50.106Z] #73 0.803 
15:10:50 [2024-06-03T15:10:50.106Z] #73 0.803 
15:10:50 [2024-06-03T15:10:50.361Z] #73 0.878 -- The C compiler identification is GNU 12.2.0
15:10:50 [2024-06-03T15:10:50.361Z] #73 0.892 -- Detecting C compiler ABI info
15:10:50 [2024-06-03T15:10:50.361Z] #73 1.000 -- Detecting C compiler ABI info - done
15:10:50 [2024-06-03T15:10:50.616Z] #73 1.013 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
15:10:50 [2024-06-03T15:10:50.616Z] #73 1.014 -- Detecting C compile features
15:10:50 [2024-06-03T15:10:50.616Z] #73 1.015 -- Detecting C compile features - done
15:10:50 [2024-06-03T15:10:50.616Z] #73 1.028 -- Performing Test HAS_BUILTIN_FORTIFY
15:10:50 [2024-06-03T15:10:50.616Z] #73 1.069 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
15:10:50 [2024-06-03T15:10:50.616Z] #73 1.106 -- Configuring done
15:10:50 [2024-06-03T15:10:50.871Z] #73 1.110 -- Generating done
15:10:50 [2024-06-03T15:10:50.871Z] #73 1.121 -- Build files have been written to: /go/src/github.com/krallin/tini
15:10:50 [2024-06-03T15:10:50.871Z] #73 1.196 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
15:10:50 [2024-06-03T15:10:50.871Z] #73 1.556 [100%] Linking C executable tini-static
15:10:51 [2024-06-03T15:10:51.126Z] #73 1.693 [100%] Built target tini-static
15:10:51 [2024-06-03T15:10:51.686Z] #73 DONE 2.2s
15:10:51 [2024-06-03T15:10:51.686Z] 
15:10:51 [2024-06-03T15:10:51.686Z] #74 [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
15:10:51 [2024-06-03T15:10:51.686Z] #74 1.368 Cloning into '/tmp/crun-build'...
15:10:51 [2024-06-03T15:10:51.686Z] #74 2.577 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
15:10:51 [2024-06-03T15:10:51.686Z] #74 2.580 Cloning into '/tmp/crun-build/libocispec'...
15:10:51 [2024-06-03T15:10:51.686Z] #74 2.822 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
15:10:51 [2024-06-03T15:10:51.686Z] #74 2.824 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
15:10:51 [2024-06-03T15:10:51.686Z] #74 2.824 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
15:10:51 [2024-06-03T15:10:51.686Z] #74 2.824 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
15:10:51 [2024-06-03T15:10:51.686Z] #74 2.826 Cloning into '/tmp/crun-build/libocispec/image-spec'...
15:10:51 [2024-06-03T15:10:51.686Z] #74 3.212 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
15:10:51 [2024-06-03T15:10:51.686Z] #74 3.809 Cloning into '/tmp/crun-build/libocispec/yajl'...
15:10:51 [2024-06-03T15:10:51.686Z] #74 4.200 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
15:10:51 [2024-06-03T15:10:51.686Z] #74 4.218 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
15:10:51 [2024-06-03T15:10:51.686Z] #74 4.249 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
15:10:54 [2024-06-03T15:10:54.945Z] #74 9.129 aclocal: warning: couldn't open directory 'm4': No such file or directory
15:10:55 [2024-06-03T15:10:55.504Z] #74 ...
15:10:55 [2024-06-03T15:10:55.504Z] 
15:10:55 [2024-06-03T15:10:55.504Z] #75 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.13" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:10:55 [2024-06-03T15:10:55.504Z] #75 ...
15:10:55 [2024-06-03T15:10:55.504Z] 
15:10:55 [2024-06-03T15:10:55.504Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
15:10:55 [2024-06-03T15:10:55.504Z] #76 1.687 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 .
15:10:56 [2024-06-03T15:10:56.063Z] #76 ...
15:10:56 [2024-06-03T15:10:56.063Z] 
15:10:56 [2024-06-03T15:10:56.063Z] #75 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.13" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:10:56 [2024-06-03T15:10:56.063Z] #75 DONE 10.6s
15:10:56 [2024-06-03T15:10:56.063Z] 
15:10:56 [2024-06-03T15:10:56.063Z] #77 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
15:10:56 [2024-06-03T15:10:56.623Z] #77 ...
15:10:56 [2024-06-03T15:10:56.623Z] 
15:10:56 [2024-06-03T15:10:56.623Z] #78 [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...)
15:10:59 [2024-06-03T15:10:59.138Z] #78 ...
15:10:59 [2024-06-03T15:10:59.138Z] 
15:10:59 [2024-06-03T15:10:59.138Z] #79 [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...)
15:10:59 [2024-06-03T15:10:59.138Z] #79 ...
15:10:59 [2024-06-03T15:10:59.138Z] 
15:10:59 [2024-06-03T15:10:59.138Z] #74 [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
15:10:59 [2024-06-03T15:10:59.138Z] #74 13.27 libtoolize: putting auxiliary files in '.'.
15:10:59 [2024-06-03T15:10:59.138Z] #74 13.27 libtoolize: copying file './ltmain.sh'
15:11:00 [2024-06-03T15:11:00.065Z] #74 14.09 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
15:11:00 [2024-06-03T15:11:00.065Z] #74 14.09 libtoolize: and rerunning libtoolize and aclocal.
15:11:00 [2024-06-03T15:11:00.065Z] #74 14.09 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
15:11:02 [2024-06-03T15:11:02.578Z] #74 16.67 configure.ac:7: installing './compile'
15:11:02 [2024-06-03T15:11:02.578Z] #74 16.68 configure.ac:11: installing './config.guess'
15:11:02 [2024-06-03T15:11:02.578Z] #74 16.69 configure.ac:11: installing './config.sub'
15:11:02 [2024-06-03T15:11:02.578Z] #74 16.70 configure.ac:8: installing './install-sh'
15:11:02 [2024-06-03T15:11:02.578Z] #74 16.70 configure.ac:8: installing './missing'
15:11:02 [2024-06-03T15:11:02.578Z] #74 16.78 Makefile.am: installing './depcomp'
15:11:03 [2024-06-03T15:11:03.139Z] #74 17.48 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
15:11:03 [2024-06-03T15:11:03.394Z] #74 17.48 libtoolize: copying file 'build-aux/ltmain.sh'
15:11:03 [2024-06-03T15:11:03.394Z] #74 17.59 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
15:11:03 [2024-06-03T15:11:03.394Z] #74 17.59 libtoolize: copying file 'm4/libtool.m4'
15:11:03 [2024-06-03T15:11:03.649Z] #74 17.79 libtoolize: copying file 'm4/ltoptions.m4'
15:11:03 [2024-06-03T15:11:03.649Z] #74 17.93 libtoolize: copying file 'm4/ltsugar.m4'
15:11:03 [2024-06-03T15:11:03.904Z] #74 18.02 libtoolize: copying file 'm4/ltversion.m4'
15:11:03 [2024-06-03T15:11:03.904Z] #74 18.14 libtoolize: copying file 'm4/lt~obsolete.m4'
15:11:03 [2024-06-03T15:11:03.905Z] #74 18.29 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
15:11:06 [2024-06-03T15:11:06.414Z] #74 20.47 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
15:11:06 [2024-06-03T15:11:06.414Z] #74 20.47 configure.ac:3: You should run autoupdate.
15:11:06 [2024-06-03T15:11:06.414Z] #74 20.47 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
15:11:06 [2024-06-03T15:11:06.414Z] #74 20.47 configure.ac:3: the top level
15:11:08 [2024-06-03T15:11:08.304Z] #74 22.22 configure.ac:7: installing 'build-aux/compile'
15:11:08 [2024-06-03T15:11:08.304Z] #74 22.24 configure.ac:9: installing 'build-aux/config.guess'
15:11:08 [2024-06-03T15:11:08.304Z] #74 22.25 configure.ac:9: installing 'build-aux/config.sub'
15:11:08 [2024-06-03T15:11:08.304Z] #74 22.26 configure.ac:11: installing 'build-aux/install-sh'
15:11:08 [2024-06-03T15:11:08.304Z] #74 22.26 configure.ac:11: installing 'build-aux/missing'
15:11:08 [2024-06-03T15:11:08.304Z] #74 22.37 Makefile.am: installing 'build-aux/depcomp'
15:11:08 [2024-06-03T15:11:08.304Z] #74 22.41 parallel-tests: installing 'build-aux/test-driver'
15:11:09 [2024-06-03T15:11:09.230Z] #74 23.49 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
15:11:09 [2024-06-03T15:11:09.230Z] #74 23.49 libtoolize: copying file 'build-aux/ltmain.sh'
15:11:09 [2024-06-03T15:11:09.790Z] #74 23.97 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
15:11:09 [2024-06-03T15:11:09.790Z] #74 23.97 libtoolize: copying file 'm4/libtool.m4'
15:11:09 [2024-06-03T15:11:09.790Z] #74 24.02 libtoolize: copying file 'm4/ltoptions.m4'
15:11:09 [2024-06-03T15:11:09.790Z] #74 24.13 libtoolize: copying file 'm4/ltsugar.m4'
15:11:10 [2024-06-03T15:11:10.045Z] #74 24.31 libtoolize: copying file 'm4/ltversion.m4'
15:11:10 [2024-06-03T15:11:10.301Z] #74 24.45 libtoolize: copying file 'm4/lt~obsolete.m4'
15:11:10 [2024-06-03T15:11:10.556Z] #74 ...
15:11:10 [2024-06-03T15:11:10.556Z] 
15:11:10 [2024-06-03T15:11:10.556Z] #78 [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...)
15:11:10 [2024-06-03T15:11:10.556Z] #78 3.621 + bin/ctr
15:11:10 [2024-06-03T15:11:10.556Z] #78 3.622 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/ctr
15:11:14 [2024-06-03T15:11:14.721Z] #78 ...
15:11:14 [2024-06-03T15:11:14.721Z] 
15:11:14 [2024-06-03T15:11:14.721Z] #74 [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
15:11:14 [2024-06-03T15:11:14.721Z] #74 28.93 configure.ac:11: installing 'build-aux/compile'
15:11:14 [2024-06-03T15:11:14.721Z] #74 28.93 configure.ac:11: installing 'build-aux/config.guess'
15:11:14 [2024-06-03T15:11:14.721Z] #74 28.94 configure.ac:11: installing 'build-aux/config.sub'
15:11:14 [2024-06-03T15:11:14.721Z] #74 28.94 configure.ac:13: installing 'build-aux/install-sh'
15:11:14 [2024-06-03T15:11:14.721Z] #74 28.95 configure.ac:13: installing 'build-aux/missing'
15:11:14 [2024-06-03T15:11:14.721Z] #74 28.95 configure.ac:8: installing 'build-aux/tap-driver.sh'
15:11:14 [2024-06-03T15:11:14.721Z] #74 29.05 Makefile.am: installing 'build-aux/depcomp'
15:11:15 [2024-06-03T15:11:15.653Z] #74 29.79 checking build system type... aarch64-unknown-linux-gnu
15:11:15 [2024-06-03T15:11:15.653Z] #74 29.92 checking host system type... aarch64-unknown-linux-gnu
15:11:15 [2024-06-03T15:11:15.653Z] #74 29.92 checking how to print strings... printf
15:11:15 [2024-06-03T15:11:15.653Z] #74 29.95 checking for gcc... gcc
15:11:15 [2024-06-03T15:11:15.908Z] #74 30.02 checking whether the C compiler works... yes
15:11:15 [2024-06-03T15:11:15.908Z] #74 30.14 checking for C compiler default output file name... a.out
15:11:15 [2024-06-03T15:11:15.908Z] #74 30.15 checking for suffix of executables... 
15:11:15 [2024-06-03T15:11:15.908Z] #74 30.21 checking whether we are cross compiling... no
15:11:16 [2024-06-03T15:11:16.163Z] #74 30.28 checking for suffix of object files... o
15:11:16 [2024-06-03T15:11:16.163Z] #74 30.31 checking whether the compiler supports GNU C... yes
15:11:16 [2024-06-03T15:11:16.163Z] #74 30.33 checking whether gcc accepts -g... yes
15:11:16 [2024-06-03T15:11:16.163Z] #74 30.36 checking for gcc option to enable C11 features... none needed
15:11:16 [2024-06-03T15:11:16.418Z] #74 30.46 checking whether gcc understands -c and -o together... yes
15:11:16 [2024-06-03T15:11:16.418Z] #74 30.53 checking for a sed that does not truncate output... /usr/bin/sed
15:11:16 [2024-06-03T15:11:16.418Z] #74 30.54 checking for grep that handles long lines and -e... /usr/bin/grep
15:11:16 [2024-06-03T15:11:16.418Z] #74 30.56 checking for egrep... /usr/bin/grep -E
15:11:16 [2024-06-03T15:11:16.418Z] #74 30.57 checking for fgrep... /usr/bin/grep -F
15:11:16 [2024-06-03T15:11:16.418Z] #74 30.58 checking for ld used by gcc... /usr/bin/ld
15:11:16 [2024-06-03T15:11:16.418Z] #74 30.60 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:11:16 [2024-06-03T15:11:16.418Z] #74 30.61 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:11:16 [2024-06-03T15:11:16.418Z] #74 30.61 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.70 checking whether ln -s works... yes
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.70 checking the maximum length of command line arguments... 1572864
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.73 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.73 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.73 checking for /usr/bin/ld option to reload object files... -r
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.73 checking for file... file
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.73 checking for objdump... objdump
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.73 checking how to recognize dependent libraries... pass_all
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.73 checking for dlltool... no
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.73 checking how to associate runtime and link libraries... printf %s\n
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.73 checking for ar... ar
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.73 checking for archiver @FILE support... @
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.81 checking for strip... strip
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.82 checking for ranlib... ranlib
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.82 checking for gawk... no
15:11:16 [2024-06-03T15:11:16.673Z] #74 30.82 checking for mawk... mawk
15:11:16 [2024-06-03T15:11:16.928Z] #74 30.82 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:11:16 [2024-06-03T15:11:16.928Z] #74 31.07 checking for sysroot... no
15:11:16 [2024-06-03T15:11:16.928Z] #74 31.07 checking for a working dd... /usr/bin/dd
15:11:16 [2024-06-03T15:11:16.928Z] #74 31.09 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
15:11:16 [2024-06-03T15:11:16.928Z] #74 31.11 checking for mt... no
15:11:16 [2024-06-03T15:11:16.928Z] #74 31.12 checking if : is a manifest tool... no
15:11:16 [2024-06-03T15:11:16.928Z] #74 31.12 checking for stdio.h... yes
15:11:16 [2024-06-03T15:11:16.928Z] #74 31.15 checking for stdlib.h... yes
15:11:17 [2024-06-03T15:11:17.183Z] #74 31.23 checking for string.h... yes
15:11:17 [2024-06-03T15:11:17.183Z] #74 31.32 checking for inttypes.h... yes
15:11:17 [2024-06-03T15:11:17.183Z] #74 31.39 checking for stdint.h... yes
15:11:17 [2024-06-03T15:11:17.183Z] #74 31.44 checking for strings.h... yes
15:11:17 [2024-06-03T15:11:17.438Z] #74 31.52 checking for sys/stat.h... yes
15:11:17 [2024-06-03T15:11:17.438Z] #74 31.58 checking for sys/types.h... yes
15:11:17 [2024-06-03T15:11:17.693Z] #74 31.62 checking for unistd.h... yes
15:11:17 [2024-06-03T15:11:17.693Z] #74 31.66 checking for dlfcn.h... yes
15:11:17 [2024-06-03T15:11:17.693Z] #74 31.71 checking for objdir... .libs
15:11:17 [2024-06-03T15:11:17.694Z] #74 31.84 checking if gcc supports -fno-rtti -fno-exceptions... no
15:11:17 [2024-06-03T15:11:17.694Z] #74 31.91 checking for gcc option to produce PIC... -fPIC -DPIC
15:11:17 [2024-06-03T15:11:17.694Z] #74 31.91 checking if gcc PIC flag -fPIC -DPIC works... yes
15:11:17 [2024-06-03T15:11:17.949Z] #74 31.97 checking if gcc static flag -static works... yes
15:11:17 [2024-06-03T15:11:17.949Z] #74 32.09 checking if gcc supports -c -o file.o... yes
15:11:17 [2024-06-03T15:11:17.949Z] #74 32.17 checking if gcc supports -c -o file.o... (cached) yes
15:11:17 [2024-06-03T15:11:17.949Z] #74 32.17 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
15:11:17 [2024-06-03T15:11:17.949Z] #74 32.21 checking dynamic linker characteristics... GNU/Linux ld.so
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.32 checking how to hardcode library paths into programs... immediate
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.32 checking whether stripping libraries is possible... yes
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.33 checking if libtool supports shared libraries... yes
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.33 checking whether to build shared libraries... no
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.33 checking whether to build static libraries... yes
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.33 checking for a BSD-compatible install... /usr/bin/install -c
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.38 checking whether build environment is sane... yes
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.40 checking for a race-free mkdir -p... /usr/bin/mkdir -p
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.41 checking whether make sets $(MAKE)... yes
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.43 checking whether make supports the include directive... yes (GNU style)
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.44 checking whether make supports nested variables... yes
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.45 checking whether UID '0' is supported by ustar format... yes
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.45 checking whether GID '0' is supported by ustar format... yes
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.45 checking how to create a ustar tar archive... gnutar
15:11:18 [2024-06-03T15:11:18.203Z] #74 32.47 checking dependency style of gcc... gcc3
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.53 checking whether to enable maintainer-specific portions of Makefiles... yes
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.53 checking whether make supports nested variables... (cached) yes
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.53 checking for gawk... (cached) mawk
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.54 checking for a sed that does not truncate output... (cached) /usr/bin/sed
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.54 checking for gcc... (cached) gcc
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.58 checking whether the compiler supports GNU C... (cached) yes
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.58 checking whether gcc accepts -g... (cached) yes
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.58 checking for gcc option to enable C11 features... (cached) none needed
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.58 checking whether gcc understands -c and -o together... (cached) yes
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.58 checking for a Python interpreter with version >= 3... python3
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.60 checking for python3... /usr/bin/python3
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.61 checking for python3 version... 3.11
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.62 checking for python3 platform... linux
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.64 checking for GNU default python3 prefix... ${prefix}
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.64 checking for GNU default python3 exec_prefix... ${exec_prefix}
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.64 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.69 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.73 checking for go-md2man... no
15:11:18 [2024-06-03T15:11:18.458Z] #74 32.73 checking for error.h... yes
15:11:18 [2024-06-03T15:11:18.713Z] #74 32.78 checking for linux/openat2.h... yes
15:11:18 [2024-06-03T15:11:18.713Z] #74 32.84 checking for stdatomic.h... yes
15:11:18 [2024-06-03T15:11:18.713Z] #74 32.88 checking for linux/ioprio.h... yes
15:11:18 [2024-06-03T15:11:18.968Z] #74 32.93 checking for atomic_int... yes
15:11:18 [2024-06-03T15:11:18.968Z] #74 32.99 checking for atomic_bool... yes
15:11:18 [2024-06-03T15:11:18.968Z] #74 33.11 checking for copy_file_range... yes
15:11:18 [2024-06-03T15:11:18.968Z] #74 33.23 checking for fgetxattr... yes
15:11:19 [2024-06-03T15:11:19.227Z] #74 33.34 checking for statx... yes
15:11:19 [2024-06-03T15:11:19.228Z] #74 33.42 checking for fgetpwent_r... yes
15:11:19 [2024-06-03T15:11:19.483Z] #74 33.51 checking for issetugid... no
15:11:19 [2024-06-03T15:11:19.483Z] #74 33.69 checking for memfd_create... yes
15:11:19 [2024-06-03T15:11:19.737Z] #74 33.80 checking for pkg-config... /usr/bin/pkg-config
15:11:19 [2024-06-03T15:11:19.737Z] #74 33.80 checking pkg-config is at least version 0.9.0... yes
15:11:19 [2024-06-03T15:11:19.737Z] #74 33.81 checking for library containing yajl_tree_get... -lyajl
15:11:19 [2024-06-03T15:11:19.992Z] #74 33.96 checking for yajl >= 2.0.0... yes
15:11:19 [2024-06-03T15:11:19.992Z] #74 33.97 checking for sys/capability.h... yes
15:11:19 [2024-06-03T15:11:19.992Z] #74 34.01 checking for library containing cap_from_name... -lcap
15:11:20 [2024-06-03T15:11:20.247Z] #74 34.32 checking for library containing gcry_check_version... no
15:11:20 [2024-06-03T15:11:20.247Z] #74 34.51 checking for library containing dlopen... none required
15:11:20 [2024-06-03T15:11:20.502Z] #74 34.62 checking for seccomp.h... yes
15:11:20 [2024-06-03T15:11:20.502Z] #74 34.68 checking for library containing seccomp_rule_add... -lseccomp
15:11:20 [2024-06-03T15:11:20.757Z] #74 34.84 checking for library containing seccomp_arch_resolve_name... none required
15:11:20 [2024-06-03T15:11:20.757Z] #74 34.94 checking for systemd/sd-bus.h... yes
15:11:21 [2024-06-03T15:11:21.147Z] #74 35.06 checking for library containing sd_bus_match_signal_async... -lsystemd
15:11:21 [2024-06-03T15:11:21.147Z] #74 35.27 checking for sd_notify_barrier... yes
15:11:21 [2024-06-03T15:11:21.403Z] #74 35.45 checking for linux/bpf.h... yes
15:11:21 [2024-06-03T15:11:21.403Z] #74 35.56 checking compilation for eBPF... yes
15:11:21 [2024-06-03T15:11:21.403Z] #74 35.63 checking for criu >= 3.15... no
15:11:21 [2024-06-03T15:11:21.403Z] #74 35.64 configure: CRIU headers not found, building without CRIU support
15:11:21 [2024-06-03T15:11:21.403Z] #74 35.64 checking for criu > 3.16... no
15:11:21 [2024-06-03T15:11:21.403Z] #74 35.65 configure: CRIU version doesn't support join-ns API
15:11:21 [2024-06-03T15:11:21.403Z] #74 35.65 checking for criu > 3.16.1... no
15:11:21 [2024-06-03T15:11:21.668Z] #74 35.67 configure: CRIU version doesn't support for pre-dumping
15:11:21 [2024-06-03T15:11:21.668Z] #74 35.67 checking for new mount API (fsconfig)... yes
15:11:21 [2024-06-03T15:11:21.668Z] #74 35.81 yes
15:11:21 [2024-06-03T15:11:21.668Z] #74 35.81 checking for seccomp notify API... yes
15:11:21 [2024-06-03T15:11:21.668Z] #74 35.85 checking for gperf... no
15:11:21 [2024-06-03T15:11:21.668Z] #74 35.85 configure: gperf not found - cannot rebuild signal parser code
15:11:21 [2024-06-03T15:11:21.668Z] #74 35.85 checking for library containing argp_parse... none required
15:11:21 [2024-06-03T15:11:21.938Z] #74 36.01 checking that generated files are newer than configure... done
15:11:21 [2024-06-03T15:11:21.938Z] #74 36.02 configure: creating ./config.status
15:11:23 [2024-06-03T15:11:23.873Z] #74 37.97 config.status: creating Makefile
15:11:23 [2024-06-03T15:11:23.873Z] #74 38.02 config.status: creating config.h
15:11:23 [2024-06-03T15:11:23.873Z] #74 38.05 config.status: executing libtool commands
15:11:23 [2024-06-03T15:11:23.873Z] #74 38.09 config.status: executing depfiles commands
15:11:24 [2024-06-03T15:11:24.450Z] #74 38.64 === configuring in libocispec (/tmp/crun-build/libocispec)
15:11:24 [2024-06-03T15:11:24.451Z] #74 38.64 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
15:11:24 [2024-06-03T15:11:24.725Z] #74 38.88 checking for gcc... gcc
15:11:24 [2024-06-03T15:11:24.725Z] #74 38.98 checking whether the C compiler works... yes
15:11:24 [2024-06-03T15:11:24.725Z] #74 39.05 checking for C compiler default output file name... a.out
15:11:25 [2024-06-03T15:11:25.002Z] #74 39.05 checking for suffix of executables... 
15:11:25 [2024-06-03T15:11:25.002Z] #74 39.16 checking whether we are cross compiling... no
15:11:25 [2024-06-03T15:11:25.259Z] #74 39.27 checking for suffix of object files... o
15:11:25 [2024-06-03T15:11:25.259Z] #74 39.31 checking whether the compiler supports GNU C... yes
15:11:25 [2024-06-03T15:11:25.259Z] #74 39.36 checking whether gcc accepts -g... yes
15:11:25 [2024-06-03T15:11:25.259Z] 
15:11:25 [2024-06-03T15:11:25.259Z] #74 ...
15:11:25 [2024-06-03T15:11:25.259Z] 
15:11:25 [2024-06-03T15:11:25.259Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
15:11:25 [2024-06-03T15:11:25.259Z] #76 DONE 39.4s
15:11:25 [2024-06-03T15:11:25.259Z] 
15:11:25 [2024-06-03T15:11:25.259Z] #72 [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...)
15:11:25 [2024-06-03T15:11:25.259Z] #72 DONE 39.5s
15:11:25 [2024-06-03T15:11:25.259Z] 
15:11:25 [2024-06-03T15:11:25.259Z] #74 [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
15:11:25 [2024-06-03T15:11:25.259Z] #74 39.40 checking for gcc option to enable C11 features... none needed
15:11:25 [2024-06-03T15:11:25.259Z] #74 39.48 checking whether gcc understands -c and -o together... yes
15:11:25 [2024-06-03T15:11:25.259Z] #74 39.57 checking for stdio.h... 
15:11:25 [2024-06-03T15:11:25.259Z] #74 ...
15:11:25 [2024-06-03T15:11:25.259Z] 
15:11:25 [2024-06-03T15:11:25.259Z] #80 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
15:11:25 [2024-06-03T15:11:25.514Z] #80 ...
15:11:25 [2024-06-03T15:11:25.514Z] 
15:11:25 [2024-06-03T15:11:25.514Z] #79 [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...)
15:11:25 [2024-06-03T15:11:25.514Z] #79 DONE 36.5s
15:11:25 [2024-06-03T15:11:25.514Z] 
15:11:25 [2024-06-03T15:11:25.514Z] #74 [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
15:11:25 [2024-06-03T15:11:25.514Z] #74 39.57 checking for stdio.h... yes
15:11:25 [2024-06-03T15:11:25.514Z] #74 39.70 checking for stdlib.h... yes
15:11:25 [2024-06-03T15:11:25.514Z] #74 39.76 checking for string.h... yes
15:11:25 [2024-06-03T15:11:25.769Z] #74 39.85 checking for inttypes.h... 
15:11:25 [2024-06-03T15:11:25.769Z] #74 ...
15:11:25 [2024-06-03T15:11:25.769Z] 
15:11:25 [2024-06-03T15:11:25.769Z] #77 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
15:11:25 [2024-06-03T15:11:25.769Z] #77 DONE 36.3s
15:11:25 [2024-06-03T15:11:25.769Z] 
15:11:25 [2024-06-03T15:11:25.769Z] #74 [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
15:11:25 [2024-06-03T15:11:25.769Z] #74 39.85 checking for inttypes.h... yes
15:11:25 [2024-06-03T15:11:25.769Z] #74 39.92 checking for stdint.h... yes
15:11:25 [2024-06-03T15:11:25.769Z] #74 39.98 checking for strings.h... 
15:11:25 [2024-06-03T15:11:25.769Z] #74 ...
15:11:25 [2024-06-03T15:11:25.769Z] 
15:11:25 [2024-06-03T15:11:25.769Z] #80 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
15:11:25 [2024-06-03T15:11:25.769Z] #80 DONE 0.6s
15:11:25 [2024-06-03T15:11:25.769Z] 
15:11:25 [2024-06-03T15:11:25.769Z] #74 [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
15:11:25 [2024-06-03T15:11:25.769Z] #74 39.98 checking for strings.h... yes
15:11:25 [2024-06-03T15:11:25.769Z] #74 40.04 checking for sys/stat.h... yes
15:11:26 [2024-06-03T15:11:26.024Z] #74 40.10 checking for sys/types.h... yes
15:11:26 [2024-06-03T15:11:26.024Z] #74 40.15 checking for unistd.h... yes
15:11:26 [2024-06-03T15:11:26.024Z] #74 40.24 checking for wchar.h... 
15:11:26 [2024-06-03T15:11:26.024Z] #74 ...
15:11:26 [2024-06-03T15:11:26.025Z] 
15:11:26 [2024-06-03T15:11:26.025Z] #81 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
15:11:26 [2024-06-03T15:11:26.025Z] #81 DONE 0.2s
15:11:26 [2024-06-03T15:11:26.025Z] 
15:11:26 [2024-06-03T15:11:26.025Z] #74 [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
15:11:26 [2024-06-03T15:11:26.025Z] #74 40.24 checking for wchar.h... yes
15:11:26 [2024-06-03T15:11:26.280Z] #74 40.34 checking for minix/config.h... no
15:11:26 [2024-06-03T15:11:26.280Z] #74 40.44 checking whether it is safe to define __EXTENSIONS__... yes
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.52 checking whether _XOPEN_SOURCE should be defined... no
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.62 checking build system type... aarch64-unknown-linux-gnu
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.80 checking host system type... aarch64-unknown-linux-gnu
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.80 checking how to print strings... 
15:11:26 [2024-06-03T15:11:26.536Z] #74 ...
15:11:26 [2024-06-03T15:11:26.536Z] 
15:11:26 [2024-06-03T15:11:26.536Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
15:11:26 [2024-06-03T15:11:26.536Z] #82 DONE 0.3s
15:11:26 [2024-06-03T15:11:26.536Z] 
15:11:26 [2024-06-03T15:11:26.536Z] #74 [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
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.80 checking how to print strings... printf
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.82 checking for a sed that does not truncate output... /usr/bin/sed
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.85 checking for grep that handles long lines and -e... /usr/bin/grep
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.85 checking for egrep... /usr/bin/grep -E
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.86 checking for fgrep... /usr/bin/grep -F
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.87 checking for ld used by gcc... /usr/bin/ld
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.89 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:11:26 [2024-06-03T15:11:26.536Z] #74 40.90 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.91 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking whether ln -s works... yes
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking the maximum length of command line arguments... 1572864
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking for /usr/bin/ld option to reload object files... -r
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking for file... file
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking for objdump... objdump
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking how to recognize dependent libraries... pass_all
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking for dlltool... no
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking how to associate runtime and link libraries... printf %s\n
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking for ar... ar
15:11:26 [2024-06-03T15:11:26.791Z] #74 40.96 checking for archiver @FILE support... @
15:11:26 [2024-06-03T15:11:26.791Z] #74 41.02 checking for strip... strip
15:11:26 [2024-06-03T15:11:26.791Z] #74 41.02 checking for ranlib... ranlib
15:11:26 [2024-06-03T15:11:26.791Z] #74 41.02 checking for gawk... no
15:11:26 [2024-06-03T15:11:26.791Z] #74 41.02 checking for mawk... mawk
15:11:26 [2024-06-03T15:11:26.791Z] #74 41.02 checking command to parse /usr/bin/nm -B output from gcc object... 
15:11:26 [2024-06-03T15:11:26.791Z] #74 ...
15:11:26 [2024-06-03T15:11:26.791Z] 
15:11:26 [2024-06-03T15:11:26.791Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
15:11:26 [2024-06-03T15:11:26.791Z] #83 DONE 0.2s
15:11:26 [2024-06-03T15:11:26.791Z] 
15:11:26 [2024-06-03T15:11:26.791Z] #74 [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
15:11:26 [2024-06-03T15:11:26.791Z] #74 41.02 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:11:26 [2024-06-03T15:11:26.791Z] #74 41.12 checking for sysroot... no
15:11:26 [2024-06-03T15:11:26.791Z] #74 41.12 checking for a working dd... /usr/bin/dd
15:11:27 [2024-06-03T15:11:27.046Z] #74 41.12 checking how to truncate binary pipes... #74 ...
15:11:27 [2024-06-03T15:11:27.046Z] 
15:11:27 [2024-06-03T15:11:27.046Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
15:11:27 [2024-06-03T15:11:27.046Z] #84 DONE 0.2s
15:11:27 [2024-06-03T15:11:27.046Z] 
15:11:27 [2024-06-03T15:11:27.046Z] #74 [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
15:11:27 [2024-06-03T15:11:27.046Z] #74 41.12 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
15:11:27 [2024-06-03T15:11:27.046Z] #74 41.13 checking for mt... no
15:11:27 [2024-06-03T15:11:27.046Z] #74 41.13 checking if : is a manifest tool... no
15:11:27 [2024-06-03T15:11:27.046Z] #74 41.13 checking for dlfcn.h... yes
15:11:27 [2024-06-03T15:11:27.046Z] #74 41.19 checking for objdir... .libs
15:11:27 [2024-06-03T15:11:27.046Z] #74 ...
15:11:27 [2024-06-03T15:11:27.046Z] 
15:11:27 [2024-06-03T15:11:27.046Z] #85 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
15:11:27 [2024-06-03T15:11:27.046Z] #85 DONE 0.1s
15:11:27 [2024-06-03T15:11:27.046Z] 
15:11:27 [2024-06-03T15:11:27.046Z] #74 [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
15:11:27 [2024-06-03T15:11:27.046Z] #74 41.30 checking if gcc supports -fno-rtti -fno-exceptions... no
15:11:27 [2024-06-03T15:11:27.301Z] 
15:11:27 [2024-06-03T15:11:27.301Z] #74 ...
15:11:27 [2024-06-03T15:11:27.301Z] 
15:11:27 [2024-06-03T15:11:27.301Z] #86 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
15:11:27 [2024-06-03T15:11:27.301Z] #86 DONE 0.1s
15:11:27 [2024-06-03T15:11:27.301Z] 
15:11:27 [2024-06-03T15:11:27.301Z] #87 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
15:11:27 [2024-06-03T15:11:27.301Z] #87 DONE 0.1s
15:11:27 [2024-06-03T15:11:27.301Z] 
15:11:27 [2024-06-03T15:11:27.301Z] #74 [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
15:11:27 [2024-06-03T15:11:27.301Z] #74 41.34 checking for gcc option to produce PIC... -fPIC -DPIC
15:11:27 [2024-06-03T15:11:27.301Z] #74 41.34 checking if gcc PIC flag -fPIC -DPIC works... yes
15:11:27 [2024-06-03T15:11:27.301Z] #74 41.37 checking if gcc static flag -static works... 
15:11:27 [2024-06-03T15:11:27.301Z] #74 ...
15:11:27 [2024-06-03T15:11:27.301Z] 
15:11:27 [2024-06-03T15:11:27.301Z] #88 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
15:11:27 [2024-06-03T15:11:27.301Z] #88 DONE 0.1s
15:11:27 [2024-06-03T15:11:27.301Z] 
15:11:27 [2024-06-03T15:11:27.301Z] #74 [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
15:11:27 [2024-06-03T15:11:27.301Z] #74 41.37 checking if gcc static flag -static works... yes
15:11:27 [2024-06-03T15:11:27.301Z] #74 41.46 checking if gcc supports -c -o file.o... yes
15:11:27 [2024-06-03T15:11:27.301Z] #74 41.53 checking if gcc supports -c -o file.o... (cached) yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.53 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.59 checking dynamic linker characteristics... GNU/Linux ld.so
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.70 checking how to hardcode library paths into programs... immediate
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.70 checking whether stripping libraries is possible... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.71 checking if libtool supports shared libraries... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.71 checking whether to build shared libraries... no
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.71 checking whether to build static libraries... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.71 checking for a BSD-compatible install... /usr/bin/install -c
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.72 checking whether build environment is sane... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.75 checking for a race-free mkdir -p... /usr/bin/mkdir -p
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.75 checking whether make sets $(MAKE)... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.78 checking whether make supports the include directive... yes (GNU style)
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.78 checking whether make supports nested variables... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.79 checking whether UID '0' is supported by ustar format... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.79 checking whether GID '0' is supported by ustar format... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.79 checking how to create a ustar tar archive... gnutar
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.81 checking dependency style of gcc... gcc3
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.85 checking whether to enable maintainer-specific portions of Makefiles... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.85 checking whether make supports nested variables... (cached) yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.85 checking for pkg-config... /usr/bin/pkg-config
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.85 checking pkg-config is at least version 0.9.0... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.86 checking for yajl >= 2.1.0... yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.86 checking for a sed that does not truncate output... (cached) /usr/bin/sed
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.86 checking for gcc... (cached) gcc
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.89 checking whether the compiler supports GNU C... (cached) yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.89 checking whether gcc accepts -g... (cached) yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.89 checking for gcc option to enable C11 features... (cached) none needed
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.89 checking whether gcc understands -c and -o together... (cached) yes
15:11:27 [2024-06-03T15:11:27.556Z] #74 41.89 checking for a Python interpreter with version >= 3... python3
15:11:27 [2024-06-03T15:11:27.811Z] #74 ...
15:11:27 [2024-06-03T15:11:27.811Z] 
15:11:27 [2024-06-03T15:11:27.811Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
15:11:27 [2024-06-03T15:11:27.811Z] #89 DONE 0.4s
15:11:27 [2024-06-03T15:11:27.811Z] 
15:11:27 [2024-06-03T15:11:27.811Z] #74 [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
15:11:27 [2024-06-03T15:11:27.811Z] #74 41.91 checking for python3... /usr/bin/python3
15:11:27 [2024-06-03T15:11:27.811Z] #74 41.91 checking for python3 version... 3.11
15:11:27 [2024-06-03T15:11:27.811Z] #74 41.92 checking for python3 platform... linux
15:11:27 [2024-06-03T15:11:27.811Z] #74 41.93 checking for GNU default python3 prefix... ${prefix}
15:11:27 [2024-06-03T15:11:27.811Z] #74 41.93 checking for GNU default python3 exec_prefix... ${exec_prefix}
15:11:27 [2024-06-03T15:11:27.811Z] #74 41.93 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
15:11:27 [2024-06-03T15:11:27.811Z] #74 41.98 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
15:11:27 [2024-06-03T15:11:27.811Z] 
15:11:27 [2024-06-03T15:11:27.811Z] #74 ...
15:11:27 [2024-06-03T15:11:27.811Z] 
15:11:27 [2024-06-03T15:11:27.811Z] #90 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
15:11:27 [2024-06-03T15:11:27.811Z] #90 DONE 0.2s
15:11:27 [2024-06-03T15:11:27.811Z] 
15:11:27 [2024-06-03T15:11:27.811Z] #74 [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
15:11:28 [2024-06-03T15:11:28.066Z] #74 42.04 checking that generated files are newer than configure... 
15:11:28 [2024-06-03T15:11:28.066Z] #74 ...
15:11:28 [2024-06-03T15:11:28.066Z] 
15:11:28 [2024-06-03T15:11:28.066Z] #91 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
15:11:28 [2024-06-03T15:11:28.066Z] #91 DONE 0.1s
15:11:28 [2024-06-03T15:11:28.066Z] 
15:11:28 [2024-06-03T15:11:28.066Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
15:11:28 [2024-06-03T15:11:28.066Z] #92 DONE 0.1s
15:11:28 [2024-06-03T15:11:28.320Z] 
15:11:28 [2024-06-03T15:11:28.320Z] #78 [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...)
15:11:28 [2024-06-03T15:11:28.575Z] #78 ...
15:11:28 [2024-06-03T15:11:28.575Z] 
15:11:28 [2024-06-03T15:11:28.575Z] #74 [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
15:11:28 [2024-06-03T15:11:28.575Z] #74 42.04 checking that generated files are newer than configure... done
15:11:28 [2024-06-03T15:11:28.575Z] #74 42.74 configure: creating ./config.status
15:11:28 [2024-06-03T15:11:28.829Z] #74 43.15 config.status: creating Makefile
15:11:29 [2024-06-03T15:11:29.084Z] #74 43.16 config.status: creating ocispec.pc
15:11:29 [2024-06-03T15:11:29.084Z] #74 43.17 config.status: creating config.h
15:11:29 [2024-06-03T15:11:29.084Z] #74 43.18 config.status: executing libtool commands
15:11:29 [2024-06-03T15:11:29.084Z] #74 43.19 config.status: executing depfiles commands
15:11:29 [2024-06-03T15:11:29.084Z] #74 43.33 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
15:11:29 [2024-06-03T15:11:29.084Z] #74 43.34 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
15:11:29 [2024-06-03T15:11:29.339Z] #74 43.45 checking for gcc... gcc
15:11:29 [2024-06-03T15:11:29.339Z] #74 43.53 checking whether the C compiler works... yes
15:11:29 [2024-06-03T15:11:29.339Z] #74 43.59 checking for C compiler default output file name... a.out
15:11:29 [2024-06-03T15:11:29.339Z] #74 43.59 checking for suffix of executables... 
15:11:29 [2024-06-03T15:11:29.339Z] #74 43.64 checking whether we are cross compiling... no
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.70 checking for suffix of object files... o
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.73 checking whether the compiler supports GNU C... yes
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.75 checking whether gcc accepts -g... yes
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.77 checking for gcc option to enable C11 features... none needed
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.84 checking whether gcc understands -c and -o together... yes
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.88 checking for a BSD-compatible install... /usr/bin/install -c
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.89 checking whether build environment is sane... yes
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.90 checking for a race-free mkdir -p... /usr/bin/mkdir -p
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.90 checking for gawk... no
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.90 checking for mawk... mawk
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.90 checking whether make sets $(MAKE)... yes
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.91 checking whether make supports the include directive... yes (GNU style)
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.92 checking whether make supports nested variables... yes
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.93 checking whether UID '0' is supported by ustar format... yes
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.93 checking whether GID '0' is supported by ustar format... yes
15:11:29 [2024-06-03T15:11:29.594Z] #74 43.93 checking how to create a ustar tar archive... gnutar
15:11:29 [2024-06-03T15:11:29.848Z] #74 43.94 checking dependency style of gcc... gcc3
15:11:29 [2024-06-03T15:11:29.848Z] #74 43.98 checking whether to enable maintainer-specific portions of Makefiles... yes
15:11:29 [2024-06-03T15:11:29.848Z] #74 43.98 checking whether make supports nested variables... (cached) yes
15:11:29 [2024-06-03T15:11:29.848Z] #74 43.98 checking build system type... aarch64-unknown-linux-gnu
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.03 checking host system type... aarch64-unknown-linux-gnu
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.03 checking how to print strings... printf
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.03 checking for a sed that does not truncate output... /usr/bin/sed
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.03 checking for grep that handles long lines and -e... /usr/bin/grep
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.03 checking for egrep... /usr/bin/grep -E
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.04 checking for fgrep... /usr/bin/grep -F
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.04 checking for ld used by gcc... /usr/bin/ld
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.04 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.04 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.05 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.07 checking whether ln -s works... yes
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.07 checking the maximum length of command line arguments... 1572864
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.08 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.08 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.08 checking for /usr/bin/ld option to reload object files... -r
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.08 checking for file... file
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.08 checking for objdump... objdump
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.08 checking how to recognize dependent libraries... pass_all
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.08 checking for dlltool... no
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.08 checking how to associate runtime and link libraries... printf %s\n
15:11:29 [2024-06-03T15:11:29.848Z] #74 44.08 checking for ar... ar
15:11:29 [2024-06-03T15:11:29.849Z] #74 44.08 checking for archiver @FILE support... @
15:11:29 [2024-06-03T15:11:29.849Z] #74 44.11 checking for strip... strip
15:11:29 [2024-06-03T15:11:29.849Z] #74 44.11 checking for ranlib... ranlib
15:11:29 [2024-06-03T15:11:29.849Z] #74 44.11 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.19 checking for sysroot... no
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.19 checking for a working dd... /usr/bin/dd
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.19 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.20 checking for mt... no
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.20 checking if : is a manifest tool... no
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.20 checking for stdio.h... yes
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.22 checking for stdlib.h... yes
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.25 checking for string.h... yes
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.28 checking for inttypes.h... yes
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.31 checking for stdint.h... yes
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.35 checking for strings.h... yes
15:11:30 [2024-06-03T15:11:30.103Z] #74 44.38 checking for sys/stat.h... yes
15:11:30 [2024-06-03T15:11:30.358Z] #74 44.42 checking for sys/types.h... yes
15:11:30 [2024-06-03T15:11:30.358Z] #74 44.45 checking for unistd.h... yes
15:11:30 [2024-06-03T15:11:30.358Z] #74 44.48 checking for dlfcn.h... yes
15:11:30 [2024-06-03T15:11:30.358Z] #74 44.52 checking for objdir... .libs
15:11:30 [2024-06-03T15:11:30.358Z] #74 44.60 checking if gcc supports -fno-rtti -fno-exceptions... no
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.63 checking for gcc option to produce PIC... -fPIC -DPIC
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.63 checking if gcc PIC flag -fPIC -DPIC works... yes
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.68 checking if gcc static flag -static works... yes
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.76 checking if gcc supports -c -o file.o... yes
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.79 checking if gcc supports -c -o file.o... (cached) yes
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.79 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.80 checking dynamic linker characteristics... GNU/Linux ld.so
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.86 checking how to hardcode library paths into programs... immediate
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.86 checking whether stripping libraries is possible... yes
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.86 checking if libtool supports shared libraries... yes
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.86 checking whether to build shared libraries... no
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.86 checking whether to build static libraries... yes
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.87 checking for float.h... yes
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.90 checking for limits.h... yes
15:11:30 [2024-06-03T15:11:30.612Z] #74 44.94 checking for stddef.h... yes
15:11:30 [2024-06-03T15:11:30.867Z] #74 44.97 checking for stdlib.h... (cached) yes
15:11:30 [2024-06-03T15:11:30.867Z] #74 44.97 checking for string.h... (cached) yes
15:11:30 [2024-06-03T15:11:30.867Z] #74 44.97 checking for sys/time.h... yes
15:11:30 [2024-06-03T15:11:30.867Z] #74 45.01 checking for inline... inline
15:11:30 [2024-06-03T15:11:30.867Z] #74 45.03 checking for size_t... yes
15:11:30 [2024-06-03T15:11:30.867Z] #74 45.10 checking for GNU libc compatible malloc... yes
15:11:30 [2024-06-03T15:11:30.867Z] #74 45.16 checking for GNU libc compatible realloc... yes
15:11:31 [2024-06-03T15:11:31.121Z] #74 45.21 checking for working strtod... yes
15:11:31 [2024-06-03T15:11:31.121Z] #74 45.28 checking for gettimeofday... yes
15:11:31 [2024-06-03T15:11:31.121Z] #74 45.32 checking for memset... yes
15:11:31 [2024-06-03T15:11:31.121Z] #74 45.37 checking for strspn... yes
15:11:31 [2024-06-03T15:11:31.376Z] #74 45.44 checking that generated files are newer than configure... done
15:11:31 [2024-06-03T15:11:31.376Z] #74 45.44 configure: creating ./config.status
15:11:31 [2024-06-03T15:11:31.631Z] #74 45.85 config.status: creating Makefile
15:11:31 [2024-06-03T15:11:31.631Z] #74 45.86 config.status: creating config.h
15:11:31 [2024-06-03T15:11:31.631Z] #74 45.87 config.status: executing depfiles commands
15:11:31 [2024-06-03T15:11:31.631Z] #74 45.90 config.status: executing libtool commands
15:11:31 [2024-06-03T15:11:31.886Z] #74 46.09   GEN      .version
15:11:31 [2024-06-03T15:11:31.886Z] #74 46.09 make  install-recursive
15:11:31 [2024-06-03T15:11:31.886Z] #74 46.09 make[1]: Entering directory '/tmp/crun-build'
15:11:31 [2024-06-03T15:11:31.886Z] #74 46.12 Making install in libocispec
15:11:31 [2024-06-03T15:11:31.886Z] #74 46.12 make[2]: Entering directory '/tmp/crun-build/libocispec'
15:11:31 [2024-06-03T15:11:31.886Z] #74 46.13 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
15:11:31 [2024-06-03T15:11:31.886Z] #74 46.13 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
15:11:31 [2024-06-03T15:11:31.886Z] #74 46.14 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
15:11:31 [2024-06-03T15:11:31.886Z] #74 46.14 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
15:11:31 [2024-06-03T15:11:31.886Z] #74 46.19 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
15:11:32 [2024-06-03T15:11:32.141Z] #74 46.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.47 make  install-recursive
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.47 make[3]: Entering directory '/tmp/crun-build/libocispec'
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.49 Making install in yajl
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.50 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.52   CC       verify/json_verify-json_verify.o
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.53   CC       src/libyajl_la-yajl_alloc.lo
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.53   CC       src/libyajl_la-yajl.lo
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.53   CC       src/libyajl_la-yajl_gen.lo
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.54   CC       src/libyajl_la-yajl_parser.lo
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.54   CC       src/libyajl_la-yajl_buf.lo
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.55   CC       src/libyajl_la-yajl_encode.lo
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.56   CC       src/libyajl_la-yajl_lex.lo
15:11:32 [2024-06-03T15:11:32.395Z] #74 46.56   CC       src/libyajl_la-yajl_tree.lo
15:11:32 [2024-06-03T15:11:32.955Z] #74 47.14   CCLD     libyajl.la
15:11:33 [2024-06-03T15:11:33.210Z] #74 47.38   CCLD     verify/json_verify
15:11:33 [2024-06-03T15:11:33.210Z] #74 47.56 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
15:11:33 [2024-06-03T15:11:33.210Z] #74 47.56 make[5]: Nothing to be done for 'install-exec-am'.
15:11:33 [2024-06-03T15:11:33.210Z] #74 47.56 make[5]: Nothing to be done for 'install-data-am'.
15:11:33 [2024-06-03T15:11:33.210Z] #74 47.56 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.56 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.57 make[4]: Entering directory '/tmp/crun-build/libocispec'
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.63   CC       src/ocispec/validate.o
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.63   CC       src/ocispec/image_spec_schema_config_schema.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.63   CC       src/ocispec/image_spec_schema_content_descriptor.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.63   CC       src/ocispec/image_spec_schema_defs.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.63   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.64   CC       src/ocispec/image_spec_schema_image_index_schema.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.64   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.65   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.65   CC       src/ocispec/runtime_spec_schema_config_linux.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.65   CC       src/ocispec/runtime_spec_schema_config_zos.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.65   CC       src/ocispec/runtime_spec_schema_config_schema.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.65   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.65   CC       src/ocispec/runtime_spec_schema_config_vm.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.66   CC       src/ocispec/runtime_spec_schema_config_windows.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.67   CC       src/ocispec/runtime_spec_schema_defs.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.67   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.67   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.67   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.68   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.68   CC       src/ocispec/runtime_spec_schema_state_schema.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.68   CC       src/ocispec/runtime_spec_schema_features_linux.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.69   CC       src/ocispec/runtime_spec_schema_features_schema.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.70   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.70   CC       src/ocispec/basic_test_double_array_item.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.71   CC       src/ocispec/basic_test_double_array.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.71   CC       src/ocispec/basic_test_top_array_int.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.72   CC       src/ocispec/basic_test_top_array_string.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.73   CC       src/ocispec/basic_test_top_double_array_int.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.74   CC       src/ocispec/basic_test_top_double_array_obj.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.76   CC       src/ocispec/basic_test_top_double_array_refobj.lo
15:11:33 [2024-06-03T15:11:33.465Z] #74 47.78   CC       src/ocispec/basic_test_top_double_array_string.lo
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.78   CC       src/ocispec/read-file.lo
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.78   CC       src/ocispec/json_common.lo
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.79   CC       tests/test-1.o
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.80   CC       tests/test-2.o
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.82   CC       tests/test-3.o
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.82   CC       tests/test-4.o
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.82   CC       tests/test-5.o
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.83   CC       tests/test-6.o
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.83   CC       tests/test-7.o
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.84   CC       tests/test-8.o
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.88   CC       tests/test-9.o
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.89   CC       tests/test-10.o
15:11:33 [2024-06-03T15:11:33.720Z] #74 47.91   CC       tests/test-11.o
15:11:37 [2024-06-03T15:11:37.876Z] #74 51.91   CCLD     libocispec.la
15:11:37 [2024-06-03T15:11:37.876Z] #74 52.12   CCLD     src/ocispec/validate
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.12   CCLD     tests/test-1
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.13   CCLD     tests/test-2
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.13   CCLD     tests/test-3
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.13   CCLD     tests/test-4
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.15   CCLD     tests/test-5
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.15   CCLD     tests/test-6
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.15   CCLD     tests/test-7
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.17   CCLD     tests/test-8
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.17   CCLD     tests/test-9
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.18   CCLD     tests/test-10
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.18 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.19   CCLD     tests/test-11
15:11:38 [2024-06-03T15:11:38.131Z] #74 52.43 libtool: link: ar cr libocispec.a 
15:11:38 [2024-06-03T15:11:38.386Z] #74 52.44 libtool: link: ranlib libocispec.a
15:11:38 [2024-06-03T15:11:38.386Z] #74 52.60 make[5]: Entering directory '/tmp/crun-build/libocispec'
15:11:38 [2024-06-03T15:11:38.386Z] #74 52.65 make[5]: Leaving directory '/tmp/crun-build/libocispec'
15:11:38 [2024-06-03T15:11:38.386Z] #74 52.65 make[4]: Leaving directory '/tmp/crun-build/libocispec'
15:11:38 [2024-06-03T15:11:38.386Z] #74 52.66 make[3]: Leaving directory '/tmp/crun-build/libocispec'
15:11:38 [2024-06-03T15:11:38.386Z] #74 52.66 make[2]: Leaving directory '/tmp/crun-build/libocispec'
15:11:38 [2024-06-03T15:11:38.386Z] #74 52.66 make[2]: Entering directory '/tmp/crun-build'
15:11:38 [2024-06-03T15:11:38.386Z] #74 52.77   CC       src/libcrun/libcrun_la-intelrdt.lo
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.77   CC       src/libcrun/libcrun_la-io_priority.lo
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.77   CC       src/libcrun/libcrun_la-linux.lo
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.77   CC       src/libcrun/libcrun_la-mount_flags.lo
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.77   CC       src/libcrun/libcrun_la-scheduler.lo
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.77   CC       src/libcrun/libcrun_la-seccomp.lo
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.77   CC       src/libcrun/libcrun_la-seccomp_notify.lo
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.77   CC       src/libcrun/libcrun_la-signals.lo
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.78   CC       src/libcrun/libcrun_la-status.lo
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.78   CC       src/libcrun/libcrun_la-terminal.lo
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.78   CC       src/libcrun/libcrun_testing_a-utils.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.79   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.80   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.82   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.82   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.82   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.82   CC       src/libcrun/libcrun_testing_a-cgroup.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.83   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.83   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.85   CC       src/libcrun/libcrun_testing_a-container.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.86   CC       src/libcrun/libcrun_testing_a-criu.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.86   CC       src/libcrun/libcrun_testing_a-custom-handler.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.87   CC       src/libcrun/libcrun_testing_a-ebpf.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.87   CC       src/libcrun/libcrun_testing_a-error.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.87   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.88   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.89   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.91   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.91   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.92   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.95   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
15:11:38 [2024-06-03T15:11:38.641Z] #74 52.97   CC       src/libcrun/libcrun_testing_a-intelrdt.o
15:11:38 [2024-06-03T15:11:38.895Z] #74 53.05   CC       src/libcrun/libcrun_testing_a-io_priority.o
15:11:38 [2024-06-03T15:11:38.895Z] #74 53.07   CC       src/libcrun/libcrun_testing_a-linux.o
15:11:38 [2024-06-03T15:11:38.895Z] #74 53.09   CC       src/libcrun/libcrun_testing_a-mount_flags.o
15:11:38 [2024-06-03T15:11:38.895Z] #74 53.09   CC       src/libcrun/libcrun_testing_a-scheduler.o
15:11:38 [2024-06-03T15:11:38.895Z] #74 53.10   CC       src/libcrun/libcrun_testing_a-seccomp.o
15:11:38 [2024-06-03T15:11:38.895Z] #74 53.11   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
15:11:38 [2024-06-03T15:11:38.895Z] #74 53.15   CC       src/libcrun/libcrun_testing_a-signals.o
15:11:38 [2024-06-03T15:11:38.895Z] #74 53.17   CC       src/libcrun/libcrun_testing_a-status.o
15:11:38 [2024-06-03T15:11:38.895Z] #74 53.19   CC       src/libcrun/libcrun_testing_a-terminal.o
15:11:39 [2024-06-03T15:11:39.150Z] #74 53.21   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
15:11:39 [2024-06-03T15:11:39.150Z] #74 53.23   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
15:11:39 [2024-06-03T15:11:39.150Z] #74 53.25   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
15:11:39 [2024-06-03T15:11:39.150Z] #74 53.33   CC       src/crun-crun.o
15:11:39 [2024-06-03T15:11:39.150Z] #74 53.35   CC       src/crun-run.o
15:11:39 [2024-06-03T15:11:39.150Z] #74 53.37   CC       src/crun-delete.o
15:11:39 [2024-06-03T15:11:39.405Z] #74 53.59   CC       src/crun-kill.o
15:11:39 [2024-06-03T15:11:39.405Z] #74 53.62   CC       src/crun-pause.o
15:11:39 [2024-06-03T15:11:39.405Z] #74 53.65   CC       src/crun-unpause.o
15:11:39 [2024-06-03T15:11:39.405Z] #74 53.66   CC       src/crun-oci_features.o
15:11:39 [2024-06-03T15:11:39.405Z] #74 53.70   CC       src/crun-spec.o
15:11:39 [2024-06-03T15:11:39.660Z] #74 53.78   CC       src/crun-exec.o
15:11:39 [2024-06-03T15:11:39.660Z] #74 53.83   CC       src/crun-list.o
15:11:39 [2024-06-03T15:11:39.660Z] #74 53.90   CC       src/crun-create.o
15:11:39 [2024-06-03T15:11:39.660Z] #74 53.94   CC       src/crun-start.o
15:11:39 [2024-06-03T15:11:39.660Z] #74 53.99   CC       src/crun-state.o
15:11:39 [2024-06-03T15:11:39.660Z] #74 54.04   CC       src/crun-update.o
15:11:39 [2024-06-03T15:11:39.914Z] #74 54.10   CC       src/crun-ps.o
15:11:39 [2024-06-03T15:11:39.914Z] #74 54.12   CC       src/crun-checkpoint.o
15:11:39 [2024-06-03T15:11:39.914Z] #74 54.15   CC       src/crun-restore.o
15:11:40 [2024-06-03T15:11:40.838Z] #74 54.87   CC       src/libcrun/crun-cloned_binary.o
15:11:40 [2024-06-03T15:11:40.838Z] #74 54.99   CC       src/libcrun/libcrun_la-utils.lo
15:11:40 [2024-06-03T15:11:40.838Z] #74 55.06   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
15:11:40 [2024-06-03T15:11:40.838Z] #74 55.10   CC       src/libcrun/libcrun_la-cgroup-resources.lo
15:11:40 [2024-06-03T15:11:40.838Z] #74 55.14   CC       src/libcrun/libcrun_la-cgroup-setup.lo
15:11:40 [2024-06-03T15:11:40.838Z] #74 55.16   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
15:11:40 [2024-06-03T15:11:40.838Z] #74 55.16   CC       src/libcrun/libcrun_la-cgroup-utils.lo
15:11:40 [2024-06-03T15:11:40.838Z] #74 55.17   CC       src/libcrun/libcrun_la-cgroup.lo
15:11:40 [2024-06-03T15:11:40.838Z] #74 55.19   CC       src/libcrun/libcrun_la-chroot_realpath.lo
15:11:40 [2024-06-03T15:11:40.838Z] #74 55.21   CC       src/libcrun/libcrun_la-cloned_binary.lo
15:11:41 [2024-06-03T15:11:41.093Z] #74 55.22   CC       src/libcrun/libcrun_la-container.lo
15:11:41 [2024-06-03T15:11:41.093Z] #74 55.23   CC       src/libcrun/libcrun_la-criu.lo
15:11:41 [2024-06-03T15:11:41.093Z] #74 55.24   CC       src/libcrun/libcrun_la-custom-handler.lo
15:11:41 [2024-06-03T15:11:41.093Z] #74 55.24   CC       src/libcrun/libcrun_la-ebpf.lo
15:11:41 [2024-06-03T15:11:41.093Z] #74 55.26   CC       src/libcrun/libcrun_la-error.lo
15:11:41 [2024-06-03T15:11:41.093Z] #74 55.26   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
15:11:41 [2024-06-03T15:11:41.093Z] #74 55.28   CC       src/libcrun/handlers/libcrun_la-krun.lo
15:11:41 [2024-06-03T15:11:41.093Z] #74 55.30   CC       src/libcrun/handlers/libcrun_la-mono.lo
15:11:41 [2024-06-03T15:11:41.093Z] #74 55.30   CC       src/libcrun/handlers/libcrun_la-spin.lo
15:11:41 [2024-06-03T15:11:41.093Z] #74 55.32   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
15:11:41 [2024-06-03T15:11:41.348Z] #74 55.32   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
15:11:41 [2024-06-03T15:11:41.348Z] #74 55.33   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
15:11:41 [2024-06-03T15:11:41.348Z] #74 55.33   CC       tests/init.o
15:11:41 [2024-06-03T15:11:41.348Z] #74 55.33   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
15:11:41 [2024-06-03T15:11:41.907Z] #74 ...
15:11:41 [2024-06-03T15:11:41.907Z] 
15:11:41 [2024-06-03T15:11:41.907Z] #78 [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...)
15:11:41 [2024-06-03T15:11:41.907Z] #78 34.99 + bin/containerd
15:11:41 [2024-06-03T15:11:41.907Z] #78 34.99 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd
15:11:42 [2024-06-03T15:11:42.831Z] #78 ...
15:11:42 [2024-06-03T15:11:42.831Z] 
15:11:42 [2024-06-03T15:11:42.831Z] #74 [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
15:11:42 [2024-06-03T15:11:42.831Z] #74 56.93   CCLD     tests/init
15:11:45 [2024-06-03T15:11:45.340Z] #74 59.20   AR       libcrun_testing.a
15:11:45 [2024-06-03T15:11:45.340Z] #74 59.20 ar: `u' modifier ignored since `D' is the default (see `U')
15:11:45 [2024-06-03T15:11:45.340Z] #74 59.23   CCLD     tests/tests_libcrun_utils
15:11:45 [2024-06-03T15:11:45.340Z] #74 59.23   CCLD     tests/tests_libcrun_errors
15:11:45 [2024-06-03T15:11:45.340Z] #74 59.24   CCLD     tests/tests_libcrun_intelrdt
15:11:45 [2024-06-03T15:11:45.340Z] #74 59.24   CCLD     tests/tests_libcrun_fuzzer
15:11:45 [2024-06-03T15:11:45.340Z] #74 59.52   CCLD     libcrun.la
15:11:45 [2024-06-03T15:11:45.340Z] #74 59.70   CCLD     crun
15:11:45 [2024-06-03T15:11:45.594Z] #74 59.85 make[3]: Entering directory '/tmp/crun-build'
15:11:45 [2024-06-03T15:11:45.594Z] #74 59.92  /usr/bin/mkdir -p '/usr/local/share/man/man1'
15:11:45 [2024-06-03T15:11:45.594Z] #74 59.92  /usr/bin/mkdir -p '/usr/local/lib'
15:11:45 [2024-06-03T15:11:45.594Z] #74 59.92  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
15:11:45 [2024-06-03T15:11:45.594Z] #74 59.93  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
15:11:45 [2024-06-03T15:11:45.594Z] #74 59.95 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
15:11:45 [2024-06-03T15:11:45.849Z] #74 59.95 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
15:11:45 [2024-06-03T15:11:45.849Z] #74 59.96 libtool: install: chmod 644 /usr/local/lib/libcrun.a
15:11:45 [2024-06-03T15:11:45.849Z] #74 59.96 libtool: install: ranlib /usr/local/lib/libcrun.a
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.03 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
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 ----------------------------------------------------------------------
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 Libraries have been installed in:
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04    /usr/local/lib
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 If you ever happen to want to link against installed libraries
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 in a given directory, LIBDIR, you must either use libtool, and
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 specify the full pathname of the library, or use the '-LLIBDIR'
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 flag during linking and do at least one of the following:
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04      during execution
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04    - add LIBDIR to the 'LD_RUN_PATH' environment variable
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04      during linking
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 See any operating system documentation about shared libraries for
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 more information, such as the ld(1) and ld.so(8) manual pages.
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04 ----------------------------------------------------------------------
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04  /usr/bin/mkdir -p '/build'
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.04   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.07 libtool: install: /usr/bin/install -c crun /build/crun
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.07 make[3]: Leaving directory '/tmp/crun-build'
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.07 make[2]: Leaving directory '/tmp/crun-build'
15:11:45 [2024-06-03T15:11:45.849Z] #74 60.07 make[1]: Leaving directory '/tmp/crun-build'
15:11:46 [2024-06-03T15:11:46.771Z] #74 DONE 60.9s
15:11:46 [2024-06-03T15:11:46.771Z] 
15:11:46 [2024-06-03T15:11:46.771Z] #78 [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...)
15:11:52 [2024-06-03T15:11:52.003Z] #78 54.45 + bin/containerd-stress
15:11:52 [2024-06-03T15:11:52.003Z] #78 54.45 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd-stress
15:11:52 [2024-06-03T15:11:52.258Z] #78 55.64 + bin/containerd-shim
15:11:52 [2024-06-03T15:11:52.817Z] #78 56.18 + bin/containerd-shim-runc-v1
15:11:53 [2024-06-03T15:11:53.740Z] #78 56.94 + bin/containerd-shim-runc-v2
15:11:54 [2024-06-03T15:11:54.298Z] #78 57.62 + binaries
15:11:54 [2024-06-03T15:11:54.857Z] #78 DONE 58.1s
15:11:55 [2024-06-03T15:11:55.415Z] 
15:11:55 [2024-06-03T15:11:55.415Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
15:11:55 [2024-06-03T15:11:55.670Z] #93 DONE 0.2s
15:11:55 [2024-06-03T15:11:55.924Z] 
15:11:55 [2024-06-03T15:11:55.924Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
15:11:56 [2024-06-03T15:11:56.178Z] #94 DONE 0.5s
15:11:56 [2024-06-03T15:11:56.432Z] 
15:11:56 [2024-06-03T15:11:56.432Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
15:11:57 [2024-06-03T15:11:57.356Z] #95 DONE 1.0s
15:11:57 [2024-06-03T15:11:57.356Z] 
15:11:57 [2024-06-03T15:11:57.356Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
15:11:57 [2024-06-03T15:11:57.356Z] #96 DONE 0.0s
15:11:57 [2024-06-03T15:11:57.356Z] 
15:11:57 [2024-06-03T15:11:57.356Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
15:11:57 [2024-06-03T15:11:57.356Z] #97 DONE 0.1s
15:11:57 [2024-06-03T15:11:57.356Z] 
15:11:57 [2024-06-03T15:11:57.356Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
15:11:57 [2024-06-03T15:11:57.356Z] #98 DONE 0.1s
15:11:57 [2024-06-03T15:11:57.356Z] 
15:11:57 [2024-06-03T15:11:57.356Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
15:11:59 [2024-06-03T15:11:59.238Z] #99 DONE 2.0s
15:11:59 [2024-06-03T15:11:59.492Z] 
15:11:59 [2024-06-03T15:11:59.492Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
15:12:00 [2024-06-03T15:12:00.052Z] #100 DONE 0.8s
15:12:00 [2024-06-03T15:12:00.306Z] 
15:12:00 [2024-06-03T15:12:00.306Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
15:12:00 [2024-06-03T15:12:00.306Z] #101 DONE 0.1s
15:12:00 [2024-06-03T15:12:00.306Z] 
15:12:00 [2024-06-03T15:12:00.306Z] #102 [dev-base  1/12] RUN groupadd -r docker
15:12:00 [2024-06-03T15:12:00.306Z] #102 DONE 0.2s
15:12:00 [2024-06-03T15:12:00.560Z] 
15:12:00 [2024-06-03T15:12:00.560Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
15:12:00 [2024-06-03T15:12:00.815Z] #103 DONE 0.4s
15:12:00 [2024-06-03T15:12:00.815Z] 
15:12:00 [2024-06-03T15:12:00.815Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
15:12:01 [2024-06-03T15:12:01.071Z] #104 0.249 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
15:12:01 [2024-06-03T15:12:01.326Z] #104 DONE 0.3s
15:12:01 [2024-06-03T15:12:01.326Z] 
15:12:01 [2024-06-03T15:12:01.326Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
15:12:01 [2024-06-03T15:12:01.581Z] #105 DONE 0.4s
15:12:01 [2024-06-03T15:12:01.581Z] 
15:12:01 [2024-06-03T15:12:01.581Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
15:12:01 [2024-06-03T15:12:01.836Z] #106 DONE 0.3s
15:12:01 [2024-06-03T15:12:01.836Z] 
15:12:01 [2024-06-03T15:12:01.836Z] #107 [dev-base  6/12] RUN ldconfig
15:12:02 [2024-06-03T15:12:02.091Z] #107 DONE 0.4s
15:12:02 [2024-06-03T15:12:02.345Z] 
15:12:02 [2024-06-03T15:12:02.346Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
15:12:02 [2024-06-03T15:12:02.600Z] #108 DONE 0.3s
15:12:02 [2024-06-03T15:12:02.601Z] 
15:12:02 [2024-06-03T15:12:02.601Z] #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
15:12:03 [2024-06-03T15:12:03.160Z] #109 0.637 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
15:12:03 [2024-06-03T15:12:03.415Z] #109 0.647 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
15:12:03 [2024-06-03T15:12:03.415Z] #109 0.647 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
15:12:03 [2024-06-03T15:12:03.415Z] #109 0.720 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
15:12:03 [2024-06-03T15:12:03.415Z] #109 0.792 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB]
15:12:03 [2024-06-03T15:12:03.415Z] #109 0.833 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [154 kB]
15:12:04 [2024-06-03T15:12:04.338Z] #109 1.763 Fetched 9108 kB in 1s (6575 kB/s)
15:12:04 [2024-06-03T15:12:04.897Z] #109 1.763 Reading package lists...
15:12:05 [2024-06-03T15:12:05.406Z] #109 2.401 Reading package lists...
15:12:05 [2024-06-03T15:12:05.661Z] #109 3.041 Building dependency tree...
15:12:05 [2024-06-03T15:12:05.915Z] #109 3.545 The following additional packages will be installed:
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.545   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.546   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.546   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.546   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.547   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.548   vim-runtime
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.551 Suggested packages:
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.551   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.551   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.551   systemd-userdbd systemd-boot systemd-resolved libqrencode4
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.551   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.551   vim-doc vim-scripts xfsdump acl attr quota
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.551 Recommended packages:
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.551   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
15:12:06 [2024-06-03T15:12:06.170Z] #109 3.551   systemd-timesyncd | time-daemon xxd unzip
15:12:06 [2024-06-03T15:12:06.425Z] #109 3.932 The following NEW packages will be installed:
15:12:06 [2024-06-03T15:12:06.680Z] #109 3.932   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
15:12:06 [2024-06-03T15:12:06.680Z] #109 3.932   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
15:12:06 [2024-06-03T15:12:06.680Z] #109 3.932   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
15:12:06 [2024-06-03T15:12:06.680Z] #109 3.932   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
15:12:06 [2024-06-03T15:12:06.680Z] #109 3.933   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
15:12:06 [2024-06-03T15:12:06.680Z] #109 3.933   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
15:12:06 [2024-06-03T15:12:06.680Z] #109 3.934   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
15:12:06 [2024-06-03T15:12:06.680Z] #109 3.934   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
15:12:06 [2024-06-03T15:12:06.680Z] #109 3.934   zip zstd
15:12:06 [2024-06-03T15:12:06.680Z] #109 4.213 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
15:12:06 [2024-06-03T15:12:06.680Z] #109 4.213 Need to get 31.8 MB of archives.
15:12:06 [2024-06-03T15:12:06.680Z] #109 4.213 After this operation, 143 MB of additional disk space will be used.
15:12:06 [2024-06-03T15:12:06.680Z] #109 4.213 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.221 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.225 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.228 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.230 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.233 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libfdisk1 arm64 2.38.1-5+deb12u1 [182 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.236 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.253 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.256 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.258 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.22-1~deb12u1 [1508 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.266 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.22-1~deb12u1 [2829 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.288 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.288 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.290 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.298 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.299 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.300 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.300 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.301 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.301 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.306 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.307 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.308 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.308 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.311 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.314 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.314 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.315 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.317 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.319 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.321 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.323 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.325 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.327 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.329 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.330 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
15:12:06 [2024-06-03T15:12:06.935Z] #109 4.332 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
15:12:07 [2024-06-03T15:12:07.189Z] #109 4.695 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.695 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.696 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.701 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.701 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.702 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.702 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.704 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.704 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.704 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.706 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.706 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.22-1~deb12u1 [92.2 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.707 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.709 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.712 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
15:12:07 [2024-06-03T15:12:07.444Z] #109 4.963 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
15:12:07 [2024-06-03T15:12:07.699Z] #109 5.024 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
15:12:07 [2024-06-03T15:12:07.699Z] #109 5.030 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
15:12:07 [2024-06-03T15:12:07.699Z] #109 5.032 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
15:12:07 [2024-06-03T15:12:07.699Z] #109 5.316 debconf: delaying package configuration, since apt-utils is not installed
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.359 Fetched 31.8 MB in 1s (29.3 MB/s)
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.387 Selecting previously unselected package libargon2-1:arm64.
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.387 (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.)
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.396 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.406 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.445 Selecting previously unselected package dmsetup.
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.447 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.452 Unpacking dmsetup (2:1.02.185-2) ...
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.496 Selecting previously unselected package libdevmapper1.02.1:arm64.
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.498 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.502 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
15:12:07 [2024-06-03T15:12:07.954Z] #109 5.556 Selecting previously unselected package libjson-c5:arm64.
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.557 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.567 Unpacking libjson-c5:arm64 (0.16-2) ...
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.633 Selecting previously unselected package libcryptsetup12:arm64.
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.635 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ...
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.638 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.694 Selecting previously unselected package libfdisk1:arm64.
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.696 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u1_arm64.deb ...
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.701 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u1) ...
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.749 Selecting previously unselected package libkmod2:arm64.
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.751 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.755 Unpacking libkmod2:arm64 (30+20221128-1) ...
15:12:08 [2024-06-03T15:12:08.208Z] #109 5.799 Selecting previously unselected package libapparmor1:arm64.
15:12:08 [2024-06-03T15:12:08.463Z] #109 5.801 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
15:12:08 [2024-06-03T15:12:08.463Z] #109 5.806 Unpacking libapparmor1:arm64 (3.0.8-3) ...
15:12:08 [2024-06-03T15:12:08.463Z] #109 5.848 Selecting previously unselected package libip4tc2:arm64.
15:12:08 [2024-06-03T15:12:08.463Z] #109 5.850 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
15:12:08 [2024-06-03T15:12:08.463Z] #109 5.856 Unpacking libip4tc2:arm64 (1.8.9-2) ...
15:12:08 [2024-06-03T15:12:08.463Z] #109 5.890 Selecting previously unselected package libsystemd-shared:arm64.
15:12:08 [2024-06-03T15:12:08.463Z] #109 5.892 Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_arm64.deb ...
15:12:08 [2024-06-03T15:12:08.463Z] #109 5.896 Unpacking libsystemd-shared:arm64 (252.22-1~deb12u1) ...
15:12:08 [2024-06-03T15:12:08.463Z] #109 6.053 Selecting previously unselected package systemd.
15:12:08 [2024-06-03T15:12:08.717Z] #109 6.055 Preparing to unpack .../10-systemd_252.22-1~deb12u1_arm64.deb ...
15:12:08 [2024-06-03T15:12:08.717Z] #109 6.071 Unpacking systemd (252.22-1~deb12u1) ...
15:12:08 [2024-06-03T15:12:08.717Z] #109 6.333 Selecting previously unselected package pigz.
15:12:08 [2024-06-03T15:12:08.972Z] #109 6.335 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
15:12:08 [2024-06-03T15:12:08.972Z] #109 6.339 Unpacking pigz (2.6-1) ...
15:12:08 [2024-06-03T15:12:08.972Z] #109 6.381 Selecting previously unselected package sgml-base.
15:12:08 [2024-06-03T15:12:08.972Z] #109 6.383 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
15:12:08 [2024-06-03T15:12:08.972Z] #109 6.391 Unpacking sgml-base (1.31) ...
15:12:08 [2024-06-03T15:12:08.972Z] #109 6.453 Selecting previously unselected package sudo.
15:12:08 [2024-06-03T15:12:08.972Z] #109 6.455 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
15:12:08 [2024-06-03T15:12:08.972Z] #109 6.461 Unpacking sudo (1.9.13p3-1+deb12u1) ...
15:12:08 [2024-06-03T15:12:08.972Z] #109 6.594 Selecting previously unselected package libelf1:arm64.
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.596 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.602 Unpacking libelf1:arm64 (0.188-2.1) ...
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.650 Selecting previously unselected package libbpf1:arm64.
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.652 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.656 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.705 Selecting previously unselected package libmnl0:arm64.
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.707 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.711 Unpacking libmnl0:arm64 (1.0.4-3) ...
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.754 Selecting previously unselected package libxtables12:arm64.
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.756 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.759 Unpacking libxtables12:arm64 (1.8.9-2) ...
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.796 Selecting previously unselected package libcap2-bin.
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.798 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.802 Unpacking libcap2-bin (1:2.66-4) ...
15:12:09 [2024-06-03T15:12:09.227Z] #109 6.850 Selecting previously unselected package iproute2.
15:12:09 [2024-06-03T15:12:09.481Z] #109 6.852 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.481Z] #109 6.856 Unpacking iproute2 (6.1.0-3) ...
15:12:09 [2024-06-03T15:12:09.481Z] #109 6.979 Selecting previously unselected package vim-common.
15:12:09 [2024-06-03T15:12:09.736Z] #109 6.981 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
15:12:09 [2024-06-03T15:12:09.736Z] #109 6.986 Unpacking vim-common (2:9.0.1378-2) ...
15:12:09 [2024-06-03T15:12:09.736Z] #109 7.044 Selecting previously unselected package bash-completion.
15:12:09 [2024-06-03T15:12:09.736Z] #109 7.047 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
15:12:09 [2024-06-03T15:12:09.736Z] #109 7.058 Unpacking bash-completion (1:2.11-6) ...
15:12:09 [2024-06-03T15:12:09.736Z] #109 7.179 Selecting previously unselected package bzip2.
15:12:09 [2024-06-03T15:12:09.736Z] #109 7.181 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.736Z] #109 7.185 Unpacking bzip2 (1.0.8-5+b1) ...
15:12:09 [2024-06-03T15:12:09.736Z] #109 7.227 Selecting previously unselected package xz-utils.
15:12:09 [2024-06-03T15:12:09.736Z] #109 7.229 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.736Z] #109 7.233 Unpacking xz-utils (5.4.1-0.2) ...
15:12:09 [2024-06-03T15:12:09.736Z] #109 7.333 Selecting previously unselected package apparmor.
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.335 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.352 Unpacking apparmor (3.0.8-3) ...
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.440 Selecting previously unselected package inetutils-ping.
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.443 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.449 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.493 Selecting previously unselected package libip6tc2:arm64.
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.495 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.502 Unpacking libip6tc2:arm64 (1.8.9-2) ...
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.538 Selecting previously unselected package libnfnetlink0:arm64.
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.540 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
15:12:09 [2024-06-03T15:12:09.991Z] #109 7.547 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.586 Selecting previously unselected package libnetfilter-conntrack3:arm64.
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.589 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.592 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.634 Selecting previously unselected package libnftnl11:arm64.
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.636 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.640 Unpacking libnftnl11:arm64 (1.2.4-2) ...
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.678 Selecting previously unselected package iptables.
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.680 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.684 Unpacking iptables (1.8.9-2) ...
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.774 Selecting previously unselected package libonig5:arm64.
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.777 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
15:12:10 [2024-06-03T15:12:10.246Z] #109 7.781 Unpacking libonig5:arm64 (6.9.8-1) ...
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.830 Selecting previously unselected package libjq1:arm64.
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.832 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.837 Unpacking libjq1:arm64 (1.6-2.1) ...
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.881 Selecting previously unselected package jq.
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.883 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.888 Unpacking jq (1.6-2.1) ...
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.927 Selecting previously unselected package libaio1:arm64.
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.929 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.932 Unpacking libaio1:arm64 (0.3.113-4) ...
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.973 Selecting previously unselected package libgpm2:arm64.
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.976 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
15:12:10 [2024-06-03T15:12:10.501Z] #109 7.979 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
15:12:10 [2024-06-03T15:12:10.501Z] #109 8.012 Selecting previously unselected package libicu72:arm64.
15:12:10 [2024-06-03T15:12:10.756Z] #109 8.014 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
15:12:10 [2024-06-03T15:12:10.756Z] #109 8.020 Unpacking libicu72:arm64 (72.1-3) ...
15:12:11 [2024-06-03T15:12:11.011Z] #109 8.577 Selecting previously unselected package libinih1:arm64.
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.579 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.582 Unpacking libinih1:arm64 (55-1) ...
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.628 Selecting previously unselected package libmicrohttpd12:arm64.
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.630 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.634 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.683 Selecting previously unselected package libnet1:arm64.
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.685 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.689 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.744 Selecting previously unselected package libnl-3-200:arm64.
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.746 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.750 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
15:12:11 [2024-06-03T15:12:11.265Z] #109 8.801 Selecting previously unselected package libprotobuf-c1:arm64.
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.804 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.807 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.851 Selecting previously unselected package libsodium23:arm64.
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.853 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.857 Unpacking libsodium23:arm64 (1.0.18-1) ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.913 Selecting previously unselected package libsubid4:arm64.
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.915 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.920 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.965 Selecting previously unselected package liburcu8:arm64.
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.967 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 8.973 Unpacking liburcu8:arm64 (0.13.2-1) ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 9.027 Selecting previously unselected package libyajl2:arm64.
15:12:11 [2024-06-03T15:12:11.520Z] #109 9.029 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 9.036 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 9.070 Selecting previously unselected package net-tools.
15:12:11 [2024-06-03T15:12:11.520Z] #109 9.072 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 9.076 Unpacking net-tools (2.10-0.1) ...
15:12:11 [2024-06-03T15:12:11.520Z] #109 9.131 Selecting previously unselected package patch.
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.133 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.138 Unpacking patch (2.7.6-7) ...
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.182 Selecting previously unselected package systemd-journal-remote.
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.184 Preparing to unpack .../48-systemd-journal-remote_252.22-1~deb12u1_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.188 Unpacking systemd-journal-remote (252.22-1~deb12u1) ...
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.233 Selecting previously unselected package thin-provisioning-tools.
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.236 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.240 Unpacking thin-provisioning-tools (0.9.0-2) ...
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.306 Selecting previously unselected package uidmap.
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.309 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.314 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
15:12:11 [2024-06-03T15:12:11.774Z] #109 9.370 Selecting previously unselected package vim-runtime.
15:12:12 [2024-06-03T15:12:12.029Z] #109 9.372 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
15:12:12 [2024-06-03T15:12:12.029Z] #109 9.383 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
15:12:12 [2024-06-03T15:12:12.029Z] #109 9.397 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
15:12:12 [2024-06-03T15:12:12.029Z] #109 9.402 Unpacking vim-runtime (2:9.0.1378-2) ...
15:12:12 [2024-06-03T15:12:12.283Z] #109 9.911 Selecting previously unselected package vim.
15:12:12 [2024-06-03T15:12:12.538Z] #109 9.913 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
15:12:12 [2024-06-03T15:12:12.538Z] #109 9.918 Unpacking vim (2:9.0.1378-2) ...
15:12:12 [2024-06-03T15:12:12.538Z] #109 10.06 Selecting previously unselected package xfsprogs.
15:12:12 [2024-06-03T15:12:12.793Z] #109 10.06 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
15:12:12 [2024-06-03T15:12:12.793Z] #109 10.07 Unpacking xfsprogs (6.1.0-1) ...
15:12:12 [2024-06-03T15:12:12.793Z] #109 10.18 Selecting previously unselected package zip.
15:12:12 [2024-06-03T15:12:12.793Z] #109 10.18 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
15:12:12 [2024-06-03T15:12:12.793Z] #109 10.19 Unpacking zip (3.0-13) ...
15:12:12 [2024-06-03T15:12:12.793Z] #109 10.24 Selecting previously unselected package zstd.
15:12:12 [2024-06-03T15:12:12.793Z] #109 10.24 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
15:12:12 [2024-06-03T15:12:12.793Z] #109 10.25 Unpacking zstd (1.5.4+dfsg2-5) ...
15:12:12 [2024-06-03T15:12:12.793Z] #109 10.34 Setting up libip4tc2:arm64 (1.8.9-2) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.35 Setting up net-tools (2.10-0.1) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.37 Setting up libapparmor1:arm64 (3.0.8-3) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.39 Setting up libsodium23:arm64 (1.0.18-1) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.40 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.42 Setting up libicu72:arm64 (72.1-3) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.43 Setting up libip6tc2:arm64 (1.8.9-2) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.45 Setting up libinih1:arm64 (55-1) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.47 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.49 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.51 Setting up bzip2 (1.0.8-5+b1) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.52 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.54 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.55 Setting up libcap2-bin (1:2.66-4) ...
15:12:13 [2024-06-03T15:12:13.047Z] #109 10.57 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
15:12:13 [2024-06-03T15:12:13.302Z] #109 10.59 Setting up apparmor (3.0.8-3) ...
15:12:14 [2024-06-03T15:12:14.224Z] #109 11.55 debconf: unable to initialize frontend: Dialog
15:12:14 [2024-06-03T15:12:14.224Z] #109 11.55 debconf: (TERM is not set, so the dialog frontend is not usable.)
15:12:14 [2024-06-03T15:12:14.224Z] #109 11.55 debconf: falling back to frontend: Readline
15:12:14 [2024-06-03T15:12:14.224Z] #109 11.55 debconf: unable to initialize frontend: Readline
15:12:14 [2024-06-03T15:12:14.224Z] #109 11.55 debconf: (This frontend requires a controlling tty.)
15:12:14 [2024-06-03T15:12:14.224Z] #109 11.55 debconf: falling back to frontend: Teletype
15:12:14 [2024-06-03T15:12:14.224Z] #109 11.72 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.

15:12:14 [2024-06-03T15:12:14.479Z] #109 11.88 Setting up zip (3.0-13) ...
15:12:14 [2024-06-03T15:12:14.479Z] #109 11.89 Setting up vim-common (2:9.0.1378-2) ...
15:12:14 [2024-06-03T15:12:14.479Z] #109 11.93 Setting up bash-completion (1:2.11-6) ...
15:12:14 [2024-06-03T15:12:14.479Z] #109 11.96 Setting up xz-utils (5.4.1-0.2) ...
15:12:14 [2024-06-03T15:12:14.479Z] #109 11.97 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:12:14 [2024-06-03T15:12:14.479Z] #109 11.99 Setting up libmnl0:arm64 (1.0.4-3) ...
15:12:14 [2024-06-03T15:12:14.479Z] #109 12.00 Setting up patch (2.7.6-7) ...
15:12:14 [2024-06-03T15:12:14.479Z] #109 12.02 Setting up sudo (1.9.13p3-1+deb12u1) ...
15:12:14 [2024-06-03T15:12:14.479Z] #109 12.09 invoke-rc.d: could not determine current runlevel
15:12:14 [2024-06-03T15:12:14.479Z] #109 12.09 invoke-rc.d: policy-rc.d denied execution of start.
15:12:14 [2024-06-03T15:12:14.733Z] #109 12.09 Setting up libxtables12:arm64 (1.8.9-2) ...
15:12:14 [2024-06-03T15:12:14.733Z] #109 12.11 Setting up liburcu8:arm64 (0.13.2-1) ...
15:12:14 [2024-06-03T15:12:14.733Z] #109 12.12 Setting up libfdisk1:arm64 (2.38.1-5+deb12u1) ...
15:12:14 [2024-06-03T15:12:14.733Z] #109 12.13 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
15:12:14 [2024-06-03T15:12:14.733Z] #109 12.15 Setting up pigz (2.6-1) ...
15:12:14 [2024-06-03T15:12:14.733Z] #109 12.17 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
15:12:14 [2024-06-03T15:12:14.733Z] #109 12.19 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
15:12:14 [2024-06-03T15:12:14.733Z] #109 12.23 Setting up sgml-base (1.31) ...
15:12:14 [2024-06-03T15:12:14.733Z] #109 12.27 Setting up vim-runtime (2:9.0.1378-2) ...
15:12:14 [2024-06-03T15:12:14.733Z] #109 12.35 Setting up libaio1:arm64 (0.3.113-4) ...
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.37 Setting up libelf1:arm64 (0.188-2.1) ...
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.39 Setting up libjson-c5:arm64 (0.16-2) ...
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.41 Setting up zstd (1.5.4+dfsg2-5) ...
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.43 Setting up libonig5:arm64 (6.9.8-1) ...
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.45 Setting up libbpf1:arm64 (1:1.1.0-1) ...
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.47 Setting up libkmod2:arm64 (30+20221128-1) ...
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.50 Setting up vim (2:9.0.1378-2) ...
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
15:12:14 [2024-06-03T15:12:14.988Z] #109 12.57 Setting up libjq1:arm64 (1.6-2.1) ...
15:12:15 [2024-06-03T15:12:15.243Z] #109 12.59 Setting up iproute2 (6.1.0-3) ...
15:12:15 [2024-06-03T15:12:15.243Z] #109 12.74 debconf: unable to initialize frontend: Dialog
15:12:15 [2024-06-03T15:12:15.243Z] #109 12.74 debconf: (TERM is not set, so the dialog frontend is not usable.)
15:12:15 [2024-06-03T15:12:15.243Z] #109 12.74 debconf: falling back to frontend: Readline
15:12:15 [2024-06-03T15:12:15.520Z] #109 12.74 debconf: unable to initialize frontend: Readline
15:12:15 [2024-06-03T15:12:15.520Z] #109 12.74 debconf: (This frontend requires a controlling tty.)
15:12:15 [2024-06-03T15:12:15.520Z] #109 12.74 debconf: falling back to frontend: Teletype
15:12:15 [2024-06-03T15:12:15.520Z] #109 12.93 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
15:12:15 [2024-06-03T15:12:15.520Z] #109 12.94 Setting up libnftnl11:arm64 (1.2.4-2) ...
15:12:15 [2024-06-03T15:12:15.520Z] #109 12.96 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
15:12:15 [2024-06-03T15:12:15.520Z] #109 12.98 Setting up thin-provisioning-tools (0.9.0-2) ...
15:12:15 [2024-06-03T15:12:15.520Z] #109 12.99 Setting up libsystemd-shared:arm64 (252.22-1~deb12u1) ...
15:12:15 [2024-06-03T15:12:15.520Z] #109 13.01 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
15:12:15 [2024-06-03T15:12:15.520Z] #109 13.03 Setting up jq (1.6-2.1) ...
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.05 Setting up iptables (1.8.9-2) ...
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.08 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.15 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.16 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.16 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.17 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.19 Setting up dmsetup (2:1.02.185-2) ...
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.21 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.23 Setting up systemd (252.22-1~deb12u1) ...
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.29 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.

15:12:15 [2024-06-03T15:12:15.778Z] #109 13.29 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.

15:12:15 [2024-06-03T15:12:15.778Z] #109 13.30 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.

15:12:15 [2024-06-03T15:12:15.778Z] #109 13.30 Initializing machine ID from random generator.

15:12:15 [2024-06-03T15:12:15.778Z] #109 13.33 Creating group 'systemd-journal' with GID 998.

15:12:15 [2024-06-03T15:12:15.778Z] #109 13.33 Creating group 'systemd-network' with GID 997.

15:12:15 [2024-06-03T15:12:15.778Z] #109 13.33 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.

15:12:15 [2024-06-03T15:12:15.778Z] #109 13.38 Setting up systemd-journal-remote (252.22-1~deb12u1) ...
15:12:15 [2024-06-03T15:12:15.778Z] #109 13.40 Creating group 'systemd-journal-remote' with GID 996.

15:12:15 [2024-06-03T15:12:15.778Z] #109 13.40 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.

15:12:16 [2024-06-03T15:12:16.032Z] #109 13.44 Setting up xfsprogs (6.1.0-1) ...
15:12:16 [2024-06-03T15:12:16.032Z] #109 13.45 System has not been booted with systemd as init system (PID 1). Can't operate.

15:12:16 [2024-06-03T15:12:16.032Z] #109 13.45 Failed to connect to bus: Host is down

15:12:16 [2024-06-03T15:12:16.032Z] #109 13.46 Processing triggers for libc-bin (2.36-9+deb12u7) ...
15:12:18 [2024-06-03T15:12:18.539Z] #109 DONE 16.0s
15:12:18 [2024-06-03T15:12:18.793Z] 
15:12:18 [2024-06-03T15:12:18.793Z] #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
15:12:18 [2024-06-03T15:12:18.793Z] #110 0.206 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
15:12:19 [2024-06-03T15:12:19.047Z] #110 0.209 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
15:12:19 [2024-06-03T15:12:19.047Z] #110 0.213 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
15:12:19 [2024-06-03T15:12:19.047Z] #110 DONE 0.2s
15:12:19 [2024-06-03T15:12:19.047Z] 
15:12:19 [2024-06-03T15:12:19.047Z] #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
15:12:19 [2024-06-03T15:12:19.301Z] #111 0.563 Hit:1 http://deb.debian.org/debian bookworm InRelease
15:12:19 [2024-06-03T15:12:19.301Z] #111 0.563 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
15:12:19 [2024-06-03T15:12:19.301Z] #111 0.563 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
15:12:20 [2024-06-03T15:12:20.114Z] #111 0.753 Reading package lists...
15:12:20 [2024-06-03T15:12:20.926Z] #111 1.414 Reading package lists...
15:12:20 [2024-06-03T15:12:20.926Z] #111 2.047 Building dependency tree...
15:12:21 [2024-06-03T15:12:21.180Z] #111 2.239 Reading state information...
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.547 gcc is already the newest version (4:12.2.0-3).
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.547 pkg-config is already the newest version (1.8.1-1).
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.547 The following additional packages will be installed:
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.548   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.548   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.548   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.549   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.549   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.550   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.550   python3-yaml uuid-dev zlib1g-dev
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.553 Suggested packages:
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.553   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.553   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.553 Recommended packages:
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.553   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
15:12:21 [2024-06-03T15:12:21.434Z] #111 2.553   liblocale-gettext-perl shared-mime-info xdg-user-dirs
15:12:21 [2024-06-03T15:12:21.688Z] #111 2.806 The following NEW packages will be installed:
15:12:21 [2024-06-03T15:12:21.688Z] #111 2.806   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
15:12:21 [2024-06-03T15:12:21.688Z] #111 2.807   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
15:12:21 [2024-06-03T15:12:21.688Z] #111 2.807   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
15:12:21 [2024-06-03T15:12:21.688Z] #111 2.807   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
15:12:21 [2024-06-03T15:12:21.688Z] #111 2.807   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
15:12:21 [2024-06-03T15:12:21.688Z] #111 2.807   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
15:12:21 [2024-06-03T15:12:21.688Z] #111 2.808   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
15:12:21 [2024-06-03T15:12:21.688Z] #111 2.808   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.088 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.088 Need to get 11.9 MB of archives.
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.088 After this operation, 53.2 MB of additional disk space will be used.
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.088 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.098 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.105 Get:3 http://deb.debian.org/debian-security bookworm-security/main arm64 libglib2.0-0 arm64 2.74.6-2+deb12u2 [1312 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.110 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.110 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.111 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.112 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.113 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.114 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.116 Get:10 http://deb.debian.org/debian-security bookworm-security/main arm64 uuid-dev arm64 2.38.1-5+deb12u1 [40.3 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.117 Get:11 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.119 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.122 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.124 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.128 Get:15 http://deb.debian.org/debian-security bookworm-security/main arm64 libglib2.0-data all 2.74.6-2+deb12u2 [1209 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.133 Get:16 http://deb.debian.org/debian-security bookworm-security/main arm64 libglib2.0-bin arm64 2.74.6-2+deb12u2 [106 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.133 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.136 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.137 Get:19 http://deb.debian.org/debian-security bookworm-security/main arm64 libglib2.0-dev-bin arm64 2.74.6-2+deb12u2 [150 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.138 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.141 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.142 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.143 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.143 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.147 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
15:12:21 [2024-06-03T15:12:21.943Z] #111 3.195 Get:26 http://deb.debian.org/debian-security bookworm-security/main arm64 libmount-dev arm64 2.38.1-5+deb12u1 [22.3 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.196 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.200 Get:28 http://deb.debian.org/debian-security bookworm-security/main arm64 libglib2.0-dev arm64 2.74.6-2+deb12u2 [1616 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.205 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.208 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.209 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.210 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.211 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.211 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.211 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.213 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.213 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.382 debconf: delaying package configuration, since apt-utils is not installed
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.430 Fetched 11.9 MB in 0s (30.3 MB/s)
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.458 Selecting previously unselected package libdpkg-perl.
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.458 (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.)
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.471 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.477 Unpacking libdpkg-perl (1.21.22) ...
15:12:22 [2024-06-03T15:12:22.197Z] #111 3.548 Selecting previously unselected package dpkg-dev.
15:12:22 [2024-06-03T15:12:22.452Z] #111 3.551 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
15:12:22 [2024-06-03T15:12:22.452Z] #111 3.556 Unpacking dpkg-dev (1.21.22) ...
15:12:22 [2024-06-03T15:12:22.452Z] #111 3.688 Selecting previously unselected package libglib2.0-0:arm64.
15:12:22 [2024-06-03T15:12:22.706Z] #111 3.691 Preparing to unpack .../02-libglib2.0-0_2.74.6-2+deb12u2_arm64.deb ...
15:12:22 [2024-06-03T15:12:22.706Z] #111 3.809 Unpacking libglib2.0-0:arm64 (2.74.6-2+deb12u2) ...
15:12:22 [2024-06-03T15:12:22.706Z] #111 3.938 Selecting previously unselected package libgirepository-1.0-1:arm64.
15:12:22 [2024-06-03T15:12:22.706Z] #111 3.940 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
15:12:22 [2024-06-03T15:12:22.706Z] #111 3.944 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
15:12:22 [2024-06-03T15:12:22.706Z] #111 3.988 Selecting previously unselected package gir1.2-glib-2.0:arm64.
15:12:22 [2024-06-03T15:12:22.706Z] #111 3.990 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
15:12:22 [2024-06-03T15:12:22.706Z] #111 3.996 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
15:12:22 [2024-06-03T15:12:22.706Z] #111 4.039 Selecting previously unselected package libsecret-common.
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.041 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.046 Unpacking libsecret-common (0.20.5-3) ...
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.105 Selecting previously unselected package libsecret-1-0:arm64.
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.107 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.111 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.150 Selecting previously unselected package gir1.2-secret-1:arm64.
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.152 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.157 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.193 Selecting previously unselected package libapparmor-dev:arm64.
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.195 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.202 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.245 Selecting previously unselected package uuid-dev:arm64.
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.248 Preparing to unpack .../09-uuid-dev_2.38.1-5+deb12u1_arm64.deb ...
15:12:22 [2024-06-03T15:12:22.960Z] #111 4.252 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ...
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.290 Selecting previously unselected package libblkid-dev:arm64.
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.292 Preparing to unpack .../10-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.298 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.347 Selecting previously unselected package libffi-dev:arm64.
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.350 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.357 Unpacking libffi-dev:arm64 (3.4.4-1) ...
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.398 Selecting previously unselected package libgpg-error-dev.
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.401 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.407 Unpacking libgpg-error-dev (1.46-1) ...
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.447 Selecting previously unselected package libgcrypt20-dev.
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.450 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.214Z] #111 4.457 Unpacking libgcrypt20-dev (1.10.1-3) ...
15:12:23 [2024-06-03T15:12:23.469Z] #111 4.531 Selecting previously unselected package libglib2.0-data.
15:12:23 [2024-06-03T15:12:23.469Z] #111 4.534 Preparing to unpack .../14-libglib2.0-data_2.74.6-2+deb12u2_all.deb ...
15:12:23 [2024-06-03T15:12:23.469Z] #111 4.537 Unpacking libglib2.0-data (2.74.6-2+deb12u2) ...
15:12:23 [2024-06-03T15:12:23.469Z] #111 4.678 Selecting previously unselected package libglib2.0-bin.
15:12:23 [2024-06-03T15:12:23.469Z] #111 4.681 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2+deb12u2_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.469Z] #111 4.686 Unpacking libglib2.0-bin (2.74.6-2+deb12u2) ...
15:12:23 [2024-06-03T15:12:23.469Z] #111 4.727 Selecting previously unselected package python3-lib2to3.
15:12:23 [2024-06-03T15:12:23.469Z] #111 4.730 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
15:12:23 [2024-06-03T15:12:23.469Z] #111 4.733 Unpacking python3-lib2to3 (3.11.2-3) ...
15:12:23 [2024-06-03T15:12:23.469Z] #111 4.782 Selecting previously unselected package python3-distutils.
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.784 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.789 Unpacking python3-distutils (3.11.2-3) ...
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.837 Selecting previously unselected package libglib2.0-dev-bin.
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.840 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2+deb12u2_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.844 Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u2) ...
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.887 Selecting previously unselected package libsepol-dev:arm64.
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.890 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.893 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.957 Selecting previously unselected package libpcre2-16-0:arm64.
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.960 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.723Z] #111 4.963 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
15:12:23 [2024-06-03T15:12:23.723Z] #111 5.019 Selecting previously unselected package libpcre2-32-0:arm64.
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.022 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.026 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.090 Selecting previously unselected package libpcre2-posix3:arm64.
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.092 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.100 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.146 Selecting previously unselected package libpcre2-dev:arm64.
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.148 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.152 Unpacking libpcre2-dev:arm64 (10.42-1) ...
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.235 Selecting previously unselected package libselinux1-dev:arm64.
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.237 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.241 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
15:12:23 [2024-06-03T15:12:23.977Z] #111 5.306 Selecting previously unselected package libmount-dev:arm64.
15:12:24 [2024-06-03T15:12:24.232Z] #111 5.308 Preparing to unpack .../25-libmount-dev_2.38.1-5+deb12u1_arm64.deb ...
15:12:24 [2024-06-03T15:12:24.232Z] #111 5.313 Unpacking libmount-dev:arm64 (2.38.1-5+deb12u1) ...
15:12:24 [2024-06-03T15:12:24.232Z] #111 5.348 Selecting previously unselected package zlib1g-dev:arm64.
15:12:24 [2024-06-03T15:12:24.232Z] #111 5.350 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
15:12:24 [2024-06-03T15:12:24.232Z] #111 5.359 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
15:12:24 [2024-06-03T15:12:24.232Z] #111 5.413 Selecting previously unselected package libglib2.0-dev:arm64.
15:12:24 [2024-06-03T15:12:24.232Z] #111 5.416 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2+deb12u2_arm64.deb ...
15:12:24 [2024-06-03T15:12:24.232Z] #111 5.421 Unpacking libglib2.0-dev:arm64 (2.74.6-2+deb12u2) ...
15:12:24 [2024-06-03T15:12:24.486Z] #111 5.593 Selecting previously unselected package libseccomp-dev:arm64.
15:12:24 [2024-06-03T15:12:24.486Z] #111 5.595 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
15:12:24 [2024-06-03T15:12:24.486Z] #111 5.601 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
15:12:24 [2024-06-03T15:12:24.486Z] #111 5.650 Selecting previously unselected package libsecret-1-dev:arm64.
15:12:24 [2024-06-03T15:12:24.486Z] #111 5.653 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
15:12:24 [2024-06-03T15:12:24.486Z] #111 5.658 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
15:12:24 [2024-06-03T15:12:24.486Z] #111 5.742 Selecting previously unselected package libsystemd-dev:arm64.
15:12:24 [2024-06-03T15:12:24.740Z] #111 5.745 Preparing to unpack .../30-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
15:12:24 [2024-06-03T15:12:24.740Z] #111 5.750 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
15:12:24 [2024-06-03T15:12:24.740Z] #111 5.863 Selecting previously unselected package libudev-dev:arm64.
15:12:24 [2024-06-03T15:12:24.740Z] #111 5.866 Preparing to unpack .../31-libudev-dev_252.22-1~deb12u1_arm64.deb ...
15:12:24 [2024-06-03T15:12:24.740Z] #111 5.871 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
15:12:24 [2024-06-03T15:12:24.740Z] #111 5.928 Selecting previously unselected package libyaml-0-2:arm64.
15:12:24 [2024-06-03T15:12:24.740Z] #111 5.931 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
15:12:24 [2024-06-03T15:12:24.740Z] #111 5.936 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
15:12:24 [2024-06-03T15:12:24.740Z] #111 5.984 Selecting previously unselected package python3-pathspec.
15:12:24 [2024-06-03T15:12:24.994Z] #111 5.986 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
15:12:24 [2024-06-03T15:12:24.994Z] #111 5.990 Unpacking python3-pathspec (0.11.0-1) ...
15:12:24 [2024-06-03T15:12:24.994Z] #111 6.034 Selecting previously unselected package python3-pkg-resources.
15:12:24 [2024-06-03T15:12:24.994Z] #111 6.037 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
15:12:24 [2024-06-03T15:12:24.994Z] #111 6.042 Unpacking python3-pkg-resources (66.1.1-1) ...
15:12:24 [2024-06-03T15:12:24.994Z] #111 6.104 Selecting previously unselected package python3-yaml.
15:12:24 [2024-06-03T15:12:24.994Z] #111 6.107 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
15:12:24 [2024-06-03T15:12:24.994Z] #111 6.114 Unpacking python3-yaml (6.0-3+b2) ...
15:12:24 [2024-06-03T15:12:24.994Z] #111 6.163 Selecting previously unselected package yamllint.
15:12:24 [2024-06-03T15:12:24.994Z] #111 6.166 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
15:12:24 [2024-06-03T15:12:24.994Z] #111 6.173 Unpacking yamllint (1.29.0-1) ...
15:12:24 [2024-06-03T15:12:24.994Z] #111 6.330 Setting up python3-pkg-resources (66.1.1-1) ...
15:12:25 [2024-06-03T15:12:25.249Z] #111 6.599 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
15:12:25 [2024-06-03T15:12:25.508Z] #111 6.616 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
15:12:25 [2024-06-03T15:12:25.508Z] #111 6.632 Setting up libglib2.0-0:arm64 (2.74.6-2+deb12u2) ...
15:12:25 [2024-06-03T15:12:25.508Z] #111 6.650 No schema files found: doing nothing.
15:12:25 [2024-06-03T15:12:25.508Z] #111 6.656 Setting up python3-yaml (6.0-3+b2) ...
15:12:25 [2024-06-03T15:12:25.508Z] #111 6.821 Setting up libffi-dev:arm64 (3.4.4-1) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.843 Setting up libpcre2-16-0:arm64 (10.42-1) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.869 Setting up libpcre2-32-0:arm64 (10.42-1) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.883 Setting up libglib2.0-data (2.74.6-2+deb12u2) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.895 Setting up libgpg-error-dev (1.46-1) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.911 Setting up uuid-dev:arm64 (2.38.1-5+deb12u1) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.923 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.940 Setting up libsepol-dev:arm64 (3.4-2.1) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.950 Setting up libdpkg-perl (1.21.22) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.967 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.984 Setting up libpcre2-posix3:arm64 (10.42-1) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 6.997 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 7.011 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
15:12:25 [2024-06-03T15:12:25.762Z] #111 7.032 Setting up python3-pathspec (0.11.0-1) ...
15:12:26 [2024-06-03T15:12:26.017Z] #111 7.168 Setting up python3-lib2to3 (3.11.2-3) ...
15:12:26 [2024-06-03T15:12:26.017Z] #111 7.282 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
15:12:26 [2024-06-03T15:12:26.271Z] #111 7.298 Setting up libsecret-common (0.20.5-3) ...
15:12:26 [2024-06-03T15:12:26.271Z] #111 7.316 Setting up python3-distutils (3.11.2-3) ...
15:12:26 [2024-06-03T15:12:26.271Z] #111 7.445 Setting up libglib2.0-dev-bin (2.74.6-2+deb12u2) ...
15:12:26 [2024-06-03T15:12:26.271Z] #111 7.601 Setting up libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
15:12:26 [2024-06-03T15:12:26.525Z] #111 7.615 Setting up libpcre2-dev:arm64 (10.42-1) ...
15:12:26 [2024-06-03T15:12:26.525Z] #111 7.634 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
15:12:26 [2024-06-03T15:12:26.525Z] #111 7.646 Setting up libglib2.0-bin (2.74.6-2+deb12u2) ...
15:12:26 [2024-06-03T15:12:26.525Z] #111 7.660 Setting up dpkg-dev (1.21.22) ...
15:12:26 [2024-06-03T15:12:26.525Z] #111 7.682 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
15:12:26 [2024-06-03T15:12:26.525Z] #111 7.697 Setting up yamllint (1.29.0-1) ...
15:12:26 [2024-06-03T15:12:26.525Z] #111 7.847 Setting up libgcrypt20-dev (1.10.1-3) ...
15:12:26 [2024-06-03T15:12:26.779Z] #111 7.859 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
15:12:26 [2024-06-03T15:12:26.779Z] #111 7.876 Setting up libmount-dev:arm64 (2.38.1-5+deb12u1) ...
15:12:26 [2024-06-03T15:12:26.779Z] #111 7.891 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
15:12:26 [2024-06-03T15:12:26.779Z] #111 7.905 Setting up libglib2.0-dev:arm64 (2.74.6-2+deb12u2) ...
15:12:26 [2024-06-03T15:12:26.779Z] #111 7.918 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
15:12:26 [2024-06-03T15:12:26.779Z] #111 7.931 Processing triggers for libc-bin (2.36-9+deb12u7) ...
15:12:27 [2024-06-03T15:12:27.702Z] #111 DONE 8.9s
15:12:27 [2024-06-03T15:12:27.957Z] 
15:12:27 [2024-06-03T15:12:27.957Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
15:12:28 [2024-06-03T15:12:28.211Z] #112 DONE 0.5s
15:12:28 [2024-06-03T15:12:28.465Z] 
15:12:28 [2024-06-03T15:12:28.465Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
15:12:28 [2024-06-03T15:12:28.465Z] #113 DONE 0.1s
15:12:28 [2024-06-03T15:12:28.465Z] 
15:12:28 [2024-06-03T15:12:28.465Z] #114 [dev 1/1] COPY --link . .
15:12:30 [2024-06-03T15:12:30.345Z] #114 DONE 2.1s
15:12:30 [2024-06-03T15:12:30.599Z] 
15:12:30 [2024-06-03T15:12:30.599Z] #115 exporting to image
15:12:30 [2024-06-03T15:12:30.599Z] #115 exporting layers
15:12:31 [2024-06-03T15:12:31.521Z] #115 exporting layers 1.1s done
15:12:31 [2024-06-03T15:12:31.521Z] #115 writing image sha256:e52d028dab5ff1a861eaf68a39cdf36ed61ab00b0aaa13533a64d9362914bfbf done
15:12:31 [2024-06-03T15:12:31.521Z] #115 naming to docker.io/library/docker:f26fd4a73a6999facafb787d660b43c8241d9e0b done
15:12:31 [2024-06-03T15:12:31.521Z] #115 DONE 1.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
15:12:31 [2024-06-03T15:12:31.849Z] + sudo modprobe ip6table_filter
[Pipeline] sh
15:12:32 [2024-06-03T15:12:32.159Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_25.0/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr83 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f26fd4a73a6999facafb787d660b43c8241d9e0b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:f26fd4a73a6999facafb787d660b43c8241d9e0b hack/test/unit
15:12:32 [2024-06-03T15:12:32.414Z] + BUILDFLAGS=(-tags 'netgo journald')
15:12:32 [2024-06-03T15:12:32.414Z] + TESTFLAGS+=' -test.timeout=5m'
15:12:32 [2024-06-03T15:12:32.414Z] + TESTDIRS=./...
15:12:32 [2024-06-03T15:12:32.414Z] + exclude_paths='/vendor/|/integration'
15:12:32 [2024-06-03T15:12:32.414Z] ++ go list ./...
15:12:32 [2024-06-03T15:12:32.414Z] ++ grep -vE '(/vendor/|/integration)'
15:12:32 [2024-06-03T15:12:32.974Z] + pkg_list='github.com/docker/docker/api
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/backend/build
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/httpstatus
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/httputils
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/middleware
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/build
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/checkpoint
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/container
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/debug
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/distribution
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/grpc
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/image
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/network
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/plugin
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/session
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/swarm
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/system
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/server/router/volume
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/backend
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/blkiodev
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/checkpoint
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/container
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/events
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/filters
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/image
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/mount
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/network
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/plugins/logdriver
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/registry
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/strslice
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/swarm
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/swarm/runtime
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/system
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/time
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/versions
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/versions/v1p19
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/versions/v1p20
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/api/types/volume
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/builder-next
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/builder-next/exporter
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/builder-next/exporter/overrides
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/builder-next/worker
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/builder-next/worker/label
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/dockerfile
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/remotecontext
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/remotecontext/git
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/builder/remotecontext/urlutil
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/cli/debug
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/cli/winresources/docker-proxy
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/cli/winresources/dockerd
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/client
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/client/buildkit
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/cmd/docker-proxy
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/cmd/dockerd
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/cmd/dockerd/trap
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/container
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/container/stream
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/contrib/apparmor
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/contrib/httpserver
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/cluster
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/cluster/convert
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/cluster/executor
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/cluster/executor/container
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/cluster/provider
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/config
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/containerd
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/events
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/events/testutils
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/graphdriver
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/graphdriver/copy
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/graphdriver/register
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/graphdriver/vfs
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/graphdriver/zfs
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/images
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/initlayer
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/links
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/listeners
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/awslogs
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/fluentd
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/gcplogs
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/gelf
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/journald
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/local
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/loggertest
15:12:32 [2024-06-03T15:12:32.974Z] github.com/docker/docker/daemon/logger/loggerutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/splunk
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/syslog
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/templates
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/names
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/network
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/snapshotter
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/stats
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/distribution
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/distribution/metadata
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/distribution/utils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/distribution/xfer
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/dockerversion
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/errdefs
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image/cache
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image/spec/specs-go
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image/spec/specs-go/v1
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image/tarexport
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image/v1
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/compatcontext
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/mod
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/mounttree
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/multierror
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/rootless/mountopts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/sliceutil
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/test/suite
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/testutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/testutils/netnsutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/testutils/specialimage
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/unshare
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/layer
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd/queue
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd/remote
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd/shimopts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd/supervisor
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd/types
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/bitmap
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cluster
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/config
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/datastore
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/diagnostic
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/discoverapi
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/driverapi
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/bridge
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/host
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/null
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/overlay
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/remote
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/windows
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drvregistry
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/etchosts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/internal/caller
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/internal/kvstore
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/internal/netiputil
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipam
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipamapi
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipams/builtin
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipams/null
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipams/remote
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipamutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipbits
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/iptables
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/netlabel
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/netutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/networkdb
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ns
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/options
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/osl
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/osl/kernel
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/portallocator
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/portmapper
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/resolvconf
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/scope
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/types
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/oci
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/oci/caps
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/opts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/archive
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/authorization
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/broadcaster
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/capabilities
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/chrootarchive
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/containerfs
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/directory
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/dmesg
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/fileutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/homedir
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/idtools
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/ioutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/jsonmessage
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/longpath
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/loopback
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/meminfo
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/namesgenerator
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/parsers
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/parsers/kernel
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/pidfile
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/platform
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugingetter
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugins
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugins/transport
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/pools
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/process
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/progress
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/reexec
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/rootless
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/rootless/specconv
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/stack
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/stdcopy
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/streamformatter
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/stringid
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/sysinfo
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/system
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/tailfile
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/tarsum
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/useragent
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/plugin
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/plugin/executor/containerd
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/plugin/v2
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/profiles/apparmor
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/profiles/seccomp
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/quota
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/reference
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/registry
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/registry/resumable
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/restartmanager
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/runconfig
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/runconfig/opts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/daemon
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/environment
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fakecontext
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fakegit
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fakestorage
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fixtures/load
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fixtures/plugin
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/registry
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/request
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/drivers
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/local
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/mounts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/service
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/service/opts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/testutils'
15:12:32 [2024-06-03T15:12:32.975Z] ++ grep --fixed-strings -v /libnetwork
15:12:32 [2024-06-03T15:12:32.975Z] ++ echo 'github.com/docker/docker/api
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/backend/build
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/httpstatus
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/httputils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/middleware
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/build
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/checkpoint
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/container
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/debug
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/distribution
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/grpc
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/image
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/network
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/plugin
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/session
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/swarm
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/system
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/volume
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/backend
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/blkiodev
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/checkpoint
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/container
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/events
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/filters
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/image
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/mount
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/network
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/plugins/logdriver
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/registry
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/strslice
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/swarm
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/swarm/runtime
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/system
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/time
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/versions
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/versions/v1p19
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/versions/v1p20
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/types/volume
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/builder-next
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/builder-next/exporter
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/builder-next/exporter/overrides
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/builder-next/worker
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/builder-next/worker/label
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/dockerfile
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/remotecontext
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/remotecontext/git
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/builder/remotecontext/urlutil
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/cli/debug
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/cli/winresources/docker-proxy
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/cli/winresources/dockerd
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/client
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/client/buildkit
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/cmd/docker-proxy
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/cmd/dockerd
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/cmd/dockerd/trap
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/container
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/container/stream
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/contrib/apparmor
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/contrib/httpserver
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/cluster
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/cluster/convert
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/cluster/executor
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/cluster/executor/container
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/cluster/provider
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/config
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/containerd
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/events
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/events/testutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/graphdriver
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/graphdriver/copy
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/graphdriver/register
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/graphdriver/vfs
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/graphdriver/zfs
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/images
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/initlayer
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/links
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/listeners
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/awslogs
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/fluentd
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/gcplogs
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/gelf
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/journald
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/local
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/loggertest
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/loggerutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/splunk
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/syslog
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/logger/templates
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/names
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/network
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/snapshotter
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/daemon/stats
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/distribution
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/distribution/metadata
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/distribution/utils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/distribution/xfer
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/dockerversion
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/errdefs
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image/cache
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image/spec/specs-go
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image/spec/specs-go/v1
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image/tarexport
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/image/v1
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/compatcontext
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/mod
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/mounttree
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/multierror
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/rootless/mountopts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/sliceutil
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/test/suite
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/testutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/testutils/netnsutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/testutils/specialimage
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/internal/unshare
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/layer
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd/queue
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd/remote
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd/shimopts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd/supervisor
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libcontainerd/types
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/bitmap
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cluster
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/config
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/datastore
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/diagnostic
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/discoverapi
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/driverapi
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/bridge
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/host
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/null
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/overlay
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/remote
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/windows
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/drvregistry
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/etchosts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/internal/caller
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/internal/kvstore
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/internal/netiputil
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipam
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipamapi
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipams/builtin
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipams/null
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipams/remote
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipamutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ipbits
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/iptables
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/netlabel
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/netutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/networkdb
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/ns
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/options
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/osl
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/osl/kernel
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/portallocator
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/portmapper
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/resolvconf
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/scope
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/libnetwork/types
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/oci
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/oci/caps
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/opts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/archive
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/authorization
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/broadcaster
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/capabilities
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/chrootarchive
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/containerfs
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/directory
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/dmesg
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/fileutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/homedir
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/idtools
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/ioutils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/jsonmessage
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/longpath
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/loopback
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/meminfo
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/namesgenerator
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/parsers
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/parsers/kernel
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/pidfile
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/platform
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugingetter
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugins
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/plugins/transport
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/pools
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/process
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/progress
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/reexec
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/rootless
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/rootless/specconv
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/stack
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/stdcopy
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/streamformatter
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/stringid
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/sysinfo
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/system
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/tailfile
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/tarsum
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/pkg/useragent
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/plugin
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/plugin/executor/containerd
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/plugin/v2
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/profiles/apparmor
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/profiles/seccomp
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/quota
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/reference
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/registry
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/registry/resumable
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/restartmanager
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/runconfig
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/runconfig/opts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/daemon
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/environment
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fakecontext
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fakegit
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fakestorage
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fixtures/load
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fixtures/plugin
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/registry
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/testutil/request
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/drivers
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/local
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/mounts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/service
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/service/opts
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/volume/testutils'
15:12:32 [2024-06-03T15:12:32.975Z] + base_pkg_list='github.com/docker/docker/api
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/backend/build
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/httpstatus
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/httputils
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/middleware
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/build
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/checkpoint
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/container
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/debug
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/distribution
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/grpc
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/image
15:12:32 [2024-06-03T15:12:32.975Z] github.com/docker/docker/api/server/router/network
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/plugin
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/session
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/swarm
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/system
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/volume
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/backend
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/blkiodev
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/checkpoint
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/container
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/events
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/filters
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/image
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/mount
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/network
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/plugins/logdriver
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/registry
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/strslice
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/swarm
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/swarm/runtime
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/system
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/time
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/versions
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/versions/v1p19
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/versions/v1p20
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/volume
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/exporter
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/exporter/overrides
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/worker
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/worker/label
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/dockerfile
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/remotecontext
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/remotecontext/git
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/remotecontext/urlutil
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cli/debug
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cli/winresources/docker-proxy
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cli/winresources/dockerd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/client
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/client/buildkit
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cmd/docker-proxy
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cmd/dockerd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cmd/dockerd/trap
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/container
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/container/stream
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/contrib/apparmor
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/contrib/httpserver
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster/convert
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster/executor
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster/executor/container
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster/provider
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/config
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/containerd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/events
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/events/testutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/copy
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/register
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/vfs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/zfs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/images
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/initlayer
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/links
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/listeners
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/awslogs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/fluentd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/gcplogs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/gelf
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/journald
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/local
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/loggertest
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/loggerutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/splunk
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/syslog
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/templates
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/names
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/network
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/snapshotter
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/stats
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/distribution
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/distribution/metadata
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/distribution/utils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/distribution/xfer
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/dockerversion
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/errdefs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image/cache
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image/spec/specs-go
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image/spec/specs-go/v1
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image/tarexport
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image/v1
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/compatcontext
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/mod
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/mounttree
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/multierror
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/rootless/mountopts
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/sliceutil
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/test/suite
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/testutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/testutils/netnsutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/testutils/specialimage
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/unshare
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/layer
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd/queue
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd/remote
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd/shimopts
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd/supervisor
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd/types
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/oci
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/oci/caps
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/opts
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/archive
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/authorization
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/broadcaster
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/capabilities
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/chrootarchive
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/containerfs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/directory
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/dmesg
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/fileutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/homedir
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/idtools
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/ioutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/jsonmessage
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/longpath
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/loopback
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/meminfo
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/namesgenerator
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/parsers
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/parsers/kernel
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/pidfile
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/platform
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/plugingetter
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/plugins
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/plugins/transport
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/pools
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/process
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/progress
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/reexec
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/rootless
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/rootless/specconv
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/stack
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/stdcopy
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/streamformatter
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/stringid
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/sysinfo
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/system
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/tailfile
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/tarsum
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/useragent
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/plugin
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/plugin/executor/containerd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/plugin/v2
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/profiles/apparmor
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/profiles/seccomp
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/quota
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/reference
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/registry
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/registry/resumable
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/restartmanager
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/runconfig
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/runconfig/opts
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil/daemon
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil/environment
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil/fakecontext
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil/fakegit
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil/fakestorage
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil/fixtures/load
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil/fixtures/plugin
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil/registry
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/testutil/request
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/volume
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/volume/drivers
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/volume/local
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/volume/mounts
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/volume/service
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/volume/service/opts
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/volume/testutils'
15:12:32 [2024-06-03T15:12:32.976Z] ++ grep --fixed-strings /libnetwork
15:12:32 [2024-06-03T15:12:32.976Z] ++ echo 'github.com/docker/docker/api
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/backend/build
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/httpstatus
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/httputils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/middleware
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/build
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/checkpoint
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/container
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/debug
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/distribution
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/grpc
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/image
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/network
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/plugin
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/session
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/swarm
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/system
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/server/router/volume
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/backend
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/blkiodev
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/checkpoint
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/container
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/events
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/filters
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/image
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/mount
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/network
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/plugins/logdriver
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/registry
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/strslice
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/swarm
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/swarm/runtime
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/system
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/time
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/versions
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/versions/v1p19
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/versions/v1p20
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/api/types/volume
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/exporter
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/exporter/overrides
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/worker
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/builder-next/worker/label
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/dockerfile
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/remotecontext
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/remotecontext/git
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/builder/remotecontext/urlutil
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cli/debug
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cli/winresources/docker-proxy
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cli/winresources/dockerd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/client
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/client/buildkit
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cmd/docker-proxy
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cmd/dockerd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cmd/dockerd/trap
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/container
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/container/stream
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/contrib/apparmor
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/contrib/httpserver
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster/convert
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster/executor
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster/executor/container
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/cluster/provider
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/config
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/containerd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/events
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/events/testutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/copy
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/register
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/vfs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/graphdriver/zfs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/images
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/initlayer
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/links
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/listeners
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/awslogs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/fluentd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/gcplogs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/gelf
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/journald
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/local
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/loggertest
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/loggerutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/splunk
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/syslog
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/logger/templates
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/names
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/network
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/snapshotter
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/daemon/stats
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/distribution
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/distribution/metadata
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/distribution/utils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/distribution/xfer
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/dockerversion
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/errdefs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image/cache
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image/spec/specs-go
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image/spec/specs-go/v1
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image/tarexport
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/image/v1
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/compatcontext
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/mod
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/mounttree
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/multierror
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/rootless/mountopts
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/sliceutil
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/test/suite
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/testutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/testutils/netnsutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/testutils/specialimage
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/internal/unshare
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/layer
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd/queue
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd/remote
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd/shimopts
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd/supervisor
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libcontainerd/types
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/bitmap
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/cluster
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/config
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/datastore
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/diagnostic
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/discoverapi
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/driverapi
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/bridge
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/host
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/null
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/overlay
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/remote
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/windows
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/drvregistry
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/etchosts
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/internal/caller
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/internal/kvstore
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/internal/netiputil
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/ipam
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/ipamapi
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/ipams/builtin
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/ipams/null
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/ipams/remote
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/ipamutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/ipbits
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/iptables
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/netlabel
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/netutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/networkdb
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/ns
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/options
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/osl
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/osl/kernel
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/portallocator
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/portmapper
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/resolvconf
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/scope
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/libnetwork/types
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/oci
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/oci/caps
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/opts
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/archive
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/authorization
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/broadcaster
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/capabilities
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/chrootarchive
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/containerfs
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/directory
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/dmesg
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/fileutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/homedir
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/idtools
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/ioutils
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/jsonmessage
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/longpath
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/loopback
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/meminfo
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/namesgenerator
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/parsers
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/parsers/kernel
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:12:32 [2024-06-03T15:12:32.976Z] github.com/docker/docker/pkg/pidfile
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/platform
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/plugingetter
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/plugins
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/plugins/transport
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/pools
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/process
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/progress
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/reexec
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/rootless
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/rootless/specconv
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/stack
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/stdcopy
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/streamformatter
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/stringid
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/sysinfo
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/system
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/tailfile
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/tarsum
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/pkg/useragent
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/plugin
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/plugin/executor/containerd
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/plugin/v2
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/profiles/apparmor
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/profiles/seccomp
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/quota
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/reference
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/registry
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/registry/resumable
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/restartmanager
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/runconfig
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/runconfig/opts
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil/daemon
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil/environment
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil/fakecontext
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil/fakegit
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil/fakestorage
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil/fixtures/load
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil/fixtures/plugin
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil/registry
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/testutil/request
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/volume
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/volume/drivers
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/volume/local
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/volume/mounts
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/volume/service
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/volume/service/opts
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/volume/testutils'
15:12:32 [2024-06-03T15:12:32.977Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/bitmap
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cluster
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/config
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/datastore
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/diagnostic
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/discoverapi
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/driverapi
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/bridge
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/host
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/null
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/overlay
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/remote
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/windows
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drvregistry
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/etchosts
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/internal/caller
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/internal/kvstore
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/internal/netiputil
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipam
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipamapi
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipams/builtin
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipams/null
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipams/remote
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipamutils
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipbits
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/iptables
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/netlabel
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/netutils
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/networkdb
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ns
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/options
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/osl
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/osl/kernel
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/portallocator
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/portmapper
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/resolvconf
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/scope
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/types'
15:12:32 [2024-06-03T15:12:32.977Z] + echo 'github.com/docker/docker/libnetwork
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/bitmap
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cluster
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/config
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/datastore
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/diagnostic
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/discoverapi
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/driverapi
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/bridge
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/host
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/null
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/overlay
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/remote
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/windows
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drvregistry
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/etchosts
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/internal/caller
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/internal/kvstore
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/internal/netiputil
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipam
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipamapi
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipams/builtin
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipams/null
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipams/remote
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipamutils
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ipbits
15:12:32 [2024-06-03T15:12:32.977Z] + grep --fixed-strings libnetwork/drivers/bridge
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/iptables
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/netlabel
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/netutils
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/networkdb
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/ns
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/options
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/osl
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/osl/kernel
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/portallocator
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/portmapper
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/resolvconf
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/scope
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/types'
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/bridge
15:12:32 [2024-06-03T15:12:32.977Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:12:32 [2024-06-03T15:12:32.977Z] + type docker-proxy
15:12:32 [2024-06-03T15:12:32.977Z] hack/test/unit: line 25: type: docker-proxy: not found
15:12:32 [2024-06-03T15:12:32.977Z] + hack/make.sh binary-proxy install-proxy
15:12:32 [2024-06-03T15:12:32.977Z] 
15:12:32 [2024-06-03T15:12:32.977Z] Removing bundles/
15:12:32 [2024-06-03T15:12:32.977Z] 
15:12:32 [2024-06-03T15:12:32.977Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
15:12:32 [2024-06-03T15:12:32.977Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
15:12:32 [2024-06-03T15:12:32.977Z] + tee /go/src/github.com/docker/docker/go.mod
15:12:32 [2024-06-03T15:12:32.977Z] module github.com/docker/docker
15:12:32 [2024-06-03T15:12:32.977Z] 
15:12:32 [2024-06-03T15:12:32.977Z] go 1.20
15:12:32 [2024-06-03T15:12:32.977Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
15:12:32 [2024-06-03T15:12:32.977Z] + GO111MODULE=on
15:12:32 [2024-06-03T15:12:32.977Z] + 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=f26fd4a73a6999facafb787d660b43c8241d9e0b" -X "github.com/docker/docker/dockerversion.BuildTime=2024-06-03T15:12:32.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
15:12:37 [2024-06-03T15:12:37.131Z] + rm -f /go/src/github.com/docker/docker/go.mod
15:12:37 [2024-06-03T15:12:37.131Z] Created binary: bundles/binary-proxy/docker-proxy
15:12:37 [2024-06-03T15:12:37.131Z] 
15:12:37 [2024-06-03T15:12:37.131Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
15:12:37 [2024-06-03T15:12:37.131Z] Installing docker-proxy to /usr/local/bin/
15:12:37 [2024-06-03T15:12:37.131Z] 
15:12:37 [2024-06-03T15:12:37.131Z] + mkdir -p bundles
15:12:37 [2024-06-03T15:12:37.131Z] + '[' -n 'github.com/docker/docker/api
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/backend/build
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/httpstatus
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/httputils
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/middleware
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/build
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/checkpoint
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/container
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/debug
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/distribution
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/grpc
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/image
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/network
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/plugin
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/session
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/swarm
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/system
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/server/router/volume
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/backend
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/blkiodev
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/checkpoint
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/container
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/events
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/filters
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/image
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/mount
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/network
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/plugins/logdriver
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/registry
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/strslice
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/swarm
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/swarm/runtime
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/system
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/time
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/versions
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/versions/v1p19
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/versions/v1p20
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/api/types/volume
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/builder-next
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/builder-next/exporter
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/builder-next/exporter/overrides
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/builder-next/worker
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/builder-next/worker/label
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/dockerfile
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/remotecontext
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/remotecontext/git
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/builder/remotecontext/urlutil
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/cli/debug
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/cli/winresources/docker-proxy
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/cli/winresources/dockerd
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/client
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/client/buildkit
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/cmd/docker-proxy
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/cmd/dockerd
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/cmd/dockerd/trap
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/container
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/container/stream
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/contrib/apparmor
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/contrib/httpserver
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/daemon
15:12:37 [2024-06-03T15:12:37.131Z] github.com/docker/docker/daemon/cluster
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/cluster/convert
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/cluster/executor
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/cluster/executor/container
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/cluster/provider
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/config
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/containerd
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/events
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/events/testutils
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/graphdriver
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/graphdriver/copy
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/graphdriver/register
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/graphdriver/vfs
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/graphdriver/zfs
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/images
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/initlayer
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/links
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/listeners
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/awslogs
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/fluentd
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/gcplogs
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/gelf
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/journald
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/local
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/loggertest
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/loggerutils
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/splunk
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/syslog
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/logger/templates
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/names
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/network
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/snapshotter
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/daemon/stats
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/distribution
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/distribution/metadata
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/distribution/utils
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/distribution/xfer
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/dockerversion
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/errdefs
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/image
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/image/cache
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/image/spec/specs-go
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/image/spec/specs-go/v1
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/image/tarexport
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/image/v1
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/compatcontext
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/mod
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/mounttree
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/multierror
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/rootless/mountopts
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/sliceutil
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/test/suite
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/testutils
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/testutils/netnsutils
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/testutils/specialimage
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/internal/unshare
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/layer
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/libcontainerd
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/libcontainerd/queue
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/libcontainerd/remote
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/libcontainerd/shimopts
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/libcontainerd/supervisor
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/libcontainerd/types
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/oci
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/oci/caps
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/opts
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/archive
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/authorization
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/broadcaster
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/capabilities
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/chrootarchive
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/containerfs
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/directory
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/dmesg
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/fileutils
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/homedir
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/idtools
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/ioutils
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/jsonmessage
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/longpath
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/loopback
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/meminfo
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/namesgenerator
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/parsers
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/parsers/kernel
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/pidfile
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/platform
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/plugingetter
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/plugins
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/plugins/transport
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/pools
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/process
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/progress
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/reexec
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/rootless
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/rootless/specconv
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/stack
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/stdcopy
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/streamformatter
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/stringid
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/sysinfo
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/system
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/tailfile
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/tarsum
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/pkg/useragent
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/plugin
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/plugin/executor/containerd
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/plugin/v2
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/profiles/apparmor
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/profiles/seccomp
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/quota
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/reference
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/registry
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/registry/resumable
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/restartmanager
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/runconfig
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/runconfig/opts
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil/daemon
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil/environment
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil/fakecontext
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil/fakegit
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil/fakestorage
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil/fixtures/load
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil/fixtures/plugin
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil/registry
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/testutil/request
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/volume
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/volume/drivers
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/volume/local
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/volume/mounts
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/volume/service
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/volume/service/opts
15:12:37 [2024-06-03T15:12:37.132Z] github.com/docker/docker/volume/testutils' ']'
15:12:37 [2024-06-03T15:12:37.132Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/checkpoint github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/rootless/mountopts github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
15:12:37 [2024-06-03T15:12:37.691Z] ?   	github.com/docker/docker/api	[no test files]
15:12:45 [2024-06-03T15:12:45.762Z] ok  	github.com/docker/docker/api/server	0.038s	coverage: 13.0% of statements
15:13:07 [2024-06-03T15:13:07.631Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
15:13:07 [2024-06-03T15:13:07.631Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
15:13:07 [2024-06-03T15:13:07.631Z] ?   	github.com/docker/docker/api/server/router	[no test files]
15:13:07 [2024-06-03T15:13:07.631Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
15:13:07 [2024-06-03T15:13:07.631Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
15:13:07 [2024-06-03T15:13:07.631Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 28.3% of statements
15:13:07 [2024-06-03T15:13:07.631Z] ok  	github.com/docker/docker/api/server/middleware	0.010s	coverage: 37.7% of statements
15:13:07 [2024-06-03T15:13:07.631Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
15:13:07 [2024-06-03T15:13:07.631Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
15:13:07 [2024-06-03T15:13:07.631Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ok  	github.com/docker/docker/api/server/router/container	0.026s	coverage: 5.5% of statements
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 7.3% of statements
15:13:07 [2024-06-03T15:13:07.632Z] ok  	github.com/docker/docker/api/server/router/volume	0.008s	coverage: 66.7% of statements
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/events	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ok  	github.com/docker/docker/api/types/container	0.008s	coverage: 83.7% of statements
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/image	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/system	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ok  	github.com/docker/docker/api/types/network	0.004s	coverage: 80.0% of statements
15:13:07 [2024-06-03T15:13:07.632Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 94.0% of statements
15:13:07 [2024-06-03T15:13:07.632Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
15:13:07 [2024-06-03T15:13:07.632Z] ok  	github.com/docker/docker/api/types/registry	0.011s	coverage: 54.2% of statements
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
15:13:07 [2024-06-03T15:13:07.632Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
15:13:07 [2024-06-03T15:13:07.632Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
15:13:08 [2024-06-03T15:13:08.191Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
15:13:08 [2024-06-03T15:13:08.191Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
15:13:08 [2024-06-03T15:13:08.191Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.006s	coverage: 100.0% of statements
15:13:08 [2024-06-03T15:13:08.446Z] ok  	github.com/docker/docker/cli/debug	0.015s	coverage: 100.0% of statements
15:13:08 [2024-06-03T15:13:08.446Z] ok  	github.com/docker/docker/builder/remotecontext	0.040s	coverage: 33.7% of statements
15:13:08 [2024-06-03T15:13:08.446Z] ok  	github.com/docker/docker/builder/dockerfile	0.078s	coverage: 50.0% of statements
15:13:10 [2024-06-03T15:13:10.329Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
15:13:10 [2024-06-03T15:13:10.329Z] ok  	github.com/docker/docker/client	0.151s	coverage: 77.0% of statements
15:13:10 [2024-06-03T15:13:10.584Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.520s	coverage: 66.5% of statements
15:13:11 [2024-06-03T15:13:11.143Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.821s	coverage: 82.5% of statements
15:13:23 [2024-06-03T15:13:23.297Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
15:13:23 [2024-06-03T15:13:23.297Z] ?   	github.com/docker/docker/container/stream	[no test files]
15:13:23 [2024-06-03T15:13:23.297Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
15:13:23 [2024-06-03T15:13:23.297Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
15:13:23 [2024-06-03T15:13:23.297Z] ok  	github.com/docker/docker/container	0.146s	coverage: 35.9% of statements
15:13:23 [2024-06-03T15:13:23.297Z] ok  	github.com/docker/docker/cmd/dockerd	0.186s	coverage: 30.0% of statements
15:13:25 [2024-06-03T15:13:25.181Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.398s	coverage: 0.0% of statements
15:13:26 [2024-06-03T15:13:26.104Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
15:13:26 [2024-06-03T15:13:26.104Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.011s	coverage: 65.3% of statements
15:13:26 [2024-06-03T15:13:26.104Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.023s	coverage: 38.7% of statements
15:13:26 [2024-06-03T15:13:26.359Z] ok  	github.com/docker/docker/daemon/cluster	0.054s	coverage: 0.5% of statements
15:13:26 [2024-06-03T15:13:26.614Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
15:13:26 [2024-06-03T15:13:26.614Z] ok  	github.com/docker/docker/daemon/config	0.044s	coverage: 74.4% of statements
15:13:27 [2024-06-03T15:13:27.973Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
15:13:27 [2024-06-03T15:13:27.973Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.3% of statements
15:13:27 [2024-06-03T15:13:27.973Z] ok  	github.com/docker/docker/daemon/containerd	0.029s	coverage: 9.0% of statements
15:13:28 [2024-06-03T15:13:28.228Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
15:13:28 [2024-06-03T15:13:28.228Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.011s	coverage: 2.8% of statements
15:13:28 [2024-06-03T15:13:28.482Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.195s	coverage: 60.9% of statements
15:13:29 [2024-06-03T15:13:29.042Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
15:13:29 [2024-06-03T15:13:29.042Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.007s	coverage: 1.9% of statements
15:13:29 [2024-06-03T15:13:29.042Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
15:13:29 [2024-06-03T15:13:29.042Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
15:13:29 [2024-06-03T15:13:29.296Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.195s	coverage: 60.2% of statements
15:13:29 [2024-06-03T15:13:29.296Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.032s	coverage: 60.9% of statements
15:13:29 [2024-06-03T15:13:29.855Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
15:13:30 [2024-06-03T15:13:30.110Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.462s	coverage: 13.3% of statements
15:13:30 [2024-06-03T15:13:30.365Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
15:13:30 [2024-06-03T15:13:30.365Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
15:13:30 [2024-06-03T15:13:30.365Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
15:13:30 [2024-06-03T15:13:30.365Z] ok  	github.com/docker/docker/daemon/images	0.032s	coverage: 2.9% of statements
15:13:30 [2024-06-03T15:13:30.620Z] ok  	github.com/docker/docker/daemon/logger	0.220s	coverage: 43.2% of statements
15:13:30 [2024-06-03T15:13:30.874Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
15:13:30 [2024-06-03T15:13:30.874Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.010s	coverage: 53.6% of statements
15:13:30 [2024-06-03T15:13:30.874Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
15:13:30 [2024-06-03T15:13:30.874Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.104s	coverage: 78.2% of statements
15:13:31 [2024-06-03T15:13:31.434Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
15:13:31 [2024-06-03T15:13:31.434Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
15:13:31 [2024-06-03T15:13:31.434Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
15:13:31 [2024-06-03T15:13:31.434Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.011s	coverage: 87.2% of statements
15:13:31 [2024-06-03T15:13:31.689Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.128s	coverage: 76.8% of statements
15:13:31 [2024-06-03T15:13:31.689Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
15:13:31 [2024-06-03T15:13:31.689Z] ok  	github.com/docker/docker/daemon/logger/local	0.030s	coverage: 79.4% of statements
15:13:32 [2024-06-03T15:13:32.248Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.021s	coverage: 31.5% of statements
15:13:32 [2024-06-03T15:13:32.248Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.034s	coverage: 63.5% of statements
15:13:32 [2024-06-03T15:13:32.248Z] ?   	github.com/docker/docker/daemon/names	[no test files]
15:13:32 [2024-06-03T15:13:32.248Z] ok  	github.com/docker/docker/daemon/logger/templates	0.006s	coverage: 8.3% of statements
15:13:32 [2024-06-03T15:13:32.248Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.007s	coverage: 46.8% of statements
15:13:32 [2024-06-03T15:13:32.808Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
15:13:32 [2024-06-03T15:13:32.808Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
15:13:32 [2024-06-03T15:13:32.808Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
15:13:32 [2024-06-03T15:13:32.808Z] ok  	github.com/docker/docker/daemon/logger/journald	1.502s	coverage: 72.7% of statements
15:13:33 [2024-06-03T15:13:33.366Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
15:13:33 [2024-06-03T15:13:33.366Z] ok  	github.com/docker/docker/dockerversion	0.003s	coverage: 100.0% of statements
15:13:33 [2024-06-03T15:13:33.366Z] ok  	github.com/docker/docker/errdefs	0.003s	coverage: 77.2% of statements
15:13:33 [2024-06-03T15:13:33.366Z] ok  	github.com/docker/docker/distribution/metadata	0.026s	coverage: 44.4% of statements
15:13:33 [2024-06-03T15:13:33.925Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.481s	coverage: 82.5% of statements
15:13:33 [2024-06-03T15:13:33.925Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
15:13:33 [2024-06-03T15:13:33.925Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
15:13:34 [2024-06-03T15:13:34.180Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 24.1% of statements
15:13:34 [2024-06-03T15:13:34.180Z] ok  	github.com/docker/docker/image	0.025s	coverage: 82.5% of statements
15:13:34 [2024-06-03T15:13:34.434Z] ?   	github.com/docker/docker/image/v1	[no test files]
15:13:34 [2024-06-03T15:13:34.434Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
15:13:34 [2024-06-03T15:13:34.434Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
15:13:34 [2024-06-03T15:13:34.434Z] ok  	github.com/docker/docker/internal/mod	0.002s	coverage: 66.7% of statements
15:13:34 [2024-06-03T15:13:34.434Z] ok  	github.com/docker/docker/image/tarexport	0.007s	coverage: 0.6% of statements
15:13:34 [2024-06-03T15:13:34.689Z] ?   	github.com/docker/docker/internal/rootless/mountopts	[no test files]
15:13:34 [2024-06-03T15:13:34.689Z] ?   	github.com/docker/docker/internal/sliceutil	[no test files]
15:13:34 [2024-06-03T15:13:34.689Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
15:13:34 [2024-06-03T15:13:34.689Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
15:13:34 [2024-06-03T15:13:34.689Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
15:13:34 [2024-06-03T15:13:34.689Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
15:13:34 [2024-06-03T15:13:34.689Z] ?   	github.com/docker/docker/internal/testutils/specialimage	[no test files]
15:13:34 [2024-06-03T15:13:34.689Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
15:13:34 [2024-06-03T15:13:34.944Z] ok  	github.com/docker/docker/distribution	1.500s	coverage: 28.9% of statements
15:13:35 [2024-06-03T15:13:35.503Z] ok  	github.com/docker/docker/distribution/xfer	2.172s	coverage: 85.4% of statements
15:13:35 [2024-06-03T15:13:35.758Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
15:13:35 [2024-06-03T15:13:35.758Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
15:13:35 [2024-06-03T15:13:35.758Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
15:13:35 [2024-06-03T15:13:35.758Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
15:13:35 [2024-06-03T15:13:35.758Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
15:13:35 [2024-06-03T15:13:35.758Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
15:13:35 [2024-06-03T15:13:35.758Z] ok  	github.com/docker/docker/daemon	10.721s	coverage: 17.1% of statements
15:13:36 [2024-06-03T15:13:36.318Z] ?   	github.com/docker/docker/oci/caps	[no test files]
15:13:36 [2024-06-03T15:13:36.318Z] ok  	github.com/docker/docker/oci	0.016s	coverage: 38.1% of statements
15:13:36 [2024-06-03T15:13:36.318Z] ok  	github.com/docker/docker/opts	0.052s	coverage: 67.9% of statements
15:13:36 [2024-06-03T15:13:36.877Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 81.8% of statements
15:13:36 [2024-06-03T15:13:36.877Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
15:13:36 [2024-06-03T15:13:36.877Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
15:13:36 [2024-06-03T15:13:36.877Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 25.8% of statements
15:13:36 [2024-06-03T15:13:36.877Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
15:13:36 [2024-06-03T15:13:36.877Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.262s	coverage: 83.7% of statements
15:13:36 [2024-06-03T15:13:36.877Z] ok  	github.com/docker/docker/pkg/authorization	0.265s	coverage: 68.3% of statements
15:13:37 [2024-06-03T15:13:37.132Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 8.3% of statements
15:13:37 [2024-06-03T15:13:37.132Z] ok  	github.com/docker/docker/pkg/fileutils	0.006s	coverage: 51.7% of statements
15:13:37 [2024-06-03T15:13:37.132Z] ok  	github.com/docker/docker/pkg/archive	0.463s	coverage: 80.9% of statements
15:13:37 [2024-06-03T15:13:37.387Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
15:13:37 [2024-06-03T15:13:37.387Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 45.5% of statements
15:13:37 [2024-06-03T15:13:37.387Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 92.3% of statements
15:13:37 [2024-06-03T15:13:37.387Z] ok  	github.com/docker/docker/pkg/meminfo	0.003s	coverage: 75.0% of statements
15:13:37 [2024-06-03T15:13:37.387Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.008s	coverage: 85.7% of statements
15:13:37 [2024-06-03T15:13:37.641Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
15:13:37 [2024-06-03T15:13:37.641Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
15:13:37 [2024-06-03T15:13:37.641Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
15:13:37 [2024-06-03T15:13:37.641Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
15:13:37 [2024-06-03T15:13:37.641Z] ok  	github.com/docker/docker/pkg/pidfile	0.008s	coverage: 94.1% of statements
15:13:37 [2024-06-03T15:13:37.641Z] ok  	github.com/docker/docker/pkg/idtools	0.458s	coverage: 69.7% of statements
15:13:37 [2024-06-03T15:13:37.642Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.024s	coverage: 90.2% of statements
15:13:37 [2024-06-03T15:13:37.642Z] ok  	github.com/docker/docker/pkg/ioutils	0.378s	coverage: 69.5% of statements
15:13:38 [2024-06-03T15:13:38.200Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
15:13:38 [2024-06-03T15:13:38.200Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
15:13:38 [2024-06-03T15:13:38.200Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 90.0% of statements
15:13:38 [2024-06-03T15:13:38.200Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
15:13:38 [2024-06-03T15:13:38.200Z] ok  	github.com/docker/docker/pkg/process	0.005s	coverage: 21.7% of statements
15:13:38 [2024-06-03T15:13:38.200Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
15:13:38 [2024-06-03T15:13:38.455Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
15:13:38 [2024-06-03T15:13:38.455Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
15:13:38 [2024-06-03T15:13:38.455Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
15:13:38 [2024-06-03T15:13:38.455Z] ok  	github.com/docker/docker/pkg/reexec	0.013s	coverage: 82.4% of statements
15:13:38 [2024-06-03T15:13:38.455Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
15:13:38 [2024-06-03T15:13:38.455Z] ok  	github.com/docker/docker/pkg/stdcopy	0.013s	coverage: 100.0% of statements
15:13:38 [2024-06-03T15:13:38.710Z] ok  	github.com/docker/docker/pkg/streamformatter	0.026s	coverage: 64.5% of statements
15:13:38 [2024-06-03T15:13:38.710Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 61.9% of statements
15:13:38 [2024-06-03T15:13:38.964Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 40.3% of statements
15:13:38 [2024-06-03T15:13:38.964Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 53.4% of statements
15:13:38 [2024-06-03T15:13:38.964Z] ok  	github.com/docker/docker/pkg/useragent	0.016s	coverage: 88.9% of statements
15:13:38 [2024-06-03T15:13:38.964Z] ok  	github.com/docker/docker/pkg/tailfile	0.040s	coverage: 88.6% of statements
15:13:38 [2024-06-03T15:13:38.964Z] ok  	github.com/docker/docker/pkg/tarsum	0.049s	coverage: 89.6% of statements
15:13:39 [2024-06-03T15:13:39.888Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
15:13:39 [2024-06-03T15:13:39.888Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
15:13:39 [2024-06-03T15:13:39.888Z] ok  	github.com/docker/docker/plugin/v2	0.008s	coverage: 13.6% of statements
15:13:39 [2024-06-03T15:13:39.888Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
15:13:40 [2024-06-03T15:13:40.143Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 83.7% of statements
15:13:40 [2024-06-03T15:13:40.143Z] ok  	github.com/docker/docker/pkg/plugins	2.012s	coverage: 73.7% of statements
15:13:40 [2024-06-03T15:13:40.397Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.2% of statements
15:13:40 [2024-06-03T15:13:40.651Z] ok  	github.com/docker/docker/restartmanager	0.015s	coverage: 46.2% of statements
15:13:40 [2024-06-03T15:13:40.651Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
15:13:40 [2024-06-03T15:13:40.651Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
15:13:40 [2024-06-03T15:13:40.651Z] ok  	github.com/docker/docker/runconfig	0.018s	coverage: 63.8% of statements
15:13:40 [2024-06-03T15:13:40.651Z] ok  	github.com/docker/docker/registry	0.121s	coverage: 63.9% of statements
15:13:40 [2024-06-03T15:13:40.906Z] ok  	github.com/docker/docker/testutil	0.007s	coverage: 6.8% of statements
15:13:40 [2024-06-03T15:13:40.906Z] ok  	github.com/docker/docker/quota	0.930s	coverage: 69.3% of statements
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/testutil/request	[no test files]
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
15:13:41 [2024-06-03T15:13:41.160Z] ?   	github.com/docker/docker/volume	[no test files]
15:13:41 [2024-06-03T15:13:41.719Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
15:13:41 [2024-06-03T15:13:41.974Z] ok  	github.com/docker/docker/volume/mounts	0.014s	coverage: 64.9% of statements
15:13:41 [2024-06-03T15:13:41.974Z] ok  	github.com/docker/docker/volume/local	0.106s	coverage: 76.4% of statements
15:13:42 [2024-06-03T15:13:42.228Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
15:13:42 [2024-06-03T15:13:42.228Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
15:13:42 [2024-06-03T15:13:42.228Z] ok  	github.com/docker/docker/volume/service	0.011s	coverage: 71.8% of statements
15:13:43 [2024-06-03T15:13:43.151Z] ok  	github.com/docker/docker/layer	7.447s	coverage: 68.1% of statements
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === Skipped
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     network_proxy_test.go:210: No support for dual stack yet
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver btrfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver btrfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver btrfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver btrfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver btrfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:68: No driver to put!
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z] time="2024-06-03T15:13:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: driver not supported
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z] time="2024-06-03T15:13:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: driver not supported
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z] time="2024-06-03T15:13:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: driver not supported
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z] time="2024-06-03T15:13:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: driver not supported
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z] time="2024-06-03T15:13:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: driver not supported
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:68: No driver to put!
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     overlay_test.go:61: Cannot run test with naive change algorithm
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver zfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver zfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver zfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver zfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:41: Driver zfs not supported
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     graphtest_unix.go:68: No driver to put!
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
15:13:43 [2024-06-03T15:13:43.406Z]     validate_test.go:70: only tested on Windows
15:13:43 [2024-06-03T15:13:43.406Z] 
15:13:43 [2024-06-03T15:13:43.406Z] DONE 3245 tests, 27 skipped in 66.108s
15:13:43 [2024-06-03T15:13:43.406Z] + '[' -n 'github.com/docker/docker/libnetwork
15:13:43 [2024-06-03T15:13:43.406Z] github.com/docker/docker/libnetwork/bitmap
15:13:43 [2024-06-03T15:13:43.406Z] github.com/docker/docker/libnetwork/cluster
15:13:43 [2024-06-03T15:13:43.406Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:13:43 [2024-06-03T15:13:43.406Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:13:43 [2024-06-03T15:13:43.406Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/config
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/datastore
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/diagnostic
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/discoverapi
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/driverapi
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/bridge
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/host
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/null
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/overlay
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/remote
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/windows
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/drvregistry
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/etchosts
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/internal/caller
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/internal/kvstore
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/internal/netiputil
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/ipam
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/ipamapi
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/ipams/builtin
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/ipams/null
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/ipams/remote
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/ipamutils
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/ipbits
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/iptables
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/netlabel
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/netutils
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/networkdb
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/ns
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/options
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/osl
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/osl/kernel
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/portallocator
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/portmapper
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/resolvconf
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/scope
15:13:43 [2024-06-03T15:13:43.407Z] github.com/docker/docker/libnetwork/types' ']'
15:13:43 [2024-06-03T15:13:43.407Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/scope github.com/docker/docker/libnetwork/types
15:14:39 [2024-06-03T15:14:39.631Z] ok  	github.com/docker/docker/libnetwork	44.932s	coverage: 43.1% of statements
15:14:39 [2024-06-03T15:14:39.631Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
15:14:39 [2024-06-03T15:14:39.631Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
15:14:39 [2024-06-03T15:14:39.631Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
15:14:39 [2024-06-03T15:14:39.631Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
15:14:39 [2024-06-03T15:14:39.631Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
15:14:39 [2024-06-03T15:14:39.631Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
15:14:39 [2024-06-03T15:14:39.631Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
15:14:39 [2024-06-03T15:14:39.631Z] ok  	github.com/docker/docker/libnetwork/config	0.011s	coverage: 10.3% of statements
15:14:39 [2024-06-03T15:14:39.631Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 37.0% of statements
15:14:39 [2024-06-03T15:14:39.631Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
15:14:39 [2024-06-03T15:14:39.631Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
15:14:39 [2024-06-03T15:14:39.631Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
15:14:39 [2024-06-03T15:14:39.631Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	3.914s	coverage: 63.0% of statements
15:14:39 [2024-06-03T15:14:39.631Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
15:14:39 [2024-06-03T15:14:39.631Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
15:14:41 [2024-06-03T15:14:41.514Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.988s	coverage: 5.0% of statements
15:14:41 [2024-06-03T15:14:41.514Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
15:14:41 [2024-06-03T15:14:41.514Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
15:14:41 [2024-06-03T15:14:41.514Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
15:14:41 [2024-06-03T15:14:41.769Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
15:14:42 [2024-06-03T15:14:42.691Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.009s	coverage: 1.4% of statements
15:14:42 [2024-06-03T15:14:42.946Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.003s	coverage: 45.0% of statements
15:14:43 [2024-06-03T15:14:43.200Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 62.7% of statements
15:14:43 [2024-06-03T15:14:43.758Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.2% of statements
15:14:43 [2024-06-03T15:14:43.758Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
15:14:43 [2024-06-03T15:14:43.758Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
15:14:43 [2024-06-03T15:14:43.758Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
15:14:44 [2024-06-03T15:14:44.317Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.018s	coverage: 87.0% of statements
15:14:44 [2024-06-03T15:14:44.572Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.016s	coverage: 81.0% of statements
15:14:44 [2024-06-03T15:14:44.572Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
15:14:44 [2024-06-03T15:14:44.572Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
15:14:44 [2024-06-03T15:14:44.572Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
15:14:44 [2024-06-03T15:14:44.572Z] ?   	github.com/docker/docker/libnetwork/internal/netiputil	[no test files]
15:14:56 [2024-06-03T15:14:56.723Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
15:14:58 [2024-06-03T15:14:58.606Z] ok  	github.com/docker/docker/libnetwork/ipam	3.119s	coverage: 80.3% of statements
15:14:58 [2024-06-03T15:14:58.606Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
15:14:58 [2024-06-03T15:14:58.606Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
15:14:58 [2024-06-03T15:14:58.606Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
15:14:59 [2024-06-03T15:14:59.165Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 48.7% of statements
15:14:59 [2024-06-03T15:14:59.165Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
15:14:59 [2024-06-03T15:14:59.165Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
15:14:59 [2024-06-03T15:14:59.723Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.323s	coverage: 86.4% of statements
15:14:59 [2024-06-03T15:14:59.978Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
15:15:00 [2024-06-03T15:15:00.537Z] ok  	github.com/docker/docker/libnetwork/iptables	0.169s	coverage: 39.9% of statements
15:15:00 [2024-06-03T15:15:00.537Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
15:15:01 [2024-06-03T15:15:01.096Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 54.9% of statements
15:16:52 [2024-06-03T15:16:52.442Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.066s	coverage: 59.2% of statements
15:16:52 [2024-06-03T15:16:52.442Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
15:16:52 [2024-06-03T15:16:52.442Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
15:16:52 [2024-06-03T15:16:52.442Z] ok  	github.com/docker/docker/libnetwork/osl	4.451s	coverage: 40.2% of statements
15:16:52 [2024-06-03T15:16:52.442Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
15:16:52 [2024-06-03T15:16:52.442Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.5% of statements
15:16:53 [2024-06-03T15:16:53.364Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.725s	coverage: 47.9% of statements
15:16:53 [2024-06-03T15:16:53.364Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 84.9% of statements
15:16:53 [2024-06-03T15:16:53.364Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
15:16:53 [2024-06-03T15:16:53.618Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
15:16:53 [2024-06-03T15:16:53.873Z] 
15:16:53 [2024-06-03T15:16:53.873Z] === Skipped
15:16:53 [2024-06-03T15:16:53.873Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
15:16:53 [2024-06-03T15:16:53.873Z]     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
15:16:53 [2024-06-03T15:16:53.873Z] 
15:16:53 [2024-06-03T15:16:53.873Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
15:16:53 [2024-06-03T15:16:53.873Z]     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
15:16:53 [2024-06-03T15:16:53.873Z] 
15:16:53 [2024-06-03T15:16:53.873Z] DONE 377 tests, 2 skipped in 190.429s
Post stage
[Pipeline] junit
15:16:54 [2024-06-03T15:16:54.439Z] Recording test results
15:16:55 [2024-06-03T15:16:55.723Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
15:16:56 [2024-06-03T15:16:56.011Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_25.0/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr83 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f26fd4a73a6999facafb787d660b43c8241d9e0b -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= docker:f26fd4a73a6999facafb787d660b43c8241d9e0b hack/make.sh dynbinary test-integration
15:16:56 [2024-06-03T15:16:56.266Z] 
15:16:56 [2024-06-03T15:16:56.266Z] Removing bundles/
15:16:56 [2024-06-03T15:16:56.266Z] 
15:16:56 [2024-06-03T15:16:56.266Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
15:16:56 [2024-06-03T15:16:56.266Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
15:16:56 [2024-06-03T15:16:56.266Z] + tee /go/src/github.com/docker/docker/go.mod
15:16:56 [2024-06-03T15:16:56.266Z] module github.com/docker/docker
15:16:56 [2024-06-03T15:16:56.266Z] 
15:16:56 [2024-06-03T15:16:56.266Z] go 1.20
15:16:56 [2024-06-03T15:16:56.266Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
15:16:56 [2024-06-03T15:16:56.266Z] + GO111MODULE=on
15:16:56 [2024-06-03T15:16:56.266Z] + 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=f26fd4a73a6999facafb787d660b43c8241d9e0b" -X "github.com/docker/docker/dockerversion.BuildTime=2024-06-03T15:16:56.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
15:17:34 [2024-06-03T15:17:34.952Z] + rm -f /go/src/github.com/docker/docker/go.mod
15:17:34 [2024-06-03T15:17:34.952Z] Created binary: bundles/dynbinary-daemon/dockerd
15:17:34 [2024-06-03T15:17:34.952Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
15:17:34 [2024-06-03T15:17:34.952Z] + tee /go/src/github.com/docker/docker/go.mod
15:17:34 [2024-06-03T15:17:34.952Z] module github.com/docker/docker
15:17:34 [2024-06-03T15:17:34.952Z] 
15:17:34 [2024-06-03T15:17:34.952Z] go 1.20
15:17:34 [2024-06-03T15:17:34.952Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
15:17:34 [2024-06-03T15:17:34.952Z] + GO111MODULE=on
15:17:34 [2024-06-03T15:17:34.952Z] + 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=f26fd4a73a6999facafb787d660b43c8241d9e0b" -X "github.com/docker/docker/dockerversion.BuildTime=2024-06-03T15:16:56.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
15:17:34 [2024-06-03T15:17:34.952Z] + rm -f /go/src/github.com/docker/docker/go.mod
15:17:34 [2024-06-03T15:17:34.952Z] Created binary: bundles/dynbinary-daemon/docker-proxy
15:17:34 [2024-06-03T15:17:34.952Z] 
15:17:34 [2024-06-03T15:17:34.952Z] ---> Making bundle: test-integration (in bundles/test-integration)
15:17:34 [2024-06-03T15:17:34.952Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
15:17:34 [2024-06-03T15:17:34.952Z] HOSTNAME=118ef44f3801
15:17:34 [2024-06-03T15:17:34.952Z] TESTDEBUG=0
15:17:34 [2024-06-03T15:17:34.952Z] DEST=bundles/test-integration
15:17:34 [2024-06-03T15:17:34.952Z] PWD=/go/src/github.com/docker/docker
15:17:34 [2024-06-03T15:17:34.952Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
15:17:34 [2024-06-03T15:17:34.952Z] DOCKER_GITCOMMIT=f26fd4a73a6999facafb787d660b43c8241d9e0b
15:17:34 [2024-06-03T15:17:34.952Z] container=docker
15:17:34 [2024-06-03T15:17:34.952Z] HOME=/root
15:17:34 [2024-06-03T15:17:34.952Z] CONTAINERD_NAMESPACE=moby
15:17:34 [2024-06-03T15:17:34.952Z] GOLANG_VERSION=1.21.10
15:17:34 [2024-06-03T15:17:34.952Z] VALIDATE_REPO=https://github.com/moby/moby.git
15:17:34 [2024-06-03T15:17:34.952Z] VALIDATE_BRANCH=
15:17:34 [2024-06-03T15:17:34.952Z] TERM=xterm
15:17:34 [2024-06-03T15:17:34.952Z] DOCKER_PKG=github.com/docker/docker
15:17:34 [2024-06-03T15:17:34.952Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
15:17:34 [2024-06-03T15:17:34.952Z] SHLVL=1
15:17:34 [2024-06-03T15:17:34.952Z] TIMEOUT=120m
15:17:34 [2024-06-03T15:17:34.952Z] GOTOOLCHAIN=local
15:17:34 [2024-06-03T15:17:34.952Z] DOCKER_GRAPHDRIVER=overlay2
15:17:34 [2024-06-03T15:17:34.952Z] GO111MODULE=off
15:17:34 [2024-06-03T15:17:34.952Z] DOCKER_EXPERIMENTAL=1
15:17:34 [2024-06-03T15:17:34.952Z] TEST_SKIP_INTEGRATION_CLI=1
15:17:34 [2024-06-03T15:17:34.952Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:17:34 [2024-06-03T15:17:34.952Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
15:17:34 [2024-06-03T15:17:34.952Z] GOPATH=/go
15:17:34 [2024-06-03T15:17:34.952Z] PKG_CONFIG=pkg-config
15:17:34 [2024-06-03T15:17:34.952Z] _=/usr/bin/env
15:17:34 [2024-06-03T15:17:34.952Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
15:17:56 [2024-06-03T15:17:56.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
15:17:56 [2024-06-03T15:17:56.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
15:17:56 [2024-06-03T15:17:56.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
15:17:59 [2024-06-03T15:17:59.328Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
15:18:03 [2024-06-03T15:18:03.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
15:18:07 [2024-06-03T15:18:07.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
15:18:07 [2024-06-03T15:18:07.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
15:18:08 [2024-06-03T15:18:08.566Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
15:18:09 [2024-06-03T15:18:09.926Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
15:18:10 [2024-06-03T15:18:10.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
15:18:14 [2024-06-03T15:18:14.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
15:18:14 [2024-06-03T15:18:14.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
15:18:15 [2024-06-03T15:18:15.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
15:18:16 [2024-06-03T15:18:16.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
15:18:18 [2024-06-03T15:18:18.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
15:18:19 [2024-06-03T15:18:19.632Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
15:18:19 [2024-06-03T15:18:19.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
15:18:21 [2024-06-03T15:18:21.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
15:18:22 [2024-06-03T15:18:22.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
15:18:23 [2024-06-03T15:18:23.601Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
15:18:24 [2024-06-03T15:18:24.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
15:18:25 [2024-06-03T15:18:25.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
15:18:26 [2024-06-03T15:18:26.525Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
15:18:26 [2024-06-03T15:18:26.526Z] Using test binary /usr/local/cli-integration/docker
15:18:26 [2024-06-03T15:18:26.526Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
15:18:26 [2024-06-03T15:18:26.526Z] +++ /etc/init.d/apparmor start
15:18:26 [2024-06-03T15:18:26.526Z] Not: starting.
15:18:26 [2024-06-03T15:18:26.790Z] INFO: Waiting for daemon to start...
15:18:26 [2024-06-03T15:18:26.790Z] Starting dockerd
15:18:26 [2024-06-03T15:18:26.790Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.Kxl9hKEXBn/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
15:18:33 [2024-06-03T15:18:33.352Z] .
15:18:33 [2024-06-03T15:18:33.352Z] Running integration-test (iteration 1)
15:18:33 [2024-06-03T15:18:33.352Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
15:18:33 [2024-06-03T15:18:33.352Z] ++ '[' -n '' ']'
15:18:33 [2024-06-03T15:18:33.352Z] ++ 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
15:18:33 [2024-06-03T15:18:33.352Z] ++ set -e
15:18:33 [2024-06-03T15:18:33.352Z] ++ '[' -n 0 ']'
15:18:33 [2024-06-03T15:18:33.352Z] ++ set -x
15:18:33 [2024-06-03T15:18:33.352Z] ++ 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.Kxl9hKEXBn/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
15:18:33 [2024-06-03T15:18:33.352Z] Loaded image: busybox:latest
15:18:33 [2024-06-03T15:18:33.352Z] Loaded image: busybox:glibc
15:18:33 [2024-06-03T15:18:33.352Z] Loaded image: debian:bookworm-slim
15:18:33 [2024-06-03T15:18:33.352Z] Loaded image: hello-world:latest
15:18:33 [2024-06-03T15:18:33.352Z] Loaded image: arm32v7/hello-world:latest
15:18:33 [2024-06-03T15:18:33.352Z] INFO: Testing against a local daemon
15:18:33 [2024-06-03T15:18:33.352Z] === RUN   TestCgroupNamespacesBuild
15:18:34 [2024-06-03T15:18:34.711Z] --- PASS: TestCgroupNamespacesBuild (1.26s)
15:18:34 [2024-06-03T15:18:34.711Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
15:18:36 [2024-06-03T15:18:36.070Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s)
15:18:36 [2024-06-03T15:18:36.070Z] === RUN   TestBuildWithSession
15:18:36 [2024-06-03T15:18:36.070Z]     build_session_test.go:25: TODO: BuildKit
15:18:36 [2024-06-03T15:18:36.070Z] --- SKIP: TestBuildWithSession (0.00s)
15:18:36 [2024-06-03T15:18:36.070Z] === RUN   TestBuildSquashParent
15:18:39 [2024-06-03T15:18:39.326Z] --- PASS: TestBuildSquashParent (3.31s)
15:18:39 [2024-06-03T15:18:39.326Z] === RUN   TestBuildWithRemoveAndForceRemove
15:18:39 [2024-06-03T15:18:39.326Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:18:39 [2024-06-03T15:18:39.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:18:39 [2024-06-03T15:18:39.326Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:18:39 [2024-06-03T15:18:39.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:18:39 [2024-06-03T15:18:39.326Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:18:39 [2024-06-03T15:18:39.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:18:39 [2024-06-03T15:18:39.326Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:18:39 [2024-06-03T15:18:39.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:18:39 [2024-06-03T15:18:39.326Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:18:39 [2024-06-03T15:18:39.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:18:39 [2024-06-03T15:18:39.326Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:18:39 [2024-06-03T15:18:39.326Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:18:39 [2024-06-03T15:18:39.326Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:18:39 [2024-06-03T15:18:39.326Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:18:39 [2024-06-03T15:18:39.326Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:18:39 [2024-06-03T15:18:39.326Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:18:39 [2024-06-03T15:18:39.326Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:18:39 [2024-06-03T15:18:39.326Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:18:42 [2024-06-03T15:18:42.581Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
15:18:42 [2024-06-03T15:18:42.581Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.98s)
15:18:42 [2024-06-03T15:18:42.581Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.00s)
15:18:42 [2024-06-03T15:18:42.581Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.55s)
15:18:42 [2024-06-03T15:18:42.581Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.75s)
15:18:42 [2024-06-03T15:18:42.581Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.02s)
15:18:42 [2024-06-03T15:18:42.581Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.08s)
15:18:42 [2024-06-03T15:18:42.581Z] === RUN   TestBuildMultiStageCopy
15:18:42 [2024-06-03T15:18:42.581Z] === RUN   TestBuildMultiStageCopy/copy_to_root
15:18:43 [2024-06-03T15:18:43.139Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
15:18:43 [2024-06-03T15:18:43.139Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
15:18:43 [2024-06-03T15:18:43.393Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
15:18:43 [2024-06-03T15:18:43.393Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
15:18:43 [2024-06-03T15:18:43.648Z] --- PASS: TestBuildMultiStageCopy (1.37s)
15:18:43 [2024-06-03T15:18:43.648Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.89s)
15:18:43 [2024-06-03T15:18:43.648Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.09s)
15:18:43 [2024-06-03T15:18:43.648Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.09s)
15:18:43 [2024-06-03T15:18:43.648Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.12s)
15:18:43 [2024-06-03T15:18:43.648Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.14s)
15:18:43 [2024-06-03T15:18:43.648Z] === RUN   TestBuildMultiStageParentConfig
15:18:43 [2024-06-03T15:18:43.902Z] --- PASS: TestBuildMultiStageParentConfig (0.41s)
15:18:43 [2024-06-03T15:18:43.902Z] === RUN   TestBuildLabelWithTargets
15:18:44 [2024-06-03T15:18:44.824Z] --- PASS: TestBuildLabelWithTargets (0.68s)
15:18:44 [2024-06-03T15:18:44.824Z] === RUN   TestBuildWithEmptyLayers
15:18:44 [2024-06-03T15:18:44.824Z] --- PASS: TestBuildWithEmptyLayers (0.15s)
15:18:44 [2024-06-03T15:18:44.824Z] === RUN   TestBuildMultiStageOnBuild
15:18:46 [2024-06-03T15:18:46.183Z] --- PASS: TestBuildMultiStageOnBuild (1.17s)
15:18:46 [2024-06-03T15:18:46.183Z] === RUN   TestBuildUncleanTarFilenames
15:18:46 [2024-06-03T15:18:46.183Z] --- PASS: TestBuildUncleanTarFilenames (0.12s)
15:18:46 [2024-06-03T15:18:46.183Z] === RUN   TestBuildMultiStageLayerLeak
15:18:47 [2024-06-03T15:18:47.541Z] --- PASS: TestBuildMultiStageLayerLeak (1.24s)
15:18:47 [2024-06-03T15:18:47.541Z] === RUN   TestBuildWithHugeFile
15:20:08 [2024-06-03T15:20:08.875Z] --- PASS: TestBuildWithHugeFile (69.44s)
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildWCOWSandboxSize
15:20:08 [2024-06-03T15:20:08.875Z]     build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:20:08 [2024-06-03T15:20:08.875Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildWithEmptyDockerfile
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
15:20:08 [2024-06-03T15:20:08.875Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:20:08 [2024-06-03T15:20:08.875Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:20:08 [2024-06-03T15:20:08.875Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:20:08 [2024-06-03T15:20:08.875Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
15:20:08 [2024-06-03T15:20:08.875Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:20:08 [2024-06-03T15:20:08.875Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:20:08 [2024-06-03T15:20:08.875Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
15:20:08 [2024-06-03T15:20:08.875Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
15:20:08 [2024-06-03T15:20:08.875Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
15:20:08 [2024-06-03T15:20:08.875Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildPreserveOwnership
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildPreserveOwnership/copy_from
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
15:20:08 [2024-06-03T15:20:08.875Z] --- PASS: TestBuildPreserveOwnership (2.29s)
15:20:08 [2024-06-03T15:20:08.875Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.64s)
15:20:08 [2024-06-03T15:20:08.875Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.64s)
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildPlatformInvalid
15:20:08 [2024-06-03T15:20:08.875Z] --- PASS: TestBuildPlatformInvalid (0.01s)
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildkitHistoryTracePropagation
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" 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
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" 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
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:19:59Z" level=info msg="[core] [Server #4] Server created" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z]     build_traces_test.go:84: Waiting for trace to be available
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:20:03Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:20:03Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:20:03Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:20:03Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:20:03Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] time="2024-06-03T15:20:03Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
15:20:08 [2024-06-03T15:20:08.875Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s)
15:20:08 [2024-06-03T15:20:08.875Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
15:20:08 [2024-06-03T15:20:08.875Z] Loaded image: busybox:latest
15:20:08 [2024-06-03T15:20:08.875Z] Loaded image: busybox:glibc
15:20:08 [2024-06-03T15:20:08.875Z] Loaded image: debian:bookworm-slim
15:20:08 [2024-06-03T15:20:08.875Z] Loaded image: hello-world:latest
15:20:08 [2024-06-03T15:20:08.875Z] Loaded image: arm32v7/hello-world:latest
15:20:13 [2024-06-03T15:20:13.029Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.80s)
15:20:13 [2024-06-03T15:20:13.029Z] PASS
15:20:13 [2024-06-03T15:20:13.029Z] 
15:20:13 [2024-06-03T15:20:13.029Z] === Skipped
15:20:13 [2024-06-03T15:20:13.029Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
15:20:13 [2024-06-03T15:20:13.029Z]     build_session_test.go:25: TODO: BuildKit
15:20:13 [2024-06-03T15:20:13.029Z] 
15:20:13 [2024-06-03T15:20:13.029Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
15:20:13 [2024-06-03T15:20:13.029Z]     build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:20:13 [2024-06-03T15:20:13.029Z] 
15:20:13 [2024-06-03T15:20:13.029Z] DONE 35 tests, 2 skipped in 100.725s
15:20:13 [2024-06-03T15:20:13.029Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
15:20:13 [2024-06-03T15:20:13.029Z] ++ '[' -n '' ']'
15:20:13 [2024-06-03T15:20:13.029Z] ++ 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
15:20:13 [2024-06-03T15:20:13.029Z] ++ set -e
15:20:13 [2024-06-03T15:20:13.029Z] ++ '[' -n 0 ']'
15:20:13 [2024-06-03T15:20:13.029Z] ++ set -x
15:20:13 [2024-06-03T15:20:13.029Z] ++ 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.Kxl9hKEXBn/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
15:20:13 [2024-06-03T15:20:13.029Z] INFO: Testing against a local daemon
15:20:13 [2024-06-03T15:20:13.029Z] === RUN   TestNoNewPrivileges
15:20:22 [2024-06-03T15:20:22.949Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
15:20:22 [2024-06-03T15:20:22.949Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
15:20:23 [2024-06-03T15:20:23.507Z] --- PASS: TestNoNewPrivileges (10.49s)
15:20:23 [2024-06-03T15:20:23.507Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.38s)
15:20:23 [2024-06-03T15:20:23.507Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.38s)
15:20:23 [2024-06-03T15:20:23.507Z] PASS
15:20:23 [2024-06-03T15:20:23.507Z] 
15:20:23 [2024-06-03T15:20:23.507Z] DONE 3 tests in 10.515s
15:20:23 [2024-06-03T15:20:23.507Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
15:20:23 [2024-06-03T15:20:23.507Z] ++ '[' -n '' ']'
15:20:23 [2024-06-03T15:20:23.507Z] ++ 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
15:20:23 [2024-06-03T15:20:23.507Z] ++ set -e
15:20:23 [2024-06-03T15:20:23.507Z] ++ '[' -n 0 ']'
15:20:23 [2024-06-03T15:20:23.507Z] ++ set -x
15:20:23 [2024-06-03T15:20:23.507Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.Kxl9hKEXBn/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
15:20:23 [2024-06-03T15:20:23.507Z] INFO: Testing against a local daemon
15:20:23 [2024-06-03T15:20:23.507Z] === RUN   TestConfigInspect
15:20:25 [2024-06-03T15:20:25.387Z] --- PASS: TestConfigInspect (1.93s)
15:20:25 [2024-06-03T15:20:25.387Z] === RUN   TestConfigList
15:20:26 [2024-06-03T15:20:26.745Z] === RUN   TestConfigList/test_filter_by_name
15:20:26 [2024-06-03T15:20:26.745Z] === RUN   TestConfigList/test_filter_by_id
15:20:26 [2024-06-03T15:20:26.745Z] === RUN   TestConfigList/test_filter_by_label_key_only
15:20:26 [2024-06-03T15:20:26.745Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
15:20:26 [2024-06-03T15:20:26.745Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
15:20:27 [2024-06-03T15:20:27.303Z] --- PASS: TestConfigList (1.95s)
15:20:27 [2024-06-03T15:20:27.303Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
15:20:27 [2024-06-03T15:20:27.303Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
15:20:27 [2024-06-03T15:20:27.303Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
15:20:27 [2024-06-03T15:20:27.303Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
15:20:27 [2024-06-03T15:20:27.303Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
15:20:27 [2024-06-03T15:20:27.303Z] === RUN   TestConfigsCreateAndDelete
15:20:29 [2024-06-03T15:20:29.808Z] --- PASS: TestConfigsCreateAndDelete (1.99s)
15:20:29 [2024-06-03T15:20:29.808Z] === RUN   TestConfigsUpdate
15:20:31 [2024-06-03T15:20:31.688Z] --- PASS: TestConfigsUpdate (1.96s)
15:20:31 [2024-06-03T15:20:31.688Z] === RUN   TestTemplatedConfig
15:20:34 [2024-06-03T15:20:34.194Z] --- PASS: TestTemplatedConfig (2.61s)
15:20:34 [2024-06-03T15:20:34.194Z] === RUN   TestConfigCreateResolve
15:20:36 [2024-06-03T15:20:36.101Z] --- PASS: TestConfigCreateResolve (1.91s)
15:20:36 [2024-06-03T15:20:36.101Z] PASS
15:20:36 [2024-06-03T15:20:36.101Z] 
15:20:36 [2024-06-03T15:20:36.101Z] DONE 11 tests in 12.379s
15:20:36 [2024-06-03T15:20:36.101Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
15:20:36 [2024-06-03T15:20:36.101Z] ++ '[' -n '' ']'
15:20:36 [2024-06-03T15:20:36.101Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
15:20:36 [2024-06-03T15:20:36.101Z] ++ set -e
15:20:36 [2024-06-03T15:20:36.101Z] ++ '[' -n 0 ']'
15:20:36 [2024-06-03T15:20:36.101Z] ++ set -x
15:20:36 [2024-06-03T15:20:36.101Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.Kxl9hKEXBn/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
15:20:36 [2024-06-03T15:20:36.101Z] INFO: Testing against a local daemon
15:20:36 [2024-06-03T15:20:36.101Z] === RUN   TestAttach
15:20:36 [2024-06-03T15:20:36.101Z] === RUN   TestAttach/without_TTY
15:20:36 [2024-06-03T15:20:36.101Z] === PAUSE TestAttach/without_TTY
15:20:36 [2024-06-03T15:20:36.101Z] === RUN   TestAttach/with_TTY
15:20:36 [2024-06-03T15:20:36.101Z] === PAUSE TestAttach/with_TTY
15:20:36 [2024-06-03T15:20:36.101Z] === CONT  TestAttach/without_TTY
15:20:36 [2024-06-03T15:20:36.101Z] === CONT  TestAttach/with_TTY
15:20:36 [2024-06-03T15:20:36.101Z] --- PASS: TestAttach (0.02s)
15:20:36 [2024-06-03T15:20:36.101Z]     --- PASS: TestAttach/without_TTY (0.05s)
15:20:36 [2024-06-03T15:20:36.101Z]     --- PASS: TestAttach/with_TTY (0.05s)
15:20:36 [2024-06-03T15:20:36.101Z] === RUN   TestCreateWithCDIDevices
15:20:37 [2024-06-03T15:20:37.024Z] --- PASS: TestCreateWithCDIDevices (1.00s)
15:20:37 [2024-06-03T15:20:37.024Z] === RUN   TestCDISpecDirsAreInSystemInfo
15:20:37 [2024-06-03T15:20:37.024Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default
15:20:37 [2024-06-03T15:20:37.583Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned
15:20:38 [2024-06-03T15:20:38.141Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice
15:20:38 [2024-06-03T15:20:38.699Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice
15:20:38 [2024-06-03T15:20:38.954Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice
15:20:39 [2024-06-03T15:20:39.512Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice
15:20:40 [2024-06-03T15:20:40.071Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice
15:20:40 [2024-06-03T15:20:40.630Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice
15:20:41 [2024-06-03T15:20:41.189Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.16s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s)
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestCheckpoint
15:20:41 [2024-06-03T15:20:41.189Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:20:41 [2024-06-03T15:20:41.189Z] --- SKIP: TestCheckpoint (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/commit
15:20:41 [2024-06-03T15:20:41.189Z] === PAUSE TestContainerInvalidJSON/commit
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/create
15:20:41 [2024-06-03T15:20:41.189Z] === PAUSE TestContainerInvalidJSON/containers/create
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
15:20:41 [2024-06-03T15:20:41.189Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
15:20:41 [2024-06-03T15:20:41.189Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
15:20:41 [2024-06-03T15:20:41.189Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:20:41 [2024-06-03T15:20:41.189Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
15:20:41 [2024-06-03T15:20:41.189Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
15:20:41 [2024-06-03T15:20:41.189Z] === CONT  TestContainerInvalidJSON/commit
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
15:20:41 [2024-06-03T15:20:41.189Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
15:20:41 [2024-06-03T15:20:41.189Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
15:20:41 [2024-06-03T15:20:41.189Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
15:20:41 [2024-06-03T15:20:41.189Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
15:20:41 [2024-06-03T15:20:41.189Z] === CONT  TestContainerInvalidJSON/containers/create
15:20:41 [2024-06-03T15:20:41.189Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/commit/empty_body
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
15:20:41 [2024-06-03T15:20:41.189Z] --- PASS: TestContainerInvalidJSON (0.01s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestCopyFromContainerPathDoesNotExist
15:20:41 [2024-06-03T15:20:41.189Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestCopyFromContainerPathIsNotDir
15:20:41 [2024-06-03T15:20:41.189Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestCopyToContainerPathDoesNotExist
15:20:41 [2024-06-03T15:20:41.189Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
15:20:41 [2024-06-03T15:20:41.189Z] === RUN   TestCopyEmptyFile
15:20:41 [2024-06-03T15:20:41.444Z] --- PASS: TestCopyEmptyFile (0.06s)
15:20:41 [2024-06-03T15:20:41.444Z] === RUN   TestCopyToContainerPathIsNotDir
15:20:41 [2024-06-03T15:20:41.444Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
15:20:41 [2024-06-03T15:20:41.444Z] === RUN   TestCopyFromContainer
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer//
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer/.
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer//.
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer/./
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer//./
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer//bar/root
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer//bar/root/
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer//bar/root/.
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer/bar/quux
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer/bar/quux/
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer/bar/quux/.
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer/bar/quux/baz
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer/bar/filesymlink
15:20:42 [2024-06-03T15:20:42.003Z] === RUN   TestCopyFromContainer/bar/dirsymlink
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCopyFromContainer/bar/notarget
15:20:42 [2024-06-03T15:20:42.257Z] --- PASS: TestCopyFromContainer (0.77s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer// (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/. (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer//. (0.02s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:20:42 [2024-06-03T15:20:42.257Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:20:42 [2024-06-03T15:20:42.257Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
15:20:42 [2024-06-03T15:20:42.257Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
15:20:42 [2024-06-03T15:20:42.257Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:20:42 [2024-06-03T15:20:42.257Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
15:20:42 [2024-06-03T15:20:42.257Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:20:42 [2024-06-03T15:20:42.257Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateLinkToNonExistingContainer
15:20:42 [2024-06-03T15:20:42.257Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateWithInvalidEnv
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateWithInvalidEnv/0
15:20:42 [2024-06-03T15:20:42.257Z] === PAUSE TestCreateWithInvalidEnv/0
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateWithInvalidEnv/1
15:20:42 [2024-06-03T15:20:42.257Z] === PAUSE TestCreateWithInvalidEnv/1
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateWithInvalidEnv/2
15:20:42 [2024-06-03T15:20:42.257Z] === PAUSE TestCreateWithInvalidEnv/2
15:20:42 [2024-06-03T15:20:42.257Z] === CONT  TestCreateWithInvalidEnv/0
15:20:42 [2024-06-03T15:20:42.257Z] === CONT  TestCreateWithInvalidEnv/2
15:20:42 [2024-06-03T15:20:42.257Z] === CONT  TestCreateWithInvalidEnv/1
15:20:42 [2024-06-03T15:20:42.257Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
15:20:42 [2024-06-03T15:20:42.257Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateTmpfsMountsTarget
15:20:42 [2024-06-03T15:20:42.257Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
15:20:42 [2024-06-03T15:20:42.257Z] === RUN   TestCreateWithCustomMaskedPaths
15:20:43 [2024-06-03T15:20:43.615Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s)
15:20:43 [2024-06-03T15:20:43.615Z] === RUN   TestCreateWithCustomReadonlyPaths
15:20:44 [2024-06-03T15:20:44.539Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s)
15:20:44 [2024-06-03T15:20:44.539Z] === RUN   TestCreateWithInvalidHealthcheckParams
15:20:44 [2024-06-03T15:20:44.539Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:20:44 [2024-06-03T15:20:44.539Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:20:44 [2024-06-03T15:20:44.539Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:20:44 [2024-06-03T15:20:44.539Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:20:44 [2024-06-03T15:20:44.539Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:20:44 [2024-06-03T15:20:44.539Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:20:44 [2024-06-03T15:20:44.539Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:20:44 [2024-06-03T15:20:44.539Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:20:44 [2024-06-03T15:20:44.539Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:20:44 [2024-06-03T15:20:44.539Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:20:44 [2024-06-03T15:20:44.539Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
15:20:44 [2024-06-03T15:20:44.539Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
15:20:44 [2024-06-03T15:20:44.539Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:20:44 [2024-06-03T15:20:44.539Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:20:44 [2024-06-03T15:20:44.539Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:20:44 [2024-06-03T15:20:44.793Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:20:44 [2024-06-03T15:20:44.793Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
15:20:44 [2024-06-03T15:20:44.793Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:20:44 [2024-06-03T15:20:44.793Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
15:20:44 [2024-06-03T15:20:44.793Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
15:20:44 [2024-06-03T15:20:44.793Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
15:20:44 [2024-06-03T15:20:44.793Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
15:20:44 [2024-06-03T15:20:44.793Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
15:20:44 [2024-06-03T15:20:44.793Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
15:20:44 [2024-06-03T15:20:44.793Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
15:20:44 [2024-06-03T15:20:44.793Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
15:20:45 [2024-06-03T15:20:45.048Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s)
15:20:45 [2024-06-03T15:20:45.048Z] === RUN   TestCreateDifferentPlatform
15:20:45 [2024-06-03T15:20:45.048Z] === RUN   TestCreateDifferentPlatform/different_os
15:20:45 [2024-06-03T15:20:45.048Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
15:20:45 [2024-06-03T15:20:45.048Z] --- PASS: TestCreateDifferentPlatform (0.01s)
15:20:45 [2024-06-03T15:20:45.048Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
15:20:45 [2024-06-03T15:20:45.048Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
15:20:45 [2024-06-03T15:20:45.048Z] === RUN   TestCreateVolumesFromNonExistingContainer
15:20:45 [2024-06-03T15:20:45.303Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
15:20:45 [2024-06-03T15:20:45.303Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreateInvalidHostConfig
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
15:20:45 [2024-06-03T15:20:45.303Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
15:20:45 [2024-06-03T15:20:45.303Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:20:45 [2024-06-03T15:20:45.303Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
15:20:45 [2024-06-03T15:20:45.303Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
15:20:45 [2024-06-03T15:20:45.303Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
15:20:45 [2024-06-03T15:20:45.303Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
15:20:45 [2024-06-03T15:20:45.303Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
15:20:45 [2024-06-03T15:20:45.303Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
15:20:45 [2024-06-03T15:20:45.303Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
15:20:45 [2024-06-03T15:20:45.303Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:20:45 [2024-06-03T15:20:45.303Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
15:20:45 [2024-06-03T15:20:45.303Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
15:20:45 [2024-06-03T15:20:45.303Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
15:20:45 [2024-06-03T15:20:45.303Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
15:20:45 [2024-06-03T15:20:45.303Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
15:20:45 [2024-06-03T15:20:45.303Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreateWithMultipleEndpointSettings
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
15:20:45 [2024-06-03T15:20:45.303Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.06s)
15:20:45 [2024-06-03T15:20:45.303Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.04s)
15:20:45 [2024-06-03T15:20:45.303Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
15:20:45 [2024-06-03T15:20:45.303Z] === RUN   TestCreateWithCustomMACs
15:20:45 [2024-06-03T15:20:45.861Z] --- PASS: TestCreateWithCustomMACs (0.55s)
15:20:45 [2024-06-03T15:20:45.861Z] === RUN   TestContainerStartOnDaemonRestart
15:20:45 [2024-06-03T15:20:45.861Z] === PAUSE TestContainerStartOnDaemonRestart
15:20:45 [2024-06-03T15:20:45.861Z] === RUN   TestDaemonRestartIpcMode
15:20:45 [2024-06-03T15:20:45.861Z] === PAUSE TestDaemonRestartIpcMode
15:20:45 [2024-06-03T15:20:45.861Z] === RUN   TestDaemonHostGatewayIP
15:20:45 [2024-06-03T15:20:45.861Z] === PAUSE TestDaemonHostGatewayIP
15:20:45 [2024-06-03T15:20:45.861Z] === RUN   TestRestartDaemonWithRestartingContainer
15:20:45 [2024-06-03T15:20:45.861Z] === PAUSE TestRestartDaemonWithRestartingContainer
15:20:45 [2024-06-03T15:20:45.861Z] === RUN   TestHardRestartWhenContainerIsRunning
15:20:45 [2024-06-03T15:20:45.861Z] === PAUSE TestHardRestartWhenContainerIsRunning
15:20:45 [2024-06-03T15:20:45.861Z] === RUN   TestContainerKillOnDaemonStart
15:20:45 [2024-06-03T15:20:45.861Z] === PAUSE TestContainerKillOnDaemonStart
15:20:45 [2024-06-03T15:20:45.861Z] === RUN   TestDiff
15:20:46 [2024-06-03T15:20:46.419Z] --- PASS: TestDiff (0.41s)
15:20:46 [2024-06-03T15:20:46.419Z] === RUN   TestDiffStoppedContainer
15:20:46 [2024-06-03T15:20:46.674Z] --- PASS: TestDiffStoppedContainer (0.44s)
15:20:46 [2024-06-03T15:20:46.674Z] === RUN   TestExecConsoleSize
15:20:47 [2024-06-03T15:20:47.232Z] --- PASS: TestExecConsoleSize (0.44s)
15:20:47 [2024-06-03T15:20:47.232Z] === RUN   TestExecWithCloseStdin
15:20:47 [2024-06-03T15:20:47.791Z] --- PASS: TestExecWithCloseStdin (0.45s)
15:20:47 [2024-06-03T15:20:47.791Z] === RUN   TestExec
15:20:48 [2024-06-03T15:20:48.046Z] --- PASS: TestExec (0.42s)
15:20:48 [2024-06-03T15:20:48.046Z] === RUN   TestExecUser
15:20:48 [2024-06-03T15:20:48.605Z] --- PASS: TestExecUser (0.44s)
15:20:48 [2024-06-03T15:20:48.605Z] === RUN   TestExecWithGroupAdd
15:20:48 [2024-06-03T15:20:48.859Z] --- PASS: TestExecWithGroupAdd (0.48s)
15:20:48 [2024-06-03T15:20:48.859Z] === RUN   TestExportContainerAndImportImage
15:20:49 [2024-06-03T15:20:49.418Z] --- PASS: TestExportContainerAndImportImage (0.46s)
15:20:49 [2024-06-03T15:20:49.418Z] === RUN   TestExportContainerAfterDaemonRestart
15:20:55 [2024-06-03T15:20:55.939Z] --- PASS: TestExportContainerAfterDaemonRestart (6.15s)
15:20:55 [2024-06-03T15:20:55.939Z] === RUN   TestHealthCheckWorkdir
15:20:56 [2024-06-03T15:20:56.193Z] --- PASS: TestHealthCheckWorkdir (0.51s)
15:20:56 [2024-06-03T15:20:56.193Z] === RUN   TestHealthKillContainer
15:21:04 [2024-06-03T15:21:04.261Z] --- PASS: TestHealthKillContainer (7.61s)
15:21:04 [2024-06-03T15:21:04.261Z] === RUN   TestHealthCheckProcessKilled
15:21:04 [2024-06-03T15:21:04.261Z] --- PASS: TestHealthCheckProcessKilled (0.65s)
15:21:04 [2024-06-03T15:21:04.261Z] === RUN   TestHealthStartInterval
15:21:05 [2024-06-03T15:21:05.620Z]     health_test.go:141: &{2024-06-03 15:21:05.443575376 +0000 UTC 2024-06-03 15:21:05.470303975 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:21:05 [2024-06-03T15:21:05.620Z]         }
15:21:05 [2024-06-03T15:21:05.875Z]     health_test.go:141: &{2024-06-03 15:21:05.443575376 +0000 UTC 2024-06-03 15:21:05.470303975 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:21:05 [2024-06-03T15:21:05.875Z]         }
15:21:05 [2024-06-03T15:21:05.875Z]     health_test.go:141: &{2024-06-03 15:21:05.443575376 +0000 UTC 2024-06-03 15:21:05.470303975 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:21:05 [2024-06-03T15:21:05.875Z]         }
15:21:05 [2024-06-03T15:21:05.875Z]     health_test.go:141: &{2024-06-03 15:21:05.443575376 +0000 UTC 2024-06-03 15:21:05.470303975 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:21:05 [2024-06-03T15:21:05.875Z]         }
15:21:06 [2024-06-03T15:21:06.129Z]     health_test.go:141: &{2024-06-03 15:21:05.443575376 +0000 UTC 2024-06-03 15:21:05.470303975 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:21:06 [2024-06-03T15:21:06.129Z]         }
15:21:06 [2024-06-03T15:21:06.129Z]     health_test.go:141: &{2024-06-03 15:21:05.443575376 +0000 UTC 2024-06-03 15:21:05.470303975 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:21:06 [2024-06-03T15:21:06.129Z]         }
15:21:06 [2024-06-03T15:21:06.383Z]     health_test.go:141: &{2024-06-03 15:21:05.443575376 +0000 UTC 2024-06-03 15:21:05.470303975 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:21:06 [2024-06-03T15:21:06.383Z]         }
15:21:06 [2024-06-03T15:21:06.383Z]     health_test.go:141: &{2024-06-03 15:21:05.443575376 +0000 UTC 2024-06-03 15:21:05.470303975 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:21:06 [2024-06-03T15:21:06.383Z]         }
15:21:06 [2024-06-03T15:21:06.384Z]     health_test.go:141: &{2024-06-03 15:21:05.443575376 +0000 UTC 2024-06-03 15:21:05.470303975 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:21:06 [2024-06-03T15:21:06.384Z]         }
15:21:06 [2024-06-03T15:21:06.638Z]     health_test.go:141: &{2024-06-03 15:21:05.443575376 +0000 UTC 2024-06-03 15:21:05.470303975 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:21:06 [2024-06-03T15:21:06.638Z]         }
15:21:06 [2024-06-03T15:21:06.638Z]     health_test.go:141: &{2024-06-03 15:21:06.470907174 +0000 UTC 2024-06-03 15:21:06.501422195 +0000 UTC 1 2}
15:21:06 [2024-06-03T15:21:06.892Z]     health_test.go:141: &{2024-06-03 15:21:06.470907174 +0000 UTC 2024-06-03 15:21:06.501422195 +0000 UTC 1 2}
15:21:06 [2024-06-03T15:21:06.892Z]     health_test.go:141: &{2024-06-03 15:21:06.470907174 +0000 UTC 2024-06-03 15:21:06.501422195 +0000 UTC 1 2}
15:21:06 [2024-06-03T15:21:06.892Z]     health_test.go:141: &{2024-06-03 15:21:06.470907174 +0000 UTC 2024-06-03 15:21:06.501422195 +0000 UTC 1 2}
15:21:07 [2024-06-03T15:21:07.147Z]     health_test.go:141: &{2024-06-03 15:21:06.470907174 +0000 UTC 2024-06-03 15:21:06.501422195 +0000 UTC 1 2}
15:21:07 [2024-06-03T15:21:07.147Z]     health_test.go:141: &{2024-06-03 15:21:06.470907174 +0000 UTC 2024-06-03 15:21:06.501422195 +0000 UTC 1 2}
15:21:07 [2024-06-03T15:21:07.401Z]     health_test.go:141: &{2024-06-03 15:21:06.470907174 +0000 UTC 2024-06-03 15:21:06.501422195 +0000 UTC 1 2}
15:21:07 [2024-06-03T15:21:07.401Z]     health_test.go:141: &{2024-06-03 15:21:06.470907174 +0000 UTC 2024-06-03 15:21:06.501422195 +0000 UTC 1 2}
15:21:07 [2024-06-03T15:21:07.401Z]     health_test.go:141: &{2024-06-03 15:21:06.470907174 +0000 UTC 2024-06-03 15:21:06.501422195 +0000 UTC 1 2}
15:21:07 [2024-06-03T15:21:07.655Z]     health_test.go:141: &{2024-06-03 15:21:06.470907174 +0000 UTC 2024-06-03 15:21:06.501422195 +0000 UTC 1 2}
15:21:07 [2024-06-03T15:21:07.656Z]     health_test.go:169: 1.031673993s
15:21:08 [2024-06-03T15:21:08.578Z]     health_test.go:169: 1.031673993s
15:21:09 [2024-06-03T15:21:09.937Z]     health_test.go:169: 1.031673993s
15:21:10 [2024-06-03T15:21:10.860Z]     health_test.go:169: 1.031673993s
15:21:11 [2024-06-03T15:21:11.782Z]     health_test.go:169: 1.031673993s
15:21:12 [2024-06-03T15:21:12.705Z]     health_test.go:169: 1.031673993s
15:21:13 [2024-06-03T15:21:13.627Z]     health_test.go:169: 1.031673993s
15:21:14 [2024-06-03T15:21:14.985Z]     health_test.go:169: 1.031673993s
15:21:15 [2024-06-03T15:21:15.907Z]     health_test.go:169: 1.031673993s
15:21:16 [2024-06-03T15:21:16.829Z]     health_test.go:169: 1.031673993s
15:21:17 [2024-06-03T15:21:17.751Z]     health_test.go:169: 1.031673993s
15:21:18 [2024-06-03T15:21:18.673Z]     health_test.go:169: 1.031673993s
15:21:19 [2024-06-03T15:21:19.596Z]     health_test.go:169: 1.031673993s
15:21:20 [2024-06-03T15:21:20.954Z]     health_test.go:169: 1.031673993s
15:21:21 [2024-06-03T15:21:21.876Z]     health_test.go:169: 1.031673993s
15:21:22 [2024-06-03T15:21:22.798Z]     health_test.go:169: 1.031673993s
15:21:23 [2024-06-03T15:21:23.720Z]     health_test.go:169: 1.031673993s
15:21:24 [2024-06-03T15:21:24.642Z]     health_test.go:169: 1.031673993s
15:21:25 [2024-06-03T15:21:25.999Z]     health_test.go:169: 1.031673993s
15:21:26 [2024-06-03T15:21:26.921Z]     health_test.go:169: 1.031673993s
15:21:27 [2024-06-03T15:21:27.842Z]     health_test.go:169: 1.031673993s
15:21:28 [2024-06-03T15:21:28.763Z]     health_test.go:169: 1.031673993s
15:21:29 [2024-06-03T15:21:29.685Z]     health_test.go:169: 1.031673993s
15:21:30 [2024-06-03T15:21:30.606Z]     health_test.go:169: 1.031673993s
15:21:31 [2024-06-03T15:21:31.964Z]     health_test.go:169: 1.031673993s
15:21:32 [2024-06-03T15:21:32.885Z]     health_test.go:169: 1.031673993s
15:21:33 [2024-06-03T15:21:33.807Z]     health_test.go:169: 1.031673993s
15:21:34 [2024-06-03T15:21:34.729Z]     health_test.go:169: 1.031673993s
15:21:35 [2024-06-03T15:21:35.650Z]     health_test.go:169: 1.031673993s
15:21:37 [2024-06-03T15:21:37.008Z]     health_test.go:169: 1.031673993s
15:21:37 [2024-06-03T15:21:37.932Z] --- PASS: TestHealthStartInterval (33.58s)
15:21:37 [2024-06-03T15:21:37.932Z] === RUN   TestInspectCpusetInConfigPre120
15:21:38 [2024-06-03T15:21:38.491Z] --- PASS: TestInspectCpusetInConfigPre120 (0.45s)
15:21:38 [2024-06-03T15:21:38.491Z] === RUN   TestInspectAnnotations
15:21:38 [2024-06-03T15:21:38.491Z] --- PASS: TestInspectAnnotations (0.05s)
15:21:38 [2024-06-03T15:21:38.491Z] === RUN   TestNetworkAliasesAreEmpty
15:21:38 [2024-06-03T15:21:38.491Z] === RUN   TestNetworkAliasesAreEmpty/host
15:21:38 [2024-06-03T15:21:38.491Z] === RUN   TestNetworkAliasesAreEmpty/bridge
15:21:38 [2024-06-03T15:21:38.491Z] === RUN   TestNetworkAliasesAreEmpty/none
15:21:38 [2024-06-03T15:21:38.491Z] --- PASS: TestNetworkAliasesAreEmpty (0.14s)
15:21:38 [2024-06-03T15:21:38.491Z]     --- PASS: TestNetworkAliasesAreEmpty/host (0.04s)
15:21:38 [2024-06-03T15:21:38.491Z]     --- PASS: TestNetworkAliasesAreEmpty/bridge (0.04s)
15:21:38 [2024-06-03T15:21:38.491Z]     --- PASS: TestNetworkAliasesAreEmpty/none (0.04s)
15:21:38 [2024-06-03T15:21:38.491Z] === RUN   TestIpcModeNone
15:21:39 [2024-06-03T15:21:39.049Z] --- PASS: TestIpcModeNone (0.48s)
15:21:39 [2024-06-03T15:21:39.049Z] === RUN   TestIpcModePrivate
15:21:39 [2024-06-03T15:21:39.304Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
15:21:39 [2024-06-03T15:21:39.558Z] --- PASS: TestIpcModePrivate (0.47s)
15:21:39 [2024-06-03T15:21:39.558Z] === RUN   TestIpcModeShareable
15:21:39 [2024-06-03T15:21:39.812Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
15:21:40 [2024-06-03T15:21:40.066Z] --- PASS: TestIpcModeShareable (0.47s)
15:21:40 [2024-06-03T15:21:40.066Z] === RUN   TestAPIIpcModeShareableAndContainer
15:21:40 [2024-06-03T15:21:40.989Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.03s)
15:21:40 [2024-06-03T15:21:40.989Z] === RUN   TestAPIIpcModeHost
15:21:41 [2024-06-03T15:21:41.243Z] --- PASS: TestAPIIpcModeHost (0.26s)
15:21:41 [2024-06-03T15:21:41.243Z] === RUN   TestDaemonIpcModeShareable
15:21:42 [2024-06-03T15:21:42.166Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
15:21:42 [2024-06-03T15:21:42.420Z] --- PASS: TestDaemonIpcModeShareable (1.04s)
15:21:42 [2024-06-03T15:21:42.420Z] === RUN   TestDaemonIpcModePrivate
15:21:43 [2024-06-03T15:21:43.343Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
15:21:43 [2024-06-03T15:21:43.344Z] --- PASS: TestDaemonIpcModePrivate (1.04s)
15:21:43 [2024-06-03T15:21:43.344Z] === RUN   TestDaemonIpcModePrivateFromConfig
15:21:44 [2024-06-03T15:21:44.266Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
15:21:44 [2024-06-03T15:21:44.520Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.06s)
15:21:44 [2024-06-03T15:21:44.520Z] === RUN   TestDaemonIpcModeShareableFromConfig
15:21:45 [2024-06-03T15:21:45.443Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
15:21:45 [2024-06-03T15:21:45.443Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.09s)
15:21:45 [2024-06-03T15:21:45.443Z] === RUN   TestIpcModeOlderClient
15:21:45 [2024-06-03T15:21:45.443Z] === PAUSE TestIpcModeOlderClient
15:21:45 [2024-06-03T15:21:45.443Z] === RUN   TestKillContainerInvalidSignal
15:21:46 [2024-06-03T15:21:46.001Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
15:21:46 [2024-06-03T15:21:46.001Z] === RUN   TestKillContainer
15:21:46 [2024-06-03T15:21:46.001Z] === RUN   TestKillContainer/no_signal
15:21:46 [2024-06-03T15:21:46.255Z] === RUN   TestKillContainer/non_killing_signal
15:21:46 [2024-06-03T15:21:46.509Z] === RUN   TestKillContainer/killing_signal
15:21:47 [2024-06-03T15:21:47.432Z] --- PASS: TestKillContainer (1.26s)
15:21:47 [2024-06-03T15:21:47.432Z]     --- PASS: TestKillContainer/no_signal (0.41s)
15:21:47 [2024-06-03T15:21:47.432Z]     --- PASS: TestKillContainer/non_killing_signal (0.23s)
15:21:47 [2024-06-03T15:21:47.432Z]     --- PASS: TestKillContainer/killing_signal (0.40s)
15:21:47 [2024-06-03T15:21:47.432Z] === RUN   TestKillWithStopSignalAndRestartPolicies
15:21:47 [2024-06-03T15:21:47.432Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
15:21:47 [2024-06-03T15:21:47.686Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
15:21:48 [2024-06-03T15:21:48.244Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.87s)
15:21:48 [2024-06-03T15:21:48.244Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s)
15:21:48 [2024-06-03T15:21:48.244Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.21s)
15:21:48 [2024-06-03T15:21:48.244Z] === RUN   TestKillStoppedContainer
15:21:48 [2024-06-03T15:21:48.244Z] --- PASS: TestKillStoppedContainer (0.05s)
15:21:48 [2024-06-03T15:21:48.244Z] === RUN   TestKillStoppedContainerAPIPre120
15:21:48 [2024-06-03T15:21:48.244Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
15:21:48 [2024-06-03T15:21:48.244Z] === RUN   TestKillDifferentUserContainer
15:21:48 [2024-06-03T15:21:48.498Z] --- PASS: TestKillDifferentUserContainer (0.42s)
15:21:48 [2024-06-03T15:21:48.498Z] === RUN   TestInspectOomKilledTrue
15:21:49 [2024-06-03T15:21:49.056Z] --- PASS: TestInspectOomKilledTrue (0.44s)
15:21:49 [2024-06-03T15:21:49.056Z] === RUN   TestInspectOomKilledFalse
15:21:49 [2024-06-03T15:21:49.614Z] --- PASS: TestInspectOomKilledFalse (0.40s)
15:21:49 [2024-06-03T15:21:49.614Z] === RUN   TestLinksEtcHostsContentMatch
15:21:49 [2024-06-03T15:21:49.614Z] --- PASS: TestLinksEtcHostsContentMatch (0.22s)
15:21:49 [2024-06-03T15:21:49.614Z] === RUN   TestLinksContainerNames
15:21:50 [2024-06-03T15:21:50.536Z] --- PASS: TestLinksContainerNames (0.85s)
15:21:50 [2024-06-03T15:21:50.536Z] === RUN   TestLogsFollowTailEmpty
15:21:51 [2024-06-03T15:21:51.094Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
15:21:51 [2024-06-03T15:21:51.094Z] === RUN   TestLogs
15:21:51 [2024-06-03T15:21:51.094Z] === RUN   TestLogs/driver_local
15:21:51 [2024-06-03T15:21:51.094Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
15:21:51 [2024-06-03T15:21:51.094Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === RUN   TestLogs/driver_local/tty/only_stdout
15:21:51 [2024-06-03T15:21:51.095Z] === PAUSE TestLogs/driver_local/tty/only_stdout
15:21:51 [2024-06-03T15:21:51.095Z] === RUN   TestLogs/driver_local/tty/only_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === PAUSE TestLogs/driver_local/tty/only_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
15:21:51 [2024-06-03T15:21:51.095Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
15:21:51 [2024-06-03T15:21:51.095Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === CONT  TestLogs/driver_local/tty/only_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
15:21:51 [2024-06-03T15:21:51.095Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
15:21:51 [2024-06-03T15:21:51.095Z] === CONT  TestLogs/driver_local/tty/only_stdout
15:21:52 [2024-06-03T15:21:52.453Z] === RUN   TestLogs/driver_json-file
15:21:52 [2024-06-03T15:21:52.453Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
15:21:52 [2024-06-03T15:21:52.453Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
15:21:52 [2024-06-03T15:21:52.453Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
15:21:52 [2024-06-03T15:21:52.453Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
15:21:52 [2024-06-03T15:21:52.453Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
15:21:52 [2024-06-03T15:21:52.453Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
15:21:52 [2024-06-03T15:21:52.453Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
15:21:54 [2024-06-03T15:21:54.334Z] --- PASS: TestLogs (3.01s)
15:21:54 [2024-06-03T15:21:54.334Z]     --- PASS: TestLogs/driver_local (0.01s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.85s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.04s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.28s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.33s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.46s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.51s)
15:21:54 [2024-06-03T15:21:54.334Z]     --- PASS: TestLogs/driver_json-file (0.01s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.90s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.90s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.24s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.43s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.43s)
15:21:54 [2024-06-03T15:21:54.334Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.49s)
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestContainerNetworkMountsNoChown
15:21:54 [2024-06-03T15:21:54.334Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/default
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/default
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/private
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/private
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rprivate
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rprivate
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/slave
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/slave
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rslave
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rslave
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/shared
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/shared
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rshared
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rshared
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/default
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rslave
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rprivate
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/default/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/slave
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/slave/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/slave/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/default/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/default/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/default/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/default/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/default/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/private
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/private/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/private/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/private/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/shared
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/shared/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/shared/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/shared/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/shared/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rshared
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rslave/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rshared/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rslave/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rshared/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/default/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/default/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/default/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/default/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/private/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/private/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/private/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/slave/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/slave/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rslave/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rslave/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/shared/bind_root
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/shared/mount_root
15:21:54 [2024-06-03T15:21:54.334Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/private/bind_root
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/private/mount_root
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/private/mount_subpath
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/private/bind_subpath
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/rshared/bind_root
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/rshared/mount_root
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/slave/bind_root
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/slave/mount_root
15:21:54 [2024-06-03T15:21:54.589Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
15:21:54 [2024-06-03T15:21:54.589Z] --- PASS: TestMountDaemonRoot (0.01s)
15:21:54 [2024-06-03T15:21:54.589Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
15:21:54 [2024-06-03T15:21:54.589Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
15:21:54 [2024-06-03T15:21:54.589Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s)
15:21:54 [2024-06-03T15:21:54.589Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
15:21:54 [2024-06-03T15:21:54.589Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.06s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.06s)
15:21:54 [2024-06-03T15:21:54.589Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
15:21:54 [2024-06-03T15:21:54.589Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
15:21:54 [2024-06-03T15:21:54.589Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
15:21:54 [2024-06-03T15:21:54.589Z] === RUN   TestContainerBindMountNonRecursive
15:21:55 [2024-06-03T15:21:55.949Z] --- PASS: TestContainerBindMountNonRecursive (1.31s)
15:21:55 [2024-06-03T15:21:55.949Z] === RUN   TestContainerVolumesMountedAsShared
15:21:56 [2024-06-03T15:21:56.507Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s)
15:21:56 [2024-06-03T15:21:56.507Z] === RUN   TestContainerVolumesMountedAsSlave
15:21:56 [2024-06-03T15:21:56.507Z] --- PASS: TestContainerVolumesMountedAsSlave (0.25s)
15:21:56 [2024-06-03T15:21:56.507Z] === RUN   TestContainerCopyLeaksMounts
15:21:57 [2024-06-03T15:21:57.066Z] --- PASS: TestContainerCopyLeaksMounts (0.51s)
15:21:57 [2024-06-03T15:21:57.066Z] === RUN   TestContainerBindMountReadOnlyDefault
15:21:57 [2024-06-03T15:21:57.066Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44
15:21:57 [2024-06-03T15:21:57.066Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount
15:21:57 [2024-06-03T15:21:57.624Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount
15:21:57 [2024-06-03T15:21:57.878Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44
15:21:57 [2024-06-03T15:21:57.878Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount
15:21:58 [2024-06-03T15:21:58.436Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount
15:21:58 [2024-06-03T15:21:58.690Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default
15:21:58 [2024-06-03T15:21:58.690Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount
15:21:59 [2024-06-03T15:21:59.248Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount
15:21:59 [2024-06-03T15:21:59.502Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default
15:21:59 [2024-06-03T15:21:59.502Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount
15:21:59 [2024-06-03T15:21:59.756Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount
15:22:00 [2024-06-03T15:22:00.315Z] --- PASS: TestContainerBindMountReadOnlyDefault (3.22s)
15:22:00 [2024-06-03T15:22:00.315Z]     --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 (0.78s)
15:22:00 [2024-06-03T15:22:00.315Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount (0.39s)
15:22:00 [2024-06-03T15:22:00.315Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount (0.38s)
15:22:00 [2024-06-03T15:22:00.315Z]     --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 (0.79s)
15:22:00 [2024-06-03T15:22:00.315Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount (0.40s)
15:22:00 [2024-06-03T15:22:00.315Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount (0.38s)
15:22:00 [2024-06-03T15:22:00.315Z]     --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default (0.80s)
15:22:00 [2024-06-03T15:22:00.315Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount (0.40s)
15:22:00 [2024-06-03T15:22:00.315Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount (0.40s)
15:22:00 [2024-06-03T15:22:00.315Z]     --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default (0.78s)
15:22:00 [2024-06-03T15:22:00.315Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount (0.39s)
15:22:00 [2024-06-03T15:22:00.315Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount (0.39s)
15:22:00 [2024-06-03T15:22:00.315Z] === RUN   TestContainerBindMountRecursivelyReadOnly
15:22:02 [2024-06-03T15:22:02.195Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.72s)
15:22:02 [2024-06-03T15:22:02.195Z] === RUN   TestNetworkNat
15:22:02 [2024-06-03T15:22:02.449Z] --- PASS: TestNetworkNat (0.45s)
15:22:02 [2024-06-03T15:22:02.449Z] === RUN   TestNetworkLocalhostTCPNat
15:22:03 [2024-06-03T15:22:03.007Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s)
15:22:03 [2024-06-03T15:22:03.007Z] === RUN   TestNetworkLoopbackNat
15:22:05 [2024-06-03T15:22:05.512Z] --- PASS: TestNetworkLoopbackNat (2.51s)
15:22:05 [2024-06-03T15:22:05.512Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
15:22:05 [2024-06-03T15:22:05.766Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
15:22:05 [2024-06-03T15:22:05.766Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
15:22:05 [2024-06-03T15:22:05.766Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
15:22:05 [2024-06-03T15:22:05.766Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
15:22:06 [2024-06-03T15:22:06.020Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.49s)
15:22:06 [2024-06-03T15:22:06.021Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s)
15:22:06 [2024-06-03T15:22:06.021Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
15:22:06 [2024-06-03T15:22:06.021Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
15:22:06 [2024-06-03T15:22:06.021Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
15:22:06 [2024-06-03T15:22:06.021Z] === RUN   TestPause
15:22:06 [2024-06-03T15:22:06.578Z] --- PASS: TestPause (0.43s)
15:22:06 [2024-06-03T15:22:06.578Z] === RUN   TestPauseFailsOnWindowsServerContainers
15:22:06 [2024-06-03T15:22:06.578Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:22:06 [2024-06-03T15:22:06.578Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
15:22:06 [2024-06-03T15:22:06.578Z] === RUN   TestPauseStopPausedContainer
15:22:06 [2024-06-03T15:22:06.832Z] --- PASS: TestPauseStopPausedContainer (0.45s)
15:22:06 [2024-06-03T15:22:06.833Z] === RUN   TestPIDModeHost
15:22:07 [2024-06-03T15:22:07.754Z] --- PASS: TestPIDModeHost (1.02s)
15:22:07 [2024-06-03T15:22:07.754Z] === RUN   TestPIDModeContainer
15:22:07 [2024-06-03T15:22:07.754Z] === RUN   TestPIDModeContainer/non-existing_container
15:22:07 [2024-06-03T15:22:07.754Z] === RUN   TestPIDModeContainer/non-running_container
15:22:08 [2024-06-03T15:22:08.009Z] === RUN   TestPIDModeContainer/running_container
15:22:08 [2024-06-03T15:22:08.931Z] --- PASS: TestPIDModeContainer (1.01s)
15:22:08 [2024-06-03T15:22:08.931Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
15:22:08 [2024-06-03T15:22:08.931Z]     --- PASS: TestPIDModeContainer/non-running_container (0.17s)
15:22:08 [2024-06-03T15:22:08.931Z]     --- PASS: TestPIDModeContainer/running_container (0.42s)
15:22:08 [2024-06-03T15:22:08.931Z] === RUN   TestPsFilter
15:22:08 [2024-06-03T15:22:08.931Z] === RUN   TestPsFilter/since
15:22:08 [2024-06-03T15:22:08.931Z] === RUN   TestPsFilter/before
15:22:08 [2024-06-03T15:22:08.931Z] --- PASS: TestPsFilter (0.13s)
15:22:08 [2024-06-03T15:22:08.931Z]     --- PASS: TestPsFilter/since (0.00s)
15:22:08 [2024-06-03T15:22:08.931Z]     --- PASS: TestPsFilter/before (0.00s)
15:22:08 [2024-06-03T15:22:08.931Z] === RUN   TestRemoveContainerWithRemovedVolume
15:22:09 [2024-06-03T15:22:09.489Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s)
15:22:09 [2024-06-03T15:22:09.489Z] === RUN   TestRemoveContainerWithVolume
15:22:09 [2024-06-03T15:22:09.743Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
15:22:09 [2024-06-03T15:22:09.743Z] === RUN   TestRemoveContainerRunning
15:22:10 [2024-06-03T15:22:10.301Z] --- PASS: TestRemoveContainerRunning (0.40s)
15:22:10 [2024-06-03T15:22:10.301Z] === RUN   TestRemoveContainerForceRemoveRunning
15:22:10 [2024-06-03T15:22:10.860Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s)
15:22:10 [2024-06-03T15:22:10.860Z] === RUN   TestRemoveInvalidContainer
15:22:10 [2024-06-03T15:22:10.860Z] --- PASS: TestRemoveInvalidContainer (0.01s)
15:22:10 [2024-06-03T15:22:10.860Z] === RUN   TestRenameLinkedContainer
15:22:12 [2024-06-03T15:22:12.741Z] --- PASS: TestRenameLinkedContainer (1.71s)
15:22:12 [2024-06-03T15:22:12.741Z] === RUN   TestRenameStoppedContainer
15:22:12 [2024-06-03T15:22:12.741Z] --- PASS: TestRenameStoppedContainer (0.43s)
15:22:12 [2024-06-03T15:22:12.741Z] === RUN   TestRenameRunningContainerAndReuse
15:22:13 [2024-06-03T15:22:13.664Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s)
15:22:13 [2024-06-03T15:22:13.664Z] === RUN   TestRenameInvalidName
15:22:14 [2024-06-03T15:22:14.222Z] --- PASS: TestRenameInvalidName (0.44s)
15:22:14 [2024-06-03T15:22:14.222Z] === RUN   TestRenameAnonymousContainer
15:22:15 [2024-06-03T15:22:15.581Z] --- PASS: TestRenameAnonymousContainer (1.52s)
15:22:15 [2024-06-03T15:22:15.581Z] === RUN   TestRenameContainerWithSameName
15:22:16 [2024-06-03T15:22:16.139Z] --- PASS: TestRenameContainerWithSameName (0.42s)
15:22:16 [2024-06-03T15:22:16.139Z] === RUN   TestRenameContainerWithLinkedContainer
15:22:17 [2024-06-03T15:22:17.061Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s)
15:22:17 [2024-06-03T15:22:17.061Z] === RUN   TestRenameContainerTwice
15:22:17 [2024-06-03T15:22:17.619Z] --- PASS: TestRenameContainerTwice (0.48s)
15:22:17 [2024-06-03T15:22:17.619Z] === RUN   TestResize
15:22:17 [2024-06-03T15:22:17.619Z] === RUN   TestResize/success
15:22:17 [2024-06-03T15:22:17.619Z] === RUN   TestResize/invalid_size
15:22:17 [2024-06-03T15:22:17.873Z] === RUN   TestResize/invalid_state
15:22:18 [2024-06-03T15:22:18.434Z] --- PASS: TestResize (0.93s)
15:22:18 [2024-06-03T15:22:18.434Z]     --- PASS: TestResize/success (0.22s)
15:22:18 [2024-06-03T15:22:18.434Z]     --- PASS: TestResize/invalid_size (0.21s)
15:22:18 [2024-06-03T15:22:18.434Z]     --- PASS: TestResize/invalid_state (0.04s)
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:22:18 [2024-06-03T15:22:18.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:22:19 [2024-06-03T15:22:19.793Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:22:19 [2024-06-03T15:22:19.793Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:22:20 [2024-06-03T15:22:20.047Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:22:20 [2024-06-03T15:22:20.607Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:22:20 [2024-06-03T15:22:20.607Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:22:20 [2024-06-03T15:22:20.607Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:22:20 [2024-06-03T15:22:20.861Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:22:21 [2024-06-03T15:22:21.420Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:22:26 [2024-06-03T15:22:26.649Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
15:22:26 [2024-06-03T15:22:26.649Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s)
15:22:26 [2024-06-03T15:22:26.649Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s)
15:22:26 [2024-06-03T15:22:26.649Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.70s)
15:22:26 [2024-06-03T15:22:26.649Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.00s)
15:22:26 [2024-06-03T15:22:26.649Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.20s)
15:22:26 [2024-06-03T15:22:26.649Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.29s)
15:22:26 [2024-06-03T15:22:26.650Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.36s)
15:22:26 [2024-06-03T15:22:26.650Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s)
15:22:26 [2024-06-03T15:22:26.650Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.20s)
15:22:26 [2024-06-03T15:22:26.650Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.98s)
15:22:26 [2024-06-03T15:22:26.650Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.33s)
15:22:26 [2024-06-03T15:22:26.650Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.00s)
15:22:26 [2024-06-03T15:22:26.650Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.22s)
15:22:26 [2024-06-03T15:22:26.650Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.56s)
15:22:26 [2024-06-03T15:22:26.650Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.82s)
15:22:26 [2024-06-03T15:22:26.650Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.95s)
15:22:26 [2024-06-03T15:22:26.650Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
15:22:26 [2024-06-03T15:22:26.650Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
15:22:27 [2024-06-03T15:22:27.208Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
15:22:28 [2024-06-03T15:22:28.130Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.82s)
15:22:28 [2024-06-03T15:22:28.130Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.85s)
15:22:28 [2024-06-03T15:22:28.130Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.96s)
15:22:28 [2024-06-03T15:22:28.130Z] === RUN   TestContainerRestartWithCancelledRequest
15:22:30 [2024-06-03T15:22:30.010Z] --- PASS: TestContainerRestartWithCancelledRequest (1.85s)
15:22:30 [2024-06-03T15:22:30.010Z] === RUN   TestCgroupNamespacesRun
15:22:31 [2024-06-03T15:22:31.367Z] --- PASS: TestCgroupNamespacesRun (1.07s)
15:22:31 [2024-06-03T15:22:31.367Z] === RUN   TestCgroupNamespacesRunPrivileged
15:22:32 [2024-06-03T15:22:32.290Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.07s)
15:22:32 [2024-06-03T15:22:32.290Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
15:22:33 [2024-06-03T15:22:33.212Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.06s)
15:22:33 [2024-06-03T15:22:33.212Z] === RUN   TestCgroupNamespacesRunHostMode
15:22:34 [2024-06-03T15:22:34.135Z] --- PASS: TestCgroupNamespacesRunHostMode (1.05s)
15:22:34 [2024-06-03T15:22:34.135Z] === RUN   TestCgroupNamespacesRunPrivateMode
15:22:35 [2024-06-03T15:22:35.492Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.05s)
15:22:35 [2024-06-03T15:22:35.492Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
15:22:36 [2024-06-03T15:22:36.414Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.05s)
15:22:36 [2024-06-03T15:22:36.414Z] === RUN   TestCgroupNamespacesRunInvalidMode
15:22:36 [2024-06-03T15:22:36.972Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.61s)
15:22:36 [2024-06-03T15:22:36.972Z] === RUN   TestCgroupNamespacesRunOlderClient
15:22:37 [2024-06-03T15:22:37.895Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.06s)
15:22:37 [2024-06-03T15:22:37.895Z] === RUN   TestNISDomainname
15:22:38 [2024-06-03T15:22:38.454Z] --- PASS: TestNISDomainname (0.46s)
15:22:38 [2024-06-03T15:22:38.454Z] === RUN   TestHostnameDnsResolution
15:22:39 [2024-06-03T15:22:39.012Z] --- PASS: TestHostnameDnsResolution (0.66s)
15:22:39 [2024-06-03T15:22:39.012Z] === RUN   TestUnprivilegedPortsAndPing
15:22:39 [2024-06-03T15:22:39.570Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s)
15:22:39 [2024-06-03T15:22:39.570Z] === RUN   TestPrivilegedHostDevices
15:22:40 [2024-06-03T15:22:40.128Z] --- PASS: TestPrivilegedHostDevices (0.47s)
15:22:40 [2024-06-03T15:22:40.128Z] === RUN   TestRunConsoleSize
15:22:40 [2024-06-03T15:22:40.686Z] --- PASS: TestRunConsoleSize (0.42s)
15:22:40 [2024-06-03T15:22:40.686Z] === RUN   TestRunWithAlternativeContainerdShim
15:22:45 [2024-06-03T15:22:45.914Z] --- PASS: TestRunWithAlternativeContainerdShim (5.36s)
15:22:45 [2024-06-03T15:22:45.914Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
15:22:46 [2024-06-03T15:22:46.836Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.05s)
15:22:46 [2024-06-03T15:22:46.836Z] === RUN   TestStaticIPOutsideSubpool
15:22:48 [2024-06-03T15:22:48.194Z] --- PASS: TestStaticIPOutsideSubpool (1.14s)
15:22:48 [2024-06-03T15:22:48.194Z] === RUN   TestStats
15:22:49 [2024-06-03T15:22:49.551Z] --- PASS: TestStats (1.43s)
15:22:49 [2024-06-03T15:22:49.551Z] === RUN   TestStopContainerWithTimeout
15:22:49 [2024-06-03T15:22:49.551Z] === RUN   TestStopContainerWithTimeout/0
15:22:49 [2024-06-03T15:22:49.551Z] === PAUSE TestStopContainerWithTimeout/0
15:22:49 [2024-06-03T15:22:49.551Z] === RUN   TestStopContainerWithTimeout/1
15:22:49 [2024-06-03T15:22:49.551Z] === PAUSE TestStopContainerWithTimeout/1
15:22:49 [2024-06-03T15:22:49.551Z] === RUN   TestStopContainerWithTimeout/3
15:22:49 [2024-06-03T15:22:49.551Z] === PAUSE TestStopContainerWithTimeout/3
15:22:49 [2024-06-03T15:22:49.551Z] === RUN   TestStopContainerWithTimeout/-1
15:22:49 [2024-06-03T15:22:49.551Z] === PAUSE TestStopContainerWithTimeout/-1
15:22:49 [2024-06-03T15:22:49.551Z] === CONT  TestStopContainerWithTimeout/0
15:22:49 [2024-06-03T15:22:49.551Z] === CONT  TestStopContainerWithTimeout/-1
15:22:49 [2024-06-03T15:22:49.551Z] === CONT  TestStopContainerWithTimeout/3
15:22:49 [2024-06-03T15:22:49.551Z] === CONT  TestStopContainerWithTimeout/1
15:22:52 [2024-06-03T15:22:52.805Z] --- PASS: TestStopContainerWithTimeout (0.04s)
15:22:52 [2024-06-03T15:22:52.805Z]     --- PASS: TestStopContainerWithTimeout/0 (0.84s)
15:22:52 [2024-06-03T15:22:52.805Z]     --- PASS: TestStopContainerWithTimeout/1 (2.02s)
15:22:52 [2024-06-03T15:22:52.805Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.73s)
15:22:52 [2024-06-03T15:22:52.805Z]     --- PASS: TestStopContainerWithTimeout/3 (3.01s)
15:22:52 [2024-06-03T15:22:52.805Z] === RUN   TestStopContainerWithTimeoutCancel
15:22:52 [2024-06-03T15:22:52.805Z] === PAUSE TestStopContainerWithTimeoutCancel
15:22:52 [2024-06-03T15:22:52.805Z] === RUN   TestStopContainerWithRestartPolicyAlways
15:22:54 [2024-06-03T15:22:54.685Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.15s)
15:22:54 [2024-06-03T15:22:54.685Z] === RUN   TestUpdateMemory
15:22:55 [2024-06-03T15:22:55.243Z] --- PASS: TestUpdateMemory (0.53s)
15:22:55 [2024-06-03T15:22:55.243Z] === RUN   TestUpdateCPUQuota
15:22:55 [2024-06-03T15:22:55.801Z] --- PASS: TestUpdateCPUQuota (0.65s)
15:22:55 [2024-06-03T15:22:55.801Z] === RUN   TestUpdatePidsLimit
15:22:55 [2024-06-03T15:22:55.801Z] === RUN   TestUpdatePidsLimit/update_from_none
15:22:56 [2024-06-03T15:22:56.055Z] === RUN   TestUpdatePidsLimit/no_change
15:22:56 [2024-06-03T15:22:56.309Z] === RUN   TestUpdatePidsLimit/update_lower
15:22:56 [2024-06-03T15:22:56.309Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
15:22:56 [2024-06-03T15:22:56.563Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
15:22:56 [2024-06-03T15:22:56.817Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
15:22:56 [2024-06-03T15:22:56.817Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
15:22:57 [2024-06-03T15:22:57.739Z] --- PASS: TestUpdatePidsLimit (1.63s)
15:22:57 [2024-06-03T15:22:57.739Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.16s)
15:22:57 [2024-06-03T15:22:57.739Z]     --- PASS: TestUpdatePidsLimit/no_change (0.17s)
15:22:57 [2024-06-03T15:22:57.739Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.16s)
15:22:57 [2024-06-03T15:22:57.739Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s)
15:22:57 [2024-06-03T15:22:57.739Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.17s)
15:22:57 [2024-06-03T15:22:57.739Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.16s)
15:22:57 [2024-06-03T15:22:57.739Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s)
15:22:57 [2024-06-03T15:22:57.739Z] === RUN   TestUpdateRestartPolicy
15:23:09 [2024-06-03T15:23:09.883Z] --- PASS: TestUpdateRestartPolicy (10.67s)
15:23:09 [2024-06-03T15:23:09.883Z] === RUN   TestUpdateRestartWithAutoRemove
15:23:09 [2024-06-03T15:23:09.883Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s)
15:23:09 [2024-06-03T15:23:09.883Z] === RUN   TestWaitNonBlocked
15:23:09 [2024-06-03T15:23:09.883Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
15:23:09 [2024-06-03T15:23:09.883Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
15:23:09 [2024-06-03T15:23:09.883Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
15:23:09 [2024-06-03T15:23:09.883Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
15:23:09 [2024-06-03T15:23:09.883Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
15:23:09 [2024-06-03T15:23:09.883Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
15:23:09 [2024-06-03T15:23:09.883Z] --- PASS: TestWaitNonBlocked (0.02s)
15:23:09 [2024-06-03T15:23:09.883Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s)
15:23:09 [2024-06-03T15:23:09.883Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.76s)
15:23:09 [2024-06-03T15:23:09.883Z] === RUN   TestWaitBlocked
15:23:09 [2024-06-03T15:23:09.883Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
15:23:09 [2024-06-03T15:23:09.883Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
15:23:09 [2024-06-03T15:23:09.883Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
15:23:09 [2024-06-03T15:23:09.883Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
15:23:09 [2024-06-03T15:23:09.883Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
15:23:09 [2024-06-03T15:23:09.883Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
15:23:10 [2024-06-03T15:23:10.137Z] --- PASS: TestWaitBlocked (0.03s)
15:23:10 [2024-06-03T15:23:10.137Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.58s)
15:23:10 [2024-06-03T15:23:10.137Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.77s)
15:23:10 [2024-06-03T15:23:10.137Z] === RUN   TestWaitConditions
15:23:10 [2024-06-03T15:23:10.137Z] === RUN   TestWaitConditions/default
15:23:10 [2024-06-03T15:23:10.137Z] === PAUSE TestWaitConditions/default
15:23:10 [2024-06-03T15:23:10.137Z] === RUN   TestWaitConditions/not-running
15:23:10 [2024-06-03T15:23:10.137Z] === PAUSE TestWaitConditions/not-running
15:23:10 [2024-06-03T15:23:10.137Z] === RUN   TestWaitConditions/next-exit
15:23:10 [2024-06-03T15:23:10.137Z] === PAUSE TestWaitConditions/next-exit
15:23:10 [2024-06-03T15:23:10.137Z] === RUN   TestWaitConditions/removed
15:23:10 [2024-06-03T15:23:10.137Z] === PAUSE TestWaitConditions/removed
15:23:10 [2024-06-03T15:23:10.137Z] === CONT  TestWaitConditions/default
15:23:10 [2024-06-03T15:23:10.137Z] === CONT  TestWaitConditions/next-exit
15:23:10 [2024-06-03T15:23:10.137Z] === CONT  TestWaitConditions/removed
15:23:10 [2024-06-03T15:23:10.137Z] === CONT  TestWaitConditions/not-running
15:23:10 [2024-06-03T15:23:10.392Z]     wait_test.go:145: ContainerID = 43aa14ded4379017b72d8fe5da281d4393317bc8ef0384e72f3f8dd515953925
15:23:10 [2024-06-03T15:23:10.392Z]     wait_test.go:145: ContainerID = e9a09ada2f4b858f7648dc04283fc8d57ae7f23d1dca33a98c1ff15edbb52113
15:23:10 [2024-06-03T15:23:10.392Z]     wait_test.go:145: ContainerID = 10e58908188b8f81b30d01ad71eb99a894c91a73d5e7a0115ed7d23b22582b88
15:23:10 [2024-06-03T15:23:10.392Z]     wait_test.go:145: ContainerID = 93d86e27d088b6ab9ee048345cac59fbe7306de41200d2b9bb13c39fb4b7644f
15:23:11 [2024-06-03T15:23:11.314Z] --- PASS: TestWaitConditions (0.03s)
15:23:11 [2024-06-03T15:23:11.314Z]     --- PASS: TestWaitConditions/next-exit (0.78s)
15:23:11 [2024-06-03T15:23:11.314Z]     --- PASS: TestWaitConditions/not-running (0.86s)
15:23:11 [2024-06-03T15:23:11.314Z]     --- PASS: TestWaitConditions/default (1.02s)
15:23:11 [2024-06-03T15:23:11.314Z]     --- PASS: TestWaitConditions/removed (1.10s)
15:23:11 [2024-06-03T15:23:11.314Z] === RUN   TestWaitRestartedContainer
15:23:11 [2024-06-03T15:23:11.314Z] === RUN   TestWaitRestartedContainer/default
15:23:11 [2024-06-03T15:23:11.314Z] === PAUSE TestWaitRestartedContainer/default
15:23:11 [2024-06-03T15:23:11.314Z] === RUN   TestWaitRestartedContainer/not-running
15:23:11 [2024-06-03T15:23:11.314Z] === PAUSE TestWaitRestartedContainer/not-running
15:23:11 [2024-06-03T15:23:11.314Z] === RUN   TestWaitRestartedContainer/next-exit
15:23:11 [2024-06-03T15:23:11.314Z] === PAUSE TestWaitRestartedContainer/next-exit
15:23:11 [2024-06-03T15:23:11.314Z] === CONT  TestWaitRestartedContainer/default
15:23:11 [2024-06-03T15:23:11.314Z] === CONT  TestWaitRestartedContainer/next-exit
15:23:11 [2024-06-03T15:23:11.314Z] === CONT  TestWaitRestartedContainer/not-running
15:23:13 [2024-06-03T15:23:13.196Z] --- PASS: TestWaitRestartedContainer (0.01s)
15:23:13 [2024-06-03T15:23:13.196Z]     --- PASS: TestWaitRestartedContainer/default (1.83s)
15:23:13 [2024-06-03T15:23:13.196Z]     --- PASS: TestWaitRestartedContainer/not-running (1.88s)
15:23:13 [2024-06-03T15:23:13.196Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.95s)
15:23:13 [2024-06-03T15:23:13.196Z] === CONT  TestHardRestartWhenContainerIsRunning
15:23:13 [2024-06-03T15:23:13.196Z] === CONT  TestRestartDaemonWithRestartingContainer
15:23:13 [2024-06-03T15:23:13.196Z] === CONT  TestIpcModeOlderClient
15:23:13 [2024-06-03T15:23:13.196Z] === CONT  TestDaemonHostGatewayIP
15:23:13 [2024-06-03T15:23:13.196Z] === CONT  TestContainerKillOnDaemonStart
15:23:13 [2024-06-03T15:23:13.196Z] === CONT  TestStopContainerWithTimeoutCancel
15:23:13 [2024-06-03T15:23:13.196Z] === CONT  TestDaemonRestartIpcMode
15:23:13 [2024-06-03T15:23:13.196Z] === CONT  TestContainerStartOnDaemonRestart
15:23:13 [2024-06-03T15:23:13.450Z] --- PASS: TestIpcModeOlderClient (0.10s)
15:23:15 [2024-06-03T15:23:15.335Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
15:23:15 [2024-06-03T15:23:15.335Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
15:23:15 [2024-06-03T15:23:15.590Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.18s)
15:23:15 [2024-06-03T15:23:15.590Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
15:23:15 [2024-06-03T15:23:15.590Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.35s)
15:23:15 [2024-06-03T15:23:15.844Z] --- PASS: TestContainerStartOnDaemonRestart (2.42s)
15:23:16 [2024-06-03T15:23:16.403Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.13s)
15:23:16 [2024-06-03T15:23:16.403Z] --- PASS: TestDaemonHostGatewayIP (3.15s)
15:23:16 [2024-06-03T15:23:16.657Z] --- PASS: TestDaemonRestartIpcMode (3.38s)
15:23:16 [2024-06-03T15:23:16.911Z] --- PASS: TestStopContainerWithTimeoutCancel (3.55s)
15:23:24 [2024-06-03T15:23:24.974Z] --- PASS: TestContainerKillOnDaemonStart (11.59s)
15:23:24 [2024-06-03T15:23:24.974Z] PASS
15:23:24 [2024-06-03T15:23:24.974Z] 
15:23:24 [2024-06-03T15:23:24.974Z] === Skipped
15:23:24 [2024-06-03T15:23:24.974Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
15:23:24 [2024-06-03T15:23:24.974Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:23:24 [2024-06-03T15:23:24.974Z] 
15:23:24 [2024-06-03T15:23:24.974Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
15:23:24 [2024-06-03T15:23:24.974Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:23:24 [2024-06-03T15:23:24.974Z] 
15:23:24 [2024-06-03T15:23:24.974Z] DONE 339 tests, 2 skipped in 169.028s
15:23:24 [2024-06-03T15:23:24.974Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
15:23:24 [2024-06-03T15:23:24.974Z] ++ '[' -n '' ']'
15:23:24 [2024-06-03T15:23:24.974Z] ++ 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
15:23:24 [2024-06-03T15:23:24.974Z] ++ set -e
15:23:24 [2024-06-03T15:23:24.974Z] ++ '[' -n 0 ']'
15:23:24 [2024-06-03T15:23:24.974Z] ++ set -x
15:23:24 [2024-06-03T15:23:24.974Z] ++ 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.Kxl9hKEXBn/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
15:23:24 [2024-06-03T15:23:24.974Z] INFO: Testing against a local daemon
15:23:24 [2024-06-03T15:23:24.974Z] === RUN   TestConfigDaemonID
15:23:25 [2024-06-03T15:23:25.897Z]     daemon_test.go:61: [d0e3b92534089] daemon is not started
15:23:25 [2024-06-03T15:23:25.897Z] --- PASS: TestConfigDaemonID (1.04s)
15:23:25 [2024-06-03T15:23:25.897Z] === RUN   TestDaemonConfigValidation
15:23:25 [2024-06-03T15:23:25.897Z] === RUN   TestDaemonConfigValidation/config_with_no_content
15:23:25 [2024-06-03T15:23:25.897Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
15:23:25 [2024-06-03T15:23:25.897Z] === RUN   TestDaemonConfigValidation/config_with_{}
15:23:25 [2024-06-03T15:23:25.897Z] === PAUSE TestDaemonConfigValidation/config_with_{}
15:23:25 [2024-06-03T15:23:25.897Z] === RUN   TestDaemonConfigValidation/invalid_config
15:23:25 [2024-06-03T15:23:25.897Z] === PAUSE TestDaemonConfigValidation/invalid_config
15:23:25 [2024-06-03T15:23:25.897Z] === RUN   TestDaemonConfigValidation/malformed_config
15:23:25 [2024-06-03T15:23:25.897Z] === PAUSE TestDaemonConfigValidation/malformed_config
15:23:25 [2024-06-03T15:23:25.897Z] === RUN   TestDaemonConfigValidation/valid_config
15:23:25 [2024-06-03T15:23:25.897Z] === PAUSE TestDaemonConfigValidation/valid_config
15:23:25 [2024-06-03T15:23:25.897Z] === CONT  TestDaemonConfigValidation/config_with_no_content
15:23:25 [2024-06-03T15:23:25.897Z] === CONT  TestDaemonConfigValidation/malformed_config
15:23:25 [2024-06-03T15:23:25.897Z] === CONT  TestDaemonConfigValidation/invalid_config
15:23:25 [2024-06-03T15:23:25.897Z] === CONT  TestDaemonConfigValidation/valid_config
15:23:25 [2024-06-03T15:23:25.897Z] === CONT  TestDaemonConfigValidation/config_with_{}
15:23:26 [2024-06-03T15:23:26.151Z] --- PASS: TestDaemonConfigValidation (0.00s)
15:23:26 [2024-06-03T15:23:26.151Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s)
15:23:26 [2024-06-03T15:23:26.151Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.05s)
15:23:26 [2024-06-03T15:23:26.151Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
15:23:26 [2024-06-03T15:23:26.151Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
15:23:26 [2024-06-03T15:23:26.151Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
15:23:26 [2024-06-03T15:23:26.151Z] === RUN   TestConfigDaemonSeccompProfiles
15:23:26 [2024-06-03T15:23:26.151Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
15:23:27 [2024-06-03T15:23:27.073Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
15:23:28 [2024-06-03T15:23:28.431Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
15:23:29 [2024-06-03T15:23:29.354Z]     daemon_test.go:180: [df6e4c18aeb91] daemon is not started
15:23:29 [2024-06-03T15:23:29.354Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
15:23:29 [2024-06-03T15:23:29.354Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s)
15:23:29 [2024-06-03T15:23:29.354Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
15:23:29 [2024-06-03T15:23:29.354Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
15:23:29 [2024-06-03T15:23:29.354Z] === RUN   TestDaemonProxy
15:23:29 [2024-06-03T15:23:29.354Z] === RUN   TestDaemonProxy/environment_variables
15:23:29 [2024-06-03T15:23:29.354Z] === PAUSE TestDaemonProxy/environment_variables
15:23:29 [2024-06-03T15:23:29.354Z] === RUN   TestDaemonProxy/command-line_options
15:23:29 [2024-06-03T15:23:29.354Z] === PAUSE TestDaemonProxy/command-line_options
15:23:29 [2024-06-03T15:23:29.354Z] === RUN   TestDaemonProxy/configuration_file
15:23:29 [2024-06-03T15:23:29.354Z] === PAUSE TestDaemonProxy/configuration_file
15:23:29 [2024-06-03T15:23:29.354Z] === RUN   TestDaemonProxy/conflicting_options
15:23:29 [2024-06-03T15:23:29.609Z] === RUN   TestDaemonProxy/reload_sanitized
15:23:29 [2024-06-03T15:23:29.609Z] === PAUSE TestDaemonProxy/reload_sanitized
15:23:29 [2024-06-03T15:23:29.609Z] === CONT  TestDaemonProxy/environment_variables
15:23:29 [2024-06-03T15:23:29.609Z] === CONT  TestDaemonProxy/configuration_file
15:23:29 [2024-06-03T15:23:29.609Z] === CONT  TestDaemonProxy/command-line_options
15:23:29 [2024-06-03T15:23:29.609Z] === CONT  TestDaemonProxy/reload_sanitized
15:23:31 [2024-06-03T15:23:31.490Z] --- PASS: TestDaemonProxy (0.50s)
15:23:31 [2024-06-03T15:23:31.490Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
15:23:31 [2024-06-03T15:23:31.490Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
15:23:31 [2024-06-03T15:23:31.490Z]     --- PASS: TestDaemonProxy/environment_variables (1.49s)
15:23:31 [2024-06-03T15:23:31.490Z]     --- PASS: TestDaemonProxy/command-line_options (1.49s)
15:23:31 [2024-06-03T15:23:31.490Z]     --- PASS: TestDaemonProxy/configuration_file (1.50s)
15:23:31 [2024-06-03T15:23:31.490Z] === RUN   TestLiveRestore
15:23:31 [2024-06-03T15:23:31.490Z] === RUN   TestLiveRestore/volume_references
15:23:31 [2024-06-03T15:23:31.490Z] === PAUSE TestLiveRestore/volume_references
15:23:31 [2024-06-03T15:23:31.490Z] === RUN   TestLiveRestore/autoremove
15:23:31 [2024-06-03T15:23:31.490Z] === PAUSE TestLiveRestore/autoremove
15:23:31 [2024-06-03T15:23:31.490Z] === CONT  TestLiveRestore/volume_references
15:23:31 [2024-06-03T15:23:31.490Z] === CONT  TestLiveRestore/autoremove
15:23:31 [2024-06-03T15:23:31.490Z] === RUN   TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers
15:23:31 [2024-06-03T15:23:31.744Z] === RUN   TestLiveRestore/volume_references/restartPolicy
15:23:31 [2024-06-03T15:23:31.744Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
15:23:33 [2024-06-03T15:23:33.121Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
15:23:33 [2024-06-03T15:23:33.121Z] === RUN   TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited
15:23:34 [2024-06-03T15:23:34.125Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
15:23:34 [2024-06-03T15:23:34.785Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
15:23:35 [2024-06-03T15:23:35.794Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
15:23:36 [2024-06-03T15:23:36.757Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
15:23:37 [2024-06-03T15:23:37.316Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
15:23:38 [2024-06-03T15:23:38.240Z] --- PASS: TestLiveRestore (0.00s)
15:23:38 [2024-06-03T15:23:38.240Z]     --- PASS: TestLiveRestore/autoremove (3.35s)
15:23:38 [2024-06-03T15:23:38.240Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.82s)
15:23:38 [2024-06-03T15:23:38.240Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.53s)
15:23:38 [2024-06-03T15:23:38.240Z]     --- PASS: TestLiveRestore/volume_references (6.99s)
15:23:38 [2024-06-03T15:23:38.240Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (4.00s)
15:23:38 [2024-06-03T15:23:38.240Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.11s)
15:23:38 [2024-06-03T15:23:38.240Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.93s)
15:23:38 [2024-06-03T15:23:38.240Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.01s)
15:23:38 [2024-06-03T15:23:38.240Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.94s)
15:23:38 [2024-06-03T15:23:38.240Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.41s)
15:23:38 [2024-06-03T15:23:38.240Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.41s)
15:23:38 [2024-06-03T15:23:38.240Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.98s)
15:23:38 [2024-06-03T15:23:38.240Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
15:23:38 [2024-06-03T15:23:38.798Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.66s)
15:23:38 [2024-06-03T15:23:38.798Z] PASS
15:23:38 [2024-06-03T15:23:38.798Z] 
15:23:38 [2024-06-03T15:23:38.798Z] DONE 31 tests in 13.941s
15:23:38 [2024-06-03T15:23:38.798Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
15:23:38 [2024-06-03T15:23:38.798Z] ++ '[' -n '' ']'
15:23:38 [2024-06-03T15:23:38.798Z] ++ 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
15:23:38 [2024-06-03T15:23:38.798Z] ++ set -e
15:23:38 [2024-06-03T15:23:38.798Z] ++ '[' -n 0 ']'
15:23:38 [2024-06-03T15:23:38.798Z] ++ set -x
15:23:38 [2024-06-03T15:23:38.798Z] ++ 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.Kxl9hKEXBn/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
15:23:38 [2024-06-03T15:23:38.798Z] INFO: Testing against a local daemon
15:23:38 [2024-06-03T15:23:38.798Z] === RUN   TestCommitInheritsEnv
15:23:39 [2024-06-03T15:23:39.052Z] --- PASS: TestCommitInheritsEnv (0.22s)
15:23:39 [2024-06-03T15:23:39.052Z] === RUN   TestUsernsCommit
15:23:40 [2024-06-03T15:23:40.934Z] --- PASS: TestUsernsCommit (1.44s)
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportExtremelyLargeImageWorks
15:23:40 [2024-06-03T15:23:40.934Z]     import_test.go:25: runtime.GOARCH == "arm64": effective test will be time out
15:23:40 [2024-06-03T15:23:40.934Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatform
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatform/#00
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatform/linux
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatform/LINUX
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
15:23:40 [2024-06-03T15:23:40.934Z] --- PASS: TestImportWithCustomPlatform (0.12s)
15:23:40 [2024-06-03T15:23:40.934Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
15:23:40 [2024-06-03T15:23:40.934Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
15:23:40 [2024-06-03T15:23:40.934Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
15:23:40 [2024-06-03T15:23:40.934Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatformReject
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatformReject/_______
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatformReject//
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatformReject/macos
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
15:23:40 [2024-06-03T15:23:40.934Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
15:23:40 [2024-06-03T15:23:40.934Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
15:23:40 [2024-06-03T15:23:40.934Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
15:23:40 [2024-06-03T15:23:40.934Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
15:23:40 [2024-06-03T15:23:40.934Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
15:23:40 [2024-06-03T15:23:40.934Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImageInspectEmptyTagsAndDigests
15:23:40 [2024-06-03T15:23:40.934Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImagesFilterMultiReference
15:23:40 [2024-06-03T15:23:40.934Z] --- PASS: TestImagesFilterMultiReference (0.05s)
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImagesFilterUntil
15:23:40 [2024-06-03T15:23:40.934Z]     list_test.go:95: ImageList: ID=sha256:d3f5f4292586740b0b1f0619b2bcaa41f82117c202086fb7cd98db6f23f96746 RepoTags=[testimagesfilteruntil:v1]
15:23:40 [2024-06-03T15:23:40.934Z] --- PASS: TestImagesFilterUntil (0.27s)
15:23:40 [2024-06-03T15:23:40.934Z] === RUN   TestImagesFilterBeforeSince
15:23:41 [2024-06-03T15:23:41.189Z]     list_test.go:129: ImageList: ID=sha256:e9d043a1b26d374353fff476f8bfc47c0cb8646b2c7acf882645c2626127a9af RepoTags=[testimagesfilterbeforesince:v2]
15:23:41 [2024-06-03T15:23:41.189Z]     list_test.go:129: ImageList: ID=sha256:d4f7abef8cc8413a9725af95768a83378719423422180a32e466d0e7563bbb8c RepoTags=[testimagesfilterbeforesince:v3]
15:23:41 [2024-06-03T15:23:41.189Z]     list_test.go:129: ImageList: ID=sha256:de31ffc147f2a8f70b8392eff42e946679e7fd0ee66c756bb1a2526ce7510a16 RepoTags=[testimagesfilterbeforesince:v1]
15:23:41 [2024-06-03T15:23:41.189Z] --- PASS: TestImagesFilterBeforeSince (0.27s)
15:23:41 [2024-06-03T15:23:41.189Z] === RUN   TestAPIImagesFilters
15:23:41 [2024-06-03T15:23:41.189Z] === RUN   TestAPIImagesFilters/repository_regex
15:23:41 [2024-06-03T15:23:41.189Z] === PAUSE TestAPIImagesFilters/repository_regex
15:23:41 [2024-06-03T15:23:41.189Z] === RUN   TestAPIImagesFilters/image_name_regex
15:23:41 [2024-06-03T15:23:41.189Z] === PAUSE TestAPIImagesFilters/image_name_regex
15:23:41 [2024-06-03T15:23:41.189Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
15:23:41 [2024-06-03T15:23:41.189Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
15:23:41 [2024-06-03T15:23:41.189Z] === RUN   TestAPIImagesFilters/registry_port_regex
15:23:41 [2024-06-03T15:23:41.189Z] === PAUSE TestAPIImagesFilters/registry_port_regex
15:23:41 [2024-06-03T15:23:41.189Z] === CONT  TestAPIImagesFilters/repository_regex
15:23:41 [2024-06-03T15:23:41.189Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
15:23:41 [2024-06-03T15:23:41.189Z] === CONT  TestAPIImagesFilters/image_name_regex
15:23:41 [2024-06-03T15:23:41.189Z] === CONT  TestAPIImagesFilters/registry_port_regex
15:23:41 [2024-06-03T15:23:41.443Z] --- PASS: TestAPIImagesFilters (0.03s)
15:23:41 [2024-06-03T15:23:41.443Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
15:23:41 [2024-06-03T15:23:41.443Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
15:23:41 [2024-06-03T15:23:41.443Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
15:23:41 [2024-06-03T15:23:41.443Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
15:23:41 [2024-06-03T15:23:41.443Z] === RUN   TestPruneDontDeleteUsedDangling
15:23:42 [2024-06-03T15:23:42.004Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s)
15:23:42 [2024-06-03T15:23:42.004Z] === RUN   TestImagePullPlatformInvalid
15:23:42 [2024-06-03T15:23:42.004Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
15:23:42 [2024-06-03T15:23:42.004Z] === RUN   TestImagePullStoredfDigestForOtherRepo
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.767123574Z" 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=8d1967e9-8069-410b-b589-f4faa218e548 version=2.8.3 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.767169834Z" level=info msg="Starting upload purge in 44m0s" go.version=go1.20.8 instance.id=8d1967e9-8069-410b-b589-f4faa218e548 version=2.8.3 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.767208069Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=8d1967e9-8069-410b-b589-f4faa218e548 version=2.8.3 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.767438966Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=8d1967e9-8069-410b-b589-f4faa218e548 version=2.8.3 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.863445303Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=29e42de3-4a43-4b37-8c83-047546de861f http.request.method=GET http.request.remoteaddr="127.0.0.1:51942" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.863500195Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=29e42de3-4a43-4b37-8c83-047546de861f http.request.method=GET http.request.remoteaddr="127.0.0.1:51942" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.240048ms http.response.status=200 http.response.written=2 
15:23:42 [2024-06-03T15:23:42.004Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.86610882Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=916bf5d2-5b5a-44cb-bb34-221789c5077e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.86615613Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=916bf5d2-5b5a-44cb-bb34-221789c5077e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.866197007Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b6abb126-ed46-445f-9dda-2d6c78b434ca http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.866239756Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b6abb126-ed46-445f-9dda-2d6c78b434ca http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.866245934Z" 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=916bf5d2-5b5a-44cb-bb34-221789c5077e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=41.41µ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=34abb3da-bfaf-4125-90a7-f6912fc6eb0d trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.86630519Z" 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=b6abb126-ed46-445f-9dda-2d6c78b434ca http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=29.669µ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=d32e43a6-96cf-4a7a-a73e-92d98350099f trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.866359212Z" 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=b6abb126-ed46-445f-9dda-2d6c78b434ca http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.130083ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.866359073Z" 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=916bf5d2-5b5a-44cb-bb34-221789c5077e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.237192ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown"
15:23:42 [2024-06-03T15:23:42.004Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown"
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.867669445Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=328253e1-6f1f-4ce3-89b1-c5357c66d1c0 http.request.method=POST http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.867722974Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=328253e1-6f1f-4ce3-89b1-c5357c66d1c0 http.request.method=POST http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.868080557Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=365411d5-9a89-42d7-b808-5815e4431937 http.request.method=POST http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.86811871Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=365411d5-9a89-42d7-b808-5815e4431937 http.request.method=POST http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.868177729Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=328253e1-6f1f-4ce3-89b1-c5357c66d1c0 http.request.method=POST http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=350.575µ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=3db77094-1c27-4167-bee6-331c7c0430a4 trace.line=110 vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.868216505Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/8301bd01-0237-488d-99fd-151c61734a40/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=365411d5-9a89-42d7-b808-5815e4431937 http.request.method=POST http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=69.111µ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=81e7849c-4023-40ac-b036-5711c3d71739 trace.line=110 vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.868255061Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=328253e1-6f1f-4ce3-89b1-c5357c66d1c0 http.request.method=POST http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=30.096µ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=48b75600-214e-4075-ae76-4f9af6af052d trace.line=142 vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.868263184Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/8301bd01-0237-488d-99fd-151c61734a40/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=365411d5-9a89-42d7-b808-5815e4431937 http.request.method=POST http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=22.835µ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=4005fb6f-a75f-45b1-9e15-6fdbb457e322 trace.line=142 vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.86833542Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/8301bd01-0237-488d-99fd-151c61734a40/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=365411d5-9a89-42d7-b808-5815e4431937 http.request.method=POST http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=42.009µ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=f48f7521-f74e-40d5-a9c4-10b40fa46649 trace.line=110 vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.868344019Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=328253e1-6f1f-4ce3-89b1-c5357c66d1c0 http.request.method=POST http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=49.665µ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=78c4ec80-e1e0-4b75-87c9-84f4b67b3009 trace.line=110 vars.name=test 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.868456453Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=365411d5-9a89-42d7-b808-5815e4431937 http.request.method=POST http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.738083ms http.response.status=202 http.response.written=0 
15:23:42 [2024-06-03T15:23:42.004Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown"
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.868604257Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=328253e1-6f1f-4ce3-89b1-c5357c66d1c0 http.request.method=POST http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.921219ms http.response.status=202 http.response.written=0 
15:23:42 [2024-06-03T15:23:42.004Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown"
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870155094Z" 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=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870234494Z" 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=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870312868Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/8301bd01-0237-488d-99fd-151c61734a40/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=46.858µ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=5057a00d-a2f5-447c-b621-e82cefacdcab trace.line=95 vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870368161Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/8301bd01-0237-488d-99fd-151c61734a40/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=22.728µ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=2532d3e8-cddc-4480-a9d8-1501615ef4da trace.line=142 vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870452944Z" 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=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870539145Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/8301bd01-0237-488d-99fd-151c61734a40/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=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=46.375µ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=688dd105-d51f-47f9-9ffb-dbdb81a2f4b6 trace.line=110 vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870580523Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/8301bd01-0237-488d-99fd-151c61734a40/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=14.425µ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=dc412a66-5deb-403e-b4bc-9b63be6fc3fc trace.line=155 vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870620621Z" 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=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.439µ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=d9725aaf-f462-4e0a-b751-58a88b0700a1 trace.line=155 vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870652046Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/8301bd01-0237-488d-99fd-151c61734a40/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=8.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=c6dfce30-5c33-4518-93d0-42d1234e8921 trace.line=155 vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870732808Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/8301bd01-0237-488d-99fd-151c61734a40/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=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=55.532µ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=3be8a1bf-38da-4e21-841c-5853feb0ff14 trace.line=185 vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.870816056Z" 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=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=47.302µ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=63a5a1c4-f950-4d95-892c-129961eacc5c trace.line=110 vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.004Z] time="2024-06-03T15:23:41.871237342Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/8301bd01-0237-488d-99fd-151c61734a40")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=365.139µ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=5f4c7c05-4589-4cad-8d4d-173295278e15 trace.line=202 vars.name=test vars.uuid=8301bd01-0237-488d-99fd-151c61734a40 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.871375211Z" 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=62c79eea-3732-4303-b8d6-b7c97e72ffab http.request.method=PUT http.request.remoteaddr="127.0.0.1:51952" http.request.uri="/v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.996344ms http.response.status=201 http.response.written=0 
15:23:42 [2024-06-03T15:23:42.005Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "PUT /v2/test/blobs/uploads/8301bd01-0237-488d-99fd-151c61734a40?_state=xYiN3sXs0kt2QcJcl_nWIs4wAvVKpEdSErFN8dZiM017Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgzMDFiZDAxLTAyMzctNDg4ZC05OWZkLTE1MWM2MTczNGE0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44NjgxMjk1NDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.872217545Z" 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=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.872329092Z" 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=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.87240996Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=39.449µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=08f56a7e-db37-4616-91c5-4e17d210843b trace.line=95 vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.872473853Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=20.8µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=63338b0d-c004-470c-8e3f-0091d8e1c144 trace.line=142 vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.872528949Z" 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=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.872631241Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76/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=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=41.862µ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=392a06ca-3fcc-49d4-979f-744d58256f0f trace.line=110 vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.872679478Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=10.798µ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=b1741468-2d53-4641-ad1e-24b285823478 trace.line=155 vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.872740122Z" 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=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=19.29µ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=372a0c53-5e73-402e-8667-46e9ac5b18b0 trace.line=155 vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.872781319Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=9.92µ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=e5f01805-1211-47df-b04a-2efb18a64362 trace.line=155 vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.872860612Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76/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=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=44.488µ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=f5e15828-d3f9-48b8-ad89-c7f5b709375c trace.line=185 vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.872949284Z" 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=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.738µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4c57767f-3edf-4aa1-a6e0-6d3258f12641 trace.line=110 vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.873081318Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=84.881µ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=cd2d2bcf-3f1f-4dad-bad5-7f1739f2e35c trace.line=202 vars.name=test vars.uuid=8aeba53b-b836-4f84-ab2f-9ff7fc093b76 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.873168127Z" 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=afc17353-86ef-420a-9833-ad7e0cb531d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.63297ms http.response.status=201 http.response.written=0 
15:23:42 [2024-06-03T15:23:42.005Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "PUT /v2/test/blobs/uploads/8aeba53b-b836-4f84-ab2f-9ff7fc093b76?_state=13pShwcU09N1Z8rPhm7TkhihFrpjsYdpwK7m_AHzWu57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhhZWJhNTNiLWI4MzYtNGY4NC1hYjJmLTlmZjdmYzA5M2I3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNi0wM1QxNToyMzo0MS44Njc3NzgxNzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.874327298Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=23926c8d-2c14-4600-8ff5-f40c37c9df59 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.874366591Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=23926c8d-2c14-4600-8ff5-f40c37c9df59 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.874422697Z" 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=23926c8d-2c14-4600-8ff5-f40c37c9df59 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=26.19µ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=1a79337e-8bbe-44d8-b989-cb0d4c443e31 trace.line=95 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.874492563Z" 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=23926c8d-2c14-4600-8ff5-f40c37c9df59 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="868.943µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.12+unknown"
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.875501015Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.875539669Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.875697854Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.875714296Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.875724725Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.875795936Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.516µ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=46be1f5d-9957-4012-a2ee-1d5dc3d6ad34 trace.line=95 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.875844616Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=16.049µ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=8488bac1-93f2-442e-aea0-1a2d94e2b7a6 trace.line=155 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.875892566Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=19.988µ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=ee5f6187-52fd-4d79-adb4-03e4e1cd65c0 trace.line=95 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.875933189Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.708µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=7776c693-4ba9-4cab-81e9-1dfec738f5e8 trace.line=155 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.875972713Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.554µ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=a0d4ab08-a7f5-4291-aed8-bc17c1ff818f trace.line=155 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.876048913Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=51.076µ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=b33c4ca7-7137-400e-aa61-d32166e5865a trace.line=110 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.876137732Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=52.897µ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=88dcc605-f491-441b-8ff1-b8e3bc2b00ba trace.line=110 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.87630349Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=65.779µ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=9d73b7b4-a4d4-4502-8e35-bf4fc16082eb trace.line=110 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.876359595Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=31.811µ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=801e3808-cea8-4a16-ace5-cfd74e7d18d1 trace.line=110 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.876396682Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.876410795Z" 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=1e4539c1-0baf-4899-9459-01f0a325641c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51950" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.561019ms http.response.status=201 http.response.written=0 
15:23:42 [2024-06-03T15:23:42.005Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.881963704Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a99b22ea-5dce-437c-8d4c-3916527ddae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:51982" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.882117154Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a99b22ea-5dce-437c-8d4c-3916527ddae9 http.request.method=GET http.request.remoteaddr="127.0.0.1:51982" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b 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.430731ms http.response.status=200 http.response.written=2 
15:23:42 [2024-06-03T15:23:42.005Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.884546607Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef05d2ae-20ba-4df5-8311-68a6ade603c6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51998" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.884586934Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef05d2ae-20ba-4df5-8311-68a6ade603c6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51998" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.884670781Z" 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=ef05d2ae-20ba-4df5-8311-68a6ade603c6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51998" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.14µ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=887a35f4-559f-4822-b59a-e1a0cd6fc6c6 trace.line=95 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.884694248Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef05d2ae-20ba-4df5-8311-68a6ade603c6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51998" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.005Z] time="2024-06-03T15:23:41.884742189Z" 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=ef05d2ae-20ba-4df5-8311-68a6ade603c6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51998" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=23.679µ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=3f11ee12-e5e4-45b2-81f2-0a5467040bb8 trace.line=95 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.884791461Z" 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=ef05d2ae-20ba-4df5-8311-68a6ade603c6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51998" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.796µ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=b4b7b7af-ee66-4def-a2f2-7fa4776172a9 trace.line=155 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.884831624Z" 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=ef05d2ae-20ba-4df5-8311-68a6ade603c6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51998" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.112µ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=fd87d7b4-3e47-453a-b59a-fa64f3f5e1c9 trace.line=125 vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.884879968Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef05d2ae-20ba-4df5-8311-68a6ade603c6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51998" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.884986329Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef05d2ae-20ba-4df5-8311-68a6ade603c6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51998" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b 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.371951ms http.response.status=200 http.response.written=417 
15:23:42 [2024-06-03T15:23:42.006Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.894137347Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43d14c27-2605-4ba2-8452-49d5b9a1514a http.request.method=GET http.request.remoteaddr="127.0.0.1:52004" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.894191188Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43d14c27-2605-4ba2-8452-49d5b9a1514a http.request.method=GET http.request.remoteaddr="127.0.0.1:52004" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.894207377Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43d14c27-2605-4ba2-8452-49d5b9a1514a http.request.method=GET http.request.remoteaddr="127.0.0.1:52004" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.894295507Z" 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=43d14c27-2605-4ba2-8452-49d5b9a1514a http.request.method=GET http.request.remoteaddr="127.0.0.1:52004" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.591µ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=941922e6-6b5a-43fe-9296-c4555c12c5cd trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.894350726Z" 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=43d14c27-2605-4ba2-8452-49d5b9a1514a http.request.method=GET http.request.remoteaddr="127.0.0.1:52004" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.427µ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=b93cb223-6db6-4440-a973-31df1da50327 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.894390742Z" 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=43d14c27-2605-4ba2-8452-49d5b9a1514a http.request.method=GET http.request.remoteaddr="127.0.0.1:52004" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.472µ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=84d247c0-0f55-471f-b894-8f2e56e369df trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.894434138Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43d14c27-2605-4ba2-8452-49d5b9a1514a http.request.method=GET http.request.remoteaddr="127.0.0.1:52004" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.894531228Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43d14c27-2605-4ba2-8452-49d5b9a1514a http.request.method=GET http.request.remoteaddr="127.0.0.1:52004" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b 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.222136ms http.response.status=200 http.response.written=417 
15:23:42 [2024-06-03T15:23:42.006Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902149912Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902208036Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902149961Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902297142Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.90237916Z" 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=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.48µ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=a7ff128f-3eee-49ba-9d7c-3ffdef493a1e trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902295731Z" 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=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=50.904µ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=2c96f627-e25c-4f0e-abe9-9858864197e0 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902431442Z" 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=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.29µ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=7bcec5d0-06d1-4482-8ceb-b1f27f1dfcbc trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902437235Z" 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=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.322µ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=3c922e0e-c68b-4a1a-a0d3-2f4cfb976899 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902476446Z" 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=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.758µ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=4093d433-79d0-40f4-a189-d1c40be5ee49 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902485628Z" 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=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.916µ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=6c0d8484-214d-4c90-807c-ed1f12fb8a1c trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902513886Z" 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=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.429µ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=c4581f45-b190-4795-9276-f1523e8bca04 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902520474Z" 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=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.568µ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=c89da9e3-7a58-45a8-a867-008989cf72cb trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.9025487Z" 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=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.657µ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=1d747f21-fe4d-461a-a9fb-bfc35e8cd808 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902553869Z" 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=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.912µ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=f8c68889-b819-4b86-9a83-adae4a61697a trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902586475Z" 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=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.209µ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=56846d1d-f43b-4a94-bdf6-40008f23abda trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902589109Z" 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=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=6.892µ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=8acb3070-d626-431d-becc-461f7ffca7c0 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902638512Z" 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=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.866µ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=14eaebfa-64ec-4d22-ac1f-a228ec02132f trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.902639389Z" 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=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.605µ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=f3a5ec06-2961-498a-9fe7-5f76fe15a909 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.006Z] time="2024-06-03T15:23:41.903191275Z" 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=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=85.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).GetContent" trace.id=99c2c101-cfe0-436e-b46e-2f35080eda4c trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.903175619Z" 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=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=40.442µ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=283a414d-0e70-4789-831c-82774bc537c0 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.903298046Z" 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=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.97µ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=704c6a37-c8eb-416e-b80c-8042b82628c5 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.903366222Z" 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=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.945µ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=be65a561-47db-42f3-b4c2-0486cc8d2d5f trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.903430114Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=84717590-dafb-464b-a60f-ddf21dc00091 http.request.method=GET http.request.remoteaddr="127.0.0.1:52026" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.787733ms http.response.status=200 http.response.written=68 
15:23:42 [2024-06-03T15:23:42.007Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.903749469Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=acbb2495-1348-4c49-8f07-1a9467e355aa http.request.method=GET http.request.remoteaddr="127.0.0.1:52016" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.945071ms http.response.status=200 http.response.written=194 
15:23:42 [2024-06-03T15:23:42.007Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.919555033Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fe06d686-6c38-49f0-a18b-cbee391f6788 http.request.method=GET http.request.remoteaddr="127.0.0.1:52048" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.919600825Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fe06d686-6c38-49f0-a18b-cbee391f6788 http.request.method=GET http.request.remoteaddr="127.0.0.1:52048" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b 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="885.18µs" http.response.status=200 http.response.written=2 
15:23:42 [2024-06-03T15:23:42.007Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.928529413Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=421742ce-6f44-4d5c-9f84-d9ffccf72604 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.928577437Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=421742ce-6f44-4d5c-9f84-d9ffccf72604 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.928592567Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=421742ce-6f44-4d5c-9f84-d9ffccf72604 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.928666322Z" 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=421742ce-6f44-4d5c-9f84-d9ffccf72604 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=38.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=d747e9fd-16b1-40e2-a1f0-085a2a81ccfb trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.928715494Z" 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=421742ce-6f44-4d5c-9f84-d9ffccf72604 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.472µ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=b0395411-d5f9-4b4e-8092-8bbde9048c07 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.928789372Z" 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=421742ce-6f44-4d5c-9f84-d9ffccf72604 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b 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.099897ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.930151255Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7b2496fb-490e-44fb-af41-41ed92210198 http.request.method=GET http.request.remoteaddr="127.0.0.1:52064" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.930194635Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7b2496fb-490e-44fb-af41-41ed92210198 http.request.method=GET http.request.remoteaddr="127.0.0.1:52064" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.930211373Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7b2496fb-490e-44fb-af41-41ed92210198 http.request.method=GET http.request.remoteaddr="127.0.0.1:52064" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.93027721Z" 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=7b2496fb-490e-44fb-af41-41ed92210198 http.request.method=GET http.request.remoteaddr="127.0.0.1:52064" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.706µ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=f0f891a3-3605-4039-8ff1-6cf950e978f4 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.930326071Z" 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=7b2496fb-490e-44fb-af41-41ed92210198 http.request.method=GET http.request.remoteaddr="127.0.0.1:52064" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.12µ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=4c62c298-039f-4105-8ba2-64c355dc9d8e trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] time="2024-06-03T15:23:41.930374038Z" 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=7b2496fb-490e-44fb-af41-41ed92210198 http.request.method=GET http.request.remoteaddr="127.0.0.1:52064" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b 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.046959ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
15:23:42 [2024-06-03T15:23:42.007Z] 127.0.0.1 - - [03/Jun/2024:15:23:41 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.10 git-commit/f26fd4a73a6999facafb787d660b43c8241d9e0b kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:23:42 [2024-06-03T15:23:42.007Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s)
15:23:42 [2024-06-03T15:23:42.007Z] === RUN   TestImagePullNonExisting
15:23:42 [2024-06-03T15:23:42.007Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
15:23:42 [2024-06-03T15:23:42.007Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
15:23:42 [2024-06-03T15:23:42.007Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
15:23:42 [2024-06-03T15:23:42.007Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
15:23:42 [2024-06-03T15:23:42.007Z] === RUN   TestImagePullNonExisting/asdfasdf
15:23:42 [2024-06-03T15:23:42.007Z] === PAUSE TestImagePullNonExisting/asdfasdf
15:23:42 [2024-06-03T15:23:42.007Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
15:23:42 [2024-06-03T15:23:42.007Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
15:23:42 [2024-06-03T15:23:42.007Z] === RUN   TestImagePullNonExisting/library/asdfasdf
15:23:42 [2024-06-03T15:23:42.007Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
15:23:42 [2024-06-03T15:23:42.007Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
15:23:42 [2024-06-03T15:23:42.007Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
15:23:42 [2024-06-03T15:23:42.007Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
15:23:42 [2024-06-03T15:23:42.007Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
15:23:42 [2024-06-03T15:23:42.007Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
15:23:42 [2024-06-03T15:23:42.007Z] === CONT  TestImagePullNonExisting/asdfasdf
15:23:42 [2024-06-03T15:23:42.007Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
15:23:42 [2024-06-03T15:23:42.007Z] === CONT  TestImagePullNonExisting/library/asdfasdf
15:23:43 [2024-06-03T15:23:43.366Z] --- PASS: TestImagePullNonExisting (0.01s)
15:23:43 [2024-06-03T15:23:43.366Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.95s)
15:23:43 [2024-06-03T15:23:43.366Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s)
15:23:43 [2024-06-03T15:23:43.366Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s)
15:23:43 [2024-06-03T15:23:43.366Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s)
15:23:43 [2024-06-03T15:23:43.366Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.28s)
15:23:43 [2024-06-03T15:23:43.366Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.28s)
15:23:43 [2024-06-03T15:23:43.366Z] === RUN   TestRemoveImageOrphaning
15:23:43 [2024-06-03T15:23:43.621Z] --- PASS: TestRemoveImageOrphaning (0.29s)
15:23:43 [2024-06-03T15:23:43.621Z] === RUN   TestRemoveByDigest
15:23:43 [2024-06-03T15:23:43.621Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
15:23:43 [2024-06-03T15:23:43.621Z] --- SKIP: TestRemoveByDigest (0.00s)
15:23:43 [2024-06-03T15:23:43.621Z] === RUN   TestRemoveImageGarbageCollector
15:23:43 [2024-06-03T15:23:43.621Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
15:23:43 [2024-06-03T15:23:43.621Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
15:23:43 [2024-06-03T15:23:43.621Z] === RUN   TestSaveCheckTimes
15:23:43 [2024-06-03T15:23:43.621Z] === PAUSE TestSaveCheckTimes
15:23:43 [2024-06-03T15:23:43.621Z] === RUN   TestSaveOCI
15:23:43 [2024-06-03T15:23:43.621Z] === RUN   TestSaveOCI/busybox:latest
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/busybox:latest/Manifest
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/busybox:latest/Config
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/busybox:latest/Containerd_image_name
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/busybox:latest/OCI_reference_tag
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/multilayer:latest
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/multilayer:latest/Manifest
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/multilayer:latest/Config
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/multilayer:latest/Containerd_image_name
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveOCI/multilayer:latest/OCI_reference_tag
15:23:43 [2024-06-03T15:23:43.876Z] --- PASS: TestSaveOCI (0.16s)
15:23:43 [2024-06-03T15:23:43.876Z]     --- PASS: TestSaveOCI/busybox:latest (0.02s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/busybox:latest/Config (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]     --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]     --- PASS: TestSaveOCI/multilayer:latest (0.01s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z]         --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s)
15:23:43 [2024-06-03T15:23:43.876Z] === RUN   TestSaveRepoWithMultipleImages
15:23:44 [2024-06-03T15:23:44.130Z] --- PASS: TestSaveRepoWithMultipleImages (0.24s)
15:23:44 [2024-06-03T15:23:44.130Z] === RUN   TestSaveDirectoryPermissions
15:23:45 [2024-06-03T15:23:45.054Z] --- PASS: TestSaveDirectoryPermissions (0.95s)
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagUnprefixedRepoByNameOrName
15:23:45 [2024-06-03T15:23:45.054Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagUsingDigestAlgorithmAsName
15:23:45 [2024-06-03T15:23:45.054Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagValidPrefixedRepo
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
15:23:45 [2024-06-03T15:23:45.054Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
15:23:45 [2024-06-03T15:23:45.054Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagValidPrefixedRepo/foooo:t
15:23:45 [2024-06-03T15:23:45.054Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
15:23:45 [2024-06-03T15:23:45.054Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
15:23:45 [2024-06-03T15:23:45.054Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
15:23:45 [2024-06-03T15:23:45.054Z] === CONT  TestTagValidPrefixedRepo/foooo:t
15:23:45 [2024-06-03T15:23:45.054Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
15:23:45 [2024-06-03T15:23:45.054Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
15:23:45 [2024-06-03T15:23:45.054Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.02s)
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagExistedNameWithoutForce
15:23:45 [2024-06-03T15:23:45.054Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagOfficialNames
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
15:23:45 [2024-06-03T15:23:45.054Z] --- PASS: TestTagOfficialNames (0.05s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestTagMatchesDigest
15:23:45 [2024-06-03T15:23:45.054Z] --- PASS: TestTagMatchesDigest (0.01s)
15:23:45 [2024-06-03T15:23:45.054Z] === CONT  TestSaveCheckTimes
15:23:45 [2024-06-03T15:23:45.054Z] --- PASS: TestSaveCheckTimes (0.03s)
15:23:45 [2024-06-03T15:23:45.054Z] PASS
15:23:45 [2024-06-03T15:23:45.054Z] 
15:23:45 [2024-06-03T15:23:45.054Z] === Skipped
15:23:45 [2024-06-03T15:23:45.054Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
15:23:45 [2024-06-03T15:23:45.054Z]     import_test.go:25: runtime.GOARCH == "arm64": effective test will be time out
15:23:45 [2024-06-03T15:23:45.054Z] 
15:23:45 [2024-06-03T15:23:45.054Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
15:23:45 [2024-06-03T15:23:45.054Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
15:23:45 [2024-06-03T15:23:45.054Z] 
15:23:45 [2024-06-03T15:23:45.054Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
15:23:45 [2024-06-03T15:23:45.054Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
15:23:45 [2024-06-03T15:23:45.054Z] 
15:23:45 [2024-06-03T15:23:45.054Z] DONE 70 tests, 3 skipped in 6.284s
15:23:45 [2024-06-03T15:23:45.054Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
15:23:45 [2024-06-03T15:23:45.054Z] ++ '[' -n '' ']'
15:23:45 [2024-06-03T15:23:45.054Z] ++ 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
15:23:45 [2024-06-03T15:23:45.054Z] ++ set -e
15:23:45 [2024-06-03T15:23:45.054Z] ++ '[' -n 0 ']'
15:23:45 [2024-06-03T15:23:45.054Z] ++ set -x
15:23:45 [2024-06-03T15:23:45.054Z] ++ 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.Kxl9hKEXBn/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
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestStripANSICommands
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestStripANSICommands/#00
15:23:45 [2024-06-03T15:23:45.054Z] === RUN   TestStripANSICommands/#01
15:23:45 [2024-06-03T15:23:45.054Z] --- PASS: TestStripANSICommands (0.00s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
15:23:45 [2024-06-03T15:23:45.054Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
15:23:45 [2024-06-03T15:23:45.054Z] PASS
15:23:45 [2024-06-03T15:23:45.054Z] 
15:23:45 [2024-06-03T15:23:45.054Z] DONE 3 tests in 0.007s
15:23:45 [2024-06-03T15:23:45.054Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
15:23:45 [2024-06-03T15:23:45.054Z] ++ '[' -n '' ']'
15:23:45 [2024-06-03T15:23:45.054Z] ++ 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
15:23:45 [2024-06-03T15:23:45.054Z] ++ set -e
15:23:45 [2024-06-03T15:23:45.054Z] ++ '[' -n 0 ']'
15:23:45 [2024-06-03T15:23:45.054Z] ++ set -x
15:23:45 [2024-06-03T15:23:45.054Z] ++ 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.Kxl9hKEXBn/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
15:23:45 [2024-06-03T15:23:45.309Z] INFO: Testing against a local daemon
15:23:45 [2024-06-03T15:23:45.309Z] === RUN   TestCreateWithMultiNetworks
15:23:46 [2024-06-03T15:23:46.231Z] --- PASS: TestCreateWithMultiNetworks (0.93s)
15:23:46 [2024-06-03T15:23:46.231Z] === RUN   TestNetworkCreateDelete
15:23:46 [2024-06-03T15:23:46.231Z] --- PASS: TestNetworkCreateDelete (0.16s)
15:23:46 [2024-06-03T15:23:46.231Z] === RUN   TestDockerNetworkDeletePreferID
15:23:46 [2024-06-03T15:23:46.790Z] --- PASS: TestDockerNetworkDeletePreferID (0.51s)
15:23:46 [2024-06-03T15:23:46.790Z] === RUN   TestDaemonDNSFallback
15:23:53 [2024-06-03T15:23:53.311Z] --- PASS: TestDaemonDNSFallback (6.16s)
15:23:53 [2024-06-03T15:23:53.311Z] === RUN   TestInspectNetwork
15:23:55 [2024-06-03T15:23:55.820Z] === RUN   TestInspectNetwork/full_network_id
15:23:55 [2024-06-03T15:23:55.820Z] === RUN   TestInspectNetwork/partial_network_id
15:23:55 [2024-06-03T15:23:55.820Z] === RUN   TestInspectNetwork/network_name
15:23:55 [2024-06-03T15:23:55.820Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
15:23:59 [2024-06-03T15:23:59.976Z] --- PASS: TestInspectNetwork (7.12s)
15:23:59 [2024-06-03T15:23:59.976Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
15:23:59 [2024-06-03T15:23:59.976Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
15:23:59 [2024-06-03T15:23:59.976Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
15:23:59 [2024-06-03T15:23:59.976Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
15:23:59 [2024-06-03T15:23:59.976Z] === RUN   TestRunContainerWithBridgeNone
15:24:01 [2024-06-03T15:24:01.335Z] --- PASS: TestRunContainerWithBridgeNone (1.21s)
15:24:01 [2024-06-03T15:24:01.335Z] === RUN   TestNetworkInvalidJSON
15:24:01 [2024-06-03T15:24:01.335Z] === RUN   TestNetworkInvalidJSON/networks/create
15:24:01 [2024-06-03T15:24:01.335Z] === PAUSE TestNetworkInvalidJSON/networks/create
15:24:01 [2024-06-03T15:24:01.335Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
15:24:01 [2024-06-03T15:24:01.335Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
15:24:01 [2024-06-03T15:24:01.335Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
15:24:01 [2024-06-03T15:24:01.335Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
15:24:01 [2024-06-03T15:24:01.335Z] === CONT  TestNetworkInvalidJSON/networks/create
15:24:01 [2024-06-03T15:24:01.335Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
15:24:01 [2024-06-03T15:24:01.335Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
15:24:01 [2024-06-03T15:24:01.335Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
15:24:01 [2024-06-03T15:24:01.335Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
15:24:01 [2024-06-03T15:24:01.336Z] --- PASS: TestNetworkInvalidJSON (0.01s)
15:24:01 [2024-06-03T15:24:01.336Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkList
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkList//networks
15:24:01 [2024-06-03T15:24:01.336Z] === PAUSE TestNetworkList//networks
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestNetworkList//networks/
15:24:01 [2024-06-03T15:24:01.336Z] === PAUSE TestNetworkList//networks/
15:24:01 [2024-06-03T15:24:01.336Z] === CONT  TestNetworkList//networks
15:24:01 [2024-06-03T15:24:01.336Z] === CONT  TestNetworkList//networks/
15:24:01 [2024-06-03T15:24:01.336Z] --- PASS: TestNetworkList (0.01s)
15:24:01 [2024-06-03T15:24:01.336Z]     --- PASS: TestNetworkList//networks/ (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z]     --- PASS: TestNetworkList//networks (0.00s)
15:24:01 [2024-06-03T15:24:01.336Z] === RUN   TestHostIPv4BridgeLabel
15:24:01 [2024-06-03T15:24:01.894Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
15:24:01 [2024-06-03T15:24:01.894Z] === RUN   TestDefaultNetworkOpts
15:24:01 [2024-06-03T15:24:01.894Z] === RUN   TestDefaultNetworkOpts/default_value
15:24:03 [2024-06-03T15:24:03.253Z] === RUN   TestDefaultNetworkOpts/cmdline_value
15:24:04 [2024-06-03T15:24:04.612Z] === RUN   TestDefaultNetworkOpts/config-from_value
15:24:05 [2024-06-03T15:24:05.534Z] --- PASS: TestDefaultNetworkOpts (3.75s)
15:24:05 [2024-06-03T15:24:05.534Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.23s)
15:24:05 [2024-06-03T15:24:05.534Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.23s)
15:24:05 [2024-06-03T15:24:05.534Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.29s)
15:24:05 [2024-06-03T15:24:05.534Z] === RUN   TestForbidDuplicateNetworkNames
15:24:06 [2024-06-03T15:24:06.457Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s)
15:24:06 [2024-06-03T15:24:06.457Z] === RUN   TestDaemonRestartWithLiveRestore
15:24:07 [2024-06-03T15:24:07.380Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
15:24:07 [2024-06-03T15:24:07.380Z] === RUN   TestDaemonDefaultNetworkPools
15:24:08 [2024-06-03T15:24:08.302Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s)
15:24:08 [2024-06-03T15:24:08.302Z] === RUN   TestDaemonRestartWithExistingNetwork
15:24:09 [2024-06-03T15:24:09.225Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
15:24:09 [2024-06-03T15:24:09.225Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
15:24:10 [2024-06-03T15:24:10.584Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s)
15:24:10 [2024-06-03T15:24:10.584Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
15:24:11 [2024-06-03T15:24:11.142Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
15:24:11 [2024-06-03T15:24:11.142Z] === RUN   TestServiceWithPredefinedNetwork
15:24:13 [2024-06-03T15:24:13.648Z] --- PASS: TestServiceWithPredefinedNetwork (2.18s)
15:24:13 [2024-06-03T15:24:13.648Z] === RUN   TestServiceRemoveKeepsIngressNetwork
15:24:13 [2024-06-03T15:24:13.648Z]     service_test.go:250: FLAKY_TEST
15:24:13 [2024-06-03T15:24:13.648Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
15:24:13 [2024-06-03T15:24:13.648Z] === RUN   TestServiceWithDataPathPortInit
15:24:28 [2024-06-03T15:24:28.466Z] --- PASS: TestServiceWithDataPathPortInit (13.45s)
15:24:28 [2024-06-03T15:24:28.466Z] === RUN   TestServiceWithDefaultAddressPoolInit
15:24:29 [2024-06-03T15:24:29.024Z]     service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:p5ehthb1seev7xha9860gpzhg Created:2024-06-03 15:24:27.929795024 +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[5afedc68e44d0e25c54ef8a4b626606f723753f071e49ec7f739dad798d44f8c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.z41x34zbd42cow9mnapc5o62i EndpointID:dc201e0b29f412c2333c2d2f42d793665f05dc9ca27def680298815cf74b7135 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ce760f1fd7d2c52cc41f9b55b6f5cfe56e34cc492142418e00b4dde9729a36f2 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:9bb5e777c22f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.z41x34zbd42cow9mnapc5o62i EndpointID:dc201e0b29f412c2333c2d2f42d793665f05dc9ca27def680298815cf74b7135 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
15:24:34 [2024-06-03T15:24:34.253Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.75s)
15:24:34 [2024-06-03T15:24:34.253Z] PASS
15:24:34 [2024-06-03T15:24:34.253Z] 
15:24:34 [2024-06-03T15:24:34.253Z] === Skipped
15:24:34 [2024-06-03T15:24:34.253Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
15:24:34 [2024-06-03T15:24:34.253Z]     service_test.go:250: FLAKY_TEST
15:24:34 [2024-06-03T15:24:34.253Z] 
15:24:34 [2024-06-03T15:24:34.253Z] DONE 44 tests, 1 skipped in 48.301s
15:24:34 [2024-06-03T15:24:34.253Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
15:24:34 [2024-06-03T15:24:34.253Z] ++ '[' -n '' ']'
15:24:34 [2024-06-03T15:24:34.253Z] ++ 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
15:24:34 [2024-06-03T15:24:34.253Z] ++ set -e
15:24:34 [2024-06-03T15:24:34.253Z] ++ '[' -n 0 ']'
15:24:34 [2024-06-03T15:24:34.253Z] ++ set -x
15:24:34 [2024-06-03T15:24:34.253Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.Kxl9hKEXBn/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
15:24:34 [2024-06-03T15:24:34.253Z] INFO: Testing against a local daemon
15:24:34 [2024-06-03T15:24:34.253Z] === RUN   TestDockerNetworkIpvlanPersistance
15:24:34 [2024-06-03T15:24:34.253Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:24:34 [2024-06-03T15:24:34.253Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
15:24:34 [2024-06-03T15:24:34.253Z] === RUN   TestDockerNetworkIpvlan
15:24:34 [2024-06-03T15:24:34.253Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:24:34 [2024-06-03T15:24:34.253Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
15:24:34 [2024-06-03T15:24:34.253Z] PASS
15:24:34 [2024-06-03T15:24:34.253Z] 
15:24:34 [2024-06-03T15:24:34.253Z] === Skipped
15:24:34 [2024-06-03T15:24:34.253Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
15:24:34 [2024-06-03T15:24:34.253Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:24:34 [2024-06-03T15:24:34.253Z] 
15:24:34 [2024-06-03T15:24:34.253Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
15:24:34 [2024-06-03T15:24:34.253Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:24:34 [2024-06-03T15:24:34.253Z] 
15:24:34 [2024-06-03T15:24:34.253Z] DONE 2 tests, 2 skipped in 0.032s
15:24:34 [2024-06-03T15:24:34.253Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
15:24:34 [2024-06-03T15:24:34.253Z] ++ '[' -n '' ']'
15:24:34 [2024-06-03T15:24:34.253Z] ++ 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
15:24:34 [2024-06-03T15:24:34.253Z] ++ set -e
15:24:34 [2024-06-03T15:24:34.253Z] ++ '[' -n 0 ']'
15:24:34 [2024-06-03T15:24:34.253Z] ++ set -x
15:24:34 [2024-06-03T15:24:34.253Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.Kxl9hKEXBn/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
15:24:34 [2024-06-03T15:24:34.253Z] INFO: Testing against a local daemon
15:24:34 [2024-06-03T15:24:34.253Z] === RUN   TestDockerNetworkMacvlanPersistance
15:24:35 [2024-06-03T15:24:35.175Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s)
15:24:35 [2024-06-03T15:24:35.175Z] === RUN   TestDockerNetworkMacvlan
15:24:35 [2024-06-03T15:24:35.175Z] === RUN   TestDockerNetworkMacvlan/Subinterface
15:24:35 [2024-06-03T15:24:35.733Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
15:24:36 [2024-06-03T15:24:36.656Z] === RUN   TestDockerNetworkMacvlan/NilParent
15:24:38 [2024-06-03T15:24:38.014Z] === RUN   TestDockerNetworkMacvlan/InternalMode
15:24:39 [2024-06-03T15:24:39.372Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
15:24:41 [2024-06-03T15:24:41.877Z] === RUN   TestDockerNetworkMacvlan/Addressing
15:24:43 [2024-06-03T15:24:43.235Z] --- PASS: TestDockerNetworkMacvlan (7.97s)
15:24:43 [2024-06-03T15:24:43.235Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.68s)
15:24:43 [2024-06-03T15:24:43.235Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.75s)
15:24:43 [2024-06-03T15:24:43.235Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.59s)
15:24:43 [2024-06-03T15:24:43.235Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.42s)
15:24:43 [2024-06-03T15:24:43.235Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.41s)
15:24:43 [2024-06-03T15:24:43.235Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.11s)
15:24:43 [2024-06-03T15:24:43.235Z] PASS
15:24:43 [2024-06-03T15:24:43.235Z] 
15:24:43 [2024-06-03T15:24:43.235Z] DONE 8 tests in 9.431s
15:24:43 [2024-06-03T15:24:43.235Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
15:24:43 [2024-06-03T15:24:43.235Z] ++ '[' -n '' ']'
15:24:43 [2024-06-03T15:24:43.235Z] ++ 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
15:24:43 [2024-06-03T15:24:43.235Z] ++ set -e
15:24:43 [2024-06-03T15:24:43.235Z] ++ '[' -n 0 ']'
15:24:43 [2024-06-03T15:24:43.235Z] ++ set -x
15:24:43 [2024-06-03T15:24:43.236Z] ++ 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.Kxl9hKEXBn/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
15:24:43 [2024-06-03T15:24:43.236Z] INFO: Testing against a local daemon
15:24:43 [2024-06-03T15:24:43.236Z] === RUN   TestBridgeICC
15:24:43 [2024-06-03T15:24:43.490Z] === RUN   TestBridgeICC/IPv4_non-internal_network
15:24:44 [2024-06-03T15:24:44.848Z] === RUN   TestBridgeICC/IPv4_internal_network
15:24:45 [2024-06-03T15:24:45.770Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
15:24:47 [2024-06-03T15:24:47.128Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
15:24:48 [2024-06-03T15:24:48.051Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
15:24:48 [2024-06-03T15:24:48.973Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
15:24:50 [2024-06-03T15:24:50.331Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name
15:24:51 [2024-06-03T15:24:51.253Z] === RUN   TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name
15:24:52 [2024-06-03T15:24:52.611Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
15:24:55 [2024-06-03T15:24:55.864Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
15:24:59 [2024-06-03T15:24:59.118Z] --- PASS: TestBridgeICC (15.62s)
15:24:59 [2024-06-03T15:24:59.118Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (1.13s)
15:24:59 [2024-06-03T15:24:59.118Z]     --- PASS: TestBridgeICC/IPv4_internal_network (1.00s)
15:24:59 [2024-06-03T15:24:59.118Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.16s)
15:24:59 [2024-06-03T15:24:59.118Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.08s)
15:24:59 [2024-06-03T15:24:59.118Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.10s)
15:24:59 [2024-06-03T15:24:59.118Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.00s)
15:24:59 [2024-06-03T15:24:59.118Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.09s)
15:24:59 [2024-06-03T15:24:59.118Z]     --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.18s)
15:24:59 [2024-06-03T15:24:59.118Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (3.17s)
15:24:59 [2024-06-03T15:24:59.118Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.11s)
15:24:59 [2024-06-03T15:24:59.118Z] === RUN   TestBridgeICCWindows
15:24:59 [2024-06-03T15:24:59.118Z]     bridge_test.go:198: testEnv.DaemonInfo.OSType != "windows"
15:24:59 [2024-06-03T15:24:59.118Z] --- SKIP: TestBridgeICCWindows (0.00s)
15:24:59 [2024-06-03T15:24:59.118Z] === RUN   TestBridgeINC
15:24:59 [2024-06-03T15:24:59.118Z] === RUN   TestBridgeINC/IPv4_non-internal_network
15:25:04 [2024-06-03T15:25:04.345Z] === RUN   TestBridgeINC/IPv4_internal_network
15:25:04 [2024-06-03T15:25:04.600Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
15:25:09 [2024-06-03T15:25:09.829Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
15:25:10 [2024-06-03T15:25:10.084Z] --- PASS: TestBridgeINC (11.56s)
15:25:10 [2024-06-03T15:25:10.084Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.23s)
15:25:10 [2024-06-03T15:25:10.084Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.19s)
15:25:10 [2024-06-03T15:25:10.084Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.30s)
15:25:10 [2024-06-03T15:25:10.084Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.24s)
15:25:10 [2024-06-03T15:25:10.084Z] === RUN   TestDefaultBridgeIPv6
15:25:10 [2024-06-03T15:25:10.084Z] === RUN   TestDefaultBridgeIPv6/IPv6_ULA
15:25:11 [2024-06-03T15:25:11.964Z] === RUN   TestDefaultBridgeIPv6/IPv6_LLA_only
15:25:13 [2024-06-03T15:25:13.325Z] === RUN   TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only
15:25:14 [2024-06-03T15:25:14.684Z] --- PASS: TestDefaultBridgeIPv6 (4.50s)
15:25:14 [2024-06-03T15:25:14.684Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.54s)
15:25:14 [2024-06-03T15:25:14.684Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.46s)
15:25:14 [2024-06-03T15:25:14.684Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.49s)
15:25:14 [2024-06-03T15:25:14.684Z] === RUN   TestDefaultBridgeAddresses
15:25:14 [2024-06-03T15:25:14.684Z] === RUN   TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes
15:25:16 [2024-06-03T15:25:16.566Z] === RUN   TestDefaultBridgeAddresses/Link-Local_Subnet_Changes
15:25:17 [2024-06-03T15:25:17.925Z] --- PASS: TestDefaultBridgeAddresses (3.11s)
15:25:17 [2024-06-03T15:25:17.925Z]     --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s)
15:25:17 [2024-06-03T15:25:17.925Z]     --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s)
15:25:17 [2024-06-03T15:25:17.925Z] === RUN   TestInternalNwConnectivity
15:25:21 [2024-06-03T15:25:21.179Z] --- PASS: TestInternalNwConnectivity (3.32s)
15:25:21 [2024-06-03T15:25:21.179Z] === RUN   TestMACAddrOnRestart
15:25:23 [2024-06-03T15:25:23.685Z] --- PASS: TestMACAddrOnRestart (2.14s)
15:25:23 [2024-06-03T15:25:23.685Z] === RUN   TestCfgdMACAddrOnRestart
15:25:26 [2024-06-03T15:25:26.190Z] --- PASS: TestCfgdMACAddrOnRestart (2.57s)
15:25:26 [2024-06-03T15:25:26.190Z] === RUN   TestInspectCfgdMAC
15:25:26 [2024-06-03T15:25:26.445Z] === RUN   TestInspectCfgdMAC/generated_address_default_bridge
15:25:26 [2024-06-03T15:25:26.445Z] === RUN   TestInspectCfgdMAC/configured_address_default_bridge
15:25:26 [2024-06-03T15:25:26.445Z] === RUN   TestInspectCfgdMAC/generated_address_custom_bridge
15:25:26 [2024-06-03T15:25:26.699Z] === RUN   TestInspectCfgdMAC/configured_address_custom_bridge
15:25:26 [2024-06-03T15:25:26.953Z] === RUN   TestInspectCfgdMAC/ctr-wide_address_default_bridge
15:25:26 [2024-06-03T15:25:26.953Z] --- PASS: TestInspectCfgdMAC (1.11s)
15:25:26 [2024-06-03T15:25:26.953Z]     --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.05s)
15:25:26 [2024-06-03T15:25:26.953Z]     --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s)
15:25:26 [2024-06-03T15:25:26.953Z]     --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.18s)
15:25:26 [2024-06-03T15:25:26.953Z]     --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.19s)
15:25:26 [2024-06-03T15:25:26.953Z]     --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.05s)
15:25:26 [2024-06-03T15:25:26.953Z] === RUN   TestWatchtowerCreate
15:25:28 [2024-06-03T15:25:28.311Z] --- PASS: TestWatchtowerCreate (1.08s)
15:25:28 [2024-06-03T15:25:28.311Z] === RUN   TestInternalNetworkDNS
15:25:54 [2024-06-03T15:25:54.777Z] --- PASS: TestInternalNetworkDNS (23.17s)
15:25:54 [2024-06-03T15:25:54.777Z] PASS
15:25:54 [2024-06-03T15:25:54.777Z] 
15:25:54 [2024-06-03T15:25:54.777Z] === Skipped
15:25:54 [2024-06-03T15:25:54.777Z] === SKIP: arm64.integration.networking TestBridgeICCWindows (0.00s)
15:25:54 [2024-06-03T15:25:54.777Z]     bridge_test.go:198: testEnv.DaemonInfo.OSType != "windows"
15:25:54 [2024-06-03T15:25:54.777Z] 
15:25:54 [2024-06-03T15:25:54.777Z] DONE 35 tests, 1 skipped in 68.221s
15:25:54 [2024-06-03T15:25:54.777Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
15:25:54 [2024-06-03T15:25:54.777Z] ++ '[' -n '' ']'
15:25:54 [2024-06-03T15:25:54.777Z] ++ 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
15:25:54 [2024-06-03T15:25:54.777Z] ++ set -e
15:25:54 [2024-06-03T15:25:54.777Z] ++ '[' -n 0 ']'
15:25:54 [2024-06-03T15:25:54.777Z] ++ set -x
15:25:54 [2024-06-03T15:25:54.777Z] ++ 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.Kxl9hKEXBn/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
15:25:54 [2024-06-03T15:25:54.777Z] testing: warning: no tests to run
15:25:54 [2024-06-03T15:25:54.777Z] PASS
15:25:54 [2024-06-03T15:25:54.777Z] 
15:25:54 [2024-06-03T15:25:54.777Z] DONE 0 tests in 0.005s
15:25:54 [2024-06-03T15:25:54.777Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
15:25:54 [2024-06-03T15:25:54.777Z] ++ '[' -n '' ']'
15:25:54 [2024-06-03T15:25:54.777Z] ++ 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
15:25:54 [2024-06-03T15:25:54.777Z] ++ set -e
15:25:54 [2024-06-03T15:25:54.777Z] ++ '[' -n 0 ']'
15:25:54 [2024-06-03T15:25:54.777Z] ++ set -x
15:25:54 [2024-06-03T15:25:54.777Z] ++ 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.Kxl9hKEXBn/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
15:25:54 [2024-06-03T15:25:54.777Z] INFO: Testing against a local daemon
15:25:54 [2024-06-03T15:25:54.777Z] === RUN   TestAuthZPluginAllowRequest
15:25:54 [2024-06-03T15:25:54.777Z] --- PASS: TestAuthZPluginAllowRequest (1.04s)
15:25:54 [2024-06-03T15:25:54.777Z] === RUN   TestAuthZPluginTLS
15:25:54 [2024-06-03T15:25:54.777Z] --- PASS: TestAuthZPluginTLS (0.54s)
15:25:54 [2024-06-03T15:25:54.777Z] === RUN   TestAuthZPluginDenyRequest
15:25:54 [2024-06-03T15:25:54.777Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
15:25:54 [2024-06-03T15:25:54.777Z] === RUN   TestAuthZPluginAPIDenyResponse
15:25:54 [2024-06-03T15:25:54.777Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
15:25:54 [2024-06-03T15:25:54.777Z] === RUN   TestAuthZPluginDenyResponse
15:25:54 [2024-06-03T15:25:54.777Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
15:25:54 [2024-06-03T15:25:54.777Z] === RUN   TestAuthZPluginAllowEventStream
15:25:55 [2024-06-03T15:25:55.335Z] 2024/06/03 15:25:55 http: panic serving 127.0.0.1:50602: runtime error: invalid memory address or nil pointer dereference
15:25:55 [2024-06-03T15:25:55.335Z] goroutine 163 [running]:
15:25:55 [2024-06-03T15:25:55.335Z] net/http.(*conn).serve.func1()
15:25:55 [2024-06-03T15:25:55.335Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
15:25:55 [2024-06-03T15:25:55.335Z] panic({0xa85980?, 0x15ba900?})
15:25:55 [2024-06-03T15:25:55.335Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
15:25:55 [2024-06-03T15:25:55.335Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd86c48, 0x40002329c0}, 0xffffa5149ef8?)
15:25:55 [2024-06-03T15:25:55.335Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
15:25:55 [2024-06-03T15:25:55.335Z] net/http.HandlerFunc.ServeHTTP(0x40001cf800?, {0xd86c48?, 0x40002329c0?}, 0x402784?)
15:25:55 [2024-06-03T15:25:55.335Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
15:25:55 [2024-06-03T15:25:55.335Z] net/http.(*ServeMux).ServeHTTP(0xd8d228?, {0xd86c48, 0x40002329c0}, 0x40001cf800)
15:25:55 [2024-06-03T15:25:55.335Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
15:25:55 [2024-06-03T15:25:55.335Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000142fd0, {0xd85808?, 0x40003fe700}, 0x40001cf700, {0xd7bac0, 0x4000164d40})
15:25:55 [2024-06-03T15:25:55.335Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
15:25:55 [2024-06-03T15:25:55.335Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd85808?, 0x40003fe700?}, 0x40002c7820?)
15:25:55 [2024-06-03T15:25:55.335Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
15:25:55 [2024-06-03T15:25:55.335Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd85808?, 0x40003fe700?}, 0x40003fe700?)
15:25:55 [2024-06-03T15:25:55.335Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
15:25:55 [2024-06-03T15:25:55.335Z] net/http.serverHandler.ServeHTTP({0xd823e8?}, {0xd85808?, 0x40003fe700?}, 0x6?)
15:25:55 [2024-06-03T15:25:55.335Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
15:25:55 [2024-06-03T15:25:55.335Z] net/http.(*conn).serve(0x400002d560, {0xd8d228, 0x40001fb380})
15:25:55 [2024-06-03T15:25:55.335Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
15:25:55 [2024-06-03T15:25:55.335Z] created by net/http.(*Server).Serve in goroutine 13
15:25:55 [2024-06-03T15:25:55.335Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
15:25:56 [2024-06-03T15:25:56.256Z] 2024/06/03 15:25:56 http: panic serving 127.0.0.1:50608: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
15:25:56 [2024-06-03T15:25:56.256Z] goroutine 180 [running]:
15:25:56 [2024-06-03T15:25:56.256Z] net/http.(*conn).serve.func1()
15:25:56 [2024-06-03T15:25:56.256Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
15:25:56 [2024-06-03T15:25:56.256Z] panic({0xa1b740?, 0x40004cb750?})
15:25:56 [2024-06-03T15:25:56.256Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
15:25:56 [2024-06-03T15:25:56.256Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd86c48, 0x4000700660}, 0xffff5e3d64a0?)
15:25:56 [2024-06-03T15:25:56.256Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
15:25:56 [2024-06-03T15:25:56.256Z] net/http.HandlerFunc.ServeHTTP(0x4000564800?, {0xd86c48?, 0x4000700660?}, 0x402784?)
15:25:56 [2024-06-03T15:25:56.256Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
15:25:56 [2024-06-03T15:25:56.256Z] net/http.(*ServeMux).ServeHTTP(0xd8d228?, {0xd86c48, 0x4000700660}, 0x4000564800)
15:25:56 [2024-06-03T15:25:56.256Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
15:25:56 [2024-06-03T15:25:56.256Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000142fd0, {0xd85808?, 0x4000548ee0}, 0x40001cf900, {0xd7bac0, 0x4000164d40})
15:25:56 [2024-06-03T15:25:56.256Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
15:25:56 [2024-06-03T15:25:56.256Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd85808?, 0x4000548ee0?}, 0x40004aacf0?)
15:25:56 [2024-06-03T15:25:56.256Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
15:25:56 [2024-06-03T15:25:56.256Z] net/http.HandlerFunc.ServeHTTP(0x16184c0?, {0xd85808?, 0x4000548ee0?}, 0x4000196b40?)
15:25:56 [2024-06-03T15:25:56.256Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
15:25:56 [2024-06-03T15:25:56.256Z] net/http.serverHandler.ServeHTTP({0x40004aacf0?}, {0xd85808?, 0x4000548ee0?}, 0x6?)
15:25:56 [2024-06-03T15:25:56.256Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
15:25:56 [2024-06-03T15:25:56.256Z] net/http.(*conn).serve(0x400041ce10, {0xd8d228, 0x40001fb380})
15:25:56 [2024-06-03T15:25:56.256Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
15:25:56 [2024-06-03T15:25:56.256Z] created by net/http.(*Server).Serve in goroutine 13
15:25:56 [2024-06-03T15:25:56.256Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
15:25:58 [2024-06-03T15:25:58.135Z] 2024/06/03 15:25:58 http: panic serving 127.0.0.1:50620: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
15:25:58 [2024-06-03T15:25:58.135Z] goroutine 197 [running]:
15:25:58 [2024-06-03T15:25:58.135Z] net/http.(*conn).serve.func1()
15:25:58 [2024-06-03T15:25:58.135Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
15:25:58 [2024-06-03T15:25:58.135Z] panic({0xa1b740?, 0x40004cb950?})
15:25:58 [2024-06-03T15:25:58.135Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
15:25:58 [2024-06-03T15:25:58.135Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd86c48, 0x4000700720}, 0xffff5e3d64a0?)
15:25:58 [2024-06-03T15:25:58.135Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
15:25:58 [2024-06-03T15:25:58.135Z] net/http.HandlerFunc.ServeHTTP(0x4000564a00?, {0xd86c48?, 0x4000700720?}, 0x402784?)
15:25:58 [2024-06-03T15:25:58.135Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
15:25:58 [2024-06-03T15:25:58.135Z] net/http.(*ServeMux).ServeHTTP(0xd8d228?, {0xd86c48, 0x4000700720}, 0x4000564a00)
15:25:58 [2024-06-03T15:25:58.135Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
15:25:58 [2024-06-03T15:25:58.135Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000142fd0, {0xd85808?, 0x4000548fc0}, 0x4000564900, {0xd7bac0, 0x4000164d40})
15:25:58 [2024-06-03T15:25:58.135Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
15:25:58 [2024-06-03T15:25:58.135Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd85808?, 0x4000548fc0?}, 0x400037cff0?)
15:25:58 [2024-06-03T15:25:58.135Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
15:25:58 [2024-06-03T15:25:58.135Z] net/http.HandlerFunc.ServeHTTP(0x16184c0?, {0xd85808?, 0x4000548fc0?}, 0x4000196b40?)
15:25:58 [2024-06-03T15:25:58.135Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
15:25:58 [2024-06-03T15:25:58.135Z] net/http.serverHandler.ServeHTTP({0x400037cff0?}, {0xd85808?, 0x4000548fc0?}, 0x6?)
15:25:58 [2024-06-03T15:25:58.135Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
15:25:58 [2024-06-03T15:25:58.135Z] net/http.(*conn).serve(0x40001a6f30, {0xd8d228, 0x40001fb380})
15:25:58 [2024-06-03T15:25:58.135Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
15:25:58 [2024-06-03T15:25:58.135Z] created by net/http.(*Server).Serve in goroutine 13
15:25:58 [2024-06-03T15:25:58.135Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
15:26:00 [2024-06-03T15:26:00.638Z] --- PASS: TestAuthZPluginAllowEventStream (6.06s)
15:26:00 [2024-06-03T15:26:00.638Z] === RUN   TestAuthZPluginErrorResponse
15:26:00 [2024-06-03T15:26:00.893Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
15:26:00 [2024-06-03T15:26:00.893Z] === RUN   TestAuthZPluginErrorRequest
15:26:01 [2024-06-03T15:26:01.451Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
15:26:01 [2024-06-03T15:26:01.451Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
15:26:02 [2024-06-03T15:26:02.009Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
15:26:02 [2024-06-03T15:26:02.009Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
15:26:03 [2024-06-03T15:26:03.367Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.21s)
15:26:03 [2024-06-03T15:26:03.367Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
15:26:04 [2024-06-03T15:26:04.288Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.10s)
15:26:04 [2024-06-03T15:26:04.288Z] === RUN   TestAuthZPluginHeader
15:26:05 [2024-06-03T15:26:05.210Z] --- PASS: TestAuthZPluginHeader (0.61s)
15:26:05 [2024-06-03T15:26:05.210Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
15:26:05 [2024-06-03T15:26:05.210Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
15:26:05 [2024-06-03T15:26:05.210Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
15:26:05 [2024-06-03T15:26:05.210Z] === RUN   TestAuthZPluginV2Disable
15:26:05 [2024-06-03T15:26:05.210Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
15:26:05 [2024-06-03T15:26:05.210Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
15:26:05 [2024-06-03T15:26:05.210Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
15:26:05 [2024-06-03T15:26:05.210Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
15:26:05 [2024-06-03T15:26:05.210Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
15:26:05 [2024-06-03T15:26:05.210Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
15:26:05 [2024-06-03T15:26:05.210Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
15:26:05 [2024-06-03T15:26:05.210Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
15:26:05 [2024-06-03T15:26:05.210Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
15:26:23 [2024-06-03T15:26:23.224Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.91s)
15:26:23 [2024-06-03T15:26:23.224Z] PASS
15:26:23 [2024-06-03T15:26:23.224Z] 
15:26:23 [2024-06-03T15:26:23.224Z] === Skipped
15:26:23 [2024-06-03T15:26:23.224Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
15:26:23 [2024-06-03T15:26:23.224Z] 
15:26:23 [2024-06-03T15:26:23.224Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
15:26:23 [2024-06-03T15:26:23.224Z] 
15:26:23 [2024-06-03T15:26:23.224Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
15:26:23 [2024-06-03T15:26:23.224Z] 
15:26:23 [2024-06-03T15:26:23.224Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
15:26:23 [2024-06-03T15:26:23.224Z] 
15:26:23 [2024-06-03T15:26:23.224Z] DONE 17 tests, 4 skipped in 30.665s
15:26:23 [2024-06-03T15:26:23.224Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
15:26:23 [2024-06-03T15:26:23.224Z] ++ '[' -n '' ']'
15:26:23 [2024-06-03T15:26:23.224Z] ++ 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
15:26:23 [2024-06-03T15:26:23.224Z] ++ set -e
15:26:23 [2024-06-03T15:26:23.224Z] ++ '[' -n 0 ']'
15:26:23 [2024-06-03T15:26:23.224Z] ++ set -x
15:26:23 [2024-06-03T15:26:23.224Z] ++ 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.Kxl9hKEXBn/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
15:26:23 [2024-06-03T15:26:23.224Z] INFO: Testing against a local daemon
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
15:26:23 [2024-06-03T15:26:23.224Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
15:26:23 [2024-06-03T15:26:23.224Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/pull
15:26:23 [2024-06-03T15:26:23.224Z] === PAUSE TestPluginInvalidJSON/plugins/pull
15:26:23 [2024-06-03T15:26:23.224Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
15:26:23 [2024-06-03T15:26:23.224Z] === CONT  TestPluginInvalidJSON/plugins/pull
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
15:26:23 [2024-06-03T15:26:23.224Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
15:26:23 [2024-06-03T15:26:23.224Z] --- PASS: TestPluginInvalidJSON (0.01s)
15:26:23 [2024-06-03T15:26:23.224Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInstall
15:26:23 [2024-06-03T15:26:23.224Z] === RUN   TestPluginInstall/no_auth
15:26:25 [2024-06-03T15:26:25.729Z] time="2024-06-03T15:26:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:26:25 [2024-06-03T15:26:25.729Z] time="2024-06-03T15:26:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a75a670b9dd7c30f4d40500b35d05a7eb73916c9053a30fe0adbbc87c34f2e9c" mediatype=application/vnd.docker.plugin.v1+json size=522
15:26:25 [2024-06-03T15:26:25.729Z] time="2024-06-03T15:26:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:26:25 [2024-06-03T15:26:25.729Z] time="2024-06-03T15:26:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a75a670b9dd7c30f4d40500b35d05a7eb73916c9053a30fe0adbbc87c34f2e9c" mediatype=application/vnd.docker.plugin.v1+json size=522
15:26:25 [2024-06-03T15:26:25.729Z] === RUN   TestPluginInstall/with_digest
15:26:26 [2024-06-03T15:26:26.288Z] === RUN   TestPluginInstall/with_htpasswd
15:26:26 [2024-06-03T15:26:26.542Z] time="2024-06-03T15:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:26:26 [2024-06-03T15:26:26.542Z] time="2024-06-03T15:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:08b812f62afdbf77d65c7f85b8117b41c6347dec36ff92088945d1703dac2bcd" mediatype=application/vnd.docker.plugin.v1+json size=522
15:26:26 [2024-06-03T15:26:26.542Z] time="2024-06-03T15:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:26:26 [2024-06-03T15:26:26.542Z] time="2024-06-03T15:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:08b812f62afdbf77d65c7f85b8117b41c6347dec36ff92088945d1703dac2bcd" mediatype=application/vnd.docker.plugin.v1+json size=522
15:26:26 [2024-06-03T15:26:26.797Z] === RUN   TestPluginInstall/with_insecure
15:26:27 [2024-06-03T15:26:27.720Z] time="2024-06-03T15:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:26:27 [2024-06-03T15:26:27.720Z] time="2024-06-03T15:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a9217e7a90214462d60e18da30fcd2e86eda00a1a07ce7bda855a3f57caf18db" mediatype=application/vnd.docker.plugin.v1+json size=522
15:26:27 [2024-06-03T15:26:27.720Z] time="2024-06-03T15:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:26:27 [2024-06-03T15:26:27.720Z] time="2024-06-03T15:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a9217e7a90214462d60e18da30fcd2e86eda00a1a07ce7bda855a3f57caf18db" mediatype=application/vnd.docker.plugin.v1+json size=522
15:26:27 [2024-06-03T15:26:27.720Z]     plugin_test.go:247: [d99d49f7ed7b8] daemon is not started
15:26:27 [2024-06-03T15:26:27.720Z] --- PASS: TestPluginInstall (5.68s)
15:26:27 [2024-06-03T15:26:27.720Z]     --- PASS: TestPluginInstall/no_auth (3.79s)
15:26:27 [2024-06-03T15:26:27.720Z]     --- PASS: TestPluginInstall/with_digest (0.49s)
15:26:27 [2024-06-03T15:26:27.720Z]     --- PASS: TestPluginInstall/with_htpasswd (0.48s)
15:26:27 [2024-06-03T15:26:27.720Z]     --- PASS: TestPluginInstall/with_insecure (0.92s)
15:26:27 [2024-06-03T15:26:27.720Z] === RUN   TestPluginsWithRuntimes
15:26:29 [2024-06-03T15:26:29.079Z] === RUN   TestPluginsWithRuntimes/No_Args
15:26:30 [2024-06-03T15:26:30.002Z] === RUN   TestPluginsWithRuntimes/With_Args
15:26:30 [2024-06-03T15:26:30.924Z] --- PASS: TestPluginsWithRuntimes (3.14s)
15:26:30 [2024-06-03T15:26:30.924Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.83s)
15:26:30 [2024-06-03T15:26:30.924Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.84s)
15:26:30 [2024-06-03T15:26:30.924Z] === RUN   TestPluginBackCompatMediaTypes
15:26:31 [2024-06-03T15:26:31.178Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s)
15:26:31 [2024-06-03T15:26:31.178Z] PASS
15:26:31 [2024-06-03T15:26:31.178Z] 
15:26:31 [2024-06-03T15:26:31.178Z] DONE 25 tests in 9.352s
15:26:31 [2024-06-03T15:26:31.178Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
15:26:31 [2024-06-03T15:26:31.178Z] ++ '[' -n '' ']'
15:26:31 [2024-06-03T15:26:31.178Z] ++ 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
15:26:31 [2024-06-03T15:26:31.178Z] ++ set -e
15:26:31 [2024-06-03T15:26:31.178Z] ++ '[' -n 0 ']'
15:26:31 [2024-06-03T15:26:31.178Z] ++ set -x
15:26:31 [2024-06-03T15:26:31.178Z] ++ 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.Kxl9hKEXBn/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
15:26:31 [2024-06-03T15:26:31.178Z] INFO: Testing against a local daemon
15:26:31 [2024-06-03T15:26:31.178Z] === RUN   TestExternalGraphDriver
15:26:31 [2024-06-03T15:26:31.736Z] === RUN   TestExternalGraphDriver/json
15:26:31 [2024-06-03T15:26:31.736Z] === RUN   TestExternalGraphDriver/spec
15:26:31 [2024-06-03T15:26:31.736Z] === RUN   TestExternalGraphDriver/pull
15:26:31 [2024-06-03T15:26:31.736Z] --- PASS: TestExternalGraphDriver (0.38s)
15:26:31 [2024-06-03T15:26:31.736Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
15:26:31 [2024-06-03T15:26:31.736Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
15:26:31 [2024-06-03T15:26:31.736Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
15:26:31 [2024-06-03T15:26:31.736Z] === RUN   TestGraphdriverPluginV2
15:26:31 [2024-06-03T15:26:31.990Z]     external_test.go:415: (*Execution).NotAmd64-fm
15:26:31 [2024-06-03T15:26:31.990Z] --- SKIP: TestGraphdriverPluginV2 (0.37s)
15:26:31 [2024-06-03T15:26:31.990Z] PASS
15:26:31 [2024-06-03T15:26:31.990Z] 
15:26:31 [2024-06-03T15:26:31.990Z] === Skipped
15:26:31 [2024-06-03T15:26:31.990Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.37s)
15:26:31 [2024-06-03T15:26:31.990Z]     external_test.go:415: (*Execution).NotAmd64-fm
15:26:31 [2024-06-03T15:26:31.990Z] 
15:26:31 [2024-06-03T15:26:31.990Z] DONE 5 tests, 1 skipped in 0.791s
15:26:31 [2024-06-03T15:26:31.990Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
15:26:31 [2024-06-03T15:26:31.990Z] ++ '[' -n '' ']'
15:26:31 [2024-06-03T15:26:31.990Z] ++ 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
15:26:31 [2024-06-03T15:26:31.990Z] ++ set -e
15:26:31 [2024-06-03T15:26:31.990Z] ++ '[' -n 0 ']'
15:26:31 [2024-06-03T15:26:31.990Z] ++ set -x
15:26:31 [2024-06-03T15:26:31.990Z] ++ 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.Kxl9hKEXBn/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
15:26:31 [2024-06-03T15:26:31.990Z] INFO: Testing against a local daemon
15:26:31 [2024-06-03T15:26:31.990Z] === RUN   TestContinueAfterPluginCrash
15:26:31 [2024-06-03T15:26:31.990Z] === PAUSE TestContinueAfterPluginCrash
15:26:31 [2024-06-03T15:26:31.990Z] === RUN   TestReadPluginNoRead
15:26:31 [2024-06-03T15:26:31.990Z] === PAUSE TestReadPluginNoRead
15:26:31 [2024-06-03T15:26:31.990Z] === RUN   TestDaemonStartWithLogOpt
15:26:31 [2024-06-03T15:26:31.990Z] === PAUSE TestDaemonStartWithLogOpt
15:26:31 [2024-06-03T15:26:31.990Z] === CONT  TestDaemonStartWithLogOpt
15:26:31 [2024-06-03T15:26:31.990Z] === CONT  TestContinueAfterPluginCrash
15:26:31 [2024-06-03T15:26:31.990Z] === CONT  TestReadPluginNoRead
15:26:34 [2024-06-03T15:26:34.496Z] === RUN   TestReadPluginNoRead/default
15:26:34 [2024-06-03T15:26:34.750Z] --- PASS: TestDaemonStartWithLogOpt (2.62s)
15:26:35 [2024-06-03T15:26:35.309Z] === RUN   TestReadPluginNoRead/disabled_caching
15:26:36 [2024-06-03T15:26:36.669Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
15:26:37 [2024-06-03T15:26:37.591Z]     read_test.go:93: [d7acdb83cca86] daemon is not started
15:26:37 [2024-06-03T15:26:37.591Z] --- PASS: TestReadPluginNoRead (5.55s)
15:26:37 [2024-06-03T15:26:37.591Z]     --- PASS: TestReadPluginNoRead/default (1.21s)
15:26:37 [2024-06-03T15:26:37.591Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.17s)
15:26:37 [2024-06-03T15:26:37.591Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s)
15:26:40 [2024-06-03T15:26:40.096Z] --- PASS: TestContinueAfterPluginCrash (7.57s)
15:26:40 [2024-06-03T15:26:40.096Z] PASS
15:26:40 [2024-06-03T15:26:40.096Z] 
15:26:40 [2024-06-03T15:26:40.096Z] DONE 6 tests in 7.597s
15:26:40 [2024-06-03T15:26:40.096Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
15:26:40 [2024-06-03T15:26:40.096Z] ++ '[' -n '' ']'
15:26:40 [2024-06-03T15:26:40.096Z] ++ 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
15:26:40 [2024-06-03T15:26:40.096Z] ++ set -e
15:26:40 [2024-06-03T15:26:40.096Z] ++ '[' -n 0 ']'
15:26:40 [2024-06-03T15:26:40.096Z] ++ set -x
15:26:40 [2024-06-03T15:26:40.096Z] ++ 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.Kxl9hKEXBn/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
15:26:40 [2024-06-03T15:26:40.096Z] testing: warning: no tests to run
15:26:40 [2024-06-03T15:26:40.096Z] PASS
15:26:40 [2024-06-03T15:26:40.096Z] 
15:26:40 [2024-06-03T15:26:40.096Z] DONE 0 tests in 0.006s
15:26:40 [2024-06-03T15:26:40.096Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
15:26:40 [2024-06-03T15:26:40.096Z] ++ '[' -n '' ']'
15:26:40 [2024-06-03T15:26:40.096Z] ++ 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
15:26:40 [2024-06-03T15:26:40.096Z] ++ set -e
15:26:40 [2024-06-03T15:26:40.096Z] ++ '[' -n 0 ']'
15:26:40 [2024-06-03T15:26:40.096Z] ++ set -x
15:26:40 [2024-06-03T15:26:40.096Z] ++ 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.Kxl9hKEXBn/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
15:26:40 [2024-06-03T15:26:40.096Z] INFO: Testing against a local daemon
15:26:40 [2024-06-03T15:26:40.096Z] === RUN   TestPluginWithDevMounts
15:26:40 [2024-06-03T15:26:40.096Z] === PAUSE TestPluginWithDevMounts
15:26:40 [2024-06-03T15:26:40.096Z] === CONT  TestPluginWithDevMounts
15:26:41 [2024-06-03T15:26:41.455Z] --- PASS: TestPluginWithDevMounts (1.47s)
15:26:41 [2024-06-03T15:26:41.455Z] PASS
15:26:41 [2024-06-03T15:26:41.455Z] 
15:26:41 [2024-06-03T15:26:41.455Z] DONE 1 tests in 1.496s
15:26:41 [2024-06-03T15:26:41.455Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
15:26:41 [2024-06-03T15:26:41.455Z] ++ '[' -n '' ']'
15:26:41 [2024-06-03T15:26:41.455Z] ++ 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
15:26:41 [2024-06-03T15:26:41.455Z] ++ set -e
15:26:41 [2024-06-03T15:26:41.455Z] ++ '[' -n 0 ']'
15:26:41 [2024-06-03T15:26:41.455Z] ++ set -x
15:26:41 [2024-06-03T15:26:41.455Z] ++ 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.Kxl9hKEXBn/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
15:26:41 [2024-06-03T15:26:41.455Z] INFO: Testing against a local daemon
15:26:41 [2024-06-03T15:26:41.455Z] === RUN   TestSecretInspect
15:26:43 [2024-06-03T15:26:43.335Z] --- PASS: TestSecretInspect (2.03s)
15:26:43 [2024-06-03T15:26:43.335Z] === RUN   TestSecretList
15:26:45 [2024-06-03T15:26:45.216Z] --- PASS: TestSecretList (1.94s)
15:26:45 [2024-06-03T15:26:45.216Z] === RUN   TestSecretsCreateAndDelete
15:26:47 [2024-06-03T15:26:47.096Z] --- PASS: TestSecretsCreateAndDelete (1.89s)
15:26:47 [2024-06-03T15:26:47.096Z] === RUN   TestSecretsUpdate
15:26:48 [2024-06-03T15:26:48.976Z] --- PASS: TestSecretsUpdate (1.88s)
15:26:48 [2024-06-03T15:26:48.976Z] === RUN   TestTemplatedSecret
15:26:51 [2024-06-03T15:26:51.481Z] --- PASS: TestTemplatedSecret (2.57s)
15:26:51 [2024-06-03T15:26:51.481Z] === RUN   TestSecretCreateResolve
15:26:53 [2024-06-03T15:26:53.361Z] --- PASS: TestSecretCreateResolve (1.92s)
15:26:53 [2024-06-03T15:26:53.361Z] PASS
15:26:53 [2024-06-03T15:26:53.361Z] 
15:26:53 [2024-06-03T15:26:53.361Z] DONE 6 tests in 12.254s
15:26:53 [2024-06-03T15:26:53.361Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
15:26:53 [2024-06-03T15:26:53.361Z] ++ '[' -n '' ']'
15:26:53 [2024-06-03T15:26:53.361Z] ++ 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
15:26:53 [2024-06-03T15:26:53.361Z] ++ set -e
15:26:53 [2024-06-03T15:26:53.361Z] ++ '[' -n 0 ']'
15:26:53 [2024-06-03T15:26:53.361Z] ++ set -x
15:26:53 [2024-06-03T15:26:53.361Z] ++ 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.Kxl9hKEXBn/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
15:26:53 [2024-06-03T15:26:53.361Z] INFO: Testing against a local daemon
15:26:53 [2024-06-03T15:26:53.361Z] === RUN   TestServiceCreateInit
15:26:53 [2024-06-03T15:26:53.361Z] === RUN   TestServiceCreateInit/daemonInitDisabled
15:26:57 [2024-06-03T15:26:57.514Z] === RUN   TestServiceCreateInit/daemonInitEnabled
15:27:01 [2024-06-03T15:27:01.667Z] --- PASS: TestServiceCreateInit (7.44s)
15:27:01 [2024-06-03T15:27:01.667Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.82s)
15:27:01 [2024-06-03T15:27:01.667Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.62s)
15:27:01 [2024-06-03T15:27:01.667Z] === RUN   TestCreateServiceMultipleTimes
15:27:16 [2024-06-03T15:27:16.482Z] --- PASS: TestCreateServiceMultipleTimes (15.02s)
15:27:16 [2024-06-03T15:27:16.482Z] === RUN   TestCreateServiceConflict
15:27:17 [2024-06-03T15:27:17.840Z] --- PASS: TestCreateServiceConflict (1.96s)
15:27:17 [2024-06-03T15:27:17.840Z] === RUN   TestCreateServiceMaxReplicas
15:27:21 [2024-06-03T15:27:21.095Z] --- PASS: TestCreateServiceMaxReplicas (2.94s)
15:27:21 [2024-06-03T15:27:21.095Z] === RUN   TestCreateServiceSecretFileMode
15:27:35 [2024-06-03T15:27:35.910Z] --- PASS: TestCreateServiceSecretFileMode (12.70s)
15:27:35 [2024-06-03T15:27:35.910Z] === RUN   TestCreateServiceConfigFileMode
15:27:48 [2024-06-03T15:27:48.053Z] --- PASS: TestCreateServiceConfigFileMode (12.56s)
15:27:48 [2024-06-03T15:27:48.053Z] === RUN   TestCreateServiceSysctls
15:27:49 [2024-06-03T15:27:49.411Z] --- PASS: TestCreateServiceSysctls (3.16s)
15:27:49 [2024-06-03T15:27:49.411Z] === RUN   TestCreateServiceCapabilities
15:27:51 [2024-06-03T15:27:51.916Z] --- PASS: TestCreateServiceCapabilities (2.54s)
15:27:51 [2024-06-03T15:27:51.916Z] === RUN   TestInspect
15:27:55 [2024-06-03T15:27:55.170Z] --- PASS: TestInspect (2.81s)
15:27:55 [2024-06-03T15:27:55.170Z] === RUN   TestCreateJob
15:27:57 [2024-06-03T15:27:57.674Z] --- PASS: TestCreateJob (3.05s)
15:27:57 [2024-06-03T15:27:57.674Z] === RUN   TestReplicatedJob
15:28:02 [2024-06-03T15:28:02.901Z] --- PASS: TestReplicatedJob (4.86s)
15:28:02 [2024-06-03T15:28:02.901Z] === RUN   TestUpdateReplicatedJob
15:28:06 [2024-06-03T15:28:06.156Z] --- PASS: TestUpdateReplicatedJob (3.17s)
15:28:06 [2024-06-03T15:28:06.156Z] === RUN   TestServiceListWithStatuses
15:28:11 [2024-06-03T15:28:11.385Z] --- PASS: TestServiceListWithStatuses (4.80s)
15:28:11 [2024-06-03T15:28:11.385Z] === RUN   TestDockerNetworkConnectAliasPreV144
15:28:14 [2024-06-03T15:28:14.639Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.89s)
15:28:14 [2024-06-03T15:28:14.639Z] === RUN   TestDockerNetworkReConnect
15:28:17 [2024-06-03T15:28:17.893Z] --- PASS: TestDockerNetworkReConnect (3.22s)
15:28:17 [2024-06-03T15:28:17.893Z] === RUN   TestServicePlugin
15:28:17 [2024-06-03T15:28:17.893Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
15:28:17 [2024-06-03T15:28:17.893Z] --- SKIP: TestServicePlugin (0.00s)
15:28:17 [2024-06-03T15:28:17.893Z] === RUN   TestServiceUpdateLabel
15:28:19 [2024-06-03T15:28:19.773Z] --- PASS: TestServiceUpdateLabel (1.98s)
15:28:19 [2024-06-03T15:28:19.773Z] === RUN   TestServiceUpdateSecrets
15:28:34 [2024-06-03T15:28:34.587Z] --- PASS: TestServiceUpdateSecrets (14.50s)
15:28:34 [2024-06-03T15:28:34.587Z] === RUN   TestServiceUpdateConfigs
15:28:49 [2024-06-03T15:28:49.524Z] --- PASS: TestServiceUpdateConfigs (13.86s)
15:28:49 [2024-06-03T15:28:49.525Z] === RUN   TestServiceUpdateNetwork
15:29:01 [2024-06-03T15:29:01.675Z] --- PASS: TestServiceUpdateNetwork (12.03s)
15:29:01 [2024-06-03T15:29:01.675Z] === RUN   TestServiceUpdatePidsLimit
15:29:01 [2024-06-03T15:29:01.675Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
15:29:01 [2024-06-03T15:29:01.929Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
15:29:09 [2024-06-03T15:29:09.995Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
15:29:16 [2024-06-03T15:29:16.796Z] --- PASS: TestServiceUpdatePidsLimit (16.08s)
15:29:16 [2024-06-03T15:29:16.796Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
15:29:16 [2024-06-03T15:29:16.796Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
15:29:16 [2024-06-03T15:29:16.796Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
15:29:16 [2024-06-03T15:29:16.796Z] PASS
15:29:16 [2024-06-03T15:29:16.796Z] 
15:29:16 [2024-06-03T15:29:16.796Z] === Skipped
15:29:16 [2024-06-03T15:29:16.796Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
15:29:16 [2024-06-03T15:29:16.796Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
15:29:16 [2024-06-03T15:29:16.796Z] 
15:29:16 [2024-06-03T15:29:16.796Z] DONE 26 tests, 1 skipped in 142.610s
15:29:16 [2024-06-03T15:29:16.796Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
15:29:16 [2024-06-03T15:29:16.796Z] ++ '[' -n '' ']'
15:29:16 [2024-06-03T15:29:16.796Z] ++ 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
15:29:16 [2024-06-03T15:29:16.796Z] ++ set -e
15:29:16 [2024-06-03T15:29:16.796Z] ++ '[' -n 0 ']'
15:29:16 [2024-06-03T15:29:16.796Z] ++ set -x
15:29:16 [2024-06-03T15:29:16.796Z] ++ 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.Kxl9hKEXBn/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
15:29:16 [2024-06-03T15:29:16.796Z] INFO: Testing against a local daemon
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestSessionCreate
15:29:16 [2024-06-03T15:29:16.796Z] --- PASS: TestSessionCreate (0.01s)
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestSessionCreateWithBadUpgrade
15:29:16 [2024-06-03T15:29:16.796Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
15:29:16 [2024-06-03T15:29:16.796Z] PASS
15:29:16 [2024-06-03T15:29:16.796Z] 
15:29:16 [2024-06-03T15:29:16.796Z] DONE 2 tests in 0.043s
15:29:16 [2024-06-03T15:29:16.796Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
15:29:16 [2024-06-03T15:29:16.796Z] ++ '[' -n '' ']'
15:29:16 [2024-06-03T15:29:16.796Z] ++ 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
15:29:16 [2024-06-03T15:29:16.796Z] ++ set -e
15:29:16 [2024-06-03T15:29:16.796Z] ++ '[' -n 0 ']'
15:29:16 [2024-06-03T15:29:16.796Z] ++ set -x
15:29:16 [2024-06-03T15:29:16.796Z] ++ 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.Kxl9hKEXBn/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
15:29:16 [2024-06-03T15:29:16.796Z] INFO: Testing against a local daemon
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestCgroupDriverSystemdMemoryLimit
15:29:16 [2024-06-03T15:29:16.796Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:29:16 [2024-06-03T15:29:16.796Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestDiskUsage
15:29:16 [2024-06-03T15:29:16.796Z] === PAUSE TestDiskUsage
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestEventsExecDie
15:29:16 [2024-06-03T15:29:16.796Z] --- PASS: TestEventsExecDie (0.48s)
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestEventsBackwardsCompatible
15:29:16 [2024-06-03T15:29:16.796Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestEventsVolumeCreate
15:29:16 [2024-06-03T15:29:16.796Z] --- PASS: TestEventsVolumeCreate (0.06s)
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestInfoBinaryCommits
15:29:16 [2024-06-03T15:29:16.796Z] --- PASS: TestInfoBinaryCommits (0.01s)
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestInfoAPIVersioned
15:29:16 [2024-06-03T15:29:16.796Z] --- PASS: TestInfoAPIVersioned (0.01s)
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestInfoAPI
15:29:16 [2024-06-03T15:29:16.796Z] --- PASS: TestInfoAPI (0.01s)
15:29:16 [2024-06-03T15:29:16.796Z] === RUN   TestInfoAPIWarnings
15:29:33 [2024-06-03T15:29:33.975Z] --- PASS: TestInfoAPIWarnings (16.54s)
15:29:33 [2024-06-03T15:29:33.975Z] === RUN   TestInfoDebug
15:29:33 [2024-06-03T15:29:33.975Z] --- PASS: TestInfoDebug (0.52s)
15:29:33 [2024-06-03T15:29:33.975Z] === RUN   TestInfoInsecureRegistries
15:29:34 [2024-06-03T15:29:34.534Z] --- PASS: TestInfoInsecureRegistries (0.52s)
15:29:34 [2024-06-03T15:29:34.534Z] === RUN   TestInfoRegistryMirrors
15:29:34 [2024-06-03T15:29:34.788Z] --- PASS: TestInfoRegistryMirrors (0.52s)
15:29:34 [2024-06-03T15:29:34.788Z] === RUN   TestLoginFailsWithBadCredentials
15:29:36 [2024-06-03T15:29:36.156Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s)
15:29:36 [2024-06-03T15:29:36.156Z] === RUN   TestPingCacheHeaders
15:29:36 [2024-06-03T15:29:36.156Z] --- PASS: TestPingCacheHeaders (0.01s)
15:29:36 [2024-06-03T15:29:36.156Z] === RUN   TestPingGet
15:29:36 [2024-06-03T15:29:36.156Z] --- PASS: TestPingGet (0.01s)
15:29:36 [2024-06-03T15:29:36.156Z] === RUN   TestPingHead
15:29:36 [2024-06-03T15:29:36.156Z] --- PASS: TestPingHead (0.01s)
15:29:36 [2024-06-03T15:29:36.156Z] === RUN   TestPingSwarmHeader
15:29:36 [2024-06-03T15:29:36.411Z] === RUN   TestPingSwarmHeader/before_swarm_init
15:29:36 [2024-06-03T15:29:36.974Z] === RUN   TestPingSwarmHeader/after_swarm_init
15:29:37 [2024-06-03T15:29:37.900Z] === RUN   TestPingSwarmHeader/after_swarm_leave
15:29:37 [2024-06-03T15:29:37.900Z] --- PASS: TestPingSwarmHeader (1.90s)
15:29:37 [2024-06-03T15:29:37.900Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
15:29:37 [2024-06-03T15:29:37.900Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
15:29:37 [2024-06-03T15:29:37.900Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
15:29:37 [2024-06-03T15:29:37.900Z] === RUN   TestPingBuilderHeader
15:29:37 [2024-06-03T15:29:37.900Z] === RUN   TestPingBuilderHeader/default_config
15:29:38 [2024-06-03T15:29:38.461Z] === RUN   TestPingBuilderHeader/buildkit_disabled
15:29:39 [2024-06-03T15:29:39.021Z] --- PASS: TestPingBuilderHeader (1.04s)
15:29:39 [2024-06-03T15:29:39.021Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
15:29:39 [2024-06-03T15:29:39.021Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
15:29:39 [2024-06-03T15:29:39.021Z] === RUN   TestVersion
15:29:39 [2024-06-03T15:29:39.021Z] --- PASS: TestVersion (0.01s)
15:29:39 [2024-06-03T15:29:39.021Z] === CONT  TestDiskUsage
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty/container_types
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty/image_types
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty/volume_types
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty/build-cache_types
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty/container,_volume_types
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
15:29:39 [2024-06-03T15:29:39.277Z] === RUN   TestDiskUsage/after_LoadBusybox
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
15:29:39 [2024-06-03T15:29:39.532Z] === RUN   TestDiskUsage/after_container.Run
15:29:39 [2024-06-03T15:29:39.803Z] === RUN   TestDiskUsage/after_container.Run/container_types
15:29:39 [2024-06-03T15:29:39.803Z] === RUN   TestDiskUsage/after_container.Run/image_types
15:29:39 [2024-06-03T15:29:39.803Z] === RUN   TestDiskUsage/after_container.Run/volume_types
15:29:39 [2024-06-03T15:29:39.803Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
15:29:39 [2024-06-03T15:29:39.803Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
15:29:39 [2024-06-03T15:29:39.803Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
15:29:39 [2024-06-03T15:29:39.803Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
15:29:39 [2024-06-03T15:29:39.803Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
15:29:39 [2024-06-03T15:29:39.803Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
15:29:39 [2024-06-03T15:29:39.803Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
15:29:39 [2024-06-03T15:29:39.803Z] --- PASS: TestDiskUsage (1.04s)
15:29:39 [2024-06-03T15:29:39.803Z]     --- PASS: TestDiskUsage/empty (0.01s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]     --- PASS: TestDiskUsage/after_container.Run (0.23s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z] PASS
15:29:39 [2024-06-03T15:29:39.803Z] 
15:29:39 [2024-06-03T15:29:39.803Z] === Skipped
15:29:39 [2024-06-03T15:29:39.803Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
15:29:39 [2024-06-03T15:29:39.803Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:29:39 [2024-06-03T15:29:39.803Z] 
15:29:39 [2024-06-03T15:29:39.803Z] DONE 57 tests, 1 skipped in 23.770s
15:29:39 [2024-06-03T15:29:39.803Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
15:29:39 [2024-06-03T15:29:39.803Z] ++ '[' -n '' ']'
15:29:39 [2024-06-03T15:29:39.803Z] ++ 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
15:29:39 [2024-06-03T15:29:39.803Z] ++ set -e
15:29:39 [2024-06-03T15:29:39.803Z] ++ '[' -n 0 ']'
15:29:39 [2024-06-03T15:29:39.803Z] ++ set -x
15:29:39 [2024-06-03T15:29:39.803Z] ++ 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.Kxl9hKEXBn/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
15:29:40 [2024-06-03T15:29:40.060Z] INFO: Testing against a local daemon
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesCreateAndList
15:29:40 [2024-06-03T15:29:40.060Z] --- PASS: TestVolumesCreateAndList (0.01s)
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesRemove
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesRemove/volume_in_use
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesRemove/volume_not_in_use
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesRemove/non-existing_volume
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesRemove/non-existing_volume_force
15:29:40 [2024-06-03T15:29:40.060Z] --- PASS: TestVolumesRemove (0.06s)
15:29:40 [2024-06-03T15:29:40.060Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
15:29:40 [2024-06-03T15:29:40.060Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
15:29:40 [2024-06-03T15:29:40.060Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
15:29:40 [2024-06-03T15:29:40.060Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesRemoveSwarmEnabled
15:29:40 [2024-06-03T15:29:40.060Z] === PAUSE TestVolumesRemoveSwarmEnabled
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesInspect
15:29:40 [2024-06-03T15:29:40.060Z] --- PASS: TestVolumesInspect (0.01s)
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesInvalidJSON
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesInvalidJSON/volumes/create
15:29:40 [2024-06-03T15:29:40.060Z] === PAUSE TestVolumesInvalidJSON/volumes/create
15:29:40 [2024-06-03T15:29:40.060Z] === CONT  TestVolumesInvalidJSON/volumes/create
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
15:29:40 [2024-06-03T15:29:40.060Z] --- PASS: TestVolumesInvalidJSON (0.01s)
15:29:40 [2024-06-03T15:29:40.060Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
15:29:40 [2024-06-03T15:29:40.060Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
15:29:40 [2024-06-03T15:29:40.060Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
15:29:40 [2024-06-03T15:29:40.060Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
15:29:40 [2024-06-03T15:29:40.060Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumePruneAnonymous
15:29:40 [2024-06-03T15:29:40.060Z] --- PASS: TestVolumePruneAnonymous (0.03s)
15:29:40 [2024-06-03T15:29:40.060Z] === RUN   TestVolumePruneAnonFromImage
15:29:40 [2024-06-03T15:29:40.317Z] --- PASS: TestVolumePruneAnonFromImage (0.14s)
15:29:40 [2024-06-03T15:29:40.317Z] === CONT  TestVolumesRemoveSwarmEnabled
15:29:41 [2024-06-03T15:29:41.686Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
15:29:41 [2024-06-03T15:29:41.686Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
15:29:41 [2024-06-03T15:29:41.686Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
15:29:41 [2024-06-03T15:29:41.686Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
15:29:42 [2024-06-03T15:29:42.247Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.91s)
15:29:42 [2024-06-03T15:29:42.247Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
15:29:42 [2024-06-03T15:29:42.247Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
15:29:42 [2024-06-03T15:29:42.247Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
15:29:42 [2024-06-03T15:29:42.247Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
15:29:42 [2024-06-03T15:29:42.247Z] PASS
15:29:42 [2024-06-03T15:29:42.247Z] 
15:29:42 [2024-06-03T15:29:42.247Z] DONE 20 tests in 2.208s
15:29:42 [2024-06-03T15:29:42.247Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:29:42 [2024-06-03T15:29:42.247Z] ++++ cat bundles/test-integration/TestUsernsCommit/d691a0367009d/docker.pid
15:29:42 [2024-06-03T15:29:42.247Z] +++ kill 67897
15:29:42 [2024-06-03T15:29:42.247Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 67897 is not a child of this shell
15:29:42 [2024-06-03T15:29:42.247Z] warning: PID 67897 from bundles/test-integration/TestUsernsCommit/d691a0367009d/docker.pid had a nonzero exit code
15:29:42 [2024-06-03T15:29:42.247Z] umount: bundles/test-integration/TestUsernsCommit/d691a0367009d/root: not mounted.
15:29:42 [2024-06-03T15:29:42.247Z] ++++ cat bundles/test-integration/docker.pid
15:29:42 [2024-06-03T15:29:42.247Z] +++ kill 24695
15:29:44 [2024-06-03T15:29:44.179Z] +++ /etc/init.d/apparmor stop
15:29:44 [2024-06-03T15:29:44.179Z] Leaving: AppArmorNo profiles have been unloaded.
15:29:44 [2024-06-03T15:29:44.179Z] 
15:29:44 [2024-06-03T15:29:44.179Z] Unloading profiles will leave already running processes permanently
15:29:44 [2024-06-03T15:29:44.179Z] unconfined, which can lead to unexpected situations.
15:29:44 [2024-06-03T15:29:44.179Z] 
15:29:44 [2024-06-03T15:29:44.179Z] To set a process to complain mode, use the command line tool
15:29:44 [2024-06-03T15:29:44.179Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:29:44 [2024-06-03T15:29:44.179Z] +++ true
15:29:44 [2024-06-03T15:29:44.179Z] exiting test-integration
15:29:44 [2024-06-03T15:29:44.179Z] ++ exit 0
15:29:44 [2024-06-03T15:29:44.179Z] 
Post stage
[Pipeline] junit
15:29:44 [2024-06-03T15:29:44.820Z] Recording test results
15:29:47 [2024-06-03T15:29:47.388Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
15:29:47 [2024-06-03T15:29:47.759Z] + echo Ensuring container killed.
15:29:47 [2024-06-03T15:29:47.759Z] Ensuring container killed.
15:29:47 [2024-06-03T15:29:47.759Z] + docker rm -vf docker-pr83
15:29:47 [2024-06-03T15:29:47.759Z] Error response from daemon: No such container: docker-pr83
[Pipeline] sh
15:29:48 [2024-06-03T15:29:48.081Z] + echo Chowning /workspace to jenkins user
15:29:48 [2024-06-03T15:29:48.081Z] Chowning /workspace to jenkins user
15:29:48 [2024-06-03T15:29:48.081Z] + id -u
15:29:48 [2024-06-03T15:29:48.081Z] + id -g
15:29:48 [2024-06-03T15:29:48.081Z] + docker run --rm -v /home/ubuntu/workspace/moby_25.0:/workspace busybox chown -R 1000:1000 /workspace
15:29:48 [2024-06-03T15:29:48.081Z] Unable to find image 'busybox:latest' locally
15:29:48 [2024-06-03T15:29:48.081Z] latest: Pulling from library/busybox
15:29:48 [2024-06-03T15:29:48.081Z] c34182c7a03d: Already exists
15:29:48 [2024-06-03T15:29:48.336Z] Digest: sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb
15:29:48 [2024-06-03T15:29:48.336Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
15:29:49 [2024-06-03T15:29:49.982Z] + bundleName=arm64-integration
15:29:49 [2024-06-03T15:29:49.982Z] + echo Creating arm64-integration-bundles.tar.gz
15:29:49 [2024-06-03T15:29:49.982Z] Creating arm64-integration-bundles.tar.gz
15:29:49 [2024-06-03T15:29:49.982Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
15:29:49 [2024-06-03T15:29:49.982Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
15:29:50 [2024-06-03T15:29:50.246Z] Archiving artifacts
15:29:52 [2024-06-03T15:29:52.156Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/25.0/83/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:29:52 [2024-06-03T15:29:52.488Z] + make clean
15:29:52 [2024-06-03T15:29:52.488Z] docker volume rm -f docker-dev-cache docker-mod-cache
15:29:52 [2024-06-03T15:29:52.488Z] docker-dev-cache
15:29:52 [2024-06-03T15:29:52.488Z] 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/25.0/83/stashes/