Skip to content
Success

Console Output

Push event to branch master
12:47:56 Connecting to https://api.github.com using docker-jenkins GitHub credentials
Obtained Jenkinsfile from faf84d7f0a1f2e6badff6f720a3e1e559c356fff
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_master@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] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
12:48:14 [2024-04-23T12:48:14.095Z] Still waiting to schedule task
12:48:14 [2024-04-23T12:48:14.096Z]EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-085eff22319223418)’ is offline
12:48:58 [2024-04-23T12:48:58.079Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-085eff22319223418) in /home/ubuntu/workspace/moby_master
[Pipeline] {
[Pipeline] checkout
12:48:58 [2024-04-23T12:48:58.102Z] The recommended git tool is: git
12:49:00 [2024-04-23T12:49:00.439Z] using credential docker-jenkins-github-credentials
12:49:00 [2024-04-23T12:49:00.448Z] Cloning the remote Git repository
12:49:00 [2024-04-23T12:49:00.448Z] Cloning with configured refspecs honoured and without tags
12:49:00 [2024-04-23T12:49:00.497Z] Cloning repository https://github.com/moby/moby.git
12:49:00 [2024-04-23T12:49:00.550Z]  > git init /home/ubuntu/workspace/moby_master # timeout=10
12:49:01 [2024-04-23T12:49:01.247Z] Fetching upstream changes from https://github.com/moby/moby.git
12:49:01 [2024-04-23T12:49:01.247Z]  > git --version # timeout=10
12:49:01 [2024-04-23T12:49:01.252Z]  > git --version # 'git version 2.25.1'
12:49:01 [2024-04-23T12:49:01.252Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:49:01 [2024-04-23T12:49:01.257Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/master:refs/remotes/origin/master # timeout=10
12:49:19 [2024-04-23T12:49:19.761Z] Avoid second fetch
12:49:19 [2024-04-23T12:49:19.761Z] Checking out Revision faf84d7f0a1f2e6badff6f720a3e1e559c356fff (master)
12:49:19 [2024-04-23T12:49:19.302Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:49:19 [2024-04-23T12:49:19.435Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:49:21 [2024-04-23T12:49:21.154Z] Commit message: "Merge pull request #47743 from thaJeztah/bump_go_winio"
12:49:19 [2024-04-23T12:49:19.788Z]  > git config core.sparsecheckout # timeout=10
12:49:19 [2024-04-23T12:49:19.799Z]  > git checkout -f faf84d7f0a1f2e6badff6f720a3e1e559c356fff # timeout=10
12:49:21 [2024-04-23T12:49:21.154Z]  > git rev-list --no-walk 70475b371bfd8b5df08fe8ab6b19bc8a9f98a355 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
12:49:22 [2024-04-23T12:49:22.129Z] + docker run --rm -v /home/ubuntu/workspace/moby_master:/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
12:49:25 [2024-04-23T12:49:25.392Z] Unable to find image 'alpine:latest' locally
12:49:25 [2024-04-23T12:49:25.672Z] latest: Pulling from library/alpine
12:49:26 [2024-04-23T12:49:26.016Z] bca4290a9639: Pulling fs layer
12:49:26 [2024-04-23T12:49:26.272Z] bca4290a9639: Verifying Checksum
12:49:26 [2024-04-23T12:49:26.272Z] bca4290a9639: Download complete
12:49:26 [2024-04-23T12:49:26.527Z] bca4290a9639: Pull complete
12:49:26 [2024-04-23T12:49:26.782Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
12:49:26 [2024-04-23T12:49:26.782Z] Status: Downloaded newer image for alpine:latest
12:49:33 [2024-04-23T12:49:33.314Z] 0 adds, 0 deletions; nothing to validate! :)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
12:49:48 [2024-04-23T12:49:48.376Z] Still waiting to schedule task
12:49:48 [2024-04-23T12:49:48.378Z]EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-04e7a5c0f706637f9)’ is offline
12:49:53 [2024-04-23T12:49:53.198Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-085eff22319223418) in /home/ubuntu/workspace/moby_master
[Pipeline] {
[Pipeline] checkout
12:49:53 [2024-04-23T12:49:53.210Z] The recommended git tool is: git
12:49:53 [2024-04-23T12:49:53.216Z] using credential docker-jenkins-github-credentials
12:49:53 [2024-04-23T12:49:53.225Z] Fetching changes from the remote Git repository
12:49:53 [2024-04-23T12:49:53.232Z] Fetching without tags
12:49:53 [2024-04-23T12:49:53.404Z] Checking out Revision faf84d7f0a1f2e6badff6f720a3e1e559c356fff (master)
12:49:54 [2024-04-23T12:49:54.206Z] Commit message: "Merge pull request #47743 from thaJeztah/bump_go_winio"
12:49:53 [2024-04-23T12:49:53.226Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_master/.git # timeout=10
12:49:53 [2024-04-23T12:49:53.233Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:49:53 [2024-04-23T12:49:53.237Z] Fetching upstream changes from https://github.com/moby/moby.git
12:49:53 [2024-04-23T12:49:53.237Z]  > git --version # timeout=10
12:49:53 [2024-04-23T12:49:53.239Z]  > git --version # 'git version 2.25.1'
12:49:53 [2024-04-23T12:49:53.239Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:49:53 [2024-04-23T12:49:53.242Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/master:refs/remotes/origin/master # timeout=10
12:49:53 [2024-04-23T12:49:53.409Z]  > git config core.sparsecheckout # timeout=10
12:49:53 [2024-04-23T12:49:53.411Z]  > git checkout -f faf84d7f0a1f2e6badff6f720a3e1e559c356fff # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
12:49:54 [2024-04-23T12:49:54.839Z] + docker version
12:49:54 [2024-04-23T12:49:54.839Z] Client: Docker Engine - Community
12:49:54 [2024-04-23T12:49:54.839Z]  Version:           25.0.3
12:49:54 [2024-04-23T12:49:54.839Z]  API version:       1.44
12:49:54 [2024-04-23T12:49:54.839Z]  Go version:        go1.21.6
12:49:54 [2024-04-23T12:49:54.839Z]  Git commit:        4debf41
12:49:54 [2024-04-23T12:49:54.839Z]  Built:             Tue Feb  6 21:13:09 2024
12:49:54 [2024-04-23T12:49:54.839Z]  OS/Arch:           linux/arm64
12:49:54 [2024-04-23T12:49:54.839Z]  Context:           default
12:49:54 [2024-04-23T12:49:54.839Z] 
12:49:54 [2024-04-23T12:49:54.839Z] Server: Docker Engine - Community
12:49:54 [2024-04-23T12:49:54.839Z]  Engine:
12:49:54 [2024-04-23T12:49:54.839Z]   Version:          25.0.3
12:49:54 [2024-04-23T12:49:54.839Z]   API version:      1.44 (minimum version 1.24)
12:49:54 [2024-04-23T12:49:54.839Z]   Go version:       go1.21.6
12:49:54 [2024-04-23T12:49:54.839Z]   Git commit:       f417435
12:49:54 [2024-04-23T12:49:54.839Z]   Built:            Tue Feb  6 21:13:09 2024
12:49:54 [2024-04-23T12:49:54.839Z]   OS/Arch:          linux/arm64
12:49:54 [2024-04-23T12:49:54.839Z]   Experimental:     true
12:49:54 [2024-04-23T12:49:54.839Z]  containerd:
12:49:54 [2024-04-23T12:49:54.839Z]   Version:          1.6.28
12:49:54 [2024-04-23T12:49:54.839Z]   GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
12:49:54 [2024-04-23T12:49:54.839Z]  runc:
12:49:54 [2024-04-23T12:49:54.839Z]   Version:          1.1.12
12:49:54 [2024-04-23T12:49:54.839Z]   GitCommit:        v1.1.12-0-g51d5e94
12:49:54 [2024-04-23T12:49:54.839Z]  docker-init:
12:49:54 [2024-04-23T12:49:54.839Z]   Version:          0.19.0
12:49:54 [2024-04-23T12:49:54.839Z]   GitCommit:        de40ad0
[Pipeline] sh
12:49:55 [2024-04-23T12:49:55.108Z] + docker info
12:50:01 [2024-04-23T12:50:01.634Z] Client: Docker Engine - Community
12:50:01 [2024-04-23T12:50:01.634Z]  Version:    25.0.3
12:50:01 [2024-04-23T12:50:01.634Z]  Context:    default
12:50:01 [2024-04-23T12:50:01.634Z]  Debug Mode: false
12:50:01 [2024-04-23T12:50:01.634Z]  Plugins:
12:50:01 [2024-04-23T12:50:01.634Z]   buildx: Docker Buildx (Docker Inc.)
12:50:01 [2024-04-23T12:50:01.634Z]     Version:  v0.12.1
12:50:01 [2024-04-23T12:50:01.634Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:50:01 [2024-04-23T12:50:01.634Z]   compose: Docker Compose (Docker Inc.)
12:50:01 [2024-04-23T12:50:01.634Z]     Version:  v2.24.6
12:50:01 [2024-04-23T12:50:01.634Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:50:01 [2024-04-23T12:50:01.634Z] 
12:50:01 [2024-04-23T12:50:01.634Z] Server:
12:50:01 [2024-04-23T12:50:01.634Z]  Containers: 0
12:50:01 [2024-04-23T12:50:01.634Z]   Running: 0
12:50:01 [2024-04-23T12:50:01.634Z]   Paused: 0
12:50:01 [2024-04-23T12:50:01.634Z]   Stopped: 0
12:50:01 [2024-04-23T12:50:01.634Z]  Images: 1
12:50:01 [2024-04-23T12:50:01.634Z]  Server Version: 25.0.3
12:50:01 [2024-04-23T12:50:01.634Z]  Storage Driver: overlay2
12:50:01 [2024-04-23T12:50:01.634Z]   Backing Filesystem: extfs
12:50:01 [2024-04-23T12:50:01.634Z]   Supports d_type: true
12:50:01 [2024-04-23T12:50:01.634Z]   Using metacopy: false
12:50:01 [2024-04-23T12:50:01.634Z]   Native Overlay Diff: true
12:50:01 [2024-04-23T12:50:01.634Z]   userxattr: false
12:50:01 [2024-04-23T12:50:01.634Z]  Logging Driver: json-file
12:50:01 [2024-04-23T12:50:01.634Z]  Cgroup Driver: cgroupfs
12:50:01 [2024-04-23T12:50:01.634Z]  Cgroup Version: 1
12:50:01 [2024-04-23T12:50:01.634Z]  Plugins:
12:50:01 [2024-04-23T12:50:01.634Z]   Volume: local
12:50:01 [2024-04-23T12:50:01.634Z]   Network: bridge host ipvlan macvlan null overlay
12:50:01 [2024-04-23T12:50:01.634Z]   Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
12:50:01 [2024-04-23T12:50:01.634Z]  Swarm: inactive
12:50:01 [2024-04-23T12:50:01.634Z]  Runtimes: io.containerd.runc.v2 runc
12:50:01 [2024-04-23T12:50:01.634Z]  Default Runtime: runc
12:50:01 [2024-04-23T12:50:01.634Z]  Init Binary: docker-init
12:50:01 [2024-04-23T12:50:01.634Z]  containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
12:50:01 [2024-04-23T12:50:01.634Z]  runc version: v1.1.12-0-g51d5e94
12:50:01 [2024-04-23T12:50:01.634Z]  init version: de40ad0
12:50:01 [2024-04-23T12:50:01.634Z]  Security Options:
12:50:01 [2024-04-23T12:50:01.634Z]   apparmor
12:50:01 [2024-04-23T12:50:01.634Z]   seccomp
12:50:01 [2024-04-23T12:50:01.634Z]    Profile: builtin
12:50:01 [2024-04-23T12:50:01.634Z]  Kernel Version: 5.15.0-1053-aws
12:50:01 [2024-04-23T12:50:01.634Z]  Operating System: Ubuntu 20.04.6 LTS
12:50:01 [2024-04-23T12:50:01.634Z]  OSType: linux
12:50:01 [2024-04-23T12:50:01.634Z]  Architecture: aarch64
12:50:01 [2024-04-23T12:50:01.634Z]  CPUs: 8
12:50:01 [2024-04-23T12:50:01.634Z]  Total Memory: 30.64GiB
12:50:01 [2024-04-23T12:50:01.634Z]  Name: ip-10-100-66-116
12:50:01 [2024-04-23T12:50:01.634Z]  ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac
12:50:01 [2024-04-23T12:50:01.634Z]  Docker Root Dir: /var/lib/docker
12:50:01 [2024-04-23T12:50:01.634Z]  Debug Mode: false
12:50:01 [2024-04-23T12:50:01.634Z]  Experimental: true
12:50:01 [2024-04-23T12:50:01.634Z]  Insecure Registries:
12:50:01 [2024-04-23T12:50:01.634Z]   127.0.0.0/8
12:50:01 [2024-04-23T12:50:01.634Z]  Live Restore Enabled: true
12:50:01 [2024-04-23T12:50:01.634Z] 
[Pipeline] sh
12:50:01 [2024-04-23T12:50:01.949Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
12:50:01 [2024-04-23T12:50:01.949Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
12:50:01 [2024-04-23T12:50:01.949Z] + curl -fsSL -o /home/ubuntu/workspace/moby_master/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
12:50:01 [2024-04-23T12:50:01.949Z] + bash /home/ubuntu/workspace/moby_master/check-config.sh
12:50:01 [2024-04-23T12:50:01.949Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
12:50:01 [2024-04-23T12:50:01.949Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ...
12:50:01 [2024-04-23T12:50:01.949Z] 
12:50:01 [2024-04-23T12:50:01.949Z] Generally Necessary:
12:50:01 [2024-04-23T12:50:01.949Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
12:50:01 [2024-04-23T12:50:01.949Z] - apparmor: enabled and tools installed
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_NAMESPACES: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_NET_NS: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_PID_NS: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_IPC_NS: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_UTS_NS: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_CGROUPS: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_CGROUP_CPUACCT: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_CGROUP_DEVICE: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_CGROUP_FREEZER: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_CGROUP_SCHED: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_CPUSETS: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_MEMCG: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_KEYS: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_VETH: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_BRIDGE: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_IP_NF_FILTER: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_IP_NF_NAT: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_NF_NAT: enabled (as module)
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_POSIX_MQUEUE: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_CGROUP_BPF: enabled
12:50:02 [2024-04-23T12:50:02.204Z] 
12:50:02 [2024-04-23T12:50:02.204Z] Optional Features:
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_USER_NS: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_SECCOMP: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_SECCOMP_FILTER: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_CGROUP_PIDS: enabled
12:50:02 [2024-04-23T12:50:02.204Z] - CONFIG_MEMCG_SWAP: enabled
12:50:02 [2024-04-23T12:50:02.204Z]     (cgroup swap accounting is currently enabled)
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_BLK_CGROUP: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_BLK_DEV_THROTTLING: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_CGROUP_PERF: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_CGROUP_HUGETLB: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_CGROUP_NET_PRIO: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_CFS_BANDWIDTH: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_FAIR_GROUP_SCHED: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_RT_GROUP_SCHED: missing
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_IP_VS: enabled (as module)
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_IP_VS_NFCT: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_IP_VS_PROTO_TCP: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_IP_VS_PROTO_UDP: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_IP_VS_RR: enabled (as module)
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_SECURITY_SELINUX: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_SECURITY_APPARMOR: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_EXT4_FS: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - CONFIG_EXT4_FS_SECURITY: enabled
12:50:02 [2024-04-23T12:50:02.460Z] - Network Drivers:
12:50:02 [2024-04-23T12:50:02.460Z]   - "overlay":
12:50:02 [2024-04-23T12:50:02.460Z]     - CONFIG_VXLAN: enabled (as module)
12:50:02 [2024-04-23T12:50:02.460Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
12:50:02 [2024-04-23T12:50:02.460Z]       Optional (for encrypted networks):
12:50:02 [2024-04-23T12:50:02.460Z]       - CONFIG_CRYPTO: enabled
12:50:02 [2024-04-23T12:50:02.460Z]       - CONFIG_CRYPTO_AEAD: enabled
12:50:02 [2024-04-23T12:50:02.460Z]       - CONFIG_CRYPTO_GCM: enabled
12:50:02 [2024-04-23T12:50:02.460Z]       - CONFIG_CRYPTO_SEQIV: enabled
12:50:02 [2024-04-23T12:50:02.460Z]       - CONFIG_CRYPTO_GHASH: enabled
12:50:02 [2024-04-23T12:50:02.460Z]       - CONFIG_XFRM: enabled
12:50:02 [2024-04-23T12:50:02.460Z]       - CONFIG_XFRM_USER: enabled (as module)
12:50:02 [2024-04-23T12:50:02.460Z]       - CONFIG_XFRM_ALGO: enabled (as module)
12:50:02 [2024-04-23T12:50:02.460Z]       - CONFIG_INET_ESP: enabled (as module)
12:50:02 [2024-04-23T12:50:02.460Z]   - "ipvlan":
12:50:02 [2024-04-23T12:50:02.460Z]     - CONFIG_IPVLAN: enabled (as module)
12:50:02 [2024-04-23T12:50:02.460Z]   - "macvlan":
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_MACVLAN: enabled (as module)
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_DUMMY: enabled (as module)
12:50:02 [2024-04-23T12:50:02.716Z]   - "ftp,tftp client in container":
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
12:50:02 [2024-04-23T12:50:02.716Z] - Storage Drivers:
12:50:02 [2024-04-23T12:50:02.716Z]   - "aufs":
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_AUFS_FS: enabled (as module)
12:50:02 [2024-04-23T12:50:02.716Z]   - "btrfs":
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_BTRFS_FS: enabled (as module)
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
12:50:02 [2024-04-23T12:50:02.716Z]   - "devicemapper":
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_BLK_DEV_DM: enabled
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
12:50:02 [2024-04-23T12:50:02.716Z]   - "overlay":
12:50:02 [2024-04-23T12:50:02.716Z]     - CONFIG_OVERLAY_FS: enabled (as module)
12:50:02 [2024-04-23T12:50:02.716Z]   - "zfs":
12:50:02 [2024-04-23T12:50:02.716Z]     - /dev/zfs: present
12:50:02 [2024-04-23T12:50:02.716Z]     - zfs command: missing
12:50:02 [2024-04-23T12:50:02.716Z]     - zpool command: missing
12:50:02 [2024-04-23T12:50:02.716Z] 
12:50:02 [2024-04-23T12:50:02.716Z] Limits:
12:50:02 [2024-04-23T12:50:02.716Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
12:50:02 [2024-04-23T12:50:02.716Z] 
12:50:02 [2024-04-23T12:50:02.716Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
12:50:03 [2024-04-23T12:50:03.002Z] + docker build --force-rm -t docker:faf84d7f0a1f2e6badff6f720a3e1e559c356fff .
12:50:03 [2024-04-23T12:50:03.257Z] #0 building with "default" instance using docker driver
12:50:03 [2024-04-23T12:50:03.257Z] 
12:50:03 [2024-04-23T12:50:03.257Z] #1 [internal] load build definition from Dockerfile
12:50:03 [2024-04-23T12:50:03.257Z] #1 transferring dockerfile: 28.30kB done
12:50:03 [2024-04-23T12:50:03.257Z] #1 DONE 0.0s
12:50:03 [2024-04-23T12:50:03.257Z] 
12:50:03 [2024-04-23T12:50:03.257Z] #2 resolve image config for docker.io/docker/dockerfile:1.7
12:50:04 [2024-04-23T12:50:04.181Z] #2 DONE 1.1s
12:50:04 [2024-04-23T12:50:04.181Z] 
12:50:04 [2024-04-23T12:50:04.181Z] #3 docker-image://docker.io/docker/dockerfile:1.7@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56
12:50:04 [2024-04-23T12:50:04.181Z] #3 resolve docker.io/docker/dockerfile:1.7@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 0.0s done
12:50:04 [2024-04-23T12:50:04.181Z] #3 sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 8.40kB / 8.40kB done
12:50:04 [2024-04-23T12:50:04.181Z] #3 sha256:ab4d84ec8cad8a7b0e8b6ad1fb49536f000b86e30993c74a251bb16f3e6e3f5b 482B / 482B done
12:50:04 [2024-04-23T12:50:04.181Z] #3 sha256:6bb827dc58ef706c3d261e31d3a2ebd9965fa640ec3bc1cef4c98d8068b55685 1.26kB / 1.26kB done
12:50:04 [2024-04-23T12:50:04.181Z] #3 sha256:7938f7c0984b428949317499eff7773a7294fdc03c085c649e24d1e3a452fba7 1.05MB / 11.23MB 0.1s
12:50:04 [2024-04-23T12:50:04.436Z] #3 sha256:7938f7c0984b428949317499eff7773a7294fdc03c085c649e24d1e3a452fba7 11.23MB / 11.23MB 0.2s done
12:50:04 [2024-04-23T12:50:04.436Z] #3 extracting sha256:7938f7c0984b428949317499eff7773a7294fdc03c085c649e24d1e3a452fba7 0.1s done
12:50:04 [2024-04-23T12:50:04.436Z] #3 DONE 0.3s
12:50:04 [2024-04-23T12:50:04.436Z] 
12:50:04 [2024-04-23T12:50:04.436Z] #4 [internal] load metadata for docker.io/library/golang:1.21.9-bookworm
12:50:04 [2024-04-23T12:50:04.996Z] #4 ...
12:50:04 [2024-04-23T12:50:04.996Z] 
12:50:04 [2024-04-23T12:50:04.996Z] #5 [internal] load metadata for docker.io/tonistiigi/xx:1.4.0
12:50:04 [2024-04-23T12:50:04.996Z] #5 DONE 0.5s
12:50:04 [2024-04-23T12:50:04.996Z] 
12:50:04 [2024-04-23T12:50:04.996Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
12:50:04 [2024-04-23T12:50:04.996Z] #6 DONE 0.5s
12:50:04 [2024-04-23T12:50:04.996Z] 
12:50:04 [2024-04-23T12:50:04.996Z] #7 [internal] load metadata for docker.io/library/busybox:latest
12:50:04 [2024-04-23T12:50:04.996Z] #7 DONE 0.5s
12:50:04 [2024-04-23T12:50:04.996Z] 
12:50:04 [2024-04-23T12:50:04.996Z] #8 [internal] load metadata for docker.io/distribution/distribution:2.8.3
12:50:04 [2024-04-23T12:50:04.996Z] #8 DONE 0.5s
12:50:04 [2024-04-23T12:50:04.996Z] 
12:50:04 [2024-04-23T12:50:04.996Z] #4 [internal] load metadata for docker.io/library/golang:1.21.9-bookworm
12:50:04 [2024-04-23T12:50:04.996Z] #4 DONE 0.5s
12:50:04 [2024-04-23T12:50:04.996Z] 
12:50:04 [2024-04-23T12:50:04.996Z] #9 [internal] load metadata for docker.io/docker/compose-bin:v2.25.0
12:50:04 [2024-04-23T12:50:04.996Z] #9 DONE 0.5s
12:50:04 [2024-04-23T12:50:04.996Z] 
12:50:04 [2024-04-23T12:50:04.996Z] #10 [internal] load metadata for docker.io/docker/buildx-bin:0.13.1
12:50:04 [2024-04-23T12:50:04.996Z] #10 DONE 0.6s
12:50:04 [2024-04-23T12:50:04.996Z] 
12:50:04 [2024-04-23T12:50:04.996Z] #11 [internal] load metadata for docker.io/library/debian:bookworm
12:50:05 [2024-04-23T12:50:05.251Z] #11 DONE 0.6s
12:50:05 [2024-04-23T12:50:05.251Z] 
12:50:05 [2024-04-23T12:50:05.251Z] #12 [internal] load .dockerignore
12:50:05 [2024-04-23T12:50:05.251Z] #12 transferring context: 113B done
12:50:05 [2024-04-23T12:50:05.251Z] #12 DONE 0.0s
12:50:05 [2024-04-23T12:50:05.251Z] 
12:50:05 [2024-04-23T12:50:05.251Z] #13 [internal] load build context
12:50:06 [2024-04-23T12:50:06.614Z] #13 transferring context: 77.63MB 1.1s done
12:50:06 [2024-04-23T12:50:06.614Z] #13 DONE 1.2s
12:50:06 [2024-04-23T12:50:06.614Z] 
12:50:06 [2024-04-23T12:50:06.614Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
12:50:06 [2024-04-23T12:50:06.614Z] #14 resolve docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 0.1s done
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:8abc7e3032aeb13a3562d096ef133a12f4741e7fec06c0f7e22f3c23229cc90c 2.89kB / 2.89kB done
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:421c44fab18bc9f4c62ca481e074d50b3a036e7c95c7607b6d036c34d67c5264 63.99MB / 63.99MB 1.0s done
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 1.64kB / 1.64kB done
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:d606747c3d6f91a6e4a073efb2478c1dd5b422a4ad5b7fd8dffc3f61cc396a14 1.79kB / 1.79kB done
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 49.60MB / 49.60MB 0.6s done
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:374850c6db1702573c7004d630027931be318b2d71cb28e890e2fcd0f0730712 23.58MB / 23.58MB 0.5s done
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 50.33MB / 86.41MB 1.0s
12:50:06 [2024-04-23T12:50:06.614Z] #14 extracting sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 0.3s
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 16.78MB / 64.11MB 1.0s
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:45fbff829e9908764b70d1bd05228741beb91f547505b2f1c395d05a427371bb 0B / 174B 1.0s
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 61.87MB / 86.41MB 1.1s
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 32.51MB / 64.11MB 1.1s
12:50:06 [2024-04-23T12:50:06.614Z] #14 sha256:45fbff829e9908764b70d1bd05228741beb91f547505b2f1c395d05a427371bb 174B / 174B 1.1s done
12:50:06 [2024-04-23T12:50:06.615Z] #14 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 1.1s done
12:50:06 [2024-04-23T12:50:06.870Z] #14 ...
12:50:06 [2024-04-23T12:50:06.870Z] 
12:50:06 [2024-04-23T12:50:06.870Z] #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4
12:50:06 [2024-04-23T12:50:06.870Z] #15 resolve docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 0.1s done
12:50:06 [2024-04-23T12:50:06.870Z] #15 sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 9.95kB / 9.95kB done
12:50:06 [2024-04-23T12:50:06.870Z] #15 sha256:d3a173a007193860a110931669be7b62592611955cda3814d38b4d9118ef81ea 478B / 478B done
12:50:06 [2024-04-23T12:50:06.870Z] #15 sha256:5e12c1040c875988c0a21efaa5dcafac5c2b8a956cf038d6789abf028aba9a93 940B / 940B done
12:50:06 [2024-04-23T12:50:06.870Z] #15 sha256:0af722b41041edf6b9d4c718ee88b05eb49271fa70e4856c18c261ea0462b564 16.47kB / 16.47kB 1.2s done
12:50:06 [2024-04-23T12:50:06.870Z] #15 extracting sha256:0af722b41041edf6b9d4c718ee88b05eb49271fa70e4856c18c261ea0462b564 done
12:50:06 [2024-04-23T12:50:06.870Z] #15 DONE 1.4s
12:50:06 [2024-04-23T12:50:06.870Z] 
12:50:06 [2024-04-23T12:50:06.870Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
12:50:06 [2024-04-23T12:50:06.870Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 77.59MB / 86.41MB 1.4s
12:50:06 [2024-04-23T12:50:06.870Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 39.85MB / 64.11MB 1.4s
12:50:06 [2024-04-23T12:50:06.870Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 83.89MB / 86.41MB 1.5s
12:50:06 [2024-04-23T12:50:06.870Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 56.62MB / 64.11MB 1.5s
12:50:07 [2024-04-23T12:50:07.125Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 61.87MB / 64.11MB 1.6s
12:50:07 [2024-04-23T12:50:07.380Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 86.41MB / 86.41MB 1.8s done
12:50:07 [2024-04-23T12:50:07.380Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 64.11MB / 64.11MB 2.0s done
12:50:07 [2024-04-23T12:50:07.636Z] #14 ...
12:50:07 [2024-04-23T12:50:07.636Z] 
12:50:07 [2024-04-23T12:50:07.636Z] #16 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
12:50:07 [2024-04-23T12:50:07.636Z] #16 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
12:50:07 [2024-04-23T12:50:07.636Z] #16 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
12:50:07 [2024-04-23T12:50:07.636Z] #16 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
12:50:07 [2024-04-23T12:50:07.636Z] #16 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
12:50:07 [2024-04-23T12:50:07.636Z] #16 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.5s done
12:50:07 [2024-04-23T12:50:07.636Z] #16 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.3s done
12:50:07 [2024-04-23T12:50:07.636Z] #16 DONE 2.4s
12:50:07 [2024-04-23T12:50:07.892Z] 
12:50:07 [2024-04-23T12:50:07.892Z] #17 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89
12:50:07 [2024-04-23T12:50:07.892Z] #17 resolve docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 0.1s done
12:50:07 [2024-04-23T12:50:07.892Z] #17 sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 1.85kB / 1.85kB done
12:50:07 [2024-04-23T12:50:07.892Z] #17 sha256:e27b218f4fbed3b1b2769805708bf8c4cb7992287e801c8a38821d8765d02880 529B / 529B done
12:50:07 [2024-04-23T12:50:07.892Z] #17 sha256:5c2e61c12a0309c810a74286953043691637ada6452b0c2f33a8e3d67d80fced 1.48kB / 1.48kB done
12:50:07 [2024-04-23T12:50:07.892Z] #17 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 49.60MB / 49.60MB 0.6s done
12:50:07 [2024-04-23T12:50:07.892Z] #17 ...
12:50:07 [2024-04-23T12:50:07.892Z] 
12:50:07 [2024-04-23T12:50:07.892Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966
12:50:07 [2024-04-23T12:50:07.892Z] #18 resolve docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 0.1s done
12:50:07 [2024-04-23T12:50:07.892Z] #18 sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 6.76kB / 6.76kB done
12:50:07 [2024-04-23T12:50:07.892Z] #18 sha256:15b3852228f2a4251fb997ce32a52204b76babcaae22df16cac5e217d95a5c07 610B / 610B done
12:50:07 [2024-04-23T12:50:07.892Z] #18 sha256:46bd05c4a04f3d121198e054da02daed22d0f561764acb0f0594066d5972619b 390B / 390B done
12:50:07 [2024-04-23T12:50:07.892Z] #18 sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 1.84MB / 1.84MB 1.8s done
12:50:07 [2024-04-23T12:50:07.892Z] #18 extracting sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 0.1s done
12:50:07 [2024-04-23T12:50:07.892Z] #18 DONE 2.6s
12:50:07 [2024-04-23T12:50:07.892Z] 
12:50:07 [2024-04-23T12:50:07.892Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
12:50:08 [2024-04-23T12:50:08.147Z] #14 extracting sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 1.9s done
12:50:08 [2024-04-23T12:50:08.403Z] #14 ...
12:50:08 [2024-04-23T12:50:08.403Z] 
12:50:08 [2024-04-23T12:50:08.403Z] #17 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89
12:50:08 [2024-04-23T12:50:08.403Z] #17 extracting sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 1.9s done
12:50:08 [2024-04-23T12:50:08.403Z] #17 DONE 3.2s
12:50:08 [2024-04-23T12:50:08.658Z] 
12:50:08 [2024-04-23T12:50:08.658Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
12:50:08 [2024-04-23T12:50:08.658Z] #14 extracting sha256:374850c6db1702573c7004d630027931be318b2d71cb28e890e2fcd0f0730712
12:50:08 [2024-04-23T12:50:08.658Z] #14 ...
12:50:08 [2024-04-23T12:50:08.658Z] 
12:50:08 [2024-04-23T12:50:08.658Z] #19 [compose 1/1] FROM docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58
12:50:08 [2024-04-23T12:50:08.658Z] #19 resolve docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 0.1s done
12:50:08 [2024-04-23T12:50:08.658Z] #19 sha256:d78f02d4266a872db42a2f51712f5b69db0c3c4b0713b57e109666e792df2666 482B / 482B done
12:50:08 [2024-04-23T12:50:08.658Z] #19 sha256:0a18cb5a34e1afa220a6afea023d787ee919e87c098b3180f3fa80d23cd16adb 1.13kB / 1.13kB done
12:50:08 [2024-04-23T12:50:08.658Z] #19 sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 8.43kB / 8.43kB done
12:50:08 [2024-04-23T12:50:08.658Z] #19 sha256:7ef00369bc59ffb1849fe6c73f30a7fc37f42d82073afe76bf9d9b1c1460699a 16.65MB / 16.65MB 2.4s
12:50:08 [2024-04-23T12:50:08.658Z] #19 extracting sha256:7ef00369bc59ffb1849fe6c73f30a7fc37f42d82073afe76bf9d9b1c1460699a 0.5s done
12:50:08 [2024-04-23T12:50:08.658Z] #19 ...
12:50:08 [2024-04-23T12:50:08.658Z] 
12:50:08 [2024-04-23T12:50:08.658Z] #20 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60
12:50:08 [2024-04-23T12:50:08.658Z] #20 resolve docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 0.1s done
12:50:08 [2024-04-23T12:50:08.658Z] #20 sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 8.43kB / 8.43kB done
12:50:08 [2024-04-23T12:50:08.658Z] #20 sha256:2ebce8c08cf8ceb899dfb863d96ad780e5765ee2996a39e7bb80abd22300e3fe 482B / 482B done
12:50:08 [2024-04-23T12:50:08.658Z] #20 sha256:fdeeb9474c5ad8b86b766022dfc0140d5ad606b88fe76836f380e0da3a9f0540 1.14kB / 1.14kB done
12:50:08 [2024-04-23T12:50:08.658Z] #20 sha256:561e37d5fd405001bb7944b4cd2d3fd900cc24411835ab029f55897867f318f9 16.35MB / 16.35MB 2.6s done
12:50:08 [2024-04-23T12:50:08.658Z] #20 extracting sha256:561e37d5fd405001bb7944b4cd2d3fd900cc24411835ab029f55897867f318f9 0.3s done
12:50:08 [2024-04-23T12:50:08.658Z] #20 DONE 3.4s
12:50:08 [2024-04-23T12:50:08.658Z] 
12:50:08 [2024-04-23T12:50:08.658Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
12:50:09 [2024-04-23T12:50:09.264Z] #14 ...
12:50:09 [2024-04-23T12:50:09.264Z] 
12:50:09 [2024-04-23T12:50:09.264Z] #21 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
12:50:09 [2024-04-23T12:50:09.264Z] #21 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.1s done
12:50:09 [2024-04-23T12:50:09.264Z] #21 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done
12:50:09 [2024-04-23T12:50:09.264Z] #21 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done
12:50:09 [2024-04-23T12:50:09.264Z] #21 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done
12:50:09 [2024-04-23T12:50:09.264Z] #21 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.2s done
12:50:09 [2024-04-23T12:50:09.264Z] #21 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 2.1s done
12:50:09 [2024-04-23T12:50:09.264Z] #21 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 2.3s done
12:50:09 [2024-04-23T12:50:09.264Z] #21 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 766B / 766B 2.6s done
12:50:09 [2024-04-23T12:50:09.264Z] #21 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.2s done
12:50:09 [2024-04-23T12:50:09.264Z] #21 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 3.1s done
12:50:09 [2024-04-23T12:50:09.264Z] #21 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done
12:50:09 [2024-04-23T12:50:09.264Z] #21 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.1s done
12:50:09 [2024-04-23T12:50:09.264Z] #21 DONE 3.9s
12:50:09 [2024-04-23T12:50:09.264Z] 
12:50:09 [2024-04-23T12:50:09.264Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
12:50:09 [2024-04-23T12:50:09.264Z] #14 extracting sha256:374850c6db1702573c7004d630027931be318b2d71cb28e890e2fcd0f0730712 0.5s done
12:50:09 [2024-04-23T12:50:09.264Z] #14 extracting sha256:421c44fab18bc9f4c62ca481e074d50b3a036e7c95c7607b6d036c34d67c5264 0.1s
12:50:11 [2024-04-23T12:50:11.149Z] #14 extracting sha256:421c44fab18bc9f4c62ca481e074d50b3a036e7c95c7607b6d036c34d67c5264 1.7s done
12:50:11 [2024-04-23T12:50:11.149Z] #14 extracting sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910
12:50:13 [2024-04-23T12:50:13.034Z] #14 extracting sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 1.5s done
12:50:13 [2024-04-23T12:50:13.034Z] #14 extracting sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 0.1s
12:50:18 [2024-04-23T12:50:18.274Z] #14 ...
12:50:18 [2024-04-23T12:50:18.274Z] 
12:50:18 [2024-04-23T12:50:18.274Z] #22 [build-dummy 2/2] RUN mkdir -p /build
12:50:18 [2024-04-23T12:50:18.274Z] #22 ...
12:50:18 [2024-04-23T12:50:18.274Z] 
12:50:18 [2024-04-23T12:50:18.274Z] #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
12:50:18 [2024-04-23T12:50:18.274Z] #23 1.064 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 1.097 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 1.137 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 1.208 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 1.313 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 1.322 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 2.272 Fetched 9104 kB in 1s (6197 kB/s)
12:50:18 [2024-04-23T12:50:18.274Z] #23 2.272 Reading package lists...
12:50:18 [2024-04-23T12:50:18.274Z] #23 2.847 Reading package lists...
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.422 Building dependency tree...
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.785 The following additional packages will be installed:
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.785   libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.785   libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.787   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.789 Suggested packages:
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.789   krb5-doc krb5-user
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.789 Recommended packages:
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.789   krb5-locales libldap-common publicsuffix libsasl2-modules
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.956 The following NEW packages will be installed:
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.957   ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.957   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.957   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
12:50:18 [2024-04-23T12:50:18.274Z] #23 3.958   libssh2-1 libssl3 openssl
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.230 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.230 Need to get 5813 kB of archives.
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.230 After this operation, 16.1 MB of additional disk space will be used.
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.230 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.318 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.425 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.428 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.486 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.489 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.489 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.490 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.497 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.498 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.499 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.500 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.502 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.503 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.503 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.504 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.505 Get:17 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.508 Get:18 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.511 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.513 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.514 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.654 debconf: delaying package configuration, since apt-utils is not installed
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.685 Fetched 5813 kB in 1s (10.6 MB/s)
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.745 Selecting previously unselected package libssl3:arm64.
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.745 (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.)
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.749 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 4.765 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 5.219 Selecting previously unselected package openssl.
12:50:18 [2024-04-23T12:50:18.274Z] #23 5.220 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 5.229 Unpacking openssl (3.0.11-1~deb12u2) ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 5.563 Selecting previously unselected package ca-certificates.
12:50:18 [2024-04-23T12:50:18.274Z] #23 5.565 Preparing to unpack .../02-ca-certificates_20230311_all.deb ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 5.582 Unpacking ca-certificates (20230311) ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 6.013 Selecting previously unselected package libbrotli1:arm64.
12:50:18 [2024-04-23T12:50:18.274Z] #23 6.014 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 6.023 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 6.537 Selecting previously unselected package libkrb5support0:arm64.
12:50:18 [2024-04-23T12:50:18.274Z] #23 6.538 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 6.567 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 6.915 Selecting previously unselected package libk5crypto3:arm64.
12:50:18 [2024-04-23T12:50:18.274Z] #23 6.916 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 6.973 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 7.678 Selecting previously unselected package libkeyutils1:arm64.
12:50:18 [2024-04-23T12:50:18.274Z] #23 7.679 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 7.810 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 8.414 Selecting previously unselected package libkrb5-3:arm64.
12:50:18 [2024-04-23T12:50:18.274Z] #23 8.415 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 8.479 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 9.198 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:50:18 [2024-04-23T12:50:18.274Z] #23 9.199 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 9.284 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
12:50:18 [2024-04-23T12:50:18.274Z] #23 ...
12:50:18 [2024-04-23T12:50:18.274Z] 
12:50:18 [2024-04-23T12:50:18.274Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
12:50:18 [2024-04-23T12:50:18.274Z] #14 extracting sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 5.1s done
12:50:18 [2024-04-23T12:50:18.834Z] #14 extracting sha256:45fbff829e9908764b70d1bd05228741beb91f547505b2f1c395d05a427371bb done
12:50:19 [2024-04-23T12:50:19.089Z] #14 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
12:50:19 [2024-04-23T12:50:19.089Z] #14 ...
12:50:19 [2024-04-23T12:50:19.089Z] 
12:50:19 [2024-04-23T12:50:19.089Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
12:50:19 [2024-04-23T12:50:19.344Z] #24 ...
12:50:19 [2024-04-23T12:50:19.344Z] 
12:50:19 [2024-04-23T12:50:19.344Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
12:50:19 [2024-04-23T12:50:19.344Z] #14 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
12:50:21 [2024-04-23T12:50:21.226Z] #14 DONE 16.0s
12:50:21 [2024-04-23T12:50:21.226Z] 
12:50:21 [2024-04-23T12:50:21.226Z] #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
12:50:21 [2024-04-23T12:50:21.226Z] #23 9.856 Selecting previously unselected package libsasl2-modules-db:arm64.
12:50:21 [2024-04-23T12:50:21.226Z] #23 9.857 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 9.897 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 10.06 Selecting previously unselected package libsasl2-2:arm64.
12:50:21 [2024-04-23T12:50:21.226Z] #23 10.06 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 10.06 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 10.83 Selecting previously unselected package libldap-2.5-0:arm64.
12:50:21 [2024-04-23T12:50:21.226Z] #23 10.83 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 10.92 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 11.96 Selecting previously unselected package libnghttp2-14:arm64.
12:50:21 [2024-04-23T12:50:21.226Z] #23 11.96 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 12.11 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 12.44 Selecting previously unselected package libpsl5:arm64.
12:50:21 [2024-04-23T12:50:21.226Z] #23 12.44 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 12.53 Unpacking libpsl5:arm64 (0.21.2-1) ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 12.71 Selecting previously unselected package librtmp1:arm64.
12:50:21 [2024-04-23T12:50:21.226Z] #23 12.71 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 12.72 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:50:21 [2024-04-23T12:50:21.226Z] #23 12.82 Selecting previously unselected package libssh2-1:arm64.
12:50:21 [2024-04-23T12:50:21.480Z] #23 12.82 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ...
12:50:21 [2024-04-23T12:50:21.480Z] #23 12.83 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
12:50:21 [2024-04-23T12:50:21.480Z] #23 13.13 Selecting previously unselected package libcurl4:arm64.
12:50:21 [2024-04-23T12:50:21.735Z] #23 13.14 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ...
12:50:21 [2024-04-23T12:50:21.735Z] #23 13.15 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ...
12:50:21 [2024-04-23T12:50:21.735Z] #23 13.28 Selecting previously unselected package curl.
12:50:21 [2024-04-23T12:50:21.990Z] #23 13.28 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ...
12:50:21 [2024-04-23T12:50:21.990Z] #23 13.29 Unpacking curl (7.88.1-10+deb12u5) ...
12:50:21 [2024-04-23T12:50:21.990Z] #23 13.42 Selecting previously unselected package libonig5:arm64.
12:50:21 [2024-04-23T12:50:21.990Z] #23 13.42 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ...
12:50:21 [2024-04-23T12:50:21.990Z] #23 13.49 Unpacking libonig5:arm64 (6.9.8-1) ...
12:50:22 [2024-04-23T12:50:22.246Z] #23 13.68 Selecting previously unselected package libjq1:arm64.
12:50:22 [2024-04-23T12:50:22.246Z] #23 13.69 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ...
12:50:22 [2024-04-23T12:50:22.246Z] #23 13.71 Unpacking libjq1:arm64 (1.6-2.1) ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 13.91 Selecting previously unselected package jq.
12:50:22 [2024-04-23T12:50:22.501Z] #23 13.92 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 13.92 Unpacking jq (1.6-2.1) ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 13.99 Setting up libkeyutils1:arm64 (1.6.3-2) ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 14.01 Setting up libpsl5:arm64 (0.21.2-1) ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 14.02 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 ...
12:50:22 [2024-04-23T12:50:22.501Z] 
12:50:22 [2024-04-23T12:50:22.501Z] #22 [build-dummy 2/2] RUN mkdir -p /build
12:50:22 [2024-04-23T12:50:22.501Z] #22 DONE 14.7s
12:50:22 [2024-04-23T12:50:22.501Z] 
12:50:22 [2024-04-23T12:50:22.501Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
12:50:22 [2024-04-23T12:50:22.501Z] #24 DONE 13.4s
12:50:22 [2024-04-23T12:50:22.501Z] 
12:50:22 [2024-04-23T12:50:22.501Z] #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
12:50:22 [2024-04-23T12:50:22.501Z] #23 14.04 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 14.07 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 14.09 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 14.11 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 14.12 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:50:22 [2024-04-23T12:50:22.501Z] #23 14.13 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
12:50:22 [2024-04-23T12:50:22.756Z] #23 ...
12:50:22 [2024-04-23T12:50:22.756Z] 
12:50:22 [2024-04-23T12:50:22.756Z] #25 [base 2/4] COPY --from=xx / /
12:50:22 [2024-04-23T12:50:22.756Z] #25 DONE 0.1s
12:50:22 [2024-04-23T12:50:22.756Z] 
12:50:22 [2024-04-23T12:50:22.756Z] #26 [binary-dummy 1/1] COPY --from=build-dummy /build /build
12:50:22 [2024-04-23T12:50:22.756Z] #26 DONE 0.0s
12:50:22 [2024-04-23T12:50:22.756Z] 
12:50:22 [2024-04-23T12:50:22.756Z] #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
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.15 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.17 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.19 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.20 Setting up openssl (3.0.11-1~deb12u2) ...
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.22 Setting up libonig5:arm64 (6.9.8-1) ...
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.23 Setting up libjq1:arm64 (1.6-2.1) ...
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.25 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.26 Setting up ca-certificates (20230311) ...
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.33 debconf: unable to initialize frontend: Dialog
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.33 debconf: (TERM is not set, so the dialog frontend is not usable.)
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.33 debconf: falling back to frontend: Readline
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.34 debconf: unable to initialize frontend: Readline
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.34 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.)
12:50:22 [2024-04-23T12:50:22.756Z] #23 14.34 debconf: falling back to frontend: Teletype
12:50:23 [2024-04-23T12:50:23.011Z] #23 ...
12:50:23 [2024-04-23T12:50:23.011Z] 
12:50:23 [2024-04-23T12:50:23.011Z] #27 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
12:50:23 [2024-04-23T12:50:23.011Z] #27 DONE 0.2s
12:50:23 [2024-04-23T12:50:23.011Z] 
12:50:23 [2024-04-23T12:50:23.011Z] #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
12:50:23 [2024-04-23T12:50:23.011Z] #23 14.64 Updating certificates in /etc/ssl/certs...
12:50:23 [2024-04-23T12:50:23.571Z] #23 15.06 140 added, 0 removed; done.
12:50:23 [2024-04-23T12:50:23.571Z] #23 15.14 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
12:50:23 [2024-04-23T12:50:23.571Z] #23 15.15 Setting up jq (1.6-2.1) ...
12:50:23 [2024-04-23T12:50:23.826Z] #23 15.16 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
12:50:23 [2024-04-23T12:50:23.826Z] #23 15.18 Setting up curl (7.88.1-10+deb12u5) ...
12:50:23 [2024-04-23T12:50:23.826Z] #23 15.20 Processing triggers for libc-bin (2.36-9+deb12u4) ...
12:50:23 [2024-04-23T12:50:23.826Z] #23 15.22 Processing triggers for ca-certificates (20230311) ...
12:50:23 [2024-04-23T12:50:23.826Z] #23 15.23 Updating certificates in /etc/ssl/certs...
12:50:24 [2024-04-23T12:50:24.080Z] #23 15.54 0 added, 0 removed; done.
12:50:24 [2024-04-23T12:50:24.080Z] #23 15.54 Running hooks in /etc/ca-certificates/update.d...
12:50:24 [2024-04-23T12:50:24.080Z] #23 15.54 done.
12:50:24 [2024-04-23T12:50:24.080Z] #23 DONE 15.6s
12:50:24 [2024-04-23T12:50:24.080Z] 
12:50:24 [2024-04-23T12:50:24.080Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
12:50:24 [2024-04-23T12:50:24.080Z] #28 DONE 0.1s
12:50:24 [2024-04-23T12:50:24.080Z] 
12:50:24 [2024-04-23T12:50:24.080Z] #29 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
12:50:24 [2024-04-23T12:50:24.080Z] #29 0.657 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
12:50:24 [2024-04-23T12:50:24.080Z] #29 0.666 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
12:50:24 [2024-04-23T12:50:24.080Z] #29 0.666 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:50:24 [2024-04-23T12:50:24.081Z] #29 0.734 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
12:50:24 [2024-04-23T12:50:24.081Z] #29 0.818 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
12:50:24 [2024-04-23T12:50:24.081Z] #29 0.844 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
12:50:24 [2024-04-23T12:50:24.640Z] #29 1.784 Fetched 9104 kB in 1s (6578 kB/s)
12:50:25 [2024-04-23T12:50:25.199Z] #29 1.784 Reading package lists...
12:50:25 [2024-04-23T12:50:25.708Z] #29 2.361 Reading package lists...
12:50:25 [2024-04-23T12:50:25.963Z] #29 2.933 Building dependency tree...
12:50:25 [2024-04-23T12:50:25.963Z] #29 3.083 Reading state information...
12:50:26 [2024-04-23T12:50:26.218Z] #29 3.275 The following additional packages will be installed:
12:50:26 [2024-04-23T12:50:26.218Z] #29 3.276   libmagic-mgc libmagic1
12:50:26 [2024-04-23T12:50:26.218Z] #29 3.303 The following NEW packages will be installed:
12:50:26 [2024-04-23T12:50:26.218Z] #29 3.303   file libmagic-mgc libmagic1
12:50:26 [2024-04-23T12:50:26.472Z] #29 3.575 0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
12:50:26 [2024-04-23T12:50:26.472Z] #29 3.575 Need to get 446 kB of archives.
12:50:26 [2024-04-23T12:50:26.472Z] #29 3.575 After this operation, 8709 kB of additional disk space will be used.
12:50:26 [2024-04-23T12:50:26.472Z] #29 3.575 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
12:50:26 [2024-04-23T12:50:26.472Z] #29 3.582 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
12:50:26 [2024-04-23T12:50:26.472Z] #29 3.584 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
12:50:26 [2024-04-23T12:50:26.472Z] #29 3.715 debconf: delaying package configuration, since apt-utils is not installed
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.748 Fetched 446 kB in 0s (1631 kB/s)
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.767 Selecting previously unselected package libmagic-mgc.
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.767 (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.)
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.776 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ...
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.780 Unpacking libmagic-mgc (1:5.44-3) ...
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.859 Selecting previously unselected package libmagic1:arm64.
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.860 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ...
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.869 Unpacking libmagic1:arm64 (1:5.44-3) ...
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.904 Selecting previously unselected package file.
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.906 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ...
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.909 Unpacking file (1:5.44-3) ...
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.947 Setting up libmagic-mgc (1:5.44-3) ...
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.958 Setting up libmagic1:arm64 (1:5.44-3) ...
12:50:26 [2024-04-23T12:50:26.728Z] #29 3.975 Setting up file (1:5.44-3) ...
12:50:26 [2024-04-23T12:50:26.982Z] #29 3.987 Processing triggers for libc-bin (2.36-9+deb12u4) ...
12:50:27 [2024-04-23T12:50:27.237Z] #29 DONE 4.4s
12:50:27 [2024-04-23T12:50:27.237Z] 
12:50:27 [2024-04-23T12:50:27.237Z] #30 [swagger-src 1/3] WORKDIR /usr/src/swagger
12:50:27 [2024-04-23T12:50:27.492Z] #30 ...
12:50:27 [2024-04-23T12:50:27.492Z] 
12:50:27 [2024-04-23T12:50:27.492Z] #31 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
12:50:27 [2024-04-23T12:50:27.492Z] #31 DONE 0.2s
12:50:27 [2024-04-23T12:50:27.492Z] 
12:50:27 [2024-04-23T12:50:27.492Z] #32 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
12:50:27 [2024-04-23T12:50:27.492Z] #32 DONE 0.2s
12:50:27 [2024-04-23T12:50:27.492Z] 
12:50:27 [2024-04-23T12:50:27.492Z] #33 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
12:50:27 [2024-04-23T12:50:27.492Z] #33 DONE 0.2s
12:50:27 [2024-04-23T12:50:27.492Z] 
12:50:27 [2024-04-23T12:50:27.492Z] #34 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
12:50:27 [2024-04-23T12:50:27.492Z] #34 DONE 0.2s
12:50:27 [2024-04-23T12:50:27.492Z] 
12:50:27 [2024-04-23T12:50:27.492Z] #35 [registry-src 1/2] WORKDIR /usr/src/registry
12:50:27 [2024-04-23T12:50:27.492Z] #35 DONE 0.3s
12:50:27 [2024-04-23T12:50:27.747Z] 
12:50:27 [2024-04-23T12:50:27.747Z] #36 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
12:50:27 [2024-04-23T12:50:27.747Z] #36 DONE 0.3s
12:50:27 [2024-04-23T12:50:27.747Z] 
12:50:27 [2024-04-23T12:50:27.747Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
12:50:27 [2024-04-23T12:50:27.747Z] #37 DONE 0.3s
12:50:27 [2024-04-23T12:50:27.747Z] 
12:50:27 [2024-04-23T12:50:27.747Z] #38 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
12:50:27 [2024-04-23T12:50:27.747Z] #38 DONE 0.3s
12:50:27 [2024-04-23T12:50:27.747Z] 
12:50:27 [2024-04-23T12:50:27.747Z] #39 [runc-src 1/3] WORKDIR /usr/src/runc
12:50:27 [2024-04-23T12:50:27.747Z] #39 DONE 0.4s
12:50:27 [2024-04-23T12:50:27.747Z] 
12:50:27 [2024-04-23T12:50:27.747Z] #40 [containerd-src 1/3] WORKDIR /usr/src/containerd
12:50:27 [2024-04-23T12:50:27.747Z] #40 DONE 0.4s
12:50:27 [2024-04-23T12:50:27.747Z] 
12:50:27 [2024-04-23T12:50:27.747Z] #41 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
12:50:27 [2024-04-23T12:50:27.747Z] #41 DONE 0.4s
12:50:27 [2024-04-23T12:50:27.747Z] 
12:50:27 [2024-04-23T12:50:27.747Z] #42 [delve-src 1/3] WORKDIR /usr/src/delve
12:50:27 [2024-04-23T12:50:27.747Z] #42 DONE 0.4s
12:50:27 [2024-04-23T12:50:27.747Z] 
12:50:27 [2024-04-23T12:50:27.747Z] #43 [tini-src 1/3] WORKDIR /usr/src/tini
12:50:27 [2024-04-23T12:50:27.747Z] #43 DONE 0.4s
12:50:27 [2024-04-23T12:50:27.747Z] 
12:50:27 [2024-04-23T12:50:27.747Z] #30 [swagger-src 1/3] WORKDIR /usr/src/swagger
12:50:27 [2024-04-23T12:50:27.747Z] #30 DONE 0.4s
12:50:27 [2024-04-23T12:50:27.747Z] 
12:50:27 [2024-04-23T12:50:27.747Z] #44 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
12:50:28 [2024-04-23T12:50:28.002Z] #44 ...
12:50:28 [2024-04-23T12:50:28.002Z] 
12:50:28 [2024-04-23T12:50:28.002Z] #45 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.353 hint: Using 'master' as the name for the initial branch. This default branch name
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.353 hint: is subject to change. To configure the initial branch name to use in all
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.353 hint: of your new repositories, which will suppress this warning, call:
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.353 hint: 
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.353 hint: 	git config --global init.defaultBranch <name>
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.353 hint: 
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.353 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.353 hint: 'development'. The just-created branch can be renamed via this command:
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.353 hint: 
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.353 hint: 	git branch -m <name>
12:50:28 [2024-04-23T12:50:28.002Z] #45 0.354 Initialized empty Git repository in /usr/src/registry/.git/
12:50:28 [2024-04-23T12:50:28.002Z] #45 DONE 0.5s
12:50:28 [2024-04-23T12:50:28.257Z] 
12:50:28 [2024-04-23T12:50:28.257Z] #46 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.492 hint: Using 'master' as the name for the initial branch. This default branch name
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.492 hint: is subject to change. To configure the initial branch name to use in all
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.492 hint: of your new repositories, which will suppress this warning, call:
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.492 hint: 
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.492 hint: 	git config --global init.defaultBranch <name>
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.492 hint: 
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.492 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.492 hint: 'development'. The just-created branch can be renamed via this command:
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.492 hint: 
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.492 hint: 	git branch -m <name>
12:50:28 [2024-04-23T12:50:28.257Z] #46 0.495 Initialized empty Git repository in /usr/src/rootlesskit/.git/
12:50:28 [2024-04-23T12:50:28.257Z] #46 DONE 0.5s
12:50:28 [2024-04-23T12:50:28.257Z] 
12:50:28 [2024-04-23T12:50:28.257Z] #47 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.474 hint: Using 'master' as the name for the initial branch. This default branch name
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.474 hint: is subject to change. To configure the initial branch name to use in all
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.474 hint: of your new repositories, which will suppress this warning, call:
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.474 hint: 
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.474 hint: 	git config --global init.defaultBranch <name>
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.474 hint: 
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.474 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.474 hint: 'development'. The just-created branch can be renamed via this command:
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.474 hint: 
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.474 hint: 	git branch -m <name>
12:50:28 [2024-04-23T12:50:28.257Z] #47 0.476 Initialized empty Git repository in /usr/src/runc/.git/
12:50:28 [2024-04-23T12:50:28.257Z] #47 DONE 0.5s
12:50:28 [2024-04-23T12:50:28.257Z] 
12:50:28 [2024-04-23T12:50:28.257Z] #48 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:50:28 [2024-04-23T12:50:28.512Z] #48 ...
12:50:28 [2024-04-23T12:50:28.512Z] 
12:50:28 [2024-04-23T12:50:28.512Z] #49 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.861 hint: Using 'master' as the name for the initial branch. This default branch name
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.861 hint: is subject to change. To configure the initial branch name to use in all
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.861 hint: of your new repositories, which will suppress this warning, call:
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.861 hint: 
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.861 hint: 	git config --global init.defaultBranch <name>
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.861 hint: 
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.861 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.861 hint: 'development'. The just-created branch can be renamed via this command:
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.861 hint: 
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.861 hint: 	git branch -m <name>
12:50:28 [2024-04-23T12:50:28.512Z] #49 0.862 Initialized empty Git repository in /usr/src/containerd/.git/
12:50:28 [2024-04-23T12:50:28.512Z] #49 DONE 1.0s
12:50:28 [2024-04-23T12:50:28.767Z] 
12:50:28 [2024-04-23T12:50:28.767Z] #50 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.15" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:50:34 [2024-04-23T12:50:34.006Z] #50 ...
12:50:34 [2024-04-23T12:50:34.006Z] 
12:50:34 [2024-04-23T12:50:34.006Z] #51 [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
12:50:34 [2024-04-23T12:50:34.006Z] #51 2.627 go: downloading github.com/golangci/golangci-lint v1.55.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.347 go: downloading github.com/fatih/color v1.15.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.347 go: downloading github.com/gofrs/flock v0.8.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.347 go: downloading github.com/spf13/viper v1.12.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.347 go: downloading gopkg.in/yaml.v3 v3.0.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.355 go: downloading github.com/spf13/pflag v1.0.5
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.433 go: downloading github.com/spf13/cobra v1.7.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.465 go: downloading golang.org/x/tools v0.14.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.468 go: downloading github.com/hashicorp/go-version v1.6.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.581 go: downloading github.com/ldez/gomoddirectives v0.2.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.604 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.612 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.612 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.612 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.621 go: downloading github.com/mattn/go-colorable v0.1.13
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.665 go: downloading github.com/sirupsen/logrus v1.9.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.668 go: downloading github.com/stretchr/testify v1.8.4
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.722 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.778 go: downloading github.com/mattn/go-isatty v0.0.17
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.779 go: downloading github.com/golangci/revgrep v0.5.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.813 go: downloading github.com/spf13/afero v1.8.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.897 go: downloading github.com/spf13/cast v1.5.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 3.913 go: downloading github.com/spf13/jwalterweatherman v1.1.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.083 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.085 go: downloading 4d63.com/gochecknoglobals v0.2.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.126 go: downloading github.com/4meepo/tagalign v1.3.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.129 go: downloading github.com/Abirdcfly/dupword v0.0.13
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.135 go: downloading github.com/Antonboom/errname v0.1.12
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.136 go: downloading github.com/Antonboom/nilnil v0.1.7
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.197 go: downloading github.com/Antonboom/testifylint v0.2.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.198 go: downloading github.com/BurntSushi/toml v1.3.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.356 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.358 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.396 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.397 go: downloading github.com/alecthomas/go-check-sumtype v0.1.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.448 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.521 go: downloading github.com/alexkohler/prealloc v1.0.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.521 go: downloading github.com/alingse/asasalint v0.0.11
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.527 go: downloading github.com/ashanbrown/forbidigo v1.6.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.567 go: downloading github.com/ashanbrown/makezero v1.1.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.567 go: downloading github.com/bkielbasa/cyclop v1.2.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.685 go: downloading github.com/blizzy78/varnamelen v0.8.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.686 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.687 go: downloading github.com/breml/bidichk v0.2.7
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.687 go: downloading github.com/breml/errchkjson v0.3.6
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.688 go: downloading github.com/butuzov/ireturn v0.2.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.688 go: downloading github.com/butuzov/mirror v1.1.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.747 go: downloading github.com/catenacyber/perfsprint v0.2.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.776 go: downloading github.com/charithe/durationcheck v0.0.10
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.805 go: downloading github.com/curioswitch/go-reassign v0.2.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.807 go: downloading github.com/daixiang0/gci v0.11.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.903 go: downloading github.com/denis-tingaikin/go-header v0.4.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.931 go: downloading github.com/firefart/nonamedreturns v1.0.4
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.940 go: downloading github.com/esimonov/ifshort v1.0.4
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.949 go: downloading github.com/fzipp/gocyclo v0.6.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.967 go: downloading github.com/go-critic/go-critic v0.9.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.967 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
12:50:34 [2024-04-23T12:50:34.006Z] #51 4.967 go: downloading github.com/ghostiam/protogetter v0.2.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.084 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.084 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.086 go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.088 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.104 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.167 go: downloading github.com/golangci/misspell v0.4.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.167 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.248 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.248 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.250 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.250 go: downloading github.com/hexops/gotextdiff v1.0.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.269 go: downloading github.com/jgautheron/goconst v1.6.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.399 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.399 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.405 go: downloading github.com/julz/importas v0.1.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.443 go: downloading github.com/kisielk/errcheck v1.6.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.443 go: downloading github.com/kkHAIKE/contextcheck v1.1.4
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.443 go: downloading github.com/kulti/thelper v0.6.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.443 go: downloading github.com/kunwardeep/paralleltest v1.0.8
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.587 go: downloading github.com/kyoh86/exportloopref v0.1.11
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.587 go: downloading github.com/ldez/tagliatelle v0.5.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.587 go: downloading github.com/leonklingele/grouper v1.1.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.587 go: downloading github.com/lufeee/execinquery v1.2.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.607 go: downloading github.com/macabu/inamedparam v0.1.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.607 go: downloading github.com/maratori/testableexamples v1.0.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.607 go: downloading github.com/maratori/testpackage v1.1.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.615 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.629 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.634 go: downloading github.com/mgechev/revive v1.3.4
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.761 go: downloading github.com/moricho/tparallel v0.3.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.823 go: downloading github.com/nishanths/exhaustive v0.11.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.823 go: downloading github.com/nishanths/predeclared v0.2.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.823 go: downloading github.com/nakabonne/nestif v0.3.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.823 go: downloading github.com/nunnatsa/ginkgolinter v0.14.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 5.950 go: downloading github.com/polyfloyd/go-errorlint v1.4.5
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.039 go: downloading github.com/ryancurrah/gomodguard v1.3.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.040 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.054 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.151 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.157 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.214 go: downloading github.com/securego/gosec/v2 v2.18.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.214 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.215 go: downloading github.com/sivchari/containedctx v1.0.3
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.215 go: downloading github.com/sivchari/nosnakecase v1.7.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.461 go: downloading github.com/sivchari/tenv v1.7.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.461 go: downloading github.com/sonatard/noctx v0.0.2
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.476 go: downloading github.com/sourcegraph/go-diff v0.7.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.476 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.542 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.576 go: downloading github.com/tdakkota/asciicheck v0.2.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.576 go: downloading github.com/tetafro/godot v1.4.15
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.576 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.577 go: downloading github.com/timonwong/loggercheck v0.9.4
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.580 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.651 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.659 go: downloading github.com/ultraware/funlen v0.1.0
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.660 go: downloading github.com/ultraware/whitespace v0.0.5
12:50:34 [2024-04-23T12:50:34.006Z] #51 6.727 go: downloading github.com/uudashr/gocognit v1.1.2
12:50:34 [2024-04-23T12:50:34.298Z] #51 6.802 go: downloading github.com/xen0n/gosmopolitan v1.2.2
12:50:34 [2024-04-23T12:50:34.298Z] #51 6.859 go: downloading github.com/yagipy/maintidx v1.0.0
12:50:34 [2024-04-23T12:50:34.298Z] #51 6.866 go: downloading github.com/yeya24/promlinter v0.2.0
12:50:34 [2024-04-23T12:50:34.298Z] #51 6.882 go: downloading github.com/ykadowak/zerologlint v0.1.3
12:50:34 [2024-04-23T12:50:34.298Z] #51 ...
12:50:34 [2024-04-23T12:50:34.298Z] 
12:50:34 [2024-04-23T12:50:34.298Z] #52 [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
12:50:34 [2024-04-23T12:50:34.298Z] #52 2.194 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
12:50:34 [2024-04-23T12:50:34.298Z] #52 2.772 #=#=#                                                                         
12:50:34 [2024-04-23T12:50:34.298Z] #52 3.035 #=#=#                                                                         

#                                                                          1.9%
######################################################################## 100.0%
12:50:34 [2024-04-23T12:50:34.298Z] #52 3.290 
12:50:34 [2024-04-23T12:50:34.298Z] #52 5.261 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
12:50:34 [2024-04-23T12:50:34.298Z] #52 5.872 #=#=#                                                                         
12:50:34 [2024-04-23T12:50:34.298Z] #52 6.142 #=#=#                                                                         

                                                                           0.8%
######################################################################## 100.0%
12:50:34 [2024-04-23T12:50:34.298Z] #52 6.480 
12:50:34 [2024-04-23T12:50:34.298Z] #52 8.808 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)...
12:50:34 [2024-04-23T12:50:34.298Z] #52 9.526 #=#=#                                                                         
12:50:34 [2024-04-23T12:50:34.554Z] #52 9.918 #=#=#                                                                         
12:50:34 [2024-04-23T12:50:34.554Z] #52 ...
12:50:34 [2024-04-23T12:50:34.554Z] 
12:50:34 [2024-04-23T12:50:34.554Z] #51 [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
12:50:34 [2024-04-23T12:50:34.554Z] #51 6.935 go: downloading gitlab.com/bosi/decorder v0.4.1
12:50:34 [2024-04-23T12:50:34.554Z] #51 6.970 go: downloading go-simpler.org/sloglint v0.1.2
12:50:34 [2024-04-23T12:50:34.554Z] #51 6.971 go: downloading go.tmz.dev/musttag v0.7.2
12:50:34 [2024-04-23T12:50:34.809Z] #51 7.326 go: downloading honnef.co/go/tools v0.4.6
12:50:35 [2024-04-23T12:50:35.072Z] #51 7.829 go: downloading mvdan.cc/gofumpt v0.5.0
12:50:35 [2024-04-23T12:50:35.072Z] #51 7.829 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
12:50:35 [2024-04-23T12:50:35.072Z] #51 7.829 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
12:50:35 [2024-04-23T12:50:35.072Z] #51 7.831 go: downloading golang.org/x/mod v0.13.0
12:50:35 [2024-04-23T12:50:35.072Z] #51 7.831 go: downloading github.com/hashicorp/errwrap v1.0.0
12:50:35 [2024-04-23T12:50:35.072Z] #51 7.833 go: downloading golang.org/x/sys v0.13.0
12:50:35 [2024-04-23T12:50:35.072Z] #51 7.833 go: downloading github.com/pmezard/go-difflib v1.0.0
12:50:35 [2024-04-23T12:50:35.072Z] #51 7.833 go: downloading github.com/davecgh/go-spew v1.1.1
12:50:35 [2024-04-23T12:50:35.328Z] #51 7.988 go: downloading github.com/stretchr/objx v0.5.0
12:50:35 [2024-04-23T12:50:35.328Z] #51 8.031 go: downloading github.com/subosito/gotenv v1.4.1
12:50:35 [2024-04-23T12:50:35.583Z] #51 8.148 go: downloading github.com/hashicorp/hcl v1.0.0
12:50:35 [2024-04-23T12:50:35.583Z] #51 8.215 go: downloading gopkg.in/ini.v1 v1.67.0
12:50:35 [2024-04-23T12:50:35.583Z] #51 8.235 go: downloading github.com/magiconair/properties v1.8.6
12:50:35 [2024-04-23T12:50:35.583Z] #51 8.244 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
12:50:35 [2024-04-23T12:50:35.583Z] #51 8.285 go: downloading golang.org/x/text v0.13.0
12:50:35 [2024-04-23T12:50:35.583Z] #51 8.354 go: downloading github.com/fatih/structtag v1.2.0
12:50:35 [2024-04-23T12:50:35.894Z] #51 ...
12:50:35 [2024-04-23T12:50:35.894Z] 
12:50:35 [2024-04-23T12:50:35.894Z] #53 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.706 hint: Using 'master' as the name for the initial branch. This default branch name
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.706 hint: is subject to change. To configure the initial branch name to use in all
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.706 hint: of your new repositories, which will suppress this warning, call:
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.706 hint: 
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.706 hint: 	git config --global init.defaultBranch <name>
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.706 hint: 
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.706 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.706 hint: 'development'. The just-created branch can be renamed via this command:
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.706 hint: 
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.706 hint: 	git branch -m <name>
12:50:35 [2024-04-23T12:50:35.894Z] #53 1.707 Initialized empty Git repository in /usr/src/tini/.git/
12:50:35 [2024-04-23T12:50:35.894Z] #53 DONE 8.0s
12:50:35 [2024-04-23T12:50:35.894Z] 
12:50:35 [2024-04-23T12:50:35.894Z] #51 [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
12:50:35 [2024-04-23T12:50:35.894Z] #51 8.443 go: downloading github.com/pelletier/go-toml v1.9.5
12:50:35 [2024-04-23T12:50:35.894Z] #51 8.547 go: downloading github.com/google/go-cmp v0.6.0
12:50:35 [2024-04-23T12:50:35.894Z] #51 8.555 go: downloading gopkg.in/yaml.v2 v2.4.0
12:50:35 [2024-04-23T12:50:35.894Z] #51 8.649 go: downloading github.com/gobwas/glob v0.2.3
12:50:36 [2024-04-23T12:50:36.150Z] #51 8.795 go: downloading golang.org/x/sync v0.4.0
12:50:36 [2024-04-23T12:50:36.150Z] #51 8.869 go: downloading go.uber.org/zap v1.24.0
12:50:36 [2024-04-23T12:50:36.150Z] #51 8.872 go: downloading github.com/go-toolsmith/astcast v1.1.0
12:50:36 [2024-04-23T12:50:36.150Z] #51 8.872 go: downloading github.com/go-toolsmith/astcopy v1.1.0
12:50:36 [2024-04-23T12:50:36.405Z] #51 8.971 go: downloading github.com/go-toolsmith/astequal v1.1.0
12:50:36 [2024-04-23T12:50:36.405Z] #51 9.138 go: downloading github.com/go-toolsmith/astfmt v1.1.0
12:50:36 [2024-04-23T12:50:36.405Z] #51 9.194 go: downloading github.com/go-toolsmith/astp v1.1.0
12:50:36 [2024-04-23T12:50:36.660Z] #51 9.199 go: downloading github.com/go-toolsmith/strparse v1.1.0
12:50:36 [2024-04-23T12:50:36.660Z] #51 9.257 go: downloading github.com/go-toolsmith/typep v1.1.0
12:50:36 [2024-04-23T12:50:36.660Z] #51 9.260 go: downloading github.com/quasilyte/go-ruleguard v0.4.0
12:50:36 [2024-04-23T12:50:36.660Z] #51 9.431 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
12:50:36 [2024-04-23T12:50:36.915Z] #51 9.432 go: downloading github.com/kisielk/gotool v1.0.0
12:50:36 [2024-04-23T12:50:36.916Z] #51 9.441 go: downloading github.com/gostaticanalysis/comment v1.4.2
12:50:36 [2024-04-23T12:50:36.916Z] #51 9.567 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
12:50:36 [2024-04-23T12:50:36.916Z] #51 9.567 go: downloading github.com/ettle/strcase v0.1.1
12:50:36 [2024-04-23T12:50:36.916Z] #51 9.568 go: downloading github.com/Masterminds/semver v1.5.0
12:50:36 [2024-04-23T12:50:36.916Z] #51 9.621 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1
12:50:37 [2024-04-23T12:50:37.171Z] #51 9.705 go: downloading github.com/prometheus/client_golang v1.12.1
12:50:37 [2024-04-23T12:50:37.171Z] #51 9.822 go: downloading github.com/prometheus/client_model v0.2.0
12:50:37 [2024-04-23T12:50:37.427Z] #51 10.04 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
12:50:37 [2024-04-23T12:50:37.427Z] #51 ...
12:50:37 [2024-04-23T12:50:37.427Z] 
12:50:37 [2024-04-23T12:50:37.427Z] #54 [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
12:50:37 [2024-04-23T12:50:37.427Z] #54 1.951 go: downloading gotest.tools/gotestsum v1.8.2
12:50:37 [2024-04-23T12:50:37.427Z] #54 3.173 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:50:37 [2024-04-23T12:50:37.427Z] #54 3.173 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
12:50:37 [2024-04-23T12:50:37.427Z] #54 3.173 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
12:50:37 [2024-04-23T12:50:37.427Z] #54 3.174 go: downloading github.com/dnephin/pflag v1.0.7
12:50:37 [2024-04-23T12:50:37.427Z] #54 3.174 go: downloading github.com/fsnotify/fsnotify v1.5.4
12:50:37 [2024-04-23T12:50:37.427Z] #54 3.174 go: downloading github.com/fatih/color v1.13.0
12:50:37 [2024-04-23T12:50:37.427Z] #54 3.174 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
12:50:37 [2024-04-23T12:50:37.427Z] #54 3.174 go: downloading golang.org/x/tools v0.1.11
12:50:37 [2024-04-23T12:50:37.427Z] #54 3.220 go: downloading github.com/mattn/go-colorable v0.1.12
12:50:37 [2024-04-23T12:50:37.427Z] #54 3.221 go: downloading github.com/mattn/go-isatty v0.0.14
12:50:37 [2024-04-23T12:50:37.427Z] #54 4.419 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
12:50:37 [2024-04-23T12:50:37.427Z] #54 ...
12:50:37 [2024-04-23T12:50:37.427Z] 
12:50:37 [2024-04-23T12:50:37.427Z] #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
12:50:37 [2024-04-23T12:50:37.427Z] #55 1.679 go: downloading github.com/pelletier/go-toml v1.8.1
12:50:37 [2024-04-23T12:50:37.427Z] #55 ...
12:50:37 [2024-04-23T12:50:37.427Z] 
12:50:37 [2024-04-23T12:50:37.427Z] #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 v26.1.0 https://github.com/docker/cli.git /build      && /build/docker --version
12:50:37 [2024-04-23T12:50:37.682Z] #56 ...
12:50:37 [2024-04-23T12:50:37.682Z] 
12:50:37 [2024-04-23T12:50:37.682Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.8.0"      && /build/shfmt --version
12:50:37 [2024-04-23T12:50:37.682Z] #57 1.874 go: downloading mvdan.cc/sh/v3 v3.8.0
12:50:37 [2024-04-23T12:50:37.682Z] #57 5.191 go: downloading github.com/google/renameio/v2 v2.0.0
12:50:37 [2024-04-23T12:50:37.682Z] #57 5.214 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
12:50:37 [2024-04-23T12:50:37.682Z] #57 5.215 go: downloading golang.org/x/term v0.17.0
12:50:37 [2024-04-23T12:50:37.682Z] #57 5.215 go: downloading mvdan.cc/editorconfig v0.2.1-0.20231228180347-1925077f8eb2
12:50:37 [2024-04-23T12:50:37.682Z] #57 5.405 go: downloading golang.org/x/sys v0.17.0
12:50:37 [2024-04-23T12:50:37.682Z] #57 ...
12:50:37 [2024-04-23T12:50:37.682Z] 
12:50:37 [2024-04-23T12:50:37.682Z] #58 [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
12:50:37 [2024-04-23T12:50:37.682Z] #58 5.198 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
12:50:37 [2024-04-23T12:50:37.682Z] #58 5.250 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
12:50:37 [2024-04-23T12:50:37.682Z] #58 5.269 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:50:37 [2024-04-23T12:50:37.682Z] #58 5.382 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
12:50:37 [2024-04-23T12:50:37.682Z] #58 6.132 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
12:50:37 [2024-04-23T12:50:37.682Z] #58 6.203 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
12:50:37 [2024-04-23T12:50:37.682Z] #58 8.513 Fetched 9104 kB in 4s (2537 kB/s)
12:50:37 [2024-04-23T12:50:37.682Z] #58 8.513 Reading package lists...
12:50:37 [2024-04-23T12:50:37.682Z] #58 10.00 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:50:37 [2024-04-23T12:50:37.682Z] #58 10.00 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:50:37 [2024-04-23T12:50:37.682Z] #58 10.00 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:50:37 [2024-04-23T12:50:37.937Z] #58 ...
12:50:37 [2024-04-23T12:50:37.937Z] 
12:50:37 [2024-04-23T12:50:37.937Z] #59 [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
12:50:37 [2024-04-23T12:50:37.937Z] #59 1.530 go: downloading github.com/tc-hib/go-winres v0.3.1
12:50:37 [2024-04-23T12:50:37.937Z] #59 1.960 go: downloading github.com/tc-hib/winres v0.1.6
12:50:37 [2024-04-23T12:50:37.937Z] #59 1.960 go: downloading github.com/urfave/cli/v2 v2.3.0
12:50:37 [2024-04-23T12:50:37.937Z] #59 2.138 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
12:50:37 [2024-04-23T12:50:37.937Z] #59 2.144 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
12:50:37 [2024-04-23T12:50:37.937Z] #59 2.164 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:50:37 [2024-04-23T12:50:37.937Z] #59 2.211 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:50:37 [2024-04-23T12:50:37.937Z] #59 ...
12:50:37 [2024-04-23T12:50:37.937Z] 
12:50:37 [2024-04-23T12:50:37.937Z] #60 [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
12:50:37 [2024-04-23T12:50:37.937Z] #60 5.706 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
12:50:37 [2024-04-23T12:50:37.937Z] #60 5.789 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
12:50:37 [2024-04-23T12:50:37.937Z] #60 5.789 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:50:37 [2024-04-23T12:50:37.937Z] #60 6.181 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
12:50:37 [2024-04-23T12:50:37.937Z] #60 6.947 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
12:50:37 [2024-04-23T12:50:37.937Z] #60 6.999 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
12:50:37 [2024-04-23T12:50:37.937Z] #60 8.770 Fetched 9104 kB in 3s (2731 kB/s)
12:50:37 [2024-04-23T12:50:37.937Z] #60 8.770 Reading package lists...
12:50:38 [2024-04-23T12:50:38.192Z] #60 10.18 Reading package lists...
12:50:38 [2024-04-23T12:50:38.192Z] #60 ...
12:50:38 [2024-04-23T12:50:38.192Z] 
12:50:38 [2024-04-23T12:50:38.192Z] #61 [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...)
12:50:38 [2024-04-23T12:50:38.192Z] #61 5.229 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
12:50:38 [2024-04-23T12:50:38.192Z] #61 5.230 + mkdir /build
12:50:38 [2024-04-23T12:50:38.192Z] #61 ...
12:50:38 [2024-04-23T12:50:38.192Z] 
12:50:38 [2024-04-23T12:50:38.192Z] #62 [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
12:50:38 [2024-04-23T12:50:38.192Z] #62 4.441 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
12:50:38 [2024-04-23T12:50:38.192Z] #62 4.477 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
12:50:38 [2024-04-23T12:50:38.192Z] #62 4.485 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:50:38 [2024-04-23T12:50:38.192Z] #62 4.655 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
12:50:38 [2024-04-23T12:50:38.192Z] #62 4.899 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
12:50:38 [2024-04-23T12:50:38.192Z] #62 4.958 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
12:50:38 [2024-04-23T12:50:38.192Z] #62 6.409 Fetched 9104 kB in 2s (3942 kB/s)
12:50:38 [2024-04-23T12:50:38.192Z] #62 6.409 Reading package lists...
12:50:38 [2024-04-23T12:50:38.192Z] #62 7.629 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:50:38 [2024-04-23T12:50:38.192Z] #62 7.629 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:50:38 [2024-04-23T12:50:38.192Z] #62 7.629 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:50:38 [2024-04-23T12:50:38.192Z] #62 8.559 Reading package lists...
12:50:38 [2024-04-23T12:50:38.192Z] #62 10.17 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
12:50:38 [2024-04-23T12:50:38.447Z] #62 10.18 Reading package lists...
12:50:38 [2024-04-23T12:50:38.447Z] #62 ...
12:50:38 [2024-04-23T12:50:38.447Z] 
12:50:38 [2024-04-23T12:50:38.447Z] #63 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
12:50:38 [2024-04-23T12:50:38.447Z] #63 ...
12:50:38 [2024-04-23T12:50:38.447Z] 
12:50:38 [2024-04-23T12:50:38.447Z] #64 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:50:38 [2024-04-23T12:50:38.702Z] #64 ...
12:50:38 [2024-04-23T12:50:38.702Z] 
12:50:38 [2024-04-23T12:50:38.702Z] #65 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.849 hint: Using 'master' as the name for the initial branch. This default branch name
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.849 hint: is subject to change. To configure the initial branch name to use in all
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.849 hint: of your new repositories, which will suppress this warning, call:
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.849 hint: 
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.849 hint: 	git config --global init.defaultBranch <name>
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.849 hint: 
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.849 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.849 hint: 'development'. The just-created branch can be renamed via this command:
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.849 hint: 
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.849 hint: 	git branch -m <name>
12:50:38 [2024-04-23T12:50:38.702Z] #65 1.901 Initialized empty Git repository in /usr/src/delve/.git/
12:50:38 [2024-04-23T12:50:38.702Z] #65 DONE 10.9s
12:50:38 [2024-04-23T12:50:38.702Z] 
12:50:38 [2024-04-23T12:50:38.702Z] #66 [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
12:50:38 [2024-04-23T12:50:38.702Z] #66 4.185 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 4.224 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 4.228 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 4.361 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 4.740 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 4.740 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 5.895 Fetched 9104 kB in 2s (4465 kB/s)
12:50:38 [2024-04-23T12:50:38.702Z] #66 5.895 Reading package lists...
12:50:38 [2024-04-23T12:50:38.702Z] #66 7.382 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:50:38 [2024-04-23T12:50:38.702Z] #66 7.382 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:50:38 [2024-04-23T12:50:38.702Z] #66 7.382 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:50:38 [2024-04-23T12:50:38.702Z] #66 7.983 Reading package lists...
12:50:38 [2024-04-23T12:50:38.702Z] #66 9.055 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config
12:50:38 [2024-04-23T12:50:38.702Z] #66 9.062 Reading package lists...
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.01 Building dependency tree...
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.51 gcc is already the newest version (4:12.2.0-3).
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.51 pkg-config is already the newest version (1.8.1-1).
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.51 The following additional packages will be installed:
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.51   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.51   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.51   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.51   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.51   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.51   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.52 Suggested packages:
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.52   libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.52   libgdk-pixbuf2.0-bin libxml2-utils
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.52 Recommended packages:
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.52   shared-mime-info xdg-user-dirs
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.82 The following NEW packages will be installed:
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.82   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.82   libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.82   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.82   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.82   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev
12:50:38 [2024-04-23T12:50:38.702Z] #66 10.82   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.12 0 upgraded, 29 newly installed, 0 to remove and 5 not upgraded.
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.12 Need to get 9078 kB of archives.
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.12 After this operation, 46.9 MB of additional disk space will be used.
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.12 Get:1 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.21 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.21 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.22 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.22 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.22 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.24 Get:7 http://deb.debian.org/debian-security bookworm-security/main arm64 uuid-dev arm64 2.38.1-5+deb12u1 [40.3 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.24 Get:8 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.24 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.24 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.24 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.25 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.25 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.26 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.28 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 11.30 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #66 ...
12:50:38 [2024-04-23T12:50:38.702Z] 
12:50:38 [2024-04-23T12:50:38.702Z] #67 [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             ;
12:50:38 [2024-04-23T12:50:38.702Z] #67 3.435 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #67 3.528 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #67 3.529 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #67 3.679 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #67 4.148 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #67 4.196 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
12:50:38 [2024-04-23T12:50:38.702Z] #67 5.287 Fetched 9104 kB in 2s (4345 kB/s)
12:50:38 [2024-04-23T12:50:38.702Z] #67 5.287 Reading package lists...
12:50:38 [2024-04-23T12:50:38.702Z] #67 6.128 Reading package lists...
12:50:38 [2024-04-23T12:50:38.702Z] #67 6.900 Building dependency tree...
12:50:38 [2024-04-23T12:50:38.702Z] #67 7.432 python3 is already the newest version (3.11.2-1+b1).
12:50:38 [2024-04-23T12:50:38.702Z] #67 7.432 The following additional packages will be installed:
12:50:38 [2024-04-23T12:50:38.702Z] #67 7.434   autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch
12:50:38 [2024-04-23T12:50:38.702Z] #67 7.434   xz-utils
12:50:38 [2024-04-23T12:50:38.702Z] #67 7.436 Suggested packages:
12:50:38 [2024-04-23T12:50:38.702Z] #67 7.436   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
12:50:38 [2024-04-23T12:50:38.703Z] #67 7.436   manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
12:50:38 [2024-04-23T12:50:38.703Z] #67 7.436   m4-doc ed diffutils-doc
12:50:38 [2024-04-23T12:50:38.703Z] #67 7.436 Recommended packages:
12:50:38 [2024-04-23T12:50:38.703Z] #67 7.436   fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
12:50:38 [2024-04-23T12:50:38.703Z] #67 7.436   liblocale-gettext-perl libltdl-dev
12:50:38 [2024-04-23T12:50:38.703Z] #67 7.739 The following NEW packages will be installed:
12:50:38 [2024-04-23T12:50:38.703Z] #67 7.740   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
12:50:38 [2024-04-23T12:50:38.703Z] #67 7.741   libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev
12:50:38 [2024-04-23T12:50:38.703Z] #67 7.748   libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.108 0 upgraded, 19 newly installed, 0 to remove and 5 not upgraded.
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.108 Need to get 5657 kB of archives.
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.108 After this operation, 16.7 MB of additional disk space will be used.
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.108 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.114 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.127 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.144 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.183 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.188 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.199 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.213 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.216 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.304 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.359 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.363 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.363 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.364 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.365 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.374 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.378 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.381 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.385 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB]
12:50:38 [2024-04-23T12:50:38.703Z] #67 8.867 debconf: delaying package configuration, since apt-utils is not installed
12:50:38 [2024-04-23T12:50:38.703Z] #67 9.052 Fetched 5657 kB in 1s (8999 kB/s)
12:50:38 [2024-04-23T12:50:38.703Z] #67 9.199 Selecting previously unselected package bzip2.
12:50:38 [2024-04-23T12:50:38.703Z] #67 9.199 (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.)
12:50:38 [2024-04-23T12:50:38.703Z] #67 9.211 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ...
12:50:38 [2024-04-23T12:50:38.703Z] #67 9.241 Unpacking bzip2 (1.0.8-5+b1) ...
12:50:38 [2024-04-23T12:50:38.703Z] #67 9.630 Selecting previously unselected package xz-utils.
12:50:38 [2024-04-23T12:50:38.703Z] #67 9.634 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ...
12:50:38 [2024-04-23T12:50:38.703Z] #67 9.668 Unpacking xz-utils (5.4.1-0.2) ...
12:50:38 [2024-04-23T12:50:38.703Z] #67 10.11 Selecting previously unselected package m4.
12:50:38 [2024-04-23T12:50:38.703Z] #67 10.12 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ...
12:50:38 [2024-04-23T12:50:38.703Z] #67 10.17 Unpacking m4 (1.4.19-3) ...
12:50:38 [2024-04-23T12:50:38.703Z] #67 10.48 Selecting previously unselected package autoconf.
12:50:38 [2024-04-23T12:50:38.703Z] #67 10.48 Preparing to unpack .../03-autoconf_2.71-3_all.deb ...
12:50:38 [2024-04-23T12:50:38.703Z] #67 10.52 Unpacking autoconf (2.71-3) ...
12:50:38 [2024-04-23T12:50:38.703Z] #67 11.11 Selecting previously unselected package autotools-dev.
12:50:38 [2024-04-23T12:50:38.703Z] #67 11.11 Preparing to unpack .../04-autotools-dev_20220109.1_all.deb ...
12:50:38 [2024-04-23T12:50:38.703Z] #67 11.13 Unpacking autotools-dev (20220109.1) ...
12:50:38 [2024-04-23T12:50:38.958Z] #67 11.57 Selecting previously unselected package automake.
12:50:38 [2024-04-23T12:50:38.958Z] #67 11.57 Preparing to unpack .../05-automake_1%3a1.16.5-1.3_all.deb ...
12:50:38 [2024-04-23T12:50:38.958Z] #67 11.60 Unpacking automake (1:1.16.5-1.3) ...
12:50:38 [2024-04-23T12:50:38.958Z] #67 ...
12:50:38 [2024-04-23T12:50:38.958Z] 
12:50:38 [2024-04-23T12:50:38.958Z] #66 [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
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.36 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.37 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.38 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.39 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.40 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.40 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.41 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.41 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.45 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.45 Get:26 http://deb.debian.org/debian-security bookworm-security/main arm64 libmount-dev arm64 2.38.1-5+deb12u1 [22.3 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.45 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.46 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
12:50:38 [2024-04-23T12:50:38.958Z] #66 11.51 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
12:50:39 [2024-04-23T12:50:39.518Z] #66 11.93 debconf: delaying package configuration, since apt-utils is not installed
12:50:39 [2024-04-23T12:50:39.518Z] #66 ...
12:50:39 [2024-04-23T12:50:39.518Z] 
12:50:39 [2024-04-23T12:50:39.518Z] #64 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:50:39 [2024-04-23T12:50:39.518Z] #64 DONE 11.3s
12:50:39 [2024-04-23T12:50:39.518Z] 
12:50:39 [2024-04-23T12:50:39.518Z] #48 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:50:39 [2024-04-23T12:50:39.518Z] #48 DONE 11.3s
12:50:39 [2024-04-23T12:50:39.518Z] 
12:50:39 [2024-04-23T12:50:39.518Z] #68 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:50:39 [2024-04-23T12:50:39.518Z] #68 DONE 3.8s
12:50:39 [2024-04-23T12:50:39.518Z] 
12:50:39 [2024-04-23T12:50:39.518Z] #44 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.170 hint: Using 'master' as the name for the initial branch. This default branch name
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.170 hint: is subject to change. To configure the initial branch name to use in all
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.170 hint: of your new repositories, which will suppress this warning, call:
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.170 hint: 
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.170 hint: 	git config --global init.defaultBranch <name>
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.170 hint: 
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.170 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.170 hint: 'development'. The just-created branch can be renamed via this command:
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.170 hint: 
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.170 hint: 	git branch -m <name>
12:50:39 [2024-04-23T12:50:39.518Z] #44 3.217 Initialized empty Git repository in /usr/src/swagger/.git/
12:50:39 [2024-04-23T12:50:39.518Z] #44 DONE 11.8s
12:50:39 [2024-04-23T12:50:39.518Z] 
12:50:39 [2024-04-23T12:50:39.518Z] #61 [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...)
12:50:39 [2024-04-23T12:50:39.518Z] #61 DONE 11.4s
12:50:39 [2024-04-23T12:50:39.518Z] 
12:50:39 [2024-04-23T12:50:39.518Z] #66 [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
12:50:39 [2024-04-23T12:50:39.518Z] #66 12.03 Fetched 9078 kB in 1s (13.6 MB/s)
12:50:39 [2024-04-23T12:50:39.849Z] #66 12.20 Selecting previously unselected package libglib2.0-0:arm64.
12:50:39 [2024-04-23T12:50:39.849Z] #66 12.20 (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.)
12:50:39 [2024-04-23T12:50:39.849Z] #66 12.24 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_arm64.deb ...
12:50:39 [2024-04-23T12:50:39.849Z] #66 12.26 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
12:50:40 [2024-04-23T12:50:40.443Z] #66 12.75 Selecting previously unselected package libgirepository-1.0-1:arm64.
12:50:40 [2024-04-23T12:50:40.443Z] #66 12.75 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
12:50:40 [2024-04-23T12:50:40.443Z] #66 12.77 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
12:50:40 [2024-04-23T12:50:40.699Z] #66 13.19 Selecting previously unselected package gir1.2-glib-2.0:arm64.
12:50:40 [2024-04-23T12:50:40.699Z] #66 13.20 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
12:50:40 [2024-04-23T12:50:40.699Z] #66 13.24 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
12:50:40 [2024-04-23T12:50:40.955Z] #66 13.45 Selecting previously unselected package libsecret-common.
12:50:40 [2024-04-23T12:50:40.955Z] #66 13.45 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ...
12:50:41 [2024-04-23T12:50:41.212Z] #66 13.46 Unpacking libsecret-common (0.20.5-3) ...
12:50:41 [2024-04-23T12:50:41.467Z] #66 13.80 Selecting previously unselected package libsecret-1-0:arm64.
12:50:41 [2024-04-23T12:50:41.467Z] #66 13.80 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_arm64.deb ...
12:50:41 [2024-04-23T12:50:41.467Z] #66 13.85 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
12:50:41 [2024-04-23T12:50:41.754Z] #66 14.10 Selecting previously unselected package gir1.2-secret-1:arm64.
12:50:41 [2024-04-23T12:50:41.754Z] #66 14.10 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_arm64.deb ...
12:50:41 [2024-04-23T12:50:41.754Z] #66 14.15 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
12:50:42 [2024-04-23T12:50:42.009Z] #66 14.43 Selecting previously unselected package uuid-dev:arm64.
12:50:42 [2024-04-23T12:50:42.009Z] #66 14.43 Preparing to unpack .../06-uuid-dev_2.38.1-5+deb12u1_arm64.deb ...
12:50:42 [2024-04-23T12:50:42.009Z] #66 14.45 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ...
12:50:42 [2024-04-23T12:50:42.283Z] #66 14.61 Selecting previously unselected package libblkid-dev:arm64.
12:50:42 [2024-04-23T12:50:42.283Z] #66 14.62 Preparing to unpack .../07-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ...
12:50:42 [2024-04-23T12:50:42.283Z] #66 14.70 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
12:50:42 [2024-04-23T12:50:42.541Z] #66 14.84 Selecting previously unselected package libbtrfs0:arm64.
12:50:42 [2024-04-23T12:50:42.541Z] #66 14.85 Preparing to unpack .../08-libbtrfs0_6.2-1_arm64.deb ...
12:50:42 [2024-04-23T12:50:42.541Z] #66 14.88 Unpacking libbtrfs0:arm64 (6.2-1) ...
12:50:42 [2024-04-23T12:50:42.816Z] #66 15.19 Selecting previously unselected package libbtrfs-dev:arm64.
12:50:42 [2024-04-23T12:50:42.816Z] #66 15.19 Preparing to unpack .../09-libbtrfs-dev_6.2-1_arm64.deb ...
12:50:43 [2024-04-23T12:50:43.072Z] #66 15.26 Unpacking libbtrfs-dev:arm64 (6.2-1) ...
12:50:43 [2024-04-23T12:50:43.650Z] #66 16.12 Selecting previously unselected package libelf1:arm64.
12:50:43 [2024-04-23T12:50:43.906Z] #66 16.12 Preparing to unpack .../10-libelf1_0.188-2.1_arm64.deb ...
12:50:43 [2024-04-23T12:50:43.906Z] #66 16.20 Unpacking libelf1:arm64 (0.188-2.1) ...
12:50:44 [2024-04-23T12:50:44.468Z] #66 16.99 Selecting previously unselected package libffi-dev:arm64.
12:50:44 [2024-04-23T12:50:44.468Z] #66 ...
12:50:44 [2024-04-23T12:50:44.468Z] 
12:50:44 [2024-04-23T12:50:44.468Z] #52 [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
12:50:44 [2024-04-23T12:50:44.468Z] #52 9.918 #=#=#                                                                         

                                                                           0.2%
####################                                                      27.8%
########################################################                  78.3%
######################################################################## 100.0%
12:50:44 [2024-04-23T12:50:44.468Z] #52 10.93 
12:50:44 [2024-04-23T12:50:44.468Z] #52 13.63 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
12:50:44 [2024-04-23T12:50:44.468Z] #52 14.35 #=#=#                                                                         
12:50:44 [2024-04-23T12:50:44.468Z] #52 14.65 #=#=#                                                                         

######################################################################## 100.0%
12:50:44 [2024-04-23T12:50:44.468Z] #52 15.10 
12:50:44 [2024-04-23T12:50:44.468Z] #52 16.81 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
12:50:44 [2024-04-23T12:50:44.468Z] #52 17.60 #=#=#                                                                         
12:50:44 [2024-04-23T12:50:44.468Z] #52 17.89 #=#=#                                                                         

######################################################################## 100.0%
12:50:44 [2024-04-23T12:50:44.468Z] #52 18.28 
12:50:44 [2024-04-23T12:50:44.468Z] #52 18.41 Download of images into '/build' complete.
12:50:44 [2024-04-23T12:50:44.468Z] #52 18.41 Use something like the following to load the result into a Docker daemon:
12:50:44 [2024-04-23T12:50:44.468Z] #52 18.41   tar -cC '/build' . | docker load
12:50:44 [2024-04-23T12:50:44.739Z] #52 ...
12:50:44 [2024-04-23T12:50:44.739Z] 
12:50:44 [2024-04-23T12:50:44.739Z] #59 [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
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35 NAME:
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35    go-winres - A tool for embedding resources in Windows executables
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35 
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35 USAGE:
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35    go-winres [global options] command [command options] [arguments...]
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35 
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35 COMMANDS:
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35    init     Create an initial ./winres/winres.json
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35    make     Make syso files for the "go build" command
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35    simply   Make syso files for the "go build" command (simplified)
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35    extract  Extract all resources from an executable
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35    patch    Replace resources in an executable file (exe, dll)
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35    help, h  Shows a list of commands or help for one command
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35 
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35 GLOBAL OPTIONS:
12:50:44 [2024-04-23T12:50:44.739Z] #59 17.35    --help, -h  show help (default: false)
12:50:48 [2024-04-23T12:50:48.004Z] #59 ...
12:50:48 [2024-04-23T12:50:48.004Z] 
12:50:48 [2024-04-23T12:50:48.004Z] #51 [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
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.12 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.15 go: downloading go.uber.org/atomic v1.7.0
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.15 go: downloading go.uber.org/multierr v1.6.0
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.17 go: downloading github.com/chavacava/garif v0.1.0
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.20 go: downloading github.com/olekukonko/tablewriter v0.0.5
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.27 go: downloading github.com/quasilyte/gogrep v0.5.0
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.28 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.35 go: downloading github.com/golang/protobuf v1.5.2
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.36 go: downloading github.com/prometheus/common v0.32.1
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.37 go: downloading github.com/beorn7/perks v1.0.1
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.48 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.50 go: downloading github.com/prometheus/procfs v0.7.3
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.54 go: downloading google.golang.org/protobuf v1.28.0
12:50:48 [2024-04-23T12:50:48.004Z] #51 10.76 go: downloading github.com/mattn/go-runewidth v0.0.9
12:50:48 [2024-04-23T12:50:48.004Z] #51 11.50 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
12:50:48 [2024-04-23T12:50:48.004Z] #51 ...
12:50:48 [2024-04-23T12:50:48.004Z] 
12:50:48 [2024-04-23T12:50:48.004Z] #67 [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             ;
12:50:48 [2024-04-23T12:50:48.004Z] #67 11.60 Unpacking automake (1:1.16.5-1.3) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 12.14 Selecting previously unselected package libdpkg-perl.
12:50:48 [2024-04-23T12:50:48.004Z] #67 12.14 Preparing to unpack .../06-libdpkg-perl_1.21.22_all.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 12.15 Unpacking libdpkg-perl (1.21.22) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 12.44 Selecting previously unselected package patch.
12:50:48 [2024-04-23T12:50:48.004Z] #67 12.44 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 12.45 Unpacking patch (2.7.6-7) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 12.61 Selecting previously unselected package dpkg-dev.
12:50:48 [2024-04-23T12:50:48.004Z] #67 12.61 Preparing to unpack .../08-dpkg-dev_1.21.22_all.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 12.61 Unpacking dpkg-dev (1.21.22) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 13.39 Selecting previously unselected package build-essential.
12:50:48 [2024-04-23T12:50:48.004Z] #67 13.41 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 13.44 Unpacking build-essential (12.9) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 13.56 Selecting previously unselected package libcap-dev:arm64.
12:50:48 [2024-04-23T12:50:48.004Z] #67 13.56 Preparing to unpack .../10-libcap-dev_1%3a2.66-4_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 13.61 Unpacking libcap-dev:arm64 (1:2.66-4) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.06 Selecting previously unselected package libprotobuf-c1:arm64.
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.07 Preparing to unpack .../11-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.11 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.36 Selecting previously unselected package libprotobuf-c-dev:arm64.
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.37 Preparing to unpack .../12-libprotobuf-c-dev_1.4.1-1+b1_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.40 Unpacking libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.64 Selecting previously unselected package libseccomp-dev:arm64.
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.65 Preparing to unpack .../13-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.66 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.90 Selecting previously unselected package libsystemd-dev:arm64.
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.90 Preparing to unpack .../14-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 14.92 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 16.02 Selecting previously unselected package libtool.
12:50:48 [2024-04-23T12:50:48.004Z] #67 16.03 Preparing to unpack .../15-libtool_2.4.7-5_all.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 16.04 Unpacking libtool (2.4.7-5) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 16.67 Selecting previously unselected package libudev-dev:arm64.
12:50:48 [2024-04-23T12:50:48.004Z] #67 16.68 Preparing to unpack .../16-libudev-dev_252.22-1~deb12u1_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 16.81 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 18.09 Selecting previously unselected package libyajl2:arm64.
12:50:48 [2024-04-23T12:50:48.004Z] #67 18.09 Preparing to unpack .../17-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 18.18 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 18.92 Selecting previously unselected package libyajl-dev:arm64.
12:50:48 [2024-04-23T12:50:48.004Z] #67 18.92 Preparing to unpack .../18-libyajl-dev_2.1.0-3+deb12u2_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 18.93 Unpacking libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 19.41 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 19.81 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
12:50:48 [2024-04-23T12:50:48.004Z] #67 20.25 Setting up m4 (1.4.19-3) ...
12:50:48 [2024-04-23T12:50:48.266Z] #67 20.73 Setting up bzip2 (1.0.8-5+b1) ...
12:50:48 [2024-04-23T12:50:48.266Z] #67 20.94 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
12:50:48 [2024-04-23T12:50:48.266Z] #67 ...
12:50:48 [2024-04-23T12:50:48.266Z] 
12:50:48 [2024-04-23T12:50:48.266Z] #58 [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
12:50:48 [2024-04-23T12:50:48.266Z] #58 10.63 Reading package lists...
12:50:48 [2024-04-23T12:50:48.266Z] #58 11.51 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config
12:50:48 [2024-04-23T12:50:48.266Z] #58 11.52 Reading package lists...
12:50:48 [2024-04-23T12:50:48.266Z] #58 12.47 Building dependency tree...
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.32 gcc is already the newest version (4:12.2.0-3).
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.32 pkg-config is already the newest version (1.8.1-1).
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.32 The following additional packages will be installed:
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.33   bzip2 libc-bin libc-dev-bin libc6 libdpkg-perl patch xz-utils
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.33 Suggested packages:
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.33   bzip2-doc debian-keyring glibc-doc libc-l10n locales libnss-nis
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.33   libnss-nisplus manpages-dev bzr seccomp ed diffutils-doc
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.33 Recommended packages:
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.33   build-essential fakeroot libalgorithm-merge-perl manpages manpages-dev
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.33   libc-devtools libfile-fcntllock-perl liblocale-gettext-perl
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.61 The following NEW packages will be installed:
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.61   bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.61 The following packages will be upgraded:
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.61   libc-bin libc-dev-bin libc6 libc6-dev
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.93 4 upgraded, 6 newly installed, 0 to remove and 1 not upgraded.
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.93 Need to get 7009 kB of archives.
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.93 After this operation, 6011 kB of additional disk space will be used.
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.93 Get:1 http://deb.debian.org/debian-security bookworm-security/main arm64 libc6-dev arm64 2.36-9+deb12u6 [1430 kB]
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.95 Get:2 http://deb.debian.org/debian-security bookworm-security/main arm64 libc-dev-bin arm64 2.36-9+deb12u6 [44.7 kB]
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.95 Get:3 http://deb.debian.org/debian-security bookworm-security/main arm64 libc6 arm64 2.36-9+deb12u6 [2321 kB]
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.99 Get:4 http://deb.debian.org/debian-security bookworm-security/main arm64 libc-bin arm64 2.36-9+deb12u6 [531 kB]
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.99 Get:5 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
12:50:48 [2024-04-23T12:50:48.266Z] #58 13.99 Get:6 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
12:50:48 [2024-04-23T12:50:48.266Z] #58 14.00 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
12:50:48 [2024-04-23T12:50:48.266Z] #58 14.00 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
12:50:48 [2024-04-23T12:50:48.266Z] #58 14.01 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
12:50:48 [2024-04-23T12:50:48.266Z] #58 14.03 Get:10 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
12:50:48 [2024-04-23T12:50:48.266Z] #58 14.33 debconf: delaying package configuration, since apt-utils is not installed
12:50:48 [2024-04-23T12:50:48.266Z] #58 14.42 Fetched 7009 kB in 0s (17.7 MB/s)
12:50:48 [2024-04-23T12:50:48.266Z] #58 14.60 (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.)
12:50:48 [2024-04-23T12:50:48.266Z] #58 14.64 Preparing to unpack .../libc6-dev_2.36-9+deb12u6_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.266Z] #58 14.67 Unpacking libc6-dev:arm64 (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:50:48 [2024-04-23T12:50:48.522Z] #58 ...
12:50:48 [2024-04-23T12:50:48.522Z] 
12:50:48 [2024-04-23T12:50:48.522Z] #62 [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
12:50:48 [2024-04-23T12:50:48.522Z] #62 10.18 Reading package lists...
12:50:48 [2024-04-23T12:50:48.522Z] #62 10.98 Building dependency tree...
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.60 gcc is already the newest version (4:12.2.0-3).
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.60 pkg-config is already the newest version (1.8.1-1).
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.60 The following additional packages will be installed:
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.60   libc-bin libc-dev-bin libc6
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.60 Suggested packages:
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.60   glibc-doc libc-l10n locales libnss-nis libnss-nisplus manpages-dev
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.60 Recommended packages:
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.60   manpages manpages-dev libc-devtools
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.63 The following packages will be upgraded:
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.64   libc-bin libc-dev-bin libc6 libc6-dev
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.96 4 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.96 Need to get 4326 kB of archives.
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.96 After this operation, 1024 B of additional disk space will be used.
12:50:48 [2024-04-23T12:50:48.522Z] #62 11.96 Get:1 http://deb.debian.org/debian-security bookworm-security/main arm64 libc6-dev arm64 2.36-9+deb12u6 [1430 kB]
12:50:48 [2024-04-23T12:50:48.522Z] #62 12.01 Get:2 http://deb.debian.org/debian-security bookworm-security/main arm64 libc-dev-bin arm64 2.36-9+deb12u6 [44.7 kB]
12:50:48 [2024-04-23T12:50:48.522Z] #62 12.01 Get:3 http://deb.debian.org/debian-security bookworm-security/main arm64 libc6 arm64 2.36-9+deb12u6 [2321 kB]
12:50:48 [2024-04-23T12:50:48.522Z] #62 12.01 Get:4 http://deb.debian.org/debian-security bookworm-security/main arm64 libc-bin arm64 2.36-9+deb12u6 [531 kB]
12:50:48 [2024-04-23T12:50:48.522Z] #62 12.27 debconf: delaying package configuration, since apt-utils is not installed
12:50:48 [2024-04-23T12:50:48.522Z] #62 12.39 Fetched 4326 kB in 0s (12.2 MB/s)
12:50:48 [2024-04-23T12:50:48.522Z] #62 12.61 (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.)
12:50:48 [2024-04-23T12:50:48.522Z] #62 12.62 Preparing to unpack .../libc6-dev_2.36-9+deb12u6_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.522Z] #62 12.65 Unpacking libc6-dev:arm64 (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:50:48 [2024-04-23T12:50:48.522Z] #62 ...
12:50:48 [2024-04-23T12:50:48.522Z] 
12:50:48 [2024-04-23T12:50:48.522Z] #69 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:50:48 [2024-04-23T12:50:48.777Z] #69 ...
12:50:48 [2024-04-23T12:50:48.777Z] 
12:50:48 [2024-04-23T12:50:48.777Z] #60 [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
12:50:48 [2024-04-23T12:50:48.777Z] #60 10.18 Reading package lists...
12:50:48 [2024-04-23T12:50:48.777Z] #60 11.09 Building dependency tree...
12:50:48 [2024-04-23T12:50:48.777Z] #60 12.38 The following additional packages will be installed:
12:50:48 [2024-04-23T12:50:48.777Z] #60 12.39   cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
12:50:48 [2024-04-23T12:50:48.777Z] #60 12.39 Suggested packages:
12:50:48 [2024-04-23T12:50:48.777Z] #60 12.39   cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip
12:50:48 [2024-04-23T12:50:48.777Z] #60 12.55 The following NEW packages will be installed:
12:50:48 [2024-04-23T12:50:48.777Z] #60 12.56   cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
12:50:48 [2024-04-23T12:50:48.777Z] #60 12.95 0 upgraded, 8 newly installed, 0 to remove and 5 not upgraded.
12:50:48 [2024-04-23T12:50:48.777Z] #60 12.95 Need to get 19.3 MB of archives.
12:50:48 [2024-04-23T12:50:48.777Z] #60 12.95 After this operation, 77.0 MB of additional disk space will be used.
12:50:48 [2024-04-23T12:50:48.777Z] #60 12.95 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.06 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB]
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.07 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.07 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.07 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.07 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libuv1 arm64 1.44.2-1+deb12u1 [130 kB]
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.07 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.09 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.52 debconf: delaying package configuration, since apt-utils is not installed
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.63 Fetched 19.3 MB in 1s (33.0 MB/s)
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.76 Selecting previously unselected package libicu72:arm64.
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.76 (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.)
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.80 Preparing to unpack .../0-libicu72_72.1-3_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 13.84 Unpacking libicu72:arm64 (72.1-3) ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 16.03 Selecting previously unselected package libxml2:arm64.
12:50:48 [2024-04-23T12:50:48.777Z] #60 16.03 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 16.26 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 17.12 Selecting previously unselected package libarchive13:arm64.
12:50:48 [2024-04-23T12:50:48.777Z] #60 17.12 Preparing to unpack .../2-libarchive13_3.6.2-1_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 17.69 Unpacking libarchive13:arm64 (3.6.2-1) ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 18.53 Selecting previously unselected package libjsoncpp25:arm64.
12:50:48 [2024-04-23T12:50:48.777Z] #60 18.53 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 18.55 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 19.10 Selecting previously unselected package librhash0:arm64.
12:50:48 [2024-04-23T12:50:48.777Z] #60 19.10 Preparing to unpack .../4-librhash0_1.4.3-3_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 19.14 Unpacking librhash0:arm64 (1.4.3-3) ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 20.16 Selecting previously unselected package libuv1:arm64.
12:50:48 [2024-04-23T12:50:48.777Z] #60 20.16 Preparing to unpack .../5-libuv1_1.44.2-1+deb12u1_arm64.deb ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 20.36 Unpacking libuv1:arm64 (1.44.2-1+deb12u1) ...
12:50:48 [2024-04-23T12:50:48.777Z] #60 ...
12:50:48 [2024-04-23T12:50:48.777Z] 
12:50:48 [2024-04-23T12:50:48.777Z] #67 [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             ;
12:50:48 [2024-04-23T12:50:48.777Z] #67 21.19 Setting up libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
12:50:49 [2024-04-23T12:50:49.032Z] #67 21.51 Setting up autotools-dev (20220109.1) ...
12:50:49 [2024-04-23T12:50:49.287Z] #67 21.99 Setting up xz-utils (5.4.1-0.2) ...
12:50:49 [2024-04-23T12:50:49.543Z] #67 ...
12:50:49 [2024-04-23T12:50:49.543Z] 
12:50:49 [2024-04-23T12:50:49.543Z] #70 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
12:50:49 [2024-04-23T12:50:49.543Z] #70 ...
12:50:49 [2024-04-23T12:50:49.543Z] 
12:50:49 [2024-04-23T12:50:49.543Z] #67 [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             ;
12:50:49 [2024-04-23T12:50:49.798Z] #67 22.34 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:50:49 [2024-04-23T12:50:49.798Z] #67 22.49 Setting up patch (2.7.6-7) ...
12:50:50 [2024-04-23T12:50:50.061Z] #67 22.72 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
12:50:50 [2024-04-23T12:50:50.318Z] #67 23.16 Setting up libdpkg-perl (1.21.22) ...
12:50:50 [2024-04-23T12:50:50.878Z] #67 23.47 Setting up autoconf (2.71-3) ...
12:50:51 [2024-04-23T12:50:51.137Z] #67 23.90 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
12:50:51 [2024-04-23T12:50:51.699Z] #67 24.29 Setting up libcap-dev:arm64 (1:2.66-4) ...
12:50:52 [2024-04-23T12:50:52.001Z] #67 24.58 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
12:50:52 [2024-04-23T12:50:52.001Z] #67 24.66 Setting up automake (1:1.16.5-1.3) ...
12:50:52 [2024-04-23T12:50:52.256Z] #67 24.71 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:50:52 [2024-04-23T12:50:52.257Z] #67 24.94 Setting up libtool (2.4.7-5) ...
12:50:52 [2024-04-23T12:50:52.512Z] #67 25.12 Setting up dpkg-dev (1.21.22) ...
12:50:52 [2024-04-23T12:50:52.512Z] #67 ...
12:50:52 [2024-04-23T12:50:52.512Z] 
12:50:52 [2024-04-23T12:50:52.512Z] #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
12:50:52 [2024-04-23T12:50:52.512Z] #55 15.10 tomll can be used in two ways:
12:50:52 [2024-04-23T12:50:52.512Z] #55 15.10 Writing to STDIN and reading from STDOUT:
12:50:52 [2024-04-23T12:50:52.512Z] #55 15.10   cat file.toml | tomll > file.toml
12:50:52 [2024-04-23T12:50:52.512Z] #55 15.10 
12:50:52 [2024-04-23T12:50:52.512Z] #55 15.10 Reading and updating a list of files:
12:50:52 [2024-04-23T12:50:52.512Z] #55 15.10   tomll a.toml b.toml c.toml
12:50:52 [2024-04-23T12:50:52.512Z] #55 15.10 
12:50:52 [2024-04-23T12:50:52.512Z] #55 15.10 When given a list of files, tomll will modify all files in place without asking.
12:50:52 [2024-04-23T12:50:52.512Z] #55 ...
12:50:52 [2024-04-23T12:50:52.512Z] 
12:50:52 [2024-04-23T12:50:52.512Z] #66 [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
12:50:52 [2024-04-23T12:50:52.512Z] #66 16.99 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 17.01 Unpacking libffi-dev:arm64 (3.4.4-1) ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 18.04 Selecting previously unselected package libgpg-error-dev.
12:50:52 [2024-04-23T12:50:52.512Z] #66 18.04 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 18.12 Unpacking libgpg-error-dev (1.46-1) ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 18.80 Selecting previously unselected package libgcrypt20-dev.
12:50:52 [2024-04-23T12:50:52.512Z] #66 18.80 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 18.89 Unpacking libgcrypt20-dev (1.10.1-3) ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 19.45 Selecting previously unselected package libglib2.0-data.
12:50:52 [2024-04-23T12:50:52.512Z] #66 19.46 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 19.61 Unpacking libglib2.0-data (2.74.6-2) ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 20.53 Selecting previously unselected package libglib2.0-bin.
12:50:52 [2024-04-23T12:50:52.512Z] #66 20.53 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 20.61 Unpacking libglib2.0-bin (2.74.6-2) ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 21.39 Selecting previously unselected package python3-lib2to3.
12:50:52 [2024-04-23T12:50:52.512Z] #66 21.39 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 21.54 Unpacking python3-lib2to3 (3.11.2-3) ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 22.29 Selecting previously unselected package python3-distutils.
12:50:52 [2024-04-23T12:50:52.512Z] #66 22.29 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 22.43 Unpacking python3-distutils (3.11.2-3) ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 23.00 Selecting previously unselected package libglib2.0-dev-bin.
12:50:52 [2024-04-23T12:50:52.512Z] #66 23.00 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 23.20 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 23.81 Selecting previously unselected package libsepol-dev:arm64.
12:50:52 [2024-04-23T12:50:52.512Z] #66 23.81 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 23.88 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 24.45 Selecting previously unselected package libpcre2-16-0:arm64.
12:50:52 [2024-04-23T12:50:52.512Z] #66 24.45 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 24.48 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
12:50:52 [2024-04-23T12:50:52.512Z] #66 25.10 Selecting previously unselected package libpcre2-32-0:arm64.
12:50:52 [2024-04-23T12:50:52.512Z] #66 25.10 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
12:50:52 [2024-04-23T12:50:52.767Z] #66 25.18 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
12:50:52 [2024-04-23T12:50:52.767Z] #66 ...
12:50:52 [2024-04-23T12:50:52.767Z] 
12:50:52 [2024-04-23T12:50:52.767Z] #67 [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             ;
12:50:52 [2024-04-23T12:50:52.767Z] #67 25.45 Setting up build-essential (12.9) ...
12:50:53 [2024-04-23T12:50:53.022Z] #67 25.77 Processing triggers for libc-bin (2.36-9+deb12u4) ...
12:50:54 [2024-04-23T12:50:54.386Z] #67 ...
12:50:54 [2024-04-23T12:50:54.386Z] 
12:50:54 [2024-04-23T12:50:54.386Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.8.0"      && /build/shfmt --version
12:50:54 [2024-04-23T12:50:54.386Z] #57 17.04 v3.8.0
12:50:54 [2024-04-23T12:50:54.641Z] #57 ...
12:50:54 [2024-04-23T12:50:54.641Z] 
12:50:54 [2024-04-23T12:50:54.641Z] #66 [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
12:50:54 [2024-04-23T12:50:54.641Z] #66 25.80 Selecting previously unselected package libpcre2-posix3:arm64.
12:50:54 [2024-04-23T12:50:54.641Z] #66 25.80 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
12:50:54 [2024-04-23T12:50:54.641Z] #66 25.86 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
12:50:54 [2024-04-23T12:50:54.641Z] #66 26.23 Selecting previously unselected package libpcre2-dev:arm64.
12:50:54 [2024-04-23T12:50:54.641Z] #66 26.23 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
12:50:54 [2024-04-23T12:50:54.641Z] #66 26.33 Unpacking libpcre2-dev:arm64 (10.42-1) ...
12:50:54 [2024-04-23T12:50:54.641Z] #66 26.78 Selecting previously unselected package libselinux1-dev:arm64.
12:50:54 [2024-04-23T12:50:54.641Z] #66 26.79 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
12:50:54 [2024-04-23T12:50:54.641Z] #66 26.80 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
12:50:54 [2024-04-23T12:50:54.641Z] #66 27.16 Selecting previously unselected package libmount-dev:arm64.
12:50:54 [2024-04-23T12:50:54.914Z] #66 27.17 Preparing to unpack .../25-libmount-dev_2.38.1-5+deb12u1_arm64.deb ...
12:50:54 [2024-04-23T12:50:54.914Z] #66 27.19 Unpacking libmount-dev:arm64 (2.38.1-5+deb12u1) ...
12:50:54 [2024-04-23T12:50:54.914Z] #66 27.50 Selecting previously unselected package zlib1g-dev:arm64.
12:50:55 [2024-04-23T12:50:55.169Z] #66 27.51 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
12:50:55 [2024-04-23T12:50:55.169Z] #66 27.53 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
12:50:55 [2024-04-23T12:50:55.768Z] #66 28.16 Selecting previously unselected package libglib2.0-dev:arm64.
12:50:55 [2024-04-23T12:50:55.768Z] #66 28.16 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
12:50:55 [2024-04-23T12:50:55.768Z] #66 28.18 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
12:50:56 [2024-04-23T12:50:56.328Z] #66 28.75 Selecting previously unselected package libsecret-1-dev:arm64.
12:50:56 [2024-04-23T12:50:56.328Z] #66 28.75 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_arm64.deb ...
12:50:56 [2024-04-23T12:50:56.328Z] #66 28.77 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
12:50:57 [2024-04-23T12:50:57.253Z] #66 ...
12:50:57 [2024-04-23T12:50:57.253Z] 
12:50:57 [2024-04-23T12:50:57.253Z] #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
12:50:57 [2024-04-23T12:50:57.253Z] #55 DONE 29.9s
12:50:57 [2024-04-23T12:50:57.253Z] 
12:50:57 [2024-04-23T12:50:57.253Z] #66 [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
12:50:57 [2024-04-23T12:50:57.253Z] #66 29.80 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
12:50:57 [2024-04-23T12:50:57.508Z] #66 29.94 No schema files found: doing nothing.
12:50:57 [2024-04-23T12:50:57.508Z] #66 ...
12:50:57 [2024-04-23T12:50:57.508Z] 
12:50:57 [2024-04-23T12:50:57.508Z] #52 [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
12:50:57 [2024-04-23T12:50:57.508Z] #52 DONE 33.3s
12:50:57 [2024-04-23T12:50:57.508Z] 
12:50:57 [2024-04-23T12:50:57.508Z] #54 [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
12:50:57 [2024-04-23T12:50:57.508Z] #54 23.06 gotestsum version dev
12:50:57 [2024-04-23T12:50:57.508Z] #54 DONE 30.2s
12:50:57 [2024-04-23T12:50:57.508Z] 
12:50:57 [2024-04-23T12:50:57.508Z] #50 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.15" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:50:57 [2024-04-23T12:50:57.508Z] #50 DONE 28.9s
12:50:57 [2024-04-23T12:50:57.508Z] 
12:50:57 [2024-04-23T12:50:57.508Z] #59 [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
12:50:57 [2024-04-23T12:50:57.508Z] #59 DONE 30.2s
12:50:57 [2024-04-23T12:50:57.508Z] 
12:50:57 [2024-04-23T12:50:57.508Z] #70 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
12:50:57 [2024-04-23T12:50:57.508Z] #70 DONE 18.1s
12:50:57 [2024-04-23T12:50:57.508Z] 
12:50:57 [2024-04-23T12:50:57.508Z] #66 [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
12:50:57 [2024-04-23T12:50:57.508Z] #66 29.95 Setting up libffi-dev:arm64 (3.4.4-1) ...
12:50:57 [2024-04-23T12:50:57.508Z] #66 29.98 Setting up libpcre2-16-0:arm64 (10.42-1) ...
12:50:57 [2024-04-23T12:50:57.508Z] #66 30.03 Setting up libbtrfs0:arm64 (6.2-1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #66 ...
12:50:57 [2024-04-23T12:50:57.764Z] 
12:50:57 [2024-04-23T12:50:57.764Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.8.0"      && /build/shfmt --version
12:50:57 [2024-04-23T12:50:57.764Z] #57 DONE 30.3s
12:50:57 [2024-04-23T12:50:57.764Z] 
12:50:57 [2024-04-23T12:50:57.764Z] #69 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:50:57 [2024-04-23T12:50:57.764Z] #69 DONE 19.0s
12:50:57 [2024-04-23T12:50:57.764Z] 
12:50:57 [2024-04-23T12:50:57.764Z] #67 [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             ;
12:50:57 [2024-04-23T12:50:57.764Z] #67 DONE 30.3s
12:50:57 [2024-04-23T12:50:57.764Z] 
12:50:57 [2024-04-23T12:50:57.764Z] #60 [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
12:50:57 [2024-04-23T12:50:57.764Z] #60 21.47 Selecting previously unselected package cmake-data.
12:50:57 [2024-04-23T12:50:57.764Z] #60 21.47 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 21.64 Unpacking cmake-data (3.25.1-1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 22.76 Selecting previously unselected package cmake.
12:50:57 [2024-04-23T12:50:57.764Z] #60 22.76 Preparing to unpack .../7-cmake_3.25.1-1_arm64.deb ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 22.82 Unpacking cmake (3.25.1-1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 24.09 Setting up libicu72:arm64 (72.1-3) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 24.27 Setting up libuv1:arm64 (1.44.2-1+deb12u1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 24.37 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 24.70 Setting up librhash0:arm64 (1.4.3-3) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 24.83 Setting up cmake-data (3.25.1-1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 25.02 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 25.30 Setting up libarchive13:arm64 (3.6.2-1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 25.56 Setting up cmake (3.25.1-1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 25.71 Processing triggers for libc-bin (2.36-9+deb12u4) ...
12:50:57 [2024-04-23T12:50:57.764Z] #60 DONE 29.9s
12:50:57 [2024-04-23T12:50:57.764Z] 
12:50:57 [2024-04-23T12:50:57.764Z] #66 [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
12:50:57 [2024-04-23T12:50:57.764Z] #66 30.08 Setting up libpcre2-32-0:arm64 (10.42-1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #66 30.11 Setting up libglib2.0-data (2.74.6-2) ...
12:50:57 [2024-04-23T12:50:57.764Z] #66 30.14 Setting up libgpg-error-dev (1.46-1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #66 30.19 Setting up uuid-dev:arm64 (2.38.1-5+deb12u1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #66 30.23 Setting up libsepol-dev:arm64 (3.4-2.1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #66 30.24 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
12:50:57 [2024-04-23T12:50:57.764Z] #66 30.26 Setting up libpcre2-posix3:arm64 (10.42-1) ...
12:50:58 [2024-04-23T12:50:58.019Z] #66 30.30 Setting up libbtrfs-dev:arm64 (6.2-1) ...
12:50:58 [2024-04-23T12:50:58.019Z] #66 30.35 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
12:50:58 [2024-04-23T12:50:58.019Z] #66 30.45 Setting up python3-lib2to3 (3.11.2-3) ...
12:50:58 [2024-04-23T12:50:58.275Z] #66 30.68 Setting up libelf1:arm64 (0.188-2.1) ...
12:50:58 [2024-04-23T12:50:58.275Z] #66 30.74 Setting up libsecret-common (0.20.5-3) ...
12:50:58 [2024-04-23T12:50:58.275Z] #66 30.77 Setting up python3-distutils (3.11.2-3) ...
12:50:59 [2024-04-23T12:50:59.090Z] #66 31.49 Setting up libglib2.0-dev-bin (2.74.6-2) ...
12:50:59 [2024-04-23T12:50:59.345Z] #66 31.84 Setting up libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
12:50:59 [2024-04-23T12:50:59.345Z] #66 31.85 Setting up libpcre2-dev:arm64 (10.42-1) ...
12:50:59 [2024-04-23T12:50:59.345Z] #66 31.87 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
12:50:59 [2024-04-23T12:50:59.345Z] #66 31.90 Setting up libglib2.0-bin (2.74.6-2) ...
12:50:59 [2024-04-23T12:50:59.345Z] #66 31.93 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
12:50:59 [2024-04-23T12:50:59.345Z] #66 31.94 Setting up libgcrypt20-dev (1.10.1-3) ...
12:50:59 [2024-04-23T12:50:59.345Z] #66 31.96 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
12:50:59 [2024-04-23T12:50:59.345Z] #66 31.99 Setting up libmount-dev:arm64 (2.38.1-5+deb12u1) ...
12:50:59 [2024-04-23T12:50:59.604Z] #66 32.00 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
12:50:59 [2024-04-23T12:50:59.604Z] #66 32.02 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
12:50:59 [2024-04-23T12:50:59.604Z] #66 ...
12:50:59 [2024-04-23T12:50:59.604Z] 
12:50:59 [2024-04-23T12:50:59.604Z] #71 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
12:50:59 [2024-04-23T12:50:59.604Z] #71 DONE 1.3s
12:50:59 [2024-04-23T12:50:59.604Z] 
12:50:59 [2024-04-23T12:50:59.604Z] #66 [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
12:50:59 [2024-04-23T12:50:59.604Z] #66 32.16 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
12:50:59 [2024-04-23T12:50:59.604Z] #66 32.20 Processing triggers for libc-bin (2.36-9+deb12u4) ...
12:51:00 [2024-04-23T12:51:00.164Z] #66 DONE 32.7s
12:51:00 [2024-04-23T12:51:00.164Z] 
12:51:00 [2024-04-23T12:51:00.164Z] #58 [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
12:51:00 [2024-04-23T12:51:00.164Z] #58 32.36 Preparing to unpack .../libc-dev-bin_2.36-9+deb12u6_arm64.deb ...
12:51:00 [2024-04-23T12:51:00.164Z] #58 32.38 Unpacking libc-dev-bin (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:51:00 [2024-04-23T12:51:00.419Z] #58 32.66 Preparing to unpack .../libc6_2.36-9+deb12u6_arm64.deb ...
12:51:00 [2024-04-23T12:51:00.419Z] #58 32.81 debconf: unable to initialize frontend: Dialog
12:51:00 [2024-04-23T12:51:00.419Z] #58 32.81 debconf: (TERM is not set, so the dialog frontend is not usable.)
12:51:00 [2024-04-23T12:51:00.419Z] #58 32.82 debconf: falling back to frontend: Readline
12:51:00 [2024-04-23T12:51:00.419Z] #58 32.83 debconf: unable to initialize frontend: Readline
12:51:00 [2024-04-23T12:51:00.419Z] #58 32.83 debconf: (This frontend requires a controlling tty.)
12:51:00 [2024-04-23T12:51:00.419Z] #58 32.83 debconf: falling back to frontend: Teletype
12:51:00 [2024-04-23T12:51:00.674Z] #58 32.93 Unpacking libc6:arm64 (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:51:07 [2024-04-23T12:51:07.206Z] #58 ...
12:51:07 [2024-04-23T12:51:07.206Z] 
12:51:07 [2024-04-23T12:51:07.206Z] #72 [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
12:51:07 [2024-04-23T12:51:07.206Z] #72 1.676 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:51:07 [2024-04-23T12:51:07.206Z] #72 1.676 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:51:07 [2024-04-23T12:51:07.206Z] #72 1.677 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:51:07 [2024-04-23T12:51:07.206Z] #72 2.144 Reading package lists...
12:51:07 [2024-04-23T12:51:07.206Z] #72 2.890 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
12:51:07 [2024-04-23T12:51:07.206Z] #72 2.896 Reading package lists...
12:51:07 [2024-04-23T12:51:07.206Z] #72 3.616 Building dependency tree...
12:51:07 [2024-04-23T12:51:07.206Z] #72 3.839 Reading state information...
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.131 gcc is already the newest version (4:12.2.0-3).
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.131 pkg-config is already the newest version (1.8.1-1).
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.131 The following additional packages will be installed:
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.133   libc-bin libc-dev-bin libc6
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.135 Suggested packages:
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.135   glibc-doc libc-l10n locales libnss-nis libnss-nisplus manpages-dev
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.135 Recommended packages:
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.136   manpages manpages-dev libc-devtools
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.166 The following packages will be upgraded:
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.167   libc-bin libc-dev-bin libc6 libc6-dev
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.447 4 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.447 Need to get 4326 kB of archives.
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.447 After this operation, 1024 B of additional disk space will be used.
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.447 Get:1 http://deb.debian.org/debian-security bookworm-security/main arm64 libc6-dev arm64 2.36-9+deb12u6 [1430 kB]
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.459 Get:2 http://deb.debian.org/debian-security bookworm-security/main arm64 libc-dev-bin arm64 2.36-9+deb12u6 [44.7 kB]
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.461 Get:3 http://deb.debian.org/debian-security bookworm-security/main arm64 libc6 arm64 2.36-9+deb12u6 [2321 kB]
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.537 Get:4 http://deb.debian.org/debian-security bookworm-security/main arm64 libc-bin arm64 2.36-9+deb12u6 [531 kB]
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.823 debconf: delaying package configuration, since apt-utils is not installed
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.864 Fetched 4326 kB in 0s (11.5 MB/s)
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.911 (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 ... 18947 files and directories currently installed.)
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.926 Preparing to unpack .../libc6-dev_2.36-9+deb12u6_arm64.deb ...
12:51:07 [2024-04-23T12:51:07.206Z] #72 4.950 Unpacking libc6-dev:arm64 (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:51:07 [2024-04-23T12:51:07.206Z] #72 8.517 Preparing to unpack .../libc-dev-bin_2.36-9+deb12u6_arm64.deb ...
12:51:07 [2024-04-23T12:51:07.206Z] #72 8.543 Unpacking libc-dev-bin (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:51:07 [2024-04-23T12:51:07.206Z] #72 8.806 Preparing to unpack .../libc6_2.36-9+deb12u6_arm64.deb ...
12:51:07 [2024-04-23T12:51:07.206Z] #72 8.972 debconf: unable to initialize frontend: Dialog
12:51:07 [2024-04-23T12:51:07.206Z] #72 8.973 debconf: (TERM is not set, so the dialog frontend is not usable.)
12:51:07 [2024-04-23T12:51:07.206Z] #72 8.973 debconf: falling back to frontend: Readline
12:51:07 [2024-04-23T12:51:07.206Z] #72 9.017 debconf: unable to initialize frontend: Readline
12:51:07 [2024-04-23T12:51:07.206Z] #72 9.018 debconf: (This frontend requires a controlling tty.)
12:51:07 [2024-04-23T12:51:07.206Z] #72 9.019 debconf: falling back to frontend: Teletype
12:51:07 [2024-04-23T12:51:07.206Z] #72 9.297 Unpacking libc6:arm64 (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:51:07 [2024-04-23T12:51:07.766Z] #72 ...
12:51:07 [2024-04-23T12:51:07.766Z] 
12:51:07 [2024-04-23T12:51:07.766Z] #73 [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
12:51:07 [2024-04-23T12:51:07.766Z] #73 0.748 Cloning into '/tmp/crun-build'...
12:51:07 [2024-04-23T12:51:07.766Z] #73 2.039 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
12:51:07 [2024-04-23T12:51:07.766Z] #73 2.046 Cloning into '/tmp/crun-build/libocispec'...
12:51:07 [2024-04-23T12:51:07.766Z] #73 2.408 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
12:51:07 [2024-04-23T12:51:07.766Z] #73 2.410 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
12:51:07 [2024-04-23T12:51:07.766Z] #73 2.411 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
12:51:07 [2024-04-23T12:51:07.766Z] #73 2.411 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
12:51:07 [2024-04-23T12:51:07.766Z] #73 2.415 Cloning into '/tmp/crun-build/libocispec/image-spec'...
12:51:07 [2024-04-23T12:51:07.766Z] #73 2.914 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
12:51:07 [2024-04-23T12:51:07.766Z] #73 3.401 Cloning into '/tmp/crun-build/libocispec/yajl'...
12:51:07 [2024-04-23T12:51:07.766Z] #73 3.803 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
12:51:07 [2024-04-23T12:51:07.766Z] #73 3.830 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
12:51:07 [2024-04-23T12:51:07.766Z] #73 3.847 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
12:51:07 [2024-04-23T12:51:07.766Z] #73 9.075 aclocal: warning: couldn't open directory 'm4': No such file or directory
12:51:08 [2024-04-23T12:51:08.347Z] #73 ...
12:51:08 [2024-04-23T12:51:08.347Z] 
12:51:08 [2024-04-23T12:51:08.347Z] #62 [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
12:51:08 [2024-04-23T12:51:08.347Z] #62 30.64 Preparing to unpack .../libc-dev-bin_2.36-9+deb12u6_arm64.deb ...
12:51:08 [2024-04-23T12:51:08.347Z] #62 30.66 Unpacking libc-dev-bin (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:51:08 [2024-04-23T12:51:08.347Z] #62 30.87 Preparing to unpack .../libc6_2.36-9+deb12u6_arm64.deb ...
12:51:08 [2024-04-23T12:51:08.347Z] #62 31.05 debconf: unable to initialize frontend: Dialog
12:51:08 [2024-04-23T12:51:08.347Z] #62 31.05 debconf: (TERM is not set, so the dialog frontend is not usable.)
12:51:08 [2024-04-23T12:51:08.347Z] #62 31.05 debconf: falling back to frontend: Readline
12:51:08 [2024-04-23T12:51:08.347Z] #62 31.08 debconf: unable to initialize frontend: Readline
12:51:08 [2024-04-23T12:51:08.347Z] #62 31.17 debconf: (This frontend requires a controlling tty.)
12:51:08 [2024-04-23T12:51:08.347Z] #62 31.17 debconf: falling back to frontend: Teletype
12:51:08 [2024-04-23T12:51:08.347Z] #62 31.58 Unpacking libc6:arm64 (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:51:08 [2024-04-23T12:51:08.347Z] #62 40.70 Setting up libc6:arm64 (2.36-9+deb12u6) ...
12:51:08 [2024-04-23T12:51:08.347Z] #62 ...
12:51:08 [2024-04-23T12:51:08.347Z] 
12:51:08 [2024-04-23T12:51:08.347Z] #74 [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...)
12:51:08 [2024-04-23T12:51:08.347Z] #74 ...
12:51:08 [2024-04-23T12:51:08.347Z] 
12:51:08 [2024-04-23T12:51:08.347Z] #75 [delve-supported 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
12:51:08 [2024-04-23T12:51:08.602Z] #75 ...
12:51:08 [2024-04-23T12:51:08.602Z] 
12:51:08 [2024-04-23T12:51:08.602Z] #62 [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
12:51:08 [2024-04-23T12:51:08.602Z] #62 40.88 debconf: unable to initialize frontend: Dialog
12:51:08 [2024-04-23T12:51:08.602Z] #62 40.88 debconf: (TERM is not set, so the dialog frontend is not usable.)
12:51:08 [2024-04-23T12:51:08.602Z] #62 40.88 debconf: falling back to frontend: Readline
12:51:08 [2024-04-23T12:51:08.602Z] #62 40.90 debconf: unable to initialize frontend: Readline
12:51:08 [2024-04-23T12:51:08.602Z] #62 40.90 debconf: (This frontend requires a controlling tty.)
12:51:08 [2024-04-23T12:51:08.602Z] #62 40.90 debconf: falling back to frontend: Teletype
12:51:09 [2024-04-23T12:51:09.967Z] #62 42.31 (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.)
12:51:09 [2024-04-23T12:51:09.967Z] #62 42.35 Preparing to unpack .../libc-bin_2.36-9+deb12u6_arm64.deb ...
12:51:09 [2024-04-23T12:51:09.967Z] #62 42.38 Unpacking libc-bin (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:51:10 [2024-04-23T12:51:10.223Z] #62 ...
12:51:10 [2024-04-23T12:51:10.223Z] 
12:51:10 [2024-04-23T12:51:10.223Z] #76 [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...)
12:51:10 [2024-04-23T12:51:10.223Z] #76 2.870 + bin/ctr
12:51:10 [2024-04-23T12:51:10.223Z] #76 2.870 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.15 -X github.com/containerd/containerd/version.Revision=926c9586fe4a6236699318391cd44976a98e31f1 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/ctr
12:51:10 [2024-04-23T12:51:10.783Z] #76 ...
12:51:10 [2024-04-23T12:51:10.783Z] 
12:51:10 [2024-04-23T12:51:10.783Z] #58 [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
12:51:10 [2024-04-23T12:51:10.783Z] #58 43.21 Setting up libc6:arm64 (2.36-9+deb12u6) ...
12:51:11 [2024-04-23T12:51:11.038Z] #58 43.52 debconf: unable to initialize frontend: Dialog
12:51:11 [2024-04-23T12:51:11.038Z] #58 43.52 debconf: (TERM is not set, so the dialog frontend is not usable.)
12:51:11 [2024-04-23T12:51:11.038Z] #58 43.52 debconf: falling back to frontend: Readline
12:51:11 [2024-04-23T12:51:11.293Z] #58 43.53 debconf: unable to initialize frontend: Readline
12:51:11 [2024-04-23T12:51:11.294Z] #58 43.54 debconf: (This frontend requires a controlling tty.)
12:51:11 [2024-04-23T12:51:11.294Z] #58 43.54 debconf: falling back to frontend: Teletype
12:51:13 [2024-04-23T12:51:13.613Z] #58 45.68 (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.)
12:51:13 [2024-04-23T12:51:13.613Z] #58 45.69 Preparing to unpack .../libc-bin_2.36-9+deb12u6_arm64.deb ...
12:51:13 [2024-04-23T12:51:13.613Z] #58 45.88 Unpacking libc-bin (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:51:17 [2024-04-23T12:51:17.129Z] #58 48.84 Setting up libc-bin (2.36-9+deb12u6) ...
12:51:17 [2024-04-23T12:51:17.689Z] #58 50.19 Selecting previously unselected package bzip2.
12:51:18 [2024-04-23T12:51:18.036Z] #58 50.19 (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.)
12:51:18 [2024-04-23T12:51:18.036Z] #58 50.21 Preparing to unpack .../0-bzip2_1.0.8-5+b1_arm64.deb ...
12:51:18 [2024-04-23T12:51:18.036Z] #58 50.41 Unpacking bzip2 (1.0.8-5+b1) ...
12:51:18 [2024-04-23T12:51:18.655Z] #58 50.98 Selecting previously unselected package xz-utils.
12:51:18 [2024-04-23T12:51:18.911Z] #58 50.98 Preparing to unpack .../1-xz-utils_5.4.1-0.2_arm64.deb ...
12:51:18 [2024-04-23T12:51:18.911Z] #58 51.00 Unpacking xz-utils (5.4.1-0.2) ...
12:51:19 [2024-04-23T12:51:19.307Z] #58 51.44 Selecting previously unselected package libdpkg-perl.
12:51:19 [2024-04-23T12:51:19.307Z] #58 51.44 Preparing to unpack .../2-libdpkg-perl_1.21.22_all.deb ...
12:51:19 [2024-04-23T12:51:19.307Z] #58 51.45 Unpacking libdpkg-perl (1.21.22) ...
12:51:19 [2024-04-23T12:51:19.307Z] #58 ...
12:51:19 [2024-04-23T12:51:19.307Z] 
12:51:19 [2024-04-23T12:51:19.307Z] #63 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
12:51:19 [2024-04-23T12:51:19.307Z] #63 51.60 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
12:51:19 [2024-04-23T12:51:19.307Z] #63 51.82 Docker version unknown-version, build unknown-commit
12:51:21 [2024-04-23T12:51:21.192Z] #63 ...
12:51:21 [2024-04-23T12:51:21.192Z] 
12:51:21 [2024-04-23T12:51:21.192Z] #73 [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
12:51:21 [2024-04-23T12:51:21.192Z] #73 13.30 libtoolize: putting auxiliary files in '.'.
12:51:21 [2024-04-23T12:51:21.192Z] #73 13.30 libtoolize: copying file './ltmain.sh'
12:51:21 [2024-04-23T12:51:21.192Z] #73 13.98 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
12:51:21 [2024-04-23T12:51:21.192Z] #73 13.99 libtoolize: and rerunning libtoolize and aclocal.
12:51:21 [2024-04-23T12:51:21.192Z] #73 13.99 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.00 configure.ac:7: installing './compile'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.00 configure.ac:11: installing './config.guess'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.00 configure.ac:11: installing './config.sub'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.01 configure.ac:8: installing './install-sh'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.02 configure.ac:8: installing './missing'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.07 Makefile.am: installing './depcomp'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.41 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.41 libtoolize: copying file 'build-aux/ltmain.sh'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.51 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.51 libtoolize: copying file 'm4/libtool.m4'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.58 libtoolize: copying file 'm4/ltoptions.m4'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.62 libtoolize: copying file 'm4/ltsugar.m4'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.67 libtoolize: copying file 'm4/ltversion.m4'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.69 libtoolize: copying file 'm4/lt~obsolete.m4'
12:51:21 [2024-04-23T12:51:21.192Z] #73 17.78 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
12:51:21 [2024-04-23T12:51:21.192Z] #73 20.60 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
12:51:21 [2024-04-23T12:51:21.192Z] #73 20.60 configure.ac:3: You should run autoupdate.
12:51:21 [2024-04-23T12:51:21.192Z] #73 20.60 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
12:51:21 [2024-04-23T12:51:21.192Z] #73 20.60 configure.ac:3: the top level
12:51:21 [2024-04-23T12:51:21.192Z] #73 22.64 configure.ac:7: installing 'build-aux/compile'
12:51:21 [2024-04-23T12:51:21.192Z] #73 22.64 configure.ac:9: installing 'build-aux/config.guess'
12:51:21 [2024-04-23T12:51:21.192Z] #73 22.64 configure.ac:9: installing 'build-aux/config.sub'
12:51:21 [2024-04-23T12:51:21.192Z] #73 22.64 configure.ac:11: installing 'build-aux/install-sh'
12:51:21 [2024-04-23T12:51:21.192Z] #73 22.64 configure.ac:11: installing 'build-aux/missing'
12:51:21 [2024-04-23T12:51:21.192Z] #73 22.69 Makefile.am: installing 'build-aux/depcomp'
12:51:21 [2024-04-23T12:51:21.192Z] #73 22.72 parallel-tests: installing 'build-aux/test-driver'
12:51:21 [2024-04-23T12:51:21.192Z] #73 ...
12:51:21 [2024-04-23T12:51:21.192Z] 
12:51:21 [2024-04-23T12:51:21.192Z] #58 [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
12:51:21 [2024-04-23T12:51:21.192Z] #58 52.06 Selecting previously unselected package patch.
12:51:21 [2024-04-23T12:51:21.192Z] #58 52.06 Preparing to unpack .../3-patch_2.7.6-7_arm64.deb ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 52.08 Unpacking patch (2.7.6-7) ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 52.20 Selecting previously unselected package dpkg-dev.
12:51:21 [2024-04-23T12:51:21.192Z] #58 52.20 Preparing to unpack .../4-dpkg-dev_1.21.22_all.deb ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 52.22 Unpacking dpkg-dev (1.21.22) ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 52.91 Selecting previously unselected package libseccomp-dev:arm64.
12:51:21 [2024-04-23T12:51:21.192Z] #58 52.92 Preparing to unpack .../5-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 52.93 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 53.14 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 53.40 Setting up bzip2 (1.0.8-5+b1) ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 53.48 Setting up xz-utils (5.4.1-0.2) ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 ...
12:51:21 [2024-04-23T12:51:21.192Z] 
12:51:21 [2024-04-23T12:51:21.192Z] #62 [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
12:51:21 [2024-04-23T12:51:21.192Z] #62 43.98 Setting up libc-bin (2.36-9+deb12u6) ...
12:51:21 [2024-04-23T12:51:21.192Z] #62 44.42 Setting up libc-dev-bin (2.36-9+deb12u6) ...
12:51:21 [2024-04-23T12:51:21.192Z] #62 44.44 Setting up libc6-dev:arm64 (2.36-9+deb12u6) ...
12:51:21 [2024-04-23T12:51:21.192Z] #62 DONE 53.7s
12:51:21 [2024-04-23T12:51:21.192Z] 
12:51:21 [2024-04-23T12:51:21.192Z] #51 [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
12:51:21 [2024-04-23T12:51:21.192Z] #51 45.11 golangci-lint has version v1.55.2 built with go1.21.9 from (unknown, mod sum: "h1:yllEIsSJ7MtlDBwDJ9IMBkyEUz2fYE0b5B8IUgO1oP8=") on (unknown)
12:51:21 [2024-04-23T12:51:21.192Z] #51 DONE 53.9s
12:51:21 [2024-04-23T12:51:21.192Z] 
12:51:21 [2024-04-23T12:51:21.192Z] #63 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
12:51:21 [2024-04-23T12:51:21.192Z] #63 DONE 53.7s
12:51:21 [2024-04-23T12:51:21.192Z] 
12:51:21 [2024-04-23T12:51:21.192Z] #58 [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
12:51:21 [2024-04-23T12:51:21.192Z] #58 53.50 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:51:21 [2024-04-23T12:51:21.192Z] #58 53.51 Setting up patch (2.7.6-7) ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 53.55 Setting up libdpkg-perl (1.21.22) ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 53.56 Setting up libc-dev-bin (2.36-9+deb12u6) ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 53.58 Setting up dpkg-dev (1.21.22) ...
12:51:21 [2024-04-23T12:51:21.192Z] #58 53.67 Setting up libc6-dev:arm64 (2.36-9+deb12u6) ...
12:51:21 [2024-04-23T12:51:21.755Z] #58 DONE 54.0s
12:51:21 [2024-04-23T12:51:21.755Z] 
12:51:21 [2024-04-23T12:51:21.755Z] #77 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
12:51:22 [2024-04-23T12:51:22.681Z] #77 0.890 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 .
12:51:26 [2024-04-23T12:51:26.848Z] #77 ...
12:51:26 [2024-04-23T12:51:26.848Z] 
12:51:26 [2024-04-23T12:51:26.848Z] #72 [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
12:51:26 [2024-04-23T12:51:26.848Z] #72 24.61 Setting up libc6:arm64 (2.36-9+deb12u6) ...
12:51:26 [2024-04-23T12:51:26.848Z] #72 24.80 debconf: unable to initialize frontend: Dialog
12:51:26 [2024-04-23T12:51:26.848Z] #72 24.80 debconf: (TERM is not set, so the dialog frontend is not usable.)
12:51:26 [2024-04-23T12:51:26.848Z] #72 24.80 debconf: falling back to frontend: Readline
12:51:26 [2024-04-23T12:51:26.848Z] #72 24.82 debconf: unable to initialize frontend: Readline
12:51:26 [2024-04-23T12:51:26.848Z] #72 24.82 debconf: (This frontend requires a controlling tty.)
12:51:26 [2024-04-23T12:51:26.848Z] #72 24.82 debconf: falling back to frontend: Teletype
12:51:26 [2024-04-23T12:51:26.848Z] #72 26.16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18947 files and directories currently installed.)
12:51:26 [2024-04-23T12:51:26.848Z] #72 26.19 Preparing to unpack .../libc-bin_2.36-9+deb12u6_arm64.deb ...
12:51:26 [2024-04-23T12:51:26.848Z] #72 26.22 Unpacking libc-bin (2.36-9+deb12u6) over (2.36-9+deb12u4) ...
12:51:26 [2024-04-23T12:51:26.848Z] #72 26.65 Setting up libc-bin (2.36-9+deb12u6) ...
12:51:26 [2024-04-23T12:51:26.848Z] #72 26.76 Setting up libc-dev-bin (2.36-9+deb12u6) ...
12:51:26 [2024-04-23T12:51:26.848Z] #72 26.78 Setting up libc6-dev:arm64 (2.36-9+deb12u6) ...
12:51:28 [2024-04-23T12:51:28.746Z] #72 DONE 30.7s
12:51:28 [2024-04-23T12:51:28.746Z] 
12:51:28 [2024-04-23T12:51:28.746Z] #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 v26.1.0 https://github.com/docker/cli.git /build      && /build/docker --version
12:51:28 [2024-04-23T12:51:28.746Z] #56 57.21 Docker version 26.1.0, build 9714adc
12:51:28 [2024-04-23T12:51:28.746Z] #56 DONE 60.8s
12:51:28 [2024-04-23T12:51:28.746Z] 
12:51:28 [2024-04-23T12:51:28.746Z] #78 [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...)
12:51:29 [2024-04-23T12:51:29.001Z] #78 0.685 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:51:29 [2024-04-23T12:51:29.002Z] #78 0.685   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:51:29 [2024-04-23T12:51:29.002Z] #78 0.685   CMake.
12:51:29 [2024-04-23T12:51:29.002Z] #78 0.685 
12:51:29 [2024-04-23T12:51:29.002Z] #78 0.685   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:51:29 [2024-04-23T12:51:29.002Z] #78 0.685   CMake that the project does not need compatibility with older versions.
12:51:29 [2024-04-23T12:51:29.002Z] #78 0.685 
12:51:29 [2024-04-23T12:51:29.002Z] #78 0.685 
12:51:29 [2024-04-23T12:51:29.256Z] #78 0.907 -- The C compiler identification is GNU 12.2.0
12:51:29 [2024-04-23T12:51:29.256Z] #78 0.920 -- Detecting C compiler ABI info
12:51:29 [2024-04-23T12:51:29.511Z] #78 1.153 -- Detecting C compiler ABI info - done
12:51:29 [2024-04-23T12:51:29.511Z] #78 1.179 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
12:51:29 [2024-04-23T12:51:29.511Z] #78 1.180 -- Detecting C compile features
12:51:29 [2024-04-23T12:51:29.511Z] #78 1.180 -- Detecting C compile features - done
12:51:29 [2024-04-23T12:51:29.511Z] #78 1.192 -- Performing Test HAS_BUILTIN_FORTIFY
12:51:29 [2024-04-23T12:51:29.511Z] #78 1.257 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:51:29 [2024-04-23T12:51:29.766Z] #78 1.282 -- Configuring done
12:51:29 [2024-04-23T12:51:29.766Z] #78 1.287 -- Generating done
12:51:29 [2024-04-23T12:51:29.766Z] #78 1.291 -- Build files have been written to: /go/src/github.com/krallin/tini
12:51:29 [2024-04-23T12:51:29.766Z] #78 1.402 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:51:30 [2024-04-23T12:51:30.326Z] #78 1.899 [100%] Linking C executable tini-static
12:51:30 [2024-04-23T12:51:30.583Z] #78 2.070 [100%] Built target tini-static
12:51:30 [2024-04-23T12:51:30.838Z] #78 DONE 2.4s
12:51:30 [2024-04-23T12:51:30.838Z] 
12:51:30 [2024-04-23T12:51:30.838Z] #73 [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
12:51:30 [2024-04-23T12:51:30.838Z] #73 23.53 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
12:51:30 [2024-04-23T12:51:30.838Z] #73 23.53 libtoolize: copying file 'build-aux/ltmain.sh'
12:51:30 [2024-04-23T12:51:30.838Z] #73 23.98 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
12:51:30 [2024-04-23T12:51:30.838Z] #73 23.98 libtoolize: copying file 'm4/libtool.m4'
12:51:30 [2024-04-23T12:51:30.838Z] #73 24.16 libtoolize: copying file 'm4/ltoptions.m4'
12:51:30 [2024-04-23T12:51:30.838Z] #73 24.36 libtoolize: copying file 'm4/ltsugar.m4'
12:51:30 [2024-04-23T12:51:30.838Z] #73 24.50 libtoolize: copying file 'm4/ltversion.m4'
12:51:30 [2024-04-23T12:51:30.838Z] #73 24.60 libtoolize: copying file 'm4/lt~obsolete.m4'
12:51:30 [2024-04-23T12:51:30.838Z] #73 29.28 configure.ac:11: installing 'build-aux/compile'
12:51:30 [2024-04-23T12:51:30.838Z] #73 29.29 configure.ac:11: installing 'build-aux/config.guess'
12:51:30 [2024-04-23T12:51:30.838Z] #73 29.29 configure.ac:11: installing 'build-aux/config.sub'
12:51:30 [2024-04-23T12:51:30.838Z] #73 29.30 configure.ac:13: installing 'build-aux/install-sh'
12:51:30 [2024-04-23T12:51:30.838Z] #73 29.31 configure.ac:13: installing 'build-aux/missing'
12:51:30 [2024-04-23T12:51:30.838Z] #73 29.31 configure.ac:8: installing 'build-aux/tap-driver.sh'
12:51:30 [2024-04-23T12:51:30.838Z] #73 29.38 Makefile.am: installing 'build-aux/depcomp'
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.15 checking build system type... aarch64-unknown-linux-gnu
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.31 checking host system type... aarch64-unknown-linux-gnu
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.31 checking how to print strings... printf
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.32 checking for gcc... gcc
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.38 checking whether the C compiler works... yes
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.49 checking for C compiler default output file name... a.out
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.49 checking for suffix of executables... 
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.57 checking whether we are cross compiling... no
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.68 checking for suffix of object files... o
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.73 checking whether the compiler supports GNU C... yes
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.85 checking whether gcc accepts -g... yes
12:51:30 [2024-04-23T12:51:30.838Z] #73 30.93 checking for gcc option to enable C11 features... none needed
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.00 checking whether gcc understands -c and -o together... yes
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.05 checking for a sed that does not truncate output... /usr/bin/sed
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.06 checking for grep that handles long lines and -e... /usr/bin/grep
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.06 checking for egrep... /usr/bin/grep -E
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.06 checking for fgrep... /usr/bin/grep -F
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.06 checking for ld used by gcc... /usr/bin/ld
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.08 checking if the linker (/usr/bin/ld) is GNU ld... yes
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.09 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.09 checking the name lister (/usr/bin/nm -B) interface... BSD nm
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.14 checking whether ln -s works... yes
12:51:30 [2024-04-23T12:51:30.838Z] #73 31.14 checking the maximum length of command line arguments... 1572864
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.17 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.17 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.17 checking for /usr/bin/ld option to reload object files... -r
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.17 checking for file... file
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.17 checking for objdump... objdump
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.17 checking how to recognize dependent libraries... pass_all
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.17 checking for dlltool... no
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.17 checking how to associate runtime and link libraries... printf %s\n
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.17 checking for ar... ar
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.17 checking for archiver @FILE support... @
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.26 checking for strip... strip
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.26 checking for ranlib... ranlib
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.26 checking for gawk... no
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.26 checking for mawk... mawk
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.26 checking command to parse /usr/bin/nm -B output from gcc object... ok
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.50 checking for sysroot... no
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.50 checking for a working dd... /usr/bin/dd
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.52 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.56 checking for mt... no
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.56 checking if : is a manifest tool... no
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.59 checking for stdio.h... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.67 checking for stdlib.h... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.77 checking for string.h... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.87 checking for inttypes.h... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 31.96 checking for stdint.h... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.01 checking for strings.h... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.07 checking for sys/stat.h... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.13 checking for sys/types.h... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.19 checking for unistd.h... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.26 checking for dlfcn.h... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.34 checking for objdir... .libs
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.50 checking if gcc supports -fno-rtti -fno-exceptions... no
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.58 checking for gcc option to produce PIC... -fPIC -DPIC
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.58 checking if gcc PIC flag -fPIC -DPIC works... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.63 checking if gcc static flag -static works... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.80 checking if gcc supports -c -o file.o... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.90 checking if gcc supports -c -o file.o... (cached) yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.90 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 32.94 checking dynamic linker characteristics... GNU/Linux ld.so
12:51:30 [2024-04-23T12:51:30.839Z] #73 33.15 checking how to hardcode library paths into programs... immediate
12:51:30 [2024-04-23T12:51:30.839Z] #73 33.15 checking whether stripping libraries is possible... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 33.16 checking if libtool supports shared libraries... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 33.16 checking whether to build shared libraries... no
12:51:30 [2024-04-23T12:51:30.839Z] #73 33.16 checking whether to build static libraries... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 33.16 checking for a BSD-compatible install... /usr/bin/install -c
12:51:30 [2024-04-23T12:51:30.839Z] #73 33.21 checking whether build environment is sane... yes
12:51:30 [2024-04-23T12:51:30.839Z] #73 33.24 checking for a race-free mkdir -p... /usr/bin/mkdir -p
12:51:31 [2024-04-23T12:51:31.105Z] #73 33.26 checking whether make sets $(MAKE)... yes
12:51:31 [2024-04-23T12:51:31.105Z] #73 33.35 checking whether make supports the include directive... yes (GNU style)
12:51:31 [2024-04-23T12:51:31.105Z] #73 33.43 checking whether make supports nested variables... yes
12:51:31 [2024-04-23T12:51:31.105Z] #73 33.51 checking whether UID '0' is supported by ustar format... yes
12:51:31 [2024-04-23T12:51:31.105Z] #73 33.51 checking whether GID '0' is supported by ustar format... yes
12:51:31 [2024-04-23T12:51:31.105Z] #73 33.51 checking how to create a ustar tar archive... gnutar
12:51:31 [2024-04-23T12:51:31.360Z] #73 33.59 checking dependency style of gcc... gcc3
12:51:31 [2024-04-23T12:51:31.360Z] #73 ...
12:51:31 [2024-04-23T12:51:31.360Z] 
12:51:31 [2024-04-23T12:51:31.360Z] #79 [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...)
12:51:31 [2024-04-23T12:51:31.360Z] #79 1.006 go: downloading github.com/Masterminds/semver/v3 v3.2.1
12:51:31 [2024-04-23T12:51:31.360Z] #79 1.018 go: downloading github.com/urfave/cli/v2 v2.27.1
12:51:31 [2024-04-23T12:51:31.360Z] #79 1.086 go: downloading golang.org/x/sys v0.18.0
12:51:31 [2024-04-23T12:51:31.360Z] #79 1.098 go: downloading github.com/gorilla/mux v1.8.1
12:51:31 [2024-04-23T12:51:31.360Z] #79 1.098 go: downloading github.com/moby/sys/mountinfo v0.7.1
12:51:31 [2024-04-23T12:51:31.360Z] #79 1.115 go: downloading github.com/containernetworking/plugins v1.4.0
12:51:31 [2024-04-23T12:51:31.360Z] #79 1.146 go: downloading github.com/google/uuid v1.6.0
12:51:31 [2024-04-23T12:51:31.360Z] #79 1.173 go: downloading github.com/moby/vpnkit v0.5.0
12:51:31 [2024-04-23T12:51:31.360Z] #79 1.456 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:51:31 [2024-04-23T12:51:31.360Z] #79 1.469 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
12:51:31 [2024-04-23T12:51:31.360Z] #79 2.088 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
12:51:31 [2024-04-23T12:51:31.360Z] #79 2.098 go: downloading golang.org/x/net v0.17.0
12:51:31 [2024-04-23T12:51:31.360Z] #79 2.226 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:51:31 [2024-04-23T12:51:31.360Z] #79 2.229 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:51:31 [2024-04-23T12:51:31.360Z] #79 2.257 go: downloading github.com/pierrec/lz4/v4 v4.1.17
12:51:31 [2024-04-23T12:51:31.360Z] #79 2.258 go: downloading github.com/josharian/native v1.1.0
12:51:31 [2024-04-23T12:51:31.360Z] #79 ...
12:51:31 [2024-04-23T12:51:31.360Z] 
12:51:31 [2024-04-23T12:51:31.360Z] #73 [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
12:51:31 [2024-04-23T12:51:31.360Z] #73 33.73 checking whether to enable maintainer-specific portions of Makefiles... yes
12:51:31 [2024-04-23T12:51:31.360Z] #73 33.73 checking whether make supports nested variables... (cached) yes
12:51:31 [2024-04-23T12:51:31.360Z] #73 33.73 checking for gawk... (cached) mawk
12:51:31 [2024-04-23T12:51:31.360Z] #73 33.73 checking for a sed that does not truncate output... (cached) /usr/bin/sed
12:51:31 [2024-04-23T12:51:31.360Z] #73 33.74 checking for gcc... (cached) gcc
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.86 checking whether the compiler supports GNU C... (cached) yes
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.86 checking whether gcc accepts -g... (cached) yes
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.86 checking for gcc option to enable C11 features... (cached) none needed
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.87 checking whether gcc understands -c and -o together... (cached) yes
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.87 checking for a Python interpreter with version >= 3... python3
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.91 checking for python3... /usr/bin/python3
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.91 checking for python3 version... 3.11
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.93 checking for python3 platform... linux
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.95 checking for GNU default python3 prefix... ${prefix}
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.95 checking for GNU default python3 exec_prefix... ${exec_prefix}
12:51:31 [2024-04-23T12:51:31.615Z] #73 33.95 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
12:51:31 [2024-04-23T12:51:31.870Z] #73 34.02 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
12:51:31 [2024-04-23T12:51:31.870Z] #73 34.09 checking for go-md2man... no
12:51:31 [2024-04-23T12:51:31.870Z] #73 34.09 checking for error.h... yes
12:51:31 [2024-04-23T12:51:31.870Z] #73 34.17 checking for linux/openat2.h... yes
12:51:31 [2024-04-23T12:51:31.870Z] #73 34.25 checking for stdatomic.h... yes
12:51:32 [2024-04-23T12:51:32.125Z] #73 34.37 checking for linux/ioprio.h... yes
12:51:32 [2024-04-23T12:51:32.125Z] #73 34.44 checking for atomic_int... yes
12:51:32 [2024-04-23T12:51:32.380Z] #73 34.54 checking for atomic_bool... yes
12:51:32 [2024-04-23T12:51:32.381Z] #73 34.62 checking for copy_file_range... yes
12:51:32 [2024-04-23T12:51:32.381Z] #73 34.68 checking for fgetxattr... yes
12:51:32 [2024-04-23T12:51:32.381Z] #73 34.74 checking for statx... yes
12:51:32 [2024-04-23T12:51:32.636Z] #73 34.80 checking for fgetpwent_r... yes
12:51:32 [2024-04-23T12:51:32.636Z] #73 34.89 checking for issetugid... no
12:51:32 [2024-04-23T12:51:32.636Z] #73 35.02 checking for memfd_create... yes
12:51:32 [2024-04-23T12:51:32.891Z] #73 35.13 checking for pkg-config... /usr/bin/pkg-config
12:51:32 [2024-04-23T12:51:32.891Z] #73 35.13 checking pkg-config is at least version 0.9.0... yes
12:51:32 [2024-04-23T12:51:32.891Z] #73 35.13 checking for library containing yajl_tree_get... -lyajl
12:51:33 [2024-04-23T12:51:33.146Z] #73 35.35 checking for yajl >= 2.0.0... yes
12:51:33 [2024-04-23T12:51:33.146Z] #73 35.38 checking for sys/capability.h... yes
12:51:33 [2024-04-23T12:51:33.146Z] #73 35.49 checking for library containing cap_from_name... -lcap
12:51:33 [2024-04-23T12:51:33.400Z] #73 35.64 checking for library containing gcry_check_version... no
12:51:33 [2024-04-23T12:51:33.656Z] #73 35.81 checking for library containing dlopen... none required
12:51:33 [2024-04-23T12:51:33.656Z] #73 35.95 checking for seccomp.h... yes
12:51:33 [2024-04-23T12:51:33.656Z] #73 36.04 checking for library containing seccomp_rule_add... -lseccomp
12:51:33 [2024-04-23T12:51:33.911Z] #73 36.19 checking for library containing seccomp_arch_resolve_name... none required
12:51:33 [2024-04-23T12:51:33.911Z] #73 36.29 checking for systemd/sd-bus.h... yes
12:51:34 [2024-04-23T12:51:34.166Z] #73 36.45 checking for library containing sd_bus_match_signal_async... -lsystemd
12:51:34 [2024-04-23T12:51:34.423Z] #73 36.69 checking for sd_notify_barrier... yes
12:51:34 [2024-04-23T12:51:34.423Z] #73 36.77 checking for linux/bpf.h... yes
12:51:34 [2024-04-23T12:51:34.678Z] #73 36.87 checking compilation for eBPF... yes
12:51:34 [2024-04-23T12:51:34.678Z] #73 36.96 checking for criu >= 3.15... no
12:51:34 [2024-04-23T12:51:34.678Z] #73 36.98 configure: CRIU headers not found, building without CRIU support
12:51:34 [2024-04-23T12:51:34.678Z] #73 36.99 checking for criu > 3.16... no
12:51:34 [2024-04-23T12:51:34.678Z] #73 37.00 configure: CRIU version doesn't support join-ns API
12:51:34 [2024-04-23T12:51:34.678Z] #73 37.00 checking for criu > 3.16.1... no
12:51:34 [2024-04-23T12:51:34.678Z] #73 37.02 configure: CRIU version doesn't support for pre-dumping
12:51:34 [2024-04-23T12:51:34.678Z] #73 37.03 checking for new mount API (fsconfig)... yes
12:51:34 [2024-04-23T12:51:34.678Z] #73 37.13 yes
12:51:34 [2024-04-23T12:51:34.933Z] 
12:51:34 [2024-04-23T12:51:34.933Z] #73 ...
12:51:34 [2024-04-23T12:51:34.933Z] 
12:51:34 [2024-04-23T12:51:34.933Z] #74 [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...)
12:51:34 [2024-04-23T12:51:34.933Z] #74 DONE 36.5s
12:51:34 [2024-04-23T12:51:34.933Z] 
12:51:34 [2024-04-23T12:51:34.933Z] #73 [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
12:51:34 [2024-04-23T12:51:34.933Z] #73 37.14 checking for seccomp notify API... yes
12:51:34 [2024-04-23T12:51:34.933Z] #73 37.22 checking for gperf... no
12:51:34 [2024-04-23T12:51:34.933Z] #73 37.22 configure: gperf not found - cannot rebuild signal parser code
12:51:34 [2024-04-23T12:51:34.933Z] #73 37.22 checking for library containing argp_parse... none required
12:51:35 [2024-04-23T12:51:35.188Z] #73 37.43 checking that generated files are newer than configure... done
12:51:35 [2024-04-23T12:51:35.188Z] #73 37.44 configure: creating ./config.status
12:51:35 [2024-04-23T12:51:35.749Z] #73 ...
12:51:35 [2024-04-23T12:51:35.749Z] 
12:51:35 [2024-04-23T12:51:35.749Z] #75 [delve-supported 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
12:51:35 [2024-04-23T12:51:35.749Z] #75 DONE 37.1s
12:51:35 [2024-04-23T12:51:35.749Z] 
12:51:35 [2024-04-23T12:51:35.749Z] #80 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
12:51:36 [2024-04-23T12:51:36.314Z] #80 DONE 0.8s
12:51:36 [2024-04-23T12:51:36.314Z] 
12:51:36 [2024-04-23T12:51:36.314Z] #76 [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...)
12:51:36 [2024-04-23T12:51:36.314Z] #76 ...
12:51:36 [2024-04-23T12:51:36.314Z] 
12:51:36 [2024-04-23T12:51:36.314Z] #81 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
12:51:37 [2024-04-23T12:51:37.239Z] #81 DONE 0.7s
12:51:37 [2024-04-23T12:51:37.239Z] 
12:51:37 [2024-04-23T12:51:37.239Z] #77 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
12:51:37 [2024-04-23T12:51:37.239Z] #77 ...
12:51:37 [2024-04-23T12:51:37.239Z] 
12:51:37 [2024-04-23T12:51:37.239Z] #82 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
12:51:37 [2024-04-23T12:51:37.239Z] #82 DONE 0.1s
12:51:37 [2024-04-23T12:51:37.239Z] 
12:51:37 [2024-04-23T12:51:37.239Z] #83 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
12:51:37 [2024-04-23T12:51:37.494Z] #83 DONE 0.5s
12:51:37 [2024-04-23T12:51:37.494Z] 
12:51:37 [2024-04-23T12:51:37.494Z] #73 [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
12:51:37 [2024-04-23T12:51:37.494Z] #73 39.81 config.status: creating Makefile
12:51:37 [2024-04-23T12:51:37.494Z] #73 39.87 config.status: creating config.h
12:51:37 [2024-04-23T12:51:37.494Z] #73 39.89 config.status: executing libtool commands
12:51:37 [2024-04-23T12:51:37.494Z] #73 39.90 config.status: executing depfiles commands
12:51:37 [2024-04-23T12:51:37.749Z] #73 ...
12:51:37 [2024-04-23T12:51:37.749Z] 
12:51:37 [2024-04-23T12:51:37.749Z] #84 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
12:51:37 [2024-04-23T12:51:37.749Z] #84 DONE 0.2s
12:51:38 [2024-04-23T12:51:38.005Z] 
12:51:38 [2024-04-23T12:51:38.005Z] #85 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
12:51:38 [2024-04-23T12:51:38.259Z] #85 DONE 0.4s
12:51:38 [2024-04-23T12:51:38.259Z] 
12:51:38 [2024-04-23T12:51:38.259Z] #73 [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
12:51:38 [2024-04-23T12:51:38.259Z] #73 40.46 === configuring in libocispec (/tmp/crun-build/libocispec)
12:51:38 [2024-04-23T12:51:38.259Z] #73 40.48 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
12:51:38 [2024-04-23T12:51:38.514Z] #73 40.83 checking for gcc... gcc
12:51:38 [2024-04-23T12:51:38.514Z] #73 40.90 checking whether the C compiler works... yes
12:51:38 [2024-04-23T12:51:38.770Z] #73 41.02 checking for C compiler default output file name... a.out
12:51:38 [2024-04-23T12:51:38.770Z] #73 41.02 checking for suffix of executables... 
12:51:38 [2024-04-23T12:51:38.770Z] #73 41.10 checking whether we are cross compiling... no
12:51:39 [2024-04-23T12:51:39.025Z] 
12:51:39 [2024-04-23T12:51:39.025Z] #73 ...
12:51:39 [2024-04-23T12:51:39.025Z] 
12:51:39 [2024-04-23T12:51:39.025Z] #86 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
12:51:39 [2024-04-23T12:51:39.025Z] #86 DONE 0.7s
12:51:39 [2024-04-23T12:51:39.025Z] 
12:51:39 [2024-04-23T12:51:39.025Z] #73 [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
12:51:39 [2024-04-23T12:51:39.025Z] #73 41.19 checking for suffix of object files... o
12:51:39 [2024-04-23T12:51:39.025Z] #73 41.24 checking whether the compiler supports GNU C... yes
12:51:39 [2024-04-23T12:51:39.025Z] #73 41.28 checking whether gcc accepts -g... yes
12:51:39 [2024-04-23T12:51:39.025Z] #73 41.35 checking for gcc option to enable C11 features... none needed
12:51:39 [2024-04-23T12:51:39.280Z] #73 ...
12:51:39 [2024-04-23T12:51:39.280Z] 
12:51:39 [2024-04-23T12:51:39.280Z] #87 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
12:51:39 [2024-04-23T12:51:39.280Z] #87 DONE 0.2s
12:51:39 [2024-04-23T12:51:39.280Z] 
12:51:39 [2024-04-23T12:51:39.280Z] #73 [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
12:51:39 [2024-04-23T12:51:39.280Z] #73 41.45 checking whether gcc understands -c and -o together... yes
12:51:39 [2024-04-23T12:51:39.280Z] #73 41.53 checking for stdio.h... yes
12:51:39 [2024-04-23T12:51:39.280Z] #73 41.59 checking for stdlib.h... yes
12:51:39 [2024-04-23T12:51:39.280Z] #73 41.68 checking for string.h... yes
12:51:39 [2024-04-23T12:51:39.535Z] #73 41.76 checking for inttypes.h... yes
12:51:39 [2024-04-23T12:51:39.535Z] #73 41.83 checking for stdint.h... yes
12:51:39 [2024-04-23T12:51:39.535Z] #73 41.91 checking for strings.h... yes
12:51:39 [2024-04-23T12:51:39.535Z] #73 41.98 checking for sys/stat.h... yes
12:51:39 [2024-04-23T12:51:39.790Z] #73 42.02 checking for sys/types.h... yes
12:51:39 [2024-04-23T12:51:39.790Z] #73 42.09 checking for unistd.h... yes
12:51:39 [2024-04-23T12:51:39.790Z] #73 42.17 checking for wchar.h... yes
12:51:39 [2024-04-23T12:51:39.790Z] #73 42.23 checking for minix/config.h... no
12:51:40 [2024-04-23T12:51:40.045Z] #73 42.30 checking whether it is safe to define __EXTENSIONS__... yes
12:51:40 [2024-04-23T12:51:40.045Z] #73 42.37 checking whether _XOPEN_SOURCE should be defined... no
12:51:40 [2024-04-23T12:51:40.300Z] #73 42.42 checking build system type... aarch64-unknown-linux-gnu
12:51:40 [2024-04-23T12:51:40.300Z] #73 42.63 checking host system type... aarch64-unknown-linux-gnu
12:51:40 [2024-04-23T12:51:40.300Z] #73 42.63 checking how to print strings... printf
12:51:40 [2024-04-23T12:51:40.300Z] #73 42.65 checking for a sed that does not truncate output... /usr/bin/sed
12:51:40 [2024-04-23T12:51:40.300Z] #73 42.67 checking for grep that handles long lines and -e... /usr/bin/grep
12:51:40 [2024-04-23T12:51:40.300Z] #73 42.68 checking for egrep... /usr/bin/grep -E
12:51:40 [2024-04-23T12:51:40.300Z] #73 42.68 checking for fgrep... /usr/bin/grep -F
12:51:40 [2024-04-23T12:51:40.300Z] #73 42.70 checking for ld used by gcc... /usr/bin/ld
12:51:40 [2024-04-23T12:51:40.300Z] #73 42.72 checking if the linker (/usr/bin/ld) is GNU ld... yes
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.73 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.75 checking the name lister (/usr/bin/nm -B) interface... BSD nm
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.83 checking whether ln -s works... yes
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.83 checking the maximum length of command line arguments... 1572864
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.87 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.87 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.87 checking for /usr/bin/ld option to reload object files... -r
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.87 checking for file... file
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.87 checking for objdump... objdump
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.87 checking how to recognize dependent libraries... pass_all
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.87 checking for dlltool... no
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.87 checking how to associate runtime and link libraries... printf %s\n
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.87 checking for ar... ar
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.88 checking for archiver @FILE support... @
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.92 checking for strip... strip
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.92 checking for ranlib... ranlib
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.92 checking for gawk... no
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.92 checking for mawk... mawk
12:51:40 [2024-04-23T12:51:40.561Z] #73 42.93 checking command to parse /usr/bin/nm -B output from gcc object... ok
12:51:40 [2024-04-23T12:51:40.817Z] #73 43.11 checking for sysroot... no
12:51:40 [2024-04-23T12:51:40.817Z] #73 43.11 checking for a working dd... /usr/bin/dd
12:51:40 [2024-04-23T12:51:40.817Z] #73 43.13 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
12:51:40 [2024-04-23T12:51:40.817Z] #73 43.16 checking for mt... no
12:51:40 [2024-04-23T12:51:40.817Z] #73 43.16 checking if : is a manifest tool... no
12:51:40 [2024-04-23T12:51:40.817Z] #73 43.16 checking for dlfcn.h... yes
12:51:41 [2024-04-23T12:51:41.072Z] #73 ...
12:51:41 [2024-04-23T12:51:41.072Z] 
12:51:41 [2024-04-23T12:51:41.072Z] #88 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
12:51:41 [2024-04-23T12:51:41.072Z] #88 DONE 1.8s
12:51:41 [2024-04-23T12:51:41.072Z] 
12:51:41 [2024-04-23T12:51:41.072Z] #89 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
12:51:41 [2024-04-23T12:51:41.072Z] #89 DONE 0.1s
12:51:41 [2024-04-23T12:51:41.072Z] 
12:51:41 [2024-04-23T12:51:41.072Z] #73 [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
12:51:41 [2024-04-23T12:51:41.072Z] #73 43.28 checking for objdir... .libs
12:51:41 [2024-04-23T12:51:41.072Z] #73 43.47 checking if gcc supports -fno-rtti -fno-exceptions... no
12:51:41 [2024-04-23T12:51:41.072Z] #73 43.54 checking for gcc option to produce PIC... -fPIC -DPIC
12:51:41 [2024-04-23T12:51:41.072Z] #73 43.54 checking if gcc PIC flag -fPIC -DPIC works... yes
12:51:41 [2024-04-23T12:51:41.328Z] #73 43.62 checking if gcc static flag -static works... yes
12:51:41 [2024-04-23T12:51:41.328Z] #73 43.75 checking if gcc supports -c -o file.o... yes
12:51:41 [2024-04-23T12:51:41.328Z] #73 43.83 checking if gcc supports -c -o file.o... (cached) yes
12:51:41 [2024-04-23T12:51:41.328Z] #73 43.83 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
12:51:41 [2024-04-23T12:51:41.583Z] #73 43.85 checking dynamic linker characteristics... GNU/Linux ld.so
12:51:41 [2024-04-23T12:51:41.583Z] #73 43.99 checking how to hardcode library paths into programs... immediate
12:51:41 [2024-04-23T12:51:41.583Z] #73 43.99 checking whether stripping libraries is possible... yes
12:51:41 [2024-04-23T12:51:41.583Z] #73 44.00 checking if libtool supports shared libraries... yes
12:51:41 [2024-04-23T12:51:41.583Z] #73 44.00 checking whether to build shared libraries... no
12:51:41 [2024-04-23T12:51:41.583Z] #73 44.00 checking whether to build static libraries... yes
12:51:41 [2024-04-23T12:51:41.583Z] #73 44.00 checking for a BSD-compatible install... /usr/bin/install -c
12:51:41 [2024-04-23T12:51:41.583Z] #73 44.07 checking whether build environment is sane... yes
12:51:41 [2024-04-23T12:51:41.839Z] #73 44.09 checking for a race-free mkdir -p... /usr/bin/mkdir -p
12:51:41 [2024-04-23T12:51:41.839Z] #73 44.11 checking whether make sets $(MAKE)... yes
12:51:41 [2024-04-23T12:51:41.839Z] #73 44.16 checking whether make supports the include directive... yes (GNU style)
12:51:41 [2024-04-23T12:51:41.839Z] #73 44.18 checking whether make supports nested variables... yes
12:51:41 [2024-04-23T12:51:41.839Z] #73 44.23 checking whether UID '0' is supported by ustar format... yes
12:51:41 [2024-04-23T12:51:41.839Z] #73 44.23 checking whether GID '0' is supported by ustar format... yes
12:51:41 [2024-04-23T12:51:41.839Z] #73 44.23 checking how to create a ustar tar archive... gnutar
12:51:41 [2024-04-23T12:51:41.839Z] #73 44.28 checking dependency style of gcc... gcc3
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.34 checking whether to enable maintainer-specific portions of Makefiles... yes
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.34 checking whether make supports nested variables... (cached) yes
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.34 checking for pkg-config... /usr/bin/pkg-config
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.34 checking pkg-config is at least version 0.9.0... yes
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.34 checking for yajl >= 2.1.0... yes
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.35 checking for a sed that does not truncate output... (cached) /usr/bin/sed
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.36 checking for gcc... (cached) gcc
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.40 checking whether the compiler supports GNU C... (cached) yes
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.40 checking whether gcc accepts -g... (cached) yes
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.41 checking for gcc option to enable C11 features... (cached) none needed
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.41 checking whether gcc understands -c and -o together... (cached) yes
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.41 checking for a Python interpreter with version >= 3... python3
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.42 checking for python3... /usr/bin/python3
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.42 checking for python3 version... 3.11
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.43 checking for python3 platform... linux
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.45 checking for GNU default python3 prefix... ${prefix}
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.45 checking for GNU default python3 exec_prefix... ${exec_prefix}
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.45 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
12:51:42 [2024-04-23T12:51:42.094Z] #73 44.48 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
12:51:42 [2024-04-23T12:51:42.655Z] #73 44.57 checking that generated files are newer than configure... done
12:51:42 [2024-04-23T12:51:42.910Z] #73 45.09 configure: creating ./config.status
12:51:44 [2024-04-23T12:51:44.275Z] #73 46.44 config.status: creating Makefile
12:51:44 [2024-04-23T12:51:44.275Z] #73 46.45 config.status: creating ocispec.pc
12:51:44 [2024-04-23T12:51:44.275Z] #73 46.47 config.status: creating config.h
12:51:44 [2024-04-23T12:51:44.275Z] #73 46.48 config.status: executing libtool commands
12:51:44 [2024-04-23T12:51:44.275Z] #73 46.49 config.status: executing depfiles commands
12:51:44 [2024-04-23T12:51:44.275Z] #73 46.63 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
12:51:44 [2024-04-23T12:51:44.275Z] #73 46.63 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
12:51:44 [2024-04-23T12:51:44.275Z] #73 46.72 checking for gcc... gcc
12:51:44 [2024-04-23T12:51:44.530Z] #73 46.77 checking whether the C compiler works... yes
12:51:44 [2024-04-23T12:51:44.530Z] #73 46.81 checking for C compiler default output file name... a.out
12:51:44 [2024-04-23T12:51:44.530Z] #73 46.81 checking for suffix of executables... 
12:51:44 [2024-04-23T12:51:44.530Z] #73 46.85 checking whether we are cross compiling... no
12:51:44 [2024-04-23T12:51:44.530Z] #73 46.90 checking for suffix of object files... o
12:51:44 [2024-04-23T12:51:44.530Z] #73 46.95 checking whether the compiler supports GNU C... yes
12:51:44 [2024-04-23T12:51:44.530Z] #73 46.97 checking whether gcc accepts -g... yes
12:51:44 [2024-04-23T12:51:44.530Z] #73 46.99 checking for gcc option to enable C11 features... none needed
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.09 checking whether gcc understands -c and -o together... yes
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.14 checking for a BSD-compatible install... /usr/bin/install -c
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.15 checking whether build environment is sane... yes
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.16 checking for a race-free mkdir -p... /usr/bin/mkdir -p
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.17 checking for gawk... no
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.17 checking for mawk... mawk
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.17 checking whether make sets $(MAKE)... yes
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.18 checking whether make supports the include directive... yes (GNU style)
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.18 checking whether make supports nested variables... yes
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.19 checking whether UID '0' is supported by ustar format... yes
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.19 checking whether GID '0' is supported by ustar format... yes
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.19 checking how to create a ustar tar archive... gnutar
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.20 checking dependency style of gcc... gcc3
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.23 checking whether to enable maintainer-specific portions of Makefiles... yes
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.23 checking whether make supports nested variables... (cached) yes
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.24 checking build system type... aarch64-unknown-linux-gnu
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.28 checking host system type... aarch64-unknown-linux-gnu
12:51:44 [2024-04-23T12:51:44.786Z] #73 47.28 checking how to print strings... printf
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.28 checking for a sed that does not truncate output... /usr/bin/sed
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.29 checking for grep that handles long lines and -e... /usr/bin/grep
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.29 checking for egrep... /usr/bin/grep -E
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.29 checking for fgrep... /usr/bin/grep -F
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.29 checking for ld used by gcc... /usr/bin/ld
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.29 checking if the linker (/usr/bin/ld) is GNU ld... yes
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.30 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.30 checking the name lister (/usr/bin/nm -B) interface... BSD nm
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.32 checking whether ln -s works... yes
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.32 checking the maximum length of command line arguments... 1572864
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.33 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.33 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.33 checking for /usr/bin/ld option to reload object files... -r
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.33 checking for file... file
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.33 checking for objdump... objdump
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.33 checking how to recognize dependent libraries... pass_all
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.33 checking for dlltool... no
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.33 checking how to associate runtime and link libraries... printf %s\n
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.33 checking for ar... ar
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.33 checking for archiver @FILE support... @
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.36 checking for strip... strip
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.36 checking for ranlib... ranlib
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.36 checking command to parse /usr/bin/nm -B output from gcc object... ok
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.44 checking for sysroot... no
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.44 checking for a working dd... /usr/bin/dd
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.45 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.46 checking for mt... no
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.46 checking if : is a manifest tool... no
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.46 checking for stdio.h... yes
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.50 checking for stdlib.h... yes
12:51:45 [2024-04-23T12:51:45.041Z] #73 47.52 checking for string.h... yes
12:51:45 [2024-04-23T12:51:45.296Z] #73 47.56 checking for inttypes.h... yes
12:51:45 [2024-04-23T12:51:45.296Z] #73 47.59 checking for stdint.h... yes
12:51:45 [2024-04-23T12:51:45.296Z] #73 47.62 checking for strings.h... yes
12:51:45 [2024-04-23T12:51:45.296Z] #73 47.65 checking for sys/stat.h... yes
12:51:45 [2024-04-23T12:51:45.296Z] #73 47.68 checking for sys/types.h... yes
12:51:45 [2024-04-23T12:51:45.296Z] #73 47.73 checking for unistd.h... yes
12:51:45 [2024-04-23T12:51:45.296Z] #73 47.76 checking for dlfcn.h... yes
12:51:45 [2024-04-23T12:51:45.551Z] #73 47.80 checking for objdir... .libs
12:51:45 [2024-04-23T12:51:45.551Z] #73 47.94 checking if gcc supports -fno-rtti -fno-exceptions... no
12:51:45 [2024-04-23T12:51:45.551Z] #73 47.99 checking for gcc option to produce PIC... -fPIC -DPIC
12:51:45 [2024-04-23T12:51:45.551Z] #73 47.99 checking if gcc PIC flag -fPIC -DPIC works... yes
12:51:45 [2024-04-23T12:51:45.806Z] #73 48.04 checking if gcc static flag -static works... yes
12:51:45 [2024-04-23T12:51:45.806Z] #73 48.14 checking if gcc supports -c -o file.o... yes
12:51:45 [2024-04-23T12:51:45.806Z] #73 48.24 checking if gcc supports -c -o file.o... (cached) yes
12:51:45 [2024-04-23T12:51:45.806Z] #73 48.24 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
12:51:46 [2024-04-23T12:51:46.061Z] #73 48.26 checking dynamic linker characteristics... GNU/Linux ld.so
12:51:46 [2024-04-23T12:51:46.061Z] #73 48.40 checking how to hardcode library paths into programs... immediate
12:51:46 [2024-04-23T12:51:46.061Z] #73 48.40 checking whether stripping libraries is possible... yes
12:51:46 [2024-04-23T12:51:46.061Z] #73 48.41 checking if libtool supports shared libraries... yes
12:51:46 [2024-04-23T12:51:46.061Z] #73 48.41 checking whether to build shared libraries... no
12:51:46 [2024-04-23T12:51:46.061Z] #73 48.41 checking whether to build static libraries... yes
12:51:46 [2024-04-23T12:51:46.061Z] #73 48.41 checking for float.h... yes
12:51:46 [2024-04-23T12:51:46.061Z] #73 48.46 checking for limits.h... yes
12:51:46 [2024-04-23T12:51:46.061Z] #73 48.50 checking for stddef.h... yes
12:51:46 [2024-04-23T12:51:46.316Z] #73 48.53 checking for stdlib.h... (cached) yes
12:51:46 [2024-04-23T12:51:46.316Z] #73 48.53 checking for string.h... (cached) yes
12:51:46 [2024-04-23T12:51:46.316Z] #73 48.54 checking for sys/time.h... yes
12:51:46 [2024-04-23T12:51:46.316Z] #73 48.59 checking for inline... inline
12:51:46 [2024-04-23T12:51:46.316Z] #73 48.64 checking for size_t... yes
12:51:46 [2024-04-23T12:51:46.316Z] #73 48.72 checking for GNU libc compatible malloc... yes
12:51:46 [2024-04-23T12:51:46.571Z] #73 48.77 checking for GNU libc compatible realloc... yes
12:51:46 [2024-04-23T12:51:46.571Z] #73 48.83 checking for working strtod... yes
12:51:46 [2024-04-23T12:51:46.571Z] #73 48.89 checking for gettimeofday... yes
12:51:46 [2024-04-23T12:51:46.571Z] #73 48.94 checking for memset... yes
12:51:46 [2024-04-23T12:51:46.571Z] #73 49.00 checking for strspn... yes
12:51:46 [2024-04-23T12:51:46.827Z] #73 49.10 checking that generated files are newer than configure... done
12:51:46 [2024-04-23T12:51:46.827Z] #73 49.11 configure: creating ./config.status
12:51:48 [2024-04-23T12:51:48.197Z] #73 50.38 config.status: creating Makefile
12:51:48 [2024-04-23T12:51:48.197Z] #73 50.41 config.status: creating config.h
12:51:48 [2024-04-23T12:51:48.197Z] #73 50.44 config.status: executing depfiles commands
12:51:48 [2024-04-23T12:51:48.197Z] #73 50.53 config.status: executing libtool commands
12:51:48 [2024-04-23T12:51:48.452Z] #73 50.92   GEN      .version
12:51:48 [2024-04-23T12:51:48.707Z] #73 50.93 make  install-recursive
12:51:48 [2024-04-23T12:51:48.707Z] #73 50.93 make[1]: Entering directory '/tmp/crun-build'
12:51:48 [2024-04-23T12:51:48.707Z] #73 50.98 Making install in libocispec
12:51:48 [2024-04-23T12:51:48.707Z] #73 50.98 make[2]: Entering directory '/tmp/crun-build/libocispec'
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.01 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.01 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.01 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.01 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.06 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.08 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.08 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.08 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.08 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.08 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.08 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.08 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.08 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.10 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.10 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.10 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.10 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.10 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.10 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
12:51:48 [2024-04-23T12:51:48.707Z] #73 51.10 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
12:51:48 [2024-04-23T12:51:48.962Z] #73 51.35 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
12:51:49 [2024-04-23T12:51:49.217Z] #73 ...
12:51:49 [2024-04-23T12:51:49.217Z] 
12:51:49 [2024-04-23T12:51:49.217Z] #77 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
12:51:49 [2024-04-23T12:51:49.217Z] #77 DONE 27.5s
12:51:49 [2024-04-23T12:51:49.217Z] 
12:51:49 [2024-04-23T12:51:49.217Z] #73 [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
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.36 make  install-recursive
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.37 make[3]: Entering directory '/tmp/crun-build/libocispec'
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.39 Making install in yajl
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.39 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.43   CC       verify/json_verify-json_verify.o
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.44   CC       src/libyajl_la-yajl_alloc.lo
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.44   CC       src/libyajl_la-yajl.lo
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.44   CC       src/libyajl_la-yajl_gen.lo
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.44   CC       src/libyajl_la-yajl_parser.lo
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.45   CC       src/libyajl_la-yajl_buf.lo
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.45   CC       src/libyajl_la-yajl_encode.lo
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.45   CC       src/libyajl_la-yajl_lex.lo
12:51:49 [2024-04-23T12:51:49.217Z] #73 51.45   CC       src/libyajl_la-yajl_tree.lo
12:51:49 [2024-04-23T12:51:49.217Z] #73 ...
12:51:49 [2024-04-23T12:51:49.217Z] 
12:51:49 [2024-04-23T12:51:49.217Z] #76 [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...)
12:51:49 [2024-04-23T12:51:49.217Z] #76 44.77 + bin/containerd
12:51:49 [2024-04-23T12:51:49.217Z] #76 44.77 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.15 -X github.com/containerd/containerd/version.Revision=926c9586fe4a6236699318391cd44976a98e31f1 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd
12:51:49 [2024-04-23T12:51:49.217Z] #76 ...
12:51:49 [2024-04-23T12:51:49.217Z] 
12:51:49 [2024-04-23T12:51:49.217Z] #79 [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...)
12:51:49 [2024-04-23T12:51:49.217Z] #79 DONE 28.0s
12:51:49 [2024-04-23T12:51:49.217Z] 
12:51:49 [2024-04-23T12:51:49.217Z] #90 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
12:51:49 [2024-04-23T12:51:49.217Z] #90 DONE 0.1s
12:51:49 [2024-04-23T12:51:49.472Z] 
12:51:49 [2024-04-23T12:51:49.472Z] #91 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
12:51:49 [2024-04-23T12:51:49.472Z] #91 DONE 0.1s
12:51:49 [2024-04-23T12:51:49.472Z] 
12:51:49 [2024-04-23T12:51:49.472Z] #76 [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...)
12:51:50 [2024-04-23T12:51:50.037Z] #76 ...
12:51:50 [2024-04-23T12:51:50.038Z] 
12:51:50 [2024-04-23T12:51:50.038Z] #73 [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
12:51:50 [2024-04-23T12:51:50.038Z] #73 52.06   CCLD     libyajl.la
12:51:50 [2024-04-23T12:51:50.038Z] #73 52.34   CCLD     verify/json_verify
12:51:50 [2024-04-23T12:51:50.038Z] #73 52.51 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
12:51:50 [2024-04-23T12:51:50.038Z] #73 52.51 make[5]: Nothing to be done for 'install-exec-am'.
12:51:50 [2024-04-23T12:51:50.038Z] #73 52.51 make[5]: Nothing to be done for 'install-data-am'.
12:51:50 [2024-04-23T12:51:50.038Z] #73 52.51 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.51 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.51 make[4]: Entering directory '/tmp/crun-build/libocispec'
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.54   CC       src/ocispec/validate.o
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.55   CC       src/ocispec/image_spec_schema_config_schema.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.56   CC       src/ocispec/image_spec_schema_content_descriptor.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.56   CC       src/ocispec/image_spec_schema_defs.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.58   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.59   CC       src/ocispec/image_spec_schema_image_index_schema.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.60   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.60   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.60   CC       src/ocispec/runtime_spec_schema_config_linux.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.61   CC       src/ocispec/runtime_spec_schema_config_zos.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.61   CC       src/ocispec/runtime_spec_schema_config_schema.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.61   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.61   CC       src/ocispec/runtime_spec_schema_config_vm.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.61   CC       src/ocispec/runtime_spec_schema_config_windows.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.61   CC       src/ocispec/runtime_spec_schema_defs.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.62   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.62   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.62   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.62   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.63   CC       src/ocispec/runtime_spec_schema_state_schema.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.63   CC       src/ocispec/runtime_spec_schema_features_linux.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.64   CC       src/ocispec/runtime_spec_schema_features_schema.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.64   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.65   CC       src/ocispec/basic_test_double_array_item.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.66   CC       src/ocispec/basic_test_double_array.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.67   CC       src/ocispec/basic_test_top_array_int.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.68   CC       src/ocispec/basic_test_top_array_string.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.69   CC       src/ocispec/basic_test_top_double_array_int.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.69   CC       src/ocispec/basic_test_top_double_array_obj.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.70   CC       src/ocispec/basic_test_top_double_array_refobj.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.70   CC       src/ocispec/basic_test_top_double_array_string.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.72   CC       src/ocispec/read-file.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 ...
12:51:50 [2024-04-23T12:51:50.293Z] 
12:51:50 [2024-04-23T12:51:50.293Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
12:51:50 [2024-04-23T12:51:50.293Z] #92 DONE 0.5s
12:51:50 [2024-04-23T12:51:50.293Z] 
12:51:50 [2024-04-23T12:51:50.293Z] #73 [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
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.73   CC       tests/test-1.o
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.74   CC       src/ocispec/json_common.lo
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.75   CC       tests/test-2.o
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.75   CC       tests/test-3.o
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.77   CC       tests/test-4.o
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.79   CC       tests/test-5.o
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.81   CC       tests/test-6.o
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.82   CC       tests/test-7.o
12:51:50 [2024-04-23T12:51:50.293Z] #73 52.82   CC       tests/test-8.o
12:51:50 [2024-04-23T12:51:50.548Z] #73 52.82   CC       tests/test-9.o
12:51:50 [2024-04-23T12:51:50.548Z] #73 52.87   CC       tests/test-10.o
12:51:50 [2024-04-23T12:51:50.548Z] #73 52.89   CC       tests/test-11.o
12:51:54 [2024-04-23T12:51:54.707Z] #73 56.80   CCLD     libocispec.la
12:51:54 [2024-04-23T12:51:54.707Z] #73 56.97   CCLD     src/ocispec/validate
12:51:54 [2024-04-23T12:51:54.707Z] #73 56.98   CCLD     tests/test-1
12:51:54 [2024-04-23T12:51:54.707Z] #73 56.98   CCLD     tests/test-2
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.00   CCLD     tests/test-3
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.00   CCLD     tests/test-4
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.01   CCLD     tests/test-5
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.02   CCLD     tests/test-6
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.02   CCLD     tests/test-7
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.02   CCLD     tests/test-8
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.03   CCLD     tests/test-9
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.03   CCLD     tests/test-10
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.04   CCLD     tests/test-11
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.04 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
12:51:54 [2024-04-23T12:51:54.707Z] #73 57.21 libtool: link: ar cr libocispec.a 
12:51:54 [2024-04-23T12:51:54.962Z] #73 57.23 libtool: link: ranlib libocispec.a
12:51:54 [2024-04-23T12:51:54.962Z] #73 57.44 make[5]: Entering directory '/tmp/crun-build/libocispec'
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.50 make[5]: Leaving directory '/tmp/crun-build/libocispec'
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.51 make[4]: Leaving directory '/tmp/crun-build/libocispec'
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.51 make[3]: Leaving directory '/tmp/crun-build/libocispec'
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.51 make[2]: Leaving directory '/tmp/crun-build/libocispec'
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.51 make[2]: Entering directory '/tmp/crun-build'
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.59   CC       src/libcrun/libcrun_la-io_priority.lo
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.59   CC       src/libcrun/libcrun_la-intelrdt.lo
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.60   CC       src/libcrun/libcrun_la-linux.lo
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.60   CC       src/libcrun/libcrun_la-mount_flags.lo
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.60   CC       src/libcrun/libcrun_la-scheduler.lo
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.60   CC       src/libcrun/libcrun_la-seccomp.lo
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.61   CC       src/libcrun/libcrun_la-seccomp_notify.lo
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.62   CC       src/libcrun/libcrun_la-signals.lo
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.63   CC       src/libcrun/libcrun_la-status.lo
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.63   CC       src/libcrun/libcrun_la-terminal.lo
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.64   CC       src/libcrun/libcrun_testing_a-utils.o
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.64   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.67   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.67   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.67   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.68   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.68   CC       src/libcrun/libcrun_testing_a-cgroup.o
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.69   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
12:51:55 [2024-04-23T12:51:55.217Z] #73 57.70   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.72   CC       src/libcrun/libcrun_testing_a-container.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.73   CC       src/libcrun/libcrun_testing_a-criu.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.73   CC       src/libcrun/libcrun_testing_a-custom-handler.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.75   CC       src/libcrun/libcrun_testing_a-ebpf.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.76   CC       src/libcrun/libcrun_testing_a-error.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.77   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.78   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.79   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.81   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.83   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.89   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.90   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
12:51:55 [2024-04-23T12:51:55.472Z] #73 57.93   CC       src/libcrun/libcrun_testing_a-intelrdt.o
12:51:55 [2024-04-23T12:51:55.727Z] #73 57.95   CC       src/libcrun/libcrun_testing_a-io_priority.o
12:51:55 [2024-04-23T12:51:55.727Z] #73 57.96   CC       src/libcrun/libcrun_testing_a-linux.o
12:51:55 [2024-04-23T12:51:55.727Z] #73 57.98   CC       src/libcrun/libcrun_testing_a-mount_flags.o
12:51:55 [2024-04-23T12:51:55.727Z] #73 58.04   CC       src/libcrun/libcrun_testing_a-scheduler.o
12:51:55 [2024-04-23T12:51:55.982Z] #73 58.04   CC       src/libcrun/libcrun_testing_a-seccomp.o
12:51:55 [2024-04-23T12:51:55.982Z] #73 58.04   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
12:51:55 [2024-04-23T12:51:55.982Z] #73 58.07   CC       src/libcrun/libcrun_testing_a-signals.o
12:51:55 [2024-04-23T12:51:55.982Z] #73 58.10   CC       src/libcrun/libcrun_testing_a-status.o
12:51:55 [2024-04-23T12:51:55.982Z] #73 58.11   CC       src/libcrun/libcrun_testing_a-terminal.o
12:51:55 [2024-04-23T12:51:55.982Z] #73 58.14   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
12:51:55 [2024-04-23T12:51:55.982Z] #73 58.31   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
12:51:55 [2024-04-23T12:51:55.982Z] #73 58.31   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
12:51:55 [2024-04-23T12:51:55.982Z] #73 58.41   CC       src/crun-crun.o
12:51:56 [2024-04-23T12:51:56.237Z] #73 58.45   CC       src/crun-run.o
12:51:56 [2024-04-23T12:51:56.237Z] #73 58.51   CC       src/crun-delete.o
12:51:56 [2024-04-23T12:51:56.237Z] #73 58.61   CC       src/crun-kill.o
12:51:56 [2024-04-23T12:51:56.492Z] #73 58.62   CC       src/crun-pause.o
12:51:56 [2024-04-23T12:51:56.492Z] #73 58.63   CC       src/crun-unpause.o
12:51:56 [2024-04-23T12:51:56.492Z] #73 58.65   CC       src/crun-oci_features.o
12:51:56 [2024-04-23T12:51:56.492Z] #73 58.66   CC       src/crun-spec.o
12:51:56 [2024-04-23T12:51:56.492Z] #73 58.68   CC       src/crun-exec.o
12:51:56 [2024-04-23T12:51:56.492Z] #73 58.70   CC       src/crun-list.o
12:51:56 [2024-04-23T12:51:56.492Z] #73 58.80   CC       src/crun-create.o
12:51:56 [2024-04-23T12:51:56.492Z] #73 58.87   CC       src/crun-start.o
12:51:56 [2024-04-23T12:51:56.492Z] #73 58.90   CC       src/crun-state.o
12:51:56 [2024-04-23T12:51:56.492Z] #73 58.93   CC       src/crun-update.o
12:51:56 [2024-04-23T12:51:56.747Z] #73 58.98   CC       src/crun-ps.o
12:51:56 [2024-04-23T12:51:56.747Z] #73 59.05   CC       src/crun-checkpoint.o
12:51:56 [2024-04-23T12:51:56.747Z] #73 59.07   CC       src/crun-restore.o
12:51:56 [2024-04-23T12:51:56.747Z] #73 59.09   CC       src/libcrun/crun-cloned_binary.o
12:51:56 [2024-04-23T12:51:56.747Z] #73 59.12   CC       src/libcrun/libcrun_la-utils.lo
12:51:56 [2024-04-23T12:51:56.747Z] #73 59.14   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
12:51:57 [2024-04-23T12:51:57.004Z] #73 59.31   CC       src/libcrun/libcrun_la-cgroup-resources.lo
12:51:57 [2024-04-23T12:51:57.004Z] #73 59.41   CC       src/libcrun/libcrun_la-cgroup-setup.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.41   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.45   CC       src/libcrun/libcrun_la-cgroup-utils.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.47   CC       src/libcrun/libcrun_la-cgroup.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.48   CC       src/libcrun/libcrun_la-chroot_realpath.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.48   CC       src/libcrun/libcrun_la-cloned_binary.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.51   CC       src/libcrun/libcrun_la-container.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.56   CC       src/libcrun/libcrun_la-criu.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.57   CC       src/libcrun/libcrun_la-custom-handler.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.67   CC       src/libcrun/libcrun_la-ebpf.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.69   CC       src/libcrun/libcrun_la-error.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.70   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.72   CC       src/libcrun/handlers/libcrun_la-krun.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.73   CC       src/libcrun/handlers/libcrun_la-mono.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.74   CC       src/libcrun/handlers/libcrun_la-spin.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.75   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.75   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.77   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
12:51:57 [2024-04-23T12:51:57.260Z] #73 59.79   CC       tests/init.o
12:51:57 [2024-04-23T12:51:57.523Z] #73 59.81   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
12:51:58 [2024-04-23T12:51:58.457Z] #73 60.83   CCLD     tests/init
12:52:00 [2024-04-23T12:52:00.345Z] #73 62.89   CCLD     libcrun.la
12:52:00 [2024-04-23T12:52:00.602Z] #73 63.06   CCLD     crun
12:52:00 [2024-04-23T12:52:00.857Z] #73 63.10   AR       libcrun_testing.a
12:52:00 [2024-04-23T12:52:00.857Z] #73 63.10 ar: `u' modifier ignored since `D' is the default (see `U')
12:52:00 [2024-04-23T12:52:00.857Z] #73 63.12   CCLD     tests/tests_libcrun_utils
12:52:00 [2024-04-23T12:52:00.857Z] #73 63.12   CCLD     tests/tests_libcrun_intelrdt
12:52:00 [2024-04-23T12:52:00.857Z] #73 63.12   CCLD     tests/tests_libcrun_errors
12:52:00 [2024-04-23T12:52:00.857Z] #73 63.12   CCLD     tests/tests_libcrun_fuzzer
12:52:00 [2024-04-23T12:52:00.857Z] #73 63.32 make[3]: Entering directory '/tmp/crun-build'
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.39  /usr/bin/mkdir -p '/usr/local/share/man/man1'
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.39  /usr/bin/mkdir -p '/usr/local/lib'
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.39  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.39  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.42 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.42 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.43 libtool: install: chmod 644 /usr/local/lib/libcrun.a
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.44 libtool: install: ranlib /usr/local/lib/libcrun.a
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 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
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 ----------------------------------------------------------------------
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 Libraries have been installed in:
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50    /usr/local/lib
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 If you ever happen to want to link against installed libraries
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 in a given directory, LIBDIR, you must either use libtool, and
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 specify the full pathname of the library, or use the '-LLIBDIR'
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 flag during linking and do at least one of the following:
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50      during execution
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50    - add LIBDIR to the 'LD_RUN_PATH' environment variable
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50      during linking
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 See any operating system documentation about shared libraries for
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 more information, such as the ld(1) and ld.so(8) manual pages.
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50 ----------------------------------------------------------------------
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.50  /usr/bin/mkdir -p '/build'
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.51   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
12:52:01 [2024-04-23T12:52:01.117Z] #73 63.53 libtool: install: /usr/bin/install -c crun /build/crun
12:52:01 [2024-04-23T12:52:01.373Z] #73 63.54 make[3]: Leaving directory '/tmp/crun-build'
12:52:01 [2024-04-23T12:52:01.373Z] #73 63.54 make[2]: Leaving directory '/tmp/crun-build'
12:52:01 [2024-04-23T12:52:01.373Z] #73 63.54 make[1]: Leaving directory '/tmp/crun-build'
12:52:03 [2024-04-23T12:52:03.890Z] #73 DONE 66.1s
12:52:03 [2024-04-23T12:52:03.890Z] 
12:52:03 [2024-04-23T12:52:03.890Z] #76 [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...)
12:52:03 [2024-04-23T12:52:03.890Z] #76 63.72 + bin/containerd-stress
12:52:04 [2024-04-23T12:52:04.186Z] #76 63.72 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.15 -X github.com/containerd/containerd/version.Revision=926c9586fe4a6236699318391cd44976a98e31f1 -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd-stress
12:52:05 [2024-04-23T12:52:05.547Z] #76 65.19 + bin/containerd-shim
12:52:05 [2024-04-23T12:52:05.802Z] #76 65.71 + bin/containerd-shim-runc-v1
12:52:06 [2024-04-23T12:52:06.727Z] #76 66.47 + bin/containerd-shim-runc-v2
12:52:07 [2024-04-23T12:52:07.287Z] #76 67.12 + binaries
12:52:09 [2024-04-23T12:52:09.795Z] #76 DONE 69.4s
12:52:10 [2024-04-23T12:52:10.354Z] 
12:52:10 [2024-04-23T12:52:10.354Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
12:52:12 [2024-04-23T12:52:12.235Z] #93 DONE 2.0s
12:52:12 [2024-04-23T12:52:12.235Z] 
12:52:12 [2024-04-23T12:52:12.235Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
12:52:12 [2024-04-23T12:52:12.490Z] #94 DONE 0.4s
12:52:12 [2024-04-23T12:52:12.744Z] 
12:52:12 [2024-04-23T12:52:12.744Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
12:52:12 [2024-04-23T12:52:12.744Z] #95 DONE 0.1s
12:52:12 [2024-04-23T12:52:12.744Z] 
12:52:12 [2024-04-23T12:52:12.744Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
12:52:12 [2024-04-23T12:52:12.744Z] #96 DONE 0.0s
12:52:12 [2024-04-23T12:52:12.744Z] 
12:52:12 [2024-04-23T12:52:12.744Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
12:52:12 [2024-04-23T12:52:12.744Z] #97 DONE 0.0s
12:52:12 [2024-04-23T12:52:12.744Z] 
12:52:12 [2024-04-23T12:52:12.744Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
12:52:12 [2024-04-23T12:52:12.744Z] #98 DONE 0.1s
12:52:12 [2024-04-23T12:52:12.999Z] 
12:52:12 [2024-04-23T12:52:12.999Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
12:52:13 [2024-04-23T12:52:13.253Z] #99 DONE 0.4s
12:52:13 [2024-04-23T12:52:13.509Z] 
12:52:13 [2024-04-23T12:52:13.509Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
12:52:13 [2024-04-23T12:52:13.509Z] #100 DONE 0.3s
12:52:13 [2024-04-23T12:52:13.764Z] 
12:52:13 [2024-04-23T12:52:13.764Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
12:52:13 [2024-04-23T12:52:13.764Z] #101 DONE 0.0s
12:52:13 [2024-04-23T12:52:13.764Z] 
12:52:13 [2024-04-23T12:52:13.764Z] #102 [dev-base  1/12] RUN groupadd -r docker
12:52:13 [2024-04-23T12:52:13.764Z] #102 DONE 0.2s
12:52:14 [2024-04-23T12:52:14.069Z] 
12:52:14 [2024-04-23T12:52:14.069Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
12:52:14 [2024-04-23T12:52:14.323Z] #103 DONE 0.5s
12:52:14 [2024-04-23T12:52:14.578Z] 
12:52:14 [2024-04-23T12:52:14.578Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
12:52:14 [2024-04-23T12:52:14.578Z] #104 0.320 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
12:52:14 [2024-04-23T12:52:14.832Z] #104 DONE 0.4s
12:52:14 [2024-04-23T12:52:14.832Z] 
12:52:14 [2024-04-23T12:52:14.832Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
12:52:15 [2024-04-23T12:52:15.087Z] #105 DONE 0.4s
12:52:15 [2024-04-23T12:52:15.087Z] 
12:52:15 [2024-04-23T12:52:15.087Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
12:52:15 [2024-04-23T12:52:15.341Z] #106 DONE 0.3s
12:52:15 [2024-04-23T12:52:15.595Z] 
12:52:15 [2024-04-23T12:52:15.595Z] #107 [dev-base  6/12] RUN ldconfig
12:52:15 [2024-04-23T12:52:15.595Z] #107 DONE 0.3s
12:52:15 [2024-04-23T12:52:15.850Z] 
12:52:15 [2024-04-23T12:52:15.850Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
12:52:15 [2024-04-23T12:52:15.850Z] #108 DONE 0.3s
12:52:16 [2024-04-23T12:52:16.104Z] 
12:52:16 [2024-04-23T12:52:16.104Z] #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
12:52:16 [2024-04-23T12:52:16.663Z] #109 0.578 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
12:52:16 [2024-04-23T12:52:16.663Z] #109 0.587 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
12:52:16 [2024-04-23T12:52:16.663Z] #109 0.587 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:52:16 [2024-04-23T12:52:16.663Z] #109 0.660 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
12:52:16 [2024-04-23T12:52:16.663Z] #109 0.724 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
12:52:16 [2024-04-23T12:52:16.917Z] #109 0.760 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB]
12:52:17 [2024-04-23T12:52:17.476Z] #109 1.672 Fetched 9104 kB in 1s (6730 kB/s)
12:52:18 [2024-04-23T12:52:18.034Z] #109 1.672 Reading package lists...
12:52:18 [2024-04-23T12:52:18.847Z] #109 2.255 Reading package lists...
12:52:18 [2024-04-23T12:52:18.847Z] #109 2.833 Building dependency tree...
12:52:19 [2024-04-23T12:52:19.101Z] #109 3.189 The following additional packages will be installed:
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.189   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.189   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.190   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.190   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.191   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.191   vim-runtime
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.193 Suggested packages:
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.193   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.193   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.193   systemd-userdbd systemd-boot systemd-resolved libqrencode4
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.193   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.193   vim-doc vim-scripts xfsdump acl attr quota
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.193 Recommended packages:
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.193   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
12:52:19 [2024-04-23T12:52:19.355Z] #109 3.193   systemd-timesyncd | time-daemon xxd unzip
12:52:19 [2024-04-23T12:52:19.609Z] #109 3.564 The following NEW packages will be installed:
12:52:19 [2024-04-23T12:52:19.609Z] #109 3.564   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
12:52:19 [2024-04-23T12:52:19.609Z] #109 3.564   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
12:52:19 [2024-04-23T12:52:19.609Z] #109 3.564   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
12:52:19 [2024-04-23T12:52:19.609Z] #109 3.565   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
12:52:19 [2024-04-23T12:52:19.609Z] #109 3.565   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
12:52:19 [2024-04-23T12:52:19.609Z] #109 3.565   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
12:52:19 [2024-04-23T12:52:19.609Z] #109 3.565   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
12:52:19 [2024-04-23T12:52:19.609Z] #109 3.565   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
12:52:19 [2024-04-23T12:52:19.609Z] #109 3.565   zip zstd
12:52:19 [2024-04-23T12:52:19.863Z] #109 3.840 0 upgraded, 56 newly installed, 0 to remove and 5 not upgraded.
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.840 Need to get 31.8 MB of archives.
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.840 After this operation, 143 MB of additional disk space will be used.
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.840 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.842 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.844 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.846 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.847 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.849 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libfdisk1 arm64 2.38.1-5+deb12u1 [182 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.850 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.854 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.854 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.856 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.22-1~deb12u1 [1508 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.863 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.22-1~deb12u1 [2829 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.877 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.879 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.879 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.887 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.888 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.889 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.890 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.890 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.890 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.895 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.896 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.897 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.897 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.900 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.903 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.903 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.904 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.904 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.904 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.905 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.906 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.907 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.908 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.909 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.909 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.909 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
12:52:19 [2024-04-23T12:52:19.864Z] #109 3.958 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.959 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.959 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.960 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.960 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.961 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.961 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.963 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.963 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.965 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.966 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.968 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.22-1~deb12u1 [92.2 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.971 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.977 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 3.991 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 4.030 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 4.040 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 4.044 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 4.045 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
12:52:20 [2024-04-23T12:52:20.118Z] #109 4.230 debconf: delaying package configuration, since apt-utils is not installed
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.265 Fetched 31.8 MB in 1s (61.6 MB/s)
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.292 Selecting previously unselected package libargon2-1:arm64.
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.292 (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.)
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.300 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.307 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.341 Selecting previously unselected package dmsetup.
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.343 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.353 Unpacking dmsetup (2:1.02.185-2) ...
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.394 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.395 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.399 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.445 Selecting previously unselected package libjson-c5:arm64.
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.447 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.451 Unpacking libjson-c5:arm64 (0.16-2) ...
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.493 Selecting previously unselected package libcryptsetup12:arm64.
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.495 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ...
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.498 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
12:52:20 [2024-04-23T12:52:20.373Z] #109 4.550 Selecting previously unselected package libfdisk1:arm64.
12:52:20 [2024-04-23T12:52:20.627Z] #109 4.552 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u1_arm64.deb ...
12:52:20 [2024-04-23T12:52:20.627Z] #109 4.558 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u1) ...
12:52:20 [2024-04-23T12:52:20.627Z] #109 4.632 Selecting previously unselected package libkmod2:arm64.
12:52:20 [2024-04-23T12:52:20.627Z] #109 4.633 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
12:52:20 [2024-04-23T12:52:20.627Z] #109 4.637 Unpacking libkmod2:arm64 (30+20221128-1) ...
12:52:20 [2024-04-23T12:52:20.627Z] #109 4.680 Selecting previously unselected package libapparmor1:arm64.
12:52:20 [2024-04-23T12:52:20.882Z] #109 4.682 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
12:52:20 [2024-04-23T12:52:20.882Z] #109 4.686 Unpacking libapparmor1:arm64 (3.0.8-3) ...
12:52:20 [2024-04-23T12:52:20.882Z] #109 4.730 Selecting previously unselected package libip4tc2:arm64.
12:52:20 [2024-04-23T12:52:20.882Z] #109 4.732 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
12:52:20 [2024-04-23T12:52:20.882Z] #109 4.737 Unpacking libip4tc2:arm64 (1.8.9-2) ...
12:52:20 [2024-04-23T12:52:20.882Z] #109 4.764 Selecting previously unselected package libsystemd-shared:arm64.
12:52:20 [2024-04-23T12:52:20.882Z] #109 4.765 Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_arm64.deb ...
12:52:20 [2024-04-23T12:52:20.882Z] #109 4.769 Unpacking libsystemd-shared:arm64 (252.22-1~deb12u1) ...
12:52:20 [2024-04-23T12:52:20.882Z] #109 4.926 Selecting previously unselected package systemd.
12:52:21 [2024-04-23T12:52:21.136Z] #109 4.928 Preparing to unpack .../10-systemd_252.22-1~deb12u1_arm64.deb ...
12:52:21 [2024-04-23T12:52:21.136Z] #109 4.946 Unpacking systemd (252.22-1~deb12u1) ...
12:52:21 [2024-04-23T12:52:21.136Z] #109 5.199 Selecting previously unselected package pigz.
12:52:21 [2024-04-23T12:52:21.136Z] #109 5.201 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
12:52:21 [2024-04-23T12:52:21.136Z] #109 5.205 Unpacking pigz (2.6-1) ...
12:52:21 [2024-04-23T12:52:21.136Z] #109 5.253 Selecting previously unselected package sgml-base.
12:52:21 [2024-04-23T12:52:21.136Z] #109 5.255 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
12:52:21 [2024-04-23T12:52:21.136Z] #109 5.262 Unpacking sgml-base (1.31) ...
12:52:21 [2024-04-23T12:52:21.136Z] #109 5.324 Selecting previously unselected package sudo.
12:52:21 [2024-04-23T12:52:21.390Z] #109 5.325 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
12:52:21 [2024-04-23T12:52:21.390Z] #109 5.330 Unpacking sudo (1.9.13p3-1+deb12u1) ...
12:52:21 [2024-04-23T12:52:21.390Z] #109 5.455 Selecting previously unselected package libelf1:arm64.
12:52:21 [2024-04-23T12:52:21.390Z] #109 5.457 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
12:52:21 [2024-04-23T12:52:21.390Z] #109 5.461 Unpacking libelf1:arm64 (0.188-2.1) ...
12:52:21 [2024-04-23T12:52:21.390Z] #109 5.512 Selecting previously unselected package libbpf1:arm64.
12:52:21 [2024-04-23T12:52:21.390Z] #109 5.513 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
12:52:21 [2024-04-23T12:52:21.390Z] #109 5.517 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
12:52:21 [2024-04-23T12:52:21.390Z] #109 5.561 Selecting previously unselected package libmnl0:arm64.
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.562 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.568 Unpacking libmnl0:arm64 (1.0.4-3) ...
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.606 Selecting previously unselected package libxtables12:arm64.
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.608 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.611 Unpacking libxtables12:arm64 (1.8.9-2) ...
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.647 Selecting previously unselected package libcap2-bin.
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.649 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.652 Unpacking libcap2-bin (1:2.66-4) ...
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.705 Selecting previously unselected package iproute2.
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.707 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.711 Unpacking iproute2 (6.1.0-3) ...
12:52:21 [2024-04-23T12:52:21.645Z] #109 5.828 Selecting previously unselected package vim-common.
12:52:21 [2024-04-23T12:52:21.899Z] #109 5.830 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
12:52:21 [2024-04-23T12:52:21.899Z] #109 5.835 Unpacking vim-common (2:9.0.1378-2) ...
12:52:21 [2024-04-23T12:52:21.899Z] #109 5.886 Selecting previously unselected package bash-completion.
12:52:21 [2024-04-23T12:52:21.899Z] #109 5.888 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
12:52:21 [2024-04-23T12:52:21.899Z] #109 5.898 Unpacking bash-completion (1:2.11-6) ...
12:52:21 [2024-04-23T12:52:21.899Z] #109 6.012 Selecting previously unselected package bzip2.
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.014 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.018 Unpacking bzip2 (1.0.8-5+b1) ...
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.051 Selecting previously unselected package xz-utils.
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.052 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.059 Unpacking xz-utils (5.4.1-0.2) ...
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.141 Selecting previously unselected package apparmor.
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.143 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.157 Unpacking apparmor (3.0.8-3) ...
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.238 Selecting previously unselected package inetutils-ping.
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.240 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.246 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.306 Selecting previously unselected package libip6tc2:arm64.
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.308 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.312 Unpacking libip6tc2:arm64 (1.8.9-2) ...
12:52:22 [2024-04-23T12:52:22.154Z] #109 6.348 Selecting previously unselected package libnfnetlink0:arm64.
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.350 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.354 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.393 Selecting previously unselected package libnetfilter-conntrack3:arm64.
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.395 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.401 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.437 Selecting previously unselected package libnftnl11:arm64.
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.439 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.442 Unpacking libnftnl11:arm64 (1.2.4-2) ...
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.486 Selecting previously unselected package iptables.
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.488 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.495 Unpacking iptables (1.8.9-2) ...
12:52:22 [2024-04-23T12:52:22.409Z] #109 6.588 Selecting previously unselected package libonig5:arm64.
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.590 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.597 Unpacking libonig5:arm64 (6.9.8-1) ...
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.649 Selecting previously unselected package libjq1:arm64.
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.651 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.658 Unpacking libjq1:arm64 (1.6-2.1) ...
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.699 Selecting previously unselected package jq.
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.700 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.704 Unpacking jq (1.6-2.1) ...
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.742 Selecting previously unselected package libaio1:arm64.
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.744 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.749 Unpacking libaio1:arm64 (0.3.113-4) ...
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.794 Selecting previously unselected package libgpm2:arm64.
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.796 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.663Z] #109 6.801 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
12:52:22 [2024-04-23T12:52:22.918Z] #109 6.834 Selecting previously unselected package libicu72:arm64.
12:52:22 [2024-04-23T12:52:22.918Z] #109 6.836 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
12:52:22 [2024-04-23T12:52:22.918Z] #109 6.840 Unpacking libicu72:arm64 (72.1-3) ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.390 Selecting previously unselected package libinih1:arm64.
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.392 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.395 Unpacking libinih1:arm64 (55-1) ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.425 Selecting previously unselected package libmicrohttpd12:arm64.
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.427 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.430 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.468 Selecting previously unselected package libnet1:arm64.
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.470 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.474 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.513 Selecting previously unselected package libnl-3-200:arm64.
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.515 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.518 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.554 Selecting previously unselected package libprotobuf-c1:arm64.
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.556 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.561 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.593 Selecting previously unselected package libsodium23:arm64.
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.595 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.598 Unpacking libsodium23:arm64 (1.0.18-1) ...
12:52:23 [2024-04-23T12:52:23.477Z] #109 7.635 Selecting previously unselected package libsubid4:arm64.
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.637 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.640 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.679 Selecting previously unselected package liburcu8:arm64.
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.681 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.684 Unpacking liburcu8:arm64 (0.13.2-1) ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.722 Selecting previously unselected package libyajl2:arm64.
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.724 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.727 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.753 Selecting previously unselected package net-tools.
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.755 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.759 Unpacking net-tools (2.10-0.1) ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.805 Selecting previously unselected package patch.
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.807 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.811 Unpacking patch (2.7.6-7) ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.850 Selecting previously unselected package systemd-journal-remote.
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.852 Preparing to unpack .../48-systemd-journal-remote_252.22-1~deb12u1_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.731Z] #109 7.856 Unpacking systemd-journal-remote (252.22-1~deb12u1) ...
12:52:23 [2024-04-23T12:52:23.986Z] #109 7.893 Selecting previously unselected package thin-provisioning-tools.
12:52:23 [2024-04-23T12:52:23.986Z] #109 7.895 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
12:52:23 [2024-04-23T12:52:23.986Z] #109 7.899 Unpacking thin-provisioning-tools (0.9.0-2) ...
12:52:23 [2024-04-23T12:52:23.986Z] #109 7.958 Selecting previously unselected package uidmap.
12:52:24 [2024-04-23T12:52:24.240Z] #109 7.960 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
12:52:24 [2024-04-23T12:52:24.240Z] #109 7.964 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
12:52:24 [2024-04-23T12:52:24.240Z] #109 8.013 Selecting previously unselected package vim-runtime.
12:52:24 [2024-04-23T12:52:24.240Z] #109 8.015 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
12:52:24 [2024-04-23T12:52:24.240Z] #109 8.025 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
12:52:24 [2024-04-23T12:52:24.240Z] #109 8.035 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
12:52:24 [2024-04-23T12:52:24.240Z] #109 8.038 Unpacking vim-runtime (2:9.0.1378-2) ...
12:52:24 [2024-04-23T12:52:24.495Z] #109 8.531 Selecting previously unselected package vim.
12:52:24 [2024-04-23T12:52:24.495Z] #109 8.534 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
12:52:24 [2024-04-23T12:52:24.495Z] #109 8.538 Unpacking vim (2:9.0.1378-2) ...
12:52:24 [2024-04-23T12:52:24.495Z] #109 8.663 Selecting previously unselected package xfsprogs.
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.665 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.669 Unpacking xfsprogs (6.1.0-1) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.765 Selecting previously unselected package zip.
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.767 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.770 Unpacking zip (3.0-13) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.809 Selecting previously unselected package zstd.
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.811 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.814 Unpacking zstd (1.5.4+dfsg2-5) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.901 Setting up libip4tc2:arm64 (1.8.9-2) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.912 Setting up net-tools (2.10-0.1) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.921 Setting up libapparmor1:arm64 (3.0.8-3) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.932 Setting up libsodium23:arm64 (1.0.18-1) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.943 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.954 Setting up libicu72:arm64 (72.1-3) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.963 Setting up libip6tc2:arm64 (1.8.9-2) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.973 Setting up libinih1:arm64 (55-1) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 8.987 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
12:52:24 [2024-04-23T12:52:24.840Z] #109 9.002 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
12:52:25 [2024-04-23T12:52:25.094Z] #109 9.011 Setting up bzip2 (1.0.8-5+b1) ...
12:52:25 [2024-04-23T12:52:25.094Z] #109 9.020 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
12:52:25 [2024-04-23T12:52:25.094Z] #109 9.030 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
12:52:25 [2024-04-23T12:52:25.094Z] #109 9.042 Setting up libcap2-bin (1:2.66-4) ...
12:52:25 [2024-04-23T12:52:25.094Z] #109 9.056 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
12:52:25 [2024-04-23T12:52:25.094Z] #109 9.068 Setting up apparmor (3.0.8-3) ...
12:52:25 [2024-04-23T12:52:25.653Z] #109 9.815 debconf: unable to initialize frontend: Dialog
12:52:25 [2024-04-23T12:52:25.653Z] #109 9.815 debconf: (TERM is not set, so the dialog frontend is not usable.)
12:52:25 [2024-04-23T12:52:25.653Z] #109 9.815 debconf: falling back to frontend: Readline
12:52:25 [2024-04-23T12:52:25.908Z] #109 9.821 debconf: unable to initialize frontend: Readline
12:52:25 [2024-04-23T12:52:25.908Z] #109 9.821 debconf: (This frontend requires a controlling tty.)
12:52:25 [2024-04-23T12:52:25.908Z] #109 9.821 debconf: falling back to frontend: Teletype
12:52:25 [2024-04-23T12:52:25.908Z] #109 9.975 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.

12:52:25 [2024-04-23T12:52:25.908Z] #109 10.07 Setting up zip (3.0-13) ...
12:52:25 [2024-04-23T12:52:25.908Z] #109 10.09 Setting up vim-common (2:9.0.1378-2) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.10 Setting up bash-completion (1:2.11-6) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.13 Setting up xz-utils (5.4.1-0.2) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.15 Setting up libmnl0:arm64 (1.0.4-3) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.16 Setting up patch (2.7.6-7) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.17 Setting up sudo (1.9.13p3-1+deb12u1) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.22 invoke-rc.d: could not determine current runlevel
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.22 invoke-rc.d: policy-rc.d denied execution of start.
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.23 Setting up libxtables12:arm64 (1.8.9-2) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.24 Setting up liburcu8:arm64 (0.13.2-1) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.25 Setting up libfdisk1:arm64 (2.38.1-5+deb12u1) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.26 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.28 Setting up pigz (2.6-1) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.29 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.30 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
12:52:26 [2024-04-23T12:52:26.163Z] #109 10.33 Setting up sgml-base (1.31) ...
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.36 Setting up vim-runtime (2:9.0.1378-2) ...
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.43 Setting up libaio1:arm64 (0.3.113-4) ...
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.44 Setting up libelf1:arm64 (0.188-2.1) ...
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.45 Setting up libjson-c5:arm64 (0.16-2) ...
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.47 Setting up zstd (1.5.4+dfsg2-5) ...
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.48 Setting up libonig5:arm64 (6.9.8-1) ...
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.48 Setting up libbpf1:arm64 (1:1.1.0-1) ...
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.49 Setting up libkmod2:arm64 (30+20221128-1) ...
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.51 Setting up vim (2:9.0.1378-2) ...
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
12:52:26 [2024-04-23T12:52:26.417Z] #109 10.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.56 Setting up libjq1:arm64 (1.6-2.1) ...
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.58 Setting up iproute2 (6.1.0-3) ...
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.70 debconf: unable to initialize frontend: Dialog
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.70 debconf: (TERM is not set, so the dialog frontend is not usable.)
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.70 debconf: falling back to frontend: Readline
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.70 debconf: unable to initialize frontend: Readline
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.70 debconf: (This frontend requires a controlling tty.)
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.70 debconf: falling back to frontend: Teletype
12:52:26 [2024-04-23T12:52:26.671Z] #109 10.80 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.82 Setting up libnftnl11:arm64 (1.2.4-2) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.83 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.84 Setting up thin-provisioning-tools (0.9.0-2) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.85 Setting up libsystemd-shared:arm64 (252.22-1~deb12u1) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.86 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.87 Setting up jq (1.6-2.1) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.88 Setting up iptables (1.8.9-2) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.89 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.89 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.90 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.90 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.91 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.91 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.92 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.93 Setting up dmsetup (2:1.02.185-2) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.94 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.96 Setting up systemd (252.22-1~deb12u1) ...
12:52:26 [2024-04-23T12:52:26.925Z] #109 10.99 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.

12:52:26 [2024-04-23T12:52:26.925Z] #109 11.00 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.

12:52:26 [2024-04-23T12:52:26.925Z] #109 11.00 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.

12:52:26 [2024-04-23T12:52:26.925Z] #109 11.01 Initializing machine ID from random generator.

12:52:26 [2024-04-23T12:52:26.925Z] #109 11.03 Creating group 'systemd-journal' with GID 998.

12:52:27 [2024-04-23T12:52:27.180Z] #109 11.03 Creating group 'systemd-network' with GID 997.

12:52:27 [2024-04-23T12:52:27.180Z] #109 11.03 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.

12:52:27 [2024-04-23T12:52:27.180Z] #109 11.07 Setting up systemd-journal-remote (252.22-1~deb12u1) ...
12:52:27 [2024-04-23T12:52:27.180Z] #109 11.09 Creating group 'systemd-journal-remote' with GID 996.

12:52:27 [2024-04-23T12:52:27.180Z] #109 11.09 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.

12:52:27 [2024-04-23T12:52:27.180Z] #109 11.12 Setting up xfsprogs (6.1.0-1) ...
12:52:27 [2024-04-23T12:52:27.180Z] #109 11.13 System has not been booted with systemd as init system (PID 1). Can't operate.

12:52:27 [2024-04-23T12:52:27.180Z] #109 11.13 Failed to connect to bus: Host is down

12:52:27 [2024-04-23T12:52:27.180Z] #109 11.14 Processing triggers for libc-bin (2.36-9+deb12u4) ...
12:52:28 [2024-04-23T12:52:28.102Z] #109 DONE 12.1s
12:52:28 [2024-04-23T12:52:28.102Z] 
12:52:28 [2024-04-23T12:52:28.102Z] #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
12:52:28 [2024-04-23T12:52:28.102Z] #110 0.183 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
12:52:28 [2024-04-23T12:52:28.357Z] #110 0.186 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
12:52:28 [2024-04-23T12:52:28.357Z] #110 0.189 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
12:52:28 [2024-04-23T12:52:28.357Z] #110 DONE 0.2s
12:52:28 [2024-04-23T12:52:28.357Z] 
12:52:28 [2024-04-23T12:52:28.357Z] #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
12:52:28 [2024-04-23T12:52:28.915Z] #111 0.555 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:52:28 [2024-04-23T12:52:28.915Z] #111 0.555 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:52:28 [2024-04-23T12:52:28.915Z] #111 0.555 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:52:29 [2024-04-23T12:52:29.474Z] #111 0.727 Reading package lists...
12:52:29 [2024-04-23T12:52:29.982Z] #111 1.320 Reading package lists...
12:52:30 [2024-04-23T12:52:30.236Z] #111 1.901 Building dependency tree...
12:52:30 [2024-04-23T12:52:30.491Z] #111 2.058 Reading state information...
12:52:30 [2024-04-23T12:52:30.491Z] #111 2.266 gcc is already the newest version (4:12.2.0-3).
12:52:30 [2024-04-23T12:52:30.491Z] #111 2.266 pkg-config is already the newest version (1.8.1-1).
12:52:30 [2024-04-23T12:52:30.491Z] #111 2.266 The following additional packages will be installed:
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.266   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.266   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.266   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.267   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.267   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.267   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.268   python3-yaml uuid-dev zlib1g-dev
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.269 Suggested packages:
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.269   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.269   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.269 Recommended packages:
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.269   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.269   liblocale-gettext-perl shared-mime-info xdg-user-dirs
12:52:30 [2024-04-23T12:52:30.746Z] #111 2.524 The following NEW packages will be installed:
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.525   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.525   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.525   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.525   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.525   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.525   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.526   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.526   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.800 0 upgraded, 37 newly installed, 0 to remove and 5 not upgraded.
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.800 Need to get 11.9 MB of archives.
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.800 After this operation, 53.1 MB of additional disk space will be used.
12:52:31 [2024-04-23T12:52:31.000Z] #111 2.800 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.810 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.819 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.825 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.826 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.827 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.828 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.828 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.829 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.829 Get:10 http://deb.debian.org/debian-security bookworm-security/main arm64 uuid-dev arm64 2.38.1-5+deb12u1 [40.3 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.830 Get:11 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.830 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.831 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.832 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.836 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.843 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.843 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.844 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.845 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.846 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.848 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.849 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.850 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.851 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.855 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.856 Get:26 http://deb.debian.org/debian-security bookworm-security/main arm64 libmount-dev arm64 2.38.1-5+deb12u1 [22.3 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.857 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.862 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.870 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.871 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.872 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.874 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.874 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.875 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.875 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.877 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 2.877 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
12:52:31 [2024-04-23T12:52:31.263Z] #111 3.018 debconf: delaying package configuration, since apt-utils is not installed
12:52:31 [2024-04-23T12:52:31.263Z] #111 3.052 Fetched 11.9 MB in 0s (34.7 MB/s)
12:52:31 [2024-04-23T12:52:31.263Z] #111 3.075 Selecting previously unselected package libdpkg-perl.
12:52:31 [2024-04-23T12:52:31.263Z] #111 3.075 (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.)
12:52:31 [2024-04-23T12:52:31.263Z] #111 3.087 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
12:52:31 [2024-04-23T12:52:31.263Z] #111 3.090 Unpacking libdpkg-perl (1.21.22) ...
12:52:31 [2024-04-23T12:52:31.263Z] #111 3.156 Selecting previously unselected package dpkg-dev.
12:52:31 [2024-04-23T12:52:31.517Z] #111 3.159 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
12:52:31 [2024-04-23T12:52:31.517Z] #111 3.163 Unpacking dpkg-dev (1.21.22) ...
12:52:31 [2024-04-23T12:52:31.517Z] #111 3.288 Selecting previously unselected package libglib2.0-0:arm64.
12:52:31 [2024-04-23T12:52:31.517Z] #111 3.291 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ...
12:52:31 [2024-04-23T12:52:31.517Z] #111 3.298 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
12:52:31 [2024-04-23T12:52:31.517Z] #111 3.415 Selecting previously unselected package libgirepository-1.0-1:arm64.
12:52:31 [2024-04-23T12:52:31.771Z] #111 3.417 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
12:52:31 [2024-04-23T12:52:31.771Z] #111 3.420 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
12:52:31 [2024-04-23T12:52:31.771Z] #111 3.455 Selecting previously unselected package gir1.2-glib-2.0:arm64.
12:52:31 [2024-04-23T12:52:31.771Z] #111 3.457 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
12:52:31 [2024-04-23T12:52:31.771Z] #111 3.461 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.500 Selecting previously unselected package libsecret-common.
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.503 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.506 Unpacking libsecret-common (0.20.5-3) ...
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.559 Selecting previously unselected package libsecret-1-0:arm64.
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.561 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.565 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.597 Selecting previously unselected package gir1.2-secret-1:arm64.
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.599 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.609 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.639 Selecting previously unselected package libapparmor-dev:arm64.
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.641 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.646 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
12:52:31 [2024-04-23T12:52:31.772Z] #111 3.677 Selecting previously unselected package uuid-dev:arm64.
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.679 Preparing to unpack .../09-uuid-dev_2.38.1-5+deb12u1_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.683 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ...
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.713 Selecting previously unselected package libblkid-dev:arm64.
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.715 Preparing to unpack .../10-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.720 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.761 Selecting previously unselected package libffi-dev:arm64.
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.763 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.766 Unpacking libffi-dev:arm64 (3.4.4-1) ...
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.797 Selecting previously unselected package libgpg-error-dev.
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.799 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.804 Unpacking libgpg-error-dev (1.46-1) ...
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.843 Selecting previously unselected package libgcrypt20-dev.
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.845 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.848 Unpacking libgcrypt20-dev (1.10.1-3) ...
12:52:32 [2024-04-23T12:52:32.026Z] #111 3.914 Selecting previously unselected package libglib2.0-data.
12:52:32 [2024-04-23T12:52:32.280Z] #111 3.916 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
12:52:32 [2024-04-23T12:52:32.280Z] #111 3.923 Unpacking libglib2.0-data (2.74.6-2) ...
12:52:32 [2024-04-23T12:52:32.280Z] #111 4.050 Selecting previously unselected package libglib2.0-bin.
12:52:32 [2024-04-23T12:52:32.280Z] #111 4.052 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.280Z] #111 4.056 Unpacking libglib2.0-bin (2.74.6-2) ...
12:52:32 [2024-04-23T12:52:32.280Z] #111 4.101 Selecting previously unselected package python3-lib2to3.
12:52:32 [2024-04-23T12:52:32.280Z] #111 4.104 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
12:52:32 [2024-04-23T12:52:32.280Z] #111 4.107 Unpacking python3-lib2to3 (3.11.2-3) ...
12:52:32 [2024-04-23T12:52:32.280Z] #111 4.147 Selecting previously unselected package python3-distutils.
12:52:32 [2024-04-23T12:52:32.281Z] #111 4.149 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
12:52:32 [2024-04-23T12:52:32.281Z] #111 4.152 Unpacking python3-distutils (3.11.2-3) ...
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.196 Selecting previously unselected package libglib2.0-dev-bin.
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.199 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.206 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.242 Selecting previously unselected package libsepol-dev:arm64.
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.244 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.247 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.311 Selecting previously unselected package libpcre2-16-0:arm64.
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.313 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.318 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.366 Selecting previously unselected package libpcre2-32-0:arm64.
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.368 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.372 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
12:52:32 [2024-04-23T12:52:32.535Z] #111 4.419 Selecting previously unselected package libpcre2-posix3:arm64.
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.421 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.425 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.462 Selecting previously unselected package libpcre2-dev:arm64.
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.464 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.468 Unpacking libpcre2-dev:arm64 (10.42-1) ...
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.543 Selecting previously unselected package libselinux1-dev:arm64.
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.546 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.549 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.610 Selecting previously unselected package libmount-dev:arm64.
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.613 Preparing to unpack .../25-libmount-dev_2.38.1-5+deb12u1_arm64.deb ...
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.616 Unpacking libmount-dev:arm64 (2.38.1-5+deb12u1) ...
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.642 Selecting previously unselected package zlib1g-dev:arm64.
12:52:32 [2024-04-23T12:52:32.790Z] #111 4.644 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
12:52:33 [2024-04-23T12:52:33.044Z] #111 4.647 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
12:52:33 [2024-04-23T12:52:33.044Z] #111 4.707 Selecting previously unselected package libglib2.0-dev:arm64.
12:52:33 [2024-04-23T12:52:33.044Z] #111 4.709 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
12:52:33 [2024-04-23T12:52:33.044Z] #111 4.713 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
12:52:33 [2024-04-23T12:52:33.044Z] #111 4.873 Selecting previously unselected package libseccomp-dev:arm64.
12:52:33 [2024-04-23T12:52:33.299Z] #111 4.876 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
12:52:33 [2024-04-23T12:52:33.299Z] #111 4.879 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
12:52:33 [2024-04-23T12:52:33.299Z] #111 4.968 Selecting previously unselected package libsecret-1-dev:arm64.
12:52:33 [2024-04-23T12:52:33.299Z] #111 4.971 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
12:52:33 [2024-04-23T12:52:33.299Z] #111 4.975 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
12:52:33 [2024-04-23T12:52:33.299Z] #111 5.047 Selecting previously unselected package libsystemd-dev:arm64.
12:52:33 [2024-04-23T12:52:33.299Z] #111 5.049 Preparing to unpack .../30-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
12:52:33 [2024-04-23T12:52:33.299Z] #111 5.053 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
12:52:33 [2024-04-23T12:52:33.299Z] #111 5.158 Selecting previously unselected package libudev-dev:arm64.
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.161 Preparing to unpack .../31-libudev-dev_252.22-1~deb12u1_arm64.deb ...
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.164 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.209 Selecting previously unselected package libyaml-0-2:arm64.
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.211 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.215 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.254 Selecting previously unselected package python3-pathspec.
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.256 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.260 Unpacking python3-pathspec (0.11.0-1) ...
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.295 Selecting previously unselected package python3-pkg-resources.
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.297 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.300 Unpacking python3-pkg-resources (66.1.1-1) ...
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.356 Selecting previously unselected package python3-yaml.
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.358 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
12:52:33 [2024-04-23T12:52:33.553Z] #111 5.362 Unpacking python3-yaml (6.0-3+b2) ...
12:52:33 [2024-04-23T12:52:33.808Z] #111 5.402 Selecting previously unselected package yamllint.
12:52:33 [2024-04-23T12:52:33.808Z] #111 5.404 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
12:52:33 [2024-04-23T12:52:33.808Z] #111 5.408 Unpacking yamllint (1.29.0-1) ...
12:52:33 [2024-04-23T12:52:33.808Z] #111 5.460 Setting up python3-pkg-resources (66.1.1-1) ...
12:52:33 [2024-04-23T12:52:33.808Z] #111 5.705 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
12:52:34 [2024-04-23T12:52:34.062Z] #111 5.717 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
12:52:34 [2024-04-23T12:52:34.062Z] #111 5.727 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
12:52:34 [2024-04-23T12:52:34.062Z] #111 5.737 No schema files found: doing nothing.
12:52:34 [2024-04-23T12:52:34.062Z] #111 5.743 Setting up python3-yaml (6.0-3+b2) ...
12:52:34 [2024-04-23T12:52:34.062Z] #111 5.891 Setting up libffi-dev:arm64 (3.4.4-1) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 5.900 Setting up libpcre2-16-0:arm64 (10.42-1) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 5.909 Setting up libpcre2-32-0:arm64 (10.42-1) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 5.919 Setting up libglib2.0-data (2.74.6-2) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 5.928 Setting up libgpg-error-dev (1.46-1) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 5.940 Setting up uuid-dev:arm64 (2.38.1-5+deb12u1) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 5.951 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 5.960 Setting up libsepol-dev:arm64 (3.4-2.1) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 5.970 Setting up libdpkg-perl (1.21.22) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 5.981 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 5.992 Setting up libpcre2-posix3:arm64 (10.42-1) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 6.002 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 6.014 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 6.027 Setting up python3-pathspec (0.11.0-1) ...
12:52:34 [2024-04-23T12:52:34.316Z] #111 6.148 Setting up python3-lib2to3 (3.11.2-3) ...
12:52:34 [2024-04-23T12:52:34.571Z] #111 6.256 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
12:52:34 [2024-04-23T12:52:34.571Z] #111 6.267 Setting up libsecret-common (0.20.5-3) ...
12:52:34 [2024-04-23T12:52:34.571Z] #111 6.285 Setting up python3-distutils (3.11.2-3) ...
12:52:34 [2024-04-23T12:52:34.571Z] #111 6.412 Setting up libglib2.0-dev-bin (2.74.6-2) ...
12:52:34 [2024-04-23T12:52:34.825Z] #111 6.560 Setting up libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.574 Setting up libpcre2-dev:arm64 (10.42-1) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.585 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.596 Setting up libglib2.0-bin (2.74.6-2) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.606 Setting up dpkg-dev (1.21.22) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.628 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.637 Setting up yamllint (1.29.0-1) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.778 Setting up libgcrypt20-dev (1.10.1-3) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.853 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.862 Setting up libmount-dev:arm64 (2.38.1-5+deb12u1) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.872 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
12:52:35 [2024-04-23T12:52:35.080Z] #111 6.883 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
12:52:35 [2024-04-23T12:52:35.334Z] #111 6.898 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
12:52:35 [2024-04-23T12:52:35.334Z] #111 6.909 Processing triggers for libc-bin (2.36-9+deb12u4) ...
12:52:35 [2024-04-23T12:52:35.334Z] #111 DONE 7.2s
12:52:35 [2024-04-23T12:52:35.589Z] 
12:52:35 [2024-04-23T12:52:35.589Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
12:52:36 [2024-04-23T12:52:36.147Z] #112 DONE 0.8s
12:52:36 [2024-04-23T12:52:36.402Z] 
12:52:36 [2024-04-23T12:52:36.402Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
12:52:36 [2024-04-23T12:52:36.960Z] #113 DONE 0.7s
12:52:37 [2024-04-23T12:52:37.214Z] 
12:52:37 [2024-04-23T12:52:37.214Z] #114 [dev 1/1] COPY --link . .
12:52:39 [2024-04-23T12:52:39.096Z] #114 DONE 2.1s
12:52:39 [2024-04-23T12:52:39.351Z] 
12:52:39 [2024-04-23T12:52:39.351Z] #115 exporting to image
12:52:39 [2024-04-23T12:52:39.351Z] #115 exporting layers
12:52:40 [2024-04-23T12:52:40.274Z] #115 exporting layers 1.0s done
12:52:40 [2024-04-23T12:52:40.274Z] #115 writing image sha256:f54d299b8787224643ebb59f464b7c46249a66d14ee692119194ed011105e843 done
12:52:40 [2024-04-23T12:52:40.274Z] #115 naming to docker.io/library/docker:faf84d7f0a1f2e6badff6f720a3e1e559c356fff done
12:52:40 [2024-04-23T12:52:40.274Z] #115 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
12:52:40 [2024-04-23T12:52:40.560Z] + sudo modprobe ip6table_filter
[Pipeline] sh
12:52:40 [2024-04-23T12:52:40.872Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_master/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2946 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=faf84d7f0a1f2e6badff6f720a3e1e559c356fff -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:faf84d7f0a1f2e6badff6f720a3e1e559c356fff hack/test/unit
12:52:41 [2024-04-23T12:52:41.127Z] + BUILDFLAGS=(-tags 'netgo journald')
12:52:41 [2024-04-23T12:52:41.127Z] + TESTFLAGS+=' -test.timeout=5m'
12:52:41 [2024-04-23T12:52:41.127Z] + TESTDIRS=./...
12:52:41 [2024-04-23T12:52:41.127Z] + exclude_paths='/vendor/|/integration'
12:52:41 [2024-04-23T12:52:41.127Z] ++ go list ./...
12:52:41 [2024-04-23T12:52:41.127Z] ++ grep -vE '(/vendor/|/integration)'
12:52:41 [2024-04-23T12:52:41.687Z] + pkg_list='github.com/docker/docker/api
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/backend/build
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/httpstatus
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/httputils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/middleware
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/build
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/checkpoint
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/container
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/debug
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/distribution
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/grpc
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/image
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/network
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/plugin
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/session
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/swarm
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/system
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/server/router/volume
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/backend
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/blkiodev
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/checkpoint
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/container
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/events
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/filters
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/image
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/mount
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/network
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/plugins/logdriver
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/registry
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/strslice
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/swarm
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/swarm/runtime
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/system
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/time
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/versions
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/api/types/volume
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/builder-next
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/builder-next/exporter
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/builder-next/exporter/overrides
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/builder-next/worker
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/builder-next/worker/label
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/dockerfile
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/remotecontext
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/remotecontext/git
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/builder/remotecontext/urlutil
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/cli/debug
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/cli/winresources/docker-proxy
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/cli/winresources/dockerd
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/client
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/client/buildkit
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/cmd/docker-proxy
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/cmd/dockerd
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/cmd/dockerd/trap
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/container
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/container/stream
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/contrib/apparmor
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/contrib/httpserver
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/cluster
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/cluster/convert
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/cluster/executor
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/cluster/executor/container
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/cluster/provider
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/config
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/containerd
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/events
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/events/testutils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/graphdriver
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/graphdriver/copy
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/graphdriver/register
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/graphdriver/vfs
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/graphdriver/zfs
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/images
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/initlayer
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/links
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/listeners
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/awslogs
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/fluentd
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/gcplogs
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/gelf
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/journald
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/journald/internal/export
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/journald/internal/fake
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/local
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/loggertest
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/loggerutils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/splunk
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/syslog
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/logger/templates
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/names
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/network
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/snapshotter
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/daemon/stats
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/distribution
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/distribution/metadata
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/distribution/utils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/distribution/xfer
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/dockerversion
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/errdefs
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/image
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/image/cache
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/image/spec/specs-go
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/image/spec/specs-go/v1
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/image/tarexport
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/image/v1
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/cleanups
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/compatcontext
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/mod
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/mounttree
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/multierror
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/rootless/mountopts
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/safepath
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/sliceutil
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/test/suite
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/testutils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/testutils/netnsutils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/testutils/specialimage
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/unix_noeintr
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/internal/unshare
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/layer
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libcontainerd
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libcontainerd/queue
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libcontainerd/remote
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libcontainerd/shimopts
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libcontainerd/supervisor
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libcontainerd/types
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/bitmap
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/cluster
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/cnmallocator
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/config
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/datastore
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/diagnostic
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/discoverapi
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/driverapi
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/bridge
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/host
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/null
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/overlay
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/remote
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/windows
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/drvregistry
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/etchosts
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/internal/caller
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/internal/kvstore
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/internal/netiputil
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/ipam
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/ipamapi
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/ipams/builtin
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/ipams/null
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/ipams/remote
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/ipamutils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/ipbits
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/iptables
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/netlabel
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/netutils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/networkdb
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/ns
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/options
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/osl
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/osl/kernel
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/portallocator
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/portmapper
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/resolvconf
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/scope
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/libnetwork/types
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/oci
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/oci/caps
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/opts
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/archive
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/authorization
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/broadcaster
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/capabilities
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/chrootarchive
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/containerfs
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/directory
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/dmesg
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/fileutils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/homedir
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/idtools
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/ioutils
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/jsonmessage
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/longpath
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/meminfo
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/namesgenerator
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/parsers
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/parsers/kernel
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/pidfile
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/platform
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/plugingetter
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/plugins
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/plugins/transport
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/pools
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/process
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/progress
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/reexec
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/rootless
12:52:41 [2024-04-23T12:52:41.687Z] github.com/docker/docker/pkg/rootless/specconv
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/stack
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/stdcopy
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/streamformatter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/stringid
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/sysinfo
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/system
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/tailfile
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/tarsum
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/useragent
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/plugin
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/plugin/executor/containerd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/plugin/v2
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/profiles/apparmor
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/profiles/seccomp
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/quota
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/reference
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/registry
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/registry/resumable
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/restartmanager
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/runconfig
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/runconfig/opts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/daemon
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/environment
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fakecontext
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fakegit
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fakestorage
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fixtures/load
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fixtures/plugin
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/registry
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/request
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/drivers
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/local
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/mounts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/service
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/service/opts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/testutils'
12:52:41 [2024-04-23T12:52:41.688Z] ++ grep --fixed-strings -v /libnetwork
12:52:41 [2024-04-23T12:52:41.688Z] ++ echo 'github.com/docker/docker/api
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/backend/build
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/httpstatus
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/httputils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/middleware
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/build
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/checkpoint
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/container
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/debug
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/distribution
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/grpc
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/image
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/network
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/plugin
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/session
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/swarm
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/system
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/volume
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/backend
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/blkiodev
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/checkpoint
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/container
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/events
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/filters
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/image
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/mount
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/network
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/plugins/logdriver
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/registry
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/strslice
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/swarm
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/swarm/runtime
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/system
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/time
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/versions
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/volume
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/exporter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/exporter/overrides
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/worker
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/worker/label
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/dockerfile
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/remotecontext
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/remotecontext/git
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/remotecontext/urlutil
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cli/debug
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cli/winresources/docker-proxy
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cli/winresources/dockerd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/client
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/client/buildkit
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cmd/docker-proxy
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cmd/dockerd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cmd/dockerd/trap
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/container
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/container/stream
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/contrib/apparmor
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/contrib/httpserver
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster/convert
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster/executor
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster/executor/container
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster/provider
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/config
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/containerd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/events
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/events/testutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/copy
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/register
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/vfs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/zfs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/images
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/initlayer
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/links
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/listeners
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/awslogs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/fluentd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/gcplogs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/gelf
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/journald
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/journald/internal/export
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/journald/internal/fake
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/local
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/loggertest
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/loggerutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/splunk
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/syslog
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/templates
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/names
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/network
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/snapshotter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/stats
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/distribution
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/distribution/metadata
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/distribution/utils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/distribution/xfer
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/dockerversion
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/errdefs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image/cache
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image/spec/specs-go
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image/spec/specs-go/v1
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image/tarexport
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image/v1
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/cleanups
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/compatcontext
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/mod
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/mounttree
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/multierror
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/rootless/mountopts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/safepath
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/sliceutil
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/test/suite
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/testutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/testutils/netnsutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/testutils/specialimage
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/unix_noeintr
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/unshare
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/layer
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd/queue
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd/remote
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd/shimopts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd/supervisor
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd/types
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/bitmap
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/cluster
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/cnmallocator
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/config
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/datastore
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/diagnostic
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/discoverapi
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/driverapi
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/bridge
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/host
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/null
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/overlay
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/remote
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/windows
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/drvregistry
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/etchosts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/internal/caller
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/internal/kvstore
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/internal/netiputil
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/ipam
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/ipamapi
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/ipams/builtin
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/ipams/null
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/ipams/remote
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/ipamutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/ipbits
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/iptables
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/netlabel
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/netutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/networkdb
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/ns
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/options
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/osl
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/osl/kernel
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/portallocator
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/portmapper
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/resolvconf
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/scope
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libnetwork/types
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/oci
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/oci/caps
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/opts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/archive
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/authorization
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/broadcaster
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/capabilities
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/chrootarchive
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/containerfs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/directory
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/dmesg
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/fileutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/homedir
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/idtools
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/ioutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/jsonmessage
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/longpath
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/meminfo
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/namesgenerator
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/parsers
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/parsers/kernel
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/pidfile
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/platform
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugingetter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugins
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugins/transport
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/pools
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/process
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/progress
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/reexec
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/rootless
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/rootless/specconv
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/stack
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/stdcopy
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/streamformatter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/stringid
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/sysinfo
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/system
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/tailfile
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/tarsum
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/useragent
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/plugin
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/plugin/executor/containerd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/plugin/v2
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/profiles/apparmor
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/profiles/seccomp
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/quota
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/reference
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/registry
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/registry/resumable
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/restartmanager
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/runconfig
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/runconfig/opts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/daemon
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/environment
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fakecontext
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fakegit
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fakestorage
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fixtures/load
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fixtures/plugin
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/registry
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/testutil/request
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/drivers
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/local
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/mounts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/service
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/service/opts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/volume/testutils'
12:52:41 [2024-04-23T12:52:41.688Z] + base_pkg_list='github.com/docker/docker/api
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/backend/build
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/httpstatus
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/httputils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/middleware
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/build
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/checkpoint
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/container
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/debug
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/distribution
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/grpc
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/image
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/network
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/plugin
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/session
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/swarm
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/system
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/server/router/volume
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/backend
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/blkiodev
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/checkpoint
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/container
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/events
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/filters
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/image
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/mount
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/network
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/plugins/logdriver
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/registry
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/strslice
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/swarm
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/swarm/runtime
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/system
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/time
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/versions
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/api/types/volume
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/exporter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/exporter/overrides
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/worker
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/builder-next/worker/label
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/dockerfile
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/remotecontext
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/remotecontext/git
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/builder/remotecontext/urlutil
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cli/debug
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cli/winresources/docker-proxy
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cli/winresources/dockerd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/client
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/client/buildkit
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cmd/docker-proxy
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cmd/dockerd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cmd/dockerd/trap
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/container
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/container/stream
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/contrib/apparmor
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/contrib/httpserver
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster/convert
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster/executor
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster/executor/container
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/cluster/provider
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/config
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/containerd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/events
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/events/testutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/copy
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/register
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/vfs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/graphdriver/zfs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/images
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/initlayer
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/links
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/listeners
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/awslogs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/fluentd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/gcplogs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/gelf
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/journald
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/journald/internal/export
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/journald/internal/fake
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/local
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/loggertest
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/loggerutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/splunk
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/syslog
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/logger/templates
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/names
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/network
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/snapshotter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/daemon/stats
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/distribution
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/distribution/metadata
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/distribution/utils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/distribution/xfer
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/dockerversion
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/errdefs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image/cache
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image/spec/specs-go
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image/spec/specs-go/v1
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image/tarexport
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/image/v1
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/cleanups
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/compatcontext
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/mod
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/mounttree
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/multierror
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/rootless/mountopts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/safepath
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/sliceutil
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/test/suite
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/testutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/testutils/netnsutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/testutils/specialimage
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/unix_noeintr
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/internal/unshare
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/layer
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd/queue
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd/remote
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd/shimopts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd/supervisor
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/libcontainerd/types
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/oci
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/oci/caps
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/opts
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/archive
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/authorization
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/broadcaster
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/capabilities
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/chrootarchive
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/containerfs
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/directory
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/dmesg
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/fileutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/homedir
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/idtools
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/ioutils
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/jsonmessage
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/longpath
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/meminfo
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/namesgenerator
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/parsers
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/parsers/kernel
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/pidfile
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/platform
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugingetter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugins
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/plugins/transport
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/pools
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/process
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/progress
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/reexec
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/rootless
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/rootless/specconv
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/stack
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/stdcopy
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/streamformatter
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/stringid
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/sysinfo
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/system
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/tailfile
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/tarsum
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/pkg/useragent
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/plugin
12:52:41 [2024-04-23T12:52:41.688Z] github.com/docker/docker/plugin/executor/containerd
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/plugin/v2
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/profiles/apparmor
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/profiles/seccomp
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/quota
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/reference
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/registry
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/registry/resumable
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/restartmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/runconfig
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/runconfig/opts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/daemon
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/environment
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fakecontext
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fakegit
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fakestorage
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fixtures/load
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fixtures/plugin
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/registry
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/request
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/drivers
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/local
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/mounts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/service
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/service/opts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/testutils'
12:52:41 [2024-04-23T12:52:41.689Z] ++ grep --fixed-strings /libnetwork
12:52:41 [2024-04-23T12:52:41.689Z] ++ echo 'github.com/docker/docker/api
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/backend/build
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/httpstatus
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/httputils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/middleware
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/build
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/checkpoint
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/container
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/debug
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/distribution
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/grpc
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/image
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/network
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/plugin
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/session
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/swarm
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/system
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/server/router/volume
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/backend
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/blkiodev
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/checkpoint
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/container
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/events
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/filters
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/image
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/mount
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/network
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/plugins/logdriver
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/registry
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/strslice
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/swarm
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/swarm/runtime
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/system
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/time
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/versions
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/api/types/volume
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/builder-next
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/builder-next/exporter
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/builder-next/exporter/overrides
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/builder-next/worker
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/builder-next/worker/label
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/dockerfile
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/remotecontext
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/remotecontext/git
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/builder/remotecontext/urlutil
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/cli/debug
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/cli/winresources/docker-proxy
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/cli/winresources/dockerd
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/client
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/client/buildkit
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/cmd/docker-proxy
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/cmd/dockerd
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/cmd/dockerd/trap
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/container
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/container/stream
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/contrib/apparmor
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/contrib/httpserver
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/cluster
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/cluster/convert
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/cluster/executor
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/cluster/executor/container
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/cluster/provider
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/config
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/containerd
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/events
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/events/testutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/graphdriver
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/graphdriver/copy
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/graphdriver/register
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/graphdriver/vfs
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/graphdriver/zfs
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/images
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/initlayer
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/links
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/listeners
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/awslogs
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/fluentd
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/gcplogs
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/gelf
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/journald
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/journald/internal/export
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/journald/internal/fake
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/local
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/loggertest
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/loggerutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/splunk
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/syslog
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/logger/templates
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/names
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/network
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/snapshotter
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/daemon/stats
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/distribution
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/distribution/metadata
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/distribution/utils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/distribution/xfer
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/dockerversion
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/errdefs
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/image
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/image/cache
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/image/spec/specs-go
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/image/spec/specs-go/v1
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/image/tarexport
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/image/v1
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/cleanups
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/compatcontext
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/mod
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/mounttree
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/multierror
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/rootless/mountopts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/safepath
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/sliceutil
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/test/suite
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/testutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/testutils/netnsutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/testutils/specialimage
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/unix_noeintr
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/internal/unshare
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/layer
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libcontainerd
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libcontainerd/queue
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libcontainerd/remote
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libcontainerd/shimopts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libcontainerd/supervisor
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libcontainerd/types
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/bitmap
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cluster
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cnmallocator
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/config
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/datastore
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/diagnostic
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/discoverapi
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/driverapi
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/bridge
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/host
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/null
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/overlay
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/remote
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/windows
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drvregistry
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/etchosts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/caller
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/kvstore
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/netiputil
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipam
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipamapi
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/builtin
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/null
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/remote
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipamutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipbits
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/iptables
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/netlabel
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/netutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/networkdb
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ns
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/options
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/osl
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/osl/kernel
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/portallocator
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/portmapper
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/resolvconf
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/scope
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/types
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/oci
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/oci/caps
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/opts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/archive
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/authorization
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/broadcaster
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/capabilities
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/chrootarchive
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/containerfs
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/directory
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/dmesg
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/fileutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/homedir
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/idtools
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/ioutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/jsonmessage
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/longpath
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/meminfo
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/namesgenerator
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/parsers
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/parsers/kernel
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/pidfile
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/platform
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/plugingetter
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/plugins
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/plugins/transport
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/pools
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/process
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/progress
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/reexec
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/rootless
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/rootless/specconv
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/stack
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/stdcopy
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/streamformatter
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/stringid
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/sysinfo
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/system
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/tailfile
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/tarsum
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/pkg/useragent
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/plugin
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/plugin/executor/containerd
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/plugin/v2
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/profiles/apparmor
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/profiles/seccomp
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/quota
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/reference
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/registry
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/registry/resumable
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/restartmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/runconfig
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/runconfig/opts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/daemon
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/environment
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fakecontext
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fakegit
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fakestorage
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fixtures/load
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fixtures/plugin
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/registry
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/testutil/request
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/drivers
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/local
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/mounts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/service
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/service/opts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/volume/testutils'
12:52:41 [2024-04-23T12:52:41.689Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/bitmap
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cluster
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cnmallocator
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/config
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/datastore
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/diagnostic
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/discoverapi
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/driverapi
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/bridge
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/host
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/null
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/overlay
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/remote
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/windows
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drvregistry
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/etchosts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/caller
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/kvstore
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/netiputil
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipam
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipamapi
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/builtin
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/null
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/remote
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipamutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipbits
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/iptables
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/netlabel
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/netutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/networkdb
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ns
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/options
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/osl
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/osl/kernel
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/portallocator
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/portmapper
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/resolvconf
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/scope
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/types'
12:52:41 [2024-04-23T12:52:41.689Z] + echo 'github.com/docker/docker/libnetwork
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/bitmap
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cluster
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/cnmallocator
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/config
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/datastore
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/diagnostic
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/discoverapi
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/driverapi
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/bridge
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/host
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/null
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/overlay
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/remote
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/windows
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drvregistry
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/etchosts
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/caller
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/kvstore
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/netiputil
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipam
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipamapi
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/builtin
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/null
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/remote
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:52:41 [2024-04-23T12:52:41.689Z] + grep --fixed-strings libnetwork/drivers/bridge
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipamutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ipbits
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/iptables
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/netlabel
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/netutils
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/networkdb
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/ns
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/options
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/osl
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/osl/kernel
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/portallocator
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/portmapper
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/resolvconf
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/scope
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/types'
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/bridge
12:52:41 [2024-04-23T12:52:41.689Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:52:41 [2024-04-23T12:52:41.689Z] + type docker-proxy
12:52:41 [2024-04-23T12:52:41.689Z] hack/test/unit: line 25: type: docker-proxy: not found
12:52:41 [2024-04-23T12:52:41.689Z] + hack/make.sh binary-proxy install-proxy
12:52:41 [2024-04-23T12:52:41.689Z] 
12:52:41 [2024-04-23T12:52:41.689Z] Removing bundles/
12:52:41 [2024-04-23T12:52:41.689Z] 
12:52:41 [2024-04-23T12:52:41.689Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
12:52:41 [2024-04-23T12:52:41.689Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
12:52:41 [2024-04-23T12:52:41.689Z] + tee /go/src/github.com/docker/docker/go.mod
12:52:41 [2024-04-23T12:52:41.689Z] module github.com/docker/docker
12:52:41 [2024-04-23T12:52:41.689Z] 
12:52:41 [2024-04-23T12:52:41.689Z] go 1.21
12:52:41 [2024-04-23T12:52:41.689Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
12:52:41 [2024-04-23T12:52:41.689Z] + GO111MODULE=on
12:52:41 [2024-04-23T12:52:41.689Z] + GOTOOLCHAIN=local
12:52:41 [2024-04-23T12:52:41.690Z] + 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=faf84d7f0a1f2e6badff6f720a3e1e559c356fff" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-23T12:52:41.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
12:52:45 [2024-04-23T12:52:45.845Z] + rm -f /go/src/github.com/docker/docker/go.mod
12:52:45 [2024-04-23T12:52:45.845Z] Created binary: bundles/binary-proxy/docker-proxy
12:52:45 [2024-04-23T12:52:45.845Z] 
12:52:45 [2024-04-23T12:52:45.845Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
12:52:45 [2024-04-23T12:52:45.845Z] Installing docker-proxy to /usr/local/bin/
12:52:45 [2024-04-23T12:52:45.845Z] 
12:52:45 [2024-04-23T12:52:45.845Z] + mkdir -p bundles
12:52:45 [2024-04-23T12:52:45.845Z] + '[' -n 'github.com/docker/docker/api
12:52:45 [2024-04-23T12:52:45.845Z] github.com/docker/docker/api/server
12:52:45 [2024-04-23T12:52:45.845Z] github.com/docker/docker/api/server/backend/build
12:52:45 [2024-04-23T12:52:45.845Z] github.com/docker/docker/api/server/httpstatus
12:52:45 [2024-04-23T12:52:45.845Z] github.com/docker/docker/api/server/httputils
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/middleware
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/build
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/checkpoint
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/container
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/debug
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/distribution
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/grpc
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/image
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/network
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/plugin
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/session
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/swarm
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/system
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/server/router/volume
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/backend
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/blkiodev
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/checkpoint
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/container
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/events
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/filters
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/image
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/mount
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/network
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/plugins/logdriver
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/registry
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/strslice
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/swarm
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/swarm/runtime
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/system
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/time
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/versions
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/api/types/volume
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/builder-next
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/builder-next/exporter
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/builder-next/exporter/overrides
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/builder-next/worker
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/builder-next/worker/label
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/dockerfile
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/remotecontext
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/remotecontext/git
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/builder/remotecontext/urlutil
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/cli/debug
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/cli/winresources/docker-proxy
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/cli/winresources/dockerd
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/client
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/client/buildkit
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/cmd/docker-proxy
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/cmd/dockerd
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/cmd/dockerd/trap
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/container
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/container/stream
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/contrib/apparmor
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/contrib/httpserver
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/cluster
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/cluster/convert
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/cluster/executor
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/cluster/executor/container
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/cluster/provider
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/config
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/containerd
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/events
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/events/testutils
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/graphdriver
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/graphdriver/copy
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/graphdriver/register
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/graphdriver/vfs
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/graphdriver/zfs
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/images
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/initlayer
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/links
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/listeners
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/awslogs
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/fluentd
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/gcplogs
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/gelf
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/journald
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/journald/internal/export
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/journald/internal/fake
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/local
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/loggertest
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/loggerutils
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/splunk
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/syslog
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/logger/templates
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/names
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/network
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/snapshotter
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/daemon/stats
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/distribution
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/distribution/metadata
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/distribution/utils
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/distribution/xfer
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/dockerversion
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/errdefs
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/image
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/image/cache
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/image/spec/specs-go
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/image/spec/specs-go/v1
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/image/tarexport
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/image/v1
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/cleanups
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/compatcontext
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/mod
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/mounttree
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/multierror
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/rootless/mountopts
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/safepath
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/sliceutil
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/test/suite
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/testutils
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/testutils/netnsutils
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/testutils/specialimage
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/unix_noeintr
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/internal/unshare
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/layer
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/libcontainerd
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/libcontainerd/queue
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/libcontainerd/remote
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/libcontainerd/shimopts
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/libcontainerd/supervisor
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/libcontainerd/types
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/oci
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/oci/caps
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/opts
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/archive
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/authorization
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/broadcaster
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/capabilities
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/chrootarchive
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/containerfs
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/directory
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/dmesg
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/fileutils
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/homedir
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/idtools
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/ioutils
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/jsonmessage
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/longpath
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/meminfo
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/namesgenerator
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/parsers
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/parsers/kernel
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/pidfile
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/platform
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/plugingetter
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/plugins
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/plugins/transport
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/pools
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/process
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/progress
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/reexec
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/rootless
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/rootless/specconv
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/stack
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/stdcopy
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/streamformatter
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/stringid
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/sysinfo
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/system
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/tailfile
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/tarsum
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/pkg/useragent
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/plugin
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/plugin/executor/containerd
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/plugin/v2
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/profiles/apparmor
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/profiles/seccomp
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/quota
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/reference
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/registry
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/registry/resumable
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/restartmanager
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/runconfig
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/runconfig/opts
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil/daemon
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil/environment
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil/fakecontext
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil/fakegit
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil/fakestorage
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil/fixtures/load
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil/fixtures/plugin
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil/registry
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/testutil/request
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/volume
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/volume/drivers
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/volume/local
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/volume/mounts
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/volume/service
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/volume/service/opts
12:52:45 [2024-04-23T12:52:45.846Z] github.com/docker/docker/volume/testutils' ']'
12:52:45 [2024-04-23T12:52:45.846Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/checkpoint github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/cleanups github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/rootless/mountopts github.com/docker/docker/internal/safepath github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unix_noeintr github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
12:52:46 [2024-04-23T12:52:46.405Z] ?   	github.com/docker/docker/api	[no test files]
12:52:54 [2024-04-23T12:52:54.479Z] ok  	github.com/docker/docker/api/server	0.033s	coverage: 16.2% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/server/httputils	0.007s	coverage: 28.3% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/server/middleware	0.008s	coverage: 42.7% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/server/router/container	0.013s	coverage: 5.9% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 7.3% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/server/router/volume	0.005s	coverage: 66.7% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/events	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/types/container	0.008s	coverage: 83.7% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/image	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/types/network	0.004s	coverage: 80.0% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/types/registry	0.004s	coverage: 54.2% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 94.0% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/system	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
12:53:16 [2024-04-23T12:53:16.363Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
12:53:17 [2024-04-23T12:53:17.287Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
12:53:17 [2024-04-23T12:53:17.287Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
12:53:17 [2024-04-23T12:53:17.287Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.006s	coverage: 100.0% of statements
12:53:17 [2024-04-23T12:53:17.287Z] ok  	github.com/docker/docker/cli/debug	0.019s	coverage: 100.0% of statements
12:53:17 [2024-04-23T12:53:17.287Z] ok  	github.com/docker/docker/builder/remotecontext	0.038s	coverage: 33.7% of statements
12:53:17 [2024-04-23T12:53:17.287Z] ok  	github.com/docker/docker/builder/dockerfile	0.044s	coverage: 50.1% of statements
12:53:19 [2024-04-23T12:53:19.170Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
12:53:19 [2024-04-23T12:53:19.170Z] ok  	github.com/docker/docker/client	0.104s	coverage: 77.0% of statements
12:53:19 [2024-04-23T12:53:19.425Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.499s	coverage: 66.5% of statements
12:53:19 [2024-04-23T12:53:19.680Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.695s	coverage: 82.5% of statements
12:53:31 [2024-04-23T12:53:31.837Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
12:53:31 [2024-04-23T12:53:31.837Z] ?   	github.com/docker/docker/container/stream	[no test files]
12:53:31 [2024-04-23T12:53:31.837Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
12:53:31 [2024-04-23T12:53:31.837Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
12:53:31 [2024-04-23T12:53:31.837Z] ok  	github.com/docker/docker/container	0.125s	coverage: 36.4% of statements
12:53:31 [2024-04-23T12:53:31.837Z] ok  	github.com/docker/docker/cmd/dockerd	0.205s	coverage: 29.7% of statements
12:53:33 [2024-04-23T12:53:33.720Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.358s	coverage: 0.0% of statements
12:53:34 [2024-04-23T12:53:34.644Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
12:53:34 [2024-04-23T12:53:34.644Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.008s	coverage: 65.3% of statements
12:53:34 [2024-04-23T12:53:34.644Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.020s	coverage: 39.3% of statements
12:53:34 [2024-04-23T12:53:34.899Z] ok  	github.com/docker/docker/daemon/cluster	0.043s	coverage: 0.5% of statements
12:53:35 [2024-04-23T12:53:35.153Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
12:53:35 [2024-04-23T12:53:35.153Z] ok  	github.com/docker/docker/daemon/config	0.034s	coverage: 74.4% of statements
12:53:37 [2024-04-23T12:53:37.034Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
12:53:37 [2024-04-23T12:53:37.034Z] ok  	github.com/docker/docker/daemon/graphdriver	0.005s	coverage: 2.3% of statements
12:53:37 [2024-04-23T12:53:37.034Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.8% of statements
12:53:37 [2024-04-23T12:53:37.034Z] ok  	github.com/docker/docker/daemon/containerd	0.036s	coverage: 17.6% of statements
12:53:37 [2024-04-23T12:53:37.034Z] ok  	github.com/docker/docker/daemon/events	0.056s	coverage: 50.0% of statements
12:53:37 [2024-04-23T12:53:37.034Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.192s	coverage: 60.9% of statements
12:53:37 [2024-04-23T12:53:37.593Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
12:53:37 [2024-04-23T12:53:37.593Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.006s	coverage: 1.9% of statements
12:53:37 [2024-04-23T12:53:37.593Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
12:53:37 [2024-04-23T12:53:37.593Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
12:53:37 [2024-04-23T12:53:37.847Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.180s	coverage: 60.2% of statements
12:53:37 [2024-04-23T12:53:37.847Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.021s	coverage: 60.9% of statements
12:53:38 [2024-04-23T12:53:38.407Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
12:53:38 [2024-04-23T12:53:38.407Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.449s	coverage: 13.2% of statements
12:53:38 [2024-04-23T12:53:38.966Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
12:53:38 [2024-04-23T12:53:38.966Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
12:53:38 [2024-04-23T12:53:38.966Z] ok  	github.com/docker/docker/daemon/links	0.007s	coverage: 93.0% of statements
12:53:38 [2024-04-23T12:53:38.966Z] ok  	github.com/docker/docker/daemon/images	0.015s	coverage: 2.9% of statements
12:53:38 [2024-04-23T12:53:38.966Z] ok  	github.com/docker/docker/daemon/logger	0.223s	coverage: 43.2% of statements
12:53:39 [2024-04-23T12:53:39.220Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
12:53:39 [2024-04-23T12:53:39.220Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.011s	coverage: 53.6% of statements
12:53:39 [2024-04-23T12:53:39.221Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
12:53:39 [2024-04-23T12:53:39.475Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.107s	coverage: 78.2% of statements
12:53:39 [2024-04-23T12:53:39.731Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
12:53:39 [2024-04-23T12:53:39.731Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
12:53:39 [2024-04-23T12:53:39.731Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
12:53:39 [2024-04-23T12:53:39.731Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.017s	coverage: 87.2% of statements
12:53:39 [2024-04-23T12:53:39.985Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.130s	coverage: 76.8% of statements
12:53:39 [2024-04-23T12:53:39.985Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
12:53:39 [2024-04-23T12:53:39.985Z] ok  	github.com/docker/docker/daemon/logger/local	0.052s	coverage: 79.4% of statements
12:53:40 [2024-04-23T12:53:40.544Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.016s	coverage: 63.5% of statements
12:53:40 [2024-04-23T12:53:40.544Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.021s	coverage: 31.5% of statements
12:53:40 [2024-04-23T12:53:40.544Z] ?   	github.com/docker/docker/daemon/names	[no test files]
12:53:40 [2024-04-23T12:53:40.799Z] ok  	github.com/docker/docker/daemon/logger/templates	0.006s	coverage: 8.3% of statements
12:53:40 [2024-04-23T12:53:40.799Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.007s	coverage: 46.8% of statements
12:53:41 [2024-04-23T12:53:41.053Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
12:53:41 [2024-04-23T12:53:41.053Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
12:53:41 [2024-04-23T12:53:41.053Z] ok  	github.com/docker/docker/daemon/network	0.006s	coverage: 63.8% of statements
12:53:41 [2024-04-23T12:53:41.308Z] ok  	github.com/docker/docker/daemon/logger/journald	1.581s	coverage: 72.7% of statements
12:53:41 [2024-04-23T12:53:41.867Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
12:53:41 [2024-04-23T12:53:41.867Z] ok  	github.com/docker/docker/dockerversion	0.003s	coverage: 100.0% of statements
12:53:41 [2024-04-23T12:53:41.867Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.2% of statements
12:53:41 [2024-04-23T12:53:41.867Z] ok  	github.com/docker/docker/distribution/metadata	0.028s	coverage: 44.4% of statements
12:53:42 [2024-04-23T12:53:42.122Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.495s	coverage: 82.5% of statements
12:53:42 [2024-04-23T12:53:42.376Z] ok  	github.com/docker/docker/image	0.024s	coverage: 82.8% of statements
12:53:42 [2024-04-23T12:53:42.631Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
12:53:42 [2024-04-23T12:53:42.631Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
12:53:42 [2024-04-23T12:53:42.631Z] ok  	github.com/docker/docker/image/cache	0.013s	coverage: 26.1% of statements
12:53:42 [2024-04-23T12:53:42.886Z] ?   	github.com/docker/docker/image/v1	[no test files]
12:53:42 [2024-04-23T12:53:42.886Z] ok  	github.com/docker/docker/image/tarexport	0.007s	coverage: 0.6% of statements
12:53:42 [2024-04-23T12:53:42.886Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
12:53:42 [2024-04-23T12:53:42.886Z] ok  	github.com/docker/docker/internal/cleanups	0.003s	coverage: 69.2% of statements
12:53:42 [2024-04-23T12:53:42.886Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
12:53:42 [2024-04-23T12:53:42.886Z] ok  	github.com/docker/docker/internal/mod	0.002s	coverage: 66.7% of statements
12:53:42 [2024-04-23T12:53:42.886Z] ?   	github.com/docker/docker/internal/rootless/mountopts	[no test files]
12:53:42 [2024-04-23T12:53:42.886Z] ok  	github.com/docker/docker/internal/multierror	0.002s	coverage: 88.9% of statements
12:53:43 [2024-04-23T12:53:43.141Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
12:53:43 [2024-04-23T12:53:43.141Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
12:53:43 [2024-04-23T12:53:43.141Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
12:53:43 [2024-04-23T12:53:43.141Z] ?   	github.com/docker/docker/internal/testutils/specialimage	[no test files]
12:53:43 [2024-04-23T12:53:43.141Z] ?   	github.com/docker/docker/internal/unix_noeintr	[no test files]
12:53:43 [2024-04-23T12:53:43.141Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
12:53:43 [2024-04-23T12:53:43.141Z] ok  	github.com/docker/docker/internal/sliceutil	0.002s	coverage: 56.2% of statements
12:53:43 [2024-04-23T12:53:43.141Z] ok  	github.com/docker/docker/internal/safepath	0.005s	coverage: 42.9% of statements
12:53:43 [2024-04-23T12:53:43.395Z] ok  	github.com/docker/docker/distribution	1.490s	coverage: 28.7% of statements
12:53:43 [2024-04-23T12:53:43.954Z] ok  	github.com/docker/docker/daemon	10.490s	coverage: 15.8% of statements
12:53:43 [2024-04-23T12:53:43.954Z] ok  	github.com/docker/docker/distribution/xfer	2.183s	coverage: 85.4% of statements
12:53:44 [2024-04-23T12:53:44.209Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
12:53:44 [2024-04-23T12:53:44.209Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
12:53:44 [2024-04-23T12:53:44.209Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
12:53:44 [2024-04-23T12:53:44.209Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
12:53:44 [2024-04-23T12:53:44.209Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
12:53:44 [2024-04-23T12:53:44.209Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
12:53:44 [2024-04-23T12:53:44.464Z] ?   	github.com/docker/docker/oci/caps	[no test files]
12:53:44 [2024-04-23T12:53:44.464Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 35.8% of statements
12:53:44 [2024-04-23T12:53:44.719Z] ok  	github.com/docker/docker/opts	0.029s	coverage: 67.9% of statements
12:53:45 [2024-04-23T12:53:45.278Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
12:53:45 [2024-04-23T12:53:45.278Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
12:53:45 [2024-04-23T12:53:45.278Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
12:53:45 [2024-04-23T12:53:45.278Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 26.7% of statements
12:53:45 [2024-04-23T12:53:45.278Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
12:53:45 [2024-04-23T12:53:45.278Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.258s	coverage: 83.7% of statements
12:53:45 [2024-04-23T12:53:45.533Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 51.7% of statements
12:53:45 [2024-04-23T12:53:45.533Z] ok  	github.com/docker/docker/pkg/homedir	0.002s	coverage: 6.5% of statements
12:53:45 [2024-04-23T12:53:45.533Z] ok  	github.com/docker/docker/pkg/archive	0.395s	coverage: 80.9% of statements
12:53:45 [2024-04-23T12:53:45.533Z] ok  	github.com/docker/docker/pkg/authorization	0.493s	coverage: 68.3% of statements
12:53:45 [2024-04-23T12:53:45.787Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 45.5% of statements
12:53:45 [2024-04-23T12:53:45.787Z] ok  	github.com/docker/docker/pkg/meminfo	0.002s	coverage: 75.0% of statements
12:53:45 [2024-04-23T12:53:45.787Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.003s	coverage: 92.3% of statements
12:53:45 [2024-04-23T12:53:45.787Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.008s	coverage: 85.7% of statements
12:53:45 [2024-04-23T12:53:45.787Z] ok  	github.com/docker/docker/pkg/parsers	0.005s	coverage: 97.0% of statements
12:53:46 [2024-04-23T12:53:46.042Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
12:53:46 [2024-04-23T12:53:46.043Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
12:53:46 [2024-04-23T12:53:46.043Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
12:53:46 [2024-04-23T12:53:46.043Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 94.1% of statements
12:53:46 [2024-04-23T12:53:46.043Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.2% of statements
12:53:46 [2024-04-23T12:53:46.043Z] ok  	github.com/docker/docker/pkg/idtools	0.471s	coverage: 69.7% of statements
12:53:46 [2024-04-23T12:53:46.043Z] ok  	github.com/docker/docker/pkg/ioutils	0.380s	coverage: 69.1% of statements
12:53:46 [2024-04-23T12:53:46.602Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
12:53:46 [2024-04-23T12:53:46.602Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
12:53:46 [2024-04-23T12:53:46.602Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
12:53:46 [2024-04-23T12:53:46.602Z] ok  	github.com/docker/docker/pkg/process	0.004s	coverage: 21.7% of statements
12:53:46 [2024-04-23T12:53:46.602Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.005s	coverage: 56.8% of statements
12:53:46 [2024-04-23T12:53:46.602Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 90.0% of statements
12:53:46 [2024-04-23T12:53:46.602Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
12:53:46 [2024-04-23T12:53:46.856Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
12:53:46 [2024-04-23T12:53:46.856Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
12:53:46 [2024-04-23T12:53:46.856Z] ok  	github.com/docker/docker/pkg/stack	0.014s	coverage: 90.9% of statements
12:53:46 [2024-04-23T12:53:46.856Z] ok  	github.com/docker/docker/pkg/reexec	0.031s	coverage: 82.4% of statements
12:53:46 [2024-04-23T12:53:46.856Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
12:53:47 [2024-04-23T12:53:47.111Z] ok  	github.com/docker/docker/pkg/streamformatter	0.014s	coverage: 64.5% of statements
12:53:47 [2024-04-23T12:53:47.111Z] ok  	github.com/docker/docker/pkg/stringid	0.022s	coverage: 61.9% of statements
12:53:47 [2024-04-23T12:53:47.366Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 41.0% of statements
12:53:47 [2024-04-23T12:53:47.366Z] ok  	github.com/docker/docker/pkg/sysinfo	0.022s	coverage: 53.4% of statements
12:53:47 [2024-04-23T12:53:47.366Z] ok  	github.com/docker/docker/pkg/tailfile	0.029s	coverage: 88.6% of statements
12:53:47 [2024-04-23T12:53:47.366Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
12:53:47 [2024-04-23T12:53:47.366Z] ok  	github.com/docker/docker/pkg/tarsum	0.056s	coverage: 89.6% of statements
12:53:47 [2024-04-23T12:53:47.926Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
12:53:47 [2024-04-23T12:53:47.926Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
12:53:47 [2024-04-23T12:53:47.926Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
12:53:48 [2024-04-23T12:53:48.180Z] ok  	github.com/docker/docker/plugin/v2	0.014s	coverage: 13.6% of statements
12:53:48 [2024-04-23T12:53:48.435Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 83.7% of statements
12:53:48 [2024-04-23T12:53:48.435Z] ok  	github.com/docker/docker/pkg/plugins	2.010s	coverage: 73.7% of statements
12:53:48 [2024-04-23T12:53:48.435Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 23.2% of statements
12:53:48 [2024-04-23T12:53:48.689Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 51.9% of statements
12:53:48 [2024-04-23T12:53:48.689Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
12:53:48 [2024-04-23T12:53:48.944Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
12:53:48 [2024-04-23T12:53:48.944Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 54.0% of statements
12:53:48 [2024-04-23T12:53:48.944Z] ok  	github.com/docker/docker/registry	0.109s	coverage: 63.9% of statements
12:53:49 [2024-04-23T12:53:49.198Z] ok  	github.com/docker/docker/testutil	0.005s	coverage: 6.8% of statements
12:53:49 [2024-04-23T12:53:49.198Z] ok  	github.com/docker/docker/quota	0.865s	coverage: 69.3% of statements
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/testutil/request	[no test files]
12:53:49 [2024-04-23T12:53:49.453Z] ?   	github.com/docker/docker/volume	[no test files]
12:53:50 [2024-04-23T12:53:50.012Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
12:53:50 [2024-04-23T12:53:50.012Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 61.5% of statements
12:53:50 [2024-04-23T12:53:50.266Z] ok  	github.com/docker/docker/volume/local	0.071s	coverage: 76.4% of statements
12:53:50 [2024-04-23T12:53:50.521Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
12:53:50 [2024-04-23T12:53:50.521Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
12:53:50 [2024-04-23T12:53:50.521Z] ok  	github.com/docker/docker/volume/service	0.010s	coverage: 71.8% of statements
12:53:52 [2024-04-23T12:53:52.402Z] ok  	github.com/docker/docker/layer	7.986s	coverage: 68.1% of statements
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === Skipped
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z]     network_proxy_test.go:210: No support for dual stack yet
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:41: Driver btrfs not supported
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:41: Driver btrfs not supported
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:41: Driver btrfs not supported
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:41: Driver btrfs not supported
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:41: Driver btrfs not supported
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:68: No driver to put!
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z] time="2024-04-23T12:53:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:39: graphdriver: driver not supported
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
12:53:52 [2024-04-23T12:53:52.402Z] time="2024-04-23T12:53:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:39: graphdriver: driver not supported
12:53:52 [2024-04-23T12:53:52.402Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
12:53:52 [2024-04-23T12:53:52.402Z] 
12:53:52 [2024-04-23T12:53:52.402Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z] time="2024-04-23T12:53:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:39: graphdriver: driver not supported
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z] time="2024-04-23T12:53:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:39: graphdriver: driver not supported
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z] time="2024-04-23T12:53:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:39: graphdriver: driver not supported
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:68: No driver to put!
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     overlay_test.go:61: Cannot run test with naive change algorithm
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:41: Driver zfs not supported
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:41: Driver zfs not supported
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:41: Driver zfs not supported
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:41: Driver zfs not supported
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:41: Driver zfs not supported
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     graphtest_unix.go:68: No driver to put!
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
12:53:52 [2024-04-23T12:53:52.403Z]     validate_test.go:73: only tested on Windows
12:53:52 [2024-04-23T12:53:52.403Z] 
12:53:52 [2024-04-23T12:53:52.403Z] DONE 3286 tests, 27 skipped in 66.540s
12:53:52 [2024-04-23T12:53:52.403Z] + '[' -n 'github.com/docker/docker/libnetwork
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/bitmap
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/cluster
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/cnmallocator
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/config
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/datastore
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/diagnostic
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/discoverapi
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/driverapi
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/bridge
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/host
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/null
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/overlay
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/remote
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/windows
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/drvregistry
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/etchosts
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/internal/caller
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/internal/kvstore
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/internal/netiputil
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/ipam
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/ipamapi
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/ipams/builtin
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/ipams/null
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/ipams/remote
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/ipamutils
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/ipbits
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/iptables
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/netlabel
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/netutils
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/networkdb
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/ns
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/options
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/osl
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/osl/kernel
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/portallocator
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/portmapper
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/resolvconf
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/scope
12:53:52 [2024-04-23T12:53:52.403Z] github.com/docker/docker/libnetwork/types' ']'
12:53:52 [2024-04-23T12:53:52.403Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cnmallocator github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil github.com/docker/docker/libnetwork/internal/resolvconf github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/scope github.com/docker/docker/libnetwork/types
12:54:48 [2024-04-23T12:54:48.539Z] ok  	github.com/docker/docker/libnetwork	45.586s	coverage: 43.0% of statements
12:54:48 [2024-04-23T12:54:48.539Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.007s	coverage: 96.1% of statements
12:54:48 [2024-04-23T12:54:48.539Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
12:54:48 [2024-04-23T12:54:48.539Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
12:54:48 [2024-04-23T12:54:48.539Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
12:54:48 [2024-04-23T12:54:48.539Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
12:54:48 [2024-04-23T12:54:48.539Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
12:54:48 [2024-04-23T12:54:48.539Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
12:54:49 [2024-04-23T12:54:49.098Z] ok  	github.com/docker/docker/libnetwork/cnmallocator	4.903s	coverage: 72.3% of statements
12:54:49 [2024-04-23T12:54:49.353Z] ok  	github.com/docker/docker/libnetwork/config	0.011s	coverage: 10.3% of statements
12:54:49 [2024-04-23T12:54:49.608Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 37.0% of statements
12:54:49 [2024-04-23T12:54:49.608Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
12:54:49 [2024-04-23T12:54:49.608Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
12:54:49 [2024-04-23T12:54:49.863Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
12:54:55 [2024-04-23T12:54:55.098Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	3.845s	coverage: 63.3% of statements
12:54:55 [2024-04-23T12:54:55.098Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
12:54:55 [2024-04-23T12:54:55.098Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
12:54:56 [2024-04-23T12:54:56.487Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	1.030s	coverage: 5.1% of statements
12:54:56 [2024-04-23T12:54:56.487Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
12:54:56 [2024-04-23T12:54:56.742Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.003s	coverage: 4.7% of statements
12:54:56 [2024-04-23T12:54:56.742Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
12:54:56 [2024-04-23T12:54:56.997Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
12:54:57 [2024-04-23T12:54:57.920Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.008s	coverage: 1.4% of statements
12:54:58 [2024-04-23T12:54:58.175Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.003s	coverage: 45.0% of statements
12:54:58 [2024-04-23T12:54:58.430Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 62.7% of statements
12:54:58 [2024-04-23T12:54:58.685Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.2% of statements
12:54:58 [2024-04-23T12:54:58.685Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
12:54:58 [2024-04-23T12:54:58.685Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
12:54:58 [2024-04-23T12:54:58.940Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
12:54:59 [2024-04-23T12:54:59.195Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.017s	coverage: 87.0% of statements
12:54:59 [2024-04-23T12:54:59.450Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 82.1% of statements
12:54:59 [2024-04-23T12:54:59.705Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
12:54:59 [2024-04-23T12:54:59.705Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
12:54:59 [2024-04-23T12:54:59.705Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
12:54:59 [2024-04-23T12:54:59.705Z] ?   	github.com/docker/docker/libnetwork/internal/netiputil	[no test files]
12:55:00 [2024-04-23T12:55:00.264Z] ok  	github.com/docker/docker/libnetwork/internal/resolvconf	0.015s	coverage: 86.0% of statements
12:55:10 [2024-04-23T12:55:10.213Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
12:55:14 [2024-04-23T12:55:14.369Z] ok  	github.com/docker/docker/libnetwork/ipam	3.030s	coverage: 80.3% of statements
12:55:14 [2024-04-23T12:55:14.369Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
12:55:14 [2024-04-23T12:55:14.369Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
12:55:14 [2024-04-23T12:55:14.369Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
12:55:14 [2024-04-23T12:55:14.369Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 48.7% of statements
12:55:14 [2024-04-23T12:55:14.369Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
12:55:14 [2024-04-23T12:55:14.623Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
12:55:15 [2024-04-23T12:55:15.182Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.309s	coverage: 86.4% of statements
12:55:15 [2024-04-23T12:55:15.182Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
12:55:15 [2024-04-23T12:55:15.741Z] ok  	github.com/docker/docker/libnetwork/iptables	0.158s	coverage: 39.9% of statements
12:55:15 [2024-04-23T12:55:15.741Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
12:55:16 [2024-04-23T12:55:16.300Z] ok  	github.com/docker/docker/libnetwork/netutils	0.017s	coverage: 50.6% of statements
12:57:07 [2024-04-23T12:57:07.647Z] ok  	github.com/docker/docker/libnetwork/networkdb	102.664s	coverage: 59.2% of statements
12:57:07 [2024-04-23T12:57:07.647Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
12:57:07 [2024-04-23T12:57:07.647Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
12:57:07 [2024-04-23T12:57:07.647Z] ok  	github.com/docker/docker/libnetwork/osl	4.461s	coverage: 37.5% of statements
12:57:07 [2024-04-23T12:57:07.647Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.002s	coverage: 20.0% of statements
12:57:07 [2024-04-23T12:57:07.647Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.5% of statements
12:57:07 [2024-04-23T12:57:07.647Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.660s	coverage: 47.9% of statements
12:57:07 [2024-04-23T12:57:07.647Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.005s	coverage: 75.8% of statements
12:57:07 [2024-04-23T12:57:07.647Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
12:57:07 [2024-04-23T12:57:07.647Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 41.7% of statements
12:57:07 [2024-04-23T12:57:07.647Z] 
12:57:07 [2024-04-23T12:57:07.647Z] === Skipped
12:57:07 [2024-04-23T12:57:07.647Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
12:57:07 [2024-04-23T12:57:07.647Z]     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
12:57:07 [2024-04-23T12:57:07.647Z] 
12:57:07 [2024-04-23T12:57:07.647Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
12:57:07 [2024-04-23T12:57:07.647Z]     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
12:57:07 [2024-04-23T12:57:07.647Z] 
12:57:07 [2024-04-23T12:57:07.647Z] DONE 471 tests, 2 skipped in 195.002s
Post stage
[Pipeline] junit
12:57:08 [2024-04-23T12:57:08.242Z] Recording test results
12:57:09 [2024-04-23T12:57:09.442Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
12:57:09 [2024-04-23T12:57:09.742Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_master/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2946 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=faf84d7f0a1f2e6badff6f720a3e1e559c356fff -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:faf84d7f0a1f2e6badff6f720a3e1e559c356fff hack/make.sh dynbinary test-integration
12:57:09 [2024-04-23T12:57:09.742Z] 
12:57:09 [2024-04-23T12:57:09.742Z] Removing bundles/
12:57:09 [2024-04-23T12:57:09.742Z] 
12:57:09 [2024-04-23T12:57:09.997Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
12:57:09 [2024-04-23T12:57:09.997Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:57:09 [2024-04-23T12:57:09.997Z] + tee /go/src/github.com/docker/docker/go.mod
12:57:09 [2024-04-23T12:57:09.997Z] module github.com/docker/docker
12:57:09 [2024-04-23T12:57:09.997Z] 
12:57:09 [2024-04-23T12:57:09.997Z] go 1.21
12:57:09 [2024-04-23T12:57:09.997Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
12:57:09 [2024-04-23T12:57:09.997Z] + GO111MODULE=on
12:57:09 [2024-04-23T12:57:09.997Z] + GOTOOLCHAIN=local
12:57:09 [2024-04-23T12:57:09.998Z] + 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=faf84d7f0a1f2e6badff6f720a3e1e559c356fff" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-23T12:57:09.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
12:57:48 [2024-04-23T12:57:48.740Z] + rm -f /go/src/github.com/docker/docker/go.mod
12:57:48 [2024-04-23T12:57:48.740Z] Created binary: bundles/dynbinary-daemon/dockerd
12:57:48 [2024-04-23T12:57:48.740Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:57:48 [2024-04-23T12:57:48.740Z] + tee /go/src/github.com/docker/docker/go.mod
12:57:48 [2024-04-23T12:57:48.740Z] module github.com/docker/docker
12:57:48 [2024-04-23T12:57:48.740Z] 
12:57:48 [2024-04-23T12:57:48.740Z] go 1.21
12:57:48 [2024-04-23T12:57:48.740Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
12:57:48 [2024-04-23T12:57:48.740Z] + GO111MODULE=on
12:57:48 [2024-04-23T12:57:48.740Z] + GOTOOLCHAIN=local
12:57:48 [2024-04-23T12:57:48.740Z] + 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=faf84d7f0a1f2e6badff6f720a3e1e559c356fff" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-23T12:57:09.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
12:57:48 [2024-04-23T12:57:48.740Z] + rm -f /go/src/github.com/docker/docker/go.mod
12:57:48 [2024-04-23T12:57:48.740Z] Created binary: bundles/dynbinary-daemon/docker-proxy
12:57:48 [2024-04-23T12:57:48.740Z] 
12:57:48 [2024-04-23T12:57:48.740Z] ---> Making bundle: test-integration (in bundles/test-integration)
12:57:48 [2024-04-23T12:57:48.740Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
12:57:48 [2024-04-23T12:57:48.740Z] HOSTNAME=fe678f37b2fd
12:57:48 [2024-04-23T12:57:48.740Z] TESTDEBUG=0
12:57:48 [2024-04-23T12:57:48.740Z] DEST=bundles/test-integration
12:57:48 [2024-04-23T12:57:48.740Z] PWD=/go/src/github.com/docker/docker
12:57:48 [2024-04-23T12:57:48.740Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
12:57:48 [2024-04-23T12:57:48.740Z] DOCKER_GITCOMMIT=faf84d7f0a1f2e6badff6f720a3e1e559c356fff
12:57:48 [2024-04-23T12:57:48.740Z] container=docker
12:57:48 [2024-04-23T12:57:48.740Z] HOME=/root
12:57:48 [2024-04-23T12:57:48.740Z] CONTAINERD_NAMESPACE=moby
12:57:48 [2024-04-23T12:57:48.740Z] GOLANG_VERSION=1.21.9
12:57:48 [2024-04-23T12:57:48.740Z] VALIDATE_REPO=https://github.com/moby/moby.git
12:57:48 [2024-04-23T12:57:48.740Z] VALIDATE_BRANCH=
12:57:48 [2024-04-23T12:57:48.740Z] TERM=xterm
12:57:48 [2024-04-23T12:57:48.740Z] DOCKER_PKG=github.com/docker/docker
12:57:48 [2024-04-23T12:57:48.740Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
12:57:48 [2024-04-23T12:57:48.740Z] SHLVL=1
12:57:48 [2024-04-23T12:57:48.740Z] TIMEOUT=120m
12:57:48 [2024-04-23T12:57:48.740Z] GOTOOLCHAIN=local
12:57:48 [2024-04-23T12:57:48.740Z] DOCKER_GRAPHDRIVER=overlay2
12:57:48 [2024-04-23T12:57:48.740Z] GO111MODULE=off
12:57:48 [2024-04-23T12:57:48.740Z] DOCKER_EXPERIMENTAL=1
12:57:48 [2024-04-23T12:57:48.740Z] TEST_SKIP_INTEGRATION_CLI=1
12:57:48 [2024-04-23T12:57:48.740Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12:57:48 [2024-04-23T12:57:48.740Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
12:57:48 [2024-04-23T12:57:48.740Z] GOPATH=/go
12:57:48 [2024-04-23T12:57:48.740Z] PKG_CONFIG=pkg-config
12:57:48 [2024-04-23T12:57:48.740Z] _=/usr/bin/env
12:57:48 [2024-04-23T12:57:48.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
12:58:11 [2024-04-23T12:58:11.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
12:58:11 [2024-04-23T12:58:11.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
12:58:11 [2024-04-23T12:58:11.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
12:58:12 [2024-04-23T12:58:12.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
12:58:18 [2024-04-23T12:58:18.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
12:58:20 [2024-04-23T12:58:20.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
12:58:20 [2024-04-23T12:58:20.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
12:58:22 [2024-04-23T12:58:22.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
12:58:23 [2024-04-23T12:58:23.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
12:58:24 [2024-04-23T12:58:24.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
12:58:25 [2024-04-23T12:58:25.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
12:58:25 [2024-04-23T12:58:25.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
12:58:27 [2024-04-23T12:58:27.253Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
12:58:28 [2024-04-23T12:58:28.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
12:58:30 [2024-04-23T12:58:30.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
12:58:31 [2024-04-23T12:58:31.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
12:58:31 [2024-04-23T12:58:31.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
12:58:32 [2024-04-23T12:58:32.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
12:58:33 [2024-04-23T12:58:33.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
12:58:35 [2024-04-23T12:58:35.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
12:58:35 [2024-04-23T12:58:35.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
12:58:36 [2024-04-23T12:58:36.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
12:58:37 [2024-04-23T12:58:37.917Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
12:58:37 [2024-04-23T12:58:37.917Z] Using test binary /usr/local/cli-integration/docker
12:58:37 [2024-04-23T12:58:37.917Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
12:58:37 [2024-04-23T12:58:37.917Z] +++ /etc/init.d/apparmor start
12:58:37 [2024-04-23T12:58:37.917Z] Not: starting.
12:58:37 [2024-04-23T12:58:37.917Z] INFO: Waiting for daemon to start...
12:58:37 [2024-04-23T12:58:37.917Z] Starting dockerd
12:58:37 [2024-04-23T12:58:37.917Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.H3ZyubsVi3/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
12:58:47 [2024-04-23T12:58:47.843Z] .
12:58:47 [2024-04-23T12:58:47.844Z] Running integration-test (iteration 1)
12:58:47 [2024-04-23T12:58:47.844Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
12:58:47 [2024-04-23T12:58:47.844Z] ++ '[' -n '' ']'
12:58:47 [2024-04-23T12:58:47.844Z] ++ 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
12:58:47 [2024-04-23T12:58:47.844Z] ++ set -e
12:58:47 [2024-04-23T12:58:47.844Z] ++ '[' -n 0 ']'
12:58:47 [2024-04-23T12:58:47.844Z] ++ set -x
12:58:47 [2024-04-23T12:58:47.844Z] ++ 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.H3ZyubsVi3/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
12:58:47 [2024-04-23T12:58:47.844Z] Loaded image: busybox:latest
12:58:47 [2024-04-23T12:58:47.844Z] Loaded image: busybox:glibc
12:58:48 [2024-04-23T12:58:48.098Z] Loaded image: debian:bookworm-slim
12:58:48 [2024-04-23T12:58:48.098Z] Loaded image: hello-world:latest
12:58:48 [2024-04-23T12:58:48.098Z] Loaded image: arm32v7/hello-world:latest
12:58:48 [2024-04-23T12:58:48.098Z] INFO: Testing against a local daemon
12:58:48 [2024-04-23T12:58:48.098Z] === RUN   TestCgroupNamespacesBuild
12:58:49 [2024-04-23T12:58:49.458Z] --- PASS: TestCgroupNamespacesBuild (1.09s)
12:58:49 [2024-04-23T12:58:49.458Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
12:58:50 [2024-04-23T12:58:50.382Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.08s)
12:58:50 [2024-04-23T12:58:50.382Z] === RUN   TestBuildWithSession
12:58:50 [2024-04-23T12:58:50.382Z]     build_session_test.go:26: TODO: BuildKit
12:58:50 [2024-04-23T12:58:50.382Z] --- SKIP: TestBuildWithSession (0.00s)
12:58:50 [2024-04-23T12:58:50.382Z] === RUN   TestBuildSquashParent
12:58:52 [2024-04-23T12:58:52.889Z] --- PASS: TestBuildSquashParent (2.74s)
12:58:52 [2024-04-23T12:58:52.889Z] === RUN   TestBuildWithRemoveAndForceRemove
12:58:52 [2024-04-23T12:58:52.889Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
12:58:52 [2024-04-23T12:58:52.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
12:58:52 [2024-04-23T12:58:52.889Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
12:58:52 [2024-04-23T12:58:52.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
12:58:52 [2024-04-23T12:58:52.889Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
12:58:52 [2024-04-23T12:58:52.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
12:58:52 [2024-04-23T12:58:52.889Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
12:58:52 [2024-04-23T12:58:52.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
12:58:52 [2024-04-23T12:58:52.889Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
12:58:52 [2024-04-23T12:58:52.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
12:58:52 [2024-04-23T12:58:52.889Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
12:58:52 [2024-04-23T12:58:52.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
12:58:52 [2024-04-23T12:58:52.889Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
12:58:52 [2024-04-23T12:58:52.889Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
12:58:52 [2024-04-23T12:58:52.889Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
12:58:52 [2024-04-23T12:58:52.889Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
12:58:52 [2024-04-23T12:58:52.889Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
12:58:52 [2024-04-23T12:58:52.889Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
12:58:56 [2024-04-23T12:58:56.146Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
12:58:56 [2024-04-23T12:58:56.146Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.89s)
12:58:56 [2024-04-23T12:58:56.146Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.99s)
12:58:56 [2024-04-23T12:58:56.147Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.27s)
12:58:56 [2024-04-23T12:58:56.147Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.74s)
12:58:56 [2024-04-23T12:58:56.147Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.90s)
12:58:56 [2024-04-23T12:58:56.147Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.97s)
12:58:56 [2024-04-23T12:58:56.147Z] === RUN   TestBuildMultiStageCopy
12:58:56 [2024-04-23T12:58:56.147Z] === RUN   TestBuildMultiStageCopy/copy_to_root
12:58:57 [2024-04-23T12:58:57.070Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
12:58:57 [2024-04-23T12:58:57.070Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
12:58:57 [2024-04-23T12:58:57.070Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
12:58:57 [2024-04-23T12:58:57.070Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
12:58:57 [2024-04-23T12:58:57.324Z] --- PASS: TestBuildMultiStageCopy (1.29s)
12:58:57 [2024-04-23T12:58:57.324Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.90s)
12:58:57 [2024-04-23T12:58:57.324Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.08s)
12:58:57 [2024-04-23T12:58:57.324Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.08s)
12:58:57 [2024-04-23T12:58:57.324Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.10s)
12:58:57 [2024-04-23T12:58:57.324Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.10s)
12:58:57 [2024-04-23T12:58:57.324Z] === RUN   TestBuildMultiStageParentConfig
12:58:57 [2024-04-23T12:58:57.579Z] --- PASS: TestBuildMultiStageParentConfig (0.33s)
12:58:57 [2024-04-23T12:58:57.579Z] === RUN   TestBuildLabelWithTargets
12:58:58 [2024-04-23T12:58:58.138Z] --- PASS: TestBuildLabelWithTargets (0.52s)
12:58:58 [2024-04-23T12:58:58.138Z] === RUN   TestBuildWithEmptyLayers
12:58:58 [2024-04-23T12:58:58.392Z] --- PASS: TestBuildWithEmptyLayers (0.14s)
12:58:58 [2024-04-23T12:58:58.392Z] === RUN   TestBuildMultiStageOnBuild
12:58:59 [2024-04-23T12:58:59.751Z] --- PASS: TestBuildMultiStageOnBuild (1.20s)
12:58:59 [2024-04-23T12:58:59.751Z] === RUN   TestBuildUncleanTarFilenames
12:58:59 [2024-04-23T12:58:59.751Z] --- PASS: TestBuildUncleanTarFilenames (0.11s)
12:58:59 [2024-04-23T12:58:59.751Z] === RUN   TestBuildMultiStageLayerLeak
12:59:00 [2024-04-23T12:59:00.675Z] --- PASS: TestBuildMultiStageLayerLeak (0.99s)
12:59:00 [2024-04-23T12:59:00.675Z] === RUN   TestBuildWithHugeFile
12:59:56 [2024-04-23T12:59:56.817Z] --- PASS: TestBuildWithHugeFile (55.59s)
12:59:56 [2024-04-23T12:59:56.817Z] === RUN   TestBuildWCOWSandboxSize
12:59:56 [2024-04-23T12:59:56.817Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
12:59:56 [2024-04-23T12:59:56.817Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
12:59:56 [2024-04-23T12:59:56.817Z] === RUN   TestBuildWithEmptyDockerfile
12:59:56 [2024-04-23T12:59:56.817Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
12:59:56 [2024-04-23T12:59:56.817Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
12:59:56 [2024-04-23T12:59:56.817Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:59:56 [2024-04-23T12:59:56.817Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:59:56 [2024-04-23T12:59:56.817Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:59:56 [2024-04-23T12:59:56.817Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:59:56 [2024-04-23T12:59:56.817Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
12:59:56 [2024-04-23T12:59:56.817Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:59:56 [2024-04-23T12:59:56.817Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:59:56 [2024-04-23T12:59:56.817Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
12:59:56 [2024-04-23T12:59:56.817Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
12:59:56 [2024-04-23T12:59:56.817Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
12:59:56 [2024-04-23T12:59:56.817Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
12:59:56 [2024-04-23T12:59:56.817Z] === RUN   TestBuildPreserveOwnership
12:59:56 [2024-04-23T12:59:56.817Z] === RUN   TestBuildPreserveOwnership/copy_from
12:59:57 [2024-04-23T12:59:57.743Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
12:59:58 [2024-04-23T12:59:58.302Z] --- PASS: TestBuildPreserveOwnership (2.22s)
12:59:58 [2024-04-23T12:59:58.302Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.50s)
12:59:58 [2024-04-23T12:59:58.302Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.70s)
12:59:58 [2024-04-23T12:59:58.302Z] === RUN   TestBuildPlatformInvalid
12:59:58 [2024-04-23T12:59:58.302Z] --- PASS: TestBuildPlatformInvalid (0.01s)
12:59:58 [2024-04-23T12:59:58.302Z] === RUN   TestBuildWorkdirNoCacheMiss
12:59:58 [2024-04-23T12:59:58.302Z] === RUN   TestBuildWorkdirNoCacheMiss/trailing_slash
12:59:58 [2024-04-23T12:59:58.556Z] === RUN   TestBuildWorkdirNoCacheMiss/no_trailing_slash
12:59:58 [2024-04-23T12:59:58.556Z] --- PASS: TestBuildWorkdirNoCacheMiss (0.09s)
12:59:58 [2024-04-23T12:59:58.556Z]     --- PASS: TestBuildWorkdirNoCacheMiss/trailing_slash (0.07s)
12:59:58 [2024-04-23T12:59:58.556Z]     --- PASS: TestBuildWorkdirNoCacheMiss/no_trailing_slash (0.00s)
12:59:58 [2024-04-23T12:59:58.556Z] === RUN   TestBuildkitHistoryTracePropagation
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" 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
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" 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
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
12:59:58 [2024-04-23T12:59:58.556Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
12:59:58 [2024-04-23T12:59:58.557Z] time="2024-04-23T12:59:58Z" level=info msg="[core] [Server #4] Server created" module=grpc
12:59:58 [2024-04-23T12:59:58.557Z]     build_traces_test.go:87: Waiting for trace to be available
13:00:02 [2024-04-23T13:00:02.710Z] time="2024-04-23T13:00:02Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
13:00:02 [2024-04-23T13:00:02.710Z] time="2024-04-23T13:00:02Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
13:00:02 [2024-04-23T13:00:02.710Z] time="2024-04-23T13:00:02Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
13:00:02 [2024-04-23T13:00:02.710Z] time="2024-04-23T13:00:02Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
13:00:02 [2024-04-23T13:00:02.710Z] time="2024-04-23T13:00:02Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
13:00:02 [2024-04-23T13:00:02.710Z] time="2024-04-23T13:00:02Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
13:00:02 [2024-04-23T13:00:02.710Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s)
13:00:02 [2024-04-23T13:00:02.710Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:00:03 [2024-04-23T13:00:03.270Z] Loaded image: busybox:latest
13:00:03 [2024-04-23T13:00:03.270Z] Loaded image: busybox:glibc
13:00:04 [2024-04-23T13:00:04.194Z] Loaded image: debian:bookworm-slim
13:00:04 [2024-04-23T13:00:04.194Z] Loaded image: hello-world:latest
13:00:04 [2024-04-23T13:00:04.194Z] Loaded image: arm32v7/hello-world:latest
13:00:12 [2024-04-23T13:00:12.261Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.47s)
13:00:12 [2024-04-23T13:00:12.261Z] PASS
13:00:12 [2024-04-23T13:00:12.261Z] 
13:00:12 [2024-04-23T13:00:12.261Z] === Skipped
13:00:12 [2024-04-23T13:00:12.261Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
13:00:12 [2024-04-23T13:00:12.261Z]     build_session_test.go:26: TODO: BuildKit
13:00:12 [2024-04-23T13:00:12.261Z] 
13:00:12 [2024-04-23T13:00:12.261Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:00:12 [2024-04-23T13:00:12.261Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:00:12 [2024-04-23T13:00:12.261Z] 
13:00:12 [2024-04-23T13:00:12.261Z] DONE 38 tests, 2 skipped in 85.122s
13:00:12 [2024-04-23T13:00:12.261Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
13:00:12 [2024-04-23T13:00:12.261Z] ++ '[' -n '' ']'
13:00:12 [2024-04-23T13:00:12.261Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m
13:00:12 [2024-04-23T13:00:12.261Z] ++ set -e
13:00:12 [2024-04-23T13:00:12.261Z] ++ '[' -n 0 ']'
13:00:12 [2024-04-23T13:00:12.261Z] ++ set -x
13:00:12 [2024-04-23T13:00:12.262Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m
13:00:12 [2024-04-23T13:00:12.262Z] INFO: Testing against a local daemon
13:00:12 [2024-04-23T13:00:12.262Z] === RUN   TestNoNewPrivileges
13:00:22 [2024-04-23T13:00:22.186Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
13:00:22 [2024-04-23T13:00:22.186Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
13:00:22 [2024-04-23T13:00:22.440Z] --- PASS: TestNoNewPrivileges (10.31s)
13:00:22 [2024-04-23T13:00:22.441Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.36s)
13:00:22 [2024-04-23T13:00:22.441Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.40s)
13:00:22 [2024-04-23T13:00:22.441Z] PASS
13:00:22 [2024-04-23T13:00:22.441Z] 
13:00:22 [2024-04-23T13:00:22.441Z] DONE 3 tests in 10.336s
13:00:22 [2024-04-23T13:00:22.441Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
13:00:22 [2024-04-23T13:00:22.441Z] ++ '[' -n '' ']'
13:00:22 [2024-04-23T13:00:22.441Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
13:00:22 [2024-04-23T13:00:22.441Z] ++ set -e
13:00:22 [2024-04-23T13:00:22.441Z] ++ '[' -n 0 ']'
13:00:22 [2024-04-23T13:00:22.441Z] ++ set -x
13:00:22 [2024-04-23T13:00:22.441Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
13:00:22 [2024-04-23T13:00:22.441Z] INFO: Testing against a local daemon
13:00:22 [2024-04-23T13:00:22.441Z] === RUN   TestConfigInspect
13:00:24 [2024-04-23T13:00:24.324Z] --- PASS: TestConfigInspect (1.94s)
13:00:24 [2024-04-23T13:00:24.324Z] === RUN   TestConfigList
13:00:25 [2024-04-23T13:00:25.683Z] === RUN   TestConfigList/test_filter_by_name
13:00:25 [2024-04-23T13:00:25.683Z] === RUN   TestConfigList/test_filter_by_id
13:00:25 [2024-04-23T13:00:25.683Z] === RUN   TestConfigList/test_filter_by_label_key_only
13:00:25 [2024-04-23T13:00:25.683Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
13:00:25 [2024-04-23T13:00:25.683Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
13:00:26 [2024-04-23T13:00:26.241Z] --- PASS: TestConfigList (1.93s)
13:00:26 [2024-04-23T13:00:26.242Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
13:00:26 [2024-04-23T13:00:26.242Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
13:00:26 [2024-04-23T13:00:26.242Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
13:00:26 [2024-04-23T13:00:26.242Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
13:00:26 [2024-04-23T13:00:26.242Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
13:00:26 [2024-04-23T13:00:26.242Z] === RUN   TestConfigsCreateAndDelete
13:00:28 [2024-04-23T13:00:28.123Z] --- PASS: TestConfigsCreateAndDelete (1.93s)
13:00:28 [2024-04-23T13:00:28.123Z] === RUN   TestConfigsUpdate
13:00:30 [2024-04-23T13:00:30.631Z] --- PASS: TestConfigsUpdate (2.00s)
13:00:30 [2024-04-23T13:00:30.631Z] === RUN   TestTemplatedConfig
13:00:32 [2024-04-23T13:00:32.518Z] --- PASS: TestTemplatedConfig (2.35s)
13:00:32 [2024-04-23T13:00:32.518Z] === RUN   TestConfigCreateResolve
13:00:34 [2024-04-23T13:00:34.405Z] --- PASS: TestConfigCreateResolve (1.90s)
13:00:34 [2024-04-23T13:00:34.405Z] PASS
13:00:34 [2024-04-23T13:00:34.405Z] 
13:00:34 [2024-04-23T13:00:34.405Z] DONE 11 tests in 12.065s
13:00:34 [2024-04-23T13:00:34.405Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
13:00:34 [2024-04-23T13:00:34.405Z] ++ '[' -n '' ']'
13:00:34 [2024-04-23T13:00:34.405Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
13:00:34 [2024-04-23T13:00:34.405Z] ++ set -e
13:00:34 [2024-04-23T13:00:34.405Z] ++ '[' -n 0 ']'
13:00:34 [2024-04-23T13:00:34.405Z] ++ set -x
13:00:34 [2024-04-23T13:00:34.405Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
13:00:34 [2024-04-23T13:00:34.405Z] INFO: Testing against a local daemon
13:00:34 [2024-04-23T13:00:34.405Z] === RUN   TestAttach
13:00:34 [2024-04-23T13:00:34.405Z] === RUN   TestAttach/without_TTY
13:00:34 [2024-04-23T13:00:34.405Z] === PAUSE TestAttach/without_TTY
13:00:34 [2024-04-23T13:00:34.405Z] === RUN   TestAttach/with_TTY
13:00:34 [2024-04-23T13:00:34.405Z] === PAUSE TestAttach/with_TTY
13:00:34 [2024-04-23T13:00:34.405Z] === CONT  TestAttach/without_TTY
13:00:34 [2024-04-23T13:00:34.405Z] === CONT  TestAttach/with_TTY
13:00:34 [2024-04-23T13:00:34.660Z] --- PASS: TestAttach (0.02s)
13:00:34 [2024-04-23T13:00:34.660Z]     --- PASS: TestAttach/without_TTY (0.06s)
13:00:34 [2024-04-23T13:00:34.660Z]     --- PASS: TestAttach/with_TTY (0.06s)
13:00:34 [2024-04-23T13:00:34.660Z] === RUN   TestCreateWithCDIDevices
13:00:35 [2024-04-23T13:00:35.583Z] --- PASS: TestCreateWithCDIDevices (1.00s)
13:00:35 [2024-04-23T13:00:35.583Z] === RUN   TestCDISpecDirsAreInSystemInfo
13:00:35 [2024-04-23T13:00:35.583Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default
13:00:36 [2024-04-23T13:00:36.143Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned
13:00:36 [2024-04-23T13:00:36.702Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice
13:00:37 [2024-04-23T13:00:37.260Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice
13:00:37 [2024-04-23T13:00:37.515Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice
13:00:38 [2024-04-23T13:00:38.074Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice
13:00:38 [2024-04-23T13:00:38.674Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice
13:00:39 [2024-04-23T13:00:39.234Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice
13:00:39 [2024-04-23T13:00:39.793Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.15s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s)
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestCheckpoint
13:00:39 [2024-04-23T13:00:39.793Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:00:39 [2024-04-23T13:00:39.793Z] --- SKIP: TestCheckpoint (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/commit
13:00:39 [2024-04-23T13:00:39.793Z] === PAUSE TestContainerInvalidJSON/commit
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/create
13:00:39 [2024-04-23T13:00:39.793Z] === PAUSE TestContainerInvalidJSON/containers/create
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:00:39 [2024-04-23T13:00:39.793Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:00:39 [2024-04-23T13:00:39.793Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:00:39 [2024-04-23T13:00:39.793Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:00:39 [2024-04-23T13:00:39.793Z] === CONT  TestContainerInvalidJSON/commit
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:00:39 [2024-04-23T13:00:39.793Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:00:39 [2024-04-23T13:00:39.793Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:00:39 [2024-04-23T13:00:39.793Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:00:39 [2024-04-23T13:00:39.793Z] === CONT  TestContainerInvalidJSON/containers/create
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:00:39 [2024-04-23T13:00:39.793Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:00:39 [2024-04-23T13:00:39.793Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestCopyFromContainerPathIsNotDir
13:00:39 [2024-04-23T13:00:39.793Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestCopyToContainerPathDoesNotExist
13:00:39 [2024-04-23T13:00:39.793Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
13:00:39 [2024-04-23T13:00:39.793Z] === RUN   TestCopyEmptyFile
13:00:40 [2024-04-23T13:00:40.048Z] --- PASS: TestCopyEmptyFile (0.08s)
13:00:40 [2024-04-23T13:00:40.048Z] === RUN   TestCopyToContainerPathIsNotDir
13:00:40 [2024-04-23T13:00:40.048Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
13:00:40 [2024-04-23T13:00:40.048Z] === RUN   TestCopyFromContainer
13:00:40 [2024-04-23T13:00:40.609Z] === RUN   TestCopyFromContainer//
13:00:40 [2024-04-23T13:00:40.609Z] === RUN   TestCopyFromContainer/.
13:00:40 [2024-04-23T13:00:40.609Z] === RUN   TestCopyFromContainer//.
13:00:40 [2024-04-23T13:00:40.609Z] === RUN   TestCopyFromContainer/./
13:00:40 [2024-04-23T13:00:40.609Z] === RUN   TestCopyFromContainer//./
13:00:40 [2024-04-23T13:00:40.609Z] === RUN   TestCopyFromContainer//bar/root
13:00:40 [2024-04-23T13:00:40.609Z] === RUN   TestCopyFromContainer//bar/root/
13:00:40 [2024-04-23T13:00:40.609Z] === RUN   TestCopyFromContainer//bar/root/.
13:00:40 [2024-04-23T13:00:40.609Z] === RUN   TestCopyFromContainer/bar/quux
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCopyFromContainer/bar/quux/
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCopyFromContainer/bar/quux/.
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCopyFromContainer/bar/notarget
13:00:40 [2024-04-23T13:00:40.865Z] --- PASS: TestCopyFromContainer (0.82s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer// (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/. (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer//. (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer//./ (0.02s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:00:40 [2024-04-23T13:00:40.865Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:00:40 [2024-04-23T13:00:40.865Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:00:40 [2024-04-23T13:00:40.865Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:00:40 [2024-04-23T13:00:40.865Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:00:40 [2024-04-23T13:00:40.865Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:00:40 [2024-04-23T13:00:40.865Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:00:40 [2024-04-23T13:00:40.865Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateLinkToNonExistingContainer
13:00:40 [2024-04-23T13:00:40.865Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateWithInvalidEnv
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateWithInvalidEnv/0
13:00:40 [2024-04-23T13:00:40.865Z] === PAUSE TestCreateWithInvalidEnv/0
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateWithInvalidEnv/1
13:00:40 [2024-04-23T13:00:40.865Z] === PAUSE TestCreateWithInvalidEnv/1
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateWithInvalidEnv/2
13:00:40 [2024-04-23T13:00:40.865Z] === PAUSE TestCreateWithInvalidEnv/2
13:00:40 [2024-04-23T13:00:40.865Z] === CONT  TestCreateWithInvalidEnv/0
13:00:40 [2024-04-23T13:00:40.865Z] === CONT  TestCreateWithInvalidEnv/2
13:00:40 [2024-04-23T13:00:40.865Z] === CONT  TestCreateWithInvalidEnv/1
13:00:40 [2024-04-23T13:00:40.865Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:00:40 [2024-04-23T13:00:40.865Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateTmpfsMountsTarget
13:00:40 [2024-04-23T13:00:40.865Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:00:40 [2024-04-23T13:00:40.865Z] === RUN   TestCreateWithCustomMaskedPaths
13:00:42 [2024-04-23T13:00:42.225Z] --- PASS: TestCreateWithCustomMaskedPaths (1.12s)
13:00:42 [2024-04-23T13:00:42.225Z] === RUN   TestCreateWithCustomReadonlyPaths
13:00:43 [2024-04-23T13:00:43.148Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s)
13:00:43 [2024-04-23T13:00:43.148Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:00:43 [2024-04-23T13:00:43.148Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:00:43 [2024-04-23T13:00:43.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:00:43 [2024-04-23T13:00:43.148Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:00:43 [2024-04-23T13:00:43.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:00:43 [2024-04-23T13:00:43.148Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:00:43 [2024-04-23T13:00:43.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:00:43 [2024-04-23T13:00:43.148Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:00:43 [2024-04-23T13:00:43.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:00:43 [2024-04-23T13:00:43.148Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:00:43 [2024-04-23T13:00:43.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:00:43 [2024-04-23T13:00:43.148Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
13:00:43 [2024-04-23T13:00:43.148Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
13:00:43 [2024-04-23T13:00:43.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:00:43 [2024-04-23T13:00:43.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:00:43 [2024-04-23T13:00:43.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
13:00:43 [2024-04-23T13:00:43.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:00:43 [2024-04-23T13:00:43.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:00:43 [2024-04-23T13:00:43.149Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:00:43 [2024-04-23T13:00:43.149Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:00:43 [2024-04-23T13:00:43.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
13:00:43 [2024-04-23T13:00:43.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
13:00:43 [2024-04-23T13:00:43.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
13:00:43 [2024-04-23T13:00:43.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
13:00:43 [2024-04-23T13:00:43.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
13:00:43 [2024-04-23T13:00:43.149Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
13:00:43 [2024-04-23T13:00:43.149Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:00:43 [2024-04-23T13:00:43.710Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s)
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateDifferentPlatform
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateDifferentPlatform/different_os
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:00:43 [2024-04-23T13:00:43.710Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:00:43 [2024-04-23T13:00:43.710Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:00:43 [2024-04-23T13:00:43.710Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:00:43 [2024-04-23T13:00:43.710Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:00:43 [2024-04-23T13:00:43.710Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateInvalidHostConfig
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:00:43 [2024-04-23T13:00:43.710Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:00:43 [2024-04-23T13:00:43.710Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:00:43 [2024-04-23T13:00:43.710Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:00:43 [2024-04-23T13:00:43.710Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
13:00:43 [2024-04-23T13:00:43.710Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
13:00:43 [2024-04-23T13:00:43.710Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:00:43 [2024-04-23T13:00:43.710Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:00:43 [2024-04-23T13:00:43.710Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
13:00:43 [2024-04-23T13:00:43.710Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:00:43 [2024-04-23T13:00:43.710Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:00:43 [2024-04-23T13:00:43.710Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:00:43 [2024-04-23T13:00:43.710Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:00:43 [2024-04-23T13:00:43.710Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
13:00:43 [2024-04-23T13:00:43.710Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:00:43 [2024-04-23T13:00:43.710Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:00:43 [2024-04-23T13:00:43.710Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateWithMultipleEndpointSettings
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
13:00:43 [2024-04-23T13:00:43.710Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.04s)
13:00:43 [2024-04-23T13:00:43.710Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s)
13:00:43 [2024-04-23T13:00:43.710Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
13:00:43 [2024-04-23T13:00:43.710Z] === RUN   TestCreateWithCustomMACs
13:00:44 [2024-04-23T13:00:44.269Z] --- PASS: TestCreateWithCustomMACs (0.54s)
13:00:44 [2024-04-23T13:00:44.269Z] === RUN   TestContainerStartOnDaemonRestart
13:00:44 [2024-04-23T13:00:44.269Z] === PAUSE TestContainerStartOnDaemonRestart
13:00:44 [2024-04-23T13:00:44.269Z] === RUN   TestDaemonRestartIpcMode
13:00:44 [2024-04-23T13:00:44.269Z] === PAUSE TestDaemonRestartIpcMode
13:00:44 [2024-04-23T13:00:44.269Z] === RUN   TestDaemonHostGatewayIP
13:00:44 [2024-04-23T13:00:44.269Z] === PAUSE TestDaemonHostGatewayIP
13:00:44 [2024-04-23T13:00:44.269Z] === RUN   TestRestartDaemonWithRestartingContainer
13:00:44 [2024-04-23T13:00:44.269Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:00:44 [2024-04-23T13:00:44.269Z] === RUN   TestHardRestartWhenContainerIsRunning
13:00:44 [2024-04-23T13:00:44.269Z] === PAUSE TestHardRestartWhenContainerIsRunning
13:00:44 [2024-04-23T13:00:44.269Z] === RUN   TestContainerKillOnDaemonStart
13:00:44 [2024-04-23T13:00:44.269Z] === PAUSE TestContainerKillOnDaemonStart
13:00:44 [2024-04-23T13:00:44.269Z] === RUN   TestDiff
13:00:44 [2024-04-23T13:00:44.828Z] --- PASS: TestDiff (0.40s)
13:00:44 [2024-04-23T13:00:44.828Z] === RUN   TestDiffStoppedContainer
13:00:45 [2024-04-23T13:00:45.082Z] --- PASS: TestDiffStoppedContainer (0.41s)
13:00:45 [2024-04-23T13:00:45.082Z] === RUN   TestExecConsoleSize
13:00:45 [2024-04-23T13:00:45.640Z] --- PASS: TestExecConsoleSize (0.47s)
13:00:45 [2024-04-23T13:00:45.640Z] === RUN   TestExecWithCloseStdin
13:00:45 [2024-04-23T13:00:45.894Z] --- PASS: TestExecWithCloseStdin (0.42s)
13:00:45 [2024-04-23T13:00:45.894Z] === RUN   TestExec
13:00:46 [2024-04-23T13:00:46.452Z] --- PASS: TestExec (0.45s)
13:00:46 [2024-04-23T13:00:46.452Z] === RUN   TestExecUser
13:00:47 [2024-04-23T13:00:47.011Z] --- PASS: TestExecUser (0.43s)
13:00:47 [2024-04-23T13:00:47.011Z] === RUN   TestExecWithGroupAdd
13:00:47 [2024-04-23T13:00:47.266Z] --- PASS: TestExecWithGroupAdd (0.45s)
13:00:47 [2024-04-23T13:00:47.266Z] === RUN   TestExportContainerAndImportImage
13:00:47 [2024-04-23T13:00:47.824Z] --- PASS: TestExportContainerAndImportImage (0.47s)
13:00:47 [2024-04-23T13:00:47.824Z] === RUN   TestExportContainerAfterDaemonRestart
13:00:54 [2024-04-23T13:00:54.343Z] --- PASS: TestExportContainerAfterDaemonRestart (6.14s)
13:00:54 [2024-04-23T13:00:54.343Z] === RUN   TestHealthCheckWorkdir
13:00:54 [2024-04-23T13:00:54.343Z] --- PASS: TestHealthCheckWorkdir (0.48s)
13:00:54 [2024-04-23T13:00:54.343Z] === RUN   TestHealthKillContainer
13:01:02 [2024-04-23T13:01:02.410Z] --- PASS: TestHealthKillContainer (7.70s)
13:01:02 [2024-04-23T13:01:02.410Z] === RUN   TestHealthCheckProcessKilled
13:01:02 [2024-04-23T13:01:02.665Z] --- PASS: TestHealthCheckProcessKilled (0.61s)
13:01:02 [2024-04-23T13:01:02.665Z] === RUN   TestHealthStartInterval
13:01:04 [2024-04-23T13:01:04.025Z]     health_test.go:141: &{2024-04-23 13:01:03.814785053 +0000 UTC 2024-04-23 13:01:03.840832886 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:01:04 [2024-04-23T13:01:04.025Z]         }
13:01:04 [2024-04-23T13:01:04.025Z]     health_test.go:141: &{2024-04-23 13:01:03.814785053 +0000 UTC 2024-04-23 13:01:03.840832886 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:01:04 [2024-04-23T13:01:04.025Z]         }
13:01:04 [2024-04-23T13:01:04.279Z]     health_test.go:141: &{2024-04-23 13:01:03.814785053 +0000 UTC 2024-04-23 13:01:03.840832886 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:01:04 [2024-04-23T13:01:04.279Z]         }
13:01:04 [2024-04-23T13:01:04.279Z]     health_test.go:141: &{2024-04-23 13:01:03.814785053 +0000 UTC 2024-04-23 13:01:03.840832886 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:01:04 [2024-04-23T13:01:04.279Z]         }
13:01:04 [2024-04-23T13:01:04.534Z]     health_test.go:141: &{2024-04-23 13:01:03.814785053 +0000 UTC 2024-04-23 13:01:03.840832886 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:01:04 [2024-04-23T13:01:04.534Z]         }
13:01:04 [2024-04-23T13:01:04.534Z]     health_test.go:141: &{2024-04-23 13:01:03.814785053 +0000 UTC 2024-04-23 13:01:03.840832886 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:01:04 [2024-04-23T13:01:04.534Z]         }
13:01:04 [2024-04-23T13:01:04.534Z]     health_test.go:141: &{2024-04-23 13:01:03.814785053 +0000 UTC 2024-04-23 13:01:03.840832886 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:01:04 [2024-04-23T13:01:04.534Z]         }
13:01:04 [2024-04-23T13:01:04.788Z]     health_test.go:141: &{2024-04-23 13:01:03.814785053 +0000 UTC 2024-04-23 13:01:03.840832886 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:01:04 [2024-04-23T13:01:04.788Z]         }
13:01:04 [2024-04-23T13:01:04.788Z]     health_test.go:141: &{2024-04-23 13:01:03.814785053 +0000 UTC 2024-04-23 13:01:03.840832886 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:01:04 [2024-04-23T13:01:04.788Z]         }
13:01:05 [2024-04-23T13:01:05.043Z]     health_test.go:141: &{2024-04-23 13:01:03.814785053 +0000 UTC 2024-04-23 13:01:03.840832886 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:01:05 [2024-04-23T13:01:05.093Z]         }
13:01:05 [2024-04-23T13:01:05.093Z]     health_test.go:141: &{2024-04-23 13:01:04.841193421 +0000 UTC 2024-04-23 13:01:04.867188513 +0000 UTC 1 2}
13:01:05 [2024-04-23T13:01:05.093Z]     health_test.go:141: &{2024-04-23 13:01:04.841193421 +0000 UTC 2024-04-23 13:01:04.867188513 +0000 UTC 1 2}
13:01:05 [2024-04-23T13:01:05.348Z]     health_test.go:141: &{2024-04-23 13:01:04.841193421 +0000 UTC 2024-04-23 13:01:04.867188513 +0000 UTC 1 2}
13:01:05 [2024-04-23T13:01:05.348Z]     health_test.go:141: &{2024-04-23 13:01:04.841193421 +0000 UTC 2024-04-23 13:01:04.867188513 +0000 UTC 1 2}
13:01:05 [2024-04-23T13:01:05.348Z]     health_test.go:141: &{2024-04-23 13:01:04.841193421 +0000 UTC 2024-04-23 13:01:04.867188513 +0000 UTC 1 2}
13:01:05 [2024-04-23T13:01:05.603Z]     health_test.go:141: &{2024-04-23 13:01:04.841193421 +0000 UTC 2024-04-23 13:01:04.867188513 +0000 UTC 1 2}
13:01:05 [2024-04-23T13:01:05.603Z]     health_test.go:141: &{2024-04-23 13:01:04.841193421 +0000 UTC 2024-04-23 13:01:04.867188513 +0000 UTC 1 2}
13:01:05 [2024-04-23T13:01:05.857Z]     health_test.go:141: &{2024-04-23 13:01:04.841193421 +0000 UTC 2024-04-23 13:01:04.867188513 +0000 UTC 1 2}
13:01:05 [2024-04-23T13:01:05.857Z]     health_test.go:141: &{2024-04-23 13:01:04.841193421 +0000 UTC 2024-04-23 13:01:04.867188513 +0000 UTC 1 2}
13:01:05 [2024-04-23T13:01:05.857Z]     health_test.go:141: &{2024-04-23 13:01:04.841193421 +0000 UTC 2024-04-23 13:01:04.867188513 +0000 UTC 1 2}
13:01:06 [2024-04-23T13:01:06.112Z]     health_test.go:169: 1.026831055s
13:01:07 [2024-04-23T13:01:07.034Z]     health_test.go:169: 1.026831055s
13:01:07 [2024-04-23T13:01:07.958Z]     health_test.go:169: 1.026831055s
13:01:09 [2024-04-23T13:01:09.318Z]     health_test.go:169: 1.026831055s
13:01:10 [2024-04-23T13:01:10.241Z]     health_test.go:169: 1.026831055s
13:01:11 [2024-04-23T13:01:11.163Z]     health_test.go:169: 1.026831055s
13:01:12 [2024-04-23T13:01:12.085Z]     health_test.go:169: 1.026831055s
13:01:13 [2024-04-23T13:01:13.007Z]     health_test.go:169: 1.026831055s
13:01:14 [2024-04-23T13:01:14.366Z]     health_test.go:169: 1.026831055s
13:01:15 [2024-04-23T13:01:15.288Z]     health_test.go:169: 1.026831055s
13:01:16 [2024-04-23T13:01:16.210Z]     health_test.go:169: 1.026831055s
13:01:17 [2024-04-23T13:01:17.132Z]     health_test.go:169: 1.026831055s
13:01:18 [2024-04-23T13:01:18.054Z]     health_test.go:169: 1.026831055s
13:01:18 [2024-04-23T13:01:18.976Z]     health_test.go:169: 1.026831055s
13:01:20 [2024-04-23T13:01:20.334Z]     health_test.go:169: 1.026831055s
13:01:21 [2024-04-23T13:01:21.257Z]     health_test.go:169: 1.026831055s
13:01:22 [2024-04-23T13:01:22.179Z]     health_test.go:169: 1.026831055s
13:01:23 [2024-04-23T13:01:23.101Z]     health_test.go:169: 1.026831055s
13:01:24 [2024-04-23T13:01:24.023Z]     health_test.go:169: 1.026831055s
13:01:25 [2024-04-23T13:01:25.381Z]     health_test.go:169: 1.026831055s
13:01:26 [2024-04-23T13:01:26.303Z]     health_test.go:169: 1.026831055s
13:01:27 [2024-04-23T13:01:27.225Z]     health_test.go:169: 1.026831055s
13:01:28 [2024-04-23T13:01:28.147Z]     health_test.go:169: 1.026831055s
13:01:29 [2024-04-23T13:01:29.069Z]     health_test.go:169: 1.026831055s
13:01:29 [2024-04-23T13:01:29.991Z]     health_test.go:169: 1.026831055s
13:01:31 [2024-04-23T13:01:31.350Z]     health_test.go:169: 1.026831055s
13:01:32 [2024-04-23T13:01:32.272Z]     health_test.go:169: 1.026831055s
13:01:33 [2024-04-23T13:01:33.194Z]     health_test.go:169: 1.026831055s
13:01:34 [2024-04-23T13:01:34.116Z]     health_test.go:169: 1.026831055s
13:01:35 [2024-04-23T13:01:35.038Z]     health_test.go:169: 1.026831055s
13:01:36 [2024-04-23T13:01:36.397Z] --- PASS: TestHealthStartInterval (33.55s)
13:01:36 [2024-04-23T13:01:36.397Z] === RUN   TestInspectAnnotations
13:01:36 [2024-04-23T13:01:36.397Z] --- PASS: TestInspectAnnotations (0.06s)
13:01:36 [2024-04-23T13:01:36.397Z] === RUN   TestNetworkAliasesAreEmpty
13:01:36 [2024-04-23T13:01:36.397Z] === RUN   TestNetworkAliasesAreEmpty/host
13:01:36 [2024-04-23T13:01:36.397Z] === RUN   TestNetworkAliasesAreEmpty/bridge
13:01:36 [2024-04-23T13:01:36.397Z] === RUN   TestNetworkAliasesAreEmpty/none
13:01:36 [2024-04-23T13:01:36.397Z] --- PASS: TestNetworkAliasesAreEmpty (0.20s)
13:01:36 [2024-04-23T13:01:36.397Z]     --- PASS: TestNetworkAliasesAreEmpty/host (0.10s)
13:01:36 [2024-04-23T13:01:36.397Z]     --- PASS: TestNetworkAliasesAreEmpty/bridge (0.05s)
13:01:36 [2024-04-23T13:01:36.397Z]     --- PASS: TestNetworkAliasesAreEmpty/none (0.04s)
13:01:36 [2024-04-23T13:01:36.397Z] === RUN   TestIpcModeNone
13:01:36 [2024-04-23T13:01:36.955Z] --- PASS: TestIpcModeNone (0.44s)
13:01:36 [2024-04-23T13:01:36.955Z] === RUN   TestIpcModePrivate
13:01:37 [2024-04-23T13:01:37.210Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
13:01:37 [2024-04-23T13:01:37.464Z] --- PASS: TestIpcModePrivate (0.44s)
13:01:37 [2024-04-23T13:01:37.464Z] === RUN   TestIpcModeShareable
13:01:37 [2024-04-23T13:01:37.718Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
13:01:37 [2024-04-23T13:01:37.718Z] --- PASS: TestIpcModeShareable (0.41s)
13:01:37 [2024-04-23T13:01:37.718Z] === RUN   TestAPIIpcModeShareableAndContainer
13:01:39 [2024-04-23T13:01:39.077Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.02s)
13:01:39 [2024-04-23T13:01:39.077Z] === RUN   TestAPIIpcModeHost
13:01:39 [2024-04-23T13:01:39.077Z] --- PASS: TestAPIIpcModeHost (0.29s)
13:01:39 [2024-04-23T13:01:39.077Z] === RUN   TestDaemonIpcModeShareable
13:01:40 [2024-04-23T13:01:40.000Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
13:01:40 [2024-04-23T13:01:40.254Z] --- PASS: TestDaemonIpcModeShareable (1.06s)
13:01:40 [2024-04-23T13:01:40.254Z] === RUN   TestDaemonIpcModePrivate
13:01:41 [2024-04-23T13:01:41.177Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
13:01:41 [2024-04-23T13:01:41.177Z] --- PASS: TestDaemonIpcModePrivate (1.00s)
13:01:41 [2024-04-23T13:01:41.177Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:01:42 [2024-04-23T13:01:42.100Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
13:01:42 [2024-04-23T13:01:42.100Z] --- PASS: TestDaemonIpcModePrivateFromConfig (0.99s)
13:01:42 [2024-04-23T13:01:42.100Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:01:43 [2024-04-23T13:01:43.022Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
13:01:43 [2024-04-23T13:01:43.276Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.02s)
13:01:43 [2024-04-23T13:01:43.276Z] === RUN   TestIpcModeOlderClient
13:01:43 [2024-04-23T13:01:43.276Z] === PAUSE TestIpcModeOlderClient
13:01:43 [2024-04-23T13:01:43.276Z] === RUN   TestKillContainerInvalidSignal
13:01:43 [2024-04-23T13:01:43.531Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
13:01:43 [2024-04-23T13:01:43.531Z] === RUN   TestKillContainer
13:01:43 [2024-04-23T13:01:43.531Z] === RUN   TestKillContainer/no_signal
13:01:44 [2024-04-23T13:01:44.089Z] === RUN   TestKillContainer/non_killing_signal
13:01:44 [2024-04-23T13:01:44.089Z] === RUN   TestKillContainer/killing_signal
13:01:45 [2024-04-23T13:01:45.012Z] --- PASS: TestKillContainer (1.25s)
13:01:45 [2024-04-23T13:01:45.012Z]     --- PASS: TestKillContainer/no_signal (0.40s)
13:01:45 [2024-04-23T13:01:45.012Z]     --- PASS: TestKillContainer/non_killing_signal (0.21s)
13:01:45 [2024-04-23T13:01:45.012Z]     --- PASS: TestKillContainer/killing_signal (0.41s)
13:01:45 [2024-04-23T13:01:45.012Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:01:45 [2024-04-23T13:01:45.012Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:01:45 [2024-04-23T13:01:45.267Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:01:45 [2024-04-23T13:01:45.825Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.89s)
13:01:45 [2024-04-23T13:01:45.825Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s)
13:01:45 [2024-04-23T13:01:45.825Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s)
13:01:45 [2024-04-23T13:01:45.825Z] === RUN   TestKillStoppedContainer
13:01:45 [2024-04-23T13:01:45.825Z] --- PASS: TestKillStoppedContainer (0.04s)
13:01:45 [2024-04-23T13:01:45.825Z] === RUN   TestKillDifferentUserContainer
13:01:46 [2024-04-23T13:01:46.079Z] --- PASS: TestKillDifferentUserContainer (0.39s)
13:01:46 [2024-04-23T13:01:46.079Z] === RUN   TestInspectOomKilledTrue
13:01:46 [2024-04-23T13:01:46.638Z] --- PASS: TestInspectOomKilledTrue (0.47s)
13:01:46 [2024-04-23T13:01:46.638Z] === RUN   TestInspectOomKilledFalse
13:01:46 [2024-04-23T13:01:46.893Z] --- PASS: TestInspectOomKilledFalse (0.38s)
13:01:46 [2024-04-23T13:01:46.893Z] === RUN   TestLinksEtcHostsContentMatch
13:01:47 [2024-04-23T13:01:47.147Z] --- PASS: TestLinksEtcHostsContentMatch (0.20s)
13:01:47 [2024-04-23T13:01:47.147Z] === RUN   TestLinksContainerNames
13:01:48 [2024-04-23T13:01:48.070Z] --- PASS: TestLinksContainerNames (0.81s)
13:01:48 [2024-04-23T13:01:48.070Z] === RUN   TestLogsFollowTailEmpty
13:01:48 [2024-04-23T13:01:48.324Z] --- PASS: TestLogsFollowTailEmpty (0.39s)
13:01:48 [2024-04-23T13:01:48.324Z] === RUN   TestLogs
13:01:48 [2024-04-23T13:01:48.324Z] === RUN   TestLogs/driver_local
13:01:48 [2024-04-23T13:01:48.324Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:01:48 [2024-04-23T13:01:48.324Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:01:48 [2024-04-23T13:01:48.324Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:01:48 [2024-04-23T13:01:48.324Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:01:48 [2024-04-23T13:01:48.324Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:01:48 [2024-04-23T13:01:48.324Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:01:48 [2024-04-23T13:01:48.324Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:01:49 [2024-04-23T13:01:49.683Z] === RUN   TestLogs/driver_json-file
13:01:49 [2024-04-23T13:01:49.683Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:01:49 [2024-04-23T13:01:49.683Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:01:49 [2024-04-23T13:01:49.683Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:01:49 [2024-04-23T13:01:49.683Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:01:49 [2024-04-23T13:01:49.683Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:01:49 [2024-04-23T13:01:49.683Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:01:49 [2024-04-23T13:01:49.683Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:01:51 [2024-04-23T13:01:51.564Z] --- PASS: TestLogs (2.87s)
13:01:51 [2024-04-23T13:01:51.564Z]     --- PASS: TestLogs/driver_local (0.01s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.74s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.95s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.17s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.22s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.28s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.35s)
13:01:51 [2024-04-23T13:01:51.564Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.92s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.28s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.34s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.37s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.43s)
13:01:51 [2024-04-23T13:01:51.564Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.50s)
13:01:51 [2024-04-23T13:01:51.564Z] === RUN   TestContainerNetworkMountsNoChown
13:01:51 [2024-04-23T13:01:51.564Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
13:01:51 [2024-04-23T13:01:51.564Z] === RUN   TestMountDaemonRoot
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/default
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/default
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/private
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/private
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rprivate
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rprivate
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/slave
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/slave
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rslave
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rslave
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/shared
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/shared
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rshared
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rshared
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/default
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/rslave
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/default/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/shared
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/rprivate
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/private
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/default/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/default/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/slave
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/rshared
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/private/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/private/bind_root
13:01:51 [2024-04-23T13:01:51.818Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:01:51 [2024-04-23T13:01:51.818Z] === CONT  TestMountDaemonRoot/default/mount_root
13:01:51 [2024-04-23T13:01:51.818Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:01:51 [2024-04-23T13:01:51.819Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:01:51 [2024-04-23T13:01:51.819Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/private/bind_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/private/mount_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:01:51 [2024-04-23T13:01:51.819Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:01:52 [2024-04-23T13:01:52.073Z] --- PASS: TestMountDaemonRoot (0.01s)
13:01:52 [2024-04-23T13:01:52.073Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
13:01:52 [2024-04-23T13:01:52.073Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s)
13:01:52 [2024-04-23T13:01:52.073Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
13:01:52 [2024-04-23T13:01:52.073Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.07s)
13:01:52 [2024-04-23T13:01:52.073Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.07s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.07s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.07s)
13:01:52 [2024-04-23T13:01:52.073Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
13:01:52 [2024-04-23T13:01:52.073Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
13:01:52 [2024-04-23T13:01:52.073Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
13:01:52 [2024-04-23T13:01:52.073Z] === RUN   TestContainerBindMountNonRecursive
13:01:52 [2024-04-23T13:01:52.997Z] --- PASS: TestContainerBindMountNonRecursive (1.04s)
13:01:52 [2024-04-23T13:01:52.997Z] === RUN   TestContainerVolumesMountedAsShared
13:01:53 [2024-04-23T13:01:53.555Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
13:01:53 [2024-04-23T13:01:53.555Z] === RUN   TestContainerVolumesMountedAsSlave
13:01:53 [2024-04-23T13:01:53.809Z] --- PASS: TestContainerVolumesMountedAsSlave (0.27s)
13:01:53 [2024-04-23T13:01:53.809Z] === RUN   TestContainerCopyLeaksMounts
13:01:54 [2024-04-23T13:01:54.064Z] --- PASS: TestContainerCopyLeaksMounts (0.48s)
13:01:54 [2024-04-23T13:01:54.064Z] === RUN   TestContainerBindMountReadOnlyDefault
13:01:54 [2024-04-23T13:01:54.064Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44
13:01:54 [2024-04-23T13:01:54.064Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount
13:01:54 [2024-04-23T13:01:54.622Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount
13:01:54 [2024-04-23T13:01:54.876Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44
13:01:54 [2024-04-23T13:01:54.876Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount
13:01:55 [2024-04-23T13:01:55.435Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount
13:01:55 [2024-04-23T13:01:55.993Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default
13:01:55 [2024-04-23T13:01:55.993Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount
13:01:56 [2024-04-23T13:01:56.247Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount
13:01:56 [2024-04-23T13:01:56.805Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default
13:01:56 [2024-04-23T13:01:56.805Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount
13:01:57 [2024-04-23T13:01:57.060Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount
13:01:57 [2024-04-23T13:01:57.619Z] --- PASS: TestContainerBindMountReadOnlyDefault (3.41s)
13:01:57 [2024-04-23T13:01:57.619Z]     --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 (0.79s)
13:01:57 [2024-04-23T13:01:57.619Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount (0.41s)
13:01:57 [2024-04-23T13:01:57.619Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount (0.38s)
13:01:57 [2024-04-23T13:01:57.619Z]     --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 (0.86s)
13:01:57 [2024-04-23T13:01:57.619Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount (0.47s)
13:01:57 [2024-04-23T13:01:57.619Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount (0.39s)
13:01:57 [2024-04-23T13:01:57.619Z]     --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default (0.82s)
13:01:57 [2024-04-23T13:01:57.619Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount (0.39s)
13:01:57 [2024-04-23T13:01:57.619Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount (0.43s)
13:01:57 [2024-04-23T13:01:57.619Z]     --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default (0.86s)
13:01:57 [2024-04-23T13:01:57.619Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount (0.41s)
13:01:57 [2024-04-23T13:01:57.619Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount (0.45s)
13:01:57 [2024-04-23T13:01:57.619Z] === RUN   TestContainerBindMountRecursivelyReadOnly
13:01:58 [2024-04-23T13:01:58.978Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.40s)
13:01:58 [2024-04-23T13:01:58.978Z] === RUN   TestNetworkNat
13:01:59 [2024-04-23T13:01:59.537Z] --- PASS: TestNetworkNat (0.45s)
13:01:59 [2024-04-23T13:01:59.537Z] === RUN   TestNetworkLocalhostTCPNat
13:01:59 [2024-04-23T13:01:59.791Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
13:01:59 [2024-04-23T13:01:59.791Z] === RUN   TestNetworkLoopbackNat
13:02:03 [2024-04-23T13:02:03.047Z] --- PASS: TestNetworkLoopbackNat (2.54s)
13:02:03 [2024-04-23T13:02:03.047Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
13:02:03 [2024-04-23T13:02:03.047Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
13:02:03 [2024-04-23T13:02:03.047Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
13:02:03 [2024-04-23T13:02:03.047Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
13:02:03 [2024-04-23T13:02:03.047Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
13:02:03 [2024-04-23T13:02:03.047Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.44s)
13:02:03 [2024-04-23T13:02:03.047Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s)
13:02:03 [2024-04-23T13:02:03.047Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
13:02:03 [2024-04-23T13:02:03.047Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
13:02:03 [2024-04-23T13:02:03.047Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
13:02:03 [2024-04-23T13:02:03.047Z] === RUN   TestPause
13:02:03 [2024-04-23T13:02:03.302Z] --- PASS: TestPause (0.47s)
13:02:03 [2024-04-23T13:02:03.302Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:02:03 [2024-04-23T13:02:03.302Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:02:03 [2024-04-23T13:02:03.302Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:02:03 [2024-04-23T13:02:03.302Z] === RUN   TestPauseStopPausedContainer
13:02:03 [2024-04-23T13:02:03.861Z] --- PASS: TestPauseStopPausedContainer (0.52s)
13:02:03 [2024-04-23T13:02:03.861Z] === RUN   TestPIDModeHost
13:02:04 [2024-04-23T13:02:04.784Z] --- PASS: TestPIDModeHost (0.92s)
13:02:04 [2024-04-23T13:02:04.784Z] === RUN   TestPIDModeContainer
13:02:04 [2024-04-23T13:02:04.784Z] === RUN   TestPIDModeContainer/non-existing_container
13:02:04 [2024-04-23T13:02:04.784Z] === RUN   TestPIDModeContainer/non-running_container
13:02:05 [2024-04-23T13:02:05.038Z] === RUN   TestPIDModeContainer/running_container
13:02:05 [2024-04-23T13:02:05.961Z] --- PASS: TestPIDModeContainer (1.03s)
13:02:05 [2024-04-23T13:02:05.961Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
13:02:05 [2024-04-23T13:02:05.961Z]     --- PASS: TestPIDModeContainer/non-running_container (0.19s)
13:02:05 [2024-04-23T13:02:05.961Z]     --- PASS: TestPIDModeContainer/running_container (0.45s)
13:02:05 [2024-04-23T13:02:05.961Z] === RUN   TestPsFilter
13:02:05 [2024-04-23T13:02:05.961Z] === RUN   TestPsFilter/since
13:02:05 [2024-04-23T13:02:05.961Z] === RUN   TestPsFilter/before
13:02:05 [2024-04-23T13:02:05.961Z] --- PASS: TestPsFilter (0.14s)
13:02:05 [2024-04-23T13:02:05.961Z]     --- PASS: TestPsFilter/since (0.00s)
13:02:05 [2024-04-23T13:02:05.961Z]     --- PASS: TestPsFilter/before (0.00s)
13:02:05 [2024-04-23T13:02:05.961Z] === RUN   TestRemoveContainerWithRemovedVolume
13:02:06 [2024-04-23T13:02:06.215Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.36s)
13:02:06 [2024-04-23T13:02:06.215Z] === RUN   TestRemoveContainerWithVolume
13:02:06 [2024-04-23T13:02:06.773Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
13:02:06 [2024-04-23T13:02:06.773Z] === RUN   TestRemoveContainerRunning
13:02:07 [2024-04-23T13:02:07.027Z] --- PASS: TestRemoveContainerRunning (0.40s)
13:02:07 [2024-04-23T13:02:07.027Z] === RUN   TestRemoveContainerForceRemoveRunning
13:02:07 [2024-04-23T13:02:07.586Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s)
13:02:07 [2024-04-23T13:02:07.586Z] === RUN   TestRemoveInvalidContainer
13:02:07 [2024-04-23T13:02:07.586Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:02:07 [2024-04-23T13:02:07.586Z] === RUN   TestRenameLinkedContainer
13:02:09 [2024-04-23T13:02:09.467Z] --- PASS: TestRenameLinkedContainer (1.72s)
13:02:09 [2024-04-23T13:02:09.467Z] === RUN   TestRenameStoppedContainer
13:02:09 [2024-04-23T13:02:09.722Z] --- PASS: TestRenameStoppedContainer (0.43s)
13:02:09 [2024-04-23T13:02:09.722Z] === RUN   TestRenameRunningContainerAndReuse
13:02:10 [2024-04-23T13:02:10.645Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s)
13:02:10 [2024-04-23T13:02:10.645Z] === RUN   TestRenameInvalidName
13:02:10 [2024-04-23T13:02:10.899Z] --- PASS: TestRenameInvalidName (0.46s)
13:02:10 [2024-04-23T13:02:10.899Z] === RUN   TestRenameAnonymousContainer
13:02:12 [2024-04-23T13:02:12.781Z] --- PASS: TestRenameAnonymousContainer (1.56s)
13:02:12 [2024-04-23T13:02:12.781Z] === RUN   TestRenameContainerWithSameName
13:02:13 [2024-04-23T13:02:13.035Z] --- PASS: TestRenameContainerWithSameName (0.43s)
13:02:13 [2024-04-23T13:02:13.035Z] === RUN   TestRenameContainerWithLinkedContainer
13:02:13 [2024-04-23T13:02:13.958Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s)
13:02:13 [2024-04-23T13:02:13.958Z] === RUN   TestRenameContainerTwice
13:02:14 [2024-04-23T13:02:14.212Z] --- PASS: TestRenameContainerTwice (0.46s)
13:02:14 [2024-04-23T13:02:14.212Z] === RUN   TestResize
13:02:14 [2024-04-23T13:02:14.466Z] === RUN   TestResize/success
13:02:14 [2024-04-23T13:02:14.466Z] === RUN   TestResize/invalid_size
13:02:14 [2024-04-23T13:02:14.720Z] === RUN   TestResize/invalid_state
13:02:15 [2024-04-23T13:02:15.279Z] --- PASS: TestResize (0.92s)
13:02:15 [2024-04-23T13:02:15.279Z]     --- PASS: TestResize/success (0.25s)
13:02:15 [2024-04-23T13:02:15.279Z]     --- PASS: TestResize/invalid_size (0.23s)
13:02:15 [2024-04-23T13:02:15.279Z]     --- PASS: TestResize/invalid_state (0.03s)
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:02:15 [2024-04-23T13:02:15.279Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:02:16 [2024-04-23T13:02:16.638Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:02:16 [2024-04-23T13:02:16.893Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:02:17 [2024-04-23T13:02:17.452Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:02:17 [2024-04-23T13:02:17.707Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:02:17 [2024-04-23T13:02:17.707Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:02:17 [2024-04-23T13:02:17.707Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:02:17 [2024-04-23T13:02:17.961Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:02:18 [2024-04-23T13:02:18.885Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:02:23 [2024-04-23T13:02:23.038Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.74s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.10s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.34s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.35s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.39s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.67s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.17s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.19s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.62s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.54s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.69s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.59s)
13:02:23 [2024-04-23T13:02:23.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.24s)
13:02:23 [2024-04-23T13:02:23.039Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
13:02:23 [2024-04-23T13:02:23.039Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
13:02:23 [2024-04-23T13:02:23.962Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
13:02:24 [2024-04-23T13:02:24.886Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.87s)
13:02:24 [2024-04-23T13:02:24.886Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.91s)
13:02:24 [2024-04-23T13:02:24.886Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.96s)
13:02:24 [2024-04-23T13:02:24.886Z] === RUN   TestContainerRestartWithCancelledRequest
13:02:26 [2024-04-23T13:02:26.768Z] --- PASS: TestContainerRestartWithCancelledRequest (1.84s)
13:02:26 [2024-04-23T13:02:26.768Z] === RUN   TestCgroupNamespacesRun
13:02:27 [2024-04-23T13:02:27.691Z] --- PASS: TestCgroupNamespacesRun (1.05s)
13:02:27 [2024-04-23T13:02:27.691Z] === RUN   TestCgroupNamespacesRunPrivileged
13:02:28 [2024-04-23T13:02:28.616Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s)
13:02:28 [2024-04-23T13:02:28.616Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:02:29 [2024-04-23T13:02:29.976Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s)
13:02:29 [2024-04-23T13:02:29.976Z] === RUN   TestCgroupNamespacesRunHostMode
13:02:30 [2024-04-23T13:02:30.900Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s)
13:02:30 [2024-04-23T13:02:30.900Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:02:31 [2024-04-23T13:02:31.824Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.02s)
13:02:31 [2024-04-23T13:02:31.824Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:02:33 [2024-04-23T13:02:33.187Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.04s)
13:02:33 [2024-04-23T13:02:33.187Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:02:33 [2024-04-23T13:02:33.442Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
13:02:33 [2024-04-23T13:02:33.442Z] === RUN   TestCgroupNamespacesRunOlderClient
13:02:34 [2024-04-23T13:02:34.802Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.10s)
13:02:34 [2024-04-23T13:02:34.802Z] === RUN   TestNISDomainname
13:02:35 [2024-04-23T13:02:35.057Z] --- PASS: TestNISDomainname (0.51s)
13:02:35 [2024-04-23T13:02:35.057Z] === RUN   TestHostnameDnsResolution
13:02:35 [2024-04-23T13:02:35.981Z] --- PASS: TestHostnameDnsResolution (0.62s)
13:02:35 [2024-04-23T13:02:35.981Z] === RUN   TestUnprivilegedPortsAndPing
13:02:36 [2024-04-23T13:02:36.236Z] --- PASS: TestUnprivilegedPortsAndPing (0.49s)
13:02:36 [2024-04-23T13:02:36.236Z] === RUN   TestPrivilegedHostDevices
13:02:36 [2024-04-23T13:02:36.795Z] --- PASS: TestPrivilegedHostDevices (0.43s)
13:02:36 [2024-04-23T13:02:36.795Z] === RUN   TestRunConsoleSize
13:02:37 [2024-04-23T13:02:37.049Z] --- PASS: TestRunConsoleSize (0.41s)
13:02:37 [2024-04-23T13:02:37.049Z] === RUN   TestRunWithAlternativeContainerdShim
13:02:43 [2024-04-23T13:02:43.572Z] --- PASS: TestRunWithAlternativeContainerdShim (5.35s)
13:02:43 [2024-04-23T13:02:43.572Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
13:02:43 [2024-04-23T13:02:43.572Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.07s)
13:02:43 [2024-04-23T13:02:43.572Z] === RUN   TestStaticIPOutsideSubpool
13:02:44 [2024-04-23T13:02:44.931Z] --- PASS: TestStaticIPOutsideSubpool (1.14s)
13:02:44 [2024-04-23T13:02:44.931Z] === RUN   TestWorkingDirNormalization
13:02:44 [2024-04-23T13:02:44.931Z] === RUN   TestWorkingDirNormalization/trailing_slash
13:02:44 [2024-04-23T13:02:44.931Z] === PAUSE TestWorkingDirNormalization/trailing_slash
13:02:44 [2024-04-23T13:02:44.931Z] === RUN   TestWorkingDirNormalization/no_trailing_slash
13:02:44 [2024-04-23T13:02:44.931Z] === PAUSE TestWorkingDirNormalization/no_trailing_slash
13:02:44 [2024-04-23T13:02:44.931Z] === CONT  TestWorkingDirNormalization/trailing_slash
13:02:44 [2024-04-23T13:02:44.931Z] === CONT  TestWorkingDirNormalization/no_trailing_slash
13:02:45 [2024-04-23T13:02:45.185Z] --- PASS: TestWorkingDirNormalization (0.01s)
13:02:45 [2024-04-23T13:02:45.185Z]     --- PASS: TestWorkingDirNormalization/trailing_slash (0.55s)
13:02:45 [2024-04-23T13:02:45.185Z]     --- PASS: TestWorkingDirNormalization/no_trailing_slash (0.61s)
13:02:45 [2024-04-23T13:02:45.185Z] === RUN   TestStats
13:02:47 [2024-04-23T13:02:47.067Z] --- PASS: TestStats (1.48s)
13:02:47 [2024-04-23T13:02:47.067Z] === RUN   TestStopContainerWithTimeout
13:02:47 [2024-04-23T13:02:47.067Z] === RUN   TestStopContainerWithTimeout/0
13:02:47 [2024-04-23T13:02:47.067Z] === PAUSE TestStopContainerWithTimeout/0
13:02:47 [2024-04-23T13:02:47.067Z] === RUN   TestStopContainerWithTimeout/1
13:02:47 [2024-04-23T13:02:47.067Z] === PAUSE TestStopContainerWithTimeout/1
13:02:47 [2024-04-23T13:02:47.067Z] === RUN   TestStopContainerWithTimeout/3
13:02:47 [2024-04-23T13:02:47.067Z] === PAUSE TestStopContainerWithTimeout/3
13:02:47 [2024-04-23T13:02:47.067Z] === RUN   TestStopContainerWithTimeout/-1
13:02:47 [2024-04-23T13:02:47.067Z] === PAUSE TestStopContainerWithTimeout/-1
13:02:47 [2024-04-23T13:02:47.067Z] === CONT  TestStopContainerWithTimeout/0
13:02:47 [2024-04-23T13:02:47.067Z] === CONT  TestStopContainerWithTimeout/3
13:02:47 [2024-04-23T13:02:47.067Z] === CONT  TestStopContainerWithTimeout/-1
13:02:47 [2024-04-23T13:02:47.067Z] === CONT  TestStopContainerWithTimeout/1
13:02:50 [2024-04-23T13:02:50.322Z] --- PASS: TestStopContainerWithTimeout (0.04s)
13:02:50 [2024-04-23T13:02:50.322Z]     --- PASS: TestStopContainerWithTimeout/0 (0.80s)
13:02:50 [2024-04-23T13:02:50.322Z]     --- PASS: TestStopContainerWithTimeout/1 (1.97s)
13:02:50 [2024-04-23T13:02:50.322Z]     --- PASS: TestStopContainerWithTimeout/3 (2.98s)
13:02:50 [2024-04-23T13:02:50.322Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.04s)
13:02:50 [2024-04-23T13:02:50.322Z] === RUN   TestStopContainerWithTimeoutCancel
13:02:50 [2024-04-23T13:02:50.322Z] === PAUSE TestStopContainerWithTimeoutCancel
13:02:50 [2024-04-23T13:02:50.322Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:02:51 [2024-04-23T13:02:51.681Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.77s)
13:02:51 [2024-04-23T13:02:51.681Z] === RUN   TestUpdateMemory
13:02:52 [2024-04-23T13:02:52.239Z] --- PASS: TestUpdateMemory (0.52s)
13:02:52 [2024-04-23T13:02:52.239Z] === RUN   TestUpdateCPUQuota
13:02:52 [2024-04-23T13:02:52.798Z] --- PASS: TestUpdateCPUQuota (0.62s)
13:02:52 [2024-04-23T13:02:52.798Z] === RUN   TestUpdatePidsLimit
13:02:52 [2024-04-23T13:02:52.798Z] === RUN   TestUpdatePidsLimit/update_from_none
13:02:53 [2024-04-23T13:02:53.053Z] === RUN   TestUpdatePidsLimit/no_change
13:02:53 [2024-04-23T13:02:53.053Z] === RUN   TestUpdatePidsLimit/update_lower
13:02:53 [2024-04-23T13:02:53.307Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:02:53 [2024-04-23T13:02:53.307Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:02:53 [2024-04-23T13:02:53.562Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:02:53 [2024-04-23T13:02:53.816Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:02:54 [2024-04-23T13:02:54.374Z] --- PASS: TestUpdatePidsLimit (1.57s)
13:02:54 [2024-04-23T13:02:54.374Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.16s)
13:02:54 [2024-04-23T13:02:54.374Z]     --- PASS: TestUpdatePidsLimit/no_change (0.16s)
13:02:54 [2024-04-23T13:02:54.374Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.16s)
13:02:54 [2024-04-23T13:02:54.374Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s)
13:02:54 [2024-04-23T13:02:54.374Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.17s)
13:02:54 [2024-04-23T13:02:54.374Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.16s)
13:02:54 [2024-04-23T13:02:54.374Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.16s)
13:02:54 [2024-04-23T13:02:54.374Z] === RUN   TestUpdateRestartPolicy
13:03:06 [2024-04-23T13:03:06.522Z] --- PASS: TestUpdateRestartPolicy (10.58s)
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestUpdateRestartWithAutoRemove
13:03:06 [2024-04-23T13:03:06.522Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s)
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitNonBlocked
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:03:06 [2024-04-23T13:03:06.522Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:03:06 [2024-04-23T13:03:06.522Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:03:06 [2024-04-23T13:03:06.522Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:03:06 [2024-04-23T13:03:06.522Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:03:06 [2024-04-23T13:03:06.522Z] --- PASS: TestWaitNonBlocked (0.02s)
13:03:06 [2024-04-23T13:03:06.522Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.52s)
13:03:06 [2024-04-23T13:03:06.522Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.57s)
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitBlocked
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:03:06 [2024-04-23T13:03:06.522Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:03:06 [2024-04-23T13:03:06.522Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:03:06 [2024-04-23T13:03:06.522Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:03:06 [2024-04-23T13:03:06.522Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:03:06 [2024-04-23T13:03:06.522Z] --- PASS: TestWaitBlocked (0.03s)
13:03:06 [2024-04-23T13:03:06.522Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.55s)
13:03:06 [2024-04-23T13:03:06.522Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s)
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitConditions
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitConditions/default
13:03:06 [2024-04-23T13:03:06.522Z] === PAUSE TestWaitConditions/default
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitConditions/not-running
13:03:06 [2024-04-23T13:03:06.522Z] === PAUSE TestWaitConditions/not-running
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitConditions/next-exit
13:03:06 [2024-04-23T13:03:06.522Z] === PAUSE TestWaitConditions/next-exit
13:03:06 [2024-04-23T13:03:06.522Z] === RUN   TestWaitConditions/removed
13:03:06 [2024-04-23T13:03:06.522Z] === PAUSE TestWaitConditions/removed
13:03:06 [2024-04-23T13:03:06.522Z] === CONT  TestWaitConditions/default
13:03:06 [2024-04-23T13:03:06.522Z] === CONT  TestWaitConditions/next-exit
13:03:06 [2024-04-23T13:03:06.522Z] === CONT  TestWaitConditions/not-running
13:03:06 [2024-04-23T13:03:06.522Z] === CONT  TestWaitConditions/removed
13:03:06 [2024-04-23T13:03:06.522Z]     wait_test.go:145: ContainerID = d480341e5f4ef510651a26e09ac0f3afa21f319d88a0ebfba3ed8fff224581f2
13:03:06 [2024-04-23T13:03:06.522Z]     wait_test.go:145: ContainerID = 28a1fdbba4423a5837763166ed22ce25ea11c046861c2df6cf24823de50c195e
13:03:06 [2024-04-23T13:03:06.522Z]     wait_test.go:145: ContainerID = 2569e610e59eb12a036e3a38117202dbc78c081bd9822d33c0feed339b2de931
13:03:06 [2024-04-23T13:03:06.522Z]     wait_test.go:145: ContainerID = b925a720b9c8bbc215032873dabefc316277ed7152ea6604541619f4a15d78c3
13:03:07 [2024-04-23T13:03:07.883Z] --- PASS: TestWaitConditions (0.03s)
13:03:07 [2024-04-23T13:03:07.883Z]     --- PASS: TestWaitConditions/next-exit (0.82s)
13:03:07 [2024-04-23T13:03:07.883Z]     --- PASS: TestWaitConditions/not-running (1.05s)
13:03:07 [2024-04-23T13:03:07.883Z]     --- PASS: TestWaitConditions/removed (1.12s)
13:03:07 [2024-04-23T13:03:07.883Z]     --- PASS: TestWaitConditions/default (1.19s)
13:03:07 [2024-04-23T13:03:07.883Z] === RUN   TestWaitRestartedContainer
13:03:07 [2024-04-23T13:03:07.883Z] === RUN   TestWaitRestartedContainer/default
13:03:07 [2024-04-23T13:03:07.883Z] === PAUSE TestWaitRestartedContainer/default
13:03:07 [2024-04-23T13:03:07.883Z] === RUN   TestWaitRestartedContainer/not-running
13:03:07 [2024-04-23T13:03:07.883Z] === PAUSE TestWaitRestartedContainer/not-running
13:03:07 [2024-04-23T13:03:07.883Z] === RUN   TestWaitRestartedContainer/next-exit
13:03:07 [2024-04-23T13:03:07.883Z] === PAUSE TestWaitRestartedContainer/next-exit
13:03:07 [2024-04-23T13:03:07.883Z] === CONT  TestWaitRestartedContainer/default
13:03:07 [2024-04-23T13:03:07.883Z] === CONT  TestWaitRestartedContainer/next-exit
13:03:07 [2024-04-23T13:03:07.883Z] === CONT  TestWaitRestartedContainer/not-running
13:03:09 [2024-04-23T13:03:09.796Z] --- PASS: TestWaitRestartedContainer (0.01s)
13:03:09 [2024-04-23T13:03:09.796Z]     --- PASS: TestWaitRestartedContainer/not-running (1.37s)
13:03:09 [2024-04-23T13:03:09.796Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.60s)
13:03:09 [2024-04-23T13:03:09.796Z]     --- PASS: TestWaitRestartedContainer/default (1.73s)
13:03:09 [2024-04-23T13:03:09.796Z] === CONT  TestHardRestartWhenContainerIsRunning
13:03:09 [2024-04-23T13:03:09.796Z] === CONT  TestStopContainerWithTimeoutCancel
13:03:09 [2024-04-23T13:03:09.796Z] === CONT  TestContainerStartOnDaemonRestart
13:03:09 [2024-04-23T13:03:09.796Z] === CONT  TestDaemonRestartIpcMode
13:03:09 [2024-04-23T13:03:09.796Z] === CONT  TestDaemonHostGatewayIP
13:03:09 [2024-04-23T13:03:09.796Z] === CONT  TestIpcModeOlderClient
13:03:09 [2024-04-23T13:03:09.796Z] === CONT  TestContainerKillOnDaemonStart
13:03:09 [2024-04-23T13:03:09.796Z] === CONT  TestRestartDaemonWithRestartingContainer
13:03:09 [2024-04-23T13:03:09.796Z] --- PASS: TestIpcModeOlderClient (0.16s)
13:03:11 [2024-04-23T13:03:11.278Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
13:03:11 [2024-04-23T13:03:11.278Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
13:03:11 [2024-04-23T13:03:11.853Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.21s)
13:03:11 [2024-04-23T13:03:11.853Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
13:03:11 [2024-04-23T13:03:11.853Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.38s)
13:03:11 [2024-04-23T13:03:11.853Z] --- PASS: TestContainerStartOnDaemonRestart (2.36s)
13:03:12 [2024-04-23T13:03:12.116Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.53s)
13:03:12 [2024-04-23T13:03:12.403Z] --- PASS: TestDaemonHostGatewayIP (2.98s)
13:03:13 [2024-04-23T13:03:13.001Z] --- PASS: TestDaemonRestartIpcMode (3.41s)
13:03:13 [2024-04-23T13:03:13.285Z] --- PASS: TestStopContainerWithTimeoutCancel (3.62s)
13:03:21 [2024-04-23T13:03:21.401Z] --- PASS: TestContainerKillOnDaemonStart (11.78s)
13:03:21 [2024-04-23T13:03:21.401Z] PASS
13:03:21 [2024-04-23T13:03:21.401Z] 
13:03:21 [2024-04-23T13:03:21.401Z] === Skipped
13:03:21 [2024-04-23T13:03:21.401Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
13:03:21 [2024-04-23T13:03:21.401Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:03:21 [2024-04-23T13:03:21.401Z] 
13:03:21 [2024-04-23T13:03:21.401Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:03:21 [2024-04-23T13:03:21.401Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:03:21 [2024-04-23T13:03:21.401Z] 
13:03:21 [2024-04-23T13:03:21.401Z] DONE 330 tests, 2 skipped in 166.838s
13:03:21 [2024-04-23T13:03:21.401Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
13:03:21 [2024-04-23T13:03:21.401Z] ++ '[' -n '' ']'
13:03:21 [2024-04-23T13:03:21.401Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
13:03:21 [2024-04-23T13:03:21.401Z] ++ set -e
13:03:21 [2024-04-23T13:03:21.401Z] ++ '[' -n 0 ']'
13:03:21 [2024-04-23T13:03:21.401Z] ++ set -x
13:03:21 [2024-04-23T13:03:21.401Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
13:03:21 [2024-04-23T13:03:21.401Z] INFO: Testing against a local daemon
13:03:21 [2024-04-23T13:03:21.401Z] === RUN   TestConfigDaemonID
13:03:22 [2024-04-23T13:03:22.324Z]     daemon_test.go:61: [d3e96a0fe3ea6] daemon is not started
13:03:22 [2024-04-23T13:03:22.324Z] --- PASS: TestConfigDaemonID (1.04s)
13:03:22 [2024-04-23T13:03:22.324Z] === RUN   TestDaemonConfigValidation
13:03:22 [2024-04-23T13:03:22.324Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:03:22 [2024-04-23T13:03:22.324Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:03:22 [2024-04-23T13:03:22.324Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:03:22 [2024-04-23T13:03:22.324Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:03:22 [2024-04-23T13:03:22.324Z] === RUN   TestDaemonConfigValidation/invalid_config
13:03:22 [2024-04-23T13:03:22.324Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:03:22 [2024-04-23T13:03:22.324Z] === RUN   TestDaemonConfigValidation/malformed_config
13:03:22 [2024-04-23T13:03:22.324Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:03:22 [2024-04-23T13:03:22.324Z] === RUN   TestDaemonConfigValidation/valid_config
13:03:22 [2024-04-23T13:03:22.324Z] === PAUSE TestDaemonConfigValidation/valid_config
13:03:22 [2024-04-23T13:03:22.324Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:03:22 [2024-04-23T13:03:22.324Z] === CONT  TestDaemonConfigValidation/malformed_config
13:03:22 [2024-04-23T13:03:22.324Z] === CONT  TestDaemonConfigValidation/valid_config
13:03:22 [2024-04-23T13:03:22.324Z] === CONT  TestDaemonConfigValidation/invalid_config
13:03:22 [2024-04-23T13:03:22.324Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:03:22 [2024-04-23T13:03:22.324Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:03:22 [2024-04-23T13:03:22.324Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s)
13:03:22 [2024-04-23T13:03:22.324Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
13:03:22 [2024-04-23T13:03:22.324Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
13:03:22 [2024-04-23T13:03:22.324Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
13:03:22 [2024-04-23T13:03:22.324Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
13:03:22 [2024-04-23T13:03:22.324Z] === RUN   TestConfigDaemonSeccompProfiles
13:03:22 [2024-04-23T13:03:22.324Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:03:23 [2024-04-23T13:03:23.689Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:03:24 [2024-04-23T13:03:24.612Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:03:25 [2024-04-23T13:03:25.535Z]     daemon_test.go:180: [d2e3f05819e96] daemon is not started
13:03:25 [2024-04-23T13:03:25.535Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
13:03:25 [2024-04-23T13:03:25.535Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
13:03:25 [2024-04-23T13:03:25.535Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
13:03:25 [2024-04-23T13:03:25.535Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
13:03:25 [2024-04-23T13:03:25.535Z] === RUN   TestDaemonProxy
13:03:25 [2024-04-23T13:03:25.535Z] === RUN   TestDaemonProxy/environment_variables
13:03:25 [2024-04-23T13:03:25.535Z] === PAUSE TestDaemonProxy/environment_variables
13:03:25 [2024-04-23T13:03:25.535Z] === RUN   TestDaemonProxy/command-line_options
13:03:25 [2024-04-23T13:03:25.535Z] === PAUSE TestDaemonProxy/command-line_options
13:03:25 [2024-04-23T13:03:25.535Z] === RUN   TestDaemonProxy/configuration_file
13:03:25 [2024-04-23T13:03:25.535Z] === PAUSE TestDaemonProxy/configuration_file
13:03:25 [2024-04-23T13:03:25.535Z] === RUN   TestDaemonProxy/conflicting_options
13:03:26 [2024-04-23T13:03:26.093Z] === RUN   TestDaemonProxy/reload_sanitized
13:03:26 [2024-04-23T13:03:26.093Z] === PAUSE TestDaemonProxy/reload_sanitized
13:03:26 [2024-04-23T13:03:26.093Z] === CONT  TestDaemonProxy/environment_variables
13:03:26 [2024-04-23T13:03:26.093Z] === CONT  TestDaemonProxy/configuration_file
13:03:26 [2024-04-23T13:03:26.093Z] === CONT  TestDaemonProxy/command-line_options
13:03:26 [2024-04-23T13:03:26.093Z] === CONT  TestDaemonProxy/reload_sanitized
13:03:27 [2024-04-23T13:03:27.453Z] --- PASS: TestDaemonProxy (0.50s)
13:03:27 [2024-04-23T13:03:27.453Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
13:03:27 [2024-04-23T13:03:27.453Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
13:03:27 [2024-04-23T13:03:27.453Z]     --- PASS: TestDaemonProxy/configuration_file (1.49s)
13:03:27 [2024-04-23T13:03:27.453Z]     --- PASS: TestDaemonProxy/environment_variables (1.49s)
13:03:27 [2024-04-23T13:03:27.453Z]     --- PASS: TestDaemonProxy/command-line_options (1.49s)
13:03:27 [2024-04-23T13:03:27.453Z] === RUN   TestLiveRestore
13:03:27 [2024-04-23T13:03:27.453Z] === RUN   TestLiveRestore/volume_references
13:03:27 [2024-04-23T13:03:27.453Z] === PAUSE TestLiveRestore/volume_references
13:03:27 [2024-04-23T13:03:27.453Z] === RUN   TestLiveRestore/autoremove
13:03:27 [2024-04-23T13:03:27.453Z] === PAUSE TestLiveRestore/autoremove
13:03:27 [2024-04-23T13:03:27.453Z] === CONT  TestLiveRestore/volume_references
13:03:27 [2024-04-23T13:03:27.453Z] === CONT  TestLiveRestore/autoremove
13:03:27 [2024-04-23T13:03:27.453Z] === RUN   TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers
13:03:28 [2024-04-23T13:03:28.012Z] === RUN   TestLiveRestore/volume_references/restartPolicy
13:03:28 [2024-04-23T13:03:28.012Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
13:03:29 [2024-04-23T13:03:29.374Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
13:03:29 [2024-04-23T13:03:29.374Z] === RUN   TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited
13:03:30 [2024-04-23T13:03:30.297Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
13:03:31 [2024-04-23T13:03:31.219Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
13:03:32 [2024-04-23T13:03:32.142Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
13:03:32 [2024-04-23T13:03:32.701Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
13:03:33 [2024-04-23T13:03:33.623Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
13:03:34 [2024-04-23T13:03:34.546Z] --- PASS: TestLiveRestore (0.00s)
13:03:34 [2024-04-23T13:03:34.546Z]     --- PASS: TestLiveRestore/autoremove (3.33s)
13:03:34 [2024-04-23T13:03:34.546Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.79s)
13:03:34 [2024-04-23T13:03:34.546Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.53s)
13:03:34 [2024-04-23T13:03:34.546Z]     --- PASS: TestLiveRestore/volume_references (6.82s)
13:03:34 [2024-04-23T13:03:34.546Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.90s)
13:03:34 [2024-04-23T13:03:34.546Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.03s)
13:03:34 [2024-04-23T13:03:34.546Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.99s)
13:03:34 [2024-04-23T13:03:34.546Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.93s)
13:03:34 [2024-04-23T13:03:34.546Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.94s)
13:03:34 [2024-04-23T13:03:34.546Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.39s)
13:03:34 [2024-04-23T13:03:34.546Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.42s)
13:03:34 [2024-04-23T13:03:34.546Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.93s)
13:03:34 [2024-04-23T13:03:34.546Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
13:03:35 [2024-04-23T13:03:35.105Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.68s)
13:03:35 [2024-04-23T13:03:35.105Z] PASS
13:03:35 [2024-04-23T13:03:35.105Z] 
13:03:35 [2024-04-23T13:03:35.105Z] DONE 31 tests in 13.768s
13:03:35 [2024-04-23T13:03:35.105Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
13:03:35 [2024-04-23T13:03:35.105Z] ++ '[' -n '' ']'
13:03:35 [2024-04-23T13:03:35.105Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
13:03:35 [2024-04-23T13:03:35.105Z] ++ set -e
13:03:35 [2024-04-23T13:03:35.105Z] ++ '[' -n 0 ']'
13:03:35 [2024-04-23T13:03:35.105Z] ++ set -x
13:03:35 [2024-04-23T13:03:35.105Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
13:03:35 [2024-04-23T13:03:35.105Z] INFO: Testing against a local daemon
13:03:35 [2024-04-23T13:03:35.105Z] === RUN   TestCommitInheritsEnv
13:03:35 [2024-04-23T13:03:35.360Z] --- PASS: TestCommitInheritsEnv (0.20s)
13:03:35 [2024-04-23T13:03:35.360Z] === RUN   TestUsernsCommit
13:03:36 [2024-04-23T13:03:36.719Z] --- PASS: TestUsernsCommit (1.50s)
13:03:36 [2024-04-23T13:03:36.719Z] === RUN   TestImportExtremelyLargeImageWorks
13:03:36 [2024-04-23T13:03:36.719Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
13:03:36 [2024-04-23T13:03:36.719Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
13:03:36 [2024-04-23T13:03:36.719Z] === RUN   TestImportWithCustomPlatform
13:03:36 [2024-04-23T13:03:36.719Z] === RUN   TestImportWithCustomPlatform/#00
13:03:36 [2024-04-23T13:03:36.719Z] === RUN   TestImportWithCustomPlatform/linux
13:03:36 [2024-04-23T13:03:36.719Z] === RUN   TestImportWithCustomPlatform/LINUX
13:03:36 [2024-04-23T13:03:36.973Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:03:36 [2024-04-23T13:03:36.973Z] --- PASS: TestImportWithCustomPlatform (0.14s)
13:03:36 [2024-04-23T13:03:36.973Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
13:03:36 [2024-04-23T13:03:36.973Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
13:03:36 [2024-04-23T13:03:36.973Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.03s)
13:03:36 [2024-04-23T13:03:36.973Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.03s)
13:03:36 [2024-04-23T13:03:36.973Z] === RUN   TestImportWithCustomPlatformReject
13:03:36 [2024-04-23T13:03:36.973Z] === RUN   TestImportWithCustomPlatformReject/_______
13:03:36 [2024-04-23T13:03:36.973Z] === RUN   TestImportWithCustomPlatformReject//
13:03:36 [2024-04-23T13:03:36.973Z] === RUN   TestImportWithCustomPlatformReject/macos
13:03:36 [2024-04-23T13:03:36.973Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
13:03:36 [2024-04-23T13:03:36.973Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
13:03:36 [2024-04-23T13:03:36.973Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
13:03:36 [2024-04-23T13:03:36.973Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
13:03:36 [2024-04-23T13:03:36.973Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
13:03:36 [2024-04-23T13:03:36.973Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
13:03:36 [2024-04-23T13:03:36.973Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
13:03:36 [2024-04-23T13:03:36.973Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
13:03:36 [2024-04-23T13:03:36.973Z] === RUN   TestImageInspectEmptyTagsAndDigests
13:03:36 [2024-04-23T13:03:36.973Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
13:03:36 [2024-04-23T13:03:36.973Z] === RUN   TestImagesFilterMultiReference
13:03:36 [2024-04-23T13:03:36.973Z] --- PASS: TestImagesFilterMultiReference (0.05s)
13:03:36 [2024-04-23T13:03:36.973Z] === RUN   TestImagesFilterUntil
13:03:37 [2024-04-23T13:03:37.228Z]     list_test.go:99: ImageList: ID=sha256:a5d3f9693d11574cfd38aa440ea3ebc136e907dd7a3c3c7b5476bc2af1775f79 RepoTags=[testimagesfilteruntil:v1]
13:03:37 [2024-04-23T13:03:37.228Z] --- PASS: TestImagesFilterUntil (0.31s)
13:03:37 [2024-04-23T13:03:37.228Z] === RUN   TestImagesFilterBeforeSince
13:03:37 [2024-04-23T13:03:37.482Z]     list_test.go:133: ImageList: ID=sha256:b4f7481e454de365422e11e70426ba91e82b021c1720b218ebe75d7f317d87d2 RepoTags=[testimagesfilterbeforesince:v1]
13:03:37 [2024-04-23T13:03:37.482Z]     list_test.go:133: ImageList: ID=sha256:87c54783dd0763c7c508802b8f6ddfc1a0d0173d3a3cb1ed8cec2ff1e807cbe9 RepoTags=[testimagesfilterbeforesince:v2]
13:03:37 [2024-04-23T13:03:37.482Z]     list_test.go:133: ImageList: ID=sha256:b636ea1ee888b33bca3e7729e38607063265edc22014ef40f6fdca26957c4ef0 RepoTags=[testimagesfilterbeforesince:v3]
13:03:37 [2024-04-23T13:03:37.736Z] --- PASS: TestImagesFilterBeforeSince (0.30s)
13:03:37 [2024-04-23T13:03:37.736Z] === RUN   TestAPIImagesFilters
13:03:37 [2024-04-23T13:03:37.736Z] === RUN   TestAPIImagesFilters/repository_regex
13:03:37 [2024-04-23T13:03:37.736Z] === PAUSE TestAPIImagesFilters/repository_regex
13:03:37 [2024-04-23T13:03:37.736Z] === RUN   TestAPIImagesFilters/image_name_regex
13:03:37 [2024-04-23T13:03:37.736Z] === PAUSE TestAPIImagesFilters/image_name_regex
13:03:37 [2024-04-23T13:03:37.736Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
13:03:37 [2024-04-23T13:03:37.736Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
13:03:37 [2024-04-23T13:03:37.736Z] === RUN   TestAPIImagesFilters/registry_port_regex
13:03:37 [2024-04-23T13:03:37.736Z] === PAUSE TestAPIImagesFilters/registry_port_regex
13:03:37 [2024-04-23T13:03:37.736Z] === CONT  TestAPIImagesFilters/repository_regex
13:03:37 [2024-04-23T13:03:37.736Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
13:03:37 [2024-04-23T13:03:37.736Z] === CONT  TestAPIImagesFilters/registry_port_regex
13:03:37 [2024-04-23T13:03:37.736Z] === CONT  TestAPIImagesFilters/image_name_regex
13:03:37 [2024-04-23T13:03:37.736Z] --- PASS: TestAPIImagesFilters (0.05s)
13:03:37 [2024-04-23T13:03:37.736Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
13:03:37 [2024-04-23T13:03:37.736Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
13:03:37 [2024-04-23T13:03:37.736Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
13:03:37 [2024-04-23T13:03:37.736Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
13:03:37 [2024-04-23T13:03:37.736Z] === RUN   TestAPIImagesListSizeShared
13:03:38 [2024-04-23T13:03:38.295Z] --- PASS: TestAPIImagesListSizeShared (0.62s)
13:03:38 [2024-04-23T13:03:38.295Z] === RUN   TestPruneDontDeleteUsedDangling
13:03:38 [2024-04-23T13:03:38.855Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s)
13:03:38 [2024-04-23T13:03:38.855Z] === RUN   TestImagePullPlatformInvalid
13:03:38 [2024-04-23T13:03:38.855Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
13:03:38 [2024-04-23T13:03:38.855Z] === RUN   TestImagePullStoredDigestForOtherRepo
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.729231362Z" 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=105f8b3a-949f-482d-93a0-7c58fcce7f99 version=2.8.3 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.729304159Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=105f8b3a-949f-482d-93a0-7c58fcce7f99 version=2.8.3 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.729336881Z" level=info msg="Starting upload purge in 59m0s" go.version=go1.20.8 instance.id=105f8b3a-949f-482d-93a0-7c58fcce7f99 version=2.8.3 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.729522049Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=105f8b3a-949f-482d-93a0-7c58fcce7f99 version=2.8.3 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.825455332Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=11a95a68-4af2-4ae2-b7f9-e2a9d943f2db http.request.method=GET http.request.remoteaddr="127.0.0.1:53518" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.825503423Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=11a95a68-4af2-4ae2-b7f9-e2a9d943f2db http.request.method=GET http.request.remoteaddr="127.0.0.1:53518" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.875564ms http.response.status=200 http.response.written=2 
13:03:38 [2024-04-23T13:03:38.855Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.827638183Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=258bc5fd-ceea-4a22-a83e-cade478cb0eb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.827682228Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=258bc5fd-ceea-4a22-a83e-cade478cb0eb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.827762402Z" 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=258bc5fd-ceea-4a22-a83e-cade478cb0eb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=32.32µ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=4bdd85e0-7c7f-4e75-b5e9-45b6d3486f35 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.827818862Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b2bff8e3-b801-4d03-8bd8-659d9627333d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.827870596Z" 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=258bc5fd-ceea-4a22-a83e-cade478cb0eb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.074067ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.15+unknown"
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.827904074Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b2bff8e3-b801-4d03-8bd8-659d9627333d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.827962159Z" 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=b2bff8e3-b801-4d03-8bd8-659d9627333d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=25.969µ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=542639b6-c558-4879-8a4d-e3a783552135 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.828015353Z" 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=b2bff8e3-b801-4d03-8bd8-659d9627333d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.107044ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.15+unknown"
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829572316Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2e0f222c-8dec-445e-b964-54e0097c7e5d http.request.method=POST http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829615549Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2e0f222c-8dec-445e-b964-54e0097c7e5d http.request.method=POST http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829623008Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6439f056-8c45-468a-8178-58750270d416 http.request.method=POST http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829661384Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6439f056-8c45-468a-8178-58750270d416 http.request.method=POST http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829744413Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2e0f222c-8dec-445e-b964-54e0097c7e5d http.request.method=POST http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=99.595µ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=f5a4157b-228c-4abb-8e2f-5a7bf81d6894 trace.line=110 vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829758239Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/baf88f11-0580-4c85-850a-d26d59893c7e/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6439f056-8c45-468a-8178-58750270d416 http.request.method=POST http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=66.717µ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=6175102c-520f-4b91-8171-30b9d7e9dc36 trace.line=110 vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.8297981Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2e0f222c-8dec-445e-b964-54e0097c7e5d http.request.method=POST http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=23.737µ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=03c3d0ad-c91a-4ba4-a3d2-4d1e4a673a4e trace.line=142 vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829802752Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/baf88f11-0580-4c85-850a-d26d59893c7e/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6439f056-8c45-468a-8178-58750270d416 http.request.method=POST http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=22.023µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=0c4037cb-3efe-4336-b31b-9e41b4fe1dd0 trace.line=142 vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829877125Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2e0f222c-8dec-445e-b964-54e0097c7e5d http.request.method=POST http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=44.497µ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=9b52def5-81a1-4218-88f3-aef0638ace70 trace.line=110 vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829914081Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/baf88f11-0580-4c85-850a-d26d59893c7e/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6439f056-8c45-468a-8178-58750270d416 http.request.method=POST http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=80.854µ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=2d460cb7-4fd5-4cee-9277-577d2206c840 trace.line=110 vars.name=test 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829966447Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2e0f222c-8dec-445e-b964-54e0097c7e5d http.request.method=POST http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.772974ms http.response.status=202 http.response.written=0 
13:03:38 [2024-04-23T13:03:38.855Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.15+unknown"
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.829980437Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6439f056-8c45-468a-8178-58750270d416 http.request.method=POST http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.741622ms http.response.status=202 http.response.written=0 
13:03:38 [2024-04-23T13:03:38.855Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.15+unknown"
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.831165972Z" 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=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.831269006Z" 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=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.831411556Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=81.889µ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=29e553d4-baf3-4f87-a49b-60def5b98a98 trace.line=95 vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.831697746Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=42.971µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=14f75309-4e62-4b9e-8c6e-ca4c117065fa trace.line=142 vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.831778691Z" 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=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.8318758Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237/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=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=56.296µ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=f1a16ad9-6e4d-4ef7-8159-b86348528171 trace.line=110 vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.831926148Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=17.28µ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=34cf5741-d72d-4162-b3e4-2a439921f80c trace.line=155 vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.831964606Z" 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=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=12.094µ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=f2579c8d-2abb-4587-8ead-45370c61eaee trace.line=155 vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.831994588Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=8.73µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=65c95143-40d1-439e-add8-50eeb2188aef trace.line=155 vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.855Z] time="2024-04-23T13:03:38.832071414Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237/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=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=52.809µ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=90cdcdad-b38d-4776-abcd-c79f541618a3 trace.line=185 vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832145089Z" 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=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=44.727µ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=aa7b9707-b8b6-4f3e-9754-f2e7d280646f trace.line=110 vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832262268Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=90.504µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=4eb47ce8-b28c-41db-a75e-eb9ca30897db trace.line=202 vars.name=test vars.uuid=74d0889b-364e-4b54-b4be-7fa4fe2cd237 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832272377Z" 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=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832333202Z" 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=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832344895Z" 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=7ad0a3c6-683f-4036-85b9-6c6437d8d868 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.055054ms http.response.status=201 http.response.written=0 
13:03:38 [2024-04-23T13:03:38.856Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "PUT /v2/test/blobs/uploads/74d0889b-364e-4b54-b4be-7fa4fe2cd237?_state=yMKqyeM8zR7iUgAXlvH2kj-UoYSm5RlcovjjVY6JZ7R7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc0ZDA4ODliLTM2NGUtNGI1NC1iNGJlLTdmYTRmZTJjZDIzNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2MjY4MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown"
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832402651Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/baf88f11-0580-4c85-850a-d26d59893c7e/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=38.023µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=bb9a3770-3590-40ec-afbf-d72716e67a5f trace.line=95 vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832521381Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/baf88f11-0580-4c85-850a-d26d59893c7e/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=26.806µ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=523aa48a-9e42-4a47-9460-90fa0077ba31 trace.line=142 vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.83258905Z" 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=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832666384Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/baf88f11-0580-4c85-850a-d26d59893c7e/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=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=40.386µ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=24b1e67a-5eba-43df-bb89-a12e95d254fd trace.line=110 vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832703727Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/baf88f11-0580-4c85-850a-d26d59893c7e/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=10.642µ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=8ae07d1a-93f1-4a8a-b191-319a22091788 trace.line=155 vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832745902Z" 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=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=12.816µ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=3bb0f63d-a466-4262-854f-f90ff3def073 trace.line=155 vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832779756Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/baf88f11-0580-4c85-850a-d26d59893c7e/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=11.717µ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=081db337-6df9-4d8c-9b3c-2ddbff97485a trace.line=155 vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832842568Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/baf88f11-0580-4c85-850a-d26d59893c7e/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=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=38.737µ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=b1c5cfce-54cb-4370-8b38-306b80f1e9db trace.line=185 vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.832911377Z" 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=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=36.809µ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=1ac70dc5-1bbd-4bf0-8592-3149f1f1f00a trace.line=110 vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.833025577Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/baf88f11-0580-4c85-850a-d26d59893c7e")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=88.018µ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=c1e2091e-84f5-4c88-ba1b-eadaa7f6c1f1 trace.line=202 vars.name=test vars.uuid=baf88f11-0580-4c85-850a-d26d59893c7e 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.833091425Z" 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=b5b17006-d524-4da9-89fe-961404064aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.308621ms http.response.status=201 http.response.written=0 
13:03:38 [2024-04-23T13:03:38.856Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "PUT /v2/test/blobs/uploads/baf88f11-0580-4c85-850a-d26d59893c7e?_state=eoaI2JWLwDgLxt2UuVOJWgcC856UXGC_lGYuApTAXil7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImJhZjg4ZjExLTA1ODAtNGM4NS04NTBhLWQyNmQ1OTg5M2M3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMzowMzozOC44Mjk2NzQ2MTlaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown"
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.834584641Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8b234fd3-25e4-4d19-a89e-384e50e5ba4c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.834620809Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8b234fd3-25e4-4d19-a89e-384e50e5ba4c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.834673963Z" 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=8b234fd3-25e4-4d19-a89e-384e50e5ba4c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=24.443µ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=d179221f-bd23-4e5d-94a7-70681ec4e3cf trace.line=95 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.834728741Z" 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=8b234fd3-25e4-4d19-a89e-384e50e5ba4c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.28815ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.15+unknown"
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.835568934Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.835600828Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.835753109Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.835770882Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.835779481Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.835841061Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=33.806µ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=b520f41f-d2eb-4b50-8d5d-c1e7d4d68a3a trace.line=95 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.83588907Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=14.925µ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=cb847fdc-efe6-4ee3-b546-e150f9add545 trace.line=155 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.835935881Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=19.323µ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=de1f0dfc-f59d-4dfa-8d20-aa8d17ec0e25 trace.line=95 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.835968563Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=10.223µ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=4c3bdbf1-7556-4471-9495-a8b6a769d169 trace.line=155 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.8360078Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=11.659µ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=b468f8cc-3156-4c2f-a26b-ee72bcadcda8 trace.line=155 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.836074337Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=44.883µ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=749f49eb-7d91-49b6-966b-84f03354f828 trace.line=110 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.836156373Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=51.529µ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=426a1116-a947-45c5-9d9e-a9b9cc776c7e trace.line=110 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.83630296Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=59.324µ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=c5941141-0d1a-4207-a891-b7725156894d trace.line=110 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.836358386Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=32.042µ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=a3bfb70e-2119-40a9-9e68-be97e2a8119c trace.line=110 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.836391109Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.836406543Z" 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=86f09515-bfab-45c2-8aa2-83c321221ae5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53528" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.403377ms http.response.status=201 http.response.written=0 
13:03:38 [2024-04-23T13:03:38.856Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown"
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.84269334Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6dd4bf92-32f7-4f17-a104-24edfd7d5141 http.request.method=GET http.request.remoteaddr="127.0.0.1:53550" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.842728918Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6dd4bf92-32f7-4f17-a104-24edfd7d5141 http.request.method=GET http.request.remoteaddr="127.0.0.1:53550" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff 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.280233ms http.response.status=200 http.response.written=2 
13:03:38 [2024-04-23T13:03:38.856Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.844797305Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa2ac4bc-402f-4fc6-a1db-e8b18be3a80c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53552" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.844830963Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa2ac4bc-402f-4fc6-a1db-e8b18be3a80c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53552" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.844896228Z" 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=aa2ac4bc-402f-4fc6-a1db-e8b18be3a80c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53552" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.956µ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=e564241a-9100-4f85-90f3-71acbf42dda8 trace.line=95 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.844916478Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa2ac4bc-402f-4fc6-a1db-e8b18be3a80c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53552" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.844968729Z" 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=aa2ac4bc-402f-4fc6-a1db-e8b18be3a80c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53552" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=29.367µ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=171b962f-5d63-490e-93ff-18ef40f99af5 trace.line=95 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.845013932Z" 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=aa2ac4bc-402f-4fc6-a1db-e8b18be3a80c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53552" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.794µ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=a6df1909-7986-4bda-a129-789b48d4492a trace.line=155 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.845050478Z" 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=aa2ac4bc-402f-4fc6-a1db-e8b18be3a80c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53552" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.923µ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=71a1dea0-2275-409a-b27d-b6b387581e98 trace.line=125 vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.845092817Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa2ac4bc-402f-4fc6-a1db-e8b18be3a80c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53552" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
13:03:38 [2024-04-23T13:03:38.856Z] time="2024-04-23T13:03:38.845176765Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa2ac4bc-402f-4fc6-a1db-e8b18be3a80c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53552" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff 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.161133ms http.response.status=200 http.response.written=417 
13:03:38 [2024-04-23T13:03:38.857Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.853504183Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=07d8a880-8063-4f7a-b70e-9556a6f279d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:53566" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.853544381Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=07d8a880-8063-4f7a-b70e-9556a6f279d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:53566" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.853562613Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=07d8a880-8063-4f7a-b70e-9556a6f279d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:53566" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.853639414Z" 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=07d8a880-8063-4f7a-b70e-9556a6f279d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:53566" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=41.642µ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=d6a02785-81fa-4cb1-843e-fff2b0780de0 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.85368602Z" 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=07d8a880-8063-4f7a-b70e-9556a6f279d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:53566" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.777µ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=bafc7aed-b43e-4624-a618-37f1b5657e24 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.85372817Z" 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=07d8a880-8063-4f7a-b70e-9556a6f279d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:53566" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.072µ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=9009ca3f-611e-4771-91b9-d82eb6903eb7 trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.853760565Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=07d8a880-8063-4f7a-b70e-9556a6f279d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:53566" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.853845456Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=07d8a880-8063-4f7a-b70e-9556a6f279d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:53566" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff 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.128878ms http.response.status=200 http.response.written=417 
13:03:38 [2024-04-23T13:03:38.857Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861371484Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861419796Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861463391Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.86149037Z" 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=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.951µ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=bcfce58b-f8db-45cb-a768-691189feaa6f trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861523019Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861542629Z" 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=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.231µ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=3e02bbb3-6244-4161-aeb5-dcc46332b0c5 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861590359Z" 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=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.889µ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=4282e942-7b46-4c0a-855e-23dfef06a07c trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861685835Z" 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=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.777µ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=3d6fc09c-2488-4161-88af-be8e22aac418 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.86158999Z" 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=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=35.431µ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=39488608-69e0-48a1-8216-884814d9a6fc trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.86172518Z" 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=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.215µ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=984fea49-4a6d-41b8-a549-4d347413c087 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861760273Z" 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=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.741µ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=772aa498-f879-400b-87eb-b5b6c2ca62ab trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861773262Z" 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=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=34.412µ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=1b05e99e-7be6-4920-b8ed-fda67329ac90 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861811195Z" 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=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.886µ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=6dad8bbb-a3a1-48d8-93d0-f21cf9d641b8 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861835877Z" 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=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=28.882µ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=5a72b853-65ce-4608-9781-06f450818c2e trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.861875803Z" 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=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.806µ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=b5faf974-94c8-4515-8c6e-593ba80ba894 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.862209142Z" 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=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=25.953µ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=eaeae143-dcb2-47fb-bbe0-a1a8080e7cdb trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.86227919Z" 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=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=8.747µ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=c46906e4-0ec9-40c3-a52d-61c918e28347 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.862348541Z" 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=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.841µ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=b60103ad-c1f7-481c-8981-8a2f73a28c74 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.863264886Z" 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=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=76.014µ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=fb5124f3-da8d-4a04-83c6-06944c6ba706 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.86331955Z" 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=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.106µ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=4f722a00-1c03-4939-b08d-8baafef4718b trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.863379079Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b9c66f1f-b7ea-4d47-a7cb-85837a6d7223 http.request.method=GET http.request.remoteaddr="127.0.0.1:53574" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.472659ms http.response.status=200 http.response.written=194 
13:03:38 [2024-04-23T13:03:38.857Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.863542084Z" 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=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=34.757µ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=e99e9442-3073-4864-a8f4-b1bf5eb9ea23 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.863604403Z" 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=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.117µ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=3118a4cf-35b1-48dd-9663-d8c40f6158ab trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:03:38 [2024-04-23T13:03:38.857Z] time="2024-04-23T13:03:38.863674804Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b6f34446-20a9-42eb-9a9f-a760558fbe2d http.request.method=GET http.request.remoteaddr="127.0.0.1:53582" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.697934ms http.response.status=200 http.response.written=68 
13:03:38 [2024-04-23T13:03:38.857Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:03:39 [2024-04-23T13:03:39.112Z] time="2024-04-23T13:03:38.88390114Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5bdf145e-e53d-402e-9454-146b905a9ad5 http.request.method=GET http.request.remoteaddr="127.0.0.1:53600" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
13:03:39 [2024-04-23T13:03:39.112Z] time="2024-04-23T13:03:38.883939434Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5bdf145e-e53d-402e-9454-146b905a9ad5 http.request.method=GET http.request.remoteaddr="127.0.0.1:53600" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff 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="842.285µs" http.response.status=200 http.response.written=2 
13:03:39 [2024-04-23T13:03:39.112Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:03:39 [2024-04-23T13:03:39.112Z] time="2024-04-23T13:03:38.891467193Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b0ea1681-13f2-46aa-b96e-cf6e51a9820a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53608" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.112Z] time="2024-04-23T13:03:38.891522135Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b0ea1681-13f2-46aa-b96e-cf6e51a9820a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53608" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.112Z] time="2024-04-23T13:03:38.891535338Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b0ea1681-13f2-46aa-b96e-cf6e51a9820a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53608" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.112Z] time="2024-04-23T13:03:38.891598149Z" 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=b0ea1681-13f2-46aa-b96e-cf6e51a9820a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53608" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=31.319µ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=8fd7cea4-abbb-4e42-b5b4-3996e79746df trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.112Z] time="2024-04-23T13:03:38.891643319Z" 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=b0ea1681-13f2-46aa-b96e-cf6e51a9820a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53608" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.473µ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=93a14db0-78af-49e2-9697-91f72133fdfc trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.113Z] time="2024-04-23T13:03:38.891711964Z" 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=b0ea1681-13f2-46aa-b96e-cf6e51a9820a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53608" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff 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.419344ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.113Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:03:39 [2024-04-23T13:03:39.113Z] time="2024-04-23T13:03:38.892966694Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0be800f8-f593-4ce7-a2ed-6d29bab24efe http.request.method=GET http.request.remoteaddr="127.0.0.1:53610" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.113Z] time="2024-04-23T13:03:38.89300027Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0be800f8-f593-4ce7-a2ed-6d29bab24efe http.request.method=GET http.request.remoteaddr="127.0.0.1:53610" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.113Z] time="2024-04-23T13:03:38.893012562Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0be800f8-f593-4ce7-a2ed-6d29bab24efe http.request.method=GET http.request.remoteaddr="127.0.0.1:53610" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.113Z] time="2024-04-23T13:03:38.893063172Z" 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=0be800f8-f593-4ce7-a2ed-6d29bab24efe http.request.method=GET http.request.remoteaddr="127.0.0.1:53610" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=24.148µ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=58f937ef-1a47-464c-9bcc-18b3a2b804c5 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.113Z] time="2024-04-23T13:03:38.893106873Z" 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=0be800f8-f593-4ce7-a2ed-6d29bab24efe http.request.method=GET http.request.remoteaddr="127.0.0.1:53610" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.424µ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=3d5d6ae4-d215-4d44-bda8-88178b0a90d1 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.113Z] time="2024-04-23T13:03:38.893147005Z" 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=0be800f8-f593-4ce7-a2ed-6d29bab24efe http.request.method=GET http.request.remoteaddr="127.0.0.1:53610" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff 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="967.744µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:03:39 [2024-04-23T13:03:39.113Z] 127.0.0.1 - - [23/Apr/2024:13:03:38 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.9 git-commit/faf84d7f0a1f2e6badff6f720a3e1e559c356fff kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:03:39 [2024-04-23T13:03:39.113Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.18s)
13:03:39 [2024-04-23T13:03:39.113Z] === RUN   TestImagePullNonExisting
13:03:39 [2024-04-23T13:03:39.113Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
13:03:39 [2024-04-23T13:03:39.113Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
13:03:39 [2024-04-23T13:03:39.113Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
13:03:39 [2024-04-23T13:03:39.113Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
13:03:39 [2024-04-23T13:03:39.113Z] === RUN   TestImagePullNonExisting/asdfasdf
13:03:39 [2024-04-23T13:03:39.113Z] === PAUSE TestImagePullNonExisting/asdfasdf
13:03:39 [2024-04-23T13:03:39.113Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
13:03:39 [2024-04-23T13:03:39.113Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
13:03:39 [2024-04-23T13:03:39.113Z] === RUN   TestImagePullNonExisting/library/asdfasdf
13:03:39 [2024-04-23T13:03:39.113Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
13:03:39 [2024-04-23T13:03:39.113Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
13:03:39 [2024-04-23T13:03:39.113Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
13:03:39 [2024-04-23T13:03:39.113Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
13:03:39 [2024-04-23T13:03:39.113Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
13:03:39 [2024-04-23T13:03:39.113Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
13:03:39 [2024-04-23T13:03:39.113Z] === CONT  TestImagePullNonExisting/asdfasdf
13:03:39 [2024-04-23T13:03:39.113Z] === CONT  TestImagePullNonExisting/library/asdfasdf
13:03:39 [2024-04-23T13:03:39.113Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
13:03:40 [2024-04-23T13:03:40.472Z] --- PASS: TestImagePullNonExisting (0.01s)
13:03:40 [2024-04-23T13:03:40.472Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s)
13:03:40 [2024-04-23T13:03:40.472Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s)
13:03:40 [2024-04-23T13:03:40.472Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s)
13:03:40 [2024-04-23T13:03:40.472Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.97s)
13:03:40 [2024-04-23T13:03:40.472Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.27s)
13:03:40 [2024-04-23T13:03:40.472Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.27s)
13:03:40 [2024-04-23T13:03:40.472Z] === RUN   TestRemoveImageOrphaning
13:03:40 [2024-04-23T13:03:40.472Z] --- PASS: TestRemoveImageOrphaning (0.22s)
13:03:40 [2024-04-23T13:03:40.472Z] === RUN   TestRemoveByDigest
13:03:40 [2024-04-23T13:03:40.472Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
13:03:40 [2024-04-23T13:03:40.472Z] --- SKIP: TestRemoveByDigest (0.00s)
13:03:40 [2024-04-23T13:03:40.472Z] === RUN   TestRemoveImageGarbageCollector
13:03:40 [2024-04-23T13:03:40.472Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
13:03:40 [2024-04-23T13:03:40.472Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
13:03:40 [2024-04-23T13:03:40.472Z] === RUN   TestSaveCheckTimes
13:03:40 [2024-04-23T13:03:40.472Z] === PAUSE TestSaveCheckTimes
13:03:40 [2024-04-23T13:03:40.472Z] === RUN   TestSaveOCI
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/busybox:latest
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/busybox:latest/Manifest
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/busybox:latest/Config
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/busybox:latest/Containerd_image_name
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/busybox:latest/OCI_reference_tag
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/multilayer:latest
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/multilayer:latest/Manifest
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/multilayer:latest/Config
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/multilayer:latest/Containerd_image_name
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveOCI/multilayer:latest/OCI_reference_tag
13:03:40 [2024-04-23T13:03:40.727Z] --- PASS: TestSaveOCI (0.19s)
13:03:40 [2024-04-23T13:03:40.727Z]     --- PASS: TestSaveOCI/busybox:latest (0.02s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/busybox:latest/Config (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]     --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]     --- PASS: TestSaveOCI/multilayer:latest (0.01s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z]         --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s)
13:03:40 [2024-04-23T13:03:40.727Z] === RUN   TestSaveRepoWithMultipleImages
13:03:40 [2024-04-23T13:03:40.982Z] --- PASS: TestSaveRepoWithMultipleImages (0.22s)
13:03:40 [2024-04-23T13:03:40.982Z] === RUN   TestSaveDirectoryPermissions
13:03:41 [2024-04-23T13:03:41.907Z] --- PASS: TestSaveDirectoryPermissions (0.97s)
13:03:41 [2024-04-23T13:03:41.907Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:03:41 [2024-04-23T13:03:41.907Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
13:03:41 [2024-04-23T13:03:41.907Z] === RUN   TestTagUsingDigestAlgorithmAsName
13:03:41 [2024-04-23T13:03:41.907Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
13:03:41 [2024-04-23T13:03:41.907Z] === RUN   TestTagValidPrefixedRepo
13:03:41 [2024-04-23T13:03:41.907Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
13:03:41 [2024-04-23T13:03:41.907Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
13:03:41 [2024-04-23T13:03:41.907Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
13:03:41 [2024-04-23T13:03:41.907Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
13:03:41 [2024-04-23T13:03:41.907Z] === RUN   TestTagValidPrefixedRepo/foooo:t
13:03:41 [2024-04-23T13:03:41.907Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
13:03:41 [2024-04-23T13:03:41.907Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
13:03:41 [2024-04-23T13:03:41.908Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
13:03:41 [2024-04-23T13:03:41.908Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
13:03:41 [2024-04-23T13:03:41.908Z] === CONT  TestTagValidPrefixedRepo/foooo:t
13:03:41 [2024-04-23T13:03:41.908Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
13:03:41 [2024-04-23T13:03:41.908Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
13:03:41 [2024-04-23T13:03:41.908Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
13:03:41 [2024-04-23T13:03:41.908Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s)
13:03:41 [2024-04-23T13:03:41.908Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s)
13:03:41 [2024-04-23T13:03:41.908Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.02s)
13:03:41 [2024-04-23T13:03:41.908Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
13:03:41 [2024-04-23T13:03:41.908Z] === RUN   TestTagExistedNameWithoutForce
13:03:41 [2024-04-23T13:03:41.908Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:03:41 [2024-04-23T13:03:41.908Z] === RUN   TestTagOfficialNames
13:03:41 [2024-04-23T13:03:41.908Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
13:03:41 [2024-04-23T13:03:41.908Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
13:03:41 [2024-04-23T13:03:41.908Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
13:03:41 [2024-04-23T13:03:41.908Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
13:03:41 [2024-04-23T13:03:41.908Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
13:03:41 [2024-04-23T13:03:41.908Z] --- PASS: TestTagOfficialNames (0.05s)
13:03:41 [2024-04-23T13:03:41.908Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
13:03:41 [2024-04-23T13:03:41.908Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
13:03:41 [2024-04-23T13:03:41.908Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
13:03:41 [2024-04-23T13:03:41.908Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
13:03:41 [2024-04-23T13:03:41.908Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
13:03:41 [2024-04-23T13:03:41.908Z] === RUN   TestTagMatchesDigest
13:03:42 [2024-04-23T13:03:42.163Z] --- PASS: TestTagMatchesDigest (0.01s)
13:03:42 [2024-04-23T13:03:42.163Z] === CONT  TestSaveCheckTimes
13:03:42 [2024-04-23T13:03:42.163Z] --- PASS: TestSaveCheckTimes (0.03s)
13:03:42 [2024-04-23T13:03:42.163Z] PASS
13:03:42 [2024-04-23T13:03:42.163Z] 
13:03:42 [2024-04-23T13:03:42.163Z] === Skipped
13:03:42 [2024-04-23T13:03:42.163Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
13:03:42 [2024-04-23T13:03:42.163Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
13:03:42 [2024-04-23T13:03:42.163Z] 
13:03:42 [2024-04-23T13:03:42.163Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
13:03:42 [2024-04-23T13:03:42.163Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
13:03:42 [2024-04-23T13:03:42.163Z] 
13:03:42 [2024-04-23T13:03:42.163Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
13:03:42 [2024-04-23T13:03:42.163Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
13:03:42 [2024-04-23T13:03:42.163Z] 
13:03:42 [2024-04-23T13:03:42.163Z] DONE 71 tests, 3 skipped in 6.998s
13:03:42 [2024-04-23T13:03:42.163Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
13:03:42 [2024-04-23T13:03:42.163Z] ++ '[' -n '' ']'
13:03:42 [2024-04-23T13:03:42.163Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
13:03:42 [2024-04-23T13:03:42.163Z] ++ set -e
13:03:42 [2024-04-23T13:03:42.163Z] ++ '[' -n 0 ']'
13:03:42 [2024-04-23T13:03:42.163Z] ++ set -x
13:03:42 [2024-04-23T13:03:42.163Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
13:03:42 [2024-04-23T13:03:42.163Z] === RUN   TestStripANSICommands
13:03:42 [2024-04-23T13:03:42.163Z] === RUN   TestStripANSICommands/#00
13:03:42 [2024-04-23T13:03:42.163Z] === RUN   TestStripANSICommands/#01
13:03:42 [2024-04-23T13:03:42.163Z] --- PASS: TestStripANSICommands (0.00s)
13:03:42 [2024-04-23T13:03:42.163Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:03:42 [2024-04-23T13:03:42.163Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:03:42 [2024-04-23T13:03:42.163Z] PASS
13:03:42 [2024-04-23T13:03:42.163Z] 
13:03:42 [2024-04-23T13:03:42.163Z] DONE 3 tests in 0.006s
13:03:42 [2024-04-23T13:03:42.163Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
13:03:42 [2024-04-23T13:03:42.163Z] ++ '[' -n '' ']'
13:03:42 [2024-04-23T13:03:42.163Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
13:03:42 [2024-04-23T13:03:42.163Z] ++ set -e
13:03:42 [2024-04-23T13:03:42.163Z] ++ '[' -n 0 ']'
13:03:42 [2024-04-23T13:03:42.163Z] ++ set -x
13:03:42 [2024-04-23T13:03:42.163Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
13:03:42 [2024-04-23T13:03:42.163Z] INFO: Testing against a local daemon
13:03:42 [2024-04-23T13:03:42.163Z] === RUN   TestCreateWithMultiNetworks
13:03:43 [2024-04-23T13:03:43.089Z] --- PASS: TestCreateWithMultiNetworks (0.91s)
13:03:43 [2024-04-23T13:03:43.089Z] === RUN   TestNetworkCreateDelete
13:03:43 [2024-04-23T13:03:43.089Z] --- PASS: TestNetworkCreateDelete (0.16s)
13:03:43 [2024-04-23T13:03:43.089Z] === RUN   TestDockerNetworkDeletePreferID
13:03:43 [2024-04-23T13:03:43.649Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s)
13:03:43 [2024-04-23T13:03:43.649Z] === RUN   TestDaemonDNSFallback
13:03:50 [2024-04-23T13:03:50.214Z] --- PASS: TestDaemonDNSFallback (6.16s)
13:03:50 [2024-04-23T13:03:50.214Z] === RUN   TestInspectNetwork
13:03:52 [2024-04-23T13:03:52.095Z] === RUN   TestInspectNetwork/full_network_id
13:03:52 [2024-04-23T13:03:52.095Z] === RUN   TestInspectNetwork/partial_network_id
13:03:52 [2024-04-23T13:03:52.095Z] === RUN   TestInspectNetwork/network_name
13:03:52 [2024-04-23T13:03:52.095Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:03:57 [2024-04-23T13:03:57.326Z] --- PASS: TestInspectNetwork (6.94s)
13:03:57 [2024-04-23T13:03:57.326Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:03:57 [2024-04-23T13:03:57.326Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:03:57 [2024-04-23T13:03:57.326Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:03:57 [2024-04-23T13:03:57.326Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:03:57 [2024-04-23T13:03:57.326Z] === RUN   TestRunContainerWithBridgeNone
13:03:57 [2024-04-23T13:03:57.885Z] --- PASS: TestRunContainerWithBridgeNone (1.23s)
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/create
13:03:57 [2024-04-23T13:03:57.885Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:03:57 [2024-04-23T13:03:57.885Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:03:57 [2024-04-23T13:03:57.885Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:03:57 [2024-04-23T13:03:57.885Z] === CONT  TestNetworkInvalidJSON/networks/create
13:03:57 [2024-04-23T13:03:57.885Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:03:57 [2024-04-23T13:03:57.885Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:03:57 [2024-04-23T13:03:57.885Z] --- PASS: TestNetworkInvalidJSON (0.01s)
13:03:57 [2024-04-23T13:03:57.885Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkList
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkList//networks
13:03:57 [2024-04-23T13:03:57.885Z] === PAUSE TestNetworkList//networks
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestNetworkList//networks/
13:03:57 [2024-04-23T13:03:57.885Z] === PAUSE TestNetworkList//networks/
13:03:57 [2024-04-23T13:03:57.885Z] === CONT  TestNetworkList//networks
13:03:57 [2024-04-23T13:03:57.885Z] === CONT  TestNetworkList//networks/
13:03:57 [2024-04-23T13:03:57.885Z] --- PASS: TestNetworkList (0.01s)
13:03:57 [2024-04-23T13:03:57.885Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z]     --- PASS: TestNetworkList//networks (0.00s)
13:03:57 [2024-04-23T13:03:57.885Z] === RUN   TestHostIPv4BridgeLabel
13:03:58 [2024-04-23T13:03:58.445Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
13:03:58 [2024-04-23T13:03:58.445Z] === RUN   TestDefaultNetworkOpts
13:03:58 [2024-04-23T13:03:58.445Z] === RUN   TestDefaultNetworkOpts/default_value
13:03:59 [2024-04-23T13:03:59.805Z] === RUN   TestDefaultNetworkOpts/cmdline_value
13:04:01 [2024-04-23T13:04:01.164Z] === RUN   TestDefaultNetworkOpts/config-from_value
13:04:02 [2024-04-23T13:04:02.524Z] --- PASS: TestDefaultNetworkOpts (3.67s)
13:04:02 [2024-04-23T13:04:02.524Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.20s)
13:04:02 [2024-04-23T13:04:02.524Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.21s)
13:04:02 [2024-04-23T13:04:02.524Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.26s)
13:04:02 [2024-04-23T13:04:02.524Z] === RUN   TestForbidDuplicateNetworkNames
13:04:02 [2024-04-23T13:04:02.778Z] --- PASS: TestForbidDuplicateNetworkNames (0.63s)
13:04:02 [2024-04-23T13:04:02.778Z] === RUN   TestDaemonRestartWithLiveRestore
13:04:04 [2024-04-23T13:04:04.137Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
13:04:04 [2024-04-23T13:04:04.137Z] === RUN   TestDaemonDefaultNetworkPools
13:04:04 [2024-04-23T13:04:04.696Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s)
13:04:04 [2024-04-23T13:04:04.696Z] === RUN   TestDaemonRestartWithExistingNetwork
13:04:06 [2024-04-23T13:04:06.055Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
13:04:06 [2024-04-23T13:04:06.055Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:04:06 [2024-04-23T13:04:06.978Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
13:04:06 [2024-04-23T13:04:06.978Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:04:07 [2024-04-23T13:04:07.536Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
13:04:07 [2024-04-23T13:04:07.536Z] === RUN   TestServiceWithPredefinedNetwork
13:04:10 [2024-04-23T13:04:10.043Z] --- PASS: TestServiceWithPredefinedNetwork (2.06s)
13:04:10 [2024-04-23T13:04:10.043Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:04:10 [2024-04-23T13:04:10.043Z]     service_test.go:250: FLAKY_TEST
13:04:10 [2024-04-23T13:04:10.043Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:04:10 [2024-04-23T13:04:10.043Z] === RUN   TestServiceWithDataPathPortInit
13:04:24 [2024-04-23T13:04:24.861Z] --- PASS: TestServiceWithDataPathPortInit (13.29s)
13:04:24 [2024-04-23T13:04:24.861Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:04:25 [2024-04-23T13:04:25.420Z]     service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:rl4aa3r9n8sacbwg7sfdc0p5z Created:2024-04-23 13:04:24.190912296 +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[9361b9d70fa56837bf7f25d609f011d58597a7c37ddbadb9f7f6c2ea0d00a121:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.70aoxzi7hg1a9m7xjil6597ps EndpointID:10d557bf6e55a5ea669c3ce19963e56baff0f5711467e86e095190e2b8ac9610 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:588c187739b5bb7cecd1f22c7b27f8e9c26716dd60e7e1d1c8d67cdde9ddb0e9 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:965ff1990c60 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.70aoxzi7hg1a9m7xjil6597ps EndpointID:10d557bf6e55a5ea669c3ce19963e56baff0f5711467e86e095190e2b8ac9610 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:04:30 [2024-04-23T13:04:30.655Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.87s)
13:04:30 [2024-04-23T13:04:30.655Z] PASS
13:04:30 [2024-04-23T13:04:30.655Z] 
13:04:30 [2024-04-23T13:04:30.655Z] === Skipped
13:04:30 [2024-04-23T13:04:30.655Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:04:30 [2024-04-23T13:04:30.655Z]     service_test.go:250: FLAKY_TEST
13:04:30 [2024-04-23T13:04:30.655Z] 
13:04:30 [2024-04-23T13:04:30.655Z] DONE 44 tests, 1 skipped in 47.764s
13:04:30 [2024-04-23T13:04:30.655Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
13:04:30 [2024-04-23T13:04:30.655Z] ++ '[' -n '' ']'
13:04:30 [2024-04-23T13:04:30.655Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
13:04:30 [2024-04-23T13:04:30.655Z] ++ set -e
13:04:30 [2024-04-23T13:04:30.655Z] ++ '[' -n 0 ']'
13:04:30 [2024-04-23T13:04:30.655Z] ++ set -x
13:04:30 [2024-04-23T13:04:30.655Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
13:04:30 [2024-04-23T13:04:30.655Z] INFO: Testing against a local daemon
13:04:30 [2024-04-23T13:04:30.655Z] === RUN   TestDockerNetworkIpvlanPersistance
13:04:31 [2024-04-23T13:04:31.214Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.25s)
13:04:31 [2024-04-23T13:04:31.214Z] === RUN   TestDockerNetworkIpvlan
13:04:31 [2024-04-23T13:04:31.214Z] === RUN   TestDockerNetworkIpvlan/Subinterface
13:04:31 [2024-04-23T13:04:31.773Z] === RUN   TestDockerNetworkIpvlan/OverlapParent
13:04:32 [2024-04-23T13:04:32.698Z] === RUN   TestDockerNetworkIpvlan/L2NilParent
13:04:34 [2024-04-23T13:04:34.062Z] === RUN   TestDockerNetworkIpvlan/L2InternalMode
13:04:35 [2024-04-23T13:04:35.423Z] === RUN   TestDockerNetworkIpvlan/L3NilParent
13:04:36 [2024-04-23T13:04:36.783Z] === RUN   TestDockerNetworkIpvlan/L3InternalMode
13:04:38 [2024-04-23T13:04:38.143Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnetWithParent
13:04:40 [2024-04-23T13:04:40.026Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnetNoParent
13:04:41 [2024-04-23T13:04:41.908Z] === RUN   TestDockerNetworkIpvlan/L3MultiSubnet
13:04:44 [2024-04-23T13:04:44.414Z] === RUN   TestDockerNetworkIpvlan/L2Addressing
13:04:44 [2024-04-23T13:04:44.973Z] === RUN   TestDockerNetworkIpvlan/L3Addressing
13:04:46 [2024-04-23T13:04:46.334Z] === RUN   TestDockerNetworkIpvlan/NoIPv6
13:04:47 [2024-04-23T13:04:47.260Z] --- PASS: TestDockerNetworkIpvlan (16.09s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/Subinterface (0.70s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.66s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.46s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/L2InternalMode (1.37s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.29s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/L3InternalMode (1.37s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetWithParent (1.86s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetNoParent (2.15s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (2.06s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/L2Addressing (1.01s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/L3Addressing (1.06s)
13:04:47 [2024-04-23T13:04:47.260Z]     --- PASS: TestDockerNetworkIpvlan/NoIPv6 (1.09s)
13:04:47 [2024-04-23T13:04:47.260Z] === RUN   TestIPVlanDNS
13:04:47 [2024-04-23T13:04:47.820Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false
13:04:55 [2024-04-23T13:04:55.887Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false
13:05:00 [2024-04-23T13:05:00.040Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true
13:05:06 [2024-04-23T13:05:06.562Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false
13:05:13 [2024-04-23T13:05:13.081Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false
13:05:18 [2024-04-23T13:05:18.311Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true
13:05:23 [2024-04-23T13:05:23.542Z] --- PASS: TestIPVlanDNS (36.04s)
13:05:23 [2024-04-23T13:05:23.542Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false (6.79s)
13:05:23 [2024-04-23T13:05:23.542Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false (5.50s)
13:05:23 [2024-04-23T13:05:23.542Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true (5.43s)
13:05:23 [2024-04-23T13:05:23.542Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false (6.78s)
13:05:23 [2024-04-23T13:05:23.542Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false (5.47s)
13:05:23 [2024-04-23T13:05:23.542Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true (5.44s)
13:05:23 [2024-04-23T13:05:23.542Z] PASS
13:05:23 [2024-04-23T13:05:23.542Z] 
13:05:23 [2024-04-23T13:05:23.542Z] DONE 21 tests in 53.410s
13:05:23 [2024-04-23T13:05:23.542Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
13:05:23 [2024-04-23T13:05:23.542Z] ++ '[' -n '' ']'
13:05:23 [2024-04-23T13:05:23.542Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
13:05:23 [2024-04-23T13:05:23.542Z] ++ set -e
13:05:23 [2024-04-23T13:05:23.542Z] ++ '[' -n 0 ']'
13:05:23 [2024-04-23T13:05:23.542Z] ++ set -x
13:05:23 [2024-04-23T13:05:23.542Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
13:05:23 [2024-04-23T13:05:23.542Z] INFO: Testing against a local daemon
13:05:23 [2024-04-23T13:05:23.542Z] === RUN   TestDockerNetworkMacvlanPersistance
13:05:24 [2024-04-23T13:05:24.465Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.18s)
13:05:24 [2024-04-23T13:05:24.465Z] === RUN   TestDockerNetworkMacvlan
13:05:24 [2024-04-23T13:05:24.465Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:05:25 [2024-04-23T13:05:25.389Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:05:25 [2024-04-23T13:05:25.947Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:05:27 [2024-04-23T13:05:27.306Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:05:28 [2024-04-23T13:05:28.665Z] === RUN   TestDockerNetworkMacvlan/MultiSubnetWithParent
13:05:30 [2024-04-23T13:05:30.546Z] === RUN   TestDockerNetworkMacvlan/MultiSubnetNoParent
13:05:33 [2024-04-23T13:05:33.052Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:05:33 [2024-04-23T13:05:33.611Z] === RUN   TestDockerNetworkMacvlan/NoIPv6
13:05:34 [2024-04-23T13:05:34.971Z] --- PASS: TestDockerNetworkMacvlan (10.33s)
13:05:34 [2024-04-23T13:05:34.971Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.66s)
13:05:34 [2024-04-23T13:05:34.971Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.71s)
13:05:34 [2024-04-23T13:05:34.971Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.47s)
13:05:34 [2024-04-23T13:05:34.971Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.39s)
13:05:34 [2024-04-23T13:05:34.971Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnetWithParent (1.85s)
13:05:34 [2024-04-23T13:05:34.971Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnetNoParent (2.11s)
13:05:34 [2024-04-23T13:05:34.971Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.06s)
13:05:34 [2024-04-23T13:05:34.971Z]     --- PASS: TestDockerNetworkMacvlan/NoIPv6 (1.08s)
13:05:34 [2024-04-23T13:05:34.971Z] === RUN   TestMACVlanDNS
13:05:35 [2024-04-23T13:05:35.532Z] === RUN   TestMACVlanDNS/with_parent
13:05:43 [2024-04-23T13:05:43.607Z] === RUN   TestMACVlanDNS/no_parent
13:05:47 [2024-04-23T13:05:47.761Z] === RUN   TestMACVlanDNS/with_parent,_internal
13:05:54 [2024-04-23T13:05:54.280Z] --- PASS: TestMACVlanDNS (18.38s)
13:05:54 [2024-04-23T13:05:54.280Z]     --- PASS: TestMACVlanDNS/with_parent (6.79s)
13:05:54 [2024-04-23T13:05:54.280Z]     --- PASS: TestMACVlanDNS/no_parent (5.50s)
13:05:54 [2024-04-23T13:05:54.280Z]     --- PASS: TestMACVlanDNS/with_parent,_internal (5.48s)
13:05:54 [2024-04-23T13:05:54.280Z] PASS
13:05:54 [2024-04-23T13:05:54.280Z] 
13:05:54 [2024-04-23T13:05:54.280Z] DONE 14 tests in 29.922s
13:05:54 [2024-04-23T13:05:54.280Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
13:05:54 [2024-04-23T13:05:54.280Z] ++ '[' -n '' ']'
13:05:54 [2024-04-23T13:05:54.280Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m
13:05:54 [2024-04-23T13:05:54.280Z] ++ set -e
13:05:54 [2024-04-23T13:05:54.280Z] ++ '[' -n 0 ']'
13:05:54 [2024-04-23T13:05:54.280Z] ++ set -x
13:05:54 [2024-04-23T13:05:54.280Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m
13:05:54 [2024-04-23T13:05:54.280Z] INFO: Testing against a local daemon
13:05:54 [2024-04-23T13:05:54.280Z] === RUN   TestBridgeICC
13:05:54 [2024-04-23T13:05:54.280Z] === RUN   TestBridgeICC/IPv4_non-internal_network
13:05:54 [2024-04-23T13:05:54.839Z] === RUN   TestBridgeICC/IPv4_internal_network
13:05:55 [2024-04-23T13:05:55.762Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
13:05:57 [2024-04-23T13:05:57.123Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
13:05:58 [2024-04-23T13:05:58.045Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
13:05:58 [2024-04-23T13:05:58.967Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
13:05:59 [2024-04-23T13:05:59.890Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name
13:06:01 [2024-04-23T13:06:01.250Z] === RUN   TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name
13:06:02 [2024-04-23T13:06:02.173Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
13:06:04 [2024-04-23T13:06:04.678Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
13:06:07 [2024-04-23T13:06:07.933Z] --- PASS: TestBridgeICC (14.21s)
13:06:07 [2024-04-23T13:06:07.933Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (1.04s)
13:06:07 [2024-04-23T13:06:07.933Z]     --- PASS: TestBridgeICC/IPv4_internal_network (0.96s)
13:06:07 [2024-04-23T13:06:07.933Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.11s)
13:06:07 [2024-04-23T13:06:07.933Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (0.97s)
13:06:07 [2024-04-23T13:06:07.933Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.04s)
13:06:07 [2024-04-23T13:06:07.933Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.04s)
13:06:07 [2024-04-23T13:06:07.933Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.10s)
13:06:07 [2024-04-23T13:06:07.933Z]     --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.12s)
13:06:07 [2024-04-23T13:06:07.933Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (2.11s)
13:06:07 [2024-04-23T13:06:07.933Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.12s)
13:06:07 [2024-04-23T13:06:07.933Z] === RUN   TestBridgeICCWindows
13:06:07 [2024-04-23T13:06:07.933Z]     bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows"
13:06:07 [2024-04-23T13:06:07.933Z] --- SKIP: TestBridgeICCWindows (0.00s)
13:06:07 [2024-04-23T13:06:07.933Z] === RUN   TestBridgeINC
13:06:07 [2024-04-23T13:06:07.933Z] === RUN   TestBridgeINC/IPv4_non-internal_network
13:06:13 [2024-04-23T13:06:13.162Z] === RUN   TestBridgeINC/IPv4_internal_network
13:06:13 [2024-04-23T13:06:13.416Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
13:06:17 [2024-04-23T13:06:17.569Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
13:06:18 [2024-04-23T13:06:18.931Z] --- PASS: TestBridgeINC (11.32s)
13:06:18 [2024-04-23T13:06:18.931Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.19s)
13:06:18 [2024-04-23T13:06:18.931Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.09s)
13:06:18 [2024-04-23T13:06:18.931Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.29s)
13:06:18 [2024-04-23T13:06:18.931Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.16s)
13:06:18 [2024-04-23T13:06:18.931Z] === RUN   TestDefaultBridgeIPv6
13:06:18 [2024-04-23T13:06:18.931Z] === RUN   TestDefaultBridgeIPv6/IPv6_ULA
13:06:20 [2024-04-23T13:06:20.291Z] === RUN   TestDefaultBridgeIPv6/IPv6_LLA_only
13:06:21 [2024-04-23T13:06:21.650Z] === RUN   TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only
13:06:23 [2024-04-23T13:06:23.009Z] --- PASS: TestDefaultBridgeIPv6 (4.32s)
13:06:23 [2024-04-23T13:06:23.009Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.42s)
13:06:23 [2024-04-23T13:06:23.009Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.45s)
13:06:23 [2024-04-23T13:06:23.009Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.45s)
13:06:23 [2024-04-23T13:06:23.009Z] === RUN   TestDefaultBridgeAddresses
13:06:23 [2024-04-23T13:06:23.009Z] === RUN   TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes
13:06:24 [2024-04-23T13:06:24.890Z] === RUN   TestDefaultBridgeAddresses/Link-Local_Subnet_Changes
13:06:26 [2024-04-23T13:06:26.249Z] --- PASS: TestDefaultBridgeAddresses (3.10s)
13:06:26 [2024-04-23T13:06:26.249Z]     --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s)
13:06:26 [2024-04-23T13:06:26.249Z]     --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s)
13:06:26 [2024-04-23T13:06:26.249Z] === RUN   TestInternalNwConnectivity
13:06:29 [2024-04-23T13:06:29.504Z] --- PASS: TestInternalNwConnectivity (3.28s)
13:06:29 [2024-04-23T13:06:29.504Z] === RUN   TestDisableIPv6Addrs
13:06:30 [2024-04-23T13:06:30.063Z] === RUN   TestDisableIPv6Addrs/IPv6_enabled
13:06:30 [2024-04-23T13:06:30.621Z] === RUN   TestDisableIPv6Addrs/IPv6_disabled
13:06:31 [2024-04-23T13:06:31.180Z] --- PASS: TestDisableIPv6Addrs (1.61s)
13:06:31 [2024-04-23T13:06:31.180Z]     --- PASS: TestDisableIPv6Addrs/IPv6_enabled (0.46s)
13:06:31 [2024-04-23T13:06:31.180Z]     --- PASS: TestDisableIPv6Addrs/IPv6_disabled (0.44s)
13:06:31 [2024-04-23T13:06:31.180Z] === RUN   TestNonIPv6Network
13:06:32 [2024-04-23T13:06:32.539Z] --- PASS: TestNonIPv6Network (1.26s)
13:06:32 [2024-04-23T13:06:32.539Z] === RUN   TestSetInterfaceSysctl
13:06:33 [2024-04-23T13:06:33.462Z] --- PASS: TestSetInterfaceSysctl (1.02s)
13:06:33 [2024-04-23T13:06:33.462Z] === RUN   TestEtcHostsIpv6
13:06:34 [2024-04-23T13:06:34.021Z] === RUN   TestEtcHostsIpv6/IPv6_enabled
13:06:34 [2024-04-23T13:06:34.580Z] === RUN   TestEtcHostsIpv6/IPv6_disabled
13:06:34 [2024-04-23T13:06:34.834Z] --- PASS: TestEtcHostsIpv6 (1.49s)
13:06:34 [2024-04-23T13:06:34.834Z]     --- PASS: TestEtcHostsIpv6/IPv6_enabled (0.47s)
13:06:34 [2024-04-23T13:06:34.834Z]     --- PASS: TestEtcHostsIpv6/IPv6_disabled (0.43s)
13:06:34 [2024-04-23T13:06:34.834Z] === RUN   TestMACAddrOnRestart
13:06:37 [2024-04-23T13:06:37.341Z] --- PASS: TestMACAddrOnRestart (2.07s)
13:06:37 [2024-04-23T13:06:37.341Z] === RUN   TestCfgdMACAddrOnRestart
13:06:39 [2024-04-23T13:06:39.852Z] --- PASS: TestCfgdMACAddrOnRestart (2.56s)
13:06:39 [2024-04-23T13:06:39.852Z] === RUN   TestInspectCfgdMAC
13:06:40 [2024-04-23T13:06:40.107Z] === RUN   TestInspectCfgdMAC/generated_address_default_bridge
13:06:40 [2024-04-23T13:06:40.107Z] === RUN   TestInspectCfgdMAC/configured_address_default_bridge
13:06:40 [2024-04-23T13:06:40.107Z] === RUN   TestInspectCfgdMAC/generated_address_custom_bridge
13:06:40 [2024-04-23T13:06:40.362Z] === RUN   TestInspectCfgdMAC/configured_address_custom_bridge
13:06:40 [2024-04-23T13:06:40.362Z] === RUN   TestInspectCfgdMAC/ctr-wide_address_default_bridge
13:06:40 [2024-04-23T13:06:40.617Z] --- PASS: TestInspectCfgdMAC (1.05s)
13:06:40 [2024-04-23T13:06:40.617Z]     --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.04s)
13:06:40 [2024-04-23T13:06:40.617Z]     --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s)
13:06:40 [2024-04-23T13:06:40.617Z]     --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.16s)
13:06:40 [2024-04-23T13:06:40.617Z]     --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.17s)
13:06:40 [2024-04-23T13:06:40.617Z]     --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.04s)
13:06:40 [2024-04-23T13:06:40.617Z] === RUN   TestWatchtowerCreate
13:06:41 [2024-04-23T13:06:41.540Z] --- PASS: TestWatchtowerCreate (1.10s)
13:06:41 [2024-04-23T13:06:41.540Z] === RUN   TestResolvConfLocalhostIPv6
13:06:42 [2024-04-23T13:06:42.899Z] --- PASS: TestResolvConfLocalhostIPv6 (1.17s)
13:06:42 [2024-04-23T13:06:42.899Z] === RUN   TestInternalNetworkDNS
13:07:09 [2024-04-23T13:07:09.367Z] --- PASS: TestInternalNetworkDNS (23.04s)
13:07:09 [2024-04-23T13:07:09.367Z] === RUN   TestNslookupWindows
13:07:09 [2024-04-23T13:07:09.367Z]     resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows"
13:07:09 [2024-04-23T13:07:09.367Z] --- SKIP: TestNslookupWindows (0.00s)
13:07:09 [2024-04-23T13:07:09.367Z] PASS
13:07:09 [2024-04-23T13:07:09.367Z] 
13:07:09 [2024-04-23T13:07:09.367Z] === Skipped
13:07:09 [2024-04-23T13:07:09.367Z] === SKIP: arm64.integration.networking TestBridgeICCWindows (0.00s)
13:07:09 [2024-04-23T13:07:09.367Z]     bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows"
13:07:09 [2024-04-23T13:07:09.367Z] 
13:07:09 [2024-04-23T13:07:09.367Z] === SKIP: arm64.integration.networking TestNslookupWindows (0.00s)
13:07:09 [2024-04-23T13:07:09.367Z]     resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows"
13:07:09 [2024-04-23T13:07:09.367Z] 
13:07:09 [2024-04-23T13:07:09.367Z] DONE 45 tests, 2 skipped in 72.620s
13:07:09 [2024-04-23T13:07:09.367Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
13:07:09 [2024-04-23T13:07:09.367Z] ++ '[' -n '' ']'
13:07:09 [2024-04-23T13:07:09.367Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
13:07:09 [2024-04-23T13:07:09.367Z] ++ set -e
13:07:09 [2024-04-23T13:07:09.367Z] ++ '[' -n 0 ']'
13:07:09 [2024-04-23T13:07:09.367Z] ++ set -x
13:07:09 [2024-04-23T13:07:09.367Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
13:07:09 [2024-04-23T13:07:09.367Z] testing: warning: no tests to run
13:07:09 [2024-04-23T13:07:09.367Z] PASS
13:07:09 [2024-04-23T13:07:09.367Z] 
13:07:09 [2024-04-23T13:07:09.367Z] DONE 0 tests in 0.005s
13:07:09 [2024-04-23T13:07:09.367Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
13:07:09 [2024-04-23T13:07:09.367Z] ++ '[' -n '' ']'
13:07:09 [2024-04-23T13:07:09.367Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
13:07:09 [2024-04-23T13:07:09.367Z] ++ set -e
13:07:09 [2024-04-23T13:07:09.367Z] ++ '[' -n 0 ']'
13:07:09 [2024-04-23T13:07:09.367Z] ++ set -x
13:07:09 [2024-04-23T13:07:09.367Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
13:07:09 [2024-04-23T13:07:09.367Z] INFO: Testing against a local daemon
13:07:09 [2024-04-23T13:07:09.367Z] === RUN   TestAuthZPluginAllowRequest
13:07:09 [2024-04-23T13:07:09.367Z] --- PASS: TestAuthZPluginAllowRequest (1.01s)
13:07:09 [2024-04-23T13:07:09.367Z] === RUN   TestAuthZPluginTLS
13:07:09 [2024-04-23T13:07:09.367Z] --- PASS: TestAuthZPluginTLS (0.54s)
13:07:09 [2024-04-23T13:07:09.367Z] === RUN   TestAuthZPluginDenyRequest
13:07:09 [2024-04-23T13:07:09.367Z] --- PASS: TestAuthZPluginDenyRequest (0.52s)
13:07:09 [2024-04-23T13:07:09.367Z] === RUN   TestAuthZPluginAPIDenyResponse
13:07:09 [2024-04-23T13:07:09.367Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
13:07:09 [2024-04-23T13:07:09.367Z] === RUN   TestAuthZPluginDenyResponse
13:07:09 [2024-04-23T13:07:09.367Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
13:07:09 [2024-04-23T13:07:09.367Z] === RUN   TestAuthZPluginAllowEventStream
13:07:09 [2024-04-23T13:07:09.926Z] 2024/04/23 13:07:09 http: panic serving 127.0.0.1:51752: runtime error: invalid memory address or nil pointer dereference
13:07:09 [2024-04-23T13:07:09.926Z] goroutine 177 [running]:
13:07:09 [2024-04-23T13:07:09.926Z] net/http.(*conn).serve.func1()
13:07:09 [2024-04-23T13:07:09.926Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
13:07:09 [2024-04-23T13:07:09.926Z] panic({0xa96bc0?, 0x15cb010?})
13:07:09 [2024-04-23T13:07:09.926Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
13:07:09 [2024-04-23T13:07:09.926Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd9bff0, 0x4000490b40}, 0xffff783297e8?)
13:07:09 [2024-04-23T13:07:09.926Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
13:07:09 [2024-04-23T13:07:09.926Z] net/http.HandlerFunc.ServeHTTP(0x40002ce100?, {0xd9bff0?, 0x4000490b40?}, 0x403084?)
13:07:09 [2024-04-23T13:07:09.926Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:07:09 [2024-04-23T13:07:09.926Z] net/http.(*ServeMux).ServeHTTP(0xda2358?, {0xd9bff0, 0x4000490b40}, 0x40002ce100)
13:07:09 [2024-04-23T13:07:09.926Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
13:07:09 [2024-04-23T13:07:09.926Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40007c6dc0, {0xd9abb0?, 0x400040c000}, 0x40002ce000, {0xd90c00, 0x40003bf240})
13:07:09 [2024-04-23T13:07:09.926Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
13:07:09 [2024-04-23T13:07:09.926Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd9abb0?, 0x400040c000?}, 0x40003b8010?)
13:07:09 [2024-04-23T13:07:09.926Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
13:07:09 [2024-04-23T13:07:09.926Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd9abb0?, 0x400040c000?}, 0x400040c000?)
13:07:09 [2024-04-23T13:07:09.926Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:07:09 [2024-04-23T13:07:09.926Z] net/http.serverHandler.ServeHTTP({0xd97628?}, {0xd9abb0?, 0x400040c000?}, 0x6?)
13:07:09 [2024-04-23T13:07:09.926Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
13:07:09 [2024-04-23T13:07:09.926Z] net/http.(*conn).serve(0x400066c000, {0xda2358, 0x40001f42d0})
13:07:09 [2024-04-23T13:07:09.926Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
13:07:09 [2024-04-23T13:07:09.926Z] created by net/http.(*Server).Serve in goroutine 10
13:07:09 [2024-04-23T13:07:09.926Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
13:07:10 [2024-04-23T13:07:10.848Z] 2024/04/23 13:07:10 http: panic serving 127.0.0.1:51756: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
13:07:10 [2024-04-23T13:07:10.848Z] goroutine 95 [running]:
13:07:10 [2024-04-23T13:07:10.848Z] net/http.(*conn).serve.func1()
13:07:10 [2024-04-23T13:07:10.848Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
13:07:10 [2024-04-23T13:07:10.848Z] panic({0xa2c420?, 0x40003b85f0?})
13:07:10 [2024-04-23T13:07:10.848Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
13:07:10 [2024-04-23T13:07:10.848Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd9bff0, 0x4000490cc0}, 0xffff783297e8?)
13:07:10 [2024-04-23T13:07:10.848Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
13:07:10 [2024-04-23T13:07:10.848Z] net/http.HandlerFunc.ServeHTTP(0x40002ce200?, {0xd9bff0?, 0x4000490cc0?}, 0x403084?)
13:07:10 [2024-04-23T13:07:10.848Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:07:10 [2024-04-23T13:07:10.848Z] net/http.(*ServeMux).ServeHTTP(0xda2358?, {0xd9bff0, 0x4000490cc0}, 0x40002ce200)
13:07:10 [2024-04-23T13:07:10.848Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
13:07:10 [2024-04-23T13:07:10.848Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40007c6dc0, {0xd9abb0?, 0x400040c0e0}, 0x4000396000, {0xd90c00, 0x40003bf240})
13:07:10 [2024-04-23T13:07:10.848Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
13:07:10 [2024-04-23T13:07:10.848Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd9abb0?, 0x400040c0e0?}, 0x40001f4030?)
13:07:10 [2024-04-23T13:07:10.848Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
13:07:10 [2024-04-23T13:07:10.848Z] net/http.HandlerFunc.ServeHTTP(0x1628e00?, {0xd9abb0?, 0x400040c0e0?}, 0x40001feb40?)
13:07:10 [2024-04-23T13:07:10.848Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:07:10 [2024-04-23T13:07:10.848Z] net/http.serverHandler.ServeHTTP({0x40001f4030?}, {0xd9abb0?, 0x400040c0e0?}, 0x6?)
13:07:10 [2024-04-23T13:07:10.848Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
13:07:10 [2024-04-23T13:07:10.848Z] net/http.(*conn).serve(0x40001a6d80, {0xda2358, 0x40001f42d0})
13:07:10 [2024-04-23T13:07:10.848Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
13:07:10 [2024-04-23T13:07:10.848Z] created by net/http.(*Server).Serve in goroutine 10
13:07:10 [2024-04-23T13:07:10.848Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
13:07:12 [2024-04-23T13:07:12.728Z] 2024/04/23 13:07:12 http: panic serving 127.0.0.1:51022: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
13:07:12 [2024-04-23T13:07:12.728Z] goroutine 210 [running]:
13:07:12 [2024-04-23T13:07:12.728Z] net/http.(*conn).serve.func1()
13:07:12 [2024-04-23T13:07:12.728Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
13:07:12 [2024-04-23T13:07:12.728Z] panic({0xa2c420?, 0x4000493220?})
13:07:12 [2024-04-23T13:07:12.728Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
13:07:12 [2024-04-23T13:07:12.728Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd9bff0, 0x40003cdb00}, 0xffff781fc920?)
13:07:12 [2024-04-23T13:07:12.728Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
13:07:12 [2024-04-23T13:07:12.728Z] net/http.HandlerFunc.ServeHTTP(0x40007cef00?, {0xd9bff0?, 0x40003cdb00?}, 0x403084?)
13:07:12 [2024-04-23T13:07:12.728Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:07:12 [2024-04-23T13:07:12.728Z] net/http.(*ServeMux).ServeHTTP(0xda2358?, {0xd9bff0, 0x40003cdb00}, 0x40007cef00)
13:07:12 [2024-04-23T13:07:12.728Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
13:07:12 [2024-04-23T13:07:12.728Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40007c6dc0, {0xd9abb0?, 0x4000314460}, 0x40007cee00, {0xd90c00, 0x40003bf240})
13:07:12 [2024-04-23T13:07:12.728Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
13:07:12 [2024-04-23T13:07:12.728Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd9abb0?, 0x4000314460?}, 0x4000667230?)
13:07:12 [2024-04-23T13:07:12.728Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
13:07:12 [2024-04-23T13:07:12.728Z] net/http.HandlerFunc.ServeHTTP(0x1628e00?, {0xd9abb0?, 0x4000314460?}, 0x4000710b40?)
13:07:12 [2024-04-23T13:07:12.728Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:07:12 [2024-04-23T13:07:12.728Z] net/http.serverHandler.ServeHTTP({0x4000667230?}, {0xd9abb0?, 0x4000314460?}, 0x6?)
13:07:12 [2024-04-23T13:07:12.728Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
13:07:12 [2024-04-23T13:07:12.728Z] net/http.(*conn).serve(0x40001a70e0, {0xda2358, 0x40001f42d0})
13:07:12 [2024-04-23T13:07:12.728Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
13:07:12 [2024-04-23T13:07:12.728Z] created by net/http.(*Server).Serve in goroutine 10
13:07:12 [2024-04-23T13:07:12.728Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
13:07:15 [2024-04-23T13:07:15.234Z] --- PASS: TestAuthZPluginAllowEventStream (6.02s)
13:07:15 [2024-04-23T13:07:15.234Z] === RUN   TestAuthZPluginErrorResponse
13:07:15 [2024-04-23T13:07:15.488Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
13:07:15 [2024-04-23T13:07:15.488Z] === RUN   TestAuthZPluginErrorRequest
13:07:16 [2024-04-23T13:07:16.046Z] --- PASS: TestAuthZPluginErrorRequest (0.52s)
13:07:16 [2024-04-23T13:07:16.046Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:07:16 [2024-04-23T13:07:16.605Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
13:07:16 [2024-04-23T13:07:16.605Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:07:17 [2024-04-23T13:07:17.965Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.07s)
13:07:17 [2024-04-23T13:07:17.965Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:07:18 [2024-04-23T13:07:18.888Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.11s)
13:07:18 [2024-04-23T13:07:18.888Z] === RUN   TestAuthZPluginHeader
13:07:19 [2024-04-23T13:07:19.446Z] --- PASS: TestAuthZPluginHeader (0.60s)
13:07:19 [2024-04-23T13:07:19.446Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:07:19 [2024-04-23T13:07:19.446Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
13:07:19 [2024-04-23T13:07:19.446Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:07:19 [2024-04-23T13:07:19.446Z] === RUN   TestAuthZPluginV2Disable
13:07:19 [2024-04-23T13:07:19.446Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
13:07:19 [2024-04-23T13:07:19.446Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
13:07:19 [2024-04-23T13:07:19.446Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:07:19 [2024-04-23T13:07:19.446Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
13:07:19 [2024-04-23T13:07:19.446Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:07:19 [2024-04-23T13:07:19.446Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:07:19 [2024-04-23T13:07:19.446Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
13:07:19 [2024-04-23T13:07:19.446Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:07:19 [2024-04-23T13:07:19.446Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:07:37 [2024-04-23T13:07:37.466Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
13:07:37 [2024-04-23T13:07:37.466Z] PASS
13:07:37 [2024-04-23T13:07:37.466Z] 
13:07:37 [2024-04-23T13:07:37.466Z] === Skipped
13:07:37 [2024-04-23T13:07:37.466Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:07:37 [2024-04-23T13:07:37.466Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
13:07:37 [2024-04-23T13:07:37.466Z] 
13:07:37 [2024-04-23T13:07:37.466Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
13:07:37 [2024-04-23T13:07:37.466Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
13:07:37 [2024-04-23T13:07:37.466Z] 
13:07:37 [2024-04-23T13:07:37.466Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:07:37 [2024-04-23T13:07:37.466Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
13:07:37 [2024-04-23T13:07:37.466Z] 
13:07:37 [2024-04-23T13:07:37.466Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:07:37 [2024-04-23T13:07:37.466Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
13:07:37 [2024-04-23T13:07:37.466Z] 
13:07:37 [2024-04-23T13:07:37.466Z] DONE 17 tests, 4 skipped in 30.419s
13:07:37 [2024-04-23T13:07:37.466Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
13:07:37 [2024-04-23T13:07:37.466Z] ++ '[' -n '' ']'
13:07:37 [2024-04-23T13:07:37.466Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
13:07:37 [2024-04-23T13:07:37.466Z] ++ set -e
13:07:37 [2024-04-23T13:07:37.466Z] ++ '[' -n 0 ']'
13:07:37 [2024-04-23T13:07:37.466Z] ++ set -x
13:07:37 [2024-04-23T13:07:37.467Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
13:07:37 [2024-04-23T13:07:37.467Z] INFO: Testing against a local daemon
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:07:37 [2024-04-23T13:07:37.467Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:07:37 [2024-04-23T13:07:37.467Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:07:37 [2024-04-23T13:07:37.467Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:07:37 [2024-04-23T13:07:37.467Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:07:37 [2024-04-23T13:07:37.467Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:07:37 [2024-04-23T13:07:37.467Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:07:37 [2024-04-23T13:07:37.467Z] --- PASS: TestPluginInvalidJSON (0.01s)
13:07:37 [2024-04-23T13:07:37.467Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInstall
13:07:37 [2024-04-23T13:07:37.467Z] === RUN   TestPluginInstall/no_auth
13:07:39 [2024-04-23T13:07:39.974Z] time="2024-04-23T13:07:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:07:39 [2024-04-23T13:07:39.974Z] time="2024-04-23T13:07:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:54b83d266341ac57361fa53e65bbe33a1c347a6ae18da9ccec57751bc0fe605b" mediatype=application/vnd.docker.plugin.v1+json size=522
13:07:39 [2024-04-23T13:07:39.974Z] time="2024-04-23T13:07:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:07:39 [2024-04-23T13:07:39.974Z] time="2024-04-23T13:07:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:54b83d266341ac57361fa53e65bbe33a1c347a6ae18da9ccec57751bc0fe605b" mediatype=application/vnd.docker.plugin.v1+json size=522
13:07:39 [2024-04-23T13:07:39.974Z] === RUN   TestPluginInstall/with_digest
13:07:40 [2024-04-23T13:07:40.229Z] === RUN   TestPluginInstall/with_htpasswd
13:07:40 [2024-04-23T13:07:40.483Z] time="2024-04-23T13:07:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:07:40 [2024-04-23T13:07:40.483Z] time="2024-04-23T13:07:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7a4ad76fe9032bf92cf2d6ec1ae11391bb216d6688ec4164d4dbba7e5ab31268" mediatype=application/vnd.docker.plugin.v1+json size=522
13:07:40 [2024-04-23T13:07:40.483Z] time="2024-04-23T13:07:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:07:40 [2024-04-23T13:07:40.483Z] time="2024-04-23T13:07:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7a4ad76fe9032bf92cf2d6ec1ae11391bb216d6688ec4164d4dbba7e5ab31268" mediatype=application/vnd.docker.plugin.v1+json size=522
13:07:40 [2024-04-23T13:07:40.738Z] === RUN   TestPluginInstall/with_insecure
13:07:41 [2024-04-23T13:07:41.662Z] time="2024-04-23T13:07:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:07:41 [2024-04-23T13:07:41.662Z] time="2024-04-23T13:07:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cb4b52923fe152baec968b4ce4d87f6e2ca0942b01522599cc6fb3e2b8228b0" mediatype=application/vnd.docker.plugin.v1+json size=522
13:07:41 [2024-04-23T13:07:41.662Z] time="2024-04-23T13:07:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:07:41 [2024-04-23T13:07:41.662Z] time="2024-04-23T13:07:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cb4b52923fe152baec968b4ce4d87f6e2ca0942b01522599cc6fb3e2b8228b0" mediatype=application/vnd.docker.plugin.v1+json size=522
13:07:41 [2024-04-23T13:07:41.662Z]     plugin_test.go:247: [d24667c440589] daemon is not started
13:07:41 [2024-04-23T13:07:41.662Z] --- PASS: TestPluginInstall (5.30s)
13:07:41 [2024-04-23T13:07:41.662Z]     --- PASS: TestPluginInstall/no_auth (3.49s)
13:07:41 [2024-04-23T13:07:41.662Z]     --- PASS: TestPluginInstall/with_digest (0.45s)
13:07:41 [2024-04-23T13:07:41.662Z]     --- PASS: TestPluginInstall/with_htpasswd (0.44s)
13:07:41 [2024-04-23T13:07:41.662Z]     --- PASS: TestPluginInstall/with_insecure (0.91s)
13:07:41 [2024-04-23T13:07:41.662Z] === RUN   TestPluginsWithRuntimes
13:07:43 [2024-04-23T13:07:43.021Z] === RUN   TestPluginsWithRuntimes/No_Args
13:07:43 [2024-04-23T13:07:43.945Z] === RUN   TestPluginsWithRuntimes/With_Args
13:07:44 [2024-04-23T13:07:44.870Z] --- PASS: TestPluginsWithRuntimes (3.07s)
13:07:44 [2024-04-23T13:07:44.870Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.81s)
13:07:44 [2024-04-23T13:07:44.870Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.80s)
13:07:44 [2024-04-23T13:07:44.870Z] === RUN   TestPluginBackCompatMediaTypes
13:07:45 [2024-04-23T13:07:45.125Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s)
13:07:45 [2024-04-23T13:07:45.125Z] PASS
13:07:45 [2024-04-23T13:07:45.125Z] 
13:07:45 [2024-04-23T13:07:45.125Z] DONE 25 tests in 8.888s
13:07:45 [2024-04-23T13:07:45.125Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
13:07:45 [2024-04-23T13:07:45.125Z] ++ '[' -n '' ']'
13:07:45 [2024-04-23T13:07:45.125Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
13:07:45 [2024-04-23T13:07:45.125Z] ++ set -e
13:07:45 [2024-04-23T13:07:45.125Z] ++ '[' -n 0 ']'
13:07:45 [2024-04-23T13:07:45.125Z] ++ set -x
13:07:45 [2024-04-23T13:07:45.125Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
13:07:45 [2024-04-23T13:07:45.125Z] INFO: Testing against a local daemon
13:07:45 [2024-04-23T13:07:45.125Z] === RUN   TestExternalGraphDriver
13:07:45 [2024-04-23T13:07:45.683Z] === RUN   TestExternalGraphDriver/json
13:07:45 [2024-04-23T13:07:45.684Z] === RUN   TestExternalGraphDriver/spec
13:07:45 [2024-04-23T13:07:45.684Z] === RUN   TestExternalGraphDriver/pull
13:07:45 [2024-04-23T13:07:45.684Z] --- PASS: TestExternalGraphDriver (0.35s)
13:07:45 [2024-04-23T13:07:45.684Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
13:07:45 [2024-04-23T13:07:45.684Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
13:07:45 [2024-04-23T13:07:45.684Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
13:07:45 [2024-04-23T13:07:45.684Z] === RUN   TestGraphdriverPluginV2
13:07:45 [2024-04-23T13:07:45.938Z]     external_test.go:416: (*Execution).NotAmd64-fm
13:07:45 [2024-04-23T13:07:45.938Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
13:07:45 [2024-04-23T13:07:45.938Z] PASS
13:07:45 [2024-04-23T13:07:45.938Z] 
13:07:45 [2024-04-23T13:07:45.938Z] === Skipped
13:07:45 [2024-04-23T13:07:45.938Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
13:07:45 [2024-04-23T13:07:45.938Z]     external_test.go:416: (*Execution).NotAmd64-fm
13:07:45 [2024-04-23T13:07:45.938Z] 
13:07:45 [2024-04-23T13:07:45.938Z] DONE 5 tests, 1 skipped in 0.698s
13:07:45 [2024-04-23T13:07:45.938Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
13:07:45 [2024-04-23T13:07:45.938Z] ++ '[' -n '' ']'
13:07:45 [2024-04-23T13:07:45.938Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
13:07:45 [2024-04-23T13:07:45.938Z] ++ set -e
13:07:45 [2024-04-23T13:07:45.938Z] ++ '[' -n 0 ']'
13:07:45 [2024-04-23T13:07:45.938Z] ++ set -x
13:07:45 [2024-04-23T13:07:45.938Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
13:07:45 [2024-04-23T13:07:45.938Z] INFO: Testing against a local daemon
13:07:45 [2024-04-23T13:07:45.938Z] === RUN   TestContinueAfterPluginCrash
13:07:45 [2024-04-23T13:07:45.938Z] === PAUSE TestContinueAfterPluginCrash
13:07:45 [2024-04-23T13:07:45.938Z] === RUN   TestReadPluginNoRead
13:07:45 [2024-04-23T13:07:45.938Z] === PAUSE TestReadPluginNoRead
13:07:45 [2024-04-23T13:07:45.938Z] === RUN   TestDaemonStartWithLogOpt
13:07:45 [2024-04-23T13:07:45.938Z] === PAUSE TestDaemonStartWithLogOpt
13:07:45 [2024-04-23T13:07:45.938Z] === CONT  TestDaemonStartWithLogOpt
13:07:45 [2024-04-23T13:07:45.938Z] === CONT  TestContinueAfterPluginCrash
13:07:45 [2024-04-23T13:07:45.938Z] === CONT  TestReadPluginNoRead
13:07:47 [2024-04-23T13:07:47.821Z] === RUN   TestReadPluginNoRead/default
13:07:48 [2024-04-23T13:07:48.747Z] --- PASS: TestDaemonStartWithLogOpt (2.59s)
13:07:49 [2024-04-23T13:07:49.001Z] === RUN   TestReadPluginNoRead/disabled_caching
13:07:50 [2024-04-23T13:07:50.360Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:07:51 [2024-04-23T13:07:51.284Z]     read_test.go:93: [d633b50549b9b] daemon is not started
13:07:51 [2024-04-23T13:07:51.284Z] --- PASS: TestReadPluginNoRead (5.31s)
13:07:51 [2024-04-23T13:07:51.284Z]     --- PASS: TestReadPluginNoRead/default (1.08s)
13:07:51 [2024-04-23T13:07:51.284Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.14s)
13:07:51 [2024-04-23T13:07:51.284Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.11s)
13:07:53 [2024-04-23T13:07:53.790Z] --- PASS: TestContinueAfterPluginCrash (7.43s)
13:07:53 [2024-04-23T13:07:53.790Z] PASS
13:07:53 [2024-04-23T13:07:53.790Z] 
13:07:53 [2024-04-23T13:07:53.790Z] DONE 6 tests in 7.461s
13:07:53 [2024-04-23T13:07:53.790Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
13:07:53 [2024-04-23T13:07:53.790Z] ++ '[' -n '' ']'
13:07:53 [2024-04-23T13:07:53.790Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
13:07:53 [2024-04-23T13:07:53.790Z] ++ set -e
13:07:53 [2024-04-23T13:07:53.790Z] ++ '[' -n 0 ']'
13:07:53 [2024-04-23T13:07:53.790Z] ++ set -x
13:07:53 [2024-04-23T13:07:53.790Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
13:07:53 [2024-04-23T13:07:53.790Z] testing: warning: no tests to run
13:07:53 [2024-04-23T13:07:53.790Z] PASS
13:07:53 [2024-04-23T13:07:53.790Z] 
13:07:53 [2024-04-23T13:07:53.790Z] DONE 0 tests in 0.005s
13:07:53 [2024-04-23T13:07:53.790Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
13:07:53 [2024-04-23T13:07:53.790Z] ++ '[' -n '' ']'
13:07:53 [2024-04-23T13:07:53.790Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
13:07:53 [2024-04-23T13:07:53.790Z] ++ set -e
13:07:53 [2024-04-23T13:07:53.790Z] ++ '[' -n 0 ']'
13:07:53 [2024-04-23T13:07:53.790Z] ++ set -x
13:07:53 [2024-04-23T13:07:53.790Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
13:07:53 [2024-04-23T13:07:53.790Z] INFO: Testing against a local daemon
13:07:53 [2024-04-23T13:07:53.790Z] === RUN   TestPluginWithDevMounts
13:07:53 [2024-04-23T13:07:53.790Z] === PAUSE TestPluginWithDevMounts
13:07:53 [2024-04-23T13:07:53.790Z] === CONT  TestPluginWithDevMounts
13:07:55 [2024-04-23T13:07:55.149Z] --- PASS: TestPluginWithDevMounts (1.45s)
13:07:55 [2024-04-23T13:07:55.149Z] PASS
13:07:55 [2024-04-23T13:07:55.149Z] 
13:07:55 [2024-04-23T13:07:55.149Z] DONE 1 tests in 1.475s
13:07:55 [2024-04-23T13:07:55.149Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
13:07:55 [2024-04-23T13:07:55.149Z] ++ '[' -n '' ']'
13:07:55 [2024-04-23T13:07:55.149Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
13:07:55 [2024-04-23T13:07:55.149Z] ++ set -e
13:07:55 [2024-04-23T13:07:55.149Z] ++ '[' -n 0 ']'
13:07:55 [2024-04-23T13:07:55.149Z] ++ set -x
13:07:55 [2024-04-23T13:07:55.149Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
13:07:55 [2024-04-23T13:07:55.149Z] INFO: Testing against a local daemon
13:07:55 [2024-04-23T13:07:55.149Z] === RUN   TestSecretInspect
13:07:56 [2024-04-23T13:07:56.508Z] --- PASS: TestSecretInspect (1.48s)
13:07:56 [2024-04-23T13:07:56.508Z] === RUN   TestSecretList
13:07:58 [2024-04-23T13:07:58.390Z] --- PASS: TestSecretList (1.83s)
13:07:58 [2024-04-23T13:07:58.390Z] === RUN   TestSecretsCreateAndDelete
13:08:00 [2024-04-23T13:08:00.271Z] --- PASS: TestSecretsCreateAndDelete (1.88s)
13:08:00 [2024-04-23T13:08:00.271Z] === RUN   TestSecretsUpdate
13:08:02 [2024-04-23T13:08:02.152Z] --- PASS: TestSecretsUpdate (1.90s)
13:08:02 [2024-04-23T13:08:02.152Z] === RUN   TestTemplatedSecret
13:08:04 [2024-04-23T13:08:04.659Z] --- PASS: TestTemplatedSecret (2.41s)
13:08:04 [2024-04-23T13:08:04.659Z] === RUN   TestSecretCreateResolve
13:08:06 [2024-04-23T13:08:06.557Z] --- PASS: TestSecretCreateResolve (1.86s)
13:08:06 [2024-04-23T13:08:06.557Z] PASS
13:08:06 [2024-04-23T13:08:06.557Z] 
13:08:06 [2024-04-23T13:08:06.557Z] DONE 6 tests in 11.386s
13:08:06 [2024-04-23T13:08:06.557Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
13:08:06 [2024-04-23T13:08:06.557Z] ++ '[' -n '' ']'
13:08:06 [2024-04-23T13:08:06.557Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
13:08:06 [2024-04-23T13:08:06.557Z] ++ set -e
13:08:06 [2024-04-23T13:08:06.557Z] ++ '[' -n 0 ']'
13:08:06 [2024-04-23T13:08:06.557Z] ++ set -x
13:08:06 [2024-04-23T13:08:06.557Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
13:08:06 [2024-04-23T13:08:06.557Z] INFO: Testing against a local daemon
13:08:06 [2024-04-23T13:08:06.557Z] === RUN   TestServiceCreateInit
13:08:06 [2024-04-23T13:08:06.557Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:08:09 [2024-04-23T13:08:09.921Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:08:13 [2024-04-23T13:08:13.258Z] --- PASS: TestServiceCreateInit (7.04s)
13:08:13 [2024-04-23T13:08:13.258Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.51s)
13:08:13 [2024-04-23T13:08:13.258Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.53s)
13:08:13 [2024-04-23T13:08:13.258Z] === RUN   TestCreateServiceMultipleTimes
13:08:28 [2024-04-23T13:08:28.208Z] --- PASS: TestCreateServiceMultipleTimes (14.62s)
13:08:28 [2024-04-23T13:08:28.208Z] === RUN   TestCreateServiceConflict
13:08:30 [2024-04-23T13:08:30.089Z] --- PASS: TestCreateServiceConflict (1.92s)
13:08:30 [2024-04-23T13:08:30.089Z] === RUN   TestCreateServiceMaxReplicas
13:08:32 [2024-04-23T13:08:32.596Z] --- PASS: TestCreateServiceMaxReplicas (2.54s)
13:08:32 [2024-04-23T13:08:32.596Z] === RUN   TestCreateServiceSecretFileMode
13:08:44 [2024-04-23T13:08:44.749Z] --- PASS: TestCreateServiceSecretFileMode (12.39s)
13:08:44 [2024-04-23T13:08:44.749Z] === RUN   TestCreateServiceConfigFileMode
13:08:59 [2024-04-23T13:08:59.570Z] --- PASS: TestCreateServiceConfigFileMode (12.24s)
13:08:59 [2024-04-23T13:08:59.570Z] === RUN   TestCreateServiceSysctls
13:08:59 [2024-04-23T13:08:59.825Z] --- PASS: TestCreateServiceSysctls (2.89s)
13:08:59 [2024-04-23T13:08:59.825Z] === RUN   TestCreateServiceCapabilities
13:09:02 [2024-04-23T13:09:02.331Z] --- PASS: TestCreateServiceCapabilities (2.43s)
13:09:02 [2024-04-23T13:09:02.331Z] === RUN   TestInspect
13:09:05 [2024-04-23T13:09:05.586Z] --- PASS: TestInspect (2.66s)
13:09:05 [2024-04-23T13:09:05.586Z] === RUN   TestCreateJob
13:09:08 [2024-04-23T13:09:08.093Z] --- PASS: TestCreateJob (2.69s)
13:09:08 [2024-04-23T13:09:08.093Z] === RUN   TestReplicatedJob
13:09:12 [2024-04-23T13:09:12.246Z] --- PASS: TestReplicatedJob (4.65s)
13:09:12 [2024-04-23T13:09:12.246Z] === RUN   TestUpdateReplicatedJob
13:09:15 [2024-04-23T13:09:15.502Z] --- PASS: TestUpdateReplicatedJob (3.15s)
13:09:15 [2024-04-23T13:09:15.502Z] === RUN   TestServiceListWithStatuses
13:09:19 [2024-04-23T13:09:19.656Z] --- PASS: TestServiceListWithStatuses (4.10s)
13:09:19 [2024-04-23T13:09:19.656Z] === RUN   TestDockerNetworkConnectAliasPreV144
13:09:23 [2024-04-23T13:09:23.809Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.86s)
13:09:23 [2024-04-23T13:09:23.809Z] === RUN   TestDockerNetworkReConnect
13:09:27 [2024-04-23T13:09:27.067Z] --- PASS: TestDockerNetworkReConnect (3.11s)
13:09:27 [2024-04-23T13:09:27.067Z] === RUN   TestServicePlugin
13:09:27 [2024-04-23T13:09:27.067Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
13:09:27 [2024-04-23T13:09:27.067Z] --- SKIP: TestServicePlugin (0.00s)
13:09:27 [2024-04-23T13:09:27.067Z] === RUN   TestServiceUpdateLabel
13:09:28 [2024-04-23T13:09:28.426Z] --- PASS: TestServiceUpdateLabel (1.93s)
13:09:28 [2024-04-23T13:09:28.426Z] === RUN   TestServiceUpdateSecrets
13:09:43 [2024-04-23T13:09:43.243Z] --- PASS: TestServiceUpdateSecrets (14.18s)
13:09:43 [2024-04-23T13:09:43.243Z] === RUN   TestServiceUpdateConfigs
13:09:58 [2024-04-23T13:09:58.057Z] --- PASS: TestServiceUpdateConfigs (14.20s)
13:09:58 [2024-04-23T13:09:58.057Z] === RUN   TestServiceUpdateNetwork
13:10:10 [2024-04-23T13:10:10.207Z] --- PASS: TestServiceUpdateNetwork (11.97s)
13:10:10 [2024-04-23T13:10:10.207Z] === RUN   TestServiceUpdatePidsLimit
13:10:10 [2024-04-23T13:10:10.207Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
13:10:10 [2024-04-23T13:10:10.462Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
13:10:18 [2024-04-23T13:10:18.529Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
13:10:25 [2024-04-23T13:10:25.051Z] --- PASS: TestServiceUpdatePidsLimit (15.81s)
13:10:25 [2024-04-23T13:10:25.051Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.51s)
13:10:25 [2024-04-23T13:10:25.051Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
13:10:25 [2024-04-23T13:10:25.051Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.68s)
13:10:25 [2024-04-23T13:10:25.051Z] PASS
13:10:25 [2024-04-23T13:10:25.051Z] 
13:10:25 [2024-04-23T13:10:25.051Z] === Skipped
13:10:25 [2024-04-23T13:10:25.051Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
13:10:25 [2024-04-23T13:10:25.051Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
13:10:25 [2024-04-23T13:10:25.051Z] 
13:10:25 [2024-04-23T13:10:25.051Z] DONE 26 tests, 1 skipped in 138.415s
13:10:25 [2024-04-23T13:10:25.051Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
13:10:25 [2024-04-23T13:10:25.051Z] ++ '[' -n '' ']'
13:10:25 [2024-04-23T13:10:25.051Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
13:10:25 [2024-04-23T13:10:25.051Z] ++ set -e
13:10:25 [2024-04-23T13:10:25.051Z] ++ '[' -n 0 ']'
13:10:25 [2024-04-23T13:10:25.051Z] ++ set -x
13:10:25 [2024-04-23T13:10:25.051Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
13:10:25 [2024-04-23T13:10:25.051Z] INFO: Testing against a local daemon
13:10:25 [2024-04-23T13:10:25.051Z] === RUN   TestSessionCreate
13:10:25 [2024-04-23T13:10:25.051Z] --- PASS: TestSessionCreate (0.01s)
13:10:25 [2024-04-23T13:10:25.051Z] === RUN   TestSessionCreateWithBadUpgrade
13:10:25 [2024-04-23T13:10:25.051Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
13:10:25 [2024-04-23T13:10:25.051Z] PASS
13:10:25 [2024-04-23T13:10:25.051Z] 
13:10:25 [2024-04-23T13:10:25.051Z] DONE 2 tests in 0.037s
13:10:25 [2024-04-23T13:10:25.051Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
13:10:25 [2024-04-23T13:10:25.051Z] ++ '[' -n '' ']'
13:10:25 [2024-04-23T13:10:25.051Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
13:10:25 [2024-04-23T13:10:25.051Z] ++ set -e
13:10:25 [2024-04-23T13:10:25.051Z] ++ '[' -n 0 ']'
13:10:25 [2024-04-23T13:10:25.051Z] ++ set -x
13:10:25 [2024-04-23T13:10:25.051Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
13:10:25 [2024-04-23T13:10:25.051Z] INFO: Testing against a local daemon
13:10:25 [2024-04-23T13:10:25.051Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:10:25 [2024-04-23T13:10:25.051Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:10:25 [2024-04-23T13:10:25.051Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
13:10:25 [2024-04-23T13:10:25.051Z] === RUN   TestDiskUsage
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty/container_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty/image_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty/volume_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty/build-cache_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty/container,_volume_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
13:10:25 [2024-04-23T13:10:25.306Z] === RUN   TestDiskUsage/after_container.Run
13:10:25 [2024-04-23T13:10:25.561Z] === RUN   TestDiskUsage/after_container.Run/container_types
13:10:25 [2024-04-23T13:10:25.561Z] === RUN   TestDiskUsage/after_container.Run/image_types
13:10:25 [2024-04-23T13:10:25.561Z] === RUN   TestDiskUsage/after_container.Run/volume_types
13:10:25 [2024-04-23T13:10:25.561Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
13:10:25 [2024-04-23T13:10:25.561Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
13:10:25 [2024-04-23T13:10:25.561Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
13:10:25 [2024-04-23T13:10:25.561Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
13:10:25 [2024-04-23T13:10:25.561Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
13:10:25 [2024-04-23T13:10:25.561Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
13:10:25 [2024-04-23T13:10:25.561Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
13:10:25 [2024-04-23T13:10:25.816Z] --- PASS: TestDiskUsage (1.04s)
13:10:25 [2024-04-23T13:10:25.816Z]     --- PASS: TestDiskUsage/empty (0.01s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]     --- PASS: TestDiskUsage/after_container.Run (0.25s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
13:10:25 [2024-04-23T13:10:25.816Z] === RUN   TestEventsExecDie
13:10:26 [2024-04-23T13:10:26.374Z] --- PASS: TestEventsExecDie (0.46s)
13:10:26 [2024-04-23T13:10:26.374Z] === RUN   TestEventsBackwardsCompatible
13:10:26 [2024-04-23T13:10:26.374Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
13:10:26 [2024-04-23T13:10:26.374Z] === RUN   TestEventsVolumeCreate
13:10:26 [2024-04-23T13:10:26.374Z] --- PASS: TestEventsVolumeCreate (0.05s)
13:10:26 [2024-04-23T13:10:26.374Z] === RUN   TestInfoBinaryCommits
13:10:26 [2024-04-23T13:10:26.374Z] --- PASS: TestInfoBinaryCommits (0.01s)
13:10:26 [2024-04-23T13:10:26.374Z] === RUN   TestInfoAPIVersioned
13:10:26 [2024-04-23T13:10:26.374Z] --- PASS: TestInfoAPIVersioned (0.01s)
13:10:26 [2024-04-23T13:10:26.374Z] === RUN   TestInfoAPI
13:10:26 [2024-04-23T13:10:26.374Z] --- PASS: TestInfoAPI (0.01s)
13:10:26 [2024-04-23T13:10:26.374Z] === RUN   TestInfoAPIWarnings
13:10:44 [2024-04-23T13:10:44.393Z] --- PASS: TestInfoAPIWarnings (16.54s)
13:10:44 [2024-04-23T13:10:44.393Z] === RUN   TestInfoDebug
13:10:44 [2024-04-23T13:10:44.393Z] --- PASS: TestInfoDebug (0.52s)
13:10:44 [2024-04-23T13:10:44.393Z] === RUN   TestInfoInsecureRegistries
13:10:44 [2024-04-23T13:10:44.393Z] --- PASS: TestInfoInsecureRegistries (0.52s)
13:10:44 [2024-04-23T13:10:44.393Z] === RUN   TestInfoRegistryMirrors
13:10:44 [2024-04-23T13:10:44.393Z] --- PASS: TestInfoRegistryMirrors (0.52s)
13:10:44 [2024-04-23T13:10:44.393Z] === RUN   TestLoginFailsWithBadCredentials
13:10:45 [2024-04-23T13:10:45.752Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s)
13:10:45 [2024-04-23T13:10:45.752Z] === RUN   TestPingCacheHeaders
13:10:45 [2024-04-23T13:10:45.752Z] --- PASS: TestPingCacheHeaders (0.01s)
13:10:45 [2024-04-23T13:10:45.752Z] === RUN   TestPingGet
13:10:45 [2024-04-23T13:10:45.752Z] --- PASS: TestPingGet (0.01s)
13:10:45 [2024-04-23T13:10:45.752Z] === RUN   TestPingHead
13:10:45 [2024-04-23T13:10:45.752Z] --- PASS: TestPingHead (0.01s)
13:10:45 [2024-04-23T13:10:45.752Z] === RUN   TestPingSwarmHeader
13:10:46 [2024-04-23T13:10:46.007Z] === RUN   TestPingSwarmHeader/before_swarm_init
13:10:46 [2024-04-23T13:10:46.566Z] === RUN   TestPingSwarmHeader/after_swarm_init
13:10:47 [2024-04-23T13:10:47.489Z] === RUN   TestPingSwarmHeader/after_swarm_leave
13:10:47 [2024-04-23T13:10:47.489Z] --- PASS: TestPingSwarmHeader (1.89s)
13:10:47 [2024-04-23T13:10:47.489Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
13:10:47 [2024-04-23T13:10:47.489Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
13:10:47 [2024-04-23T13:10:47.489Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
13:10:47 [2024-04-23T13:10:47.489Z] === RUN   TestPingBuilderHeader
13:10:47 [2024-04-23T13:10:47.489Z] === RUN   TestPingBuilderHeader/default_config
13:10:48 [2024-04-23T13:10:48.047Z] === RUN   TestPingBuilderHeader/buildkit_disabled
13:10:48 [2024-04-23T13:10:48.302Z] --- PASS: TestPingBuilderHeader (1.04s)
13:10:48 [2024-04-23T13:10:48.302Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
13:10:48 [2024-04-23T13:10:48.302Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
13:10:48 [2024-04-23T13:10:48.302Z] === RUN   TestVersion
13:10:48 [2024-04-23T13:10:48.302Z] --- PASS: TestVersion (0.01s)
13:10:48 [2024-04-23T13:10:48.302Z] PASS
13:10:48 [2024-04-23T13:10:48.302Z] 
13:10:48 [2024-04-23T13:10:48.302Z] === Skipped
13:10:48 [2024-04-23T13:10:48.302Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
13:10:48 [2024-04-23T13:10:48.302Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:10:48 [2024-04-23T13:10:48.302Z] 
13:10:48 [2024-04-23T13:10:48.302Z] DONE 57 tests, 1 skipped in 23.696s
13:10:48 [2024-04-23T13:10:48.557Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
13:10:48 [2024-04-23T13:10:48.557Z] ++ '[' -n '' ']'
13:10:48 [2024-04-23T13:10:48.557Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
13:10:48 [2024-04-23T13:10:48.557Z] ++ set -e
13:10:48 [2024-04-23T13:10:48.557Z] ++ '[' -n 0 ']'
13:10:48 [2024-04-23T13:10:48.557Z] ++ set -x
13:10:48 [2024-04-23T13:10:48.557Z] ++ 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.H3ZyubsVi3/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
13:10:48 [2024-04-23T13:10:48.557Z] INFO: Testing against a local daemon
13:10:48 [2024-04-23T13:10:48.557Z] === RUN   TestRunMountVolumeSubdir
13:10:48 [2024-04-23T13:10:48.812Z]     mount_test.go:28: Setup stderr:
13:10:48 [2024-04-23T13:10:48.812Z]     mount_test.go:28: Setup stdout:
13:10:48 [2024-04-23T13:10:48.812Z]         /volume:
13:10:48 [2024-04-23T13:10:48.812Z]         total 24K    
13:10:48 [2024-04-23T13:10:48.812Z]         drwxr-xr-x    5 root     root        4.0K Apr 23 13:10 .
13:10:48 [2024-04-23T13:10:48.812Z]         drwxr-xr-x    1 root     root        4.0K Apr 23 13:10 ..
13:10:48 [2024-04-23T13:10:48.812Z]         -rw-r--r--    1 root     root           4 Apr 23 13:10 bar.txt
13:10:48 [2024-04-23T13:10:48.812Z]         drwxr-xr-x    2 root     root        4.0K Apr 23 13:10 bin
13:10:48 [2024-04-23T13:10:48.812Z]         drwxr-xr-x    3 root     root        4.0K Apr 23 13:10 hack
13:10:48 [2024-04-23T13:10:48.812Z]         drwxr-xr-x    2 root     root        4.0K Apr 23 13:10 subdir
13:10:48 [2024-04-23T13:10:48.812Z]         
13:10:48 [2024-04-23T13:10:48.812Z]         /volume/hack/:
13:10:48 [2024-04-23T13:10:48.812Z]         total 12K    
13:10:48 [2024-04-23T13:10:48.812Z]         drwxr-xr-x    3 root     root        4.0K Apr 23 13:10 .
13:10:48 [2024-04-23T13:10:48.812Z]         drwxr-xr-x    5 root     root        4.0K Apr 23 13:10 ..
13:10:48 [2024-04-23T13:10:48.812Z]         lrwxrwxrwx    1 root     root           4 Apr 23 13:10 bad -> root
13:10:48 [2024-04-23T13:10:48.812Z]         lrwxrwxrwx    1 root     root           9 Apr 23 13:10 good -> ../subdir
13:10:48 [2024-04-23T13:10:48.812Z]         drwxr-xr-x    2 root     root        4.0K Apr 23 13:10 iwanttobehackedwithtoctou
13:10:48 [2024-04-23T13:10:48.812Z]         lrwxrwxrwx    1 root     root           1 Apr 23 13:10 root -> /
13:10:48 [2024-04-23T13:10:48.812Z] === RUN   TestRunMountVolumeSubdir/subdir
13:10:49 [2024-04-23T13:10:49.372Z]     mount_test.go:101: stdout:
13:10:49 [2024-04-23T13:10:49.372Z]         hello.txt
13:10:49 [2024-04-23T13:10:49.372Z]     mount_test.go:102: stderr:
13:10:49 [2024-04-23T13:10:49.372Z] === RUN   TestRunMountVolumeSubdir/subdir_link
13:10:49 [2024-04-23T13:10:49.627Z]     mount_test.go:101: stdout:
13:10:49 [2024-04-23T13:10:49.627Z]         hello.txt
13:10:49 [2024-04-23T13:10:49.627Z]     mount_test.go:102: stderr:
13:10:49 [2024-04-23T13:10:49.627Z] === RUN   TestRunMountVolumeSubdir/subdir_with_copy_data
13:10:50 [2024-04-23T13:10:50.185Z]     mount_test.go:101: stdout:
13:10:50 [2024-04-23T13:10:50.185Z]         /bin/busybox
13:10:50 [2024-04-23T13:10:50.185Z]     mount_test.go:102: stderr:
13:10:50 [2024-04-23T13:10:50.185Z] === RUN   TestRunMountVolumeSubdir/file
13:10:50 [2024-04-23T13:10:50.439Z]     mount_test.go:101: stdout:
13:10:50 [2024-04-23T13:10:50.439Z]         foo
13:10:50 [2024-04-23T13:10:50.439Z]     mount_test.go:102: stderr:
13:10:50 [2024-04-23T13:10:50.439Z] === RUN   TestRunMountVolumeSubdir/relative_with_backtracks
13:10:50 [2024-04-23T13:10:50.439Z] === RUN   TestRunMountVolumeSubdir/not_existing
13:10:50 [2024-04-23T13:10:50.693Z] === RUN   TestRunMountVolumeSubdir/mount_link
13:10:50 [2024-04-23T13:10:50.693Z] === RUN   TestRunMountVolumeSubdir/mount_link_link
13:10:50 [2024-04-23T13:10:50.947Z] --- PASS: TestRunMountVolumeSubdir (2.38s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestRunMountVolumeSubdir/subdir (0.39s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestRunMountVolumeSubdir/subdir_link (0.39s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.41s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestRunMountVolumeSubdir/file (0.40s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestRunMountVolumeSubdir/not_existing (0.14s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestRunMountVolumeSubdir/mount_link (0.13s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.13s)
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesCreateAndList
13:10:50 [2024-04-23T13:10:50.947Z] --- PASS: TestVolumesCreateAndList (0.01s)
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesRemove
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesRemove/volume_in_use
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesRemove/volume_not_in_use
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesRemove/non-existing_volume
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesRemove/non-existing_volume_force
13:10:50 [2024-04-23T13:10:50.947Z] --- PASS: TestVolumesRemove (0.05s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesRemoveSwarmEnabled
13:10:50 [2024-04-23T13:10:50.947Z] === PAUSE TestVolumesRemoveSwarmEnabled
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesInspect
13:10:50 [2024-04-23T13:10:50.947Z] --- PASS: TestVolumesInspect (0.01s)
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesInvalidJSON
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesInvalidJSON/volumes/create
13:10:50 [2024-04-23T13:10:50.947Z] === PAUSE TestVolumesInvalidJSON/volumes/create
13:10:50 [2024-04-23T13:10:50.947Z] === CONT  TestVolumesInvalidJSON/volumes/create
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
13:10:50 [2024-04-23T13:10:50.947Z] --- PASS: TestVolumesInvalidJSON (0.01s)
13:10:50 [2024-04-23T13:10:50.947Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
13:10:50 [2024-04-23T13:10:50.947Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
13:10:50 [2024-04-23T13:10:50.947Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
13:10:50 [2024-04-23T13:10:50.947Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
13:10:50 [2024-04-23T13:10:50.947Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumePruneAnonymous
13:10:50 [2024-04-23T13:10:50.947Z] --- PASS: TestVolumePruneAnonymous (0.03s)
13:10:50 [2024-04-23T13:10:50.947Z] === RUN   TestVolumePruneAnonFromImage
13:10:50 [2024-04-23T13:10:50.947Z] --- PASS: TestVolumePruneAnonFromImage (0.11s)
13:10:50 [2024-04-23T13:10:50.947Z] === CONT  TestVolumesRemoveSwarmEnabled
13:10:52 [2024-04-23T13:10:52.306Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
13:10:52 [2024-04-23T13:10:52.306Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
13:10:52 [2024-04-23T13:10:52.306Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
13:10:52 [2024-04-23T13:10:52.306Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
13:10:52 [2024-04-23T13:10:52.864Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.90s)
13:10:52 [2024-04-23T13:10:52.864Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
13:10:52 [2024-04-23T13:10:52.864Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
13:10:52 [2024-04-23T13:10:52.864Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
13:10:52 [2024-04-23T13:10:52.864Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
13:10:52 [2024-04-23T13:10:52.864Z] PASS
13:10:52 [2024-04-23T13:10:52.864Z] 
13:10:52 [2024-04-23T13:10:52.864Z] DONE 29 tests in 4.517s
13:10:52 [2024-04-23T13:10:52.864Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:10:53 [2024-04-23T13:10:53.118Z] ++++ cat bundles/test-integration/TestUsernsCommit/df8e981195f6d/docker.pid
13:10:53 [2024-04-23T13:10:53.118Z] +++ kill 68484
13:10:53 [2024-04-23T13:10:53.118Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 68484 is not a child of this shell
13:10:53 [2024-04-23T13:10:53.118Z] warning: PID 68484 from bundles/test-integration/TestUsernsCommit/df8e981195f6d/docker.pid had a nonzero exit code
13:10:53 [2024-04-23T13:10:53.118Z] umount: bundles/test-integration/TestUsernsCommit/df8e981195f6d/root: not mounted.
13:10:53 [2024-04-23T13:10:53.118Z] ++++ cat bundles/test-integration/docker.pid
13:10:53 [2024-04-23T13:10:53.118Z] +++ kill 25160
13:10:54 [2024-04-23T13:10:54.477Z] +++ /etc/init.d/apparmor stop
13:10:54 [2024-04-23T13:10:54.477Z] Leaving: AppArmorNo profiles have been unloaded.
13:10:54 [2024-04-23T13:10:54.477Z] 
13:10:54 [2024-04-23T13:10:54.477Z] Unloading profiles will leave already running processes permanently
13:10:54 [2024-04-23T13:10:54.477Z] unconfined, which can lead to unexpected situations.
13:10:54 [2024-04-23T13:10:54.477Z] 
13:10:54 [2024-04-23T13:10:54.477Z] To set a process to complain mode, use the command line tool
13:10:54 [2024-04-23T13:10:54.477Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:10:54 [2024-04-23T13:10:54.477Z] +++ true
13:10:54 [2024-04-23T13:10:54.477Z] exiting test-integration
13:10:54 [2024-04-23T13:10:54.477Z] ++ exit 0
13:10:54 [2024-04-23T13:10:54.477Z] 
Post stage
[Pipeline] junit
13:10:55 [2024-04-23T13:10:55.849Z] Recording test results
13:10:56 [2024-04-23T13:10:56.039Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
13:10:56 [2024-04-23T13:10:56.409Z] + echo Ensuring container killed.
13:10:56 [2024-04-23T13:10:56.409Z] Ensuring container killed.
13:10:56 [2024-04-23T13:10:56.409Z] + docker rm -vf docker-pr2946
13:10:56 [2024-04-23T13:10:56.409Z] Error response from daemon: No such container: docker-pr2946
[Pipeline] sh
13:10:56 [2024-04-23T13:10:56.676Z] + echo Chowning /workspace to jenkins user
13:10:56 [2024-04-23T13:10:56.676Z] Chowning /workspace to jenkins user
13:10:56 [2024-04-23T13:10:56.676Z] + id -u
13:10:56 [2024-04-23T13:10:56.676Z] + id -g
13:10:56 [2024-04-23T13:10:56.676Z] + docker run --rm -v /home/ubuntu/workspace/moby_master:/workspace busybox chown -R 1000:1000 /workspace
13:10:56 [2024-04-23T13:10:56.676Z] Unable to find image 'busybox:latest' locally
13:10:56 [2024-04-23T13:10:56.676Z] latest: Pulling from library/busybox
13:10:56 [2024-04-23T13:10:56.930Z] 45d8eb5967de: Already exists
13:10:56 [2024-04-23T13:10:56.930Z] Digest: sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966
13:10:56 [2024-04-23T13:10:56.930Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
13:10:58 [2024-04-23T13:10:58.604Z] + bundleName=arm64-integration
13:10:58 [2024-04-23T13:10:58.604Z] + echo Creating arm64-integration-bundles.tar.gz
13:10:58 [2024-04-23T13:10:58.604Z] Creating arm64-integration-bundles.tar.gz
13:10:58 [2024-04-23T13:10:58.604Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
13:10:58 [2024-04-23T13:10:58.604Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
13:10:58 [2024-04-23T13:10:58.866Z] Archiving artifacts
13:11:00 [2024-04-23T13:11:00.187Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/master/2946/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
13:11:00 [2024-04-23T13:11:00.500Z] + make clean
13:11:00 [2024-04-23T13:11:00.500Z] docker volume rm -f docker-dev-cache docker-mod-cache
13:11:00 [2024-04-23T13:11:00.500Z] docker-dev-cache
13:11:00 [2024-04-23T13:11:00.500Z] 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/master/2946/stashes/