Skip to content
Success

Console Output

Push event to branch master
09:35:03 Connecting to https://api.github.com using docker-jenkins GitHub credentials
Obtained Jenkinsfile from e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef
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
09:35:20 [2024-04-19T09:35:20.780Z] Still waiting to schedule task
09:35:20 [2024-04-19T09:35:20.780Z] Waiting for next available executor
09:36:15 [2024-04-19T09:36:15.587Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-089c0ca85ff909164) in /home/ubuntu/workspace/moby_master
[Pipeline] {
[Pipeline] checkout
09:36:15 [2024-04-19T09:36:15.610Z] The recommended git tool is: git
09:36:17 [2024-04-19T09:36:17.775Z] using credential docker-jenkins-github-credentials
09:36:17 [2024-04-19T09:36:17.783Z] Cloning the remote Git repository
09:36:17 [2024-04-19T09:36:17.783Z] Cloning with configured refspecs honoured and without tags
09:36:17 [2024-04-19T09:36:17.802Z] Cloning repository https://github.com/moby/moby.git
09:36:17 [2024-04-19T09:36:17.849Z]  > git init /home/ubuntu/workspace/moby_master # timeout=10
09:36:18 [2024-04-19T09:36:18.519Z] Fetching upstream changes from https://github.com/moby/moby.git
09:36:18 [2024-04-19T09:36:18.519Z]  > git --version # timeout=10
09:36:18 [2024-04-19T09:36:18.522Z]  > git --version # 'git version 2.25.1'
09:36:18 [2024-04-19T09:36:18.522Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:36:18 [2024-04-19T09:36:18.528Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/master:refs/remotes/origin/master # timeout=10
09:36:31 [2024-04-19T09:36:31.615Z] Avoid second fetch
09:36:31 [2024-04-19T09:36:31.616Z] Checking out Revision e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef (master)
09:36:31 [2024-04-19T09:36:31.302Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:36:31 [2024-04-19T09:36:31.306Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:36:31 [2024-04-19T09:36:31.620Z]  > git config core.sparsecheckout # timeout=10
09:36:31 [2024-04-19T09:36:31.631Z]  > git checkout -f e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef # timeout=10
09:36:32 [2024-04-19T09:36:32.548Z] Commit message: "Merge pull request #47584 from robmry/upstream_dns_windows"
09:36:32 [2024-04-19T09:36:32.550Z]  > git rev-list --no-walk 82d8f8d6e6dbc88ed437b8bf6c38399b46ba7d93 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:36:33 [2024-04-19T09:36:33.432Z] + 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
09:36:36 [2024-04-19T09:36:36.696Z] Unable to find image 'alpine:latest' locally
09:36:37 [2024-04-19T09:36:37.256Z] latest: Pulling from library/alpine
09:36:37 [2024-04-19T09:36:37.512Z] bca4290a9639: Pulling fs layer
09:36:37 [2024-04-19T09:36:37.767Z] bca4290a9639: Verifying Checksum
09:36:37 [2024-04-19T09:36:37.767Z] bca4290a9639: Download complete
09:36:38 [2024-04-19T09:36:38.022Z] bca4290a9639: Pull complete
09:36:38 [2024-04-19T09:36:38.302Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
09:36:38 [2024-04-19T09:36:38.302Z] Status: Downloaded newer image for alpine:latest
09:36:44 [2024-04-19T09:36:44.831Z] 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
09:36:44 [2024-04-19T09:36:44.888Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-089c0ca85ff909164) in /home/ubuntu/workspace/moby_master
[Pipeline] {
[Pipeline] checkout
09:36:44 [2024-04-19T09:36:44.902Z] The recommended git tool is: git
09:36:44 [2024-04-19T09:36:44.907Z] using credential docker-jenkins-github-credentials
09:36:44 [2024-04-19T09:36:44.916Z] Fetching changes from the remote Git repository
09:36:44 [2024-04-19T09:36:44.924Z] Fetching without tags
09:36:45 [2024-04-19T09:36:45.096Z] Checking out Revision e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef (master)
09:36:45 [2024-04-19T09:36:45.577Z] Commit message: "Merge pull request #47584 from robmry/upstream_dns_windows"
09:36:44 [2024-04-19T09:36:44.913Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_master/.git # timeout=10
09:36:44 [2024-04-19T09:36:44.921Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:36:44 [2024-04-19T09:36:44.927Z] Fetching upstream changes from https://github.com/moby/moby.git
09:36:44 [2024-04-19T09:36:44.927Z]  > git --version # timeout=10
09:36:44 [2024-04-19T09:36:44.929Z]  > git --version # 'git version 2.25.1'
09:36:44 [2024-04-19T09:36:44.929Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:36:44 [2024-04-19T09:36:44.932Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/master:refs/remotes/origin/master # timeout=10
09:36:45 [2024-04-19T09:36:45.144Z]  > git config core.sparsecheckout # timeout=10
09:36:45 [2024-04-19T09:36:45.147Z]  > git checkout -f e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:36:46 [2024-04-19T09:36:46.207Z] + docker version
09:36:46 [2024-04-19T09:36:46.207Z] Client: Docker Engine - Community
09:36:46 [2024-04-19T09:36:46.207Z]  Version:           25.0.3
09:36:46 [2024-04-19T09:36:46.207Z]  API version:       1.44
09:36:46 [2024-04-19T09:36:46.207Z]  Go version:        go1.21.6
09:36:46 [2024-04-19T09:36:46.207Z]  Git commit:        4debf41
09:36:46 [2024-04-19T09:36:46.207Z]  Built:             Tue Feb  6 21:13:09 2024
09:36:46 [2024-04-19T09:36:46.207Z]  OS/Arch:           linux/arm64
09:36:46 [2024-04-19T09:36:46.207Z]  Context:           default
09:36:46 [2024-04-19T09:36:46.207Z] 
09:36:46 [2024-04-19T09:36:46.207Z] Server: Docker Engine - Community
09:36:46 [2024-04-19T09:36:46.207Z]  Engine:
09:36:46 [2024-04-19T09:36:46.207Z]   Version:          25.0.3
09:36:46 [2024-04-19T09:36:46.207Z]   API version:      1.44 (minimum version 1.24)
09:36:46 [2024-04-19T09:36:46.207Z]   Go version:       go1.21.6
09:36:46 [2024-04-19T09:36:46.207Z]   Git commit:       f417435
09:36:46 [2024-04-19T09:36:46.207Z]   Built:            Tue Feb  6 21:13:09 2024
09:36:46 [2024-04-19T09:36:46.207Z]   OS/Arch:          linux/arm64
09:36:46 [2024-04-19T09:36:46.207Z]   Experimental:     true
09:36:46 [2024-04-19T09:36:46.207Z]  containerd:
09:36:46 [2024-04-19T09:36:46.207Z]   Version:          1.6.28
09:36:46 [2024-04-19T09:36:46.207Z]   GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
09:36:46 [2024-04-19T09:36:46.207Z]  runc:
09:36:46 [2024-04-19T09:36:46.207Z]   Version:          1.1.12
09:36:46 [2024-04-19T09:36:46.207Z]   GitCommit:        v1.1.12-0-g51d5e94
09:36:46 [2024-04-19T09:36:46.207Z]  docker-init:
09:36:46 [2024-04-19T09:36:46.207Z]   Version:          0.19.0
09:36:46 [2024-04-19T09:36:46.207Z]   GitCommit:        de40ad0
[Pipeline] sh
09:36:46 [2024-04-19T09:36:46.477Z] + docker info
09:36:54 [2024-04-19T09:36:54.553Z] Client: Docker Engine - Community
09:36:54 [2024-04-19T09:36:54.553Z]  Version:    25.0.3
09:36:54 [2024-04-19T09:36:54.553Z]  Context:    default
09:36:54 [2024-04-19T09:36:54.553Z]  Debug Mode: false
09:36:54 [2024-04-19T09:36:54.553Z]  Plugins:
09:36:54 [2024-04-19T09:36:54.553Z]   buildx: Docker Buildx (Docker Inc.)
09:36:54 [2024-04-19T09:36:54.553Z]     Version:  v0.12.1
09:36:54 [2024-04-19T09:36:54.553Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
09:36:54 [2024-04-19T09:36:54.553Z]   compose: Docker Compose (Docker Inc.)
09:36:54 [2024-04-19T09:36:54.553Z]     Version:  v2.24.6
09:36:54 [2024-04-19T09:36:54.553Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
09:36:54 [2024-04-19T09:36:54.553Z] 
09:36:54 [2024-04-19T09:36:54.553Z] Server:
09:36:54 [2024-04-19T09:36:54.553Z]  Containers: 0
09:36:54 [2024-04-19T09:36:54.553Z]   Running: 0
09:36:54 [2024-04-19T09:36:54.553Z]   Paused: 0
09:36:54 [2024-04-19T09:36:54.553Z]   Stopped: 0
09:36:54 [2024-04-19T09:36:54.553Z]  Images: 1
09:36:54 [2024-04-19T09:36:54.553Z]  Server Version: 25.0.3
09:36:54 [2024-04-19T09:36:54.553Z]  Storage Driver: overlay2
09:36:54 [2024-04-19T09:36:54.553Z]   Backing Filesystem: extfs
09:36:54 [2024-04-19T09:36:54.553Z]   Supports d_type: true
09:36:54 [2024-04-19T09:36:54.553Z]   Using metacopy: false
09:36:54 [2024-04-19T09:36:54.553Z]   Native Overlay Diff: true
09:36:54 [2024-04-19T09:36:54.553Z]   userxattr: false
09:36:54 [2024-04-19T09:36:54.553Z]  Logging Driver: json-file
09:36:54 [2024-04-19T09:36:54.553Z]  Cgroup Driver: cgroupfs
09:36:54 [2024-04-19T09:36:54.553Z]  Cgroup Version: 1
09:36:54 [2024-04-19T09:36:54.553Z]  Plugins:
09:36:54 [2024-04-19T09:36:54.553Z]   Volume: local
09:36:54 [2024-04-19T09:36:54.553Z]   Network: bridge host ipvlan macvlan null overlay
09:36:54 [2024-04-19T09:36:54.553Z]   Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
09:36:54 [2024-04-19T09:36:54.553Z]  Swarm: inactive
09:36:54 [2024-04-19T09:36:54.553Z]  Runtimes: io.containerd.runc.v2 runc
09:36:54 [2024-04-19T09:36:54.553Z]  Default Runtime: runc
09:36:54 [2024-04-19T09:36:54.553Z]  Init Binary: docker-init
09:36:54 [2024-04-19T09:36:54.553Z]  containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
09:36:54 [2024-04-19T09:36:54.553Z]  runc version: v1.1.12-0-g51d5e94
09:36:54 [2024-04-19T09:36:54.553Z]  init version: de40ad0
09:36:54 [2024-04-19T09:36:54.553Z]  Security Options:
09:36:54 [2024-04-19T09:36:54.553Z]   apparmor
09:36:54 [2024-04-19T09:36:54.553Z]   seccomp
09:36:54 [2024-04-19T09:36:54.553Z]    Profile: builtin
09:36:54 [2024-04-19T09:36:54.553Z]  Kernel Version: 5.15.0-1053-aws
09:36:54 [2024-04-19T09:36:54.553Z]  Operating System: Ubuntu 20.04.6 LTS
09:36:54 [2024-04-19T09:36:54.553Z]  OSType: linux
09:36:54 [2024-04-19T09:36:54.553Z]  Architecture: aarch64
09:36:54 [2024-04-19T09:36:54.553Z]  CPUs: 8
09:36:54 [2024-04-19T09:36:54.553Z]  Total Memory: 30.64GiB
09:36:54 [2024-04-19T09:36:54.553Z]  Name: ip-10-100-80-229
09:36:54 [2024-04-19T09:36:54.553Z]  ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac
09:36:54 [2024-04-19T09:36:54.553Z]  Docker Root Dir: /var/lib/docker
09:36:54 [2024-04-19T09:36:54.553Z]  Debug Mode: false
09:36:54 [2024-04-19T09:36:54.553Z]  Experimental: true
09:36:54 [2024-04-19T09:36:54.553Z]  Insecure Registries:
09:36:54 [2024-04-19T09:36:54.553Z]   127.0.0.0/8
09:36:54 [2024-04-19T09:36:54.553Z]  Live Restore Enabled: true
09:36:54 [2024-04-19T09:36:54.553Z] 
[Pipeline] sh
09:36:54 [2024-04-19T09:36:54.823Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:36:54 [2024-04-19T09:36:54.823Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:36:54 [2024-04-19T09:36:54.823Z] + curl -fsSL -o /home/ubuntu/workspace/moby_master/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
09:36:54 [2024-04-19T09:36:54.823Z] + bash /home/ubuntu/workspace/moby_master/check-config.sh
09:36:54 [2024-04-19T09:36:54.823Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:36:54 [2024-04-19T09:36:54.823Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ...
09:36:54 [2024-04-19T09:36:54.823Z] 
09:36:54 [2024-04-19T09:36:54.823Z] Generally Necessary:
09:36:54 [2024-04-19T09:36:54.823Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:36:54 [2024-04-19T09:36:54.823Z] - apparmor: enabled and tools installed
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_NAMESPACES: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_NET_NS: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_PID_NS: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_IPC_NS: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_UTS_NS: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_CGROUPS: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_CGROUP_CPUACCT: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_CGROUP_DEVICE: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_CGROUP_FREEZER: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_CGROUP_SCHED: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_CPUSETS: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_MEMCG: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_KEYS: enabled
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_VETH: enabled (as module)
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_BRIDGE: enabled (as module)
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:36:55 [2024-04-19T09:36:55.078Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_NF_NAT: enabled (as module)
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_POSIX_MQUEUE: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_CGROUP_BPF: enabled
09:36:55 [2024-04-19T09:36:55.334Z] 
09:36:55 [2024-04-19T09:36:55.334Z] Optional Features:
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_USER_NS: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_SECCOMP: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_SECCOMP_FILTER: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_CGROUP_PIDS: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_MEMCG_SWAP: enabled
09:36:55 [2024-04-19T09:36:55.334Z]     (cgroup swap accounting is currently enabled)
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_BLK_CGROUP: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_CGROUP_PERF: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_CGROUP_HUGETLB: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_CFS_BANDWIDTH: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_RT_GROUP_SCHED: missing
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_IP_VS: enabled (as module)
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_IP_VS_NFCT: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_IP_VS_RR: enabled (as module)
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_SECURITY_SELINUX: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_SECURITY_APPARMOR: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_EXT4_FS: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:36:55 [2024-04-19T09:36:55.334Z] - Network Drivers:
09:36:55 [2024-04-19T09:36:55.334Z]   - "overlay":
09:36:55 [2024-04-19T09:36:55.334Z]     - CONFIG_VXLAN: enabled (as module)
09:36:55 [2024-04-19T09:36:55.334Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:36:55 [2024-04-19T09:36:55.334Z]       Optional (for encrypted networks):
09:36:55 [2024-04-19T09:36:55.589Z]       - CONFIG_CRYPTO: enabled
09:36:55 [2024-04-19T09:36:55.589Z]       - CONFIG_CRYPTO_AEAD: enabled
09:36:55 [2024-04-19T09:36:55.589Z]       - CONFIG_CRYPTO_GCM: enabled
09:36:55 [2024-04-19T09:36:55.589Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:36:55 [2024-04-19T09:36:55.589Z]       - CONFIG_CRYPTO_GHASH: enabled
09:36:55 [2024-04-19T09:36:55.589Z]       - CONFIG_XFRM: enabled
09:36:55 [2024-04-19T09:36:55.589Z]       - CONFIG_XFRM_USER: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]       - CONFIG_INET_ESP: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]   - "ipvlan":
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_IPVLAN: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]   - "macvlan":
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_MACVLAN: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_DUMMY: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]   - "ftp,tftp client in container":
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z] - Storage Drivers:
09:36:55 [2024-04-19T09:36:55.589Z]   - "aufs":
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_AUFS_FS: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]   - "btrfs":
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:36:55 [2024-04-19T09:36:55.589Z]   - "devicemapper":
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_BLK_DEV_DM: enabled
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]   - "overlay":
09:36:55 [2024-04-19T09:36:55.589Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:36:55 [2024-04-19T09:36:55.589Z]   - "zfs":
09:36:55 [2024-04-19T09:36:55.589Z]     - /dev/zfs: present
09:36:55 [2024-04-19T09:36:55.589Z]     - zfs command: missing
09:36:55 [2024-04-19T09:36:55.589Z]     - zpool command: missing
09:36:55 [2024-04-19T09:36:55.589Z] 
09:36:55 [2024-04-19T09:36:55.589Z] Limits:
09:36:55 [2024-04-19T09:36:55.589Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:36:55 [2024-04-19T09:36:55.589Z] 
09:36:55 [2024-04-19T09:36:55.589Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:36:55 [2024-04-19T09:36:55.876Z] + docker build --force-rm -t docker:e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef .
09:36:56 [2024-04-19T09:36:56.131Z] #0 building with "default" instance using docker driver
09:36:56 [2024-04-19T09:36:56.131Z] 
09:36:56 [2024-04-19T09:36:56.131Z] #1 [internal] load build definition from Dockerfile
09:36:56 [2024-04-19T09:36:56.131Z] #1 transferring dockerfile: 28.30kB done
09:36:56 [2024-04-19T09:36:56.131Z] #1 DONE 0.0s
09:36:56 [2024-04-19T09:36:56.131Z] 
09:36:56 [2024-04-19T09:36:56.131Z] #2 resolve image config for docker.io/docker/dockerfile:1.7
09:36:57 [2024-04-19T09:36:57.056Z] #2 DONE 0.9s
09:36:57 [2024-04-19T09:36:57.056Z] 
09:36:57 [2024-04-19T09:36:57.056Z] #3 docker-image://docker.io/docker/dockerfile:1.7@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56
09:36:57 [2024-04-19T09:36:57.056Z] #3 resolve docker.io/docker/dockerfile:1.7@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 0.0s done
09:36:57 [2024-04-19T09:36:57.056Z] #3 sha256:ab4d84ec8cad8a7b0e8b6ad1fb49536f000b86e30993c74a251bb16f3e6e3f5b 482B / 482B done
09:36:57 [2024-04-19T09:36:57.056Z] #3 sha256:6bb827dc58ef706c3d261e31d3a2ebd9965fa640ec3bc1cef4c98d8068b55685 1.26kB / 1.26kB done
09:36:57 [2024-04-19T09:36:57.056Z] #3 sha256:7938f7c0984b428949317499eff7773a7294fdc03c085c649e24d1e3a452fba7 0B / 11.23MB 0.1s
09:36:57 [2024-04-19T09:36:57.056Z] #3 sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 8.40kB / 8.40kB done
09:36:57 [2024-04-19T09:36:57.056Z] #3 sha256:7938f7c0984b428949317499eff7773a7294fdc03c085c649e24d1e3a452fba7 11.23MB / 11.23MB 0.2s done
09:36:57 [2024-04-19T09:36:57.056Z] #3 extracting sha256:7938f7c0984b428949317499eff7773a7294fdc03c085c649e24d1e3a452fba7 0.1s done
09:36:57 [2024-04-19T09:36:57.311Z] #3 DONE 0.4s
09:36:57 [2024-04-19T09:36:57.311Z] 
09:36:57 [2024-04-19T09:36:57.311Z] #4 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:36:57 [2024-04-19T09:36:57.871Z] #4 ...
09:36:57 [2024-04-19T09:36:57.871Z] 
09:36:57 [2024-04-19T09:36:57.871Z] #5 [internal] load metadata for docker.io/tonistiigi/xx:1.4.0
09:36:57 [2024-04-19T09:36:57.871Z] #5 DONE 0.6s
09:36:58 [2024-04-19T09:36:58.126Z] 
09:36:58 [2024-04-19T09:36:58.126Z] #6 [internal] load metadata for docker.io/library/busybox:latest
09:36:58 [2024-04-19T09:36:58.126Z] #6 DONE 0.6s
09:36:58 [2024-04-19T09:36:58.126Z] 
09:36:58 [2024-04-19T09:36:58.126Z] #7 [internal] load metadata for docker.io/distribution/distribution:2.8.3
09:36:58 [2024-04-19T09:36:58.126Z] #7 DONE 0.6s
09:36:58 [2024-04-19T09:36:58.126Z] 
09:36:58 [2024-04-19T09:36:58.126Z] #8 [internal] load metadata for docker.io/library/golang:1.21.9-bookworm
09:36:58 [2024-04-19T09:36:58.126Z] #8 DONE 0.6s
09:36:58 [2024-04-19T09:36:58.126Z] 
09:36:58 [2024-04-19T09:36:58.126Z] #9 [internal] load metadata for docker.io/docker/buildx-bin:0.13.1
09:36:58 [2024-04-19T09:36:58.126Z] #9 DONE 0.6s
09:36:58 [2024-04-19T09:36:58.126Z] 
09:36:58 [2024-04-19T09:36:58.126Z] #4 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:36:58 [2024-04-19T09:36:58.126Z] #4 DONE 0.6s
09:36:58 [2024-04-19T09:36:58.126Z] 
09:36:58 [2024-04-19T09:36:58.126Z] #10 [internal] load metadata for docker.io/library/debian:bookworm
09:36:58 [2024-04-19T09:36:58.126Z] #10 DONE 0.7s
09:36:58 [2024-04-19T09:36:58.126Z] 
09:36:58 [2024-04-19T09:36:58.126Z] #11 [internal] load metadata for docker.io/docker/compose-bin:v2.25.0
09:36:58 [2024-04-19T09:36:58.126Z] #11 DONE 0.7s
09:36:58 [2024-04-19T09:36:58.126Z] 
09:36:58 [2024-04-19T09:36:58.126Z] #12 [internal] load .dockerignore
09:36:58 [2024-04-19T09:36:58.126Z] #12 transferring context: 113B done
09:36:58 [2024-04-19T09:36:58.126Z] #12 DONE 0.1s
09:36:58 [2024-04-19T09:36:58.381Z] 
09:36:58 [2024-04-19T09:36:58.381Z] #13 [internal] load build context
09:37:00 [2024-04-19T09:37:00.269Z] #13 transferring context: 77.63MB 1.7s done
09:37:00 [2024-04-19T09:37:00.831Z] #13 DONE 2.7s
09:37:00 [2024-04-19T09:37:00.831Z] 
09:37:00 [2024-04-19T09:37:00.831Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
09:37:00 [2024-04-19T09:37:00.831Z] #14 resolve docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 0.2s done
09:37:00 [2024-04-19T09:37:00.831Z] #14 sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 1.64kB / 1.64kB done
09:37:00 [2024-04-19T09:37:00.831Z] #14 sha256:d606747c3d6f91a6e4a073efb2478c1dd5b422a4ad5b7fd8dffc3f61cc396a14 1.79kB / 1.79kB done
09:37:00 [2024-04-19T09:37:00.831Z] #14 sha256:8abc7e3032aeb13a3562d096ef133a12f4741e7fec06c0f7e22f3c23229cc90c 2.89kB / 2.89kB done
09:37:00 [2024-04-19T09:37:00.831Z] #14 sha256:374850c6db1702573c7004d630027931be318b2d71cb28e890e2fcd0f0730712 23.58MB / 23.58MB 0.8s done
09:37:00 [2024-04-19T09:37:00.831Z] #14 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 49.60MB / 49.60MB 2.1s
09:37:00 [2024-04-19T09:37:00.831Z] #14 sha256:421c44fab18bc9f4c62ca481e074d50b3a036e7c95c7607b6d036c34d67c5264 63.99MB / 63.99MB 2.1s
09:37:01 [2024-04-19T09:37:01.087Z] #14 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 49.60MB / 49.60MB 2.1s done
09:37:01 [2024-04-19T09:37:01.087Z] #14 extracting sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4
09:37:01 [2024-04-19T09:37:01.087Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 6.07MB / 86.41MB 2.3s
09:37:01 [2024-04-19T09:37:01.087Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 0B / 64.11MB 2.3s
09:37:01 [2024-04-19T09:37:01.087Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 20.97MB / 86.41MB 2.4s
09:37:01 [2024-04-19T09:37:01.087Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 16.78MB / 64.11MB 2.4s
09:37:01 [2024-04-19T09:37:01.342Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 31.46MB / 86.41MB 2.6s
09:37:01 [2024-04-19T09:37:01.342Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 35.93MB / 64.11MB 2.6s
09:37:01 [2024-04-19T09:37:01.342Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 39.57MB / 86.41MB 2.7s
09:37:01 [2024-04-19T09:37:01.342Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 50.33MB / 64.11MB 2.7s
09:37:01 [2024-04-19T09:37:01.598Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 62.91MB / 86.41MB 2.8s
09:37:01 [2024-04-19T09:37:01.598Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 56.62MB / 64.11MB 2.8s
09:37:01 [2024-04-19T09:37:01.854Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 82.84MB / 86.41MB 3.0s
09:37:01 [2024-04-19T09:37:01.854Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 64.11MB / 64.11MB 3.0s
09:37:02 [2024-04-19T09:37:02.415Z] #14 sha256:421c44fab18bc9f4c62ca481e074d50b3a036e7c95c7607b6d036c34d67c5264 63.99MB / 63.99MB 3.6s done
09:37:02 [2024-04-19T09:37:02.975Z] #14 extracting sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 1.8s done
09:37:03 [2024-04-19T09:37:03.535Z] #14 extracting sha256:374850c6db1702573c7004d630027931be318b2d71cb28e890e2fcd0f0730712
09:37:03 [2024-04-19T09:37:03.535Z] #14 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 64.11MB / 64.11MB 4.8s done
09:37:04 [2024-04-19T09:37:04.095Z] #14 extracting sha256:374850c6db1702573c7004d630027931be318b2d71cb28e890e2fcd0f0730712 0.4s done
09:37:05 [2024-04-19T09:37:05.459Z] #14 ...
09:37:05 [2024-04-19T09:37:05.459Z] 
09:37:05 [2024-04-19T09:37:05.459Z] #15 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89
09:37:05 [2024-04-19T09:37:05.459Z] #15 resolve docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 0.2s done
09:37:05 [2024-04-19T09:37:05.459Z] #15 sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 1.85kB / 1.85kB done
09:37:05 [2024-04-19T09:37:05.459Z] #15 sha256:e27b218f4fbed3b1b2769805708bf8c4cb7992287e801c8a38821d8765d02880 529B / 529B done
09:37:05 [2024-04-19T09:37:05.459Z] #15 sha256:5c2e61c12a0309c810a74286953043691637ada6452b0c2f33a8e3d67d80fced 1.48kB / 1.48kB done
09:37:05 [2024-04-19T09:37:05.459Z] #15 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 49.60MB / 49.60MB 2.1s done
09:37:05 [2024-04-19T09:37:05.459Z] #15 DONE 7.0s
09:37:05 [2024-04-19T09:37:05.459Z] 
09:37:05 [2024-04-19T09:37:05.459Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
09:37:05 [2024-04-19T09:37:05.459Z] #14 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 86.41MB / 86.41MB 6.4s done
09:37:05 [2024-04-19T09:37:05.459Z] #14 extracting sha256:421c44fab18bc9f4c62ca481e074d50b3a036e7c95c7607b6d036c34d67c5264
09:37:05 [2024-04-19T09:37:05.459Z] #14 ...
09:37:05 [2024-04-19T09:37:05.459Z] 
09:37:05 [2024-04-19T09:37:05.459Z] #16 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
09:37:05 [2024-04-19T09:37:05.459Z] #16 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.2s done
09:37:05 [2024-04-19T09:37:05.459Z] #16 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done
09:37:05 [2024-04-19T09:37:05.459Z] #16 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done
09:37:05 [2024-04-19T09:37:05.459Z] #16 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done
09:37:05 [2024-04-19T09:37:05.459Z] #16 ...
09:37:05 [2024-04-19T09:37:05.459Z] 
09:37:05 [2024-04-19T09:37:05.459Z] #17 [xx 1/1] FROM docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4
09:37:05 [2024-04-19T09:37:05.459Z] #17 resolve docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 0.2s done
09:37:05 [2024-04-19T09:37:05.459Z] #17 sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 9.95kB / 9.95kB done
09:37:05 [2024-04-19T09:37:05.459Z] #17 sha256:d3a173a007193860a110931669be7b62592611955cda3814d38b4d9118ef81ea 478B / 478B done
09:37:05 [2024-04-19T09:37:05.459Z] #17 sha256:5e12c1040c875988c0a21efaa5dcafac5c2b8a956cf038d6789abf028aba9a93 940B / 940B done
09:37:05 [2024-04-19T09:37:05.459Z] #17 extracting sha256:0af722b41041edf6b9d4c718ee88b05eb49271fa70e4856c18c261ea0462b564 done
09:37:05 [2024-04-19T09:37:05.459Z] #17 sha256:0af722b41041edf6b9d4c718ee88b05eb49271fa70e4856c18c261ea0462b564 16.47kB / 16.47kB 6.5s done
09:37:05 [2024-04-19T09:37:05.459Z] #17 DONE 7.1s
09:37:05 [2024-04-19T09:37:05.459Z] 
09:37:05 [2024-04-19T09:37:05.459Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
09:37:05 [2024-04-19T09:37:05.459Z] #14 sha256:45fbff829e9908764b70d1bd05228741beb91f547505b2f1c395d05a427371bb 174B / 174B 6.5s done
09:37:05 [2024-04-19T09:37:05.459Z] #14 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 6.5s done
09:37:07 [2024-04-19T09:37:07.349Z] #14 extracting sha256:421c44fab18bc9f4c62ca481e074d50b3a036e7c95c7607b6d036c34d67c5264 2.1s done
09:37:07 [2024-04-19T09:37:07.626Z] #14 extracting sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 0.1s
09:37:08 [2024-04-19T09:37:08.210Z] #14 ...
09:37:08 [2024-04-19T09:37:08.210Z] 
09:37:08 [2024-04-19T09:37:08.210Z] #18 [compose 1/1] FROM docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58
09:37:08 [2024-04-19T09:37:08.210Z] #18 resolve docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 0.2s done
09:37:08 [2024-04-19T09:37:08.210Z] #18 sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 8.43kB / 8.43kB done
09:37:08 [2024-04-19T09:37:08.210Z] #18 sha256:d78f02d4266a872db42a2f51712f5b69db0c3c4b0713b57e109666e792df2666 482B / 482B done
09:37:08 [2024-04-19T09:37:08.210Z] #18 sha256:0a18cb5a34e1afa220a6afea023d787ee919e87c098b3180f3fa80d23cd16adb 1.13kB / 1.13kB done
09:37:08 [2024-04-19T09:37:08.210Z] #18 sha256:7ef00369bc59ffb1849fe6c73f30a7fc37f42d82073afe76bf9d9b1c1460699a 16.65MB / 16.65MB 7.3s done
09:37:08 [2024-04-19T09:37:08.210Z] #18 extracting sha256:7ef00369bc59ffb1849fe6c73f30a7fc37f42d82073afe76bf9d9b1c1460699a 0.3s done
09:37:08 [2024-04-19T09:37:08.210Z] #18 DONE 9.8s
09:37:08 [2024-04-19T09:37:08.210Z] 
09:37:08 [2024-04-19T09:37:08.210Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
09:37:08 [2024-04-19T09:37:08.210Z] #14 ...
09:37:08 [2024-04-19T09:37:08.210Z] 
09:37:08 [2024-04-19T09:37:08.210Z] #19 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:37:08 [2024-04-19T09:37:08.210Z] #19 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
09:37:08 [2024-04-19T09:37:08.210Z] #19 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:37:08 [2024-04-19T09:37:08.211Z] #19 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:37:08 [2024-04-19T09:37:08.211Z] #19 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:37:08 [2024-04-19T09:37:08.211Z] #19 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 7.8s done
09:37:08 [2024-04-19T09:37:08.211Z] #19 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s done
09:37:08 [2024-04-19T09:37:08.211Z] #19 DONE 10.0s
09:37:08 [2024-04-19T09:37:08.211Z] 
09:37:08 [2024-04-19T09:37:08.211Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
09:37:08 [2024-04-19T09:37:08.211Z] #14 ...
09:37:08 [2024-04-19T09:37:08.211Z] 
09:37:08 [2024-04-19T09:37:08.211Z] #20 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966
09:37:08 [2024-04-19T09:37:08.211Z] #20 resolve docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 0.2s done
09:37:08 [2024-04-19T09:37:08.211Z] #20 sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 6.76kB / 6.76kB done
09:37:08 [2024-04-19T09:37:08.211Z] #20 sha256:15b3852228f2a4251fb997ce32a52204b76babcaae22df16cac5e217d95a5c07 610B / 610B done
09:37:08 [2024-04-19T09:37:08.211Z] #20 sha256:46bd05c4a04f3d121198e054da02daed22d0f561764acb0f0594066d5972619b 390B / 390B done
09:37:08 [2024-04-19T09:37:08.211Z] #20 sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 1.84MB / 1.84MB 8.7s done
09:37:08 [2024-04-19T09:37:08.211Z] #20 extracting sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 0.2s done
09:37:08 [2024-04-19T09:37:08.562Z] #20 ...
09:37:08 [2024-04-19T09:37:08.562Z] 
09:37:08 [2024-04-19T09:37:08.562Z] #21 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60
09:37:08 [2024-04-19T09:37:08.562Z] #21 resolve docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 0.2s done
09:37:08 [2024-04-19T09:37:08.562Z] #21 sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 8.43kB / 8.43kB done
09:37:08 [2024-04-19T09:37:08.562Z] #21 sha256:2ebce8c08cf8ceb899dfb863d96ad780e5765ee2996a39e7bb80abd22300e3fe 482B / 482B done
09:37:08 [2024-04-19T09:37:08.562Z] #21 sha256:fdeeb9474c5ad8b86b766022dfc0140d5ad606b88fe76836f380e0da3a9f0540 1.14kB / 1.14kB done
09:37:08 [2024-04-19T09:37:08.562Z] #21 sha256:561e37d5fd405001bb7944b4cd2d3fd900cc24411835ab029f55897867f318f9 16.35MB / 16.35MB 8.2s done
09:37:08 [2024-04-19T09:37:08.562Z] #21 extracting sha256:561e37d5fd405001bb7944b4cd2d3fd900cc24411835ab029f55897867f318f9 0.2s done
09:37:08 [2024-04-19T09:37:08.562Z] #21 DONE 10.2s
09:37:08 [2024-04-19T09:37:08.562Z] 
09:37:08 [2024-04-19T09:37:08.562Z] #16 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
09:37:08 [2024-04-19T09:37:08.562Z] #16 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 8.5s done
09:37:08 [2024-04-19T09:37:08.562Z] #16 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 8.9s done
09:37:08 [2024-04-19T09:37:08.563Z] #16 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.1s done
09:37:08 [2024-04-19T09:37:08.563Z] #16 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 0B / 766B 9.1s
09:37:08 [2024-04-19T09:37:08.563Z] #16 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 9.5s
09:37:08 [2024-04-19T09:37:08.563Z] #16 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.1s done
09:37:08 [2024-04-19T09:37:08.563Z] #16 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done
09:37:08 [2024-04-19T09:37:08.818Z] #16 ...
09:37:08 [2024-04-19T09:37:08.818Z] 
09:37:08 [2024-04-19T09:37:08.818Z] #20 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966
09:37:08 [2024-04-19T09:37:08.818Z] #20 DONE 10.5s
09:37:08 [2024-04-19T09:37:08.818Z] 
09:37:08 [2024-04-19T09:37:08.818Z] #16 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
09:37:08 [2024-04-19T09:37:08.818Z] #16 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09
09:37:09 [2024-04-19T09:37:09.136Z] #16 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.2s done
09:37:09 [2024-04-19T09:37:09.391Z] #16 DONE 11.2s
09:37:09 [2024-04-19T09:37:09.391Z] 
09:37:09 [2024-04-19T09:37:09.391Z] #22 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
09:37:14 [2024-04-19T09:37:14.629Z] #22 ...
09:37:14 [2024-04-19T09:37:14.629Z] 
09:37:14 [2024-04-19T09:37:14.629Z] #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
09:37:14 [2024-04-19T09:37:14.629Z] #23 0.484 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 0.539 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 0.544 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 0.604 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 0.987 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 1.009 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [151 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 2.192 Fetched 9103 kB in 2s (4628 kB/s)
09:37:14 [2024-04-19T09:37:14.629Z] #23 2.192 Reading package lists...
09:37:14 [2024-04-19T09:37:14.629Z] #23 2.838 Reading package lists...
09:37:14 [2024-04-19T09:37:14.629Z] #23 3.551 Building dependency tree...
09:37:14 [2024-04-19T09:37:14.629Z] #23 3.970 The following additional packages will be installed:
09:37:14 [2024-04-19T09:37:14.629Z] #23 3.970   libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1
09:37:14 [2024-04-19T09:37:14.629Z] #23 3.970   libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5
09:37:14 [2024-04-19T09:37:14.629Z] #23 3.972   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl
09:37:14 [2024-04-19T09:37:14.629Z] #23 3.974 Suggested packages:
09:37:14 [2024-04-19T09:37:14.629Z] #23 3.974   krb5-doc krb5-user
09:37:14 [2024-04-19T09:37:14.629Z] #23 3.974 Recommended packages:
09:37:14 [2024-04-19T09:37:14.629Z] #23 3.974   krb5-locales libldap-common publicsuffix libsasl2-modules
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.161 The following NEW packages will be installed:
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.161   ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.162   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.162   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.163   libssh2-1 libssl3 openssl
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.437 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.437 Need to get 5813 kB of archives.
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.437 After this operation, 16.1 MB of additional disk space will be used.
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.437 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.490 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.537 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.540 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.543 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.546 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.562 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.564 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.570 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.609 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.614 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.620 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.637 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.641 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.646 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.649 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.653 Get:17 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.658 Get:18 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.663 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.668 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 4.673 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.062 debconf: delaying package configuration, since apt-utils is not installed
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.102 Fetched 5813 kB in 1s (11.3 MB/s)
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.168 Selecting previously unselected package libssl3:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.168 (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.)
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.172 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.188 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.427 Selecting previously unselected package openssl.
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.429 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.434 Unpacking openssl (3.0.11-1~deb12u2) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.866 Selecting previously unselected package ca-certificates.
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.868 Preparing to unpack .../02-ca-certificates_20230311_all.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 5.880 Unpacking ca-certificates (20230311) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.006 Selecting previously unselected package libbrotli1:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.008 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.016 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.158 Selecting previously unselected package libkrb5support0:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.159 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.170 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.453 Selecting previously unselected package libk5crypto3:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.455 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.471 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.793 Selecting previously unselected package libkeyutils1:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.794 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 6.801 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.154 Selecting previously unselected package libkrb5-3:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.216 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.338 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.610 Selecting previously unselected package libgssapi-krb5-2:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.611 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.621 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.695 Selecting previously unselected package libsasl2-modules-db:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.696 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.702 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.773 Selecting previously unselected package libsasl2-2:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.774 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.782 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.970 Selecting previously unselected package libldap-2.5-0:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 7.971 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 8.168 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 8.918 Selecting previously unselected package libnghttp2-14:arm64.
09:37:14 [2024-04-19T09:37:14.629Z] #23 8.919 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 8.925 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
09:37:14 [2024-04-19T09:37:14.629Z] #23 9.401 Selecting previously unselected package libpsl5:arm64.
09:37:14 [2024-04-19T09:37:14.885Z] #23 9.402 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.885Z] #23 9.412 Unpacking libpsl5:arm64 (0.21.2-1) ...
09:37:14 [2024-04-19T09:37:14.885Z] #23 9.646 Selecting previously unselected package librtmp1:arm64.
09:37:14 [2024-04-19T09:37:14.885Z] #23 9.648 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
09:37:14 [2024-04-19T09:37:14.885Z] #23 9.721 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:37:15 [2024-04-19T09:37:15.140Z] #23 9.882 Selecting previously unselected package libssh2-1:arm64.
09:37:15 [2024-04-19T09:37:15.140Z] #23 9.883 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ...
09:37:15 [2024-04-19T09:37:15.140Z] #23 9.892 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
09:37:15 [2024-04-19T09:37:15.140Z] #23 10.01 Selecting previously unselected package libcurl4:arm64.
09:37:15 [2024-04-19T09:37:15.395Z] #23 10.01 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ...
09:37:15 [2024-04-19T09:37:15.395Z] #23 10.06 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ...
09:37:15 [2024-04-19T09:37:15.395Z] #23 10.16 Selecting previously unselected package curl.
09:37:15 [2024-04-19T09:37:15.395Z] #23 10.16 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ...
09:37:15 [2024-04-19T09:37:15.395Z] #23 10.18 Unpacking curl (7.88.1-10+deb12u5) ...
09:37:15 [2024-04-19T09:37:15.395Z] #23 10.27 Selecting previously unselected package libonig5:arm64.
09:37:15 [2024-04-19T09:37:15.650Z] #23 10.27 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ...
09:37:15 [2024-04-19T09:37:15.650Z] #23 10.28 Unpacking libonig5:arm64 (6.9.8-1) ...
09:37:15 [2024-04-19T09:37:15.650Z] #23 10.47 Selecting previously unselected package libjq1:arm64.
09:37:15 [2024-04-19T09:37:15.650Z] #23 10.48 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ...
09:37:15 [2024-04-19T09:37:15.650Z] #23 10.49 Unpacking libjq1:arm64 (1.6-2.1) ...
09:37:15 [2024-04-19T09:37:15.650Z] #23 10.55 Selecting previously unselected package jq.
09:37:15 [2024-04-19T09:37:15.914Z] #23 10.55 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ...
09:37:15 [2024-04-19T09:37:15.914Z] #23 10.56 Unpacking jq (1.6-2.1) ...
09:37:15 [2024-04-19T09:37:15.914Z] #23 10.63 Setting up libkeyutils1:arm64 (1.6.3-2) ...
09:37:15 [2024-04-19T09:37:15.914Z] #23 10.65 Setting up libpsl5:arm64 (0.21.2-1) ...
09:37:15 [2024-04-19T09:37:15.914Z] #23 10.73 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
09:37:16 [2024-04-19T09:37:16.169Z] #23 10.81 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ...
09:37:16 [2024-04-19T09:37:16.169Z] #23 10.87 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
09:37:16 [2024-04-19T09:37:16.169Z] #23 10.97 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
09:37:16 [2024-04-19T09:37:16.169Z] #23 11.11 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
09:37:16 [2024-04-19T09:37:16.424Z] #23 11.18 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:37:16 [2024-04-19T09:37:16.424Z] #23 11.23 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
09:37:16 [2024-04-19T09:37:16.424Z] #23 11.29 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
09:37:16 [2024-04-19T09:37:16.424Z] #23 11.37 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
09:37:16 [2024-04-19T09:37:16.689Z] #23 11.39 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
09:37:16 [2024-04-19T09:37:16.689Z] #23 11.46 Setting up openssl (3.0.11-1~deb12u2) ...
09:37:16 [2024-04-19T09:37:16.689Z] #23 11.52 Setting up libonig5:arm64 (6.9.8-1) ...
09:37:16 [2024-04-19T09:37:16.945Z] #23 11.56 Setting up libjq1:arm64 (1.6-2.1) ...
09:37:16 [2024-04-19T09:37:16.945Z] #23 11.68 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
09:37:16 [2024-04-19T09:37:16.945Z] #23 ...
09:37:16 [2024-04-19T09:37:16.945Z] 
09:37:16 [2024-04-19T09:37:16.945Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
09:37:16 [2024-04-19T09:37:16.945Z] #14 extracting sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 2.3s done
09:37:16 [2024-04-19T09:37:16.945Z] #14 extracting sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 5.4s done
09:37:16 [2024-04-19T09:37:16.945Z] #14 extracting sha256:45fbff829e9908764b70d1bd05228741beb91f547505b2f1c395d05a427371bb done
09:37:16 [2024-04-19T09:37:16.945Z] #14 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
09:37:16 [2024-04-19T09:37:16.945Z] #14 DONE 18.7s
09:37:16 [2024-04-19T09:37:16.945Z] 
09:37:16 [2024-04-19T09:37:16.945Z] #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
09:37:16 [2024-04-19T09:37:16.945Z] #23 11.76 Setting up ca-certificates (20230311) ...
09:37:16 [2024-04-19T09:37:16.945Z] #23 11.84 debconf: unable to initialize frontend: Dialog
09:37:16 [2024-04-19T09:37:16.945Z] #23 11.84 debconf: (TERM is not set, so the dialog frontend is not usable.)
09:37:16 [2024-04-19T09:37:16.945Z] #23 11.84 debconf: falling back to frontend: Readline
09:37:16 [2024-04-19T09:37:16.945Z] #23 ...
09:37:16 [2024-04-19T09:37:16.945Z] 
09:37:16 [2024-04-19T09:37:16.945Z] #24 [build-dummy 2/2] RUN mkdir -p /build
09:37:17 [2024-04-19T09:37:17.200Z] #24 ...
09:37:17 [2024-04-19T09:37:17.200Z] 
09:37:17 [2024-04-19T09:37:17.200Z] #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
09:37:17 [2024-04-19T09:37:17.200Z] #23 11.84 debconf: unable to initialize frontend: Readline
09:37:17 [2024-04-19T09:37:17.200Z] #23 11.84 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.)
09:37:17 [2024-04-19T09:37:17.200Z] #23 11.84 debconf: falling back to frontend: Teletype
09:37:17 [2024-04-19T09:37:17.455Z] #23 12.17 Updating certificates in /etc/ssl/certs...
09:37:17 [2024-04-19T09:37:17.710Z] #23 12.59 140 added, 0 removed; done.
09:37:17 [2024-04-19T09:37:17.965Z] #23 12.74 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
09:37:17 [2024-04-19T09:37:17.965Z] #23 12.78 Setting up jq (1.6-2.1) ...
09:37:17 [2024-04-19T09:37:17.965Z] #23 12.79 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
09:37:17 [2024-04-19T09:37:17.965Z] #23 12.80 Setting up curl (7.88.1-10+deb12u5) ...
09:37:17 [2024-04-19T09:37:17.965Z] #23 12.82 Processing triggers for libc-bin (2.36-9+deb12u4) ...
09:37:17 [2024-04-19T09:37:17.965Z] #23 12.84 Processing triggers for ca-certificates (20230311) ...
09:37:18 [2024-04-19T09:37:18.220Z] #23 ...
09:37:18 [2024-04-19T09:37:18.220Z] 
09:37:18 [2024-04-19T09:37:18.220Z] #24 [build-dummy 2/2] RUN mkdir -p /build
09:37:18 [2024-04-19T09:37:18.220Z] #24 DONE 9.3s
09:37:18 [2024-04-19T09:37:18.220Z] 
09:37:18 [2024-04-19T09:37:18.220Z] #22 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
09:37:18 [2024-04-19T09:37:18.220Z] #22 DONE 8.7s
09:37:18 [2024-04-19T09:37:18.220Z] 
09:37:18 [2024-04-19T09:37:18.220Z] #25 [base 2/4] COPY --from=xx / /
09:37:18 [2024-04-19T09:37:18.220Z] #25 DONE 0.1s
09:37:18 [2024-04-19T09:37:18.220Z] 
09:37:18 [2024-04-19T09:37:18.220Z] #26 [binary-dummy 1/1] COPY --from=build-dummy /build /build
09:37:18 [2024-04-19T09:37:18.220Z] #26 DONE 0.0s
09:37:18 [2024-04-19T09:37:18.220Z] 
09:37:18 [2024-04-19T09:37:18.220Z] #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
09:37:18 [2024-04-19T09:37:18.220Z] #23 12.84 Updating certificates in /etc/ssl/certs...
09:37:18 [2024-04-19T09:37:18.220Z] #23 ...
09:37:18 [2024-04-19T09:37:18.220Z] 
09:37:18 [2024-04-19T09:37:18.220Z] #27 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:37:18 [2024-04-19T09:37:18.220Z] #27 DONE 0.2s
09:37:18 [2024-04-19T09:37:18.475Z] 
09:37:18 [2024-04-19T09:37:18.475Z] #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
09:37:18 [2024-04-19T09:37:18.475Z] #23 13.20 0 added, 0 removed; done.
09:37:18 [2024-04-19T09:37:18.475Z] #23 13.20 Running hooks in /etc/ca-certificates/update.d...
09:37:18 [2024-04-19T09:37:18.475Z] #23 13.20 done.
09:37:18 [2024-04-19T09:37:18.475Z] #23 DONE 13.3s
09:37:18 [2024-04-19T09:37:18.475Z] 
09:37:18 [2024-04-19T09:37:18.475Z] #28 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
09:37:18 [2024-04-19T09:37:18.730Z] #28 ...
09:37:18 [2024-04-19T09:37:18.730Z] 
09:37:18 [2024-04-19T09:37:18.731Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:37:18 [2024-04-19T09:37:18.731Z] #29 DONE 0.0s
09:37:18 [2024-04-19T09:37:18.731Z] 
09:37:18 [2024-04-19T09:37:18.731Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
09:37:22 [2024-04-19T09:37:22.501Z] #30 2.344 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:37:22 [2024-04-19T09:37:22.501Z] #30 2.923 #=#=#                                                                         
09:37:22 [2024-04-19T09:37:22.501Z] #30 3.192 #=#=#                                                                         

######################################################################## 100.0%
09:37:22 [2024-04-19T09:37:22.501Z] #30 3.407 
09:37:22 [2024-04-19T09:37:22.501Z] #30 ...
09:37:22 [2024-04-19T09:37:22.501Z] 
09:37:22 [2024-04-19T09:37:22.501Z] #28 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
09:37:22 [2024-04-19T09:37:22.501Z] #28 0.603 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
09:37:22 [2024-04-19T09:37:22.501Z] #28 0.612 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
09:37:22 [2024-04-19T09:37:22.501Z] #28 0.612 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
09:37:22 [2024-04-19T09:37:22.501Z] #28 0.681 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
09:37:22 [2024-04-19T09:37:22.501Z] #28 0.743 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
09:37:22 [2024-04-19T09:37:22.501Z] #28 0.800 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [151 kB]
09:37:22 [2024-04-19T09:37:22.501Z] #28 1.706 Fetched 9103 kB in 1s (6681 kB/s)
09:37:22 [2024-04-19T09:37:22.501Z] #28 1.706 Reading package lists...
09:37:22 [2024-04-19T09:37:22.501Z] #28 2.319 Reading package lists...
09:37:22 [2024-04-19T09:37:22.501Z] #28 2.920 Building dependency tree...
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.089 Reading state information...
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.306 The following additional packages will be installed:
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.307   libmagic-mgc libmagic1
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.335 The following NEW packages will be installed:
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.337   file libmagic-mgc libmagic1
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.609 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.609 Need to get 446 kB of archives.
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.609 After this operation, 8709 kB of additional disk space will be used.
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.609 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.617 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.619 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.758 debconf: delaying package configuration, since apt-utils is not installed
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.796 Fetched 446 kB in 0s (1625 kB/s)
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.814 Selecting previously unselected package libmagic-mgc.
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.814 (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.)
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.823 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ...
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.827 Unpacking libmagic-mgc (1:5.44-3) ...
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.899 Selecting previously unselected package libmagic1:arm64.
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.901 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ...
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.916 Unpacking libmagic1:arm64 (1:5.44-3) ...
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.947 Selecting previously unselected package file.
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.949 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ...
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.952 Unpacking file (1:5.44-3) ...
09:37:22 [2024-04-19T09:37:22.501Z] #28 3.993 Setting up libmagic-mgc (1:5.44-3) ...
09:37:22 [2024-04-19T09:37:22.501Z] #28 4.002 Setting up libmagic1:arm64 (1:5.44-3) ...
09:37:22 [2024-04-19T09:37:22.501Z] #28 4.019 Setting up file (1:5.44-3) ...
09:37:22 [2024-04-19T09:37:22.501Z] #28 4.033 Processing triggers for libc-bin (2.36-9+deb12u4) ...
09:37:22 [2024-04-19T09:37:22.501Z] #28 DONE 4.1s
09:37:22 [2024-04-19T09:37:22.501Z] 
09:37:22 [2024-04-19T09:37:22.501Z] #31 [swagger-src 1/3] WORKDIR /usr/src/swagger
09:37:22 [2024-04-19T09:37:22.501Z] #31 DONE 0.1s
09:37:22 [2024-04-19T09:37:22.501Z] 
09:37:22 [2024-04-19T09:37:22.501Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:37:22 [2024-04-19T09:37:22.758Z] #32 ...
09:37:22 [2024-04-19T09:37:22.758Z] 
09:37:22 [2024-04-19T09:37:22.758Z] #33 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
09:37:22 [2024-04-19T09:37:22.758Z] #33 DONE 0.2s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #34 [runc-src 1/3] WORKDIR /usr/src/runc
09:37:23 [2024-04-19T09:37:23.013Z] #34 DONE 0.2s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:37:23 [2024-04-19T09:37:23.013Z] #35 DONE 0.2s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #36 [tini-src 1/3] WORKDIR /usr/src/tini
09:37:23 [2024-04-19T09:37:23.013Z] #36 DONE 0.2s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #37 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
09:37:23 [2024-04-19T09:37:23.013Z] #37 DONE 0.2s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #38 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
09:37:23 [2024-04-19T09:37:23.013Z] #38 DONE 0.2s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #39 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
09:37:23 [2024-04-19T09:37:23.013Z] #39 DONE 0.3s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #40 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
09:37:23 [2024-04-19T09:37:23.013Z] #40 DONE 0.3s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #41 [containerd-src 1/3] WORKDIR /usr/src/containerd
09:37:23 [2024-04-19T09:37:23.013Z] #41 DONE 0.3s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #42 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
09:37:23 [2024-04-19T09:37:23.013Z] #42 DONE 0.3s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:37:23 [2024-04-19T09:37:23.013Z] #32 DONE 0.3s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #43 [registry-src 1/2] WORKDIR /usr/src/registry
09:37:23 [2024-04-19T09:37:23.013Z] #43 DONE 0.3s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #44 [delve-src 1/3] WORKDIR /usr/src/delve
09:37:23 [2024-04-19T09:37:23.013Z] #44 DONE 0.3s
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #45 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
09:37:23 [2024-04-19T09:37:23.013Z] #45 ...
09:37:23 [2024-04-19T09:37:23.013Z] 
09:37:23 [2024-04-19T09:37:23.013Z] #46 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.341 hint: Using 'master' as the name for the initial branch. This default branch name
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.341 hint: is subject to change. To configure the initial branch name to use in all
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.341 hint: of your new repositories, which will suppress this warning, call:
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.341 hint: 
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.341 hint: 	git config --global init.defaultBranch <name>
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.341 hint: 
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.341 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.341 hint: 'development'. The just-created branch can be renamed via this command:
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.341 hint: 
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.341 hint: 	git branch -m <name>
09:37:23 [2024-04-19T09:37:23.013Z] #46 0.342 Initialized empty Git repository in /usr/src/swagger/.git/
09:37:23 [2024-04-19T09:37:23.013Z] #46 DONE 0.5s
09:37:23 [2024-04-19T09:37:23.269Z] 
09:37:23 [2024-04-19T09:37:23.269Z] #47 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
09:37:24 [2024-04-19T09:37:24.194Z] #47 ...
09:37:24 [2024-04-19T09:37:24.194Z] 
09:37:24 [2024-04-19T09:37:24.194Z] #48 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.998 hint: Using 'master' as the name for the initial branch. This default branch name
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.998 hint: is subject to change. To configure the initial branch name to use in all
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.998 hint: of your new repositories, which will suppress this warning, call:
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.998 hint: 
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.998 hint: 	git config --global init.defaultBranch <name>
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.998 hint: 
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.998 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.998 hint: 'development'. The just-created branch can be renamed via this command:
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.998 hint: 
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.998 hint: 	git branch -m <name>
09:37:24 [2024-04-19T09:37:24.194Z] #48 0.999 Initialized empty Git repository in /usr/src/runc/.git/
09:37:24 [2024-04-19T09:37:24.194Z] #48 DONE 1.3s
09:37:24 [2024-04-19T09:37:24.194Z] 
09:37:24 [2024-04-19T09:37:24.194Z] #49 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:37:24 [2024-04-19T09:37:24.450Z] #49 ...
09:37:24 [2024-04-19T09:37:24.450Z] 
09:37:24 [2024-04-19T09:37:24.450Z] #50 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.304 hint: Using 'master' as the name for the initial branch. This default branch name
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.304 hint: is subject to change. To configure the initial branch name to use in all
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.304 hint: of your new repositories, which will suppress this warning, call:
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.304 hint: 
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.304 hint: 	git config --global init.defaultBranch <name>
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.304 hint: 
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.304 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.304 hint: 'development'. The just-created branch can be renamed via this command:
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.304 hint: 
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.304 hint: 	git branch -m <name>
09:37:24 [2024-04-19T09:37:24.450Z] #50 1.311 Initialized empty Git repository in /usr/src/tini/.git/
09:37:24 [2024-04-19T09:37:24.450Z] #50 DONE 1.7s
09:37:24 [2024-04-19T09:37:24.740Z] 
09:37:24 [2024-04-19T09:37:24.740Z] #51 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.333 hint: Using 'master' as the name for the initial branch. This default branch name
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.333 hint: is subject to change. To configure the initial branch name to use in all
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.333 hint: of your new repositories, which will suppress this warning, call:
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.333 hint: 
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.333 hint: 	git config --global init.defaultBranch <name>
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.333 hint: 
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.333 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.333 hint: 'development'. The just-created branch can be renamed via this command:
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.333 hint: 
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.333 hint: 	git branch -m <name>
09:37:24 [2024-04-19T09:37:24.740Z] #51 1.340 Initialized empty Git repository in /usr/src/rootlesskit/.git/
09:37:24 [2024-04-19T09:37:24.740Z] #51 DONE 1.8s
09:37:24 [2024-04-19T09:37:24.740Z] 
09:37:24 [2024-04-19T09:37:24.740Z] #52 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:37:28 [2024-04-19T09:37:28.005Z] #52 ...
09:37:28 [2024-04-19T09:37:28.005Z] 
09:37:28 [2024-04-19T09:37:28.005Z] #53 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.646 hint: Using 'master' as the name for the initial branch. This default branch name
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.646 hint: is subject to change. To configure the initial branch name to use in all
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.646 hint: of your new repositories, which will suppress this warning, call:
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.646 hint: 
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.646 hint: 	git config --global init.defaultBranch <name>
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.646 hint: 
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.646 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.646 hint: 'development'. The just-created branch can be renamed via this command:
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.646 hint: 
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.646 hint: 	git branch -m <name>
09:37:28 [2024-04-19T09:37:28.005Z] #53 1.653 Initialized empty Git repository in /usr/src/containerd/.git/
09:37:28 [2024-04-19T09:37:28.005Z] #53 DONE 4.9s
09:37:28 [2024-04-19T09:37:28.005Z] 
09:37:28 [2024-04-19T09:37:28.005Z] #54 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2"      && /build/golangci-lint --version
09:37:28 [2024-04-19T09:37:28.005Z] #54 0.971 go: downloading github.com/golangci/golangci-lint v1.55.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.613 go: downloading github.com/fatih/color v1.15.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.613 go: downloading github.com/gofrs/flock v0.8.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.613 go: downloading github.com/spf13/cobra v1.7.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.619 go: downloading github.com/spf13/pflag v1.0.5
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.625 go: downloading github.com/spf13/viper v1.12.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.641 go: downloading gopkg.in/yaml.v3 v3.0.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.774 go: downloading golang.org/x/tools v0.14.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.776 go: downloading github.com/hashicorp/go-version v1.6.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.777 go: downloading github.com/ldez/gomoddirectives v0.2.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.791 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.791 go: downloading github.com/mitchellh/mapstructure v1.5.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.791 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.811 go: downloading github.com/hashicorp/go-multierror v1.1.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.827 go: downloading github.com/mattn/go-colorable v0.1.13
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.893 go: downloading github.com/sirupsen/logrus v1.9.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.895 go: downloading github.com/stretchr/testify v1.8.4
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.920 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.927 go: downloading github.com/mattn/go-isatty v0.0.17
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.970 go: downloading golang.org/x/mod v0.13.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 1.972 go: downloading github.com/spf13/afero v1.8.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.075 go: downloading github.com/spf13/cast v1.5.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.083 go: downloading github.com/spf13/jwalterweatherman v1.1.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.083 go: downloading github.com/golangci/revgrep v0.5.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.108 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.109 go: downloading 4d63.com/gochecknoglobals v0.2.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.118 go: downloading github.com/4meepo/tagalign v1.3.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.118 go: downloading github.com/Abirdcfly/dupword v0.0.13
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.119 go: downloading github.com/Antonboom/errname v0.1.12
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.163 go: downloading github.com/Antonboom/nilnil v0.1.7
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.239 go: downloading github.com/Antonboom/testifylint v0.2.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.240 go: downloading github.com/BurntSushi/toml v1.3.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.254 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.384 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.430 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.435 go: downloading github.com/alecthomas/go-check-sumtype v0.1.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.441 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.487 go: downloading github.com/alexkohler/prealloc v1.0.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.495 go: downloading github.com/alingse/asasalint v0.0.11
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.552 go: downloading github.com/ashanbrown/forbidigo v1.6.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.590 go: downloading github.com/ashanbrown/makezero v1.1.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.595 go: downloading github.com/bkielbasa/cyclop v1.2.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.613 go: downloading github.com/blizzy78/varnamelen v0.8.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.653 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.667 go: downloading github.com/breml/bidichk v0.2.7
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.668 go: downloading github.com/breml/errchkjson v0.3.6
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.669 go: downloading github.com/butuzov/ireturn v0.2.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.672 go: downloading github.com/butuzov/mirror v1.1.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.763 go: downloading github.com/catenacyber/perfsprint v0.2.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.766 go: downloading github.com/charithe/durationcheck v0.0.10
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.773 go: downloading github.com/curioswitch/go-reassign v0.2.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.823 go: downloading github.com/daixiang0/gci v0.11.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.943 go: downloading github.com/denis-tingaikin/go-header v0.4.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.943 go: downloading github.com/esimonov/ifshort v1.0.4
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.949 go: downloading github.com/firefart/nonamedreturns v1.0.4
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.949 go: downloading github.com/fzipp/gocyclo v0.6.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.958 go: downloading github.com/ghostiam/protogetter v0.2.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 2.958 go: downloading github.com/go-critic/go-critic v0.9.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.034 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.078 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.142 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.151 go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.154 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.286 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.286 go: downloading github.com/golangci/misspell v0.4.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.299 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.299 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.299 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.300 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.300 go: downloading github.com/hexops/gotextdiff v1.0.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.382 go: downloading github.com/jgautheron/goconst v1.6.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.383 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.384 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.384 go: downloading github.com/julz/importas v0.1.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.402 go: downloading github.com/kisielk/errcheck v1.6.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.402 go: downloading github.com/kkHAIKE/contextcheck v1.1.4
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.402 go: downloading github.com/kulti/thelper v0.6.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.448 go: downloading github.com/kunwardeep/paralleltest v1.0.8
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.469 go: downloading github.com/kyoh86/exportloopref v0.1.11
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.489 go: downloading github.com/ldez/tagliatelle v0.5.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.497 go: downloading github.com/leonklingele/grouper v1.1.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.515 go: downloading github.com/lufeee/execinquery v1.2.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.516 go: downloading github.com/macabu/inamedparam v0.1.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.516 go: downloading github.com/maratori/testableexamples v1.0.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.577 go: downloading github.com/maratori/testpackage v1.1.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.578 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.620 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.621 go: downloading github.com/mgechev/revive v1.3.4
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.683 go: downloading github.com/moricho/tparallel v0.3.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.731 go: downloading github.com/nakabonne/nestif v0.3.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.739 go: downloading github.com/nishanths/exhaustive v0.11.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.739 go: downloading github.com/nishanths/predeclared v0.2.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.785 go: downloading github.com/nunnatsa/ginkgolinter v0.14.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.787 go: downloading github.com/polyfloyd/go-errorlint v1.4.5
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.823 go: downloading github.com/ryancurrah/gomodguard v1.3.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.887 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.890 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.890 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 3.985 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.008 go: downloading github.com/securego/gosec/v2 v2.18.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.011 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.017 go: downloading github.com/sivchari/containedctx v1.0.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.033 go: downloading github.com/sivchari/nosnakecase v1.7.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.074 go: downloading github.com/sivchari/tenv v1.7.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.084 go: downloading github.com/sonatard/noctx v0.0.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.112 go: downloading github.com/sourcegraph/go-diff v0.7.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.115 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.183 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.184 go: downloading github.com/tdakkota/asciicheck v0.2.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.184 go: downloading github.com/tetafro/godot v1.4.15
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.184 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.220 go: downloading github.com/timonwong/loggercheck v0.9.4
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.333 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.333 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.430 go: downloading github.com/ultraware/funlen v0.1.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.435 go: downloading github.com/ultraware/whitespace v0.0.5
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.435 go: downloading github.com/uudashr/gocognit v1.1.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.435 go: downloading github.com/xen0n/gosmopolitan v1.2.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.445 go: downloading github.com/yagipy/maintidx v1.0.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.501 go: downloading github.com/yeya24/promlinter v0.2.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.509 go: downloading github.com/ykadowak/zerologlint v0.1.3
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.515 go: downloading gitlab.com/bosi/decorder v0.4.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.531 go: downloading go-simpler.org/sloglint v0.1.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.534 go: downloading go.tmz.dev/musttag v0.7.2
09:37:28 [2024-04-19T09:37:28.005Z] #54 4.546 go: downloading honnef.co/go/tools v0.4.6
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.066 go: downloading mvdan.cc/gofumpt v0.5.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.066 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.066 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.068 go: downloading github.com/hashicorp/errwrap v1.0.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.072 go: downloading golang.org/x/sys v0.13.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.072 go: downloading github.com/davecgh/go-spew v1.1.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.073 go: downloading github.com/pmezard/go-difflib v1.0.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.073 go: downloading github.com/stretchr/objx v0.5.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.182 go: downloading github.com/subosito/gotenv v1.4.1
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.193 go: downloading github.com/hashicorp/hcl v1.0.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.225 go: downloading gopkg.in/ini.v1 v1.67.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.348 go: downloading github.com/magiconair/properties v1.8.6
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.349 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.359 go: downloading golang.org/x/text v0.13.0
09:37:28 [2024-04-19T09:37:28.005Z] #54 5.567 go: downloading github.com/fatih/structtag v1.2.0
09:37:28 [2024-04-19T09:37:28.260Z] #54 5.639 go: downloading github.com/gobwas/glob v0.2.3
09:37:28 [2024-04-19T09:37:28.260Z] #54 5.722 go: downloading github.com/pelletier/go-toml v1.9.5
09:37:28 [2024-04-19T09:37:28.517Z] #54 5.777 go: downloading github.com/google/go-cmp v0.6.0
09:37:28 [2024-04-19T09:37:28.517Z] #54 5.777 go: downloading gopkg.in/yaml.v2 v2.4.0
09:37:28 [2024-04-19T09:37:28.517Z] #54 5.778 go: downloading golang.org/x/sync v0.4.0
09:37:28 [2024-04-19T09:37:28.517Z] #54 5.915 go: downloading go.uber.org/zap v1.24.0
09:37:28 [2024-04-19T09:37:28.773Z] #54 6.229 go: downloading github.com/go-toolsmith/astfmt v1.1.0
09:37:28 [2024-04-19T09:37:28.773Z] #54 6.229 go: downloading github.com/go-toolsmith/astcast v1.1.0
09:37:29 [2024-04-19T09:37:29.028Z] #54 6.315 go: downloading github.com/go-toolsmith/astcopy v1.1.0
09:37:29 [2024-04-19T09:37:29.028Z] #54 6.315 go: downloading github.com/go-toolsmith/astequal v1.1.0
09:37:29 [2024-04-19T09:37:29.028Z] #54 6.319 go: downloading github.com/go-toolsmith/astp v1.1.0
09:37:29 [2024-04-19T09:37:29.028Z] #54 6.338 go: downloading github.com/go-toolsmith/strparse v1.1.0
09:37:29 [2024-04-19T09:37:29.028Z] #54 6.338 go: downloading github.com/go-toolsmith/typep v1.1.0
09:37:29 [2024-04-19T09:37:29.028Z] #54 6.338 go: downloading github.com/quasilyte/go-ruleguard v0.4.0
09:37:29 [2024-04-19T09:37:29.028Z] #54 6.372 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
09:37:29 [2024-04-19T09:37:29.028Z] #54 6.415 go: downloading github.com/kisielk/gotool v1.0.0
09:37:29 [2024-04-19T09:37:29.028Z] #54 6.434 go: downloading github.com/gostaticanalysis/comment v1.4.2
09:37:29 [2024-04-19T09:37:29.285Z] #54 6.560 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
09:37:29 [2024-04-19T09:37:29.285Z] #54 6.562 go: downloading github.com/ettle/strcase v0.1.1
09:37:29 [2024-04-19T09:37:29.285Z] #54 6.563 go: downloading github.com/Masterminds/semver v1.5.0
09:37:29 [2024-04-19T09:37:29.285Z] #54 6.590 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1
09:37:29 [2024-04-19T09:37:29.285Z] #54 6.784 go: downloading github.com/prometheus/client_golang v1.12.1
09:37:29 [2024-04-19T09:37:29.285Z] #54 6.872 go: downloading github.com/prometheus/client_model v0.2.0
09:37:29 [2024-04-19T09:37:29.541Z] #54 6.967 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
09:37:29 [2024-04-19T09:37:29.541Z] #54 7.070 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:37:29 [2024-04-19T09:37:29.797Z] #54 ...
09:37:29 [2024-04-19T09:37:29.797Z] 
09:37:29 [2024-04-19T09:37:29.797Z] #55 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
09:37:29 [2024-04-19T09:37:29.797Z] #55 2.092 hint: Using 'master' as the name for the initial branch. This default branch name
09:37:29 [2024-04-19T09:37:29.797Z] #55 2.092 hint: is subject to change. To configure the initial branch name to use in all
09:37:29 [2024-04-19T09:37:29.797Z] #55 2.092 hint: of your new repositories, which will suppress this warning, call:
09:37:29 [2024-04-19T09:37:29.797Z] #55 2.092 hint: 
09:37:29 [2024-04-19T09:37:29.798Z] #55 2.092 hint: 	git config --global init.defaultBranch <name>
09:37:29 [2024-04-19T09:37:29.798Z] #55 2.092 hint: 
09:37:29 [2024-04-19T09:37:29.798Z] #55 2.092 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:37:29 [2024-04-19T09:37:29.798Z] #55 2.092 hint: 'development'. The just-created branch can be renamed via this command:
09:37:29 [2024-04-19T09:37:29.798Z] #55 2.092 hint: 
09:37:29 [2024-04-19T09:37:29.798Z] #55 2.092 hint: 	git branch -m <name>
09:37:29 [2024-04-19T09:37:29.798Z] #55 2.096 Initialized empty Git repository in /usr/src/registry/.git/
09:37:29 [2024-04-19T09:37:29.798Z] #55 DONE 6.9s
09:37:29 [2024-04-19T09:37:29.798Z] 
09:37:29 [2024-04-19T09:37:29.798Z] #54 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2"      && /build/golangci-lint --version
09:37:29 [2024-04-19T09:37:29.798Z] #54 7.175 go: downloading go.uber.org/atomic v1.7.0
09:37:29 [2024-04-19T09:37:29.798Z] #54 7.195 go: downloading go.uber.org/multierr v1.6.0
09:37:29 [2024-04-19T09:37:29.798Z] #54 7.198 go: downloading github.com/chavacava/garif v0.1.0
09:37:29 [2024-04-19T09:37:29.798Z] #54 7.199 go: downloading github.com/olekukonko/tablewriter v0.0.5
09:37:29 [2024-04-19T09:37:29.798Z] #54 ...
09:37:29 [2024-04-19T09:37:29.798Z] 
09:37:29 [2024-04-19T09:37:29.798Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
09:37:29 [2024-04-19T09:37:29.798Z] #56 2.051 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 2.069 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 2.070 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 2.180 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 2.396 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 2.439 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [151 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 3.535 Fetched 9103 kB in 2s (5186 kB/s)
09:37:29 [2024-04-19T09:37:29.798Z] #56 3.535 Reading package lists...
09:37:29 [2024-04-19T09:37:29.798Z] #56 4.339 Reading package lists...
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.126 Building dependency tree...
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.598 python3 is already the newest version (3.11.2-1+b1).
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.598 The following additional packages will be installed:
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.606   autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.606   xz-utils
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.609 Suggested packages:
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.610   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.610   manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.610   m4-doc ed diffutils-doc
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.610 Recommended packages:
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.611   fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.611   liblocale-gettext-perl libltdl-dev
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.928 The following NEW packages will be installed:
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.929   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.929   libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev
09:37:29 [2024-04-19T09:37:29.798Z] #56 5.930   libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.207 0 upgraded, 19 newly installed, 0 to remove and 1 not upgraded.
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.207 Need to get 5657 kB of archives.
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.207 After this operation, 16.7 MB of additional disk space will be used.
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.207 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.231 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.254 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.279 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.287 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.288 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.310 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.319 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.335 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.430 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.434 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.493 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.497 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.497 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.500 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.576 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.614 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.615 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.617 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB]
09:37:29 [2024-04-19T09:37:29.798Z] #56 6.941 debconf: delaying package configuration, since apt-utils is not installed
09:37:29 [2024-04-19T09:37:29.798Z] #56 7.151 Fetched 5657 kB in 1s (8374 kB/s)
09:37:29 [2024-04-19T09:37:29.798Z] #56 7.336 Selecting previously unselected package bzip2.
09:37:29 [2024-04-19T09:37:29.798Z] #56 7.336 (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.)
09:37:29 [2024-04-19T09:37:29.798Z] #56 7.349 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ...
09:37:29 [2024-04-19T09:37:29.798Z] #56 ...
09:37:29 [2024-04-19T09:37:29.798Z] 
09:37:29 [2024-04-19T09:37:29.798Z] #54 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2"      && /build/golangci-lint --version
09:37:29 [2024-04-19T09:37:29.798Z] #54 7.358 go: downloading github.com/quasilyte/gogrep v0.5.0
09:37:30 [2024-04-19T09:37:30.059Z] #54 7.394 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
09:37:30 [2024-04-19T09:37:30.059Z] #54 7.395 go: downloading github.com/golang/protobuf v1.5.2
09:37:30 [2024-04-19T09:37:30.059Z] #54 7.453 go: downloading github.com/beorn7/perks v1.0.1
09:37:30 [2024-04-19T09:37:30.059Z] #54 7.547 go: downloading github.com/cespare/xxhash/v2 v2.1.2
09:37:30 [2024-04-19T09:37:30.059Z] #54 7.570 go: downloading github.com/prometheus/common v0.32.1
09:37:30 [2024-04-19T09:37:30.059Z] #54 7.654 go: downloading github.com/prometheus/procfs v0.7.3
09:37:30 [2024-04-19T09:37:30.315Z] #54 7.765 go: downloading google.golang.org/protobuf v1.28.0
09:37:30 [2024-04-19T09:37:30.315Z] #54 7.820 go: downloading github.com/mattn/go-runewidth v0.0.9
09:37:31 [2024-04-19T09:37:31.240Z] #54 8.561 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
09:37:32 [2024-04-19T09:37:32.166Z] #54 ...
09:37:32 [2024-04-19T09:37:32.166Z] 
09:37:32 [2024-04-19T09:37:32.166Z] #45 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.242 hint: Using 'master' as the name for the initial branch. This default branch name
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.242 hint: is subject to change. To configure the initial branch name to use in all
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.243 hint: of your new repositories, which will suppress this warning, call:
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.243 hint: 
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.243 hint: 	git config --global init.defaultBranch <name>
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.243 hint: 
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.243 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.244 hint: 'development'. The just-created branch can be renamed via this command:
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.244 hint: 
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.244 hint: 	git branch -m <name>
09:37:32 [2024-04-19T09:37:32.166Z] #45 2.266 Initialized empty Git repository in /usr/src/delve/.git/
09:37:32 [2024-04-19T09:37:32.166Z] #45 DONE 9.3s
09:37:32 [2024-04-19T09:37:32.166Z] 
09:37:32 [2024-04-19T09:37:32.166Z] #57 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:37:32 [2024-04-19T09:37:32.166Z] #57 DONE 7.8s
09:37:32 [2024-04-19T09:37:32.422Z] 
09:37:32 [2024-04-19T09:37:32.422Z] #47 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
09:37:32 [2024-04-19T09:37:32.422Z] #47 DONE 9.1s
09:37:32 [2024-04-19T09:37:32.422Z] 
09:37:32 [2024-04-19T09:37:32.422Z] #49 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:37:32 [2024-04-19T09:37:32.422Z] #49 DONE 8.2s
09:37:32 [2024-04-19T09:37:32.422Z] 
09:37:32 [2024-04-19T09:37:32.422Z] #52 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:37:32 [2024-04-19T09:37:32.422Z] #52 DONE 7.6s
09:37:32 [2024-04-19T09:37:32.422Z] 
09:37:32 [2024-04-19T09:37:32.422Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
09:37:32 [2024-04-19T09:37:32.422Z] #30 5.459 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:37:32 [2024-04-19T09:37:32.422Z] #30 6.125 #=#=#                                                                         
09:37:32 [2024-04-19T09:37:32.422Z] #30 6.547 #=#=#                                                                         

                                                                           1.0%
######################################################################## 100.0%
09:37:32 [2024-04-19T09:37:32.422Z] #30 7.002 
09:37:32 [2024-04-19T09:37:32.422Z] #30 9.572 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)...
09:37:32 [2024-04-19T09:37:32.422Z] #30 10.48 #=#=#                                                                         
##O#-#                                                                        
09:37:32 [2024-04-19T09:37:32.422Z] #30 10.97 #=#=#                                                                         

                                                                           0.1%
#########################################                                 57.9%
###########################################################               82.7%
######################################################################## 100.0%
09:37:32 [2024-04-19T09:37:32.422Z] #30 11.57 
09:37:32 [2024-04-19T09:37:32.422Z] #30 ...
09:37:32 [2024-04-19T09:37:32.422Z] 
09:37:32 [2024-04-19T09:37:32.422Z] #58 [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
09:37:32 [2024-04-19T09:37:32.422Z] #58 0.865 go: downloading github.com/tc-hib/go-winres v0.3.1
09:37:32 [2024-04-19T09:37:32.422Z] #58 1.549 go: downloading github.com/tc-hib/winres v0.1.6
09:37:32 [2024-04-19T09:37:32.422Z] #58 1.550 go: downloading github.com/urfave/cli/v2 v2.3.0
09:37:32 [2024-04-19T09:37:32.422Z] #58 1.832 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
09:37:32 [2024-04-19T09:37:32.422Z] #58 1.836 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
09:37:32 [2024-04-19T09:37:32.422Z] #58 1.861 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:37:32 [2024-04-19T09:37:32.422Z] #58 1.899 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:37:32 [2024-04-19T09:37:32.677Z] #58 ...
09:37:32 [2024-04-19T09:37:32.677Z] 
09:37:32 [2024-04-19T09:37:32.677Z] #59 [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
09:37:32 [2024-04-19T09:37:32.677Z] #59 1.265 go: downloading mvdan.cc/sh/v3 v3.8.0
09:37:32 [2024-04-19T09:37:32.677Z] #59 3.689 go: downloading golang.org/x/term v0.17.0
09:37:32 [2024-04-19T09:37:32.677Z] #59 3.689 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
09:37:32 [2024-04-19T09:37:32.677Z] #59 3.689 go: downloading mvdan.cc/editorconfig v0.2.1-0.20231228180347-1925077f8eb2
09:37:32 [2024-04-19T09:37:32.677Z] #59 3.689 go: downloading github.com/google/renameio/v2 v2.0.0
09:37:32 [2024-04-19T09:37:32.677Z] #59 3.821 go: downloading golang.org/x/sys v0.17.0
09:37:32 [2024-04-19T09:37:32.677Z] #59 ...
09:37:32 [2024-04-19T09:37:32.677Z] 
09:37:32 [2024-04-19T09:37:32.677Z] #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
09:37:32 [2024-04-19T09:37:32.677Z] #60 3.429 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 3.476 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 3.476 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 3.689 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 3.829 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 3.941 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [151 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 5.694 Fetched 9103 kB in 3s (3612 kB/s)
09:37:32 [2024-04-19T09:37:32.677Z] #60 5.694 Reading package lists...
09:37:32 [2024-04-19T09:37:32.677Z] #60 6.801 Reading package lists...
09:37:32 [2024-04-19T09:37:32.677Z] #60 7.610 Building dependency tree...
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.324 The following additional packages will be installed:
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.331   cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.336 Suggested packages:
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.336   cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.422 The following NEW packages will be installed:
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.425   cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.806 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.806 Need to get 19.3 MB of archives.
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.806 After this operation, 77.0 MB of additional disk space will be used.
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.806 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.907 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.916 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.932 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.932 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.939 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libuv1 arm64 1.44.2-1+deb12u1 [130 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 8.952 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 9.037 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #60 9.466 debconf: delaying package configuration, since apt-utils is not installed
09:37:32 [2024-04-19T09:37:32.677Z] #60 9.635 Fetched 19.3 MB in 1s (26.8 MB/s)
09:37:32 [2024-04-19T09:37:32.677Z] #60 9.773 Selecting previously unselected package libicu72:arm64.
09:37:32 [2024-04-19T09:37:32.677Z] #60 9.773 (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.)
09:37:32 [2024-04-19T09:37:32.677Z] #60 9.802 Preparing to unpack .../0-libicu72_72.1-3_arm64.deb ...
09:37:32 [2024-04-19T09:37:32.677Z] #60 9.848 Unpacking libicu72:arm64 (72.1-3) ...
09:37:32 [2024-04-19T09:37:32.677Z] #60 ...
09:37:32 [2024-04-19T09:37:32.677Z] 
09:37:32 [2024-04-19T09:37:32.677Z] #61 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
09:37:32 [2024-04-19T09:37:32.677Z] #61 3.854 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #61 3.884 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #61 3.917 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #61 3.967 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #61 4.363 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #61 4.403 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [151 kB]
09:37:32 [2024-04-19T09:37:32.677Z] #61 6.197 Fetched 9103 kB in 3s (3483 kB/s)
09:37:32 [2024-04-19T09:37:32.677Z] #61 6.197 Reading package lists...
09:37:32 [2024-04-19T09:37:32.677Z] #61 7.682 Hit:1 http://deb.debian.org/debian bookworm InRelease
09:37:32 [2024-04-19T09:37:32.677Z] #61 7.683 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
09:37:32 [2024-04-19T09:37:32.677Z] #61 7.683 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
09:37:32 [2024-04-19T09:37:32.677Z] #61 8.335 Reading package lists...
09:37:32 [2024-04-19T09:37:32.677Z] #61 9.114 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config
09:37:32 [2024-04-19T09:37:32.933Z] #61 9.141 Reading package lists...
09:37:32 [2024-04-19T09:37:32.933Z] #61 10.14 Building dependency tree...
09:37:32 [2024-04-19T09:37:32.933Z] #61 ...
09:37:32 [2024-04-19T09:37:32.933Z] 
09:37:32 [2024-04-19T09:37:32.933Z] #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
09:37:32 [2024-04-19T09:37:32.933Z] #62 3.876 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
09:37:32 [2024-04-19T09:37:32.933Z] #62 3.911 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
09:37:32 [2024-04-19T09:37:32.933Z] #62 3.915 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
09:37:32 [2024-04-19T09:37:32.933Z] #62 4.121 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
09:37:32 [2024-04-19T09:37:32.933Z] #62 4.566 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
09:37:32 [2024-04-19T09:37:32.933Z] #62 4.572 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [151 kB]
09:37:32 [2024-04-19T09:37:32.933Z] #62 6.468 Fetched 9103 kB in 3s (3189 kB/s)
09:37:32 [2024-04-19T09:37:32.933Z] #62 6.468 Reading package lists...
09:37:32 [2024-04-19T09:37:32.933Z] #62 7.842 Hit:1 http://deb.debian.org/debian bookworm InRelease
09:37:32 [2024-04-19T09:37:32.933Z] #62 7.842 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
09:37:32 [2024-04-19T09:37:32.933Z] #62 7.843 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
09:37:32 [2024-04-19T09:37:32.933Z] #62 8.447 Reading package lists...
09:37:32 [2024-04-19T09:37:32.933Z] #62 9.203 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
09:37:32 [2024-04-19T09:37:32.933Z] #62 9.214 Reading package lists...
09:37:32 [2024-04-19T09:37:32.933Z] #62 10.29 Building dependency tree...
09:37:32 [2024-04-19T09:37:32.933Z] #62 ...
09:37:32 [2024-04-19T09:37:32.933Z] 
09:37:32 [2024-04-19T09:37:32.933Z] #63 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
09:37:32 [2024-04-19T09:37:32.933Z] #63 1.094 go: downloading gotest.tools/gotestsum v1.8.2
09:37:32 [2024-04-19T09:37:32.933Z] #63 1.822 go: downloading golang.org/x/tools v0.1.11
09:37:32 [2024-04-19T09:37:32.933Z] #63 1.823 go: downloading github.com/fatih/color v1.13.0
09:37:32 [2024-04-19T09:37:32.933Z] #63 1.823 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
09:37:32 [2024-04-19T09:37:32.933Z] #63 1.824 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
09:37:32 [2024-04-19T09:37:32.933Z] #63 1.825 go: downloading github.com/dnephin/pflag v1.0.7
09:37:32 [2024-04-19T09:37:32.934Z] #63 1.825 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:37:32 [2024-04-19T09:37:32.934Z] #63 1.840 go: downloading github.com/fsnotify/fsnotify v1.5.4
09:37:32 [2024-04-19T09:37:32.934Z] #63 1.840 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
09:37:32 [2024-04-19T09:37:32.934Z] #63 1.900 go: downloading github.com/mattn/go-colorable v0.1.12
09:37:32 [2024-04-19T09:37:32.934Z] #63 1.904 go: downloading github.com/mattn/go-isatty v0.0.14
09:37:32 [2024-04-19T09:37:32.934Z] #63 3.043 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
09:37:33 [2024-04-19T09:37:33.190Z] #63 ...
09:37:33 [2024-04-19T09:37:33.190Z] 
09:37:33 [2024-04-19T09:37:33.190Z] #64 [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
09:37:33 [2024-04-19T09:37:33.190Z] #64 ...
09:37:33 [2024-04-19T09:37:33.190Z] 
09:37:33 [2024-04-19T09:37:33.190Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
09:37:33 [2024-04-19T09:37:33.190Z] #65 3.279 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 3.332 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 3.332 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 3.476 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 3.777 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 3.814 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [151 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 4.946 Fetched 9103 kB in 2s (4738 kB/s)
09:37:33 [2024-04-19T09:37:33.190Z] #65 4.946 Reading package lists...
09:37:33 [2024-04-19T09:37:33.190Z] #65 6.654 Hit:1 http://deb.debian.org/debian bookworm InRelease
09:37:33 [2024-04-19T09:37:33.190Z] #65 6.654 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
09:37:33 [2024-04-19T09:37:33.190Z] #65 6.654 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
09:37:33 [2024-04-19T09:37:33.190Z] #65 7.424 Reading package lists...
09:37:33 [2024-04-19T09:37:33.190Z] #65 8.320 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config
09:37:33 [2024-04-19T09:37:33.190Z] #65 8.326 Reading package lists...
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.123 Building dependency tree...
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.749 gcc is already the newest version (4:12.2.0-3).
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.749 libc6-dev is already the newest version (2.36-9+deb12u4).
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.749 pkg-config is already the newest version (1.8.1-1).
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.749 The following additional packages will be installed:
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.751   bzip2 libdpkg-perl patch xz-utils
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.754 Suggested packages:
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.754   bzip2-doc debian-keyring bzr seccomp ed diffutils-doc
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.754 Recommended packages:
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.754   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.754   liblocale-gettext-perl
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.899 The following NEW packages will be installed:
09:37:33 [2024-04-19T09:37:33.190Z] #65 9.899   bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils
09:37:33 [2024-04-19T09:37:33.190Z] #65 10.19 0 upgraded, 6 newly installed, 0 to remove and 1 not upgraded.
09:37:33 [2024-04-19T09:37:33.190Z] #65 10.19 Need to get 2683 kB of archives.
09:37:33 [2024-04-19T09:37:33.190Z] #65 10.19 After this operation, 6010 kB of additional disk space will be used.
09:37:33 [2024-04-19T09:37:33.190Z] #65 10.19 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 10.20 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 10.20 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 10.21 Get:4 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 10.21 Get:5 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 10.22 Get:6 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
09:37:33 [2024-04-19T09:37:33.190Z] #65 10.53 debconf: delaying package configuration, since apt-utils is not installed
09:37:33 [2024-04-19T09:37:33.445Z] #65 ...
09:37:33 [2024-04-19T09:37:33.445Z] 
09:37:33 [2024-04-19T09:37:33.445Z] #66 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:37:33 [2024-04-19T09:37:33.445Z] #66 0.877 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
09:37:33 [2024-04-19T09:37:33.445Z] #66 0.878 + mkdir /build
09:37:33 [2024-04-19T09:37:33.445Z] #66 DONE 1.1s
09:37:33 [2024-04-19T09:37:33.445Z] 
09:37:33 [2024-04-19T09:37:33.445Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
09:37:33 [2024-04-19T09:37:33.445Z] #65 10.64 Fetched 2683 kB in 0s (8814 kB/s)
09:37:33 [2024-04-19T09:37:33.445Z] #65 ...
09:37:33 [2024-04-19T09:37:33.445Z] 
09:37:33 [2024-04-19T09:37:33.445Z] #67 [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.0.0 https://github.com/docker/cli.git /build      && /build/docker --version
09:37:33 [2024-04-19T09:37:33.700Z] #67 ...
09:37:33 [2024-04-19T09:37:33.700Z] 
09:37:33 [2024-04-19T09:37:33.700Z] #68 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
09:37:33 [2024-04-19T09:37:33.700Z] #68 0.935 go: downloading github.com/pelletier/go-toml v1.8.1
09:37:33 [2024-04-19T09:37:33.700Z] #68 ...
09:37:33 [2024-04-19T09:37:33.700Z] 
09:37:33 [2024-04-19T09:37:33.700Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
09:37:33 [2024-04-19T09:37:33.700Z] #65 10.68 Selecting previously unselected package bzip2.
09:37:33 [2024-04-19T09:37:33.700Z] #65 10.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.)
09:37:33 [2024-04-19T09:37:33.700Z] #65 10.71 Preparing to unpack .../0-bzip2_1.0.8-5+b1_arm64.deb ...
09:37:33 [2024-04-19T09:37:33.700Z] #65 10.71 Unpacking bzip2 (1.0.8-5+b1) ...
09:37:33 [2024-04-19T09:37:33.700Z] #65 10.87 Selecting previously unselected package xz-utils.
09:37:33 [2024-04-19T09:37:33.700Z] #65 10.90 Preparing to unpack .../1-xz-utils_5.4.1-0.2_arm64.deb ...
09:37:33 [2024-04-19T09:37:33.700Z] #65 10.93 Unpacking xz-utils (5.4.1-0.2) ...
09:37:34 [2024-04-19T09:37:34.263Z] #65 11.31 Selecting previously unselected package libdpkg-perl.
09:37:34 [2024-04-19T09:37:34.263Z] #65 11.37 Preparing to unpack .../2-libdpkg-perl_1.21.22_all.deb ...
09:37:34 [2024-04-19T09:37:34.263Z] #65 11.42 Unpacking libdpkg-perl (1.21.22) ...
09:37:34 [2024-04-19T09:37:34.263Z] #65 ...
09:37:34 [2024-04-19T09:37:34.263Z] 
09:37:34 [2024-04-19T09:37:34.263Z] #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
09:37:34 [2024-04-19T09:37:34.263Z] #62 10.29 Building dependency tree...
09:37:34 [2024-04-19T09:37:34.263Z] #62 11.21 gcc is already the newest version (4:12.2.0-3).
09:37:34 [2024-04-19T09:37:34.263Z] #62 11.21 libc6-dev is already the newest version (2.36-9+deb12u4).
09:37:34 [2024-04-19T09:37:34.263Z] #62 11.21 pkg-config is already the newest version (1.8.1-1).
09:37:34 [2024-04-19T09:37:34.263Z] #62 11.21 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
09:37:34 [2024-04-19T09:37:34.263Z] #62 DONE 11.5s
09:37:34 [2024-04-19T09:37:34.525Z] 
09:37:34 [2024-04-19T09:37:34.525Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
09:37:34 [2024-04-19T09:37:34.525Z] #30 14.25 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:37:34 [2024-04-19T09:37:34.525Z] #30 15.21 #=#=#                                                                         
##O#-#                                                                        
09:37:34 [2024-04-19T09:37:34.525Z] #30 15.60 #=#=#                                                                         

######################################################################## 100.0%
09:37:34 [2024-04-19T09:37:34.784Z] #30 16.01 
09:37:36 [2024-04-19T09:37:36.671Z] #30 17.85 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:37:37 [2024-04-19T09:37:37.231Z] #30 18.57 #=#=#                                                                         
09:37:37 [2024-04-19T09:37:37.891Z] #30 18.88 #=#=#                                                                         

######################################################################## 100.0%
09:37:37 [2024-04-19T09:37:37.891Z] #30 ...
09:37:37 [2024-04-19T09:37:37.891Z] 
09:37:37 [2024-04-19T09:37:37.891Z] #69 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.15" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:37:37 [2024-04-19T09:37:37.891Z] #69 ...
09:37:37 [2024-04-19T09:37:37.891Z] 
09:37:37 [2024-04-19T09:37:37.891Z] #61 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
09:37:37 [2024-04-19T09:37:37.891Z] #61 10.14 Building dependency tree...
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25 gcc is already the newest version (4:12.2.0-3).
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25 pkg-config is already the newest version (1.8.1-1).
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25 The following additional packages will be installed:
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25 Suggested packages:
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25   libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25   libgdk-pixbuf2.0-bin libxml2-utils
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25 Recommended packages:
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.25   shared-mime-info xdg-user-dirs
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.59 The following NEW packages will be installed:
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.59   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.59   libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.59   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.59   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.59   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.59   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.91 0 upgraded, 29 newly installed, 0 to remove and 1 not upgraded.
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.91 Need to get 9078 kB of archives.
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.91 After this operation, 46.9 MB of additional disk space will be used.
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.91 Get:1 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.98 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.98 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.98 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.98 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.98 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.99 Get:7 http://deb.debian.org/debian-security bookworm-security/main arm64 uuid-dev arm64 2.38.1-5+deb12u1 [40.3 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.99 Get:8 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.99 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 11.99 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.01 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.01 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.02 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.11 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.12 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.14 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.16 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.18 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.18 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.22 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.23 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.23 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.23 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.24 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.24 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.24 Get:26 http://deb.debian.org/debian-security bookworm-security/main arm64 libmount-dev arm64 2.38.1-5+deb12u1 [22.3 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.24 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.24 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.26 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.64 debconf: delaying package configuration, since apt-utils is not installed
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.72 Fetched 9078 kB in 1s (13.9 MB/s)
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.84 Selecting previously unselected package libglib2.0-0:arm64.
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.84 (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.)
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.88 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_arm64.deb ...
09:37:37 [2024-04-19T09:37:37.891Z] #61 12.90 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
09:37:37 [2024-04-19T09:37:37.891Z] #61 13.50 Selecting previously unselected package libgirepository-1.0-1:arm64.
09:37:37 [2024-04-19T09:37:37.891Z] #61 13.50 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
09:37:37 [2024-04-19T09:37:37.891Z] #61 13.52 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
09:37:37 [2024-04-19T09:37:37.891Z] #61 13.79 Selecting previously unselected package gir1.2-glib-2.0:arm64.
09:37:37 [2024-04-19T09:37:37.891Z] #61 13.79 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
09:37:37 [2024-04-19T09:37:37.891Z] #61 13.83 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
09:37:37 [2024-04-19T09:37:37.891Z] #61 14.40 Selecting previously unselected package libsecret-common.
09:37:37 [2024-04-19T09:37:37.891Z] #61 14.40 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ...
09:37:37 [2024-04-19T09:37:37.891Z] #61 14.48 Unpacking libsecret-common (0.20.5-3) ...
09:37:39 [2024-04-19T09:37:39.269Z] #61 16.44 Selecting previously unselected package libsecret-1-0:arm64.
09:37:39 [2024-04-19T09:37:39.655Z] #61 16.73 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_arm64.deb ...
09:37:39 [2024-04-19T09:37:39.911Z] #61 17.05 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
09:37:40 [2024-04-19T09:37:40.166Z] #61 ...
09:37:40 [2024-04-19T09:37:40.166Z] 
09:37:40 [2024-04-19T09:37:40.166Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
09:37:40 [2024-04-19T09:37:40.166Z] #56 7.441 Unpacking bzip2 (1.0.8-5+b1) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 8.074 Selecting previously unselected package xz-utils.
09:37:40 [2024-04-19T09:37:40.166Z] #56 8.078 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 8.130 Unpacking xz-utils (5.4.1-0.2) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 8.391 Selecting previously unselected package m4.
09:37:40 [2024-04-19T09:37:40.166Z] #56 8.399 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 8.419 Unpacking m4 (1.4.19-3) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 8.751 Selecting previously unselected package autoconf.
09:37:40 [2024-04-19T09:37:40.166Z] #56 8.753 Preparing to unpack .../03-autoconf_2.71-3_all.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 8.810 Unpacking autoconf (2.71-3) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 9.204 Selecting previously unselected package autotools-dev.
09:37:40 [2024-04-19T09:37:40.166Z] #56 9.207 Preparing to unpack .../04-autotools-dev_20220109.1_all.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 9.355 Unpacking autotools-dev (20220109.1) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 9.604 Selecting previously unselected package automake.
09:37:40 [2024-04-19T09:37:40.166Z] #56 9.606 Preparing to unpack .../05-automake_1%3a1.16.5-1.3_all.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 9.648 Unpacking automake (1:1.16.5-1.3) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.04 Selecting previously unselected package libdpkg-perl.
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.05 Preparing to unpack .../06-libdpkg-perl_1.21.22_all.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.07 Unpacking libdpkg-perl (1.21.22) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.33 Selecting previously unselected package patch.
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.34 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.35 Unpacking patch (2.7.6-7) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.51 Selecting previously unselected package dpkg-dev.
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.51 Preparing to unpack .../08-dpkg-dev_1.21.22_all.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.54 Unpacking dpkg-dev (1.21.22) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.97 Selecting previously unselected package build-essential.
09:37:40 [2024-04-19T09:37:40.166Z] #56 10.98 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 11.00 Unpacking build-essential (12.9) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 11.20 Selecting previously unselected package libcap-dev:arm64.
09:37:40 [2024-04-19T09:37:40.166Z] #56 11.20 Preparing to unpack .../10-libcap-dev_1%3a2.66-4_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 11.23 Unpacking libcap-dev:arm64 (1:2.66-4) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 11.55 Selecting previously unselected package libprotobuf-c1:arm64.
09:37:40 [2024-04-19T09:37:40.166Z] #56 11.55 Preparing to unpack .../11-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 11.63 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 11.76 Selecting previously unselected package libprotobuf-c-dev:arm64.
09:37:40 [2024-04-19T09:37:40.166Z] #56 11.77 Preparing to unpack .../12-libprotobuf-c-dev_1.4.1-1+b1_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 11.79 Unpacking libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 12.06 Selecting previously unselected package libseccomp-dev:arm64.
09:37:40 [2024-04-19T09:37:40.166Z] #56 12.07 Preparing to unpack .../13-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 12.14 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 12.41 Selecting previously unselected package libsystemd-dev:arm64.
09:37:40 [2024-04-19T09:37:40.166Z] #56 12.44 Preparing to unpack .../14-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 12.51 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 12.88 Selecting previously unselected package libtool.
09:37:40 [2024-04-19T09:37:40.166Z] #56 12.89 Preparing to unpack .../15-libtool_2.4.7-5_all.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 12.91 Unpacking libtool (2.4.7-5) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 13.10 Selecting previously unselected package libudev-dev:arm64.
09:37:40 [2024-04-19T09:37:40.166Z] #56 13.10 Preparing to unpack .../16-libudev-dev_252.22-1~deb12u1_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 13.12 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 13.35 Selecting previously unselected package libyajl2:arm64.
09:37:40 [2024-04-19T09:37:40.166Z] #56 13.35 Preparing to unpack .../17-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 13.41 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 13.74 Selecting previously unselected package libyajl-dev:arm64.
09:37:40 [2024-04-19T09:37:40.166Z] #56 13.75 Preparing to unpack .../18-libyajl-dev_2.1.0-3+deb12u2_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 13.78 Unpacking libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 14.15 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 14.29 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 14.67 Setting up m4 (1.4.19-3) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 14.97 Setting up bzip2 (1.0.8-5+b1) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 15.41 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 16.70 Setting up libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 17.44 Setting up autotools-dev (20220109.1) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 17.57 Setting up xz-utils (5.4.1-0.2) ...
09:37:40 [2024-04-19T09:37:40.166Z] #56 ...
09:37:40 [2024-04-19T09:37:40.166Z] 
09:37:40 [2024-04-19T09:37:40.166Z] #61 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
09:37:40 [2024-04-19T09:37:40.166Z] #61 17.41 Selecting previously unselected package gir1.2-secret-1:arm64.
09:37:40 [2024-04-19T09:37:40.432Z] #61 17.41 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.432Z] #61 17.49 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
09:37:40 [2024-04-19T09:37:40.992Z] #61 18.17 Selecting previously unselected package uuid-dev:arm64.
09:37:40 [2024-04-19T09:37:40.992Z] #61 18.17 Preparing to unpack .../06-uuid-dev_2.38.1-5+deb12u1_arm64.deb ...
09:37:40 [2024-04-19T09:37:40.992Z] #61 18.19 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ...
09:37:41 [2024-04-19T09:37:41.247Z] #61 18.57 Selecting previously unselected package libblkid-dev:arm64.
09:37:41 [2024-04-19T09:37:41.502Z] #61 18.59 Preparing to unpack .../07-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ...
09:37:41 [2024-04-19T09:37:41.502Z] #61 18.73 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
09:37:42 [2024-04-19T09:37:42.428Z] #61 ...
09:37:42 [2024-04-19T09:37:42.428Z] 
09:37:42 [2024-04-19T09:37:42.428Z] #70 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:37:42 [2024-04-19T09:37:42.428Z] #70 ...
09:37:42 [2024-04-19T09:37:42.428Z] 
09:37:42 [2024-04-19T09:37:42.428Z] #68 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
09:37:42 [2024-04-19T09:37:42.428Z] #68 19.78 tomll can be used in two ways:
09:37:42 [2024-04-19T09:37:42.428Z] #68 19.78 Writing to STDIN and reading from STDOUT:
09:37:42 [2024-04-19T09:37:42.428Z] #68 19.78   cat file.toml | tomll > file.toml
09:37:42 [2024-04-19T09:37:42.428Z] #68 19.78 
09:37:42 [2024-04-19T09:37:42.428Z] #68 19.78 Reading and updating a list of files:
09:37:42 [2024-04-19T09:37:42.428Z] #68 19.78   tomll a.toml b.toml c.toml
09:37:42 [2024-04-19T09:37:42.428Z] #68 19.78 
09:37:42 [2024-04-19T09:37:42.428Z] #68 19.78 When given a list of files, tomll will modify all files in place without asking.
09:37:42 [2024-04-19T09:37:42.699Z] #68 ...
09:37:42 [2024-04-19T09:37:42.699Z] 
09:37:42 [2024-04-19T09:37:42.699Z] #71 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
09:37:42 [2024-04-19T09:37:42.699Z] #71 ...
09:37:42 [2024-04-19T09:37:42.699Z] 
09:37:42 [2024-04-19T09:37:42.699Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
09:37:42 [2024-04-19T09:37:42.699Z] #56 18.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:37:42 [2024-04-19T09:37:42.699Z] #56 18.26 Setting up patch (2.7.6-7) ...
09:37:42 [2024-04-19T09:37:42.699Z] #56 18.56 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
09:37:42 [2024-04-19T09:37:42.699Z] #56 18.74 Setting up libdpkg-perl (1.21.22) ...
09:37:42 [2024-04-19T09:37:42.699Z] #56 18.86 Setting up autoconf (2.71-3) ...
09:37:42 [2024-04-19T09:37:42.699Z] #56 19.14 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
09:37:42 [2024-04-19T09:37:42.699Z] #56 19.55 Setting up libcap-dev:arm64 (1:2.66-4) ...
09:37:42 [2024-04-19T09:37:42.699Z] #56 20.12 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
09:37:42 [2024-04-19T09:37:42.955Z] #56 20.38 Setting up automake (1:1.16.5-1.3) ...
09:37:43 [2024-04-19T09:37:43.210Z] #56 20.52 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
09:37:43 [2024-04-19T09:37:43.210Z] #56 20.59 Setting up libtool (2.4.7-5) ...
09:37:43 [2024-04-19T09:37:43.210Z] #56 20.76 Setting up dpkg-dev (1.21.22) ...
09:37:43 [2024-04-19T09:37:43.465Z] #56 20.91 Setting up build-essential (12.9) ...
09:37:43 [2024-04-19T09:37:43.720Z] #56 21.16 Processing triggers for libc-bin (2.36-9+deb12u4) ...
09:37:44 [2024-04-19T09:37:44.332Z] #56 ...
09:37:44 [2024-04-19T09:37:44.332Z] 
09:37:44 [2024-04-19T09:37:44.332Z] #72 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
09:37:44 [2024-04-19T09:37:44.332Z] #72 0.864 go: downloading github.com/Masterminds/semver/v3 v3.2.1
09:37:44 [2024-04-19T09:37:44.332Z] #72 0.873 go: downloading github.com/urfave/cli/v2 v2.27.1
09:37:44 [2024-04-19T09:37:44.332Z] #72 0.910 go: downloading github.com/containernetworking/plugins v1.4.0
09:37:44 [2024-04-19T09:37:44.332Z] #72 0.920 go: downloading github.com/google/uuid v1.6.0
09:37:44 [2024-04-19T09:37:44.332Z] #72 0.937 go: downloading golang.org/x/sys v0.18.0
09:37:44 [2024-04-19T09:37:44.332Z] #72 0.938 go: downloading github.com/moby/vpnkit v0.5.0
09:37:44 [2024-04-19T09:37:44.332Z] #72 0.940 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
09:37:44 [2024-04-19T09:37:44.332Z] #72 1.025 go: downloading github.com/gorilla/mux v1.8.1
09:37:44 [2024-04-19T09:37:44.332Z] #72 1.438 go: downloading github.com/moby/sys/mountinfo v0.7.1
09:37:44 [2024-04-19T09:37:44.332Z] #72 1.929 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
09:37:44 [2024-04-19T09:37:44.332Z] #72 3.246 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
09:37:44 [2024-04-19T09:37:44.332Z] #72 3.275 go: downloading golang.org/x/net v0.17.0
09:37:44 [2024-04-19T09:37:44.332Z] #72 3.633 go: downloading github.com/pierrec/lz4/v4 v4.1.17
09:37:44 [2024-04-19T09:37:44.332Z] #72 3.634 go: downloading github.com/josharian/native v1.1.0
09:37:44 [2024-04-19T09:37:44.332Z] #72 3.700 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
09:37:44 [2024-04-19T09:37:44.332Z] #72 3.714 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
09:37:44 [2024-04-19T09:37:44.332Z] #72 ...
09:37:44 [2024-04-19T09:37:44.332Z] 
09:37:44 [2024-04-19T09:37:44.332Z] #58 [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
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51 NAME:
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51    go-winres - A tool for embedding resources in Windows executables
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51 
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51 USAGE:
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51    go-winres [global options] command [command options] [arguments...]
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51 
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51 COMMANDS:
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51    init     Create an initial ./winres/winres.json
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51    make     Make syso files for the "go build" command
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51    simply   Make syso files for the "go build" command (simplified)
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51    extract  Extract all resources from an executable
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51    patch    Replace resources in an executable file (exe, dll)
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51    help, h  Shows a list of commands or help for one command
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51 
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51 GLOBAL OPTIONS:
09:37:44 [2024-04-19T09:37:44.332Z] #58 21.51    --help, -h  show help (default: false)
09:37:44 [2024-04-19T09:37:44.588Z] #58 ...
09:37:44 [2024-04-19T09:37:44.588Z] 
09:37:44 [2024-04-19T09:37:44.588Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
09:37:44 [2024-04-19T09:37:44.588Z] #65 11.84 Selecting previously unselected package patch.
09:37:44 [2024-04-19T09:37:44.588Z] #65 11.88 Preparing to unpack .../3-patch_2.7.6-7_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 11.94 Unpacking patch (2.7.6-7) ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 12.29 Selecting previously unselected package dpkg-dev.
09:37:44 [2024-04-19T09:37:44.588Z] #65 12.30 Preparing to unpack .../4-dpkg-dev_1.21.22_all.deb ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 12.36 Unpacking dpkg-dev (1.21.22) ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 12.88 Selecting previously unselected package libseccomp-dev:arm64.
09:37:44 [2024-04-19T09:37:44.588Z] #65 12.88 Preparing to unpack .../5-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 12.91 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 13.13 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 13.27 Setting up bzip2 (1.0.8-5+b1) ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 13.41 Setting up xz-utils (5.4.1-0.2) ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 13.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:37:44 [2024-04-19T09:37:44.588Z] #65 13.49 Setting up patch (2.7.6-7) ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 13.54 Setting up libdpkg-perl (1.21.22) ...
09:37:44 [2024-04-19T09:37:44.588Z] #65 13.68 Setting up dpkg-dev (1.21.22) ...
09:37:44 [2024-04-19T09:37:44.843Z] #65 ...
09:37:44 [2024-04-19T09:37:44.843Z] 
09:37:44 [2024-04-19T09:37:44.843Z] #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
09:37:44 [2024-04-19T09:37:44.843Z] #60 11.93 Selecting previously unselected package libxml2:arm64.
09:37:44 [2024-04-19T09:37:44.843Z] #60 11.94 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 11.98 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 12.34 Selecting previously unselected package libarchive13:arm64.
09:37:44 [2024-04-19T09:37:44.843Z] #60 12.36 Preparing to unpack .../2-libarchive13_3.6.2-1_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 12.42 Unpacking libarchive13:arm64 (3.6.2-1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 12.65 Selecting previously unselected package libjsoncpp25:arm64.
09:37:44 [2024-04-19T09:37:44.843Z] #60 12.65 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 12.66 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 12.83 Selecting previously unselected package librhash0:arm64.
09:37:44 [2024-04-19T09:37:44.843Z] #60 12.83 Preparing to unpack .../4-librhash0_1.4.3-3_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 12.84 Unpacking librhash0:arm64 (1.4.3-3) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 13.12 Selecting previously unselected package libuv1:arm64.
09:37:44 [2024-04-19T09:37:44.843Z] #60 13.13 Preparing to unpack .../5-libuv1_1.44.2-1+deb12u1_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 13.19 Unpacking libuv1:arm64 (1.44.2-1+deb12u1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 13.48 Selecting previously unselected package cmake-data.
09:37:44 [2024-04-19T09:37:44.843Z] #60 13.48 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 13.52 Unpacking cmake-data (3.25.1-1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 17.40 Selecting previously unselected package cmake.
09:37:44 [2024-04-19T09:37:44.843Z] #60 17.40 Preparing to unpack .../7-cmake_3.25.1-1_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 17.50 Unpacking cmake (3.25.1-1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 18.99 Setting up libicu72:arm64 (72.1-3) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 19.40 Setting up libuv1:arm64 (1.44.2-1+deb12u1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 19.93 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 20.24 Setting up librhash0:arm64 (1.4.3-3) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 20.46 Setting up cmake-data (3.25.1-1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 20.57 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 20.63 Setting up libarchive13:arm64 (3.6.2-1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 20.81 Setting up cmake (3.25.1-1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 21.24 Processing triggers for libc-bin (2.36-9+deb12u4) ...
09:37:44 [2024-04-19T09:37:44.843Z] #60 ...
09:37:44 [2024-04-19T09:37:44.843Z] 
09:37:44 [2024-04-19T09:37:44.843Z] #61 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
09:37:44 [2024-04-19T09:37:44.843Z] #61 19.87 Selecting previously unselected package libbtrfs0:arm64.
09:37:44 [2024-04-19T09:37:44.843Z] #61 19.87 Preparing to unpack .../08-libbtrfs0_6.2-1_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #61 19.93 Unpacking libbtrfs0:arm64 (6.2-1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #61 20.30 Selecting previously unselected package libbtrfs-dev:arm64.
09:37:44 [2024-04-19T09:37:44.843Z] #61 20.30 Preparing to unpack .../09-libbtrfs-dev_6.2-1_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #61 20.43 Unpacking libbtrfs-dev:arm64 (6.2-1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #61 20.71 Selecting previously unselected package libelf1:arm64.
09:37:44 [2024-04-19T09:37:44.843Z] #61 20.71 Preparing to unpack .../10-libelf1_0.188-2.1_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #61 20.72 Unpacking libelf1:arm64 (0.188-2.1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #61 21.59 Selecting previously unselected package libffi-dev:arm64.
09:37:44 [2024-04-19T09:37:44.843Z] #61 21.60 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.843Z] #61 21.72 Unpacking libffi-dev:arm64 (3.4.4-1) ...
09:37:44 [2024-04-19T09:37:44.843Z] #61 21.97 Selecting previously unselected package libgpg-error-dev.
09:37:44 [2024-04-19T09:37:44.844Z] #61 21.97 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
09:37:44 [2024-04-19T09:37:44.844Z] #61 21.99 Unpacking libgpg-error-dev (1.46-1) ...
09:37:44 [2024-04-19T09:37:44.844Z] #61 22.20 Selecting previously unselected package libgcrypt20-dev.
09:37:45 [2024-04-19T09:37:45.105Z] #61 22.21 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
09:37:45 [2024-04-19T09:37:45.105Z] #61 22.23 Unpacking libgcrypt20-dev (1.10.1-3) ...
09:37:45 [2024-04-19T09:37:45.366Z] #61 22.65 Selecting previously unselected package libglib2.0-data.
09:37:45 [2024-04-19T09:37:45.621Z] #61 22.65 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
09:37:45 [2024-04-19T09:37:45.621Z] #61 22.80 Unpacking libglib2.0-data (2.74.6-2) ...
09:37:46 [2024-04-19T09:37:46.181Z] #61 23.54 Selecting previously unselected package libglib2.0-bin.
09:37:46 [2024-04-19T09:37:46.436Z] #61 23.54 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
09:37:46 [2024-04-19T09:37:46.436Z] #61 23.63 Unpacking libglib2.0-bin (2.74.6-2) ...
09:37:47 [2024-04-19T09:37:47.251Z] #61 24.24 Selecting previously unselected package python3-lib2to3.
09:37:47 [2024-04-19T09:37:47.251Z] #61 24.24 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
09:37:47 [2024-04-19T09:37:47.251Z] #61 24.45 Unpacking python3-lib2to3 (3.11.2-3) ...
09:37:47 [2024-04-19T09:37:47.811Z] #61 25.14 Selecting previously unselected package python3-distutils.
09:37:47 [2024-04-19T09:37:47.811Z] #61 ...
09:37:47 [2024-04-19T09:37:47.811Z] 
09:37:47 [2024-04-19T09:37:47.811Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
09:37:47 [2024-04-19T09:37:47.811Z] #30 19.33 
09:37:47 [2024-04-19T09:37:47.811Z] #30 19.77 Download of images into '/build' complete.
09:37:47 [2024-04-19T09:37:47.811Z] #30 19.77 Use something like the following to load the result into a Docker daemon:
09:37:47 [2024-04-19T09:37:47.811Z] #30 19.77   tar -cC '/build' . | docker load
09:37:48 [2024-04-19T09:37:48.107Z] #30 ...
09:37:48 [2024-04-19T09:37:48.107Z] 
09:37:48 [2024-04-19T09:37:48.107Z] #61 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
09:37:48 [2024-04-19T09:37:48.107Z] #61 25.14 Selecting previously unselected package python3-distutils.
09:37:48 [2024-04-19T09:37:48.107Z] #61 25.14 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
09:37:48 [2024-04-19T09:37:48.107Z] #61 25.15 Unpacking python3-distutils (3.11.2-3) ...
09:37:48 [2024-04-19T09:37:48.107Z] #61 ...
09:37:48 [2024-04-19T09:37:48.107Z] 
09:37:48 [2024-04-19T09:37:48.107Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
09:37:48 [2024-04-19T09:37:48.107Z] #65 DONE 25.3s
09:37:48 [2024-04-19T09:37:48.363Z] 
09:37:48 [2024-04-19T09:37:48.363Z] #73 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
09:37:50 [2024-04-19T09:37:50.248Z] #73 1.760 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 .
09:37:50 [2024-04-19T09:37:50.248Z] #73 ...
09:37:50 [2024-04-19T09:37:50.248Z] 
09:37:50 [2024-04-19T09:37:50.248Z] #70 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:37:50 [2024-04-19T09:37:50.248Z] #70 DONE 17.8s
09:37:50 [2024-04-19T09:37:50.248Z] 
09:37:50 [2024-04-19T09:37:50.248Z] #59 [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
09:37:50 [2024-04-19T09:37:50.248Z] #59 19.77 v3.8.0
09:37:50 [2024-04-19T09:37:50.248Z] #59 DONE 27.5s
09:37:50 [2024-04-19T09:37:50.248Z] 
09:37:50 [2024-04-19T09:37:50.248Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
09:37:50 [2024-04-19T09:37:50.248Z] #30 DONE 31.4s
09:37:50 [2024-04-19T09:37:50.248Z] 
09:37:50 [2024-04-19T09:37:50.248Z] #68 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
09:37:50 [2024-04-19T09:37:50.248Z] #68 DONE 27.5s
09:37:50 [2024-04-19T09:37:50.248Z] 
09:37:50 [2024-04-19T09:37:50.248Z] #58 [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
09:37:50 [2024-04-19T09:37:50.248Z] #58 DONE 27.6s
09:37:50 [2024-04-19T09:37:50.248Z] 
09:37:50 [2024-04-19T09:37:50.248Z] #69 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.15" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:37:50 [2024-04-19T09:37:50.248Z] #69 DONE 22.4s
09:37:50 [2024-04-19T09:37:50.248Z] 
09:37:50 [2024-04-19T09:37:50.248Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
09:37:50 [2024-04-19T09:37:50.248Z] #56 DONE 27.6s
09:37:50 [2024-04-19T09:37:50.248Z] 
09:37:50 [2024-04-19T09:37:50.248Z] #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
09:37:50 [2024-04-19T09:37:50.248Z] #60 DONE 27.4s
09:37:50 [2024-04-19T09:37:50.248Z] 
09:37:50 [2024-04-19T09:37:50.248Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:37:51 [2024-04-19T09:37:51.609Z] #74 ...
09:37:51 [2024-04-19T09:37:51.609Z] 
09:37:51 [2024-04-19T09:37:51.609Z] #63 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
09:37:51 [2024-04-19T09:37:51.609Z] #63 28.21 gotestsum version dev
09:37:51 [2024-04-19T09:37:51.609Z] #63 DONE 28.8s
09:37:51 [2024-04-19T09:37:51.609Z] 
09:37:51 [2024-04-19T09:37:51.609Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:37:51 [2024-04-19T09:37:51.609Z] #74 1.345 Cloning into '/tmp/crun-build'...
09:37:52 [2024-04-19T09:37:52.169Z] #74 ...
09:37:52 [2024-04-19T09:37:52.169Z] 
09:37:52 [2024-04-19T09:37:52.169Z] #75 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
09:37:52 [2024-04-19T09:37:52.169Z] #75 DONE 1.1s
09:37:52 [2024-04-19T09:37:52.169Z] 
09:37:52 [2024-04-19T09:37:52.169Z] #61 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc             libbtrfs-dev             libsecret-1-dev             pkg-config
09:37:52 [2024-04-19T09:37:52.169Z] #61 25.73 Selecting previously unselected package libglib2.0-dev-bin.
09:37:52 [2024-04-19T09:37:52.169Z] #61 25.73 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 25.86 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 26.29 Selecting previously unselected package libsepol-dev:arm64.
09:37:52 [2024-04-19T09:37:52.169Z] #61 26.31 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 26.39 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 26.88 Selecting previously unselected package libpcre2-16-0:arm64.
09:37:52 [2024-04-19T09:37:52.169Z] #61 26.88 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 26.94 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 27.17 Selecting previously unselected package libpcre2-32-0:arm64.
09:37:52 [2024-04-19T09:37:52.169Z] #61 27.17 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 27.20 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 27.59 Selecting previously unselected package libpcre2-posix3:arm64.
09:37:52 [2024-04-19T09:37:52.169Z] #61 27.60 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 27.60 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 27.80 Selecting previously unselected package libpcre2-dev:arm64.
09:37:52 [2024-04-19T09:37:52.169Z] #61 27.80 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 27.82 Unpacking libpcre2-dev:arm64 (10.42-1) ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 28.17 Selecting previously unselected package libselinux1-dev:arm64.
09:37:52 [2024-04-19T09:37:52.169Z] #61 28.18 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 28.22 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 28.87 Selecting previously unselected package libmount-dev:arm64.
09:37:52 [2024-04-19T09:37:52.169Z] #61 28.88 Preparing to unpack .../25-libmount-dev_2.38.1-5+deb12u1_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 28.90 Unpacking libmount-dev:arm64 (2.38.1-5+deb12u1) ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 29.12 Selecting previously unselected package zlib1g-dev:arm64.
09:37:52 [2024-04-19T09:37:52.169Z] #61 29.13 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 29.23 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
09:37:52 [2024-04-19T09:37:52.169Z] #61 29.46 Selecting previously unselected package libglib2.0-dev:arm64.
09:37:52 [2024-04-19T09:37:52.424Z] #61 29.46 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.424Z] #61 29.48 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
09:37:52 [2024-04-19T09:37:52.939Z] #61 29.83 Selecting previously unselected package libsecret-1-dev:arm64.
09:37:52 [2024-04-19T09:37:52.939Z] #61 29.83 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_arm64.deb ...
09:37:52 [2024-04-19T09:37:52.939Z] #61 29.84 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
09:37:52 [2024-04-19T09:37:52.939Z] #61 30.17 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
09:37:52 [2024-04-19T09:37:52.939Z] #61 30.19 No schema files found: doing nothing.
09:37:52 [2024-04-19T09:37:52.939Z] #61 30.21 Setting up libffi-dev:arm64 (3.4.4-1) ...
09:37:52 [2024-04-19T09:37:52.939Z] #61 30.23 Setting up libpcre2-16-0:arm64 (10.42-1) ...
09:37:53 [2024-04-19T09:37:53.195Z] #61 30.28 Setting up libbtrfs0:arm64 (6.2-1) ...
09:37:53 [2024-04-19T09:37:53.195Z] #61 30.34 Setting up libpcre2-32-0:arm64 (10.42-1) ...
09:37:53 [2024-04-19T09:37:53.195Z] #61 30.38 Setting up libglib2.0-data (2.74.6-2) ...
09:37:53 [2024-04-19T09:37:53.195Z] #61 30.40 Setting up libgpg-error-dev (1.46-1) ...
09:37:53 [2024-04-19T09:37:53.195Z] #61 30.41 Setting up uuid-dev:arm64 (2.38.1-5+deb12u1) ...
09:37:53 [2024-04-19T09:37:53.195Z] #61 30.43 Setting up libsepol-dev:arm64 (3.4-2.1) ...
09:37:53 [2024-04-19T09:37:53.195Z] #61 30.47 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
09:37:53 [2024-04-19T09:37:53.449Z] #61 30.52 Setting up libpcre2-posix3:arm64 (10.42-1) ...
09:37:53 [2024-04-19T09:37:53.449Z] #61 30.57 Setting up libbtrfs-dev:arm64 (6.2-1) ...
09:37:53 [2024-04-19T09:37:53.449Z] #61 30.61 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
09:37:53 [2024-04-19T09:37:53.449Z] #61 30.67 Setting up python3-lib2to3 (3.11.2-3) ...
09:37:53 [2024-04-19T09:37:53.705Z] #61 30.93 Setting up libelf1:arm64 (0.188-2.1) ...
09:37:53 [2024-04-19T09:37:53.705Z] #61 30.95 Setting up libsecret-common (0.20.5-3) ...
09:37:53 [2024-04-19T09:37:53.961Z] #61 31.04 Setting up python3-distutils (3.11.2-3) ...
09:37:53 [2024-04-19T09:37:53.961Z] #61 31.30 Setting up libglib2.0-dev-bin (2.74.6-2) ...
09:37:54 [2024-04-19T09:37:54.521Z] #61 31.67 Setting up libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
09:37:54 [2024-04-19T09:37:54.776Z] #61 31.83 Setting up libpcre2-dev:arm64 (10.42-1) ...
09:37:54 [2024-04-19T09:37:54.776Z] #61 31.85 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
09:37:54 [2024-04-19T09:37:54.776Z] #61 31.88 Setting up libglib2.0-bin (2.74.6-2) ...
09:37:54 [2024-04-19T09:37:54.776Z] #61 31.89 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
09:37:54 [2024-04-19T09:37:54.776Z] #61 31.91 Setting up libgcrypt20-dev (1.10.1-3) ...
09:37:54 [2024-04-19T09:37:54.776Z] #61 31.93 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
09:37:54 [2024-04-19T09:37:54.776Z] #61 31.96 Setting up libmount-dev:arm64 (2.38.1-5+deb12u1) ...
09:37:54 [2024-04-19T09:37:54.776Z] #61 32.00 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
09:37:55 [2024-04-19T09:37:55.039Z] #61 32.02 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
09:37:55 [2024-04-19T09:37:55.039Z] #61 32.04 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
09:37:55 [2024-04-19T09:37:55.039Z] #61 32.05 Processing triggers for libc-bin (2.36-9+deb12u4) ...
09:37:55 [2024-04-19T09:37:55.983Z] #61 DONE 33.2s
09:37:55 [2024-04-19T09:37:55.983Z] 
09:37:55 [2024-04-19T09:37:55.983Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:37:55 [2024-04-19T09:37:55.983Z] #74 3.064 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
09:37:55 [2024-04-19T09:37:55.983Z] #74 3.072 Cloning into '/tmp/crun-build/libocispec'...
09:37:55 [2024-04-19T09:37:55.983Z] #74 3.531 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
09:37:55 [2024-04-19T09:37:55.983Z] #74 3.542 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
09:37:55 [2024-04-19T09:37:55.983Z] #74 3.543 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
09:37:55 [2024-04-19T09:37:55.983Z] #74 3.543 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
09:37:55 [2024-04-19T09:37:55.983Z] #74 3.550 Cloning into '/tmp/crun-build/libocispec/image-spec'...
09:37:55 [2024-04-19T09:37:55.983Z] #74 4.234 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
09:37:55 [2024-04-19T09:37:55.983Z] #74 4.891 Cloning into '/tmp/crun-build/libocispec/yajl'...
09:37:55 [2024-04-19T09:37:55.983Z] #74 5.438 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
09:37:55 [2024-04-19T09:37:55.983Z] #74 5.454 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
09:37:55 [2024-04-19T09:37:55.983Z] #74 5.505 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
09:37:56 [2024-04-19T09:37:56.238Z] #74 ...
09:37:56 [2024-04-19T09:37:56.238Z] 
09:37:56 [2024-04-19T09:37:56.238Z] #76 [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
09:37:56 [2024-04-19T09:37:56.238Z] #76 1.803 Hit:1 http://deb.debian.org/debian bookworm InRelease
09:37:56 [2024-04-19T09:37:56.238Z] #76 1.804 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
09:37:56 [2024-04-19T09:37:56.238Z] #76 1.804 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
09:37:56 [2024-04-19T09:37:56.238Z] #76 2.542 Reading package lists...
09:37:56 [2024-04-19T09:37:56.238Z] #76 3.488 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
09:37:56 [2024-04-19T09:37:56.238Z] #76 3.495 Reading package lists...
09:37:56 [2024-04-19T09:37:56.238Z] #76 4.442 Building dependency tree...
09:37:56 [2024-04-19T09:37:56.238Z] #76 4.738 Reading state information...
09:37:56 [2024-04-19T09:37:56.238Z] #76 5.234 gcc is already the newest version (4:12.2.0-3).
09:37:56 [2024-04-19T09:37:56.238Z] #76 5.234 libc6-dev is already the newest version (2.36-9+deb12u4).
09:37:56 [2024-04-19T09:37:56.238Z] #76 5.234 pkg-config is already the newest version (1.8.1-1).
09:37:56 [2024-04-19T09:37:56.238Z] #76 5.234 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
09:37:56 [2024-04-19T09:37:56.238Z] #76 DONE 6.0s
09:37:56 [2024-04-19T09:37:56.238Z] 
09:37:56 [2024-04-19T09:37:56.238Z] #77 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
09:37:57 [2024-04-19T09:37:57.166Z] #77 0.999 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
09:37:57 [2024-04-19T09:37:57.166Z] #77 0.999   Compatibility with CMake < 2.8.12 will be removed from a future version of
09:37:57 [2024-04-19T09:37:57.166Z] #77 0.999   CMake.
09:37:57 [2024-04-19T09:37:57.166Z] #77 0.999 
09:37:57 [2024-04-19T09:37:57.166Z] #77 0.999   Update the VERSION argument <min> value or use a ...<max> suffix to tell
09:37:57 [2024-04-19T09:37:57.166Z] #77 0.999   CMake that the project does not need compatibility with older versions.
09:37:57 [2024-04-19T09:37:57.166Z] #77 0.999 
09:37:57 [2024-04-19T09:37:57.166Z] #77 1.019 
09:37:57 [2024-04-19T09:37:57.421Z] #77 1.213 -- The C compiler identification is GNU 12.2.0
09:37:57 [2024-04-19T09:37:57.421Z] #77 1.243 -- Detecting C compiler ABI info
09:37:57 [2024-04-19T09:37:57.677Z] #77 1.470 -- Detecting C compiler ABI info - done
09:37:57 [2024-04-19T09:37:57.677Z] #77 1.488 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
09:37:57 [2024-04-19T09:37:57.677Z] #77 1.490 -- Detecting C compile features
09:37:57 [2024-04-19T09:37:57.677Z] #77 1.491 -- Detecting C compile features - done
09:37:57 [2024-04-19T09:37:57.677Z] #77 1.508 -- Performing Test HAS_BUILTIN_FORTIFY
09:37:57 [2024-04-19T09:37:57.677Z] #77 1.566 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:37:57 [2024-04-19T09:37:57.677Z] #77 1.591 -- Configuring done
09:37:57 [2024-04-19T09:37:57.933Z] #77 1.596 -- Generating done
09:37:57 [2024-04-19T09:37:57.933Z] #77 1.605 -- Build files have been written to: /go/src/github.com/krallin/tini
09:37:57 [2024-04-19T09:37:57.933Z] #77 1.810 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:37:58 [2024-04-19T09:37:58.493Z] #77 2.326 [100%] Linking C executable tini-static
09:37:58 [2024-04-19T09:37:58.748Z] #77 2.576 [100%] Built target tini-static
09:38:00 [2024-04-19T09:38:00.632Z] #77 ...
09:38:00 [2024-04-19T09:38:00.632Z] 
09:38:00 [2024-04-19T09:38:00.632Z] #78 [delve-supported 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
09:38:00 [2024-04-19T09:38:00.632Z] #78 ...
09:38:00 [2024-04-19T09:38:00.632Z] 
09:38:00 [2024-04-19T09:38:00.632Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
09:38:00 [2024-04-19T09:38:00.632Z] #79 4.173 + bin/ctr
09:38:00 [2024-04-19T09:38:00.632Z] #79 4.173 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
09:38:01 [2024-04-19T09:38:01.192Z] #79 ...
09:38:01 [2024-04-19T09:38:01.192Z] 
09:38:01 [2024-04-19T09:38:01.192Z] #77 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
09:38:01 [2024-04-19T09:38:01.192Z] #77 DONE 5.2s
09:38:01 [2024-04-19T09:38:01.448Z] 
09:38:01 [2024-04-19T09:38:01.448Z] #67 [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.0.0 https://github.com/docker/cli.git /build      && /build/docker --version
09:38:01 [2024-04-19T09:38:01.703Z] #67 ...
09:38:01 [2024-04-19T09:38:01.703Z] 
09:38:01 [2024-04-19T09:38:01.703Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:01 [2024-04-19T09:38:01.703Z] #74 11.47 aclocal: warning: couldn't open directory 'm4': No such file or directory
09:38:06 [2024-04-19T09:38:06.941Z] #74 16.53 libtoolize: putting auxiliary files in '.'.
09:38:06 [2024-04-19T09:38:06.941Z] #74 16.53 libtoolize: copying file './ltmain.sh'
09:38:07 [2024-04-19T09:38:07.501Z] #74 17.34 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
09:38:07 [2024-04-19T09:38:07.501Z] #74 17.34 libtoolize: and rerunning libtoolize and aclocal.
09:38:07 [2024-04-19T09:38:07.501Z] #74 17.34 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:38:10 [2024-04-19T09:38:10.761Z] #74 20.64 configure.ac:7: installing './compile'
09:38:11 [2024-04-19T09:38:11.016Z] #74 20.64 configure.ac:11: installing './config.guess'
09:38:11 [2024-04-19T09:38:11.016Z] #74 20.64 configure.ac:11: installing './config.sub'
09:38:11 [2024-04-19T09:38:11.016Z] #74 20.64 configure.ac:8: installing './install-sh'
09:38:11 [2024-04-19T09:38:11.016Z] #74 20.65 configure.ac:8: installing './missing'
09:38:11 [2024-04-19T09:38:11.016Z] #74 20.68 Makefile.am: installing './depcomp'
09:38:11 [2024-04-19T09:38:11.576Z] #74 21.34 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:38:11 [2024-04-19T09:38:11.576Z] #74 21.34 libtoolize: copying file 'build-aux/ltmain.sh'
09:38:11 [2024-04-19T09:38:11.576Z] #74 21.46 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:38:11 [2024-04-19T09:38:11.576Z] #74 21.46 libtoolize: copying file 'm4/libtool.m4'
09:38:11 [2024-04-19T09:38:11.576Z] #74 21.58 libtoolize: copying file 'm4/ltoptions.m4'
09:38:11 [2024-04-19T09:38:11.831Z] #74 21.75 libtoolize: copying file 'm4/ltsugar.m4'
09:38:12 [2024-04-19T09:38:12.086Z] #74 21.96 libtoolize: copying file 'm4/ltversion.m4'
09:38:12 [2024-04-19T09:38:12.086Z] #74 22.08 libtoolize: copying file 'm4/lt~obsolete.m4'
09:38:12 [2024-04-19T09:38:12.341Z] #74 22.23 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:38:14 [2024-04-19T09:38:14.853Z] #74 24.44 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
09:38:14 [2024-04-19T09:38:14.853Z] #74 24.44 configure.ac:3: You should run autoupdate.
09:38:14 [2024-04-19T09:38:14.853Z] #74 24.44 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
09:38:14 [2024-04-19T09:38:14.853Z] #74 24.44 configure.ac:3: the top level
09:38:16 [2024-04-19T09:38:16.216Z] #74 26.22 configure.ac:7: installing 'build-aux/compile'
09:38:16 [2024-04-19T09:38:16.474Z] #74 26.22 configure.ac:9: installing 'build-aux/config.guess'
09:38:16 [2024-04-19T09:38:16.474Z] #74 26.23 configure.ac:9: installing 'build-aux/config.sub'
09:38:16 [2024-04-19T09:38:16.474Z] #74 26.24 configure.ac:11: installing 'build-aux/install-sh'
09:38:16 [2024-04-19T09:38:16.474Z] #74 26.25 configure.ac:11: installing 'build-aux/missing'
09:38:16 [2024-04-19T09:38:16.474Z] #74 26.40 Makefile.am: installing 'build-aux/depcomp'
09:38:16 [2024-04-19T09:38:16.729Z] #74 26.43 parallel-tests: installing 'build-aux/test-driver'
09:38:17 [2024-04-19T09:38:17.660Z] #74 27.56 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:38:17 [2024-04-19T09:38:17.915Z] #74 27.56 libtoolize: copying file 'build-aux/ltmain.sh'
09:38:17 [2024-04-19T09:38:17.915Z] #74 27.84 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:38:17 [2024-04-19T09:38:17.915Z] #74 27.84 libtoolize: copying file 'm4/libtool.m4'
09:38:18 [2024-04-19T09:38:18.171Z] #74 27.98 libtoolize: copying file 'm4/ltoptions.m4'
09:38:18 [2024-04-19T09:38:18.171Z] #74 28.12 libtoolize: copying file 'm4/ltsugar.m4'
09:38:18 [2024-04-19T09:38:18.426Z] #74 28.22 libtoolize: copying file 'm4/ltversion.m4'
09:38:18 [2024-04-19T09:38:18.681Z] #74 28.29 libtoolize: copying file 'm4/lt~obsolete.m4'
09:38:23 [2024-04-19T09:38:23.924Z] #74 33.19 configure.ac:11: installing 'build-aux/compile'
09:38:23 [2024-04-19T09:38:23.924Z] #74 33.20 configure.ac:11: installing 'build-aux/config.guess'
09:38:23 [2024-04-19T09:38:23.924Z] #74 33.20 configure.ac:11: installing 'build-aux/config.sub'
09:38:23 [2024-04-19T09:38:23.924Z] #74 33.20 configure.ac:13: installing 'build-aux/install-sh'
09:38:23 [2024-04-19T09:38:23.924Z] #74 33.20 configure.ac:13: installing 'build-aux/missing'
09:38:23 [2024-04-19T09:38:23.924Z] #74 33.20 configure.ac:8: installing 'build-aux/tap-driver.sh'
09:38:23 [2024-04-19T09:38:23.924Z] #74 33.26 Makefile.am: installing 'build-aux/depcomp'
09:38:24 [2024-04-19T09:38:24.435Z] #74 34.06 checking build system type... aarch64-unknown-linux-gnu
09:38:24 [2024-04-19T09:38:24.435Z] #74 34.20 checking host system type... aarch64-unknown-linux-gnu
09:38:24 [2024-04-19T09:38:24.435Z] #74 34.20 checking how to print strings... printf
09:38:24 [2024-04-19T09:38:24.435Z] #74 34.22 checking for gcc... gcc
09:38:24 [2024-04-19T09:38:24.435Z] #74 34.30 checking whether the C compiler works... 
09:38:24 [2024-04-19T09:38:24.435Z] #74 ...
09:38:24 [2024-04-19T09:38:24.435Z] 
09:38:24 [2024-04-19T09:38:24.435Z] #72 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
09:38:24 [2024-04-19T09:38:24.435Z] #72 DONE 50.3s
09:38:24 [2024-04-19T09:38:24.435Z] 
09:38:24 [2024-04-19T09:38:24.435Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:24 [2024-04-19T09:38:24.435Z] #74 34.30 checking whether the C compiler works... yes
09:38:24 [2024-04-19T09:38:24.435Z] #74 34.38 checking for C compiler default output file name... a.out
09:38:24 [2024-04-19T09:38:24.690Z] #74 34.39 checking for suffix of executables... 
09:38:24 [2024-04-19T09:38:24.690Z] #74 ...
09:38:24 [2024-04-19T09:38:24.690Z] 
09:38:24 [2024-04-19T09:38:24.690Z] #71 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
09:38:24 [2024-04-19T09:38:24.690Z] #71 DONE 52.2s
09:38:24 [2024-04-19T09:38:24.690Z] 
09:38:24 [2024-04-19T09:38:24.690Z] #80 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
09:38:24 [2024-04-19T09:38:24.690Z] #80 DONE 0.1s
09:38:24 [2024-04-19T09:38:24.690Z] 
09:38:24 [2024-04-19T09:38:24.690Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:24 [2024-04-19T09:38:24.690Z] #74 34.39 checking for suffix of executables... 
09:38:24 [2024-04-19T09:38:24.690Z] #74 34.51 checking whether we are cross compiling... no
09:38:24 [2024-04-19T09:38:24.945Z] #74 ...
09:38:24 [2024-04-19T09:38:24.945Z] 
09:38:24 [2024-04-19T09:38:24.945Z] #81 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
09:38:24 [2024-04-19T09:38:24.945Z] #81 DONE 0.1s
09:38:24 [2024-04-19T09:38:24.945Z] 
09:38:24 [2024-04-19T09:38:24.945Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:24 [2024-04-19T09:38:24.945Z] #74 34.63 checking for suffix of object files... o
09:38:24 [2024-04-19T09:38:24.945Z] #74 34.68 checking whether the compiler supports GNU C... yes
09:38:25 [2024-04-19T09:38:25.225Z] #74 34.80 checking whether gcc accepts -g... yes
09:38:25 [2024-04-19T09:38:25.225Z] #74 34.89 checking for gcc option to enable C11 features... none needed
09:38:25 [2024-04-19T09:38:25.481Z] #74 35.13 checking whether gcc understands -c and -o together... yes
09:38:25 [2024-04-19T09:38:25.481Z] #74 35.28 checking for a sed that does not truncate output... /usr/bin/sed
09:38:25 [2024-04-19T09:38:25.481Z] #74 35.32 checking for grep that handles long lines and -e... /usr/bin/grep
09:38:25 [2024-04-19T09:38:25.481Z] #74 35.35 checking for egrep... /usr/bin/grep -E
09:38:25 [2024-04-19T09:38:25.481Z] #74 35.35 checking for fgrep... /usr/bin/grep -F
09:38:25 [2024-04-19T09:38:25.481Z] #74 35.35 checking for ld used by gcc... /usr/bin/ld
09:38:25 [2024-04-19T09:38:25.481Z] #74 35.37 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:38:25 [2024-04-19T09:38:25.481Z] #74 35.38 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.39 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.44 checking whether ln -s works... yes
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.44 checking the maximum length of command line arguments... 1572864
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.47 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.47 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.47 checking for /usr/bin/ld option to reload object files... -r
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.47 checking for file... file
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.47 checking for objdump... objdump
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.47 checking how to recognize dependent libraries... pass_all
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.47 checking for dlltool... no
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.47 checking how to associate runtime and link libraries... printf %s\n
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.47 checking for ar... ar
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.47 checking for archiver @FILE support... @
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.55 checking for strip... strip
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.55 checking for ranlib... ranlib
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.56 checking for gawk... no
09:38:25 [2024-04-19T09:38:25.736Z] #74 35.56 checking for mawk... mawk
09:38:25 [2024-04-19T09:38:25.991Z] #74 35.56 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:38:25 [2024-04-19T09:38:25.991Z] #74 35.82 checking for sysroot... no
09:38:25 [2024-04-19T09:38:25.991Z] #74 35.82 checking for a working dd... /usr/bin/dd
09:38:25 [2024-04-19T09:38:25.991Z] #74 35.84 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
09:38:25 [2024-04-19T09:38:25.991Z] #74 35.87 checking for mt... no
09:38:25 [2024-04-19T09:38:25.991Z] #74 35.87 checking if : is a manifest tool... no
09:38:25 [2024-04-19T09:38:25.991Z] #74 35.88 checking for stdio.h... yes
09:38:26 [2024-04-19T09:38:26.246Z] #74 35.96 checking for stdlib.h... yes
09:38:26 [2024-04-19T09:38:26.246Z] #74 36.02 checking for string.h... 
09:38:26 [2024-04-19T09:38:26.246Z] #74 ...
09:38:26 [2024-04-19T09:38:26.246Z] 
09:38:26 [2024-04-19T09:38:26.246Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
09:38:26 [2024-04-19T09:38:26.246Z] #82 DONE 0.7s
09:38:26 [2024-04-19T09:38:26.501Z] 
09:38:26 [2024-04-19T09:38:26.501Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:26 [2024-04-19T09:38:26.501Z] #74 36.02 checking for string.h... yes
09:38:26 [2024-04-19T09:38:26.501Z] #74 36.22 checking for inttypes.h... yes
09:38:26 [2024-04-19T09:38:26.501Z] #74 36.28 checking for stdint.h... yes
09:38:26 [2024-04-19T09:38:26.501Z] #74 36.35 checking for strings.h... yes
09:38:26 [2024-04-19T09:38:26.501Z] #74 36.44 checking for sys/stat.h... yes
09:38:26 [2024-04-19T09:38:26.757Z] #74 36.51 checking for sys/types.h... yes
09:38:26 [2024-04-19T09:38:26.757Z] #74 36.57 checking for unistd.h... yes
09:38:27 [2024-04-19T09:38:27.012Z] #74 36.66 checking for dlfcn.h... yes
09:38:27 [2024-04-19T09:38:27.012Z] #74 36.77 checking for objdir... .libs
09:38:27 [2024-04-19T09:38:27.267Z] #74 37.01 checking if gcc supports -fno-rtti -fno-exceptions... no
09:38:27 [2024-04-19T09:38:27.522Z] #74 37.12 checking for gcc option to produce PIC... -fPIC -DPIC
09:38:27 [2024-04-19T09:38:27.522Z] #74 37.12 checking if gcc PIC flag -fPIC -DPIC works... yes
09:38:27 [2024-04-19T09:38:27.522Z] #74 37.17 checking if gcc static flag -static works... yes
09:38:27 [2024-04-19T09:38:27.522Z] #74 37.35 checking if gcc supports -c -o file.o... yes
09:38:27 [2024-04-19T09:38:27.777Z] #74 37.49 checking if gcc supports -c -o file.o... (cached) yes
09:38:27 [2024-04-19T09:38:27.777Z] #74 37.49 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:38:27 [2024-04-19T09:38:27.777Z] #74 37.53 checking dynamic linker characteristics... GNU/Linux ld.so
09:38:28 [2024-04-19T09:38:28.033Z] #74 37.74 checking how to hardcode library paths into programs... immediate
09:38:28 [2024-04-19T09:38:28.033Z] #74 37.74 checking whether stripping libraries is possible... yes
09:38:28 [2024-04-19T09:38:28.033Z] #74 37.75 checking if libtool supports shared libraries... yes
09:38:28 [2024-04-19T09:38:28.033Z] #74 37.75 checking whether to build shared libraries... no
09:38:28 [2024-04-19T09:38:28.033Z] #74 37.75 checking whether to build static libraries... yes
09:38:28 [2024-04-19T09:38:28.033Z] #74 37.76 checking for a BSD-compatible install... /usr/bin/install -c
09:38:28 [2024-04-19T09:38:28.033Z] #74 37.80 checking whether build environment is sane... yes
09:38:28 [2024-04-19T09:38:28.033Z] #74 37.84 checking for a race-free mkdir -p... /usr/bin/mkdir -p
09:38:28 [2024-04-19T09:38:28.033Z] #74 37.85 checking whether make sets $(MAKE)... yes
09:38:28 [2024-04-19T09:38:28.033Z] #74 37.90 checking whether make supports the include directive... yes (GNU style)
09:38:28 [2024-04-19T09:38:28.288Z] #74 37.96 checking whether make supports nested variables... yes
09:38:28 [2024-04-19T09:38:28.288Z] #74 37.99 checking whether UID '0' is supported by ustar format... yes
09:38:28 [2024-04-19T09:38:28.288Z] #74 37.99 checking whether GID '0' is supported by ustar format... yes
09:38:28 [2024-04-19T09:38:28.288Z] #74 37.99 checking how to create a ustar tar archive... gnutar
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.03 checking dependency style of gcc... gcc3
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.12 checking whether to enable maintainer-specific portions of Makefiles... yes
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.12 checking whether make supports nested variables... (cached) yes
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.12 checking for gawk... (cached) mawk
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.13 checking for a sed that does not truncate output... (cached) /usr/bin/sed
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.13 checking for gcc... (cached) gcc
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.20 checking whether the compiler supports GNU C... (cached) yes
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.20 checking whether gcc accepts -g... (cached) yes
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.20 checking for gcc option to enable C11 features... (cached) none needed
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.20 checking whether gcc understands -c and -o together... (cached) yes
09:38:28 [2024-04-19T09:38:28.288Z] #74 38.20 checking for a Python interpreter with version >= 3... python3
09:38:28 [2024-04-19T09:38:28.543Z] #74 38.24 checking for python3... /usr/bin/python3
09:38:28 [2024-04-19T09:38:28.543Z] #74 38.25 checking for python3 version... 3.11
09:38:28 [2024-04-19T09:38:28.543Z] #74 38.26 checking for python3 platform... linux
09:38:28 [2024-04-19T09:38:28.543Z] #74 38.28 checking for GNU default python3 prefix... ${prefix}
09:38:28 [2024-04-19T09:38:28.543Z] #74 38.28 checking for GNU default python3 exec_prefix... ${exec_prefix}
09:38:28 [2024-04-19T09:38:28.543Z] #74 38.28 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
09:38:28 [2024-04-19T09:38:28.543Z] #74 38.33 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
09:38:28 [2024-04-19T09:38:28.543Z] #74 38.41 checking for go-md2man... no
09:38:28 [2024-04-19T09:38:28.543Z] #74 38.41 checking for error.h... yes
09:38:28 [2024-04-19T09:38:28.798Z] #74 38.53 checking for linux/openat2.h... yes
09:38:28 [2024-04-19T09:38:28.798Z] #74 38.60 checking for stdatomic.h... yes
09:38:29 [2024-04-19T09:38:29.053Z] #74 38.68 checking for linux/ioprio.h... yes
09:38:29 [2024-04-19T09:38:29.053Z] #74 38.81 checking for atomic_int... yes
09:38:29 [2024-04-19T09:38:29.053Z] #74 38.89 checking for atomic_bool... yes
09:38:29 [2024-04-19T09:38:29.308Z] #74 38.99 checking for copy_file_range... yes
09:38:29 [2024-04-19T09:38:29.308Z] #74 39.08 checking for fgetxattr... yes
09:38:29 [2024-04-19T09:38:29.563Z] #74 39.18 checking for statx... yes
09:38:29 [2024-04-19T09:38:29.563Z] #74 39.27 checking for fgetpwent_r... yes
09:38:29 [2024-04-19T09:38:29.563Z] #74 39.33 checking for issetugid... no
09:38:29 [2024-04-19T09:38:29.563Z] #74 39.39 checking for memfd_create... yes
09:38:29 [2024-04-19T09:38:29.819Z] #74 39.45 checking for pkg-config... /usr/bin/pkg-config
09:38:29 [2024-04-19T09:38:29.819Z] #74 39.45 checking pkg-config is at least version 0.9.0... yes
09:38:29 [2024-04-19T09:38:29.819Z] #74 39.46 checking for library containing yajl_tree_get... -lyajl
09:38:30 [2024-04-19T09:38:30.073Z] #74 39.69 checking for yajl >= 2.0.0... yes
09:38:30 [2024-04-19T09:38:30.073Z] #74 39.71 checking for sys/capability.h... yes
09:38:30 [2024-04-19T09:38:30.073Z] #74 39.76 checking for library containing cap_from_name... -lcap
09:38:30 [2024-04-19T09:38:30.073Z] #74 39.91 checking for library containing gcry_check_version... no
09:38:30 [2024-04-19T09:38:30.329Z] #74 40.03 checking for library containing dlopen... none required
09:38:30 [2024-04-19T09:38:30.329Z] #74 40.10 checking for seccomp.h... yes
09:38:30 [2024-04-19T09:38:30.584Z] #74 40.14 checking for library containing seccomp_rule_add... -lseccomp
09:38:30 [2024-04-19T09:38:30.584Z] #74 40.36 checking for library containing seccomp_arch_resolve_name... none required
09:38:30 [2024-04-19T09:38:30.584Z] #74 40.45 checking for systemd/sd-bus.h... yes
09:38:30 [2024-04-19T09:38:30.839Z] #74 40.57 checking for library containing sd_bus_match_signal_async... -lsystemd
09:38:31 [2024-04-19T09:38:31.094Z] #74 40.75 checking for sd_notify_barrier... yes
09:38:31 [2024-04-19T09:38:31.094Z] #74 40.83 checking for linux/bpf.h... yes
09:38:31 [2024-04-19T09:38:31.094Z] #74 40.94 checking compilation for eBPF... yes
09:38:31 [2024-04-19T09:38:31.349Z] #74 41.07 checking for criu >= 3.15... no
09:38:31 [2024-04-19T09:38:31.349Z] #74 41.10 configure: CRIU headers not found, building without CRIU support
09:38:31 [2024-04-19T09:38:31.349Z] #74 41.10 checking for criu > 3.16... no
09:38:31 [2024-04-19T09:38:31.349Z] #74 41.13 configure: CRIU version doesn't support join-ns API
09:38:31 [2024-04-19T09:38:31.349Z] #74 41.13 checking for criu > 3.16.1... no
09:38:31 [2024-04-19T09:38:31.349Z] #74 41.15 configure: CRIU version doesn't support for pre-dumping
09:38:31 [2024-04-19T09:38:31.349Z] #74 41.15 checking for new mount API (fsconfig)... yes
09:38:31 [2024-04-19T09:38:31.349Z] #74 41.30 yes
09:38:31 [2024-04-19T09:38:31.349Z] #74 41.30 checking for seccomp notify API... yes
09:38:31 [2024-04-19T09:38:31.604Z] #74 41.35 checking for gperf... no
09:38:31 [2024-04-19T09:38:31.604Z] #74 41.35 configure: gperf not found - cannot rebuild signal parser code
09:38:31 [2024-04-19T09:38:31.604Z] #74 41.35 checking for library containing argp_parse... none required
09:38:31 [2024-04-19T09:38:31.859Z] #74 41.54 checking that generated files are newer than configure... done
09:38:31 [2024-04-19T09:38:31.859Z] #74 41.54 configure: creating ./config.status
09:38:34 [2024-04-19T09:38:34.370Z] #74 44.07 config.status: creating Makefile
09:38:34 [2024-04-19T09:38:34.370Z] #74 44.09 config.status: creating config.h
09:38:34 [2024-04-19T09:38:34.370Z] #74 44.10 config.status: executing libtool commands
09:38:34 [2024-04-19T09:38:34.370Z] #74 44.14 config.status: executing depfiles commands
09:38:34 [2024-04-19T09:38:34.930Z] #74 44.79 === configuring in libocispec (/tmp/crun-build/libocispec)
09:38:35 [2024-04-19T09:38:35.185Z] #74 44.79 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:38:35 [2024-04-19T09:38:35.185Z] #74 44.99 checking for gcc... gcc
09:38:35 [2024-04-19T09:38:35.449Z] #74 45.10 checking whether the C compiler works... yes
09:38:35 [2024-04-19T09:38:35.449Z] #74 45.19 checking for C compiler default output file name... a.out
09:38:35 [2024-04-19T09:38:35.449Z] #74 45.20 checking for suffix of executables... 
09:38:35 [2024-04-19T09:38:35.449Z] #74 45.31 checking whether we are cross compiling... no
09:38:35 [2024-04-19T09:38:35.449Z] #74 45.37 checking for suffix of object files... o
09:38:35 [2024-04-19T09:38:35.704Z] #74 45.42 checking whether the compiler supports GNU C... yes
09:38:35 [2024-04-19T09:38:35.704Z] #74 45.45 checking whether gcc accepts -g... yes
09:38:35 [2024-04-19T09:38:35.704Z] #74 45.50 checking for gcc option to enable C11 features... none needed
09:38:35 [2024-04-19T09:38:35.959Z] #74 45.61 checking whether gcc understands -c and -o together... yes
09:38:35 [2024-04-19T09:38:35.959Z] #74 45.68 checking for stdio.h... yes
09:38:35 [2024-04-19T09:38:35.959Z] #74 45.71 checking for stdlib.h... yes
09:38:35 [2024-04-19T09:38:35.959Z] #74 45.75 checking for string.h... yes
09:38:35 [2024-04-19T09:38:35.959Z] #74 45.79 checking for inttypes.h... yes
09:38:35 [2024-04-19T09:38:35.959Z] #74 45.84 checking for stdint.h... yes
09:38:35 [2024-04-19T09:38:35.959Z] #74 45.89 checking for strings.h... yes
09:38:36 [2024-04-19T09:38:36.214Z] #74 45.94 checking for sys/stat.h... yes
09:38:36 [2024-04-19T09:38:36.214Z] #74 45.99 checking for sys/types.h... yes
09:38:36 [2024-04-19T09:38:36.214Z] #74 46.07 checking for unistd.h... yes
09:38:36 [2024-04-19T09:38:36.214Z] #74 46.14 checking for wchar.h... yes
09:38:36 [2024-04-19T09:38:36.469Z] #74 46.19 checking for minix/config.h... no
09:38:36 [2024-04-19T09:38:36.469Z] #74 46.25 checking whether it is safe to define __EXTENSIONS__... yes
09:38:36 [2024-04-19T09:38:36.469Z] #74 46.31 checking whether _XOPEN_SOURCE should be defined... no
09:38:36 [2024-04-19T09:38:36.469Z] #74 46.38 checking build system type... 
09:38:36 [2024-04-19T09:38:36.469Z] #74 ...
09:38:36 [2024-04-19T09:38:36.469Z] 
09:38:36 [2024-04-19T09:38:36.469Z] #64 [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
09:38:36 [2024-04-19T09:38:36.469Z] #64 73.77 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
09:38:36 [2024-04-19T09:38:36.469Z] #64 73.85 Docker version unknown-version, build unknown-commit
09:38:37 [2024-04-19T09:38:37.406Z] #64 DONE 74.5s
09:38:37 [2024-04-19T09:38:37.406Z] 
09:38:37 [2024-04-19T09:38:37.406Z] #73 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
09:38:37 [2024-04-19T09:38:37.406Z] #73 DONE 49.1s
09:38:37 [2024-04-19T09:38:37.406Z] 
09:38:37 [2024-04-19T09:38:37.406Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:37 [2024-04-19T09:38:37.406Z] #74 46.38 checking build system type... aarch64-unknown-linux-gnu
09:38:37 [2024-04-19T09:38:37.406Z] #74 46.53 checking host system type... aarch64-unknown-linux-gnu
09:38:37 [2024-04-19T09:38:37.406Z] #74 46.53 checking how to print strings... printf
09:38:37 [2024-04-19T09:38:37.406Z] #74 46.55 checking for a sed that does not truncate output... /usr/bin/sed
09:38:37 [2024-04-19T09:38:37.406Z] #74 46.56 checking for grep that handles long lines and -e... /usr/bin/grep
09:38:37 [2024-04-19T09:38:37.406Z] #74 46.56 checking for egrep... /usr/bin/grep -E
09:38:37 [2024-04-19T09:38:37.406Z] #74 46.56 checking for fgrep... /usr/bin/grep -F
09:38:37 [2024-04-19T09:38:37.406Z] #74 46.57 checking for ld used by gcc... /usr/bin/ld
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.59 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.60 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.61 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.68 checking whether ln -s works... yes
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.68 checking the maximum length of command line arguments... 1572864
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.70 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.70 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.70 checking for /usr/bin/ld option to reload object files... -r
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.70 checking for file... file
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.70 checking for objdump... objdump
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.70 checking how to recognize dependent libraries... pass_all
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.70 checking for dlltool... no
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.70 checking how to associate runtime and link libraries... printf %s\n
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.70 checking for ar... ar
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.70 checking for archiver @FILE support... @
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.78 checking for strip... strip
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.78 checking for ranlib... ranlib
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.78 checking for gawk... no
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.78 checking for mawk... mawk
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.78 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.98 checking for sysroot... no
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.98 checking for a working dd... /usr/bin/dd
09:38:37 [2024-04-19T09:38:37.407Z] #74 46.99 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
09:38:37 [2024-04-19T09:38:37.407Z] #74 47.00 checking for mt... no
09:38:37 [2024-04-19T09:38:37.407Z] #74 47.00 checking if : is a manifest tool... no
09:38:37 [2024-04-19T09:38:37.407Z] #74 47.01 checking for dlfcn.h... yes
09:38:37 [2024-04-19T09:38:37.407Z] #74 47.06 checking for objdir... .libs
09:38:37 [2024-04-19T09:38:37.661Z] #74 47.30 checking if gcc supports -fno-rtti -fno-exceptions... no
09:38:37 [2024-04-19T09:38:37.661Z] #74 47.34 checking for gcc option to produce PIC... -fPIC -DPIC
09:38:37 [2024-04-19T09:38:37.661Z] #74 47.34 checking if gcc PIC flag -fPIC -DPIC works... yes
09:38:37 [2024-04-19T09:38:37.661Z] #74 47.41 checking if gcc static flag -static works... yes
09:38:37 [2024-04-19T09:38:37.916Z] #74 47.52 checking if gcc supports -c -o file.o... yes
09:38:37 [2024-04-19T09:38:37.916Z] #74 47.63 checking if gcc supports -c -o file.o... (cached) yes
09:38:37 [2024-04-19T09:38:37.916Z] #74 47.63 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:38:37 [2024-04-19T09:38:37.916Z] #74 47.68 checking dynamic linker characteristics... GNU/Linux ld.so
09:38:37 [2024-04-19T09:38:37.916Z] #74 47.89 checking how to hardcode library paths into programs... immediate
09:38:38 [2024-04-19T09:38:38.171Z] #74 47.89 checking whether stripping libraries is possible... yes
09:38:38 [2024-04-19T09:38:38.171Z] #74 47.90 checking if libtool supports shared libraries... yes
09:38:38 [2024-04-19T09:38:38.171Z] #74 47.90 checking whether to build shared libraries... no
09:38:38 [2024-04-19T09:38:38.171Z] #74 47.90 checking whether to build static libraries... yes
09:38:38 [2024-04-19T09:38:38.171Z] #74 47.90 checking for a BSD-compatible install... /usr/bin/install -c
09:38:38 [2024-04-19T09:38:38.171Z] #74 47.94 checking whether build environment is sane... yes
09:38:38 [2024-04-19T09:38:38.171Z] #74 47.96 checking for a race-free mkdir -p... /usr/bin/mkdir -p
09:38:38 [2024-04-19T09:38:38.171Z] #74 47.96 checking whether make sets $(MAKE)... yes
09:38:38 [2024-04-19T09:38:38.171Z] #74 48.00 checking whether make supports the include directive... 
09:38:38 [2024-04-19T09:38:38.171Z] #74 ...
09:38:38 [2024-04-19T09:38:38.171Z] 
09:38:38 [2024-04-19T09:38:38.171Z] #78 [delve-supported 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
09:38:38 [2024-04-19T09:38:38.171Z] #78 DONE 47.9s
09:38:38 [2024-04-19T09:38:38.171Z] 
09:38:38 [2024-04-19T09:38:38.171Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:38 [2024-04-19T09:38:38.171Z] #74 48.00 checking whether make supports the include directive... yes (GNU style)
09:38:38 [2024-04-19T09:38:38.171Z] #74 48.04 checking whether make supports nested variables... yes
09:38:38 [2024-04-19T09:38:38.171Z] #74 48.05 checking whether UID '0' is supported by ustar format... yes
09:38:38 [2024-04-19T09:38:38.171Z] #74 48.05 checking whether GID '0' is supported by ustar format... yes
09:38:38 [2024-04-19T09:38:38.171Z] #74 48.05 checking how to create a ustar tar archive... gnutar
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.07 checking dependency style of gcc... gcc3
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.18 checking whether to enable maintainer-specific portions of Makefiles... yes
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.18 checking whether make supports nested variables... (cached) yes
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.18 checking for pkg-config... /usr/bin/pkg-config
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.18 checking pkg-config is at least version 0.9.0... yes
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.18 checking for yajl >= 2.1.0... yes
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.19 checking for a sed that does not truncate output... (cached) /usr/bin/sed
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.19 checking for gcc... (cached) gcc
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.23 checking whether the compiler supports GNU C... (cached) yes
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.23 checking whether gcc accepts -g... (cached) yes
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.23 checking for gcc option to enable C11 features... (cached) none needed
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.23 checking whether gcc understands -c and -o together... (cached) yes
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.23 checking for a Python interpreter with version >= 3... python3
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.28 checking for python3... /usr/bin/python3
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.28 checking for python3 version... 3.11
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.30 checking for python3 platform... linux
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.31 checking for GNU default python3 prefix... ${prefix}
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.31 checking for GNU default python3 exec_prefix... ${exec_prefix}
09:38:38 [2024-04-19T09:38:38.426Z] #74 48.31 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
09:38:38 [2024-04-19T09:38:38.681Z] #74 48.34 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
09:38:39 [2024-04-19T09:38:39.244Z] #74 48.42 checking that generated files are newer than configure... done
09:38:39 [2024-04-19T09:38:39.244Z] #74 ...
09:38:39 [2024-04-19T09:38:39.244Z] 
09:38:39 [2024-04-19T09:38:39.244Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
09:38:39 [2024-04-19T09:38:39.244Z] #83 DONE 0.1s
09:38:39 [2024-04-19T09:38:39.244Z] 
09:38:39 [2024-04-19T09:38:39.244Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:39 [2024-04-19T09:38:39.244Z] #74 48.95 configure: creating ./config.status
09:38:39 [2024-04-19T09:38:39.244Z] #74 ...
09:38:39 [2024-04-19T09:38:39.244Z] 
09:38:39 [2024-04-19T09:38:39.244Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
09:38:39 [2024-04-19T09:38:39.244Z] #84 DONE 0.1s
09:38:39 [2024-04-19T09:38:39.244Z] 
09:38:39 [2024-04-19T09:38:39.244Z] #85 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
09:38:39 [2024-04-19T09:38:39.244Z] #85 DONE 0.1s
09:38:39 [2024-04-19T09:38:39.499Z] 
09:38:39 [2024-04-19T09:38:39.499Z] #86 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
09:38:39 [2024-04-19T09:38:39.499Z] #86 DONE 0.1s
09:38:39 [2024-04-19T09:38:39.499Z] 
09:38:39 [2024-04-19T09:38:39.499Z] #87 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
09:38:39 [2024-04-19T09:38:39.499Z] #87 DONE 0.1s
09:38:39 [2024-04-19T09:38:39.499Z] 
09:38:39 [2024-04-19T09:38:39.500Z] #54 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2"      && /build/golangci-lint --version
09:38:39 [2024-04-19T09:38:39.755Z] #54 ...
09:38:39 [2024-04-19T09:38:39.755Z] 
09:38:39 [2024-04-19T09:38:39.755Z] #88 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
09:38:39 [2024-04-19T09:38:39.755Z] #88 DONE 0.1s
09:38:39 [2024-04-19T09:38:39.755Z] 
09:38:39 [2024-04-19T09:38:39.755Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
09:38:39 [2024-04-19T09:38:39.755Z] #89 DONE 0.1s
09:38:39 [2024-04-19T09:38:39.755Z] 
09:38:39 [2024-04-19T09:38:39.755Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:40 [2024-04-19T09:38:40.010Z] #74 ...
09:38:40 [2024-04-19T09:38:40.010Z] 
09:38:40 [2024-04-19T09:38:40.010Z] #54 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2"      && /build/golangci-lint --version
09:38:40 [2024-04-19T09:38:40.010Z] #54 77.33 golangci-lint has version v1.55.2 built with go1.21.9 from (unknown, mod sum: "h1:yllEIsSJ7MtlDBwDJ9IMBkyEUz2fYE0b5B8IUgO1oP8=") on (unknown)
09:38:40 [2024-04-19T09:38:40.010Z] #54 DONE 77.4s
09:38:40 [2024-04-19T09:38:40.010Z] 
09:38:40 [2024-04-19T09:38:40.010Z] #67 [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.0.0 https://github.com/docker/cli.git /build      && /build/docker --version
09:38:40 [2024-04-19T09:38:40.010Z] #67 ...
09:38:40 [2024-04-19T09:38:40.010Z] 
09:38:40 [2024-04-19T09:38:40.010Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:40 [2024-04-19T09:38:40.010Z] #74 50.00 config.status: creating Makefile
09:38:40 [2024-04-19T09:38:40.265Z] #74 50.02 config.status: creating ocispec.pc
09:38:40 [2024-04-19T09:38:40.265Z] #74 50.06 config.status: creating config.h
09:38:40 [2024-04-19T09:38:40.265Z] #74 50.10 config.status: executing libtool commands
09:38:40 [2024-04-19T09:38:40.521Z] #74 ...
09:38:40 [2024-04-19T09:38:40.521Z] 
09:38:40 [2024-04-19T09:38:40.521Z] #67 [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.0.0 https://github.com/docker/cli.git /build      && /build/docker --version
09:38:40 [2024-04-19T09:38:40.521Z] #67 77.52 Docker version 26.0.0, build 2ae903e
09:38:40 [2024-04-19T09:38:40.521Z] #67 DONE 77.6s
09:38:40 [2024-04-19T09:38:40.521Z] 
09:38:40 [2024-04-19T09:38:40.521Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:40 [2024-04-19T09:38:40.521Z] #74 50.11 config.status: executing depfiles commands
09:38:40 [2024-04-19T09:38:40.521Z] #74 50.28 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
09:38:40 [2024-04-19T09:38:40.521Z] #74 50.28 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:38:40 [2024-04-19T09:38:40.521Z] #74 50.46 checking for gcc... gcc
09:38:40 [2024-04-19T09:38:40.781Z] #74 50.50 checking whether the C compiler works... #74 ...
09:38:40 [2024-04-19T09:38:40.781Z] 
09:38:40 [2024-04-19T09:38:40.781Z] #90 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
09:38:40 [2024-04-19T09:38:40.781Z] #90 DONE 0.2s
09:38:40 [2024-04-19T09:38:40.781Z] 
09:38:40 [2024-04-19T09:38:40.781Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:40 [2024-04-19T09:38:40.781Z] #74 50.50 checking whether the C compiler works... yes
09:38:40 [2024-04-19T09:38:40.781Z] #74 50.56 checking for C compiler default output file name... a.out
09:38:40 [2024-04-19T09:38:40.781Z] #74 50.57 checking for suffix of executables... 
09:38:40 [2024-04-19T09:38:40.781Z] 
09:38:40 [2024-04-19T09:38:40.781Z] #74 ...
09:38:40 [2024-04-19T09:38:40.781Z] 
09:38:40 [2024-04-19T09:38:40.781Z] #91 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
09:38:40 [2024-04-19T09:38:40.781Z] #91 DONE 0.1s
09:38:40 [2024-04-19T09:38:40.781Z] 
09:38:40 [2024-04-19T09:38:40.781Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:40 [2024-04-19T09:38:40.781Z] #74 50.61 checking whether we are cross compiling... no
09:38:40 [2024-04-19T09:38:40.781Z] #74 50.67 checking for suffix of object files... o
09:38:40 [2024-04-19T09:38:40.781Z] #74 50.70 checking whether the compiler supports GNU C... yes
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.74 checking whether gcc accepts -g... #74 ...
09:38:41 [2024-04-19T09:38:41.036Z] 
09:38:41 [2024-04-19T09:38:41.036Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
09:38:41 [2024-04-19T09:38:41.036Z] #92 DONE 0.1s
09:38:41 [2024-04-19T09:38:41.036Z] 
09:38:41 [2024-04-19T09:38:41.036Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.74 checking whether gcc accepts -g... yes
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.77 checking for gcc option to enable C11 features... none needed
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.83 checking whether gcc understands -c and -o together... yes
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.87 checking for a BSD-compatible install... /usr/bin/install -c
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.88 checking whether build environment is sane... yes
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.89 checking for a race-free mkdir -p... /usr/bin/mkdir -p
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.89 checking for gawk... no
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.89 checking for mawk... mawk
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.89 checking whether make sets $(MAKE)... yes
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.90 checking whether make supports the include directive... yes (GNU style)
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.91 checking whether make supports nested variables... yes
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.92 checking whether UID '0' is supported by ustar format... yes
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.92 checking whether GID '0' is supported by ustar format... yes
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.92 checking how to create a ustar tar archive... gnutar
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.93 checking dependency style of gcc... gcc3
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.96 checking whether to enable maintainer-specific portions of Makefiles... yes
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.96 checking whether make supports nested variables... (cached) yes
09:38:41 [2024-04-19T09:38:41.036Z] #74 50.97 checking build system type... aarch64-unknown-linux-gnu
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.01 checking host system type... aarch64-unknown-linux-gnu
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.01 checking how to print strings... printf
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.01 checking for a sed that does not truncate output... /usr/bin/sed
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.02 checking for grep that handles long lines and -e... /usr/bin/grep
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.02 checking for egrep... /usr/bin/grep -E
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.02 checking for fgrep... /usr/bin/grep -F
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.02 checking for ld used by gcc... /usr/bin/ld
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.03 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.03 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.03 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.05 checking whether ln -s works... yes
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.05 checking the maximum length of command line arguments... 1572864
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.06 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.06 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.06 checking for /usr/bin/ld option to reload object files... -r
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.06 checking for file... file
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.06 checking for objdump... objdump
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.06 checking how to recognize dependent libraries... pass_all
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.06 checking for dlltool... no
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.06 checking how to associate runtime and link libraries... printf %s\n
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.06 checking for ar... ar
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.06 checking for archiver @FILE support... @
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.10 checking for strip... strip
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.10 checking for ranlib... ranlib
09:38:41 [2024-04-19T09:38:41.291Z] #74 51.10 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.18 checking for sysroot... no
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.18 checking for a working dd... /usr/bin/dd
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.18 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.18 checking for mt... no
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.18 checking if : is a manifest tool... no
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.19 checking for stdio.h... yes
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.21 checking for stdlib.h... yes
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.24 checking for string.h... yes
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.27 checking for inttypes.h... yes
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.30 checking for stdint.h... yes
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.33 checking for strings.h... yes
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.36 checking for sys/stat.h... yes
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.39 checking for sys/types.h... yes
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.42 checking for unistd.h... yes
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.45 checking for dlfcn.h... yes
09:38:41 [2024-04-19T09:38:41.545Z] #74 51.48 checking for objdir... .libs
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.55 checking if gcc supports -fno-rtti -fno-exceptions... no
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.57 checking for gcc option to produce PIC... -fPIC -DPIC
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.57 checking if gcc PIC flag -fPIC -DPIC works... yes
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.59 checking if gcc static flag -static works... yes
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.66 checking if gcc supports -c -o file.o... yes
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.69 checking if gcc supports -c -o file.o... (cached) yes
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.69 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.70 checking dynamic linker characteristics... GNU/Linux ld.so
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.76 checking how to hardcode library paths into programs... immediate
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.76 checking whether stripping libraries is possible... yes
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.76 checking if libtool supports shared libraries... yes
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.76 checking whether to build shared libraries... no
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.76 checking whether to build static libraries... yes
09:38:41 [2024-04-19T09:38:41.800Z] #74 51.76 checking for float.h... yes
09:38:42 [2024-04-19T09:38:42.055Z] #74 51.79 checking for limits.h... yes
09:38:42 [2024-04-19T09:38:42.055Z] #74 51.83 checking for stddef.h... yes
09:38:42 [2024-04-19T09:38:42.055Z] #74 51.87 checking for stdlib.h... (cached) yes
09:38:42 [2024-04-19T09:38:42.055Z] #74 51.87 checking for string.h... (cached) yes
09:38:42 [2024-04-19T09:38:42.055Z] #74 51.87 checking for sys/time.h... yes
09:38:42 [2024-04-19T09:38:42.055Z] #74 51.92 checking for inline... inline
09:38:42 [2024-04-19T09:38:42.055Z] #74 51.94 checking for size_t... yes
09:38:42 [2024-04-19T09:38:42.310Z] #74 52.03 checking for GNU libc compatible malloc... yes
09:38:42 [2024-04-19T09:38:42.310Z] #74 52.10 checking for GNU libc compatible realloc... yes
09:38:42 [2024-04-19T09:38:42.310Z] #74 52.17 checking for working strtod... yes
09:38:42 [2024-04-19T09:38:42.310Z] #74 52.23 checking for gettimeofday... yes
09:38:42 [2024-04-19T09:38:42.565Z] #74 52.28 checking for memset... yes
09:38:42 [2024-04-19T09:38:42.565Z] #74 52.33 checking for strspn... yes
09:38:42 [2024-04-19T09:38:42.565Z] #74 52.39 checking that generated files are newer than configure... done
09:38:42 [2024-04-19T09:38:42.565Z] #74 52.40 configure: creating ./config.status
09:38:42 [2024-04-19T09:38:42.819Z] #74 52.79 config.status: creating Makefile
09:38:43 [2024-04-19T09:38:43.074Z] #74 52.80 config.status: creating config.h
09:38:43 [2024-04-19T09:38:43.074Z] #74 52.81 config.status: executing depfiles commands
09:38:43 [2024-04-19T09:38:43.074Z] #74 52.84 config.status: executing libtool commands
09:38:43 [2024-04-19T09:38:43.074Z] #74 53.02   GEN      .version
09:38:43 [2024-04-19T09:38:43.330Z] #74 53.02 make  install-recursive
09:38:43 [2024-04-19T09:38:43.330Z] #74 53.03 make[1]: Entering directory '/tmp/crun-build'
09:38:43 [2024-04-19T09:38:43.330Z] #74 53.08 Making install in libocispec
09:38:43 [2024-04-19T09:38:43.330Z] #74 53.08 make[2]: Entering directory '/tmp/crun-build/libocispec'
09:38:43 [2024-04-19T09:38:43.330Z] #74 53.13 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.13 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.13 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.14 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.18 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.20 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.21 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
09:38:43 [2024-04-19T09:38:43.585Z] #74 53.46 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.47 make  install-recursive
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.48 make[3]: Entering directory '/tmp/crun-build/libocispec'
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.49 Making install in yajl
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.49 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.50   CC       verify/json_verify-json_verify.o
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.50   CC       src/libyajl_la-yajl.lo
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.50   CC       src/libyajl_la-yajl_gen.lo
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.50   CC       src/libyajl_la-yajl_alloc.lo
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.50   CC       src/libyajl_la-yajl_parser.lo
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.50   CC       src/libyajl_la-yajl_buf.lo
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.50   CC       src/libyajl_la-yajl_encode.lo
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.50   CC       src/libyajl_la-yajl_lex.lo
09:38:43 [2024-04-19T09:38:43.840Z] #74 53.50   CC       src/libyajl_la-yajl_tree.lo
09:38:44 [2024-04-19T09:38:44.095Z] #74 53.91   CCLD     libyajl.la
09:38:44 [2024-04-19T09:38:44.095Z] #74 53.99   CCLD     verify/json_verify
09:38:44 [2024-04-19T09:38:44.095Z] #74 54.09 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:38:44 [2024-04-19T09:38:44.095Z] #74 54.09 make[5]: Nothing to be done for 'install-exec-am'.
09:38:44 [2024-04-19T09:38:44.095Z] #74 54.09 make[5]: Nothing to be done for 'install-data-am'.
09:38:44 [2024-04-19T09:38:44.095Z] #74 54.09 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.09 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.09 make[4]: Entering directory '/tmp/crun-build/libocispec'
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/validate.o
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/image_spec_schema_config_schema.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/image_spec_schema_content_descriptor.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/image_spec_schema_defs.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/image_spec_schema_image_index_schema.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/runtime_spec_schema_config_linux.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/runtime_spec_schema_config_zos.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/runtime_spec_schema_config_schema.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.11   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.12   CC       src/ocispec/runtime_spec_schema_config_vm.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.12   CC       src/ocispec/runtime_spec_schema_defs.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.12   CC       src/ocispec/runtime_spec_schema_config_windows.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.12   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.12   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.12   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.12   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.12   CC       src/ocispec/runtime_spec_schema_state_schema.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.13   CC       src/ocispec/runtime_spec_schema_features_linux.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.13   CC       src/ocispec/runtime_spec_schema_features_schema.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.13   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.13   CC       src/ocispec/basic_test_double_array_item.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.14   CC       src/ocispec/basic_test_double_array.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.14   CC       src/ocispec/basic_test_top_array_int.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.14   CC       src/ocispec/basic_test_top_array_string.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.15   CC       src/ocispec/basic_test_top_double_array_int.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.15   CC       src/ocispec/basic_test_top_double_array_obj.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.16   CC       src/ocispec/basic_test_top_double_array_refobj.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.16   CC       src/ocispec/basic_test_top_double_array_string.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.17   CC       src/ocispec/read-file.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.17   CC       src/ocispec/json_common.lo
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.18   CC       tests/test-1.o
09:38:44 [2024-04-19T09:38:44.351Z] #74 54.19   CC       tests/test-2.o
09:38:44 [2024-04-19T09:38:44.608Z] #74 54.20   CC       tests/test-3.o
09:38:44 [2024-04-19T09:38:44.608Z] #74 54.20   CC       tests/test-4.o
09:38:44 [2024-04-19T09:38:44.608Z] #74 54.20   CC       tests/test-6.o
09:38:44 [2024-04-19T09:38:44.608Z] #74 54.20   CC       tests/test-5.o
09:38:44 [2024-04-19T09:38:44.609Z] #74 54.21   CC       tests/test-7.o
09:38:44 [2024-04-19T09:38:44.609Z] #74 54.21   CC       tests/test-8.o
09:38:44 [2024-04-19T09:38:44.609Z] #74 54.22   CC       tests/test-9.o
09:38:44 [2024-04-19T09:38:44.609Z] #74 54.23   CC       tests/test-10.o
09:38:44 [2024-04-19T09:38:44.609Z] #74 54.24   CC       tests/test-11.o
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.32   CCLD     libocispec.la
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.52   CCLD     src/ocispec/validate
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.53   CCLD     tests/test-1
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.53   CCLD     tests/test-2
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.53   CCLD     tests/test-3
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.54   CCLD     tests/test-4
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.54   CCLD     tests/test-5
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.54   CCLD     tests/test-6
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.56   CCLD     tests/test-7
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.57   CCLD     tests/test-8
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.58   CCLD     tests/test-9
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.61   CCLD     tests/test-10
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.62   CCLD     tests/test-11
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.62 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
09:38:47 [2024-04-19T09:38:47.871Z] #74 57.87 libtool: link: ar cr libocispec.a 
09:38:48 [2024-04-19T09:38:48.127Z] #74 57.90 libtool: link: ranlib libocispec.a
09:38:48 [2024-04-19T09:38:48.127Z] #74 58.07 make[5]: Entering directory '/tmp/crun-build/libocispec'
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.11 make[5]: Leaving directory '/tmp/crun-build/libocispec'
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.11 make[4]: Leaving directory '/tmp/crun-build/libocispec'
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.12 make[3]: Leaving directory '/tmp/crun-build/libocispec'
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.12 make[2]: Leaving directory '/tmp/crun-build/libocispec'
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.12 make[2]: Entering directory '/tmp/crun-build'
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.17   CC       src/libcrun/libcrun_la-intelrdt.lo
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.18   CC       src/libcrun/libcrun_la-io_priority.lo
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.18   CC       src/libcrun/libcrun_la-linux.lo
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.18   CC       src/libcrun/libcrun_la-mount_flags.lo
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.19   CC       src/libcrun/libcrun_la-scheduler.lo
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.19   CC       src/libcrun/libcrun_la-seccomp.lo
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.19   CC       src/libcrun/libcrun_la-seccomp_notify.lo
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.20   CC       src/libcrun/libcrun_la-signals.lo
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.20   CC       src/libcrun/libcrun_la-status.lo
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.20   CC       src/libcrun/libcrun_la-terminal.lo
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.21   CC       src/libcrun/libcrun_testing_a-utils.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.21   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.21   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.21   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.21   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.22   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.22   CC       src/libcrun/libcrun_testing_a-cgroup.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.22   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.23   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.25   CC       src/libcrun/libcrun_testing_a-container.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.27   CC       src/libcrun/libcrun_testing_a-criu.o
09:38:48 [2024-04-19T09:38:48.382Z] #74 58.29   CC       src/libcrun/libcrun_testing_a-custom-handler.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.30   CC       src/libcrun/libcrun_testing_a-ebpf.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.30   CC       src/libcrun/libcrun_testing_a-error.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.35   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.37   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.43   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.45   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.48   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.49   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.51   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.53   CC       src/libcrun/libcrun_testing_a-intelrdt.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.53   CC       src/libcrun/libcrun_testing_a-io_priority.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.55   CC       src/libcrun/libcrun_testing_a-linux.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.56   CC       src/libcrun/libcrun_testing_a-mount_flags.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.58   CC       src/libcrun/libcrun_testing_a-scheduler.o
09:38:48 [2024-04-19T09:38:48.637Z] #74 58.63   CC       src/libcrun/libcrun_testing_a-seccomp.o
09:38:48 [2024-04-19T09:38:48.892Z] #74 58.73   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
09:38:48 [2024-04-19T09:38:48.892Z] #74 58.80   CC       src/libcrun/libcrun_testing_a-signals.o
09:38:49 [2024-04-19T09:38:49.147Z] #74 58.84   CC       src/libcrun/libcrun_testing_a-status.o
09:38:49 [2024-04-19T09:38:49.147Z] #74 58.90   CC       src/libcrun/libcrun_testing_a-terminal.o
09:38:49 [2024-04-19T09:38:49.147Z] #74 58.92   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
09:38:49 [2024-04-19T09:38:49.147Z] #74 59.03   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
09:38:49 [2024-04-19T09:38:49.147Z] #74 59.15   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
09:38:49 [2024-04-19T09:38:49.402Z] #74 59.19   CC       src/crun-crun.o
09:38:49 [2024-04-19T09:38:49.402Z] #74 59.27   CC       src/crun-run.o
09:38:49 [2024-04-19T09:38:49.402Z] #74 59.39   CC       src/crun-delete.o
09:38:49 [2024-04-19T09:38:49.657Z] #74 59.42   CC       src/crun-kill.o
09:38:49 [2024-04-19T09:38:49.657Z] #74 59.52   CC       src/crun-pause.o
09:38:49 [2024-04-19T09:38:49.657Z] #74 59.53   CC       src/crun-unpause.o
09:38:49 [2024-04-19T09:38:49.657Z] #74 59.56   CC       src/crun-oci_features.o
09:38:49 [2024-04-19T09:38:49.657Z] #74 59.58   CC       src/crun-spec.o
09:38:49 [2024-04-19T09:38:49.657Z] #74 59.61   CC       src/crun-exec.o
09:38:49 [2024-04-19T09:38:49.657Z] #74 59.63   CC       src/crun-list.o
09:38:49 [2024-04-19T09:38:49.913Z] #74 59.67   CC       src/crun-create.o
09:38:49 [2024-04-19T09:38:49.913Z] #74 59.70   CC       src/crun-start.o
09:38:49 [2024-04-19T09:38:49.913Z] #74 59.75   CC       src/crun-state.o
09:38:49 [2024-04-19T09:38:49.913Z] #74 59.77   CC       src/crun-update.o
09:38:49 [2024-04-19T09:38:49.913Z] #74 59.86   CC       src/crun-ps.o
09:38:50 [2024-04-19T09:38:50.171Z] #74 59.89   CC       src/crun-checkpoint.o
09:38:50 [2024-04-19T09:38:50.171Z] #74 59.92   CC       src/crun-restore.o
09:38:50 [2024-04-19T09:38:50.171Z] #74 59.96   CC       src/libcrun/crun-cloned_binary.o
09:38:50 [2024-04-19T09:38:50.435Z] #74 60.01   CC       src/libcrun/libcrun_la-utils.lo
09:38:50 [2024-04-19T09:38:50.435Z] #74 60.04   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
09:38:50 [2024-04-19T09:38:50.435Z] #74 60.37   CC       src/libcrun/libcrun_la-cgroup-resources.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.39   CC       src/libcrun/libcrun_la-cgroup-setup.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.40   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.42   CC       src/libcrun/libcrun_la-cgroup-utils.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.44   CC       src/libcrun/libcrun_la-cgroup.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.46   CC       src/libcrun/libcrun_la-chroot_realpath.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.48   CC       src/libcrun/libcrun_la-cloned_binary.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.49   CC       src/libcrun/libcrun_la-container.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.50   CC       src/libcrun/libcrun_la-criu.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.50   CC       src/libcrun/libcrun_la-custom-handler.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.51   CC       src/libcrun/libcrun_la-ebpf.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.55   CC       src/libcrun/libcrun_la-error.lo
09:38:50 [2024-04-19T09:38:50.691Z] #74 60.61   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
09:38:50 [2024-04-19T09:38:50.946Z] #74 60.62   CC       src/libcrun/handlers/libcrun_la-krun.lo
09:38:50 [2024-04-19T09:38:50.946Z] #74 60.64   CC       src/libcrun/handlers/libcrun_la-mono.lo
09:38:50 [2024-04-19T09:38:50.946Z] #74 60.64   CC       src/libcrun/handlers/libcrun_la-spin.lo
09:38:50 [2024-04-19T09:38:50.946Z] #74 60.71   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
09:38:50 [2024-04-19T09:38:50.946Z] #74 60.74   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
09:38:50 [2024-04-19T09:38:50.946Z] #74 60.75   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
09:38:50 [2024-04-19T09:38:50.946Z] #74 60.77   CC       tests/init.o
09:38:50 [2024-04-19T09:38:50.946Z] #74 60.79   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
09:38:52 [2024-04-19T09:38:52.317Z] #74 62.11   CCLD     tests/init
09:38:54 [2024-04-19T09:38:54.827Z] #74 ...
09:38:54 [2024-04-19T09:38:54.827Z] 
09:38:54 [2024-04-19T09:38:54.827Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
09:38:54 [2024-04-19T09:38:54.827Z] #79 48.66 + bin/containerd
09:38:54 [2024-04-19T09:38:54.827Z] #79 48.67 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
09:38:55 [2024-04-19T09:38:55.083Z] #79 ...
09:38:55 [2024-04-19T09:38:55.083Z] 
09:38:55 [2024-04-19T09:38:55.083Z] #74 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:38:55 [2024-04-19T09:38:55.083Z] #74 64.95   CCLD     libcrun.la
09:38:55 [2024-04-19T09:38:55.338Z] #74 65.15   AR       libcrun_testing.a
09:38:55 [2024-04-19T09:38:55.593Z] #74 65.15 ar: `u' modifier ignored since `D' is the default (see `U')
09:38:55 [2024-04-19T09:38:55.593Z] #74 65.18   CCLD     tests/tests_libcrun_utils
09:38:55 [2024-04-19T09:38:55.593Z] #74 65.19   CCLD     tests/tests_libcrun_errors
09:38:55 [2024-04-19T09:38:55.593Z] #74 65.19   CCLD     tests/tests_libcrun_intelrdt
09:38:55 [2024-04-19T09:38:55.593Z] #74 65.20   CCLD     tests/tests_libcrun_fuzzer
09:38:55 [2024-04-19T09:38:55.593Z] #74 65.50   CCLD     crun
09:38:55 [2024-04-19T09:38:55.848Z] #74 65.78 make[3]: Entering directory '/tmp/crun-build'
09:38:56 [2024-04-19T09:38:56.103Z] #74 65.88  /usr/bin/mkdir -p '/usr/local/share/man/man1'
09:38:56 [2024-04-19T09:38:56.103Z] #74 65.89  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
09:38:56 [2024-04-19T09:38:56.103Z] #74 65.89  /usr/bin/mkdir -p '/usr/local/lib'
09:38:56 [2024-04-19T09:38:56.103Z] #74 65.90  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
09:38:56 [2024-04-19T09:38:56.103Z] #74 65.96 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
09:38:56 [2024-04-19T09:38:56.103Z] #74 65.97 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
09:38:56 [2024-04-19T09:38:56.103Z] #74 65.99 libtool: install: chmod 644 /usr/local/lib/libcrun.a
09:38:56 [2024-04-19T09:38:56.103Z] #74 65.99 libtool: install: ranlib /usr/local/lib/libcrun.a
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 ----------------------------------------------------------------------
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 Libraries have been installed in:
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13    /usr/local/lib
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 If you ever happen to want to link against installed libraries
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 in a given directory, LIBDIR, you must either use libtool, and
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 specify the full pathname of the library, or use the '-LLIBDIR'
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 flag during linking and do at least one of the following:
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13      during execution
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13    - add LIBDIR to the 'LD_RUN_PATH' environment variable
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13      during linking
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 See any operating system documentation about shared libraries for
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 more information, such as the ld(1) and ld.so(8) manual pages.
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.13 ----------------------------------------------------------------------
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.14  /usr/bin/mkdir -p '/build'
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.16   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
09:38:56 [2024-04-19T09:38:56.358Z] #74 66.24 libtool: install: /usr/bin/install -c crun /build/crun
09:38:56 [2024-04-19T09:38:56.613Z] #74 66.24 make[3]: Leaving directory '/tmp/crun-build'
09:38:56 [2024-04-19T09:38:56.613Z] #74 66.24 make[2]: Leaving directory '/tmp/crun-build'
09:38:56 [2024-04-19T09:38:56.613Z] #74 66.25 make[1]: Leaving directory '/tmp/crun-build'
09:38:57 [2024-04-19T09:38:57.538Z] #74 DONE 67.2s
09:38:57 [2024-04-19T09:38:57.538Z] 
09:38:57 [2024-04-19T09:38:57.538Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
09:39:04 [2024-04-19T09:39:04.062Z] #79 67.37 + bin/containerd-stress
09:39:04 [2024-04-19T09:39:04.062Z] #79 67.37 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
09:39:04 [2024-04-19T09:39:04.620Z] #79 68.55 + bin/containerd-shim
09:39:05 [2024-04-19T09:39:05.179Z] #79 69.09 + bin/containerd-shim-runc-v1
09:39:06 [2024-04-19T09:39:06.103Z] #79 69.88 + bin/containerd-shim-runc-v2
09:39:06 [2024-04-19T09:39:06.662Z] #79 70.55 + binaries
09:39:06 [2024-04-19T09:39:06.916Z] #79 DONE 70.9s
09:39:07 [2024-04-19T09:39:07.475Z] 
09:39:07 [2024-04-19T09:39:07.475Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
09:39:07 [2024-04-19T09:39:07.730Z] #93 DONE 0.2s
09:39:07 [2024-04-19T09:39:07.984Z] 
09:39:07 [2024-04-19T09:39:07.984Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
09:39:07 [2024-04-19T09:39:07.984Z] #94 DONE 0.1s
09:39:07 [2024-04-19T09:39:07.984Z] 
09:39:07 [2024-04-19T09:39:07.984Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
09:39:08 [2024-04-19T09:39:08.908Z] #95 DONE 1.0s
09:39:08 [2024-04-19T09:39:08.908Z] 
09:39:08 [2024-04-19T09:39:08.908Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
09:39:08 [2024-04-19T09:39:08.908Z] #96 DONE 0.0s
09:39:08 [2024-04-19T09:39:08.908Z] 
09:39:08 [2024-04-19T09:39:08.908Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
09:39:08 [2024-04-19T09:39:08.908Z] #97 DONE 0.0s
09:39:08 [2024-04-19T09:39:08.908Z] 
09:39:08 [2024-04-19T09:39:08.908Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
09:39:08 [2024-04-19T09:39:08.908Z] #98 DONE 0.0s
09:39:08 [2024-04-19T09:39:08.908Z] 
09:39:08 [2024-04-19T09:39:08.908Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
09:39:10 [2024-04-19T09:39:10.267Z] #99 DONE 1.4s
09:39:10 [2024-04-19T09:39:10.521Z] 
09:39:10 [2024-04-19T09:39:10.521Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
09:39:11 [2024-04-19T09:39:11.879Z] #100 DONE 1.5s
09:39:11 [2024-04-19T09:39:11.879Z] 
09:39:11 [2024-04-19T09:39:11.879Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
09:39:11 [2024-04-19T09:39:11.879Z] #101 DONE 0.0s
09:39:11 [2024-04-19T09:39:11.879Z] 
09:39:11 [2024-04-19T09:39:11.879Z] #102 [dev-base  1/12] RUN groupadd -r docker
09:39:12 [2024-04-19T09:39:12.134Z] #102 DONE 0.2s
09:39:12 [2024-04-19T09:39:12.134Z] 
09:39:12 [2024-04-19T09:39:12.134Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
09:39:12 [2024-04-19T09:39:12.388Z] #103 DONE 0.4s
09:39:12 [2024-04-19T09:39:12.643Z] 
09:39:12 [2024-04-19T09:39:12.643Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:39:12 [2024-04-19T09:39:12.643Z] #104 0.314 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:39:12 [2024-04-19T09:39:12.897Z] #104 DONE 0.3s
09:39:12 [2024-04-19T09:39:12.897Z] 
09:39:12 [2024-04-19T09:39:12.897Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:39:13 [2024-04-19T09:39:13.152Z] #105 DONE 0.3s
09:39:13 [2024-04-19T09:39:13.152Z] 
09:39:13 [2024-04-19T09:39:13.152Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:39:13 [2024-04-19T09:39:13.406Z] #106 DONE 0.3s
09:39:13 [2024-04-19T09:39:13.406Z] 
09:39:13 [2024-04-19T09:39:13.406Z] #107 [dev-base  6/12] RUN ldconfig
09:39:13 [2024-04-19T09:39:13.660Z] #107 DONE 0.4s
09:39:13 [2024-04-19T09:39:13.915Z] 
09:39:13 [2024-04-19T09:39:13.915Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
09:39:14 [2024-04-19T09:39:14.170Z] #108 DONE 0.4s
09:39:14 [2024-04-19T09:39:14.170Z] 
09:39:14 [2024-04-19T09:39:14.170Z] #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
09:39:14 [2024-04-19T09:39:14.729Z] #109 0.567 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
09:39:14 [2024-04-19T09:39:14.729Z] #109 0.575 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
09:39:14 [2024-04-19T09:39:14.729Z] #109 0.575 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
09:39:14 [2024-04-19T09:39:14.729Z] #109 0.645 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
09:39:14 [2024-04-19T09:39:14.729Z] #109 0.706 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
09:39:14 [2024-04-19T09:39:14.983Z] #109 0.762 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [151 kB]
09:39:15 [2024-04-19T09:39:15.906Z] #109 1.670 Fetched 9103 kB in 1s (6694 kB/s)
09:39:16 [2024-04-19T09:39:16.465Z] #109 1.670 Reading package lists...
09:39:17 [2024-04-19T09:39:17.024Z] #109 2.289 Reading package lists...
09:39:17 [2024-04-19T09:39:17.279Z] #109 2.905 Building dependency tree...
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.316 The following additional packages will be installed:
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.316   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.316   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.317   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.317   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.318   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.318   vim-runtime
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.320 Suggested packages:
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.320   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.320   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.320   systemd-userdbd systemd-boot systemd-resolved libqrencode4
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.320   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.320   vim-doc vim-scripts xfsdump acl attr quota
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.320 Recommended packages:
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.320   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
09:39:17 [2024-04-19T09:39:17.533Z] #109 3.320   systemd-timesyncd | time-daemon xxd unzip
09:39:17 [2024-04-19T09:39:17.788Z] #109 3.696 The following NEW packages will be installed:
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.697   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.697   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.697   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.697   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.697   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.697   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.698   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.698   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.698   zip zstd
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.975 0 upgraded, 56 newly installed, 0 to remove and 1 not upgraded.
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.975 Need to get 31.8 MB of archives.
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.975 After this operation, 143 MB of additional disk space will be used.
09:39:18 [2024-04-19T09:39:18.043Z] #109 3.975 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 3.977 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 3.979 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 3.980 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 3.981 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 3.983 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libfdisk1 arm64 2.38.1-5+deb12u1 [182 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 3.985 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 3.986 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 3.987 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 3.991 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.22-1~deb12u1 [1508 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.001 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.22-1~deb12u1 [2829 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.020 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.020 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.020 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.031 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.033 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.034 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.034 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.035 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.035 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.041 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.042 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.043 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.044 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.047 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.050 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.051 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.051 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.051 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.052 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.052 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.054 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.055 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.057 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.058 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.058 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
09:39:18 [2024-04-19T09:39:18.297Z] #109 4.058 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
09:39:18 [2024-04-19T09:39:18.298Z] #109 4.119 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.119 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.120 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.120 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.121 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.121 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.122 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.123 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.124 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.124 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.126 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.127 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.22-1~deb12u1 [92.2 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.128 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.129 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.131 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.178 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.186 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.191 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.192 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.430 debconf: delaying package configuration, since apt-utils is not installed
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.473 Fetched 31.8 MB in 0s (65.6 MB/s)
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.506 Selecting previously unselected package libargon2-1:arm64.
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.506 (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.)
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.515 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.527 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
09:39:18 [2024-04-19T09:39:18.552Z] #109 4.561 Selecting previously unselected package dmsetup.
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.563 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.568 Unpacking dmsetup (2:1.02.185-2) ...
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.616 Selecting previously unselected package libdevmapper1.02.1:arm64.
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.617 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.623 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.671 Selecting previously unselected package libjson-c5:arm64.
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.672 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.679 Unpacking libjson-c5:arm64 (0.16-2) ...
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.719 Selecting previously unselected package libcryptsetup12:arm64.
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.721 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ...
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.726 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
09:39:18 [2024-04-19T09:39:18.807Z] #109 4.780 Selecting previously unselected package libfdisk1:arm64.
09:39:19 [2024-04-19T09:39:19.062Z] #109 4.782 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u1_arm64.deb ...
09:39:19 [2024-04-19T09:39:19.062Z] #109 4.785 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u1) ...
09:39:19 [2024-04-19T09:39:19.062Z] #109 4.828 Selecting previously unselected package libkmod2:arm64.
09:39:19 [2024-04-19T09:39:19.062Z] #109 4.830 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
09:39:19 [2024-04-19T09:39:19.062Z] #109 4.833 Unpacking libkmod2:arm64 (30+20221128-1) ...
09:39:19 [2024-04-19T09:39:19.062Z] #109 4.877 Selecting previously unselected package libapparmor1:arm64.
09:39:19 [2024-04-19T09:39:19.062Z] #109 4.879 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
09:39:19 [2024-04-19T09:39:19.062Z] #109 4.883 Unpacking libapparmor1:arm64 (3.0.8-3) ...
09:39:19 [2024-04-19T09:39:19.317Z] #109 4.920 Selecting previously unselected package libip4tc2:arm64.
09:39:19 [2024-04-19T09:39:19.317Z] #109 4.922 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
09:39:19 [2024-04-19T09:39:19.317Z] #109 4.925 Unpacking libip4tc2:arm64 (1.8.9-2) ...
09:39:19 [2024-04-19T09:39:19.317Z] #109 4.951 Selecting previously unselected package libsystemd-shared:arm64.
09:39:19 [2024-04-19T09:39:19.317Z] #109 4.953 Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_arm64.deb ...
09:39:19 [2024-04-19T09:39:19.317Z] #109 4.958 Unpacking libsystemd-shared:arm64 (252.22-1~deb12u1) ...
09:39:19 [2024-04-19T09:39:19.317Z] #109 5.107 Selecting previously unselected package systemd.
09:39:19 [2024-04-19T09:39:19.317Z] #109 5.109 Preparing to unpack .../10-systemd_252.22-1~deb12u1_arm64.deb ...
09:39:19 [2024-04-19T09:39:19.317Z] #109 5.124 Unpacking systemd (252.22-1~deb12u1) ...
09:39:19 [2024-04-19T09:39:19.571Z] #109 5.378 Selecting previously unselected package pigz.
09:39:19 [2024-04-19T09:39:19.571Z] #109 5.380 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
09:39:19 [2024-04-19T09:39:19.571Z] #109 5.386 Unpacking pigz (2.6-1) ...
09:39:19 [2024-04-19T09:39:19.571Z] #109 5.438 Selecting previously unselected package sgml-base.
09:39:19 [2024-04-19T09:39:19.571Z] #109 5.440 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
09:39:19 [2024-04-19T09:39:19.571Z] #109 5.447 Unpacking sgml-base (1.31) ...
09:39:19 [2024-04-19T09:39:19.571Z] #109 5.506 Selecting previously unselected package sudo.
09:39:19 [2024-04-19T09:39:19.826Z] #109 5.508 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
09:39:19 [2024-04-19T09:39:19.826Z] #109 5.515 Unpacking sudo (1.9.13p3-1+deb12u1) ...
09:39:19 [2024-04-19T09:39:19.826Z] #109 5.644 Selecting previously unselected package libelf1:arm64.
09:39:19 [2024-04-19T09:39:19.826Z] #109 5.646 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
09:39:19 [2024-04-19T09:39:19.826Z] #109 5.651 Unpacking libelf1:arm64 (0.188-2.1) ...
09:39:19 [2024-04-19T09:39:19.826Z] #109 5.711 Selecting previously unselected package libbpf1:arm64.
09:39:19 [2024-04-19T09:39:19.826Z] #109 5.714 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
09:39:19 [2024-04-19T09:39:19.826Z] #109 5.718 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
09:39:19 [2024-04-19T09:39:19.826Z] #109 5.763 Selecting previously unselected package libmnl0:arm64.
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.765 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.770 Unpacking libmnl0:arm64 (1.0.4-3) ...
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.810 Selecting previously unselected package libxtables12:arm64.
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.812 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.818 Unpacking libxtables12:arm64 (1.8.9-2) ...
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.850 Selecting previously unselected package libcap2-bin.
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.852 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.855 Unpacking libcap2-bin (1:2.66-4) ...
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.903 Selecting previously unselected package iproute2.
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.905 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.081Z] #109 5.910 Unpacking iproute2 (6.1.0-3) ...
09:39:20 [2024-04-19T09:39:20.081Z] #109 6.025 Selecting previously unselected package vim-common.
09:39:20 [2024-04-19T09:39:20.335Z] #109 6.027 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
09:39:20 [2024-04-19T09:39:20.335Z] #109 6.031 Unpacking vim-common (2:9.0.1378-2) ...
09:39:20 [2024-04-19T09:39:20.335Z] #109 6.092 Selecting previously unselected package bash-completion.
09:39:20 [2024-04-19T09:39:20.335Z] #109 6.094 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
09:39:20 [2024-04-19T09:39:20.335Z] #109 6.107 Unpacking bash-completion (1:2.11-6) ...
09:39:20 [2024-04-19T09:39:20.335Z] #109 6.240 Selecting previously unselected package bzip2.
09:39:20 [2024-04-19T09:39:20.590Z] #109 6.242 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.590Z] #109 6.247 Unpacking bzip2 (1.0.8-5+b1) ...
09:39:20 [2024-04-19T09:39:20.590Z] #109 6.293 Selecting previously unselected package xz-utils.
09:39:20 [2024-04-19T09:39:20.590Z] #109 6.295 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.590Z] #109 6.301 Unpacking xz-utils (5.4.1-0.2) ...
09:39:20 [2024-04-19T09:39:20.590Z] #109 6.401 Selecting previously unselected package apparmor.
09:39:20 [2024-04-19T09:39:20.590Z] #109 6.403 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.590Z] #109 6.420 Unpacking apparmor (3.0.8-3) ...
09:39:20 [2024-04-19T09:39:20.590Z] #109 6.512 Selecting previously unselected package inetutils-ping.
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.515 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.520 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.559 Selecting previously unselected package libip6tc2:arm64.
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.561 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.565 Unpacking libip6tc2:arm64 (1.8.9-2) ...
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.607 Selecting previously unselected package libnfnetlink0:arm64.
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.610 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.614 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.653 Selecting previously unselected package libnetfilter-conntrack3:arm64.
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.655 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.659 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.701 Selecting previously unselected package libnftnl11:arm64.
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.703 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.709 Unpacking libnftnl11:arm64 (1.2.4-2) ...
09:39:20 [2024-04-19T09:39:20.845Z] #109 6.753 Selecting previously unselected package iptables.
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.755 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.759 Unpacking iptables (1.8.9-2) ...
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.845 Selecting previously unselected package libonig5:arm64.
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.847 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.851 Unpacking libonig5:arm64 (6.9.8-1) ...
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.904 Selecting previously unselected package libjq1:arm64.
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.906 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.910 Unpacking libjq1:arm64 (1.6-2.1) ...
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.945 Selecting previously unselected package jq.
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.947 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.951 Unpacking jq (1.6-2.1) ...
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.996 Selecting previously unselected package libaio1:arm64.
09:39:21 [2024-04-19T09:39:21.100Z] #109 6.998 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.100Z] #109 7.002 Unpacking libaio1:arm64 (0.3.113-4) ...
09:39:21 [2024-04-19T09:39:21.100Z] #109 7.036 Selecting previously unselected package libgpm2:arm64.
09:39:21 [2024-04-19T09:39:21.354Z] #109 7.038 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.354Z] #109 7.041 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
09:39:21 [2024-04-19T09:39:21.354Z] #109 7.078 Selecting previously unselected package libicu72:arm64.
09:39:21 [2024-04-19T09:39:21.354Z] #109 7.081 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.354Z] #109 7.085 Unpacking libicu72:arm64 (72.1-3) ...
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.645 Selecting previously unselected package libinih1:arm64.
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.648 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.651 Unpacking libinih1:arm64 (55-1) ...
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.690 Selecting previously unselected package libmicrohttpd12:arm64.
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.692 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.697 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.745 Selecting previously unselected package libnet1:arm64.
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.747 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.751 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.794 Selecting previously unselected package libnl-3-200:arm64.
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.796 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.800 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
09:39:21 [2024-04-19T09:39:21.914Z] #109 7.848 Selecting previously unselected package libprotobuf-c1:arm64.
09:39:22 [2024-04-19T09:39:22.168Z] #109 7.850 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 7.856 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 7.896 Selecting previously unselected package libsodium23:arm64.
09:39:22 [2024-04-19T09:39:22.168Z] #109 7.898 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 7.902 Unpacking libsodium23:arm64 (1.0.18-1) ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 7.954 Selecting previously unselected package libsubid4:arm64.
09:39:22 [2024-04-19T09:39:22.168Z] #109 7.956 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 7.962 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 8.007 Selecting previously unselected package liburcu8:arm64.
09:39:22 [2024-04-19T09:39:22.168Z] #109 8.009 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 8.013 Unpacking liburcu8:arm64 (0.13.2-1) ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 8.061 Selecting previously unselected package libyajl2:arm64.
09:39:22 [2024-04-19T09:39:22.168Z] #109 8.063 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 8.069 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 8.107 Selecting previously unselected package net-tools.
09:39:22 [2024-04-19T09:39:22.168Z] #109 8.109 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 8.115 Unpacking net-tools (2.10-0.1) ...
09:39:22 [2024-04-19T09:39:22.168Z] #109 8.165 Selecting previously unselected package patch.
09:39:22 [2024-04-19T09:39:22.423Z] #109 8.168 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
09:39:22 [2024-04-19T09:39:22.423Z] #109 8.173 Unpacking patch (2.7.6-7) ...
09:39:22 [2024-04-19T09:39:22.423Z] #109 8.214 Selecting previously unselected package systemd-journal-remote.
09:39:22 [2024-04-19T09:39:22.423Z] #109 8.217 Preparing to unpack .../48-systemd-journal-remote_252.22-1~deb12u1_arm64.deb ...
09:39:22 [2024-04-19T09:39:22.423Z] #109 8.221 Unpacking systemd-journal-remote (252.22-1~deb12u1) ...
09:39:22 [2024-04-19T09:39:22.423Z] #109 8.259 Selecting previously unselected package thin-provisioning-tools.
09:39:22 [2024-04-19T09:39:22.423Z] #109 8.261 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
09:39:22 [2024-04-19T09:39:22.423Z] #109 8.265 Unpacking thin-provisioning-tools (0.9.0-2) ...
09:39:22 [2024-04-19T09:39:22.423Z] #109 8.324 Selecting previously unselected package uidmap.
09:39:22 [2024-04-19T09:39:22.678Z] #109 8.326 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
09:39:22 [2024-04-19T09:39:22.678Z] #109 8.330 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
09:39:22 [2024-04-19T09:39:22.678Z] #109 8.377 Selecting previously unselected package vim-runtime.
09:39:22 [2024-04-19T09:39:22.678Z] #109 8.379 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
09:39:22 [2024-04-19T09:39:22.678Z] #109 8.390 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
09:39:22 [2024-04-19T09:39:22.678Z] #109 8.400 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
09:39:22 [2024-04-19T09:39:22.678Z] #109 8.403 Unpacking vim-runtime (2:9.0.1378-2) ...
09:39:22 [2024-04-19T09:39:22.932Z] #109 8.897 Selecting previously unselected package vim.
09:39:23 [2024-04-19T09:39:23.187Z] #109 8.900 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
09:39:23 [2024-04-19T09:39:23.187Z] #109 8.904 Unpacking vim (2:9.0.1378-2) ...
09:39:23 [2024-04-19T09:39:23.187Z] #109 9.039 Selecting previously unselected package xfsprogs.
09:39:23 [2024-04-19T09:39:23.187Z] #109 9.041 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
09:39:23 [2024-04-19T09:39:23.187Z] #109 9.045 Unpacking xfsprogs (6.1.0-1) ...
09:39:23 [2024-04-19T09:39:23.187Z] #109 9.145 Selecting previously unselected package zip.
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.147 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.151 Unpacking zip (3.0-13) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.194 Selecting previously unselected package zstd.
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.196 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.200 Unpacking zstd (1.5.4+dfsg2-5) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.289 Setting up libip4tc2:arm64 (1.8.9-2) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.299 Setting up net-tools (2.10-0.1) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.310 Setting up libapparmor1:arm64 (3.0.8-3) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.324 Setting up libsodium23:arm64 (1.0.18-1) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.339 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.352 Setting up libicu72:arm64 (72.1-3) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.362 Setting up libip6tc2:arm64 (1.8.9-2) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.372 Setting up libinih1:arm64 (55-1) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.384 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
09:39:23 [2024-04-19T09:39:23.442Z] #109 9.400 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
09:39:23 [2024-04-19T09:39:23.696Z] #109 9.415 Setting up bzip2 (1.0.8-5+b1) ...
09:39:23 [2024-04-19T09:39:23.696Z] #109 9.427 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
09:39:23 [2024-04-19T09:39:23.697Z] #109 9.437 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
09:39:23 [2024-04-19T09:39:23.697Z] #109 9.446 Setting up libcap2-bin (1:2.66-4) ...
09:39:23 [2024-04-19T09:39:23.697Z] #109 9.456 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
09:39:23 [2024-04-19T09:39:23.697Z] #109 9.470 Setting up apparmor (3.0.8-3) ...
09:39:24 [2024-04-19T09:39:24.255Z] #109 10.16 debconf: unable to initialize frontend: Dialog
09:39:24 [2024-04-19T09:39:24.255Z] #109 10.16 debconf: (TERM is not set, so the dialog frontend is not usable.)
09:39:24 [2024-04-19T09:39:24.255Z] #109 10.16 debconf: falling back to frontend: Readline
09:39:24 [2024-04-19T09:39:24.510Z] #109 10.16 debconf: unable to initialize frontend: Readline
09:39:24 [2024-04-19T09:39:24.510Z] #109 10.16 debconf: (This frontend requires a controlling tty.)
09:39:24 [2024-04-19T09:39:24.510Z] #109 10.16 debconf: falling back to frontend: Teletype
09:39:24 [2024-04-19T09:39:24.510Z] #109 10.32 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.

09:39:24 [2024-04-19T09:39:24.510Z] #109 10.35 Setting up zip (3.0-13) ...
09:39:24 [2024-04-19T09:39:24.510Z] #109 10.36 Setting up vim-common (2:9.0.1378-2) ...
09:39:24 [2024-04-19T09:39:24.510Z] #109 10.38 Setting up bash-completion (1:2.11-6) ...
09:39:24 [2024-04-19T09:39:24.510Z] #109 10.40 Setting up xz-utils (5.4.1-0.2) ...
09:39:24 [2024-04-19T09:39:24.510Z] #109 10.42 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:39:24 [2024-04-19T09:39:24.510Z] #109 10.43 Setting up libmnl0:arm64 (1.0.4-3) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.44 Setting up patch (2.7.6-7) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.45 Setting up sudo (1.9.13p3-1+deb12u1) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.50 invoke-rc.d: could not determine current runlevel
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.51 invoke-rc.d: policy-rc.d denied execution of start.
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.51 Setting up libxtables12:arm64 (1.8.9-2) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.52 Setting up liburcu8:arm64 (0.13.2-1) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.53 Setting up libfdisk1:arm64 (2.38.1-5+deb12u1) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.55 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.56 Setting up pigz (2.6-1) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.57 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.59 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.62 Setting up sgml-base (1.31) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.65 Setting up vim-runtime (2:9.0.1378-2) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.72 Setting up libaio1:arm64 (0.3.113-4) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.73 Setting up libelf1:arm64 (0.188-2.1) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.75 Setting up libjson-c5:arm64 (0.16-2) ...
09:39:24 [2024-04-19T09:39:24.765Z] #109 10.76 Setting up zstd (1.5.4+dfsg2-5) ...
09:39:25 [2024-04-19T09:39:25.019Z] #109 10.78 Setting up libonig5:arm64 (6.9.8-1) ...
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.80 Setting up libbpf1:arm64 (1:1.1.0-1) ...
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.81 Setting up libkmod2:arm64 (30+20221128-1) ...
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.83 Setting up vim (2:9.0.1378-2) ...
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.89 Setting up libjq1:arm64 (1.6-2.1) ...
09:39:25 [2024-04-19T09:39:25.020Z] #109 10.90 Setting up iproute2 (6.1.0-3) ...
09:39:25 [2024-04-19T09:39:25.020Z] #109 11.03 debconf: unable to initialize frontend: Dialog
09:39:25 [2024-04-19T09:39:25.020Z] #109 11.03 debconf: (TERM is not set, so the dialog frontend is not usable.)
09:39:25 [2024-04-19T09:39:25.020Z] #109 11.03 debconf: falling back to frontend: Readline
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.03 debconf: unable to initialize frontend: Readline
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.03 debconf: (This frontend requires a controlling tty.)
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.03 debconf: falling back to frontend: Teletype
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.06 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.07 Setting up libnftnl11:arm64 (1.2.4-2) ...
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.09 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.10 Setting up thin-provisioning-tools (0.9.0-2) ...
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.11 Setting up libsystemd-shared:arm64 (252.22-1~deb12u1) ...
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.12 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.14 Setting up jq (1.6-2.1) ...
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.15 Setting up iptables (1.8.9-2) ...
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.16 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.16 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.16 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.19 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
09:39:25 [2024-04-19T09:39:25.274Z] #109 11.24 Setting up dmsetup (2:1.02.185-2) ...
09:39:25 [2024-04-19T09:39:25.529Z] #109 11.26 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
09:39:25 [2024-04-19T09:39:25.529Z] #109 11.27 Setting up systemd (252.22-1~deb12u1) ...
09:39:25 [2024-04-19T09:39:25.529Z] #109 11.32 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.

09:39:25 [2024-04-19T09:39:25.529Z] #109 11.33 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.

09:39:25 [2024-04-19T09:39:25.529Z] #109 11.33 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.

09:39:25 [2024-04-19T09:39:25.529Z] #109 11.33 Initializing machine ID from random generator.

09:39:25 [2024-04-19T09:39:25.529Z] #109 11.36 Creating group 'systemd-journal' with GID 998.

09:39:25 [2024-04-19T09:39:25.529Z] #109 11.36 Creating group 'systemd-network' with GID 997.

09:39:25 [2024-04-19T09:39:25.529Z] #109 11.36 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.

09:39:25 [2024-04-19T09:39:25.529Z] #109 11.41 Setting up systemd-journal-remote (252.22-1~deb12u1) ...
09:39:25 [2024-04-19T09:39:25.529Z] #109 11.43 Creating group 'systemd-journal-remote' with GID 996.

09:39:25 [2024-04-19T09:39:25.529Z] #109 11.43 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.

09:39:25 [2024-04-19T09:39:25.529Z] #109 11.45 Setting up xfsprogs (6.1.0-1) ...
09:39:25 [2024-04-19T09:39:25.529Z] #109 11.47 System has not been booted with systemd as init system (PID 1). Can't operate.

09:39:25 [2024-04-19T09:39:25.529Z] #109 11.47 Failed to connect to bus: Host is down

09:39:25 [2024-04-19T09:39:25.783Z] #109 11.47 Processing triggers for libc-bin (2.36-9+deb12u4) ...
09:39:27 [2024-04-19T09:39:27.169Z] #109 DONE 12.9s
09:39:27 [2024-04-19T09:39:27.169Z] 
09:39:27 [2024-04-19T09:39:27.169Z] #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
09:39:27 [2024-04-19T09:39:27.169Z] #110 0.174 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:39:27 [2024-04-19T09:39:27.431Z] #110 0.177 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:39:27 [2024-04-19T09:39:27.431Z] #110 0.180 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:39:27 [2024-04-19T09:39:27.431Z] #110 DONE 0.2s
09:39:27 [2024-04-19T09:39:27.431Z] 
09:39:27 [2024-04-19T09:39:27.431Z] #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
09:39:27 [2024-04-19T09:39:27.689Z] #111 0.590 Hit:1 http://deb.debian.org/debian bookworm InRelease
09:39:27 [2024-04-19T09:39:27.689Z] #111 0.590 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
09:39:27 [2024-04-19T09:39:27.689Z] #111 0.590 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
09:39:28 [2024-04-19T09:39:28.519Z] #111 0.765 Reading package lists...
09:39:29 [2024-04-19T09:39:29.040Z] #111 1.370 Reading package lists...
09:39:29 [2024-04-19T09:39:29.299Z] #111 1.989 Building dependency tree...
09:39:29 [2024-04-19T09:39:29.558Z] #111 2.168 Reading state information...
09:39:29 [2024-04-19T09:39:29.558Z] #111 2.397 gcc is already the newest version (4:12.2.0-3).
09:39:29 [2024-04-19T09:39:29.558Z] #111 2.397 pkg-config is already the newest version (1.8.1-1).
09:39:29 [2024-04-19T09:39:29.558Z] #111 2.397 The following additional packages will be installed:
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.397   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.397   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.398   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.398   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.399   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.399   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.399   python3-yaml uuid-dev zlib1g-dev
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.402 Suggested packages:
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.402   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.402   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.402 Recommended packages:
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.402   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.402   liblocale-gettext-perl shared-mime-info xdg-user-dirs
09:39:29 [2024-04-19T09:39:29.818Z] #111 2.666 The following NEW packages will be installed:
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.666   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.666   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.666   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.667   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.667   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.667   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.667   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.668   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.944 0 upgraded, 37 newly installed, 0 to remove and 1 not upgraded.
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.944 Need to get 11.9 MB of archives.
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.944 After this operation, 53.1 MB of additional disk space will be used.
09:39:30 [2024-04-19T09:39:30.078Z] #111 2.944 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 2.952 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 2.959 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.051 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.052 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.053 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.053 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.059 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.060 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.060 Get:10 http://deb.debian.org/debian-security bookworm-security/main arm64 uuid-dev arm64 2.38.1-5+deb12u1 [40.3 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.060 Get:11 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.061 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.061 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.062 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.066 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.072 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.115 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.116 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.116 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.117 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
09:39:30 [2024-04-19T09:39:30.338Z] #111 3.119 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
09:39:30 [2024-04-19T09:39:30.339Z] #111 3.120 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
09:39:30 [2024-04-19T09:39:30.339Z] #111 3.122 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
09:39:30 [2024-04-19T09:39:30.339Z] #111 3.123 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
09:39:30 [2024-04-19T09:39:30.339Z] #111 3.126 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
09:39:30 [2024-04-19T09:39:30.339Z] #111 3.127 Get:26 http://deb.debian.org/debian-security bookworm-security/main arm64 libmount-dev arm64 2.38.1-5+deb12u1 [22.3 kB]
09:39:30 [2024-04-19T09:39:30.339Z] #111 3.150 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
09:39:30 [2024-04-19T09:39:30.339Z] #111 3.183 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
09:39:30 [2024-04-19T09:39:30.600Z] #111 3.222 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
09:39:30 [2024-04-19T09:39:30.600Z] #111 3.223 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
09:39:30 [2024-04-19T09:39:30.600Z] #111 3.266 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
09:39:30 [2024-04-19T09:39:30.600Z] #111 3.267 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
09:39:30 [2024-04-19T09:39:30.600Z] #111 3.268 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
09:39:30 [2024-04-19T09:39:30.600Z] #111 3.268 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
09:39:30 [2024-04-19T09:39:30.600Z] #111 3.268 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
09:39:30 [2024-04-19T09:39:30.600Z] #111 3.270 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
09:39:30 [2024-04-19T09:39:30.600Z] #111 3.271 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
09:39:30 [2024-04-19T09:39:30.600Z] #111 3.526 debconf: delaying package configuration, since apt-utils is not installed
09:39:30 [2024-04-19T09:39:30.868Z] #111 3.566 Fetched 11.9 MB in 1s (20.0 MB/s)
09:39:30 [2024-04-19T09:39:30.868Z] #111 3.586 Selecting previously unselected package libdpkg-perl.
09:39:30 [2024-04-19T09:39:30.868Z] #111 3.586 (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.)
09:39:30 [2024-04-19T09:39:30.868Z] #111 3.598 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
09:39:30 [2024-04-19T09:39:30.868Z] #111 3.602 Unpacking libdpkg-perl (1.21.22) ...
09:39:30 [2024-04-19T09:39:30.868Z] #111 3.671 Selecting previously unselected package dpkg-dev.
09:39:30 [2024-04-19T09:39:30.868Z] #111 3.673 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
09:39:30 [2024-04-19T09:39:30.868Z] #111 3.676 Unpacking dpkg-dev (1.21.22) ...
09:39:30 [2024-04-19T09:39:30.868Z] #111 3.794 Selecting previously unselected package libglib2.0-0:arm64.
09:39:31 [2024-04-19T09:39:31.130Z] #111 3.797 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.130Z] #111 3.806 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
09:39:31 [2024-04-19T09:39:31.130Z] #111 3.926 Selecting previously unselected package libgirepository-1.0-1:arm64.
09:39:31 [2024-04-19T09:39:31.130Z] #111 3.928 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.130Z] #111 3.932 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
09:39:31 [2024-04-19T09:39:31.130Z] #111 3.966 Selecting previously unselected package gir1.2-glib-2.0:arm64.
09:39:31 [2024-04-19T09:39:31.130Z] #111 3.969 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.130Z] #111 3.974 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
09:39:31 [2024-04-19T09:39:31.130Z] #111 4.014 Selecting previously unselected package libsecret-common.
09:39:31 [2024-04-19T09:39:31.130Z] #111 4.016 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
09:39:31 [2024-04-19T09:39:31.130Z] #111 4.020 Unpacking libsecret-common (0.20.5-3) ...
09:39:31 [2024-04-19T09:39:31.130Z] #111 4.076 Selecting previously unselected package libsecret-1-0:arm64.
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.078 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.081 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.117 Selecting previously unselected package gir1.2-secret-1:arm64.
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.119 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.122 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.150 Selecting previously unselected package libapparmor-dev:arm64.
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.152 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.156 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.190 Selecting previously unselected package uuid-dev:arm64.
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.193 Preparing to unpack .../09-uuid-dev_2.38.1-5+deb12u1_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.197 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.226 Selecting previously unselected package libblkid-dev:arm64.
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.228 Preparing to unpack .../10-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.235 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.276 Selecting previously unselected package libffi-dev:arm64.
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.278 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.282 Unpacking libffi-dev:arm64 (3.4.4-1) ...
09:39:31 [2024-04-19T09:39:31.384Z] #111 4.315 Selecting previously unselected package libgpg-error-dev.
09:39:31 [2024-04-19T09:39:31.639Z] #111 4.317 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.639Z] #111 4.321 Unpacking libgpg-error-dev (1.46-1) ...
09:39:31 [2024-04-19T09:39:31.639Z] #111 4.357 Selecting previously unselected package libgcrypt20-dev.
09:39:31 [2024-04-19T09:39:31.639Z] #111 4.359 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.639Z] #111 4.363 Unpacking libgcrypt20-dev (1.10.1-3) ...
09:39:31 [2024-04-19T09:39:31.639Z] #111 4.430 Selecting previously unselected package libglib2.0-data.
09:39:31 [2024-04-19T09:39:31.639Z] #111 4.432 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
09:39:31 [2024-04-19T09:39:31.639Z] #111 4.436 Unpacking libglib2.0-data (2.74.6-2) ...
09:39:31 [2024-04-19T09:39:31.639Z] #111 4.567 Selecting previously unselected package libglib2.0-bin.
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.570 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.574 Unpacking libglib2.0-bin (2.74.6-2) ...
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.612 Selecting previously unselected package python3-lib2to3.
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.615 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.619 Unpacking python3-lib2to3 (3.11.2-3) ...
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.663 Selecting previously unselected package python3-distutils.
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.665 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.669 Unpacking python3-distutils (3.11.2-3) ...
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.712 Selecting previously unselected package libglib2.0-dev-bin.
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.715 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.720 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.763 Selecting previously unselected package libsepol-dev:arm64.
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.765 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
09:39:31 [2024-04-19T09:39:31.893Z] #111 4.769 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.829 Selecting previously unselected package libpcre2-16-0:arm64.
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.831 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.835 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.887 Selecting previously unselected package libpcre2-32-0:arm64.
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.890 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.893 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.941 Selecting previously unselected package libpcre2-posix3:arm64.
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.943 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.947 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.978 Selecting previously unselected package libpcre2-dev:arm64.
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.980 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.148Z] #111 4.984 Unpacking libpcre2-dev:arm64 (10.42-1) ...
09:39:32 [2024-04-19T09:39:32.148Z] #111 5.062 Selecting previously unselected package libselinux1-dev:arm64.
09:39:32 [2024-04-19T09:39:32.403Z] #111 5.065 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.403Z] #111 5.069 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
09:39:32 [2024-04-19T09:39:32.403Z] #111 5.132 Selecting previously unselected package libmount-dev:arm64.
09:39:32 [2024-04-19T09:39:32.403Z] #111 5.135 Preparing to unpack .../25-libmount-dev_2.38.1-5+deb12u1_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.403Z] #111 5.139 Unpacking libmount-dev:arm64 (2.38.1-5+deb12u1) ...
09:39:32 [2024-04-19T09:39:32.403Z] #111 5.171 Selecting previously unselected package zlib1g-dev:arm64.
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.174 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.180 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.231 Selecting previously unselected package libglib2.0-dev:arm64.
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.234 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.238 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.404 Selecting previously unselected package libseccomp-dev:arm64.
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.406 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.410 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.451 Selecting previously unselected package libsecret-1-dev:arm64.
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.454 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.457 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
09:39:32 [2024-04-19T09:39:32.657Z] #111 5.534 Selecting previously unselected package libsystemd-dev:arm64.
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.537 Preparing to unpack .../30-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.541 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.639 Selecting previously unselected package libudev-dev:arm64.
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.642 Preparing to unpack .../31-libudev-dev_252.22-1~deb12u1_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.646 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.690 Selecting previously unselected package libyaml-0-2:arm64.
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.693 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.698 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.735 Selecting previously unselected package python3-pathspec.
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.737 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.741 Unpacking python3-pathspec (0.11.0-1) ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.778 Selecting previously unselected package python3-pkg-resources.
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.781 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.785 Unpacking python3-pkg-resources (66.1.1-1) ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.837 Selecting previously unselected package python3-yaml.
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.840 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
09:39:32 [2024-04-19T09:39:32.912Z] #111 5.848 Unpacking python3-yaml (6.0-3+b2) ...
09:39:33 [2024-04-19T09:39:33.166Z] #111 5.890 Selecting previously unselected package yamllint.
09:39:33 [2024-04-19T09:39:33.166Z] #111 5.893 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
09:39:33 [2024-04-19T09:39:33.166Z] #111 5.897 Unpacking yamllint (1.29.0-1) ...
09:39:33 [2024-04-19T09:39:33.166Z] #111 6.031 Setting up python3-pkg-resources (66.1.1-1) ...
09:39:33 [2024-04-19T09:39:33.421Z] #111 6.284 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.295 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.306 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.318 No schema files found: doing nothing.
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.325 Setting up python3-yaml (6.0-3+b2) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.478 Setting up libffi-dev:arm64 (3.4.4-1) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.489 Setting up libpcre2-16-0:arm64 (10.42-1) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.500 Setting up libpcre2-32-0:arm64 (10.42-1) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.511 Setting up libglib2.0-data (2.74.6-2) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.522 Setting up libgpg-error-dev (1.46-1) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.532 Setting up uuid-dev:arm64 (2.38.1-5+deb12u1) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.542 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.553 Setting up libsepol-dev:arm64 (3.4-2.1) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.563 Setting up libdpkg-perl (1.21.22) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.574 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
09:39:33 [2024-04-19T09:39:33.675Z] #111 6.584 Setting up libpcre2-posix3:arm64 (10.42-1) ...
09:39:33 [2024-04-19T09:39:33.930Z] #111 6.595 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
09:39:33 [2024-04-19T09:39:33.930Z] #111 6.605 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
09:39:33 [2024-04-19T09:39:33.930Z] #111 6.615 Setting up python3-pathspec (0.11.0-1) ...
09:39:33 [2024-04-19T09:39:33.930Z] #111 6.738 Setting up python3-lib2to3 (3.11.2-3) ...
09:39:33 [2024-04-19T09:39:33.930Z] #111 6.849 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
09:39:34 [2024-04-19T09:39:34.184Z] #111 6.861 Setting up libsecret-common (0.20.5-3) ...
09:39:34 [2024-04-19T09:39:34.184Z] #111 6.872 Setting up python3-distutils (3.11.2-3) ...
09:39:34 [2024-04-19T09:39:34.184Z] #111 7.001 Setting up libglib2.0-dev-bin (2.74.6-2) ...
09:39:34 [2024-04-19T09:39:34.438Z] #111 7.155 Setting up libblkid-dev:arm64 (2.38.1-5+deb12u1) ...
09:39:34 [2024-04-19T09:39:34.438Z] #111 7.166 Setting up libpcre2-dev:arm64 (10.42-1) ...
09:39:34 [2024-04-19T09:39:34.438Z] #111 7.178 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
09:39:34 [2024-04-19T09:39:34.438Z] #111 7.190 Setting up libglib2.0-bin (2.74.6-2) ...
09:39:34 [2024-04-19T09:39:34.438Z] #111 7.203 Setting up dpkg-dev (1.21.22) ...
09:39:34 [2024-04-19T09:39:34.438Z] #111 7.223 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
09:39:34 [2024-04-19T09:39:34.438Z] #111 7.233 Setting up yamllint (1.29.0-1) ...
09:39:34 [2024-04-19T09:39:34.438Z] #111 7.371 Setting up libgcrypt20-dev (1.10.1-3) ...
09:39:34 [2024-04-19T09:39:34.693Z] #111 7.385 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
09:39:34 [2024-04-19T09:39:34.693Z] #111 7.398 Setting up libmount-dev:arm64 (2.38.1-5+deb12u1) ...
09:39:34 [2024-04-19T09:39:34.693Z] #111 7.409 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
09:39:34 [2024-04-19T09:39:34.693Z] #111 7.420 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
09:39:34 [2024-04-19T09:39:34.693Z] #111 7.430 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
09:39:34 [2024-04-19T09:39:34.693Z] #111 7.440 Processing triggers for libc-bin (2.36-9+deb12u4) ...
09:39:34 [2024-04-19T09:39:34.947Z] #111 DONE 7.7s
09:39:34 [2024-04-19T09:39:34.947Z] 
09:39:34 [2024-04-19T09:39:34.947Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
09:39:36 [2024-04-19T09:39:36.306Z] #112 DONE 1.1s
09:39:36 [2024-04-19T09:39:36.306Z] 
09:39:36 [2024-04-19T09:39:36.306Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
09:39:36 [2024-04-19T09:39:36.865Z] #113 DONE 0.8s
09:39:36 [2024-04-19T09:39:36.865Z] 
09:39:36 [2024-04-19T09:39:36.865Z] #114 [dev 1/1] COPY --link . .
09:39:40 [2024-04-19T09:39:40.122Z] #114 DONE 2.9s
09:39:40 [2024-04-19T09:39:40.122Z] 
09:39:40 [2024-04-19T09:39:40.122Z] #115 exporting to image
09:39:40 [2024-04-19T09:39:40.122Z] #115 exporting layers
09:39:40 [2024-04-19T09:39:40.682Z] #115 exporting layers 1.0s done
09:39:40 [2024-04-19T09:39:40.682Z] #115 writing image sha256:e2089245a7c3168ed016b205c6709f0596bc96100682931493080eae767da690 done
09:39:40 [2024-04-19T09:39:40.682Z] #115 naming to docker.io/library/docker:e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef done
09:39:40 [2024-04-19T09:39:40.682Z] #115 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
09:39:41 [2024-04-19T09:39:41.017Z] + sudo modprobe ip6table_filter
[Pipeline] sh
09:39:41 [2024-04-19T09:39:41.374Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_master/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2939 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef hack/test/unit
09:39:41 [2024-04-19T09:39:41.629Z] + BUILDFLAGS=(-tags 'netgo journald')
09:39:41 [2024-04-19T09:39:41.629Z] + TESTFLAGS+=' -test.timeout=5m'
09:39:41 [2024-04-19T09:39:41.629Z] + TESTDIRS=./...
09:39:41 [2024-04-19T09:39:41.629Z] + exclude_paths='/vendor/|/integration'
09:39:41 [2024-04-19T09:39:41.629Z] ++ go list ./...
09:39:41 [2024-04-19T09:39:41.629Z] ++ grep -vE '(/vendor/|/integration)'
09:39:42 [2024-04-19T09:39:42.189Z] + pkg_list='github.com/docker/docker/api
09:39:42 [2024-04-19T09:39:42.189Z] github.com/docker/docker/api/server
09:39:42 [2024-04-19T09:39:42.189Z] github.com/docker/docker/api/server/backend/build
09:39:42 [2024-04-19T09:39:42.189Z] github.com/docker/docker/api/server/httpstatus
09:39:42 [2024-04-19T09:39:42.189Z] github.com/docker/docker/api/server/httputils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/middleware
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/build
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/checkpoint
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/container
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/debug
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/distribution
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/grpc
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/image
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/network
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/plugin
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/session
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/swarm
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/system
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/volume
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/backend
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/blkiodev
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/checkpoint
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/container
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/events
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/filters
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/image
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/mount
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/network
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/plugins/logdriver
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/registry
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/strslice
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/swarm
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/swarm/runtime
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/system
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/time
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/versions
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/volume
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/exporter
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/exporter/overrides
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/worker
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/worker/label
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/dockerfile
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/remotecontext
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/remotecontext/git
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/remotecontext/urlutil
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cli/debug
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cli/winresources/docker-proxy
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cli/winresources/dockerd
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/client
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/client/buildkit
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cmd/docker-proxy
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cmd/dockerd
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cmd/dockerd/trap
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/container
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/container/stream
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/contrib/apparmor
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/contrib/httpserver
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster/convert
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster/executor
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster/executor/container
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster/provider
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/config
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/containerd
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/events
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/events/testutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/copy
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/register
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/vfs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/zfs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/images
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/initlayer
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/links
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/listeners
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/awslogs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/fluentd
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/gcplogs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/gelf
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/journald
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/local
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/loggertest
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/loggerutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/splunk
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/syslog
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/templates
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/names
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/network
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/snapshotter
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/stats
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/distribution
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/distribution/metadata
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/distribution/utils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/distribution/xfer
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/dockerversion
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/errdefs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image/cache
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image/spec/specs-go
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image/spec/specs-go/v1
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image/tarexport
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image/v1
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/cleanups
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/compatcontext
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/mod
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/mounttree
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/multierror
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/rootless/mountopts
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/safepath
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/sliceutil
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/test/suite
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/testutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/testutils/netnsutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/testutils/specialimage
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/unix_noeintr
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/unshare
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/layer
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libcontainerd
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libcontainerd/queue
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libcontainerd/remote
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libcontainerd/shimopts
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libcontainerd/supervisor
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libcontainerd/types
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/bitmap
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/cluster
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/cnmallocator
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/config
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/datastore
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/diagnostic
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/discoverapi
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/driverapi
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/bridge
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/host
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/null
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/overlay
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/remote
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/windows
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/drvregistry
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/etchosts
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/internal/caller
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/internal/kvstore
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/internal/netiputil
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/internal/resolvconf
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/ipam
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/ipamapi
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/ipams/builtin
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/ipams/null
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/ipams/remote
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/ipamutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/ipbits
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/iptables
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/netlabel
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/netutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/networkdb
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/ns
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/options
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/osl
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/osl/kernel
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/portallocator
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/portmapper
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/resolvconf
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/scope
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/libnetwork/types
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/oci
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/oci/caps
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/opts
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/archive
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/authorization
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/broadcaster
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/capabilities
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/chrootarchive
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/containerfs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/directory
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/dmesg
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/fileutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/homedir
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/idtools
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/ioutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/jsonmessage
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/longpath
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/meminfo
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/namesgenerator
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/parsers
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/parsers/kernel
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/pidfile
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/platform
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/plugingetter
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/plugins
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/plugins/transport
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/pools
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/process
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/progress
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/reexec
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/rootless
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/rootless/specconv
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/stack
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/stdcopy
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/streamformatter
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/stringid
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/sysinfo
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/system
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/tailfile
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/tarsum
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/pkg/useragent
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/plugin
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/plugin/executor/containerd
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/plugin/v2
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/profiles/apparmor
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/profiles/seccomp
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/quota
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/reference
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/registry
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/registry/resumable
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/restartmanager
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/runconfig
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/runconfig/opts
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil/daemon
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil/environment
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil/fakecontext
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil/fakegit
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil/fakestorage
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil/fixtures/load
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil/fixtures/plugin
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil/registry
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/testutil/request
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/volume
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/volume/drivers
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/volume/local
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/volume/mounts
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/volume/service
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/volume/service/opts
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/volume/testutils'
09:39:42 [2024-04-19T09:39:42.190Z] ++ grep --fixed-strings -v /libnetwork
09:39:42 [2024-04-19T09:39:42.190Z] ++ echo 'github.com/docker/docker/api
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/backend/build
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/httpstatus
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/httputils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/middleware
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/build
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/checkpoint
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/container
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/debug
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/distribution
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/grpc
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/image
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/network
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/plugin
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/session
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/swarm
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/system
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/server/router/volume
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/backend
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/blkiodev
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/checkpoint
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/container
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/events
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/filters
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/image
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/mount
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/network
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/plugins/logdriver
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/registry
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/strslice
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/swarm
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/swarm/runtime
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/system
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/time
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/versions
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/api/types/volume
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/exporter
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/exporter/overrides
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/worker
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/builder-next/worker/label
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/dockerfile
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/remotecontext
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/remotecontext/git
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/builder/remotecontext/urlutil
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cli/debug
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cli/winresources/docker-proxy
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cli/winresources/dockerd
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/client
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/client/buildkit
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cmd/docker-proxy
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cmd/dockerd
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cmd/dockerd/trap
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/container
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/container/stream
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/contrib/apparmor
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/contrib/httpserver
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster/convert
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster/executor
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster/executor/container
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/cluster/provider
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/config
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/containerd
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/events
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/events/testutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/copy
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/register
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/vfs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/graphdriver/zfs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/images
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/initlayer
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/links
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/listeners
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/awslogs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/fluentd
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/gcplogs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/gelf
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/journald
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/local
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/loggertest
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/loggerutils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/splunk
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/syslog
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/logger/templates
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/names
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/network
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/snapshotter
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/daemon/stats
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/distribution
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/distribution/metadata
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/distribution/utils
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/distribution/xfer
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/dockerversion
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/errdefs
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image/cache
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image/spec/specs-go
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image/spec/specs-go/v1
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image/tarexport
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/image/v1
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/cleanups
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/compatcontext
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/mod
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/mounttree
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/multierror
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/rootless/mountopts
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/safepath
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/sliceutil
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/test/suite
09:39:42 [2024-04-19T09:39:42.190Z] github.com/docker/docker/internal/testutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/testutils/netnsutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/testutils/specialimage
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/unix_noeintr
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/unshare
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/layer
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd/queue
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd/remote
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd/shimopts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd/supervisor
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd/types
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/bitmap
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/cluster
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/cnmallocator
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/config
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/datastore
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/diagnostic
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/discoverapi
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/driverapi
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/bridge
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/host
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/null
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/overlay
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/remote
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/windows
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/drvregistry
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/etchosts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/internal/caller
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/internal/kvstore
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/internal/netiputil
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/internal/resolvconf
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/ipam
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/ipamapi
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/ipams/builtin
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/ipams/null
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/ipams/remote
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/ipamutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/ipbits
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/iptables
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/netlabel
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/netutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/networkdb
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/ns
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/options
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/osl
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/osl/kernel
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/portallocator
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/portmapper
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/resolvconf
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/scope
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libnetwork/types
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/oci
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/oci/caps
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/opts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/archive
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/authorization
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/broadcaster
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/capabilities
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/chrootarchive
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/containerfs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/directory
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/dmesg
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/fileutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/homedir
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/idtools
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/ioutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/jsonmessage
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/longpath
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/meminfo
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/namesgenerator
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/parsers
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/parsers/kernel
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/pidfile
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/platform
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugingetter
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugins
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugins/transport
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/pools
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/process
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/progress
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/reexec
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/rootless
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/rootless/specconv
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/stack
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/stdcopy
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/streamformatter
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/stringid
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/sysinfo
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/system
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/tailfile
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/tarsum
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/useragent
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/plugin
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/plugin/executor/containerd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/plugin/v2
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/profiles/apparmor
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/profiles/seccomp
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/quota
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/reference
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/registry
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/registry/resumable
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/restartmanager
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/runconfig
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/runconfig/opts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/daemon
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/environment
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fakecontext
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fakegit
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fakestorage
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fixtures/load
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fixtures/plugin
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/registry
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/request
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/drivers
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/local
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/mounts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/service
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/service/opts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/testutils'
09:39:42 [2024-04-19T09:39:42.191Z] + base_pkg_list='github.com/docker/docker/api
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/backend/build
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/httpstatus
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/httputils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/middleware
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/build
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/checkpoint
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/container
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/debug
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/distribution
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/grpc
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/image
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/network
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/plugin
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/session
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/swarm
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/system
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/volume
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/backend
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/blkiodev
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/checkpoint
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/container
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/events
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/filters
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/image
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/mount
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/network
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/plugins/logdriver
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/registry
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/strslice
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/swarm
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/swarm/runtime
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/system
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/time
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/versions
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/volume
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/exporter
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/exporter/overrides
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/worker
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/worker/label
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/dockerfile
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/remotecontext
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/remotecontext/git
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/remotecontext/urlutil
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cli/debug
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cli/winresources/docker-proxy
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cli/winresources/dockerd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/client
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/client/buildkit
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cmd/docker-proxy
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cmd/dockerd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cmd/dockerd/trap
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/container
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/container/stream
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/contrib/apparmor
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/contrib/httpserver
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster/convert
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster/executor
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster/executor/container
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster/provider
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/config
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/containerd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/events
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/events/testutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/copy
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/register
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/vfs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/zfs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/images
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/initlayer
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/links
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/listeners
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/awslogs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/fluentd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/gcplogs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/gelf
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/journald
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/local
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/loggertest
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/loggerutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/splunk
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/syslog
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/templates
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/names
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/network
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/snapshotter
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/stats
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/distribution
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/distribution/metadata
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/distribution/utils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/distribution/xfer
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/dockerversion
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/errdefs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/image
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/image/cache
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/image/spec/specs-go
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/image/spec/specs-go/v1
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/image/tarexport
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/image/v1
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/cleanups
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/compatcontext
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/mod
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/mounttree
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/multierror
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/rootless/mountopts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/safepath
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/sliceutil
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/test/suite
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/testutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/testutils/netnsutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/testutils/specialimage
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/unix_noeintr
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/internal/unshare
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/layer
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd/queue
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd/remote
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd/shimopts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd/supervisor
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/libcontainerd/types
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/oci
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/oci/caps
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/opts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/archive
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/authorization
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/broadcaster
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/capabilities
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/chrootarchive
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/containerfs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/directory
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/dmesg
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/fileutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/homedir
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/idtools
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/ioutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/jsonmessage
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/longpath
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/meminfo
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/namesgenerator
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/parsers
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/parsers/kernel
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/pidfile
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/platform
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugingetter
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugins
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/plugins/transport
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/pools
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/process
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/progress
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/reexec
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/rootless
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/rootless/specconv
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/stack
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/stdcopy
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/streamformatter
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/stringid
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/sysinfo
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/system
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/tailfile
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/tarsum
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/pkg/useragent
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/plugin
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/plugin/executor/containerd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/plugin/v2
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/profiles/apparmor
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/profiles/seccomp
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/quota
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/reference
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/registry
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/registry/resumable
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/restartmanager
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/runconfig
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/runconfig/opts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/daemon
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/environment
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fakecontext
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fakegit
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fakestorage
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fixtures/load
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fixtures/plugin
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/registry
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/testutil/request
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/drivers
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/local
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/mounts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/service
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/service/opts
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/volume/testutils'
09:39:42 [2024-04-19T09:39:42.191Z] ++ grep --fixed-strings /libnetwork
09:39:42 [2024-04-19T09:39:42.191Z] ++ echo 'github.com/docker/docker/api
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/backend/build
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/httpstatus
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/httputils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/middleware
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/build
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/checkpoint
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/container
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/debug
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/distribution
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/grpc
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/image
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/network
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/plugin
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/session
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/swarm
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/system
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/server/router/volume
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/backend
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/blkiodev
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/checkpoint
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/container
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/events
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/filters
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/image
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/mount
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/network
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/plugins/logdriver
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/registry
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/strslice
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/swarm
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/swarm/runtime
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/system
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/time
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/versions
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/api/types/volume
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/exporter
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/exporter/overrides
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/worker
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/builder-next/worker/label
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/dockerfile
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/remotecontext
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/remotecontext/git
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/builder/remotecontext/urlutil
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cli/debug
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cli/winresources/docker-proxy
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cli/winresources/dockerd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/client
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/client/buildkit
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cmd/docker-proxy
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cmd/dockerd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cmd/dockerd/trap
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/container
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/container/stream
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/contrib/apparmor
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/contrib/httpserver
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster/convert
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster/executor
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster/executor/container
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/cluster/provider
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/config
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/containerd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/events
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/events/testutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/copy
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/register
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/vfs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/graphdriver/zfs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/images
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/initlayer
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/links
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/listeners
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/awslogs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/fluentd
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/gcplogs
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/gelf
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/journald
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:39:42 [2024-04-19T09:39:42.191Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/logger/local
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/logger/loggertest
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/logger/loggerutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/logger/splunk
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/logger/syslog
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/logger/templates
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/names
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/network
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/snapshotter
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/daemon/stats
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/distribution
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/distribution/metadata
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/distribution/utils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/distribution/xfer
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/dockerversion
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/errdefs
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/image
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/image/cache
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/image/spec/specs-go
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/image/spec/specs-go/v1
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/image/tarexport
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/image/v1
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/cleanups
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/compatcontext
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/mod
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/mounttree
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/multierror
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/rootless/mountopts
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/safepath
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/sliceutil
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/test/suite
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/testutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/testutils/netnsutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/testutils/specialimage
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/unix_noeintr
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/internal/unshare
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/layer
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libcontainerd
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libcontainerd/queue
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libcontainerd/remote
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libcontainerd/shimopts
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libcontainerd/supervisor
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libcontainerd/types
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/bitmap
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cluster
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cnmallocator
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/config
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/datastore
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/diagnostic
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/discoverapi
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/driverapi
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/bridge
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/host
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/null
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/overlay
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/remote
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/windows
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drvregistry
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/etchosts
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/caller
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/kvstore
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/netiputil
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/resolvconf
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipam
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipamapi
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/builtin
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/null
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/remote
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipamutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipbits
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/iptables
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/netlabel
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/netutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/networkdb
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ns
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/options
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/osl
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/osl/kernel
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/portallocator
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/portmapper
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/resolvconf
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/scope
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/types
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/oci
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/oci/caps
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/opts
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/archive
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/authorization
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/broadcaster
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/capabilities
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/chrootarchive
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/containerfs
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/directory
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/dmesg
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/fileutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/homedir
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/idtools
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/ioutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/jsonmessage
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/longpath
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/meminfo
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/namesgenerator
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/parsers
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/parsers/kernel
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/pidfile
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/platform
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/plugingetter
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/plugins
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/plugins/transport
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/pools
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/process
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/progress
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/reexec
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/rootless
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/rootless/specconv
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/stack
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/stdcopy
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/streamformatter
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/stringid
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/sysinfo
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/system
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/tailfile
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/tarsum
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/pkg/useragent
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/plugin
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/plugin/executor/containerd
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/plugin/v2
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/profiles/apparmor
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/profiles/seccomp
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/quota
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/reference
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/registry
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/registry/resumable
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/restartmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/runconfig
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/runconfig/opts
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil/daemon
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil/environment
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil/fakecontext
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil/fakegit
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil/fakestorage
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil/fixtures/load
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil/fixtures/plugin
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil/registry
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/testutil/request
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/volume
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/volume/drivers
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/volume/local
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/volume/mounts
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/volume/service
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/volume/service/opts
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/volume/testutils'
09:39:42 [2024-04-19T09:39:42.192Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/bitmap
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cluster
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cnmallocator
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/config
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/datastore
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/diagnostic
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/discoverapi
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/driverapi
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/bridge
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/host
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/null
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/overlay
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/remote
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/windows
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drvregistry
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/etchosts
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/caller
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/kvstore
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/netiputil
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/resolvconf
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipam
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipamapi
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/builtin
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/null
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/remote
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipamutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipbits
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/iptables
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/netlabel
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/netutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/networkdb
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ns
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/options
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/osl
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/osl/kernel
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/portallocator
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/portmapper
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/resolvconf
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/scope
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/types'
09:39:42 [2024-04-19T09:39:42.192Z] + echo 'github.com/docker/docker/libnetwork
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/bitmap
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cluster
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/cnmallocator
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/config
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/datastore
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/diagnostic
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/discoverapi
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/driverapi
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/bridge
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/host
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/null
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/overlay
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/remote
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/windows
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drvregistry
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/etchosts
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/caller
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/kvstore
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/netiputil
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/resolvconf
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipam
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipamapi
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/builtin
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/null
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/remote
09:39:42 [2024-04-19T09:39:42.192Z] + grep --fixed-strings libnetwork/drivers/bridge
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipamutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ipbits
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/iptables
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/netlabel
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/netutils
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/networkdb
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/ns
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/options
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/osl
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/osl/kernel
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/portallocator
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/portmapper
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/resolvconf
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/scope
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/types'
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/bridge
09:39:42 [2024-04-19T09:39:42.192Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:39:42 [2024-04-19T09:39:42.192Z] + type docker-proxy
09:39:42 [2024-04-19T09:39:42.192Z] hack/test/unit: line 25: type: docker-proxy: not found
09:39:42 [2024-04-19T09:39:42.192Z] + hack/make.sh binary-proxy install-proxy
09:39:42 [2024-04-19T09:39:42.192Z] 
09:39:42 [2024-04-19T09:39:42.192Z] Removing bundles/
09:39:42 [2024-04-19T09:39:42.192Z] 
09:39:42 [2024-04-19T09:39:42.192Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
09:39:42 [2024-04-19T09:39:42.192Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
09:39:42 [2024-04-19T09:39:42.192Z] + tee /go/src/github.com/docker/docker/go.mod
09:39:42 [2024-04-19T09:39:42.192Z] module github.com/docker/docker
09:39:42 [2024-04-19T09:39:42.192Z] 
09:39:42 [2024-04-19T09:39:42.192Z] go 1.21
09:39:42 [2024-04-19T09:39:42.192Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
09:39:42 [2024-04-19T09:39:42.192Z] + GO111MODULE=on
09:39:42 [2024-04-19T09:39:42.192Z] + GOTOOLCHAIN=local
09:39:42 [2024-04-19T09:39:42.192Z] + 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=e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-19T09:39:42.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
09:39:46 [2024-04-19T09:39:46.351Z] + rm -f /go/src/github.com/docker/docker/go.mod
09:39:46 [2024-04-19T09:39:46.351Z] Created binary: bundles/binary-proxy/docker-proxy
09:39:46 [2024-04-19T09:39:46.351Z] 
09:39:46 [2024-04-19T09:39:46.351Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
09:39:46 [2024-04-19T09:39:46.351Z] Installing docker-proxy to /usr/local/bin/
09:39:46 [2024-04-19T09:39:46.351Z] 
09:39:46 [2024-04-19T09:39:46.351Z] + mkdir -p bundles
09:39:46 [2024-04-19T09:39:46.351Z] + '[' -n 'github.com/docker/docker/api
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/backend/build
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/httpstatus
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/httputils
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/middleware
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/build
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/checkpoint
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/container
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/debug
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/distribution
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/grpc
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/image
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/network
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/plugin
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/session
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/swarm
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/system
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/server/router/volume
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/backend
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/blkiodev
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/checkpoint
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/container
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/events
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/filters
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/image
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/mount
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/network
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/plugins/logdriver
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/registry
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/strslice
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/swarm
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/swarm/runtime
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/system
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/time
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/versions
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/api/types/volume
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/builder-next
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/builder-next/exporter
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/builder-next/exporter/overrides
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/builder-next/worker
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/builder-next/worker/label
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/dockerfile
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/remotecontext
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/remotecontext/git
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/builder/remotecontext/urlutil
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/cli/debug
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/cli/winresources/docker-proxy
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/cli/winresources/dockerd
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/client
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/client/buildkit
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/cmd/docker-proxy
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/cmd/dockerd
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/cmd/dockerd/trap
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/container
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/container/stream
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/contrib/apparmor
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/contrib/httpserver
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/cluster
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/cluster/convert
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/cluster/executor
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/cluster/executor/container
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/cluster/provider
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/config
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/containerd
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/events
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/events/testutils
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/graphdriver
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/graphdriver/copy
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/graphdriver/register
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/graphdriver/vfs
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/graphdriver/zfs
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/images
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/initlayer
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/links
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/listeners
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/awslogs
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/fluentd
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/gcplogs
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/gelf
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/journald
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/local
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/loggertest
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/loggerutils
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/splunk
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/syslog
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/logger/templates
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/names
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/network
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/snapshotter
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/daemon/stats
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/distribution
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/distribution/metadata
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/distribution/utils
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/distribution/xfer
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/dockerversion
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/errdefs
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/image
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/image/cache
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/image/spec/specs-go
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/image/spec/specs-go/v1
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/image/tarexport
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/image/v1
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/internal/cleanups
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/internal/compatcontext
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/internal/mod
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/internal/mounttree
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/internal/multierror
09:39:46 [2024-04-19T09:39:46.351Z] github.com/docker/docker/internal/rootless/mountopts
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/internal/safepath
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/internal/sliceutil
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/internal/test/suite
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/internal/testutils
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/internal/testutils/netnsutils
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/internal/testutils/specialimage
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/internal/unix_noeintr
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/internal/unshare
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/layer
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/libcontainerd
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/libcontainerd/queue
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/libcontainerd/remote
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/libcontainerd/shimopts
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/libcontainerd/supervisor
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/libcontainerd/types
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/oci
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/oci/caps
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/opts
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/archive
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/authorization
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/broadcaster
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/capabilities
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/chrootarchive
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/containerfs
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/directory
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/dmesg
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/fileutils
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/homedir
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/idtools
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/ioutils
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/jsonmessage
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/longpath
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/meminfo
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/namesgenerator
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/parsers
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/parsers/kernel
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/pidfile
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/platform
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/plugingetter
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/plugins
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/plugins/transport
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/pools
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/process
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/progress
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/reexec
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/rootless
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/rootless/specconv
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/stack
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/stdcopy
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/streamformatter
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/stringid
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/sysinfo
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/system
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/tailfile
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/tarsum
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/pkg/useragent
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/plugin
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/plugin/executor/containerd
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/plugin/v2
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/profiles/apparmor
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/profiles/seccomp
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/quota
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/reference
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/registry
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/registry/resumable
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/restartmanager
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/runconfig
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/runconfig/opts
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil/daemon
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil/environment
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil/fakecontext
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil/fakegit
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil/fakestorage
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil/fixtures/load
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil/fixtures/plugin
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil/registry
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/testutil/request
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/volume
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/volume/drivers
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/volume/local
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/volume/mounts
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/volume/service
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/volume/service/opts
09:39:46 [2024-04-19T09:39:46.352Z] github.com/docker/docker/volume/testutils' ']'
09:39:46 [2024-04-19T09:39:46.352Z] + 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
09:39:46 [2024-04-19T09:39:46.912Z] ?   	github.com/docker/docker/api	[no test files]
09:39:54 [2024-04-19T09:39:54.986Z] ok  	github.com/docker/docker/api/server	0.045s	coverage: 16.2% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/server/middleware	0.019s	coverage: 42.7% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/server/httputils	0.020s	coverage: 28.3% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/server/router/container	0.013s	coverage: 5.9% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/events	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 7.3% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/server/router/volume	0.006s	coverage: 66.7% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/types/container	0.007s	coverage: 83.7% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/image	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/system	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/types/registry	0.003s	coverage: 54.2% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/types/network	0.003s	coverage: 80.0% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 94.0% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
09:40:16 [2024-04-19T09:40:16.857Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
09:40:18 [2024-04-19T09:40:18.219Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
09:40:18 [2024-04-19T09:40:18.219Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
09:40:18 [2024-04-19T09:40:18.219Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
09:40:18 [2024-04-19T09:40:18.219Z] ok  	github.com/docker/docker/cli/debug	0.009s	coverage: 100.0% of statements
09:40:18 [2024-04-19T09:40:18.219Z] ok  	github.com/docker/docker/builder/remotecontext	0.047s	coverage: 33.7% of statements
09:40:18 [2024-04-19T09:40:18.474Z] ok  	github.com/docker/docker/builder/dockerfile	0.055s	coverage: 50.1% of statements
09:40:20 [2024-04-19T09:40:20.359Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
09:40:20 [2024-04-19T09:40:20.359Z] ok  	github.com/docker/docker/client	0.105s	coverage: 77.0% of statements
09:40:20 [2024-04-19T09:40:20.615Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.418s	coverage: 82.5% of statements
09:40:20 [2024-04-19T09:40:20.615Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.419s	coverage: 66.5% of statements
09:40:32 [2024-04-19T09:40:32.773Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
09:40:32 [2024-04-19T09:40:32.773Z] ?   	github.com/docker/docker/container/stream	[no test files]
09:40:32 [2024-04-19T09:40:32.773Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
09:40:32 [2024-04-19T09:40:32.773Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
09:40:32 [2024-04-19T09:40:32.773Z] ok  	github.com/docker/docker/container	0.118s	coverage: 36.4% of statements
09:40:32 [2024-04-19T09:40:32.773Z] ok  	github.com/docker/docker/cmd/dockerd	0.178s	coverage: 29.7% of statements
09:40:35 [2024-04-19T09:40:35.282Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.369s	coverage: 0.0% of statements
09:40:36 [2024-04-19T09:40:36.205Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
09:40:36 [2024-04-19T09:40:36.205Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.008s	coverage: 65.3% of statements
09:40:36 [2024-04-19T09:40:36.205Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.039s	coverage: 39.3% of statements
09:40:36 [2024-04-19T09:40:36.205Z] ok  	github.com/docker/docker/daemon/cluster	0.049s	coverage: 0.5% of statements
09:40:36 [2024-04-19T09:40:36.460Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
09:40:36 [2024-04-19T09:40:36.460Z] ok  	github.com/docker/docker/daemon/config	0.042s	coverage: 74.4% of statements
09:40:38 [2024-04-19T09:40:38.342Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
09:40:38 [2024-04-19T09:40:38.342Z] ok  	github.com/docker/docker/daemon/graphdriver	0.008s	coverage: 2.3% of statements
09:40:38 [2024-04-19T09:40:38.342Z] ok  	github.com/docker/docker/daemon/containerd	0.036s	coverage: 17.4% of statements
09:40:38 [2024-04-19T09:40:38.342Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.8% of statements
09:40:38 [2024-04-19T09:40:38.342Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
09:40:38 [2024-04-19T09:40:38.342Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.185s	coverage: 60.9% of statements
09:40:38 [2024-04-19T09:40:38.900Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
09:40:38 [2024-04-19T09:40:38.900Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.006s	coverage: 1.9% of statements
09:40:38 [2024-04-19T09:40:38.900Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
09:40:38 [2024-04-19T09:40:38.900Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
09:40:39 [2024-04-19T09:40:39.155Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.191s	coverage: 60.2% of statements
09:40:39 [2024-04-19T09:40:39.155Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.022s	coverage: 60.9% of statements
09:40:39 [2024-04-19T09:40:39.713Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
09:40:39 [2024-04-19T09:40:39.968Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.446s	coverage: 13.2% of statements
09:40:40 [2024-04-19T09:40:40.223Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
09:40:40 [2024-04-19T09:40:40.223Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
09:40:40 [2024-04-19T09:40:40.223Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
09:40:40 [2024-04-19T09:40:40.223Z] ok  	github.com/docker/docker/daemon/images	0.018s	coverage: 2.9% of statements
09:40:40 [2024-04-19T09:40:40.477Z] ok  	github.com/docker/docker/daemon/logger	0.218s	coverage: 43.2% of statements
09:40:40 [2024-04-19T09:40:40.732Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
09:40:40 [2024-04-19T09:40:40.732Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.010s	coverage: 53.6% of statements
09:40:40 [2024-04-19T09:40:40.732Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.009s	coverage: 68.2% of statements
09:40:40 [2024-04-19T09:40:40.732Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.104s	coverage: 78.2% of statements
09:40:41 [2024-04-19T09:40:41.292Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
09:40:41 [2024-04-19T09:40:41.292Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
09:40:41 [2024-04-19T09:40:41.292Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.004s	coverage: 88.2% of statements
09:40:41 [2024-04-19T09:40:41.292Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.015s	coverage: 87.2% of statements
09:40:41 [2024-04-19T09:40:41.548Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.109s	coverage: 76.8% of statements
09:40:41 [2024-04-19T09:40:41.548Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
09:40:41 [2024-04-19T09:40:41.548Z] ok  	github.com/docker/docker/daemon/logger/local	0.040s	coverage: 79.4% of statements
09:40:42 [2024-04-19T09:40:42.107Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.025s	coverage: 31.5% of statements
09:40:42 [2024-04-19T09:40:42.107Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.028s	coverage: 63.5% of statements
09:40:42 [2024-04-19T09:40:42.107Z] ?   	github.com/docker/docker/daemon/names	[no test files]
09:40:42 [2024-04-19T09:40:42.107Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
09:40:42 [2024-04-19T09:40:42.107Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.010s	coverage: 46.8% of statements
09:40:42 [2024-04-19T09:40:42.667Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
09:40:42 [2024-04-19T09:40:42.667Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
09:40:42 [2024-04-19T09:40:42.667Z] ok  	github.com/docker/docker/daemon/network	0.014s	coverage: 63.8% of statements
09:40:42 [2024-04-19T09:40:42.667Z] ok  	github.com/docker/docker/daemon/logger/journald	1.469s	coverage: 72.7% of statements
09:40:43 [2024-04-19T09:40:43.226Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
09:40:43 [2024-04-19T09:40:43.226Z] ok  	github.com/docker/docker/dockerversion	0.005s	coverage: 100.0% of statements
09:40:43 [2024-04-19T09:40:43.226Z] ok  	github.com/docker/docker/errdefs	0.006s	coverage: 77.2% of statements
09:40:43 [2024-04-19T09:40:43.226Z] ok  	github.com/docker/docker/distribution/metadata	0.025s	coverage: 44.4% of statements
09:40:43 [2024-04-19T09:40:43.481Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.418s	coverage: 82.5% of statements
09:40:44 [2024-04-19T09:40:44.040Z] ok  	github.com/docker/docker/image	0.024s	coverage: 82.8% of statements
09:40:44 [2024-04-19T09:40:44.294Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
09:40:44 [2024-04-19T09:40:44.294Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
09:40:44 [2024-04-19T09:40:44.294Z] ?   	github.com/docker/docker/image/v1	[no test files]
09:40:44 [2024-04-19T09:40:44.294Z] ok  	github.com/docker/docker/image/tarexport	0.006s	coverage: 0.6% of statements
09:40:44 [2024-04-19T09:40:44.294Z] ok  	github.com/docker/docker/image/cache	0.012s	coverage: 26.1% of statements
09:40:44 [2024-04-19T09:40:44.549Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
09:40:44 [2024-04-19T09:40:44.549Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
09:40:44 [2024-04-19T09:40:44.549Z] ok  	github.com/docker/docker/internal/mod	0.002s	coverage: 66.7% of statements
09:40:44 [2024-04-19T09:40:44.549Z] ok  	github.com/docker/docker/internal/cleanups	0.003s	coverage: 69.2% of statements
09:40:44 [2024-04-19T09:40:44.549Z] ?   	github.com/docker/docker/internal/rootless/mountopts	[no test files]
09:40:44 [2024-04-19T09:40:44.549Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
09:40:44 [2024-04-19T09:40:44.804Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
09:40:44 [2024-04-19T09:40:44.804Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
09:40:44 [2024-04-19T09:40:44.804Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
09:40:44 [2024-04-19T09:40:44.804Z] ?   	github.com/docker/docker/internal/testutils/specialimage	[no test files]
09:40:44 [2024-04-19T09:40:44.804Z] ?   	github.com/docker/docker/internal/unix_noeintr	[no test files]
09:40:44 [2024-04-19T09:40:44.804Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
09:40:44 [2024-04-19T09:40:44.804Z] ok  	github.com/docker/docker/internal/sliceutil	0.002s	coverage: 56.2% of statements
09:40:44 [2024-04-19T09:40:44.804Z] ok  	github.com/docker/docker/internal/safepath	0.005s	coverage: 42.9% of statements
09:40:44 [2024-04-19T09:40:44.804Z] ok  	github.com/docker/docker/distribution	1.496s	coverage: 28.7% of statements
09:40:45 [2024-04-19T09:40:45.363Z] ok  	github.com/docker/docker/distribution/xfer	2.173s	coverage: 84.4% of statements
09:40:45 [2024-04-19T09:40:45.923Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
09:40:45 [2024-04-19T09:40:45.923Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
09:40:45 [2024-04-19T09:40:45.923Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
09:40:45 [2024-04-19T09:40:45.923Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
09:40:45 [2024-04-19T09:40:45.923Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
09:40:45 [2024-04-19T09:40:45.923Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
09:40:45 [2024-04-19T09:40:45.923Z] ok  	github.com/docker/docker/daemon	10.648s	coverage: 15.8% of statements
09:40:46 [2024-04-19T09:40:46.178Z] ?   	github.com/docker/docker/oci/caps	[no test files]
09:40:46 [2024-04-19T09:40:46.178Z] ok  	github.com/docker/docker/oci	0.023s	coverage: 35.8% of statements
09:40:46 [2024-04-19T09:40:46.178Z] ok  	github.com/docker/docker/opts	0.031s	coverage: 67.9% of statements
09:40:46 [2024-04-19T09:40:46.737Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
09:40:46 [2024-04-19T09:40:46.738Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 81.8% of statements
09:40:46 [2024-04-19T09:40:46.738Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
09:40:46 [2024-04-19T09:40:46.738Z] ok  	github.com/docker/docker/pkg/containerfs	0.003s	coverage: 26.7% of statements
09:40:46 [2024-04-19T09:40:46.992Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
09:40:46 [2024-04-19T09:40:46.992Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.284s	coverage: 83.7% of statements
09:40:46 [2024-04-19T09:40:46.992Z] ok  	github.com/docker/docker/pkg/fileutils	0.015s	coverage: 51.7% of statements
09:40:47 [2024-04-19T09:40:47.248Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 6.5% of statements
09:40:47 [2024-04-19T09:40:47.248Z] ok  	github.com/docker/docker/pkg/archive	0.436s	coverage: 80.9% of statements
09:40:47 [2024-04-19T09:40:47.502Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 45.5% of statements
09:40:47 [2024-04-19T09:40:47.502Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 92.3% of statements
09:40:47 [2024-04-19T09:40:47.502Z] ok  	github.com/docker/docker/pkg/meminfo	0.004s	coverage: 75.0% of statements
09:40:47 [2024-04-19T09:40:47.502Z] ok  	github.com/docker/docker/pkg/authorization	0.648s	coverage: 68.3% of statements
09:40:47 [2024-04-19T09:40:47.502Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
09:40:47 [2024-04-19T09:40:47.502Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
09:40:47 [2024-04-19T09:40:47.758Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
09:40:47 [2024-04-19T09:40:47.758Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
09:40:47 [2024-04-19T09:40:47.758Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
09:40:47 [2024-04-19T09:40:47.758Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.003s	coverage: 90.2% of statements
09:40:47 [2024-04-19T09:40:47.758Z] ok  	github.com/docker/docker/pkg/pidfile	0.011s	coverage: 94.1% of statements
09:40:47 [2024-04-19T09:40:47.758Z] ok  	github.com/docker/docker/pkg/idtools	0.517s	coverage: 69.7% of statements
09:40:47 [2024-04-19T09:40:47.758Z] ok  	github.com/docker/docker/pkg/ioutils	0.362s	coverage: 69.1% of statements
09:40:48 [2024-04-19T09:40:48.317Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
09:40:48 [2024-04-19T09:40:48.317Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
09:40:48 [2024-04-19T09:40:48.317Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
09:40:48 [2024-04-19T09:40:48.317Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 90.0% of statements
09:40:48 [2024-04-19T09:40:48.317Z] ok  	github.com/docker/docker/pkg/process	0.004s	coverage: 21.7% of statements
09:40:48 [2024-04-19T09:40:48.317Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.005s	coverage: 56.8% of statements
09:40:48 [2024-04-19T09:40:48.317Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
09:40:48 [2024-04-19T09:40:48.317Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
09:40:48 [2024-04-19T09:40:48.317Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
09:40:48 [2024-04-19T09:40:48.317Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
09:40:48 [2024-04-19T09:40:48.573Z] ok  	github.com/docker/docker/pkg/reexec	0.039s	coverage: 82.4% of statements
09:40:48 [2024-04-19T09:40:48.573Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
09:40:48 [2024-04-19T09:40:48.573Z] ok  	github.com/docker/docker/pkg/stringid	0.012s	coverage: 61.9% of statements
09:40:48 [2024-04-19T09:40:48.573Z] ok  	github.com/docker/docker/pkg/streamformatter	0.014s	coverage: 64.5% of statements
09:40:48 [2024-04-19T09:40:48.828Z] ok  	github.com/docker/docker/pkg/system	0.012s	coverage: 41.0% of statements
09:40:48 [2024-04-19T09:40:48.828Z] ok  	github.com/docker/docker/pkg/sysinfo	0.016s	coverage: 53.4% of statements
09:40:48 [2024-04-19T09:40:48.828Z] ok  	github.com/docker/docker/pkg/useragent	0.003s	coverage: 88.9% of statements
09:40:49 [2024-04-19T09:40:49.083Z] ok  	github.com/docker/docker/pkg/tailfile	0.035s	coverage: 88.6% of statements
09:40:49 [2024-04-19T09:40:49.083Z] ok  	github.com/docker/docker/pkg/tarsum	0.052s	coverage: 89.6% of statements
09:40:49 [2024-04-19T09:40:49.643Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
09:40:49 [2024-04-19T09:40:49.643Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
09:40:49 [2024-04-19T09:40:49.643Z] ok  	github.com/docker/docker/plugin/v2	0.015s	coverage: 13.6% of statements
09:40:49 [2024-04-19T09:40:49.643Z] ok  	github.com/docker/docker/profiles/seccomp	0.014s	coverage: 86.0% of statements
09:40:50 [2024-04-19T09:40:50.202Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 83.7% of statements
09:40:50 [2024-04-19T09:40:50.202Z] ok  	github.com/docker/docker/pkg/plugins	2.010s	coverage: 73.7% of statements
09:40:50 [2024-04-19T09:40:50.202Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
09:40:50 [2024-04-19T09:40:50.456Z] ok  	github.com/docker/docker/restartmanager	0.004s	coverage: 51.9% of statements
09:40:50 [2024-04-19T09:40:50.456Z] ok  	github.com/docker/docker/registry/resumable	0.018s	coverage: 100.0% of statements
09:40:50 [2024-04-19T09:40:50.456Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
09:40:50 [2024-04-19T09:40:50.456Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 54.0% of statements
09:40:50 [2024-04-19T09:40:50.456Z] ok  	github.com/docker/docker/registry	0.123s	coverage: 63.9% of statements
09:40:50 [2024-04-19T09:40:50.711Z] ok  	github.com/docker/docker/quota	0.760s	coverage: 69.3% of statements
09:40:50 [2024-04-19T09:40:50.711Z] ok  	github.com/docker/docker/testutil	0.005s	coverage: 6.8% of statements
09:40:50 [2024-04-19T09:40:50.966Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
09:40:50 [2024-04-19T09:40:50.966Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
09:40:50 [2024-04-19T09:40:50.966Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
09:40:50 [2024-04-19T09:40:50.966Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
09:40:50 [2024-04-19T09:40:50.966Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
09:40:51 [2024-04-19T09:40:51.220Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
09:40:51 [2024-04-19T09:40:51.220Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
09:40:51 [2024-04-19T09:40:51.220Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
09:40:51 [2024-04-19T09:40:51.220Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
09:40:51 [2024-04-19T09:40:51.220Z] ?   	github.com/docker/docker/testutil/request	[no test files]
09:40:51 [2024-04-19T09:40:51.220Z] ?   	github.com/docker/docker/volume	[no test files]
09:40:51 [2024-04-19T09:40:51.780Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
09:40:51 [2024-04-19T09:40:51.780Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 61.5% of statements
09:40:51 [2024-04-19T09:40:51.780Z] ok  	github.com/docker/docker/volume/local	0.083s	coverage: 76.4% of statements
09:40:52 [2024-04-19T09:40:52.339Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
09:40:52 [2024-04-19T09:40:52.339Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
09:40:52 [2024-04-19T09:40:52.339Z] ok  	github.com/docker/docker/volume/service	0.011s	coverage: 71.8% of statements
09:40:53 [2024-04-19T09:40:53.263Z] ok  	github.com/docker/docker/layer	7.388s	coverage: 68.1% of statements
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === Skipped
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     network_proxy_test.go:210: No support for dual stack yet
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver btrfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver btrfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver btrfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver btrfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver btrfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:68: No driver to put!
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z] time="2024-04-19T09:40:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: driver not supported
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z] time="2024-04-19T09:40:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: driver not supported
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z] time="2024-04-19T09:40:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: driver not supported
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z] time="2024-04-19T09:40:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: driver not supported
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z] time="2024-04-19T09:40:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: driver not supported
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:68: No driver to put!
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     overlay_test.go:61: Cannot run test with naive change algorithm
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver zfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver zfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver zfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver zfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:41: Driver zfs not supported
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     graphtest_unix.go:68: No driver to put!
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
09:40:53 [2024-04-19T09:40:53.263Z]     validate_test.go:73: only tested on Windows
09:40:53 [2024-04-19T09:40:53.263Z] 
09:40:53 [2024-04-19T09:40:53.263Z] DONE 3285 tests, 27 skipped in 66.921s
09:40:53 [2024-04-19T09:40:53.263Z] + '[' -n 'github.com/docker/docker/libnetwork
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/bitmap
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/cluster
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/cnmallocator
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/config
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/datastore
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/diagnostic
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/discoverapi
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/driverapi
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/bridge
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/host
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/null
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/overlay
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/remote
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/windows
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/drvregistry
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/etchosts
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/internal/caller
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/internal/kvstore
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/internal/netiputil
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/internal/resolvconf
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/ipam
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/ipamapi
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/ipams/builtin
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/ipams/null
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/ipams/remote
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/ipamutils
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/ipbits
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/iptables
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/netlabel
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/netutils
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/networkdb
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/ns
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/options
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/osl
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/osl/kernel
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/portallocator
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/portmapper
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/resolvconf
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/scope
09:40:53 [2024-04-19T09:40:53.263Z] github.com/docker/docker/libnetwork/types' ']'
09:40:53 [2024-04-19T09:40:53.264Z] + 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
09:41:49 [2024-04-19T09:41:49.401Z] ok  	github.com/docker/docker/libnetwork	45.560s	coverage: 43.0% of statements
09:41:49 [2024-04-19T09:41:49.401Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
09:41:49 [2024-04-19T09:41:49.401Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
09:41:49 [2024-04-19T09:41:49.401Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
09:41:49 [2024-04-19T09:41:49.401Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
09:41:49 [2024-04-19T09:41:49.401Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
09:41:49 [2024-04-19T09:41:49.401Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
09:41:49 [2024-04-19T09:41:49.401Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
09:41:50 [2024-04-19T09:41:50.323Z] ok  	github.com/docker/docker/libnetwork/cnmallocator	4.920s	coverage: 72.3% of statements
09:41:50 [2024-04-19T09:41:50.578Z] ok  	github.com/docker/docker/libnetwork/config	0.011s	coverage: 10.3% of statements
09:41:50 [2024-04-19T09:41:50.833Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 37.0% of statements
09:41:50 [2024-04-19T09:41:50.833Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
09:41:50 [2024-04-19T09:41:50.833Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
09:41:51 [2024-04-19T09:41:51.087Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
09:41:56 [2024-04-19T09:41:56.319Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	3.759s	coverage: 63.3% of statements
09:41:56 [2024-04-19T09:41:56.319Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
09:41:56 [2024-04-19T09:41:56.319Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
09:41:57 [2024-04-19T09:41:57.678Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.944s	coverage: 5.1% of statements
09:41:57 [2024-04-19T09:41:57.678Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
09:41:57 [2024-04-19T09:41:57.932Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.003s	coverage: 4.7% of statements
09:41:57 [2024-04-19T09:41:57.932Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
09:41:58 [2024-04-19T09:41:58.187Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
09:41:59 [2024-04-19T09:41:59.110Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.009s	coverage: 1.4% of statements
09:41:59 [2024-04-19T09:41:59.365Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.003s	coverage: 45.0% of statements
09:41:59 [2024-04-19T09:41:59.620Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 62.7% of statements
09:42:00 [2024-04-19T09:42:00.179Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.2% of statements
09:42:00 [2024-04-19T09:42:00.179Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
09:42:00 [2024-04-19T09:42:00.179Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
09:42:00 [2024-04-19T09:42:00.179Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
09:42:00 [2024-04-19T09:42:00.434Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.018s	coverage: 87.0% of statements
09:42:00 [2024-04-19T09:42:00.993Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 82.1% of statements
09:42:00 [2024-04-19T09:42:00.993Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
09:42:00 [2024-04-19T09:42:00.993Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
09:42:00 [2024-04-19T09:42:00.993Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
09:42:00 [2024-04-19T09:42:00.993Z] ?   	github.com/docker/docker/libnetwork/internal/netiputil	[no test files]
09:42:01 [2024-04-19T09:42:01.552Z] ok  	github.com/docker/docker/libnetwork/internal/resolvconf	0.015s	coverage: 86.0% of statements
09:42:13 [2024-04-19T09:42:13.704Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
09:42:15 [2024-04-19T09:42:15.063Z] ok  	github.com/docker/docker/libnetwork/ipam	3.081s	coverage: 80.3% of statements
09:42:15 [2024-04-19T09:42:15.063Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
09:42:15 [2024-04-19T09:42:15.063Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
09:42:15 [2024-04-19T09:42:15.318Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
09:42:15 [2024-04-19T09:42:15.876Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 48.7% of statements
09:42:15 [2024-04-19T09:42:15.876Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
09:42:15 [2024-04-19T09:42:15.876Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
09:42:16 [2024-04-19T09:42:16.435Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.318s	coverage: 86.4% of statements
09:42:16 [2024-04-19T09:42:16.689Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
09:42:17 [2024-04-19T09:42:17.248Z] ok  	github.com/docker/docker/libnetwork/iptables	0.163s	coverage: 39.9% of statements
09:42:17 [2024-04-19T09:42:17.248Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
09:42:17 [2024-04-19T09:42:17.807Z] ok  	github.com/docker/docker/libnetwork/netutils	0.017s	coverage: 50.6% of statements
09:44:09 [2024-04-19T09:44:09.152Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.264s	coverage: 59.5% of statements
09:44:09 [2024-04-19T09:44:09.152Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
09:44:09 [2024-04-19T09:44:09.152Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
09:44:09 [2024-04-19T09:44:09.152Z] ok  	github.com/docker/docker/libnetwork/osl	4.493s	coverage: 37.5% of statements
09:44:09 [2024-04-19T09:44:09.152Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
09:44:09 [2024-04-19T09:44:09.152Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.5% of statements
09:44:10 [2024-04-19T09:44:10.075Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.701s	coverage: 47.9% of statements
09:44:10 [2024-04-19T09:44:10.330Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.005s	coverage: 75.8% of statements
09:44:10 [2024-04-19T09:44:10.330Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
09:44:10 [2024-04-19T09:44:10.584Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
09:44:10 [2024-04-19T09:44:10.584Z] 
09:44:10 [2024-04-19T09:44:10.584Z] === Skipped
09:44:10 [2024-04-19T09:44:10.584Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
09:44:10 [2024-04-19T09:44:10.584Z]     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
09:44:10 [2024-04-19T09:44:10.584Z] 
09:44:10 [2024-04-19T09:44:10.584Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
09:44:10 [2024-04-19T09:44:10.584Z]     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
09:44:10 [2024-04-19T09:44:10.584Z] 
09:44:10 [2024-04-19T09:44:10.584Z] DONE 471 tests, 2 skipped in 197.296s
Post stage
[Pipeline] junit
09:44:11 [2024-04-19T09:44:11.516Z] Recording test results
09:44:12 [2024-04-19T09:44:12.542Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:44:12 [2024-04-19T09:44:12.881Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_master/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2939 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef -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:e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef hack/make.sh dynbinary test-integration
09:44:12 [2024-04-19T09:44:12.881Z] 
09:44:12 [2024-04-19T09:44:12.881Z] Removing bundles/
09:44:12 [2024-04-19T09:44:12.881Z] 
09:44:12 [2024-04-19T09:44:12.881Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:44:13 [2024-04-19T09:44:13.136Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
09:44:13 [2024-04-19T09:44:13.136Z] + tee /go/src/github.com/docker/docker/go.mod
09:44:13 [2024-04-19T09:44:13.136Z] module github.com/docker/docker
09:44:13 [2024-04-19T09:44:13.136Z] 
09:44:13 [2024-04-19T09:44:13.136Z] go 1.21
09:44:13 [2024-04-19T09:44:13.136Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
09:44:13 [2024-04-19T09:44:13.136Z] + GO111MODULE=on
09:44:13 [2024-04-19T09:44:13.136Z] + GOTOOLCHAIN=local
09:44:13 [2024-04-19T09:44:13.136Z] + 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=e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-19T09:44:12.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
09:44:51 [2024-04-19T09:44:51.777Z] + rm -f /go/src/github.com/docker/docker/go.mod
09:44:51 [2024-04-19T09:44:51.777Z] Created binary: bundles/dynbinary-daemon/dockerd
09:44:51 [2024-04-19T09:44:51.777Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
09:44:51 [2024-04-19T09:44:51.777Z] + tee /go/src/github.com/docker/docker/go.mod
09:44:51 [2024-04-19T09:44:51.777Z] module github.com/docker/docker
09:44:51 [2024-04-19T09:44:51.777Z] 
09:44:51 [2024-04-19T09:44:51.777Z] go 1.21
09:44:51 [2024-04-19T09:44:51.777Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
09:44:51 [2024-04-19T09:44:51.777Z] + GO111MODULE=on
09:44:51 [2024-04-19T09:44:51.777Z] + GOTOOLCHAIN=local
09:44:51 [2024-04-19T09:44:51.777Z] + 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=e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-19T09:44:12.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
09:44:51 [2024-04-19T09:44:51.777Z] + rm -f /go/src/github.com/docker/docker/go.mod
09:44:51 [2024-04-19T09:44:51.777Z] Created binary: bundles/dynbinary-daemon/docker-proxy
09:44:51 [2024-04-19T09:44:51.777Z] 
09:44:51 [2024-04-19T09:44:51.777Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:44:51 [2024-04-19T09:44:51.777Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:44:51 [2024-04-19T09:44:51.777Z] HOSTNAME=82661c464b25
09:44:51 [2024-04-19T09:44:51.777Z] TESTDEBUG=0
09:44:51 [2024-04-19T09:44:51.777Z] DEST=bundles/test-integration
09:44:51 [2024-04-19T09:44:51.777Z] PWD=/go/src/github.com/docker/docker
09:44:51 [2024-04-19T09:44:51.777Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
09:44:51 [2024-04-19T09:44:51.777Z] DOCKER_GITCOMMIT=e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef
09:44:51 [2024-04-19T09:44:51.777Z] container=docker
09:44:51 [2024-04-19T09:44:51.777Z] HOME=/root
09:44:51 [2024-04-19T09:44:51.777Z] CONTAINERD_NAMESPACE=moby
09:44:51 [2024-04-19T09:44:51.777Z] GOLANG_VERSION=1.21.9
09:44:51 [2024-04-19T09:44:51.777Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:44:51 [2024-04-19T09:44:51.777Z] VALIDATE_BRANCH=
09:44:51 [2024-04-19T09:44:51.777Z] TERM=xterm
09:44:51 [2024-04-19T09:44:51.777Z] DOCKER_PKG=github.com/docker/docker
09:44:51 [2024-04-19T09:44:51.777Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
09:44:51 [2024-04-19T09:44:51.777Z] SHLVL=1
09:44:51 [2024-04-19T09:44:51.777Z] TIMEOUT=120m
09:44:51 [2024-04-19T09:44:51.777Z] GOTOOLCHAIN=local
09:44:51 [2024-04-19T09:44:51.777Z] DOCKER_GRAPHDRIVER=overlay2
09:44:51 [2024-04-19T09:44:51.777Z] GO111MODULE=off
09:44:51 [2024-04-19T09:44:51.777Z] DOCKER_EXPERIMENTAL=1
09:44:51 [2024-04-19T09:44:51.777Z] TEST_SKIP_INTEGRATION_CLI=1
09:44:51 [2024-04-19T09:44:51.777Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:44:51 [2024-04-19T09:44:51.777Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:44:51 [2024-04-19T09:44:51.777Z] GOPATH=/go
09:44:51 [2024-04-19T09:44:51.777Z] PKG_CONFIG=pkg-config
09:44:51 [2024-04-19T09:44:51.777Z] _=/usr/bin/env
09:44:51 [2024-04-19T09:44:51.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:45:13 [2024-04-19T09:45:13.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
09:45:13 [2024-04-19T09:45:13.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:45:13 [2024-04-19T09:45:13.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:45:18 [2024-04-19T09:45:18.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
09:45:22 [2024-04-19T09:45:22.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:45:25 [2024-04-19T09:45:25.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
09:45:25 [2024-04-19T09:45:25.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:45:26 [2024-04-19T09:45:26.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:45:28 [2024-04-19T09:45:28.195Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:45:29 [2024-04-19T09:45:29.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
09:45:30 [2024-04-19T09:45:30.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:45:30 [2024-04-19T09:45:30.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:45:32 [2024-04-19T09:45:32.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:45:33 [2024-04-19T09:45:33.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:45:35 [2024-04-19T09:45:35.338Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:45:36 [2024-04-19T09:45:36.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
09:45:36 [2024-04-19T09:45:36.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:45:37 [2024-04-19T09:45:37.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:45:38 [2024-04-19T09:45:38.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:45:40 [2024-04-19T09:45:40.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:45:40 [2024-04-19T09:45:40.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:45:42 [2024-04-19T09:45:42.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:45:43 [2024-04-19T09:45:43.435Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:45:43 [2024-04-19T09:45:43.435Z] Using test binary /usr/local/cli-integration/docker
09:45:43 [2024-04-19T09:45:43.435Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:45:43 [2024-04-19T09:45:43.435Z] +++ /etc/init.d/apparmor start
09:45:43 [2024-04-19T09:45:43.435Z] Not: starting.
09:45:43 [2024-04-19T09:45:43.435Z] INFO: Waiting for daemon to start...
09:45:43 [2024-04-19T09:45:43.435Z] Starting dockerd
09:45:43 [2024-04-19T09:45:43.435Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.AFUtzM3xqa/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
09:45:47 [2024-04-19T09:45:47.590Z] .
09:45:47 [2024-04-19T09:45:47.590Z] Running integration-test (iteration 1)
09:45:47 [2024-04-19T09:45:47.590Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
09:45:47 [2024-04-19T09:45:47.590Z] ++ '[' -n '' ']'
09:45:47 [2024-04-19T09:45:47.590Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
09:45:47 [2024-04-19T09:45:47.590Z] ++ set -e
09:45:47 [2024-04-19T09:45:47.590Z] ++ '[' -n 0 ']'
09:45:47 [2024-04-19T09:45:47.590Z] ++ set -x
09:45:47 [2024-04-19T09:45:47.590Z] ++ 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.AFUtzM3xqa/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
09:45:47 [2024-04-19T09:45:47.845Z] Loaded image: busybox:latest
09:45:47 [2024-04-19T09:45:47.845Z] Loaded image: busybox:glibc
09:45:48 [2024-04-19T09:45:48.768Z] Loaded image: debian:bookworm-slim
09:45:48 [2024-04-19T09:45:48.768Z] Loaded image: hello-world:latest
09:45:48 [2024-04-19T09:45:48.768Z] Loaded image: arm32v7/hello-world:latest
09:45:48 [2024-04-19T09:45:48.768Z] INFO: Testing against a local daemon
09:45:48 [2024-04-19T09:45:48.768Z] === RUN   TestCgroupNamespacesBuild
09:45:50 [2024-04-19T09:45:50.128Z] --- PASS: TestCgroupNamespacesBuild (1.10s)
09:45:50 [2024-04-19T09:45:50.128Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:45:51 [2024-04-19T09:45:51.051Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.08s)
09:45:51 [2024-04-19T09:45:51.051Z] === RUN   TestBuildWithSession
09:45:51 [2024-04-19T09:45:51.051Z]     build_session_test.go:26: TODO: BuildKit
09:45:51 [2024-04-19T09:45:51.051Z] --- SKIP: TestBuildWithSession (0.00s)
09:45:51 [2024-04-19T09:45:51.051Z] === RUN   TestBuildSquashParent
09:45:54 [2024-04-19T09:45:54.334Z] --- PASS: TestBuildSquashParent (3.00s)
09:45:54 [2024-04-19T09:45:54.334Z] === RUN   TestBuildWithRemoveAndForceRemove
09:45:54 [2024-04-19T09:45:54.334Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:45:54 [2024-04-19T09:45:54.334Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:45:54 [2024-04-19T09:45:54.334Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:45:54 [2024-04-19T09:45:54.334Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:45:54 [2024-04-19T09:45:54.334Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:45:54 [2024-04-19T09:45:54.334Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:45:54 [2024-04-19T09:45:54.334Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:45:54 [2024-04-19T09:45:54.334Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:45:54 [2024-04-19T09:45:54.334Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:45:54 [2024-04-19T09:45:54.334Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:45:54 [2024-04-19T09:45:54.334Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:45:54 [2024-04-19T09:45:54.334Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:45:54 [2024-04-19T09:45:54.334Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:45:54 [2024-04-19T09:45:54.334Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:45:54 [2024-04-19T09:45:54.334Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:45:54 [2024-04-19T09:45:54.334Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:45:54 [2024-04-19T09:45:54.334Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:45:54 [2024-04-19T09:45:54.334Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:45:56 [2024-04-19T09:45:56.924Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
09:45:56 [2024-04-19T09:45:56.924Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.14s)
09:45:56 [2024-04-19T09:45:56.924Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.24s)
09:45:56 [2024-04-19T09:45:56.924Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.38s)
09:45:56 [2024-04-19T09:45:56.924Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.72s)
09:45:56 [2024-04-19T09:45:56.924Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.78s)
09:45:56 [2024-04-19T09:45:56.925Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.85s)
09:45:56 [2024-04-19T09:45:56.925Z] === RUN   TestBuildMultiStageCopy
09:45:56 [2024-04-19T09:45:56.925Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:45:57 [2024-04-19T09:45:57.931Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:45:57 [2024-04-19T09:45:57.931Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:45:58 [2024-04-19T09:45:58.185Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:45:58 [2024-04-19T09:45:58.185Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:45:58 [2024-04-19T09:45:58.185Z] --- PASS: TestBuildMultiStageCopy (1.33s)
09:45:58 [2024-04-19T09:45:58.185Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.96s)
09:45:58 [2024-04-19T09:45:58.185Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.07s)
09:45:58 [2024-04-19T09:45:58.185Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.08s)
09:45:58 [2024-04-19T09:45:58.185Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.09s)
09:45:58 [2024-04-19T09:45:58.185Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.10s)
09:45:58 [2024-04-19T09:45:58.186Z] === RUN   TestBuildMultiStageParentConfig
09:45:58 [2024-04-19T09:45:58.744Z] --- PASS: TestBuildMultiStageParentConfig (0.32s)
09:45:58 [2024-04-19T09:45:58.744Z] === RUN   TestBuildLabelWithTargets
09:45:58 [2024-04-19T09:45:58.998Z] --- PASS: TestBuildLabelWithTargets (0.50s)
09:45:58 [2024-04-19T09:45:58.998Z] === RUN   TestBuildWithEmptyLayers
09:45:59 [2024-04-19T09:45:59.253Z] --- PASS: TestBuildWithEmptyLayers (0.27s)
09:45:59 [2024-04-19T09:45:59.253Z] === RUN   TestBuildMultiStageOnBuild
09:46:00 [2024-04-19T09:46:00.611Z] --- PASS: TestBuildMultiStageOnBuild (1.07s)
09:46:00 [2024-04-19T09:46:00.611Z] === RUN   TestBuildUncleanTarFilenames
09:46:00 [2024-04-19T09:46:00.611Z] --- PASS: TestBuildUncleanTarFilenames (0.10s)
09:46:00 [2024-04-19T09:46:00.611Z] === RUN   TestBuildMultiStageLayerLeak
09:46:01 [2024-04-19T09:46:01.534Z] --- PASS: TestBuildMultiStageLayerLeak (1.06s)
09:46:01 [2024-04-19T09:46:01.534Z] === RUN   TestBuildWithHugeFile
09:47:09 [2024-04-19T09:47:09.127Z] --- PASS: TestBuildWithHugeFile (61.95s)
09:47:09 [2024-04-19T09:47:09.127Z] === RUN   TestBuildWCOWSandboxSize
09:47:09 [2024-04-19T09:47:09.127Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:47:09 [2024-04-19T09:47:09.127Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
09:47:09 [2024-04-19T09:47:09.127Z] === RUN   TestBuildWithEmptyDockerfile
09:47:09 [2024-04-19T09:47:09.127Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:47:09 [2024-04-19T09:47:09.127Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:47:09 [2024-04-19T09:47:09.127Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:47:09 [2024-04-19T09:47:09.127Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:47:09 [2024-04-19T09:47:09.127Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:47:09 [2024-04-19T09:47:09.127Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:47:09 [2024-04-19T09:47:09.127Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:47:09 [2024-04-19T09:47:09.127Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:47:09 [2024-04-19T09:47:09.127Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:47:09 [2024-04-19T09:47:09.127Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
09:47:09 [2024-04-19T09:47:09.127Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
09:47:09 [2024-04-19T09:47:09.127Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
09:47:09 [2024-04-19T09:47:09.127Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
09:47:09 [2024-04-19T09:47:09.127Z] === RUN   TestBuildPreserveOwnership
09:47:09 [2024-04-19T09:47:09.127Z] === RUN   TestBuildPreserveOwnership/copy_from
09:47:09 [2024-04-19T09:47:09.127Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:47:09 [2024-04-19T09:47:09.127Z] --- PASS: TestBuildPreserveOwnership (2.28s)
09:47:09 [2024-04-19T09:47:09.127Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.60s)
09:47:09 [2024-04-19T09:47:09.127Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.67s)
09:47:09 [2024-04-19T09:47:09.127Z] === RUN   TestBuildPlatformInvalid
09:47:09 [2024-04-19T09:47:09.127Z] --- PASS: TestBuildPlatformInvalid (0.01s)
09:47:09 [2024-04-19T09:47:09.127Z] === RUN   TestBuildkitHistoryTracePropagation
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" 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
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" 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
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z] time="2024-04-19T09:47:05Z" level=info msg="[core] [Server #4] Server created" module=grpc
09:47:09 [2024-04-19T09:47:09.127Z]     build_traces_test.go:87: Waiting for trace to be available
09:47:10 [2024-04-19T09:47:10.049Z] time="2024-04-19T09:47:09Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
09:47:10 [2024-04-19T09:47:10.049Z] time="2024-04-19T09:47:09Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
09:47:10 [2024-04-19T09:47:10.049Z] time="2024-04-19T09:47:09Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
09:47:10 [2024-04-19T09:47:10.049Z] time="2024-04-19T09:47:09Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
09:47:10 [2024-04-19T09:47:10.049Z] time="2024-04-19T09:47:09Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
09:47:10 [2024-04-19T09:47:10.049Z] time="2024-04-19T09:47:09Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
09:47:10 [2024-04-19T09:47:10.049Z] --- PASS: TestBuildkitHistoryTracePropagation (4.04s)
09:47:10 [2024-04-19T09:47:10.049Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
09:47:10 [2024-04-19T09:47:10.609Z] Loaded image: busybox:latest
09:47:10 [2024-04-19T09:47:10.609Z] Loaded image: busybox:glibc
09:47:11 [2024-04-19T09:47:11.532Z] Loaded image: debian:bookworm-slim
09:47:11 [2024-04-19T09:47:11.532Z] Loaded image: hello-world:latest
09:47:11 [2024-04-19T09:47:11.786Z] Loaded image: arm32v7/hello-world:latest
09:47:19 [2024-04-19T09:47:19.854Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.69s)
09:47:19 [2024-04-19T09:47:19.854Z] PASS
09:47:19 [2024-04-19T09:47:19.854Z] 
09:47:19 [2024-04-19T09:47:19.854Z] === Skipped
09:47:19 [2024-04-19T09:47:19.854Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
09:47:19 [2024-04-19T09:47:19.854Z]     build_session_test.go:26: TODO: BuildKit
09:47:19 [2024-04-19T09:47:19.854Z] 
09:47:19 [2024-04-19T09:47:19.854Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
09:47:19 [2024-04-19T09:47:19.854Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:47:19 [2024-04-19T09:47:19.854Z] 
09:47:19 [2024-04-19T09:47:19.854Z] DONE 35 tests, 2 skipped in 91.921s
09:47:19 [2024-04-19T09:47:19.854Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
09:47:19 [2024-04-19T09:47:19.854Z] ++ '[' -n '' ']'
09:47:19 [2024-04-19T09:47:19.854Z] ++ 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
09:47:19 [2024-04-19T09:47:19.854Z] ++ set -e
09:47:19 [2024-04-19T09:47:19.854Z] ++ '[' -n 0 ']'
09:47:19 [2024-04-19T09:47:19.854Z] ++ set -x
09:47:19 [2024-04-19T09:47:19.854Z] ++ 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.AFUtzM3xqa/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
09:47:19 [2024-04-19T09:47:19.854Z] INFO: Testing against a local daemon
09:47:19 [2024-04-19T09:47:19.854Z] === RUN   TestNoNewPrivileges
09:47:29 [2024-04-19T09:47:29.780Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
09:47:29 [2024-04-19T09:47:29.780Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
09:47:29 [2024-04-19T09:47:29.780Z] --- PASS: TestNoNewPrivileges (9.36s)
09:47:29 [2024-04-19T09:47:29.780Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.35s)
09:47:29 [2024-04-19T09:47:29.780Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.41s)
09:47:29 [2024-04-19T09:47:29.780Z] PASS
09:47:29 [2024-04-19T09:47:29.780Z] 
09:47:29 [2024-04-19T09:47:29.780Z] DONE 3 tests in 9.384s
09:47:29 [2024-04-19T09:47:29.780Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
09:47:29 [2024-04-19T09:47:29.780Z] ++ '[' -n '' ']'
09:47:29 [2024-04-19T09:47:29.780Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
09:47:29 [2024-04-19T09:47:29.780Z] ++ set -e
09:47:29 [2024-04-19T09:47:29.780Z] ++ '[' -n 0 ']'
09:47:29 [2024-04-19T09:47:29.780Z] ++ set -x
09:47:29 [2024-04-19T09:47:29.780Z] ++ 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.AFUtzM3xqa/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
09:47:29 [2024-04-19T09:47:29.780Z] INFO: Testing against a local daemon
09:47:29 [2024-04-19T09:47:29.780Z] === RUN   TestConfigInspect
09:47:31 [2024-04-19T09:47:31.140Z] --- PASS: TestConfigInspect (1.96s)
09:47:31 [2024-04-19T09:47:31.140Z] === RUN   TestConfigList
09:47:32 [2024-04-19T09:47:32.063Z] === RUN   TestConfigList/test_filter_by_name
09:47:32 [2024-04-19T09:47:32.063Z] === RUN   TestConfigList/test_filter_by_id
09:47:32 [2024-04-19T09:47:32.063Z] === RUN   TestConfigList/test_filter_by_label_key_only
09:47:32 [2024-04-19T09:47:32.063Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
09:47:32 [2024-04-19T09:47:32.063Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
09:47:32 [2024-04-19T09:47:32.987Z] --- PASS: TestConfigList (1.88s)
09:47:32 [2024-04-19T09:47:32.987Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
09:47:32 [2024-04-19T09:47:32.987Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
09:47:32 [2024-04-19T09:47:32.987Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
09:47:32 [2024-04-19T09:47:32.987Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
09:47:32 [2024-04-19T09:47:32.987Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
09:47:32 [2024-04-19T09:47:32.987Z] === RUN   TestConfigsCreateAndDelete
09:47:34 [2024-04-19T09:47:34.869Z] --- PASS: TestConfigsCreateAndDelete (1.84s)
09:47:34 [2024-04-19T09:47:34.869Z] === RUN   TestConfigsUpdate
09:47:36 [2024-04-19T09:47:36.751Z] --- PASS: TestConfigsUpdate (1.97s)
09:47:36 [2024-04-19T09:47:36.751Z] === RUN   TestTemplatedConfig
09:47:39 [2024-04-19T09:47:39.258Z] --- PASS: TestTemplatedConfig (2.22s)
09:47:39 [2024-04-19T09:47:39.258Z] === RUN   TestConfigCreateResolve
09:47:40 [2024-04-19T09:47:40.617Z] --- PASS: TestConfigCreateResolve (1.79s)
09:47:40 [2024-04-19T09:47:40.617Z] PASS
09:47:40 [2024-04-19T09:47:40.617Z] 
09:47:40 [2024-04-19T09:47:40.617Z] DONE 11 tests in 11.690s
09:47:40 [2024-04-19T09:47:40.617Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
09:47:40 [2024-04-19T09:47:40.617Z] ++ '[' -n '' ']'
09:47:40 [2024-04-19T09:47:40.617Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
09:47:40 [2024-04-19T09:47:40.617Z] ++ set -e
09:47:40 [2024-04-19T09:47:40.617Z] ++ '[' -n 0 ']'
09:47:40 [2024-04-19T09:47:40.617Z] ++ set -x
09:47:40 [2024-04-19T09:47:40.617Z] ++ 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.AFUtzM3xqa/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
09:47:40 [2024-04-19T09:47:40.617Z] INFO: Testing against a local daemon
09:47:40 [2024-04-19T09:47:40.617Z] === RUN   TestAttach
09:47:40 [2024-04-19T09:47:40.617Z] === RUN   TestAttach/without_TTY
09:47:40 [2024-04-19T09:47:40.617Z] === PAUSE TestAttach/without_TTY
09:47:40 [2024-04-19T09:47:40.617Z] === RUN   TestAttach/with_TTY
09:47:40 [2024-04-19T09:47:40.617Z] === PAUSE TestAttach/with_TTY
09:47:40 [2024-04-19T09:47:40.617Z] === CONT  TestAttach/without_TTY
09:47:40 [2024-04-19T09:47:40.617Z] === CONT  TestAttach/with_TTY
09:47:40 [2024-04-19T09:47:40.872Z] --- PASS: TestAttach (0.02s)
09:47:40 [2024-04-19T09:47:40.872Z]     --- PASS: TestAttach/with_TTY (0.05s)
09:47:40 [2024-04-19T09:47:40.872Z]     --- PASS: TestAttach/without_TTY (0.05s)
09:47:40 [2024-04-19T09:47:40.872Z] === RUN   TestCreateWithCDIDevices
09:47:41 [2024-04-19T09:47:41.795Z] --- PASS: TestCreateWithCDIDevices (1.00s)
09:47:41 [2024-04-19T09:47:41.795Z] === RUN   TestCDISpecDirsAreInSystemInfo
09:47:41 [2024-04-19T09:47:41.795Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default
09:47:42 [2024-04-19T09:47:42.354Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned
09:47:42 [2024-04-19T09:47:42.913Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice
09:47:43 [2024-04-19T09:47:43.472Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice
09:47:44 [2024-04-19T09:47:44.032Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice
09:47:44 [2024-04-19T09:47:44.286Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice
09:47:44 [2024-04-19T09:47:44.845Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice
09:47:45 [2024-04-19T09:47:45.404Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice
09:47:45 [2024-04-19T09:47:45.962Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.16s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s)
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestCheckpoint
09:47:45 [2024-04-19T09:47:45.962Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:47:45 [2024-04-19T09:47:45.962Z] --- SKIP: TestCheckpoint (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/commit
09:47:45 [2024-04-19T09:47:45.962Z] === PAUSE TestContainerInvalidJSON/commit
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/create
09:47:45 [2024-04-19T09:47:45.962Z] === PAUSE TestContainerInvalidJSON/containers/create
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
09:47:45 [2024-04-19T09:47:45.962Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
09:47:45 [2024-04-19T09:47:45.962Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
09:47:45 [2024-04-19T09:47:45.962Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
09:47:45 [2024-04-19T09:47:45.962Z] === CONT  TestContainerInvalidJSON/commit
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
09:47:45 [2024-04-19T09:47:45.962Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
09:47:45 [2024-04-19T09:47:45.962Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
09:47:45 [2024-04-19T09:47:45.962Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
09:47:45 [2024-04-19T09:47:45.962Z] === CONT  TestContainerInvalidJSON/containers/create
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/commit/empty_body
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
09:47:45 [2024-04-19T09:47:45.962Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
09:47:45 [2024-04-19T09:47:45.962Z] --- PASS: TestContainerInvalidJSON (0.01s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
09:47:45 [2024-04-19T09:47:45.962Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
09:47:45 [2024-04-19T09:47:45.963Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
09:47:45 [2024-04-19T09:47:45.963Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
09:47:45 [2024-04-19T09:47:45.963Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
09:47:45 [2024-04-19T09:47:45.963Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
09:47:45 [2024-04-19T09:47:45.963Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
09:47:45 [2024-04-19T09:47:45.963Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
09:47:45 [2024-04-19T09:47:45.963Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
09:47:45 [2024-04-19T09:47:45.963Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
09:47:45 [2024-04-19T09:47:45.963Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
09:47:45 [2024-04-19T09:47:45.963Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:47:45 [2024-04-19T09:47:45.963Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
09:47:45 [2024-04-19T09:47:45.963Z] === RUN   TestCopyFromContainerPathIsNotDir
09:47:45 [2024-04-19T09:47:45.963Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
09:47:45 [2024-04-19T09:47:45.963Z] === RUN   TestCopyToContainerPathDoesNotExist
09:47:46 [2024-04-19T09:47:46.217Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
09:47:46 [2024-04-19T09:47:46.217Z] === RUN   TestCopyEmptyFile
09:47:46 [2024-04-19T09:47:46.217Z] --- PASS: TestCopyEmptyFile (0.06s)
09:47:46 [2024-04-19T09:47:46.217Z] === RUN   TestCopyToContainerPathIsNotDir
09:47:46 [2024-04-19T09:47:46.217Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
09:47:46 [2024-04-19T09:47:46.217Z] === RUN   TestCopyFromContainer
09:47:46 [2024-04-19T09:47:46.775Z] === RUN   TestCopyFromContainer//
09:47:46 [2024-04-19T09:47:46.775Z] === RUN   TestCopyFromContainer/.
09:47:46 [2024-04-19T09:47:46.776Z] === RUN   TestCopyFromContainer//.
09:47:46 [2024-04-19T09:47:46.776Z] === RUN   TestCopyFromContainer/./
09:47:46 [2024-04-19T09:47:46.776Z] === RUN   TestCopyFromContainer//./
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer//bar/root
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer//bar/root/
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer//bar/root/.
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer/bar/quux
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer/bar/quux/
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer/bar/quux/.
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCopyFromContainer/bar/notarget
09:47:47 [2024-04-19T09:47:47.030Z] --- PASS: TestCopyFromContainer (0.80s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer// (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/. (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer//. (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:47:47 [2024-04-19T09:47:47.030Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:47:47 [2024-04-19T09:47:47.030Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:47:47 [2024-04-19T09:47:47.030Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:47:47 [2024-04-19T09:47:47.030Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:47:47 [2024-04-19T09:47:47.030Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:47:47 [2024-04-19T09:47:47.030Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:47:47 [2024-04-19T09:47:47.030Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateLinkToNonExistingContainer
09:47:47 [2024-04-19T09:47:47.030Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateWithInvalidEnv
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateWithInvalidEnv/0
09:47:47 [2024-04-19T09:47:47.030Z] === PAUSE TestCreateWithInvalidEnv/0
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateWithInvalidEnv/1
09:47:47 [2024-04-19T09:47:47.030Z] === PAUSE TestCreateWithInvalidEnv/1
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateWithInvalidEnv/2
09:47:47 [2024-04-19T09:47:47.030Z] === PAUSE TestCreateWithInvalidEnv/2
09:47:47 [2024-04-19T09:47:47.030Z] === CONT  TestCreateWithInvalidEnv/0
09:47:47 [2024-04-19T09:47:47.030Z] === CONT  TestCreateWithInvalidEnv/2
09:47:47 [2024-04-19T09:47:47.030Z] === CONT  TestCreateWithInvalidEnv/1
09:47:47 [2024-04-19T09:47:47.030Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:47:47 [2024-04-19T09:47:47.030Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateTmpfsMountsTarget
09:47:47 [2024-04-19T09:47:47.030Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
09:47:47 [2024-04-19T09:47:47.030Z] === RUN   TestCreateWithCustomMaskedPaths
09:47:48 [2024-04-19T09:47:48.390Z] --- PASS: TestCreateWithCustomMaskedPaths (1.25s)
09:47:48 [2024-04-19T09:47:48.390Z] === RUN   TestCreateWithCustomReadonlyPaths
09:47:49 [2024-04-19T09:47:49.749Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.39s)
09:47:49 [2024-04-19T09:47:49.749Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:47:49 [2024-04-19T09:47:49.749Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:47:49 [2024-04-19T09:47:49.749Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:47:49 [2024-04-19T09:47:49.749Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:47:49 [2024-04-19T09:47:49.749Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:47:49 [2024-04-19T09:47:49.749Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:47:49 [2024-04-19T09:47:49.749Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:47:49 [2024-04-19T09:47:49.749Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:47:49 [2024-04-19T09:47:49.749Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
09:47:49 [2024-04-19T09:47:49.749Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
09:47:49 [2024-04-19T09:47:49.749Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
09:47:49 [2024-04-19T09:47:49.749Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
09:47:49 [2024-04-19T09:47:49.749Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
09:47:49 [2024-04-19T09:47:49.749Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
09:47:49 [2024-04-19T09:47:49.749Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
09:47:49 [2024-04-19T09:47:49.749Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
09:47:50 [2024-04-19T09:47:50.308Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.44s)
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateDifferentPlatform
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateDifferentPlatform/different_os
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
09:47:50 [2024-04-19T09:47:50.308Z] --- PASS: TestCreateDifferentPlatform (0.01s)
09:47:50 [2024-04-19T09:47:50.308Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
09:47:50 [2024-04-19T09:47:50.308Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateVolumesFromNonExistingContainer
09:47:50 [2024-04-19T09:47:50.308Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
09:47:50 [2024-04-19T09:47:50.308Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateInvalidHostConfig
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
09:47:50 [2024-04-19T09:47:50.308Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
09:47:50 [2024-04-19T09:47:50.308Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:47:50 [2024-04-19T09:47:50.308Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
09:47:50 [2024-04-19T09:47:50.308Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
09:47:50 [2024-04-19T09:47:50.308Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
09:47:50 [2024-04-19T09:47:50.308Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
09:47:50 [2024-04-19T09:47:50.308Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
09:47:50 [2024-04-19T09:47:50.308Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:47:50 [2024-04-19T09:47:50.308Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
09:47:50 [2024-04-19T09:47:50.308Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
09:47:50 [2024-04-19T09:47:50.308Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
09:47:50 [2024-04-19T09:47:50.308Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
09:47:50 [2024-04-19T09:47:50.308Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
09:47:50 [2024-04-19T09:47:50.308Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
09:47:50 [2024-04-19T09:47:50.308Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
09:47:50 [2024-04-19T09:47:50.308Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateWithMultipleEndpointSettings
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
09:47:50 [2024-04-19T09:47:50.308Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.05s)
09:47:50 [2024-04-19T09:47:50.308Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.04s)
09:47:50 [2024-04-19T09:47:50.308Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
09:47:50 [2024-04-19T09:47:50.308Z] === RUN   TestCreateWithCustomMACs
09:47:50 [2024-04-19T09:47:50.866Z] --- PASS: TestCreateWithCustomMACs (0.51s)
09:47:50 [2024-04-19T09:47:50.866Z] === RUN   TestContainerStartOnDaemonRestart
09:47:50 [2024-04-19T09:47:50.866Z] === PAUSE TestContainerStartOnDaemonRestart
09:47:50 [2024-04-19T09:47:50.866Z] === RUN   TestDaemonRestartIpcMode
09:47:50 [2024-04-19T09:47:50.866Z] === PAUSE TestDaemonRestartIpcMode
09:47:50 [2024-04-19T09:47:50.866Z] === RUN   TestDaemonHostGatewayIP
09:47:50 [2024-04-19T09:47:50.866Z] === PAUSE TestDaemonHostGatewayIP
09:47:50 [2024-04-19T09:47:50.866Z] === RUN   TestRestartDaemonWithRestartingContainer
09:47:50 [2024-04-19T09:47:50.866Z] === PAUSE TestRestartDaemonWithRestartingContainer
09:47:50 [2024-04-19T09:47:50.866Z] === RUN   TestHardRestartWhenContainerIsRunning
09:47:50 [2024-04-19T09:47:50.866Z] === PAUSE TestHardRestartWhenContainerIsRunning
09:47:50 [2024-04-19T09:47:50.866Z] === RUN   TestContainerKillOnDaemonStart
09:47:50 [2024-04-19T09:47:50.866Z] === PAUSE TestContainerKillOnDaemonStart
09:47:50 [2024-04-19T09:47:50.866Z] === RUN   TestDiff
09:47:51 [2024-04-19T09:47:51.425Z] --- PASS: TestDiff (0.43s)
09:47:51 [2024-04-19T09:47:51.425Z] === RUN   TestDiffStoppedContainer
09:47:51 [2024-04-19T09:47:51.679Z] --- PASS: TestDiffStoppedContainer (0.45s)
09:47:51 [2024-04-19T09:47:51.679Z] === RUN   TestExecConsoleSize
09:47:52 [2024-04-19T09:47:52.238Z] --- PASS: TestExecConsoleSize (0.45s)
09:47:52 [2024-04-19T09:47:52.238Z] === RUN   TestExecWithCloseStdin
09:47:52 [2024-04-19T09:47:52.797Z] --- PASS: TestExecWithCloseStdin (0.48s)
09:47:52 [2024-04-19T09:47:52.797Z] === RUN   TestExec
09:47:53 [2024-04-19T09:47:53.051Z] --- PASS: TestExec (0.45s)
09:47:53 [2024-04-19T09:47:53.051Z] === RUN   TestExecUser
09:47:53 [2024-04-19T09:47:53.611Z] --- PASS: TestExecUser (0.44s)
09:47:53 [2024-04-19T09:47:53.611Z] === RUN   TestExecWithGroupAdd
09:47:54 [2024-04-19T09:47:54.170Z] --- PASS: TestExecWithGroupAdd (0.45s)
09:47:54 [2024-04-19T09:47:54.170Z] === RUN   TestExportContainerAndImportImage
09:47:54 [2024-04-19T09:47:54.424Z] --- PASS: TestExportContainerAndImportImage (0.53s)
09:47:54 [2024-04-19T09:47:54.424Z] === RUN   TestExportContainerAfterDaemonRestart
09:48:00 [2024-04-19T09:48:00.943Z] --- PASS: TestExportContainerAfterDaemonRestart (6.17s)
09:48:00 [2024-04-19T09:48:00.943Z] === RUN   TestHealthCheckWorkdir
09:48:01 [2024-04-19T09:48:01.197Z] --- PASS: TestHealthCheckWorkdir (0.53s)
09:48:01 [2024-04-19T09:48:01.197Z] === RUN   TestHealthKillContainer
09:48:09 [2024-04-19T09:48:09.265Z] --- PASS: TestHealthKillContainer (7.64s)
09:48:09 [2024-04-19T09:48:09.265Z] === RUN   TestHealthCheckProcessKilled
09:48:09 [2024-04-19T09:48:09.519Z] --- PASS: TestHealthCheckProcessKilled (0.66s)
09:48:09 [2024-04-19T09:48:09.519Z] === RUN   TestHealthStartInterval
09:48:10 [2024-04-19T09:48:10.878Z]     health_test.go:141: &{2024-04-19 09:48:10.615082144 +0000 UTC 2024-04-19 09:48:10.64327492 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
09:48:10 [2024-04-19T09:48:10.878Z]         }
09:48:10 [2024-04-19T09:48:10.878Z]     health_test.go:141: &{2024-04-19 09:48:10.615082144 +0000 UTC 2024-04-19 09:48:10.64327492 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
09:48:10 [2024-04-19T09:48:10.878Z]         }
09:48:11 [2024-04-19T09:48:11.133Z]     health_test.go:141: &{2024-04-19 09:48:10.615082144 +0000 UTC 2024-04-19 09:48:10.64327492 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
09:48:11 [2024-04-19T09:48:11.133Z]         }
09:48:11 [2024-04-19T09:48:11.133Z]     health_test.go:141: &{2024-04-19 09:48:10.615082144 +0000 UTC 2024-04-19 09:48:10.64327492 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
09:48:11 [2024-04-19T09:48:11.133Z]         }
09:48:11 [2024-04-19T09:48:11.133Z]     health_test.go:141: &{2024-04-19 09:48:10.615082144 +0000 UTC 2024-04-19 09:48:10.64327492 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
09:48:11 [2024-04-19T09:48:11.133Z]         }
09:48:11 [2024-04-19T09:48:11.387Z]     health_test.go:141: &{2024-04-19 09:48:10.615082144 +0000 UTC 2024-04-19 09:48:10.64327492 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
09:48:11 [2024-04-19T09:48:11.387Z]         }
09:48:11 [2024-04-19T09:48:11.387Z]     health_test.go:141: &{2024-04-19 09:48:10.615082144 +0000 UTC 2024-04-19 09:48:10.64327492 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
09:48:11 [2024-04-19T09:48:11.387Z]         }
09:48:11 [2024-04-19T09:48:11.642Z]     health_test.go:141: &{2024-04-19 09:48:10.615082144 +0000 UTC 2024-04-19 09:48:10.64327492 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
09:48:11 [2024-04-19T09:48:11.642Z]         }
09:48:11 [2024-04-19T09:48:11.642Z]     health_test.go:141: &{2024-04-19 09:48:10.615082144 +0000 UTC 2024-04-19 09:48:10.64327492 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
09:48:11 [2024-04-19T09:48:11.642Z]         }
09:48:11 [2024-04-19T09:48:11.642Z]     health_test.go:141: &{2024-04-19 09:48:10.615082144 +0000 UTC 2024-04-19 09:48:10.64327492 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
09:48:11 [2024-04-19T09:48:11.642Z]         }
09:48:11 [2024-04-19T09:48:11.896Z]     health_test.go:141: &{2024-04-19 09:48:11.644403432 +0000 UTC 2024-04-19 09:48:11.670647609 +0000 UTC 1 2}
09:48:11 [2024-04-19T09:48:11.896Z]     health_test.go:141: &{2024-04-19 09:48:11.644403432 +0000 UTC 2024-04-19 09:48:11.670647609 +0000 UTC 1 2}
09:48:12 [2024-04-19T09:48:12.150Z]     health_test.go:141: &{2024-04-19 09:48:11.644403432 +0000 UTC 2024-04-19 09:48:11.670647609 +0000 UTC 1 2}
09:48:12 [2024-04-19T09:48:12.150Z]     health_test.go:141: &{2024-04-19 09:48:11.644403432 +0000 UTC 2024-04-19 09:48:11.670647609 +0000 UTC 1 2}
09:48:12 [2024-04-19T09:48:12.150Z]     health_test.go:141: &{2024-04-19 09:48:11.644403432 +0000 UTC 2024-04-19 09:48:11.670647609 +0000 UTC 1 2}
09:48:12 [2024-04-19T09:48:12.404Z]     health_test.go:141: &{2024-04-19 09:48:11.644403432 +0000 UTC 2024-04-19 09:48:11.670647609 +0000 UTC 1 2}
09:48:12 [2024-04-19T09:48:12.404Z]     health_test.go:141: &{2024-04-19 09:48:11.644403432 +0000 UTC 2024-04-19 09:48:11.670647609 +0000 UTC 1 2}
09:48:12 [2024-04-19T09:48:12.659Z]     health_test.go:141: &{2024-04-19 09:48:11.644403432 +0000 UTC 2024-04-19 09:48:11.670647609 +0000 UTC 1 2}
09:48:12 [2024-04-19T09:48:12.659Z]     health_test.go:141: &{2024-04-19 09:48:11.644403432 +0000 UTC 2024-04-19 09:48:11.670647609 +0000 UTC 1 2}
09:48:12 [2024-04-19T09:48:12.659Z]     health_test.go:141: &{2024-04-19 09:48:11.644403432 +0000 UTC 2024-04-19 09:48:11.670647609 +0000 UTC 1 2}
09:48:12 [2024-04-19T09:48:12.913Z]     health_test.go:169: 1.027541413s
09:48:13 [2024-04-19T09:48:13.836Z]     health_test.go:169: 1.027541413s
09:48:14 [2024-04-19T09:48:14.758Z]     health_test.go:169: 1.027541413s
09:48:16 [2024-04-19T09:48:16.116Z]     health_test.go:169: 1.027541413s
09:48:17 [2024-04-19T09:48:17.038Z]     health_test.go:169: 1.027541413s
09:48:17 [2024-04-19T09:48:17.960Z]     health_test.go:169: 1.027541413s
09:48:18 [2024-04-19T09:48:18.881Z]     health_test.go:169: 1.027541413s
09:48:19 [2024-04-19T09:48:19.804Z]     health_test.go:169: 1.027541413s
09:48:21 [2024-04-19T09:48:21.163Z]     health_test.go:169: 1.027541413s
09:48:22 [2024-04-19T09:48:22.085Z]     health_test.go:169: 1.027541413s
09:48:23 [2024-04-19T09:48:23.007Z]     health_test.go:169: 1.027541413s
09:48:23 [2024-04-19T09:48:23.930Z]     health_test.go:169: 1.027541413s
09:48:24 [2024-04-19T09:48:24.852Z]     health_test.go:169: 1.027541413s
09:48:25 [2024-04-19T09:48:25.774Z]     health_test.go:169: 1.027541413s
09:48:27 [2024-04-19T09:48:27.132Z]     health_test.go:169: 1.027541413s
09:48:28 [2024-04-19T09:48:28.054Z]     health_test.go:169: 1.027541413s
09:48:28 [2024-04-19T09:48:28.976Z]     health_test.go:169: 1.027541413s
09:48:29 [2024-04-19T09:48:29.898Z]     health_test.go:169: 1.027541413s
09:48:30 [2024-04-19T09:48:30.821Z]     health_test.go:169: 1.027541413s
09:48:32 [2024-04-19T09:48:32.179Z]     health_test.go:169: 1.027541413s
09:48:33 [2024-04-19T09:48:33.102Z]     health_test.go:169: 1.027541413s
09:48:34 [2024-04-19T09:48:34.024Z]     health_test.go:169: 1.027541413s
09:48:34 [2024-04-19T09:48:34.947Z]     health_test.go:169: 1.027541413s
09:48:35 [2024-04-19T09:48:35.868Z]     health_test.go:169: 1.027541413s
09:48:36 [2024-04-19T09:48:36.790Z]     health_test.go:169: 1.027541413s
09:48:38 [2024-04-19T09:48:38.148Z]     health_test.go:169: 1.027541413s
09:48:39 [2024-04-19T09:48:39.071Z]     health_test.go:169: 1.027541413s
09:48:39 [2024-04-19T09:48:39.993Z]     health_test.go:169: 1.027541413s
09:48:40 [2024-04-19T09:48:40.915Z]     health_test.go:169: 1.027541413s
09:48:41 [2024-04-19T09:48:41.837Z]     health_test.go:169: 1.027541413s
09:48:43 [2024-04-19T09:48:43.196Z] --- PASS: TestHealthStartInterval (33.58s)
09:48:43 [2024-04-19T09:48:43.196Z] === RUN   TestInspectAnnotations
09:48:43 [2024-04-19T09:48:43.196Z] --- PASS: TestInspectAnnotations (0.04s)
09:48:43 [2024-04-19T09:48:43.196Z] === RUN   TestNetworkAliasesAreEmpty
09:48:43 [2024-04-19T09:48:43.196Z] === RUN   TestNetworkAliasesAreEmpty/host
09:48:43 [2024-04-19T09:48:43.196Z] === RUN   TestNetworkAliasesAreEmpty/bridge
09:48:43 [2024-04-19T09:48:43.196Z] === RUN   TestNetworkAliasesAreEmpty/none
09:48:43 [2024-04-19T09:48:43.196Z] --- PASS: TestNetworkAliasesAreEmpty (0.10s)
09:48:43 [2024-04-19T09:48:43.196Z]     --- PASS: TestNetworkAliasesAreEmpty/host (0.03s)
09:48:43 [2024-04-19T09:48:43.196Z]     --- PASS: TestNetworkAliasesAreEmpty/bridge (0.03s)
09:48:43 [2024-04-19T09:48:43.196Z]     --- PASS: TestNetworkAliasesAreEmpty/none (0.03s)
09:48:43 [2024-04-19T09:48:43.196Z] === RUN   TestIpcModeNone
09:48:43 [2024-04-19T09:48:43.755Z] --- PASS: TestIpcModeNone (0.42s)
09:48:43 [2024-04-19T09:48:43.755Z] === RUN   TestIpcModePrivate
09:48:44 [2024-04-19T09:48:44.010Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
09:48:44 [2024-04-19T09:48:44.010Z] --- PASS: TestIpcModePrivate (0.41s)
09:48:44 [2024-04-19T09:48:44.010Z] === RUN   TestIpcModeShareable
09:48:44 [2024-04-19T09:48:44.264Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
09:48:44 [2024-04-19T09:48:44.519Z] --- PASS: TestIpcModeShareable (0.45s)
09:48:44 [2024-04-19T09:48:44.519Z] === RUN   TestAPIIpcModeShareableAndContainer
09:48:45 [2024-04-19T09:48:45.442Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.03s)
09:48:45 [2024-04-19T09:48:45.442Z] === RUN   TestAPIIpcModeHost
09:48:45 [2024-04-19T09:48:45.697Z] --- PASS: TestAPIIpcModeHost (0.26s)
09:48:45 [2024-04-19T09:48:45.697Z] === RUN   TestDaemonIpcModeShareable
09:48:46 [2024-04-19T09:48:46.620Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
09:48:46 [2024-04-19T09:48:46.875Z] --- PASS: TestDaemonIpcModeShareable (1.05s)
09:48:46 [2024-04-19T09:48:46.875Z] === RUN   TestDaemonIpcModePrivate
09:48:47 [2024-04-19T09:48:47.798Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
09:48:47 [2024-04-19T09:48:47.798Z] --- PASS: TestDaemonIpcModePrivate (1.03s)
09:48:47 [2024-04-19T09:48:47.798Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:48:48 [2024-04-19T09:48:48.722Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
09:48:48 [2024-04-19T09:48:48.977Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.06s)
09:48:48 [2024-04-19T09:48:48.977Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:48:49 [2024-04-19T09:48:49.900Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
09:48:49 [2024-04-19T09:48:49.900Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.00s)
09:48:49 [2024-04-19T09:48:49.900Z] === RUN   TestIpcModeOlderClient
09:48:49 [2024-04-19T09:48:49.900Z] === PAUSE TestIpcModeOlderClient
09:48:49 [2024-04-19T09:48:49.900Z] === RUN   TestKillContainerInvalidSignal
09:48:50 [2024-04-19T09:48:50.460Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
09:48:50 [2024-04-19T09:48:50.460Z] === RUN   TestKillContainer
09:48:50 [2024-04-19T09:48:50.460Z] === RUN   TestKillContainer/no_signal
09:48:50 [2024-04-19T09:48:50.714Z] === RUN   TestKillContainer/non_killing_signal
09:48:50 [2024-04-19T09:48:50.969Z] === RUN   TestKillContainer/killing_signal
09:48:51 [2024-04-19T09:48:51.528Z] --- PASS: TestKillContainer (1.22s)
09:48:51 [2024-04-19T09:48:51.528Z]     --- PASS: TestKillContainer/no_signal (0.40s)
09:48:51 [2024-04-19T09:48:51.528Z]     --- PASS: TestKillContainer/non_killing_signal (0.21s)
09:48:51 [2024-04-19T09:48:51.528Z]     --- PASS: TestKillContainer/killing_signal (0.40s)
09:48:51 [2024-04-19T09:48:51.528Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:48:51 [2024-04-19T09:48:51.528Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:48:52 [2024-04-19T09:48:52.087Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:48:52 [2024-04-19T09:48:52.342Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s)
09:48:52 [2024-04-19T09:48:52.342Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s)
09:48:52 [2024-04-19T09:48:52.342Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.20s)
09:48:52 [2024-04-19T09:48:52.342Z] === RUN   TestKillStoppedContainer
09:48:52 [2024-04-19T09:48:52.342Z] --- PASS: TestKillStoppedContainer (0.04s)
09:48:52 [2024-04-19T09:48:52.342Z] === RUN   TestKillDifferentUserContainer
09:48:52 [2024-04-19T09:48:52.900Z] --- PASS: TestKillDifferentUserContainer (0.39s)
09:48:52 [2024-04-19T09:48:52.900Z] === RUN   TestInspectOomKilledTrue
09:48:53 [2024-04-19T09:48:53.460Z] --- PASS: TestInspectOomKilledTrue (0.47s)
09:48:53 [2024-04-19T09:48:53.460Z] === RUN   TestInspectOomKilledFalse
09:48:53 [2024-04-19T09:48:53.715Z] --- PASS: TestInspectOomKilledFalse (0.39s)
09:48:53 [2024-04-19T09:48:53.715Z] === RUN   TestLinksEtcHostsContentMatch
09:48:53 [2024-04-19T09:48:53.969Z] --- PASS: TestLinksEtcHostsContentMatch (0.20s)
09:48:53 [2024-04-19T09:48:53.969Z] === RUN   TestLinksContainerNames
09:48:54 [2024-04-19T09:48:54.893Z] --- PASS: TestLinksContainerNames (0.82s)
09:48:54 [2024-04-19T09:48:54.893Z] === RUN   TestLogsFollowTailEmpty
09:48:55 [2024-04-19T09:48:55.148Z] --- PASS: TestLogsFollowTailEmpty (0.41s)
09:48:55 [2024-04-19T09:48:55.148Z] === RUN   TestLogs
09:48:55 [2024-04-19T09:48:55.148Z] === RUN   TestLogs/driver_local
09:48:55 [2024-04-19T09:48:55.148Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === RUN   TestLogs/driver_local/tty/only_stdout
09:48:55 [2024-04-19T09:48:55.148Z] === PAUSE TestLogs/driver_local/tty/only_stdout
09:48:55 [2024-04-19T09:48:55.148Z] === RUN   TestLogs/driver_local/tty/only_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === PAUSE TestLogs/driver_local/tty/only_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
09:48:55 [2024-04-19T09:48:55.148Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
09:48:55 [2024-04-19T09:48:55.148Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === CONT  TestLogs/driver_local/tty/only_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
09:48:55 [2024-04-19T09:48:55.148Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
09:48:55 [2024-04-19T09:48:55.148Z] === CONT  TestLogs/driver_local/tty/only_stdout
09:48:56 [2024-04-19T09:48:56.508Z] === RUN   TestLogs/driver_json-file
09:48:56 [2024-04-19T09:48:56.508Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
09:48:56 [2024-04-19T09:48:56.508Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
09:48:56 [2024-04-19T09:48:56.508Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
09:48:56 [2024-04-19T09:48:56.508Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
09:48:56 [2024-04-19T09:48:56.508Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
09:48:56 [2024-04-19T09:48:56.508Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
09:48:56 [2024-04-19T09:48:56.508Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
09:48:58 [2024-04-19T09:48:58.390Z] --- PASS: TestLogs (2.92s)
09:48:58 [2024-04-19T09:48:58.390Z]     --- PASS: TestLogs/driver_local (0.01s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.87s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.02s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.23s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.28s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.35s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.43s)
09:48:58 [2024-04-19T09:48:58.390Z]     --- PASS: TestLogs/driver_json-file (0.01s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.71s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.02s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.28s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.35s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.42s)
09:48:58 [2024-04-19T09:48:58.390Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.48s)
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestContainerNetworkMountsNoChown
09:48:58 [2024-04-19T09:48:58.390Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/default
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/default
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/private
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/private
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rprivate
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rprivate
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/slave
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/slave
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rslave
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rslave
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/shared
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/shared
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rshared
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rshared
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/default
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rslave
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rprivate
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/shared
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/default/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/default/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/private
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/private/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/private/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/private/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rshared
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/private/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/slave
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:48:58 [2024-04-19T09:48:58.390Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:48:58 [2024-04-19T09:48:58.390Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/default/mount_root
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/default/bind_root
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:48:58 [2024-04-19T09:48:58.645Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:48:58 [2024-04-19T09:48:58.645Z] --- PASS: TestMountDaemonRoot (0.01s)
09:48:58 [2024-04-19T09:48:58.645Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
09:48:58 [2024-04-19T09:48:58.645Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
09:48:58 [2024-04-19T09:48:58.645Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
09:48:58 [2024-04-19T09:48:58.645Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
09:48:58 [2024-04-19T09:48:58.645Z] === RUN   TestContainerBindMountNonRecursive
09:49:00 [2024-04-19T09:49:00.005Z] --- PASS: TestContainerBindMountNonRecursive (1.01s)
09:49:00 [2024-04-19T09:49:00.005Z] === RUN   TestContainerVolumesMountedAsShared
09:49:00 [2024-04-19T09:49:00.005Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s)
09:49:00 [2024-04-19T09:49:00.005Z] === RUN   TestContainerVolumesMountedAsSlave
09:49:00 [2024-04-19T09:49:00.260Z] --- PASS: TestContainerVolumesMountedAsSlave (0.26s)
09:49:00 [2024-04-19T09:49:00.260Z] === RUN   TestContainerCopyLeaksMounts
09:49:00 [2024-04-19T09:49:00.819Z] --- PASS: TestContainerCopyLeaksMounts (0.46s)
09:49:00 [2024-04-19T09:49:00.819Z] === RUN   TestContainerBindMountReadOnlyDefault
09:49:00 [2024-04-19T09:49:00.819Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44
09:49:00 [2024-04-19T09:49:00.819Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount
09:49:01 [2024-04-19T09:49:01.378Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount
09:49:01 [2024-04-19T09:49:01.633Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44
09:49:01 [2024-04-19T09:49:01.633Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount
09:49:01 [2024-04-19T09:49:01.888Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount
09:49:02 [2024-04-19T09:49:02.447Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default
09:49:02 [2024-04-19T09:49:02.447Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount
09:49:02 [2024-04-19T09:49:02.702Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount
09:49:03 [2024-04-19T09:49:03.262Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default
09:49:03 [2024-04-19T09:49:03.262Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount
09:49:03 [2024-04-19T09:49:03.516Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount
09:49:04 [2024-04-19T09:49:04.075Z] --- PASS: TestContainerBindMountReadOnlyDefault (3.12s)
09:49:04 [2024-04-19T09:49:04.075Z]     --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 (0.76s)
09:49:04 [2024-04-19T09:49:04.075Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount (0.36s)
09:49:04 [2024-04-19T09:49:04.075Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount (0.39s)
09:49:04 [2024-04-19T09:49:04.075Z]     --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 (0.76s)
09:49:04 [2024-04-19T09:49:04.075Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount (0.38s)
09:49:04 [2024-04-19T09:49:04.075Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount (0.38s)
09:49:04 [2024-04-19T09:49:04.075Z]     --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default (0.74s)
09:49:04 [2024-04-19T09:49:04.075Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount (0.35s)
09:49:04 [2024-04-19T09:49:04.075Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount (0.39s)
09:49:04 [2024-04-19T09:49:04.075Z]     --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default (0.79s)
09:49:04 [2024-04-19T09:49:04.075Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount (0.40s)
09:49:04 [2024-04-19T09:49:04.075Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount (0.38s)
09:49:04 [2024-04-19T09:49:04.075Z] === RUN   TestContainerBindMountRecursivelyReadOnly
09:49:05 [2024-04-19T09:49:05.434Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.39s)
09:49:05 [2024-04-19T09:49:05.434Z] === RUN   TestNetworkNat
09:49:05 [2024-04-19T09:49:05.689Z] --- PASS: TestNetworkNat (0.43s)
09:49:05 [2024-04-19T09:49:05.689Z] === RUN   TestNetworkLocalhostTCPNat
09:49:06 [2024-04-19T09:49:06.248Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s)
09:49:06 [2024-04-19T09:49:06.248Z] === RUN   TestNetworkLoopbackNat
09:49:08 [2024-04-19T09:49:08.756Z] --- PASS: TestNetworkLoopbackNat (2.52s)
09:49:08 [2024-04-19T09:49:08.756Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
09:49:09 [2024-04-19T09:49:09.010Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
09:49:09 [2024-04-19T09:49:09.010Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
09:49:09 [2024-04-19T09:49:09.010Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
09:49:09 [2024-04-19T09:49:09.010Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
09:49:09 [2024-04-19T09:49:09.265Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.48s)
09:49:09 [2024-04-19T09:49:09.265Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s)
09:49:09 [2024-04-19T09:49:09.265Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
09:49:09 [2024-04-19T09:49:09.265Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
09:49:09 [2024-04-19T09:49:09.265Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
09:49:09 [2024-04-19T09:49:09.265Z] === RUN   TestPause
09:49:09 [2024-04-19T09:49:09.824Z] --- PASS: TestPause (0.48s)
09:49:09 [2024-04-19T09:49:09.824Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:49:09 [2024-04-19T09:49:09.824Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:49:09 [2024-04-19T09:49:09.824Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:49:09 [2024-04-19T09:49:09.824Z] === RUN   TestPauseStopPausedContainer
09:49:10 [2024-04-19T09:49:10.078Z] --- PASS: TestPauseStopPausedContainer (0.47s)
09:49:10 [2024-04-19T09:49:10.078Z] === RUN   TestPIDModeHost
09:49:11 [2024-04-19T09:49:11.002Z] --- PASS: TestPIDModeHost (0.95s)
09:49:11 [2024-04-19T09:49:11.002Z] === RUN   TestPIDModeContainer
09:49:11 [2024-04-19T09:49:11.002Z] === RUN   TestPIDModeContainer/non-existing_container
09:49:11 [2024-04-19T09:49:11.002Z] === RUN   TestPIDModeContainer/non-running_container
09:49:11 [2024-04-19T09:49:11.256Z] === RUN   TestPIDModeContainer/running_container
09:49:12 [2024-04-19T09:49:12.179Z] --- PASS: TestPIDModeContainer (1.09s)
09:49:12 [2024-04-19T09:49:12.179Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
09:49:12 [2024-04-19T09:49:12.179Z]     --- PASS: TestPIDModeContainer/non-running_container (0.17s)
09:49:12 [2024-04-19T09:49:12.179Z]     --- PASS: TestPIDModeContainer/running_container (0.47s)
09:49:12 [2024-04-19T09:49:12.179Z] === RUN   TestPsFilter
09:49:12 [2024-04-19T09:49:12.179Z] === RUN   TestPsFilter/since
09:49:12 [2024-04-19T09:49:12.179Z] === RUN   TestPsFilter/before
09:49:12 [2024-04-19T09:49:12.179Z] --- PASS: TestPsFilter (0.13s)
09:49:12 [2024-04-19T09:49:12.179Z]     --- PASS: TestPsFilter/since (0.00s)
09:49:12 [2024-04-19T09:49:12.179Z]     --- PASS: TestPsFilter/before (0.00s)
09:49:12 [2024-04-19T09:49:12.179Z] === RUN   TestRemoveContainerWithRemovedVolume
09:49:12 [2024-04-19T09:49:12.738Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
09:49:12 [2024-04-19T09:49:12.738Z] === RUN   TestRemoveContainerWithVolume
09:49:12 [2024-04-19T09:49:12.993Z] --- PASS: TestRemoveContainerWithVolume (0.37s)
09:49:12 [2024-04-19T09:49:12.993Z] === RUN   TestRemoveContainerRunning
09:49:13 [2024-04-19T09:49:13.553Z] --- PASS: TestRemoveContainerRunning (0.44s)
09:49:13 [2024-04-19T09:49:13.553Z] === RUN   TestRemoveContainerForceRemoveRunning
09:49:14 [2024-04-19T09:49:14.112Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
09:49:14 [2024-04-19T09:49:14.112Z] === RUN   TestRemoveInvalidContainer
09:49:14 [2024-04-19T09:49:14.112Z] --- PASS: TestRemoveInvalidContainer (0.01s)
09:49:14 [2024-04-19T09:49:14.112Z] === RUN   TestRenameLinkedContainer
09:49:15 [2024-04-19T09:49:15.993Z] --- PASS: TestRenameLinkedContainer (1.74s)
09:49:15 [2024-04-19T09:49:15.993Z] === RUN   TestRenameStoppedContainer
09:49:16 [2024-04-19T09:49:16.248Z] --- PASS: TestRenameStoppedContainer (0.42s)
09:49:16 [2024-04-19T09:49:16.248Z] === RUN   TestRenameRunningContainerAndReuse
09:49:17 [2024-04-19T09:49:17.171Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s)
09:49:17 [2024-04-19T09:49:17.171Z] === RUN   TestRenameInvalidName
09:49:17 [2024-04-19T09:49:17.426Z] --- PASS: TestRenameInvalidName (0.41s)
09:49:17 [2024-04-19T09:49:17.426Z] === RUN   TestRenameAnonymousContainer
09:49:18 [2024-04-19T09:49:18.785Z] --- PASS: TestRenameAnonymousContainer (1.43s)
09:49:18 [2024-04-19T09:49:18.785Z] === RUN   TestRenameContainerWithSameName
09:49:19 [2024-04-19T09:49:19.344Z] --- PASS: TestRenameContainerWithSameName (0.43s)
09:49:19 [2024-04-19T09:49:19.344Z] === RUN   TestRenameContainerWithLinkedContainer
09:49:20 [2024-04-19T09:49:20.267Z] --- PASS: TestRenameContainerWithLinkedContainer (0.95s)
09:49:20 [2024-04-19T09:49:20.267Z] === RUN   TestRenameContainerTwice
09:49:20 [2024-04-19T09:49:20.826Z] --- PASS: TestRenameContainerTwice (0.46s)
09:49:20 [2024-04-19T09:49:20.826Z] === RUN   TestResize
09:49:20 [2024-04-19T09:49:20.826Z] === RUN   TestResize/success
09:49:20 [2024-04-19T09:49:20.826Z] === RUN   TestResize/invalid_size
09:49:21 [2024-04-19T09:49:21.080Z] === RUN   TestResize/invalid_state
09:49:21 [2024-04-19T09:49:21.639Z] --- PASS: TestResize (0.85s)
09:49:21 [2024-04-19T09:49:21.639Z]     --- PASS: TestResize/success (0.21s)
09:49:21 [2024-04-19T09:49:21.639Z]     --- PASS: TestResize/invalid_size (0.22s)
09:49:21 [2024-04-19T09:49:21.639Z]     --- PASS: TestResize/invalid_state (0.03s)
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:49:21 [2024-04-19T09:49:21.639Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:49:22 [2024-04-19T09:49:22.999Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:49:23 [2024-04-19T09:49:23.558Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:49:23 [2024-04-19T09:49:23.813Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:49:23 [2024-04-19T09:49:23.813Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:49:23 [2024-04-19T09:49:23.813Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:49:23 [2024-04-19T09:49:23.813Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:49:24 [2024-04-19T09:49:24.067Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:49:24 [2024-04-19T09:49:24.628Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:49:29 [2024-04-19T09:49:29.860Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.93s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.12s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.16s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.16s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.26s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.16s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.18s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.72s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.85s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.09s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.97s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.21s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.18s)
09:49:29 [2024-04-19T09:49:29.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.41s)
09:49:29 [2024-04-19T09:49:29.860Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
09:49:29 [2024-04-19T09:49:29.860Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
09:49:30 [2024-04-19T09:49:30.115Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
09:49:31 [2024-04-19T09:49:31.038Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.89s)
09:49:31 [2024-04-19T09:49:31.038Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.92s)
09:49:31 [2024-04-19T09:49:31.038Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.96s)
09:49:31 [2024-04-19T09:49:31.038Z] === RUN   TestContainerRestartWithCancelledRequest
09:49:32 [2024-04-19T09:49:32.920Z] --- PASS: TestContainerRestartWithCancelledRequest (1.81s)
09:49:32 [2024-04-19T09:49:32.920Z] === RUN   TestCgroupNamespacesRun
09:49:33 [2024-04-19T09:49:33.843Z] --- PASS: TestCgroupNamespacesRun (0.98s)
09:49:33 [2024-04-19T09:49:33.843Z] === RUN   TestCgroupNamespacesRunPrivileged
09:49:34 [2024-04-19T09:49:34.766Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.04s)
09:49:34 [2024-04-19T09:49:34.766Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:49:36 [2024-04-19T09:49:36.125Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.01s)
09:49:36 [2024-04-19T09:49:36.125Z] === RUN   TestCgroupNamespacesRunHostMode
09:49:37 [2024-04-19T09:49:37.048Z] --- PASS: TestCgroupNamespacesRunHostMode (1.02s)
09:49:37 [2024-04-19T09:49:37.048Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:49:37 [2024-04-19T09:49:37.971Z] --- PASS: TestCgroupNamespacesRunPrivateMode (0.98s)
09:49:37 [2024-04-19T09:49:37.971Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:49:38 [2024-04-19T09:49:38.893Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.00s)
09:49:38 [2024-04-19T09:49:38.893Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:49:39 [2024-04-19T09:49:39.452Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s)
09:49:39 [2024-04-19T09:49:39.452Z] === RUN   TestCgroupNamespacesRunOlderClient
09:49:40 [2024-04-19T09:49:40.374Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.02s)
09:49:40 [2024-04-19T09:49:40.374Z] === RUN   TestNISDomainname
09:49:40 [2024-04-19T09:49:40.933Z] --- PASS: TestNISDomainname (0.53s)
09:49:40 [2024-04-19T09:49:40.933Z] === RUN   TestHostnameDnsResolution
09:49:41 [2024-04-19T09:49:41.492Z] --- PASS: TestHostnameDnsResolution (0.62s)
09:49:41 [2024-04-19T09:49:41.492Z] === RUN   TestUnprivilegedPortsAndPing
09:49:42 [2024-04-19T09:49:42.051Z] --- PASS: TestUnprivilegedPortsAndPing (0.46s)
09:49:42 [2024-04-19T09:49:42.051Z] === RUN   TestPrivilegedHostDevices
09:49:42 [2024-04-19T09:49:42.610Z] --- PASS: TestPrivilegedHostDevices (0.45s)
09:49:42 [2024-04-19T09:49:42.610Z] === RUN   TestRunConsoleSize
09:49:42 [2024-04-19T09:49:42.864Z] --- PASS: TestRunConsoleSize (0.43s)
09:49:42 [2024-04-19T09:49:42.864Z] === RUN   TestRunWithAlternativeContainerdShim
09:49:48 [2024-04-19T09:49:48.096Z] --- PASS: TestRunWithAlternativeContainerdShim (5.26s)
09:49:48 [2024-04-19T09:49:48.096Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
09:49:49 [2024-04-19T09:49:49.455Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.19s)
09:49:49 [2024-04-19T09:49:49.455Z] === RUN   TestStaticIPOutsideSubpool
09:49:50 [2024-04-19T09:49:50.814Z] --- PASS: TestStaticIPOutsideSubpool (1.13s)
09:49:50 [2024-04-19T09:49:50.814Z] === RUN   TestStats
09:49:52 [2024-04-19T09:49:52.174Z] --- PASS: TestStats (1.46s)
09:49:52 [2024-04-19T09:49:52.174Z] === RUN   TestStopContainerWithTimeout
09:49:52 [2024-04-19T09:49:52.174Z] === RUN   TestStopContainerWithTimeout/0
09:49:52 [2024-04-19T09:49:52.174Z] === PAUSE TestStopContainerWithTimeout/0
09:49:52 [2024-04-19T09:49:52.174Z] === RUN   TestStopContainerWithTimeout/1
09:49:52 [2024-04-19T09:49:52.174Z] === PAUSE TestStopContainerWithTimeout/1
09:49:52 [2024-04-19T09:49:52.174Z] === RUN   TestStopContainerWithTimeout/3
09:49:52 [2024-04-19T09:49:52.174Z] === PAUSE TestStopContainerWithTimeout/3
09:49:52 [2024-04-19T09:49:52.174Z] === RUN   TestStopContainerWithTimeout/-1
09:49:52 [2024-04-19T09:49:52.174Z] === PAUSE TestStopContainerWithTimeout/-1
09:49:52 [2024-04-19T09:49:52.174Z] === CONT  TestStopContainerWithTimeout/0
09:49:52 [2024-04-19T09:49:52.174Z] === CONT  TestStopContainerWithTimeout/3
09:49:52 [2024-04-19T09:49:52.174Z] === CONT  TestStopContainerWithTimeout/1
09:49:52 [2024-04-19T09:49:52.174Z] === CONT  TestStopContainerWithTimeout/-1
09:49:54 [2024-04-19T09:49:54.681Z] --- PASS: TestStopContainerWithTimeout (0.04s)
09:49:54 [2024-04-19T09:49:54.681Z]     --- PASS: TestStopContainerWithTimeout/0 (0.67s)
09:49:54 [2024-04-19T09:49:54.681Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
09:49:54 [2024-04-19T09:49:54.681Z]     --- PASS: TestStopContainerWithTimeout/3 (2.70s)
09:49:54 [2024-04-19T09:49:54.681Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.73s)
09:49:54 [2024-04-19T09:49:54.681Z] === RUN   TestStopContainerWithTimeoutCancel
09:49:54 [2024-04-19T09:49:54.681Z] === PAUSE TestStopContainerWithTimeoutCancel
09:49:54 [2024-04-19T09:49:54.681Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:49:56 [2024-04-19T09:49:56.041Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.26s)
09:49:56 [2024-04-19T09:49:56.041Z] === RUN   TestUpdateMemory
09:49:56 [2024-04-19T09:49:56.601Z] --- PASS: TestUpdateMemory (0.49s)
09:49:56 [2024-04-19T09:49:56.601Z] === RUN   TestUpdateCPUQuota
09:49:57 [2024-04-19T09:49:57.160Z] --- PASS: TestUpdateCPUQuota (0.63s)
09:49:57 [2024-04-19T09:49:57.160Z] === RUN   TestUpdatePidsLimit
09:49:57 [2024-04-19T09:49:57.160Z] === RUN   TestUpdatePidsLimit/update_from_none
09:49:57 [2024-04-19T09:49:57.414Z] === RUN   TestUpdatePidsLimit/no_change
09:49:57 [2024-04-19T09:49:57.414Z] === RUN   TestUpdatePidsLimit/update_lower
09:49:57 [2024-04-19T09:49:57.668Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:49:57 [2024-04-19T09:49:57.668Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:49:57 [2024-04-19T09:49:57.923Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:49:58 [2024-04-19T09:49:58.177Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:49:58 [2024-04-19T09:49:58.736Z] --- PASS: TestUpdatePidsLimit (1.46s)
09:49:58 [2024-04-19T09:49:58.736Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.15s)
09:49:58 [2024-04-19T09:49:58.736Z]     --- PASS: TestUpdatePidsLimit/no_change (0.15s)
09:49:58 [2024-04-19T09:49:58.736Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.16s)
09:49:58 [2024-04-19T09:49:58.736Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.15s)
09:49:58 [2024-04-19T09:49:58.736Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.15s)
09:49:58 [2024-04-19T09:49:58.736Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.15s)
09:49:58 [2024-04-19T09:49:58.736Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.15s)
09:49:58 [2024-04-19T09:49:58.736Z] === RUN   TestUpdateRestartPolicy
09:50:10 [2024-04-19T09:50:10.885Z] --- PASS: TestUpdateRestartPolicy (10.61s)
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestUpdateRestartWithAutoRemove
09:50:10 [2024-04-19T09:50:10.885Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitNonBlocked
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:50:10 [2024-04-19T09:50:10.885Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:50:10 [2024-04-19T09:50:10.885Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:50:10 [2024-04-19T09:50:10.885Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:50:10 [2024-04-19T09:50:10.885Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:50:10 [2024-04-19T09:50:10.885Z] --- PASS: TestWaitNonBlocked (0.02s)
09:50:10 [2024-04-19T09:50:10.885Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.50s)
09:50:10 [2024-04-19T09:50:10.885Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.55s)
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitBlocked
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:50:10 [2024-04-19T09:50:10.885Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:50:10 [2024-04-19T09:50:10.885Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:50:10 [2024-04-19T09:50:10.885Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:50:10 [2024-04-19T09:50:10.885Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:50:10 [2024-04-19T09:50:10.885Z] --- PASS: TestWaitBlocked (0.03s)
09:50:10 [2024-04-19T09:50:10.885Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.49s)
09:50:10 [2024-04-19T09:50:10.885Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.52s)
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitConditions
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitConditions/default
09:50:10 [2024-04-19T09:50:10.885Z] === PAUSE TestWaitConditions/default
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitConditions/not-running
09:50:10 [2024-04-19T09:50:10.885Z] === PAUSE TestWaitConditions/not-running
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitConditions/next-exit
09:50:10 [2024-04-19T09:50:10.885Z] === PAUSE TestWaitConditions/next-exit
09:50:10 [2024-04-19T09:50:10.885Z] === RUN   TestWaitConditions/removed
09:50:10 [2024-04-19T09:50:10.885Z] === PAUSE TestWaitConditions/removed
09:50:10 [2024-04-19T09:50:10.885Z] === CONT  TestWaitConditions/default
09:50:10 [2024-04-19T09:50:10.885Z] === CONT  TestWaitConditions/next-exit
09:50:10 [2024-04-19T09:50:10.885Z] === CONT  TestWaitConditions/removed
09:50:10 [2024-04-19T09:50:10.885Z] === CONT  TestWaitConditions/not-running
09:50:10 [2024-04-19T09:50:10.885Z]     wait_test.go:145: ContainerID = 68bcb31bacf127a050cee00f7c125144a9f40e8b388e39e7c2864ae04b1f1d14
09:50:10 [2024-04-19T09:50:10.885Z]     wait_test.go:145: ContainerID = 2dd68d6dbe3fca6bdb367dac7770538001f5e84908266a11ce9ce3491db2fc39
09:50:10 [2024-04-19T09:50:10.885Z]     wait_test.go:145: ContainerID = 1ae3f86ee1a14131ad2c6aff4f9fdcfa22fbbbbb62a52796aaa3b6a9b80b67bb
09:50:10 [2024-04-19T09:50:10.885Z]     wait_test.go:145: ContainerID = a1fad38957cbdafb5f4ec17fd669b32c648efc56d260f41ec723a075ddb04ec6
09:50:11 [2024-04-19T09:50:11.808Z] --- PASS: TestWaitConditions (0.03s)
09:50:11 [2024-04-19T09:50:11.808Z]     --- PASS: TestWaitConditions/next-exit (0.61s)
09:50:11 [2024-04-19T09:50:11.808Z]     --- PASS: TestWaitConditions/removed (0.87s)
09:50:11 [2024-04-19T09:50:11.808Z]     --- PASS: TestWaitConditions/default (0.93s)
09:50:11 [2024-04-19T09:50:11.808Z]     --- PASS: TestWaitConditions/not-running (1.00s)
09:50:11 [2024-04-19T09:50:11.808Z] === RUN   TestWaitRestartedContainer
09:50:11 [2024-04-19T09:50:11.808Z] === RUN   TestWaitRestartedContainer/default
09:50:11 [2024-04-19T09:50:11.808Z] === PAUSE TestWaitRestartedContainer/default
09:50:11 [2024-04-19T09:50:11.808Z] === RUN   TestWaitRestartedContainer/not-running
09:50:11 [2024-04-19T09:50:11.808Z] === PAUSE TestWaitRestartedContainer/not-running
09:50:11 [2024-04-19T09:50:11.808Z] === RUN   TestWaitRestartedContainer/next-exit
09:50:11 [2024-04-19T09:50:11.808Z] === PAUSE TestWaitRestartedContainer/next-exit
09:50:11 [2024-04-19T09:50:11.808Z] === CONT  TestWaitRestartedContainer/default
09:50:11 [2024-04-19T09:50:11.808Z] === CONT  TestWaitRestartedContainer/next-exit
09:50:11 [2024-04-19T09:50:11.808Z] === CONT  TestWaitRestartedContainer/not-running
09:50:13 [2024-04-19T09:50:13.690Z] --- PASS: TestWaitRestartedContainer (0.01s)
09:50:13 [2024-04-19T09:50:13.690Z]     --- PASS: TestWaitRestartedContainer/default (1.30s)
09:50:13 [2024-04-19T09:50:13.690Z]     --- PASS: TestWaitRestartedContainer/not-running (1.47s)
09:50:13 [2024-04-19T09:50:13.690Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.65s)
09:50:13 [2024-04-19T09:50:13.690Z] === CONT  TestContainerStartOnDaemonRestart
09:50:13 [2024-04-19T09:50:13.690Z] === CONT  TestHardRestartWhenContainerIsRunning
09:50:13 [2024-04-19T09:50:13.690Z] === CONT  TestIpcModeOlderClient
09:50:13 [2024-04-19T09:50:13.690Z] === CONT  TestStopContainerWithTimeoutCancel
09:50:13 [2024-04-19T09:50:13.690Z] === CONT  TestContainerKillOnDaemonStart
09:50:13 [2024-04-19T09:50:13.690Z] === CONT  TestDaemonHostGatewayIP
09:50:13 [2024-04-19T09:50:13.690Z] === CONT  TestDaemonRestartIpcMode
09:50:13 [2024-04-19T09:50:13.690Z] === CONT  TestRestartDaemonWithRestartingContainer
09:50:13 [2024-04-19T09:50:13.690Z] --- PASS: TestIpcModeOlderClient (0.10s)
09:50:15 [2024-04-19T09:50:15.574Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
09:50:15 [2024-04-19T09:50:15.574Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
09:50:15 [2024-04-19T09:50:15.574Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.17s)
09:50:15 [2024-04-19T09:50:15.574Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
09:50:15 [2024-04-19T09:50:15.574Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.30s)
09:50:15 [2024-04-19T09:50:15.829Z] --- PASS: TestContainerStartOnDaemonRestart (2.41s)
09:50:16 [2024-04-19T09:50:16.752Z] --- PASS: TestDaemonHostGatewayIP (3.09s)
09:50:16 [2024-04-19T09:50:16.752Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.16s)
09:50:17 [2024-04-19T09:50:17.007Z] --- PASS: TestDaemonRestartIpcMode (3.61s)
09:50:17 [2024-04-19T09:50:17.007Z] --- PASS: TestStopContainerWithTimeoutCancel (3.61s)
09:50:26 [2024-04-19T09:50:26.931Z] --- PASS: TestContainerKillOnDaemonStart (11.76s)
09:50:26 [2024-04-19T09:50:26.931Z] PASS
09:50:26 [2024-04-19T09:50:26.931Z] 
09:50:26 [2024-04-19T09:50:26.931Z] === Skipped
09:50:26 [2024-04-19T09:50:26.931Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
09:50:26 [2024-04-19T09:50:26.931Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:50:26 [2024-04-19T09:50:26.931Z] 
09:50:26 [2024-04-19T09:50:26.931Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
09:50:26 [2024-04-19T09:50:26.931Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:50:26 [2024-04-19T09:50:26.931Z] 
09:50:26 [2024-04-19T09:50:26.931Z] DONE 327 tests, 2 skipped in 164.538s
09:50:26 [2024-04-19T09:50:26.931Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
09:50:26 [2024-04-19T09:50:26.931Z] ++ '[' -n '' ']'
09:50:26 [2024-04-19T09:50:26.931Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
09:50:26 [2024-04-19T09:50:26.931Z] ++ set -e
09:50:26 [2024-04-19T09:50:26.931Z] ++ '[' -n 0 ']'
09:50:26 [2024-04-19T09:50:26.931Z] ++ set -x
09:50:26 [2024-04-19T09:50:26.931Z] ++ 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.AFUtzM3xqa/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
09:50:26 [2024-04-19T09:50:26.931Z] INFO: Testing against a local daemon
09:50:26 [2024-04-19T09:50:26.931Z] === RUN   TestConfigDaemonID
09:50:26 [2024-04-19T09:50:26.931Z]     daemon_test.go:61: [d2b214c449d94] daemon is not started
09:50:26 [2024-04-19T09:50:26.931Z] --- PASS: TestConfigDaemonID (1.04s)
09:50:26 [2024-04-19T09:50:26.931Z] === RUN   TestDaemonConfigValidation
09:50:26 [2024-04-19T09:50:26.931Z] === RUN   TestDaemonConfigValidation/config_with_no_content
09:50:26 [2024-04-19T09:50:26.931Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
09:50:26 [2024-04-19T09:50:26.931Z] === RUN   TestDaemonConfigValidation/config_with_{}
09:50:26 [2024-04-19T09:50:26.931Z] === PAUSE TestDaemonConfigValidation/config_with_{}
09:50:26 [2024-04-19T09:50:26.931Z] === RUN   TestDaemonConfigValidation/invalid_config
09:50:26 [2024-04-19T09:50:26.931Z] === PAUSE TestDaemonConfigValidation/invalid_config
09:50:26 [2024-04-19T09:50:26.931Z] === RUN   TestDaemonConfigValidation/malformed_config
09:50:26 [2024-04-19T09:50:26.931Z] === PAUSE TestDaemonConfigValidation/malformed_config
09:50:26 [2024-04-19T09:50:26.931Z] === RUN   TestDaemonConfigValidation/valid_config
09:50:26 [2024-04-19T09:50:26.931Z] === PAUSE TestDaemonConfigValidation/valid_config
09:50:26 [2024-04-19T09:50:26.931Z] === CONT  TestDaemonConfigValidation/config_with_no_content
09:50:26 [2024-04-19T09:50:26.931Z] === CONT  TestDaemonConfigValidation/malformed_config
09:50:26 [2024-04-19T09:50:26.931Z] === CONT  TestDaemonConfigValidation/valid_config
09:50:26 [2024-04-19T09:50:26.931Z] === CONT  TestDaemonConfigValidation/invalid_config
09:50:26 [2024-04-19T09:50:26.931Z] === CONT  TestDaemonConfigValidation/config_with_{}
09:50:26 [2024-04-19T09:50:26.931Z] --- PASS: TestDaemonConfigValidation (0.00s)
09:50:26 [2024-04-19T09:50:26.931Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.05s)
09:50:26 [2024-04-19T09:50:26.931Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
09:50:26 [2024-04-19T09:50:26.931Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
09:50:26 [2024-04-19T09:50:26.931Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
09:50:26 [2024-04-19T09:50:26.931Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
09:50:26 [2024-04-19T09:50:26.931Z] === RUN   TestConfigDaemonSeccompProfiles
09:50:26 [2024-04-19T09:50:26.931Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
09:50:27 [2024-04-19T09:50:27.490Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
09:50:28 [2024-04-19T09:50:28.413Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
09:50:29 [2024-04-19T09:50:29.772Z]     daemon_test.go:180: [da5dfd609505e] daemon is not started
09:50:29 [2024-04-19T09:50:29.772Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
09:50:29 [2024-04-19T09:50:29.772Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
09:50:29 [2024-04-19T09:50:29.772Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
09:50:29 [2024-04-19T09:50:29.772Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
09:50:29 [2024-04-19T09:50:29.772Z] === RUN   TestDaemonProxy
09:50:29 [2024-04-19T09:50:29.772Z] === RUN   TestDaemonProxy/environment_variables
09:50:29 [2024-04-19T09:50:29.772Z] === PAUSE TestDaemonProxy/environment_variables
09:50:29 [2024-04-19T09:50:29.772Z] === RUN   TestDaemonProxy/command-line_options
09:50:29 [2024-04-19T09:50:29.772Z] === PAUSE TestDaemonProxy/command-line_options
09:50:29 [2024-04-19T09:50:29.772Z] === RUN   TestDaemonProxy/configuration_file
09:50:29 [2024-04-19T09:50:29.772Z] === PAUSE TestDaemonProxy/configuration_file
09:50:29 [2024-04-19T09:50:29.772Z] === RUN   TestDaemonProxy/conflicting_options
09:50:30 [2024-04-19T09:50:30.027Z] === RUN   TestDaemonProxy/reload_sanitized
09:50:30 [2024-04-19T09:50:30.027Z] === PAUSE TestDaemonProxy/reload_sanitized
09:50:30 [2024-04-19T09:50:30.027Z] === CONT  TestDaemonProxy/environment_variables
09:50:30 [2024-04-19T09:50:30.027Z] === CONT  TestDaemonProxy/configuration_file
09:50:30 [2024-04-19T09:50:30.027Z] === CONT  TestDaemonProxy/command-line_options
09:50:30 [2024-04-19T09:50:30.027Z] === CONT  TestDaemonProxy/reload_sanitized
09:50:31 [2024-04-19T09:50:31.908Z] --- PASS: TestDaemonProxy (0.50s)
09:50:31 [2024-04-19T09:50:31.908Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
09:50:31 [2024-04-19T09:50:31.908Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
09:50:31 [2024-04-19T09:50:31.908Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
09:50:31 [2024-04-19T09:50:31.908Z]     --- PASS: TestDaemonProxy/configuration_file (1.75s)
09:50:31 [2024-04-19T09:50:31.908Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
09:50:31 [2024-04-19T09:50:31.908Z] === RUN   TestLiveRestore
09:50:31 [2024-04-19T09:50:31.908Z] === RUN   TestLiveRestore/volume_references
09:50:31 [2024-04-19T09:50:31.908Z] === PAUSE TestLiveRestore/volume_references
09:50:31 [2024-04-19T09:50:31.908Z] === RUN   TestLiveRestore/autoremove
09:50:31 [2024-04-19T09:50:31.908Z] === PAUSE TestLiveRestore/autoremove
09:50:31 [2024-04-19T09:50:31.908Z] === CONT  TestLiveRestore/volume_references
09:50:31 [2024-04-19T09:50:31.908Z] === CONT  TestLiveRestore/autoremove
09:50:31 [2024-04-19T09:50:31.908Z] === RUN   TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers
09:50:32 [2024-04-19T09:50:32.468Z] === RUN   TestLiveRestore/volume_references/restartPolicy
09:50:32 [2024-04-19T09:50:32.468Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
09:50:33 [2024-04-19T09:50:33.391Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
09:50:33 [2024-04-19T09:50:33.646Z] === RUN   TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited
09:50:34 [2024-04-19T09:50:34.569Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
09:50:35 [2024-04-19T09:50:35.492Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
09:50:36 [2024-04-19T09:50:36.416Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
09:50:37 [2024-04-19T09:50:37.340Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
09:50:37 [2024-04-19T09:50:37.899Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
09:50:38 [2024-04-19T09:50:38.822Z] --- PASS: TestLiveRestore (0.00s)
09:50:38 [2024-04-19T09:50:38.822Z]     --- PASS: TestLiveRestore/autoremove (3.37s)
09:50:38 [2024-04-19T09:50:38.822Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.84s)
09:50:38 [2024-04-19T09:50:38.822Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.53s)
09:50:38 [2024-04-19T09:50:38.822Z]     --- PASS: TestLiveRestore/volume_references (6.98s)
09:50:38 [2024-04-19T09:50:38.822Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (4.09s)
09:50:38 [2024-04-19T09:50:38.822Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.10s)
09:50:38 [2024-04-19T09:50:38.822Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.02s)
09:50:38 [2024-04-19T09:50:38.822Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.98s)
09:50:38 [2024-04-19T09:50:38.822Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.99s)
09:50:38 [2024-04-19T09:50:38.822Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.34s)
09:50:38 [2024-04-19T09:50:38.822Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.42s)
09:50:38 [2024-04-19T09:50:38.822Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.92s)
09:50:38 [2024-04-19T09:50:38.822Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
09:50:39 [2024-04-19T09:50:39.381Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.69s)
09:50:39 [2024-04-19T09:50:39.381Z] PASS
09:50:39 [2024-04-19T09:50:39.381Z] 
09:50:39 [2024-04-19T09:50:39.381Z] DONE 31 tests in 14.191s
09:50:39 [2024-04-19T09:50:39.381Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
09:50:39 [2024-04-19T09:50:39.381Z] ++ '[' -n '' ']'
09:50:39 [2024-04-19T09:50:39.381Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
09:50:39 [2024-04-19T09:50:39.381Z] ++ set -e
09:50:39 [2024-04-19T09:50:39.381Z] ++ '[' -n 0 ']'
09:50:39 [2024-04-19T09:50:39.381Z] ++ set -x
09:50:39 [2024-04-19T09:50:39.381Z] ++ 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.AFUtzM3xqa/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
09:50:39 [2024-04-19T09:50:39.381Z] INFO: Testing against a local daemon
09:50:39 [2024-04-19T09:50:39.381Z] === RUN   TestCommitInheritsEnv
09:50:39 [2024-04-19T09:50:39.635Z] --- PASS: TestCommitInheritsEnv (0.17s)
09:50:39 [2024-04-19T09:50:39.635Z] === RUN   TestUsernsCommit
09:50:40 [2024-04-19T09:50:40.994Z] --- PASS: TestUsernsCommit (1.41s)
09:50:40 [2024-04-19T09:50:40.994Z] === RUN   TestImportExtremelyLargeImageWorks
09:50:40 [2024-04-19T09:50:40.994Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
09:50:40 [2024-04-19T09:50:40.994Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
09:50:40 [2024-04-19T09:50:40.994Z] === RUN   TestImportWithCustomPlatform
09:50:40 [2024-04-19T09:50:40.994Z] === RUN   TestImportWithCustomPlatform/#00
09:50:40 [2024-04-19T09:50:40.994Z] === RUN   TestImportWithCustomPlatform/linux
09:50:40 [2024-04-19T09:50:40.994Z] === RUN   TestImportWithCustomPlatform/LINUX
09:50:41 [2024-04-19T09:50:41.248Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
09:50:41 [2024-04-19T09:50:41.248Z] --- PASS: TestImportWithCustomPlatform (0.11s)
09:50:41 [2024-04-19T09:50:41.248Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
09:50:41 [2024-04-19T09:50:41.248Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
09:50:41 [2024-04-19T09:50:41.248Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
09:50:41 [2024-04-19T09:50:41.248Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
09:50:41 [2024-04-19T09:50:41.248Z] === RUN   TestImportWithCustomPlatformReject
09:50:41 [2024-04-19T09:50:41.248Z] === RUN   TestImportWithCustomPlatformReject/_______
09:50:41 [2024-04-19T09:50:41.248Z] === RUN   TestImportWithCustomPlatformReject//
09:50:41 [2024-04-19T09:50:41.248Z] === RUN   TestImportWithCustomPlatformReject/macos
09:50:41 [2024-04-19T09:50:41.248Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
09:50:41 [2024-04-19T09:50:41.248Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
09:50:41 [2024-04-19T09:50:41.248Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
09:50:41 [2024-04-19T09:50:41.248Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
09:50:41 [2024-04-19T09:50:41.248Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
09:50:41 [2024-04-19T09:50:41.248Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
09:50:41 [2024-04-19T09:50:41.248Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
09:50:41 [2024-04-19T09:50:41.248Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
09:50:41 [2024-04-19T09:50:41.248Z] === RUN   TestImageInspectEmptyTagsAndDigests
09:50:41 [2024-04-19T09:50:41.248Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
09:50:41 [2024-04-19T09:50:41.248Z] === RUN   TestImagesFilterMultiReference
09:50:41 [2024-04-19T09:50:41.248Z] --- PASS: TestImagesFilterMultiReference (0.04s)
09:50:41 [2024-04-19T09:50:41.248Z] === RUN   TestImagesFilterUntil
09:50:41 [2024-04-19T09:50:41.503Z]     list_test.go:99: ImageList: ID=sha256:de0d4e48d55389f28816c3e77e994266f2e1c88832358b65d05d04f816750a2e RepoTags=[testimagesfilteruntil:v1]
09:50:41 [2024-04-19T09:50:41.503Z] --- PASS: TestImagesFilterUntil (0.25s)
09:50:41 [2024-04-19T09:50:41.503Z] === RUN   TestImagesFilterBeforeSince
09:50:41 [2024-04-19T09:50:41.757Z]     list_test.go:133: ImageList: ID=sha256:6f0c67b3ecd0dda8a745ef2c3da261f85f67485fc3837c6572652c6c1baf47c2 RepoTags=[testimagesfilterbeforesince:v2]
09:50:41 [2024-04-19T09:50:41.757Z]     list_test.go:133: ImageList: ID=sha256:63c4254a5d444ec6c093fe091e3f0c02f8caafa228110338a685704a1e86502d RepoTags=[testimagesfilterbeforesince:v1]
09:50:41 [2024-04-19T09:50:41.757Z]     list_test.go:133: ImageList: ID=sha256:6d715509c2d57528fe584bdcf014ef04348bb4a6d1b577a2435facb83658e1fa RepoTags=[testimagesfilterbeforesince:v3]
09:50:41 [2024-04-19T09:50:41.757Z] --- PASS: TestImagesFilterBeforeSince (0.28s)
09:50:41 [2024-04-19T09:50:41.757Z] === RUN   TestAPIImagesFilters
09:50:41 [2024-04-19T09:50:41.757Z] === RUN   TestAPIImagesFilters/repository_regex
09:50:41 [2024-04-19T09:50:41.757Z] === PAUSE TestAPIImagesFilters/repository_regex
09:50:41 [2024-04-19T09:50:41.757Z] === RUN   TestAPIImagesFilters/image_name_regex
09:50:41 [2024-04-19T09:50:41.757Z] === PAUSE TestAPIImagesFilters/image_name_regex
09:50:41 [2024-04-19T09:50:41.757Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
09:50:41 [2024-04-19T09:50:41.757Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
09:50:41 [2024-04-19T09:50:41.757Z] === RUN   TestAPIImagesFilters/registry_port_regex
09:50:41 [2024-04-19T09:50:41.757Z] === PAUSE TestAPIImagesFilters/registry_port_regex
09:50:41 [2024-04-19T09:50:41.757Z] === CONT  TestAPIImagesFilters/repository_regex
09:50:41 [2024-04-19T09:50:41.757Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
09:50:41 [2024-04-19T09:50:41.757Z] === CONT  TestAPIImagesFilters/image_name_regex
09:50:41 [2024-04-19T09:50:41.757Z] === CONT  TestAPIImagesFilters/registry_port_regex
09:50:41 [2024-04-19T09:50:41.757Z] --- PASS: TestAPIImagesFilters (0.04s)
09:50:41 [2024-04-19T09:50:41.757Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
09:50:41 [2024-04-19T09:50:41.757Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
09:50:41 [2024-04-19T09:50:41.757Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
09:50:41 [2024-04-19T09:50:41.757Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
09:50:41 [2024-04-19T09:50:41.757Z] === RUN   TestAPIImagesListSizeShared
09:50:42 [2024-04-19T09:50:42.316Z] --- PASS: TestAPIImagesListSizeShared (0.60s)
09:50:42 [2024-04-19T09:50:42.316Z] === RUN   TestPruneDontDeleteUsedDangling
09:50:42 [2024-04-19T09:50:42.874Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s)
09:50:42 [2024-04-19T09:50:42.874Z] === RUN   TestImagePullPlatformInvalid
09:50:42 [2024-04-19T09:50:42.874Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
09:50:42 [2024-04-19T09:50:42.874Z] === RUN   TestImagePullStoredDigestForOtherRepo
09:50:42 [2024-04-19T09:50:42.875Z] time="2024-04-19T09:50:42.846442181Z" 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=97b00c97-a8a3-4e31-9ba4-bdb5e2060f33 version=2.8.3 
09:50:42 [2024-04-19T09:50:42.875Z] time="2024-04-19T09:50:42.846516174Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=97b00c97-a8a3-4e31-9ba4-bdb5e2060f33 version=2.8.3 
09:50:42 [2024-04-19T09:50:42.875Z] time="2024-04-19T09:50:42.846557577Z" level=info msg="Starting upload purge in 37m0s" go.version=go1.20.8 instance.id=97b00c97-a8a3-4e31-9ba4-bdb5e2060f33 version=2.8.3 
09:50:42 [2024-04-19T09:50:42.875Z] time="2024-04-19T09:50:42.846733183Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=97b00c97-a8a3-4e31-9ba4-bdb5e2060f33 version=2.8.3 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.942854036Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1590c296-7145-4a3a-b785-179052a8be02 http.request.method=GET http.request.remoteaddr="127.0.0.1:52480" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.942905728Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1590c296-7145-4a3a-b785-179052a8be02 http.request.method=GET http.request.remoteaddr="127.0.0.1:52480" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.005724ms http.response.status=200 http.response.written=2 
09:50:43 [2024-04-19T09:50:43.131Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.945125039Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=adba5ec2-2b80-4722-b679-2bdf3a2a3f37 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.945157868Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=850dbee3-4471-4c0a-83b4-4b83c5543e10 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.945169568Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=adba5ec2-2b80-4722-b679-2bdf3a2a3f37 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.945189088Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=850dbee3-4471-4c0a-83b4-4b83c5543e10 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.945273699Z" 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=adba5ec2-2b80-4722-b679-2bdf3a2a3f37 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=51.52µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=39475e27-f8e8-437a-a89a-dccb15586a22 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.945350195Z" 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=850dbee3-4471-4c0a-83b4-4b83c5543e10 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=129.23µ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=8d779a21-31bd-4f0b-8759-619809e194cb trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.945380677Z" 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=adba5ec2-2b80-4722-b679-2bdf3a2a3f37 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52496" 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.158878ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.15+unknown"
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.945408968Z" 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=850dbee3-4471-4c0a-83b4-4b83c5543e10 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52494" 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.172843ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.15+unknown"
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.947038966Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=39779179-6224-4778-a87b-9f7b8b08761c http.request.method=POST http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.947084217Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=39779179-6224-4778-a87b-9f7b8b08761c http.request.method=POST http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.947115716Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3051d7db-9927-4fa2-a131-33208cbf43b0 http.request.method=POST http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.94715245Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3051d7db-9927-4fa2-a131-33208cbf43b0 http.request.method=POST http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.947236774Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/26349704-031e-441e-b57e-1b003ffa98de/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=39779179-6224-4778-a87b-9f7b8b08761c http.request.method=POST http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=119.851µ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=52e6b80d-c886-4551-abb3-b35aa2cb2d10 trace.line=110 vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.947248704Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3051d7db-9927-4fa2-a131-33208cbf43b0 http.request.method=POST http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=67.093µ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=4dd21924-d043-453e-857c-10e801084c26 trace.line=110 vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.947294168Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/26349704-031e-441e-b57e-1b003ffa98de/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=39779179-6224-4778-a87b-9f7b8b08761c http.request.method=POST http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=26.937µ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=8e3f3192-f2f2-424a-9cb0-b0ed3f045a8c trace.line=142 vars.name=test 
09:50:43 [2024-04-19T09:50:43.131Z] time="2024-04-19T09:50:42.947302743Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3051d7db-9927-4fa2-a131-33208cbf43b0 http.request.method=POST http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=26.453µ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=2ac86911-f03d-4545-99ee-bff84cf778ec trace.line=142 vars.name=test 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.947371345Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3051d7db-9927-4fa2-a131-33208cbf43b0 http.request.method=POST http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=41.543µ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=9740d108-5402-46c6-a5ba-c1e722de2b96 trace.line=110 vars.name=test 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.947374865Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/26349704-031e-441e-b57e-1b003ffa98de/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=39779179-6224-4778-a87b-9f7b8b08761c http.request.method=POST http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=45.301µ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=5403ad74-87d9-4544-8c5d-25147e4cfbfa trace.line=110 vars.name=test 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.947473056Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3051d7db-9927-4fa2-a131-33208cbf43b0 http.request.method=POST http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.833114ms http.response.status=202 http.response.written=0 
09:50:43 [2024-04-19T09:50:43.132Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.15+unknown"
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.947520735Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=39779179-6224-4778-a87b-9f7b8b08761c http.request.method=POST http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.843346ms http.response.status=202 http.response.written=0 
09:50:43 [2024-04-19T09:50:43.132Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.15+unknown"
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949122885Z" 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=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949200021Z" 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=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949272381Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=41.19µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b4fea415-c3f8-47f4-b1fc-8d56873a5b65 trace.line=95 vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949334354Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=26.371µ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=ae868544-b02c-433c-acab-5f6ff5fe7322 trace.line=142 vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949386555Z" 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=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949472831Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385/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=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=48.836µ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=53c6956d-17be-4767-9a63-f685661b0f85 trace.line=110 vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.94951613Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=15.622µ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=e56e6088-f767-4e3a-affb-bde8868cffa5 trace.line=155 vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949557623Z" 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=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=12.545µ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=d9325f28-5a58-4480-b625-fbf689942206 trace.line=155 vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949588966Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=8.853µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=23ca9abc-0188-43a2-b16d-921918627d2c trace.line=155 vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949666644Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385/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=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=54.589µ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=a93c7323-b485-4631-9adf-2959b0f83915 trace.line=185 vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949752108Z" 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=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=49.944µ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=3bc611f5-0b86-43dd-9991-a1a097ade74a trace.line=110 vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.949882823Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=104.057µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=b302bdd3-ae2d-443f-8a69-2d8f1bf528a7 trace.line=202 vars.name=test vars.uuid=eb69876b-c28c-49ca-bfc3-fdc224d01385 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.950702101Z" 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=701c5ce8-fab0-47ff-8421-00ce10f0f05c http.request.method=PUT http.request.remoteaddr="127.0.0.1:52496" http.request.uri="/v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.329284ms http.response.status=201 http.response.written=0 
09:50:43 [2024-04-19T09:50:43.132Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "PUT /v2/test/blobs/uploads/eb69876b-c28c-49ca-bfc3-fdc224d01385?_state=SAS-akXvMdKHCflhr2imQpzE-jf5YN_dnvwtBfDXHAB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNjk4NzZiLWMyOGMtNDljYS1iZmMzLWZkYzIyNGQwMTM4NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcxNjQwNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown"
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.950941968Z" 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=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951012515Z" 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=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951085336Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/26349704-031e-441e-b57e-1b003ffa98de/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=39.286µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7182a784-d4e4-457c-8419-4129ba07db4c trace.line=95 vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951139284Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/26349704-031e-441e-b57e-1b003ffa98de/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=20.824µ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=d07be0a7-e90b-46e2-83b1-efa409f81156 trace.line=142 vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951171842Z" 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=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951243505Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/26349704-031e-441e-b57e-1b003ffa98de/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=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=36.8µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=c8c1bff7-0945-4fc1-8564-ac620a5b1f1e trace.line=110 vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951280772Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/26349704-031e-441e-b57e-1b003ffa98de/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=10.855µ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=ca2fb456-12bf-4b4a-8a5f-7f0dc4a3a641 trace.line=155 vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951322709Z" 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=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=12.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).Stat" trace.id=3ea6e997-0ca3-437c-a450-4e78a7f73836 trace.line=155 vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951349991Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/26349704-031e-441e-b57e-1b003ffa98de/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=9.346µ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=45ecce76-62a7-4a17-b789-9a9abbc0c699 trace.line=155 vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951412259Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/26349704-031e-441e-b57e-1b003ffa98de/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=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=43.266µ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=acfa36b8-7f39-4b18-9eb5-2e150d2692ac trace.line=185 vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951472361Z" 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=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=35.012µ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=0229bc16-0869-4cab-a1ca-0a0e7b8a3ac9 trace.line=110 vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951581021Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/26349704-031e-441e-b57e-1b003ffa98de")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=82.83µ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=97b50fcd-0b05-4305-a336-866b154eb07f trace.line=202 vars.name=test vars.uuid=26349704-031e-441e-b57e-1b003ffa98de 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.951664336Z" 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=1dca9221-687f-41dd-a8ea-eea0b71337f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.181396ms http.response.status=201 http.response.written=0 
09:50:43 [2024-04-19T09:50:43.132Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "PUT /v2/test/blobs/uploads/26349704-031e-441e-b57e-1b003ffa98de?_state=d2F0v5a4DIaAJfS2ffEj9xde-fsD_rwqFCCsgheRRl57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI2MzQ5NzA0LTAzMWUtNDQxZS1iNTdlLTFiMDAzZmZhOThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQwOTo1MDo0Mi45NDcwOTU3NzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown"
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.952631091Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=695a83c9-9ad8-4c82-9b10-6c0b9a9ca94a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.9526657Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=695a83c9-9ad8-4c82-9b10-6c0b9a9ca94a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.952720888Z" 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=695a83c9-9ad8-4c82-9b10-6c0b9a9ca94a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=26.347µ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=614f6d3f-d060-44a9-8110-8d1e04088bd4 trace.line=95 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.952784042Z" 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=695a83c9-9ad8-4c82-9b10-6c0b9a9ca94a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52494" 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="768.628µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.132Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.15+unknown"
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.95420289Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.954239649Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.132Z] time="2024-04-19T09:50:42.954391221Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.954408337Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.954417108Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.954488525Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=40.09µ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=20278ced-1cb3-4bd8-8e11-c87de48504af trace.line=95 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.95456215Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=40.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).Stat" trace.id=f42911c6-ca8b-40f4-a5b5-1d2b4068ba84 trace.line=155 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.954610527Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=20.128µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0908c0f5-d604-4d51-96e4-e944e5b2b84e trace.line=95 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.954648008Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=11.38µ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=1d6b3cfd-1b08-47ff-92e8-dd5954f58c2b trace.line=155 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.954689107Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=12.57µ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=20bb9a64-20e0-4bfc-b3e9-527b5264b317 trace.line=155 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.954762805Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=48.5µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=e43f2c62-20db-490d-b1f7-b7478b414fbd trace.line=110 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.954903563Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=58.847µ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=cdeaf2eb-3f16-4196-9b4d-0662ea7d8249 trace.line=110 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.95508282Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=80.869µ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=3af18493-94f8-4085-820f-615a28e56adc trace.line=110 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.955141535Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=34.773µ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=9bb3856c-61eb-41f1-940c-e5330f766ad9 trace.line=110 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.955176473Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.955192916Z" 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=1396ff39-db18-48bc-aef9-f32a24f1b66d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52494" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.09182ms http.response.status=201 http.response.written=0 
09:50:43 [2024-04-19T09:50:43.133Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown"
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.959579271Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b1f66a8c-8d91-4106-be3e-010daa65dcf9 http.request.method=GET http.request.remoteaddr="127.0.0.1:52532" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.959631021Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b1f66a8c-8d91-4106-be3e-010daa65dcf9 http.request.method=GET http.request.remoteaddr="127.0.0.1:52532" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef 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="861.173µs" http.response.status=200 http.response.written=2 
09:50:43 [2024-04-19T09:50:43.133Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.961661041Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2c96c697-6521-445c-8816-d4e70ac51b63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.961696331Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2c96c697-6521-445c-8816-d4e70ac51b63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.961777602Z" 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=2c96c697-6521-445c-8816-d4e70ac51b63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.247µ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=fe0ffac5-9d6e-47ce-a69a-fe68e8fba65f trace.line=95 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.961799395Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2c96c697-6521-445c-8816-d4e70ac51b63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.961850348Z" 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=2c96c697-6521-445c-8816-d4e70ac51b63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.49µ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=e96c9df7-d462-425f-8168-83581ee0334d trace.line=95 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.961900416Z" 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=2c96c697-6521-445c-8816-d4e70ac51b63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.819µ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=76e1d5e9-b72b-4f94-bda0-ffaee69dde26 trace.line=155 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.961946832Z" 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=2c96c697-6521-445c-8816-d4e70ac51b63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.645µ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=4aa223dd-ccae-4187-b6fd-6a44f6a2cc5e trace.line=125 vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.961994635Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2c96c697-6521-445c-8816-d4e70ac51b63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.962085555Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2c96c697-6521-445c-8816-d4e70ac51b63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef 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.184797ms http.response.status=200 http.response.written=417 
09:50:43 [2024-04-19T09:50:43.133Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.969893579Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01791755-5c0d-4c05-9335-2fca03991a01 http.request.method=GET http.request.remoteaddr="127.0.0.1:52554" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.969934531Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01791755-5c0d-4c05-9335-2fca03991a01 http.request.method=GET http.request.remoteaddr="127.0.0.1:52554" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.969948282Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01791755-5c0d-4c05-9335-2fca03991a01 http.request.method=GET http.request.remoteaddr="127.0.0.1:52554" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.970023933Z" 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=01791755-5c0d-4c05-9335-2fca03991a01 http.request.method=GET http.request.remoteaddr="127.0.0.1:52554" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=46.252µ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=d3b3753d-2106-4399-a413-92b8bff802aa trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.970078776Z" 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=01791755-5c0d-4c05-9335-2fca03991a01 http.request.method=GET http.request.remoteaddr="127.0.0.1:52554" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.623µ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=4e147ae4-3943-4a3d-92e8-545130942ae1 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.970118448Z" 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=01791755-5c0d-4c05-9335-2fca03991a01 http.request.method=GET http.request.remoteaddr="127.0.0.1:52554" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef 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).Reader" trace.id=4e97ec9d-a7b0-4e60-aa3e-cc30d4212d6a trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.970153442Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01791755-5c0d-4c05-9335-2fca03991a01 http.request.method=GET http.request.remoteaddr="127.0.0.1:52554" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.970240671Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01791755-5c0d-4c05-9335-2fca03991a01 http.request.method=GET http.request.remoteaddr="127.0.0.1:52554" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef 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.200954ms http.response.status=200 http.response.written=417 
09:50:43 [2024-04-19T09:50:43.133Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.977397498Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.977481682Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.977405818Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.977530502Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.977563831Z" 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=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=44.866µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4c0f56c5-e423-4349-801a-70a3989ae8ba trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.977605833Z" 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=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.981µ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=371d8230-ae77-4ea0-b617-1340c125c9c6 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.97761627Z" 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=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.322µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=debede7d-2164-4125-88be-75c7e4924fdf trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.977649985Z" 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=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.918µ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=12946235-d32b-48e8-92d9-760ed1383045 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.133Z] time="2024-04-19T09:50:42.977662538Z" 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=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.978µ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=7c511c10-4e5a-4eef-8249-05cd75b39009 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.977695892Z" 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=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.895µ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=620f785c-b6fe-41fb-966d-90ac56a88d75 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.977697262Z" 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=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.594µ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=bee886fe-d334-4146-83f7-a7633f5bd267 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.977738238Z" 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=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.379µ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=6f577e95-f6a3-4097-ab6d-c86ba94e022b trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.977761598Z" 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=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.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).Stat" trace.id=6dabb53f-8e3a-432d-9bec-f1bbf2a86784 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.977773364Z" 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=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.134µ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=1aa9919c-7c5a-4cc6-a8bd-386064b2a6b5 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.977796429Z" 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=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.666µ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=f78f48b4-d315-46b2-b4f7-c181a4da06e3 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.977822267Z" 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=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.827µ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=fcffa64a-b515-4b8d-9bd2-9f9c34c051d4 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.977828051Z" 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=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=6.408µ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=71c2f272-a28f-43cc-ae15-f7b7295215fc trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.977873688Z" 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=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.655µ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=3e68b022-4863-46de-bb8e-0512de38de46 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.978414838Z" 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=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=28.8µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=e7a7ef37-a0bb-4363-a426-20cea3d4c167 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.978543797Z" 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=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.313µ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=83370f4a-8edb-4f4a-881e-f446f83781f4 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.979229168Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=50c867b4-0cf9-4ea5-82fa-817d1937f744 http.request.method=GET http.request.remoteaddr="127.0.0.1:52556" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.928945ms http.response.status=200 http.response.written=194 
09:50:43 [2024-04-19T09:50:43.134Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.979464769Z" 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=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=40.731µ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=c2949cae-48f9-4cbf-ba0c-d8f06469085e trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.979524584Z" 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=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.426µ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=ec0a3271-9d76-45df-aa9c-de8c5925a774 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.979584514Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=39195e1f-0a56-4350-9c59-17e6372ce72e http.request.method=GET http.request.remoteaddr="127.0.0.1:52568" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef 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.284996ms http.response.status=200 http.response.written=68 
09:50:43 [2024-04-19T09:50:43.134Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.993660943Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=22f9bd15-4ced-4541-bd90-1f4402eb471d http.request.method=GET http.request.remoteaddr="127.0.0.1:52586" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:42.993705135Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=22f9bd15-4ced-4541-bd90-1f4402eb471d http.request.method=GET http.request.remoteaddr="127.0.0.1:52586" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef 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="949.714µs" http.response.status=200 http.response.written=2 
09:50:43 [2024-04-19T09:50:43.134Z] 127.0.0.1 - - [19/Apr/2024:09:50:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:43.002630732Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a0de1092-92ac-443c-9bbf-92a6332c0cbd http.request.method=GET http.request.remoteaddr="127.0.0.1:52594" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:43.002680086Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a0de1092-92ac-443c-9bbf-92a6332c0cbd http.request.method=GET http.request.remoteaddr="127.0.0.1:52594" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:43.002696225Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a0de1092-92ac-443c-9bbf-92a6332c0cbd http.request.method=GET http.request.remoteaddr="127.0.0.1:52594" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:43.002763991Z" 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=a0de1092-92ac-443c-9bbf-92a6332c0cbd http.request.method=GET http.request.remoteaddr="127.0.0.1:52594" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=35.29µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1535cf01-7560-4ca2-a78a-a865ba923ae9 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:43.002812401Z" 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=a0de1092-92ac-443c-9bbf-92a6332c0cbd http.request.method=GET http.request.remoteaddr="127.0.0.1:52594" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.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=5e07378f-a4f1-499f-9aef-f654f5a03fe7 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.134Z] time="2024-04-19T09:50:43.002886378Z" 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=a0de1092-92ac-443c-9bbf-92a6332c0cbd http.request.method=GET http.request.remoteaddr="127.0.0.1:52594" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef 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.138423ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
09:50:43 [2024-04-19T09:50:43.134Z] 127.0.0.1 - - [19/Apr/2024:09:50:43 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.9 git-commit/e829cca0eef5ef26fd77fec2a7a3827ab8cb72ef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:50:43 [2024-04-19T09:50:43.134Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.18s)
09:50:43 [2024-04-19T09:50:43.134Z] === RUN   TestImagePullNonExisting
09:50:43 [2024-04-19T09:50:43.134Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
09:50:43 [2024-04-19T09:50:43.134Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
09:50:43 [2024-04-19T09:50:43.134Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
09:50:43 [2024-04-19T09:50:43.134Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
09:50:43 [2024-04-19T09:50:43.134Z] === RUN   TestImagePullNonExisting/asdfasdf
09:50:43 [2024-04-19T09:50:43.134Z] === PAUSE TestImagePullNonExisting/asdfasdf
09:50:43 [2024-04-19T09:50:43.134Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
09:50:43 [2024-04-19T09:50:43.134Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
09:50:43 [2024-04-19T09:50:43.134Z] === RUN   TestImagePullNonExisting/library/asdfasdf
09:50:43 [2024-04-19T09:50:43.134Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
09:50:43 [2024-04-19T09:50:43.134Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
09:50:43 [2024-04-19T09:50:43.134Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
09:50:43 [2024-04-19T09:50:43.134Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
09:50:43 [2024-04-19T09:50:43.134Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
09:50:43 [2024-04-19T09:50:43.134Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
09:50:43 [2024-04-19T09:50:43.134Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
09:50:43 [2024-04-19T09:50:43.134Z] === CONT  TestImagePullNonExisting/library/asdfasdf
09:50:43 [2024-04-19T09:50:43.134Z] === CONT  TestImagePullNonExisting/asdfasdf
09:50:44 [2024-04-19T09:50:44.493Z] --- PASS: TestImagePullNonExisting (0.01s)
09:50:44 [2024-04-19T09:50:44.493Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.95s)
09:50:44 [2024-04-19T09:50:44.493Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s)
09:50:44 [2024-04-19T09:50:44.493Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.97s)
09:50:44 [2024-04-19T09:50:44.493Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.97s)
09:50:44 [2024-04-19T09:50:44.493Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.27s)
09:50:44 [2024-04-19T09:50:44.493Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.33s)
09:50:44 [2024-04-19T09:50:44.493Z] === RUN   TestRemoveImageOrphaning
09:50:44 [2024-04-19T09:50:44.747Z] --- PASS: TestRemoveImageOrphaning (0.16s)
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestRemoveByDigest
09:50:44 [2024-04-19T09:50:44.747Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
09:50:44 [2024-04-19T09:50:44.747Z] --- SKIP: TestRemoveByDigest (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestRemoveImageGarbageCollector
09:50:44 [2024-04-19T09:50:44.747Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
09:50:44 [2024-04-19T09:50:44.747Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveCheckTimes
09:50:44 [2024-04-19T09:50:44.747Z] === PAUSE TestSaveCheckTimes
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/busybox:latest
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/busybox:latest/Manifest
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/busybox:latest/Config
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/busybox:latest/Containerd_image_name
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/busybox:latest/OCI_reference_tag
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/multilayer:latest
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/multilayer:latest/Manifest
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/multilayer:latest/Config
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/multilayer:latest/Containerd_image_name
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveOCI/multilayer:latest/OCI_reference_tag
09:50:44 [2024-04-19T09:50:44.747Z] --- PASS: TestSaveOCI (0.14s)
09:50:44 [2024-04-19T09:50:44.747Z]     --- PASS: TestSaveOCI/busybox:latest (0.03s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/busybox:latest/Config (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]     --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]     --- PASS: TestSaveOCI/multilayer:latest (0.01s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z]         --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s)
09:50:44 [2024-04-19T09:50:44.747Z] === RUN   TestSaveRepoWithMultipleImages
09:50:45 [2024-04-19T09:50:45.002Z] --- PASS: TestSaveRepoWithMultipleImages (0.20s)
09:50:45 [2024-04-19T09:50:45.002Z] === RUN   TestSaveDirectoryPermissions
09:50:45 [2024-04-19T09:50:45.925Z] --- PASS: TestSaveDirectoryPermissions (1.06s)
09:50:45 [2024-04-19T09:50:45.925Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:50:46 [2024-04-19T09:50:46.180Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagUsingDigestAlgorithmAsName
09:50:46 [2024-04-19T09:50:46.180Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagValidPrefixedRepo
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
09:50:46 [2024-04-19T09:50:46.180Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
09:50:46 [2024-04-19T09:50:46.180Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagValidPrefixedRepo/foooo:t
09:50:46 [2024-04-19T09:50:46.180Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
09:50:46 [2024-04-19T09:50:46.180Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
09:50:46 [2024-04-19T09:50:46.180Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
09:50:46 [2024-04-19T09:50:46.180Z] === CONT  TestTagValidPrefixedRepo/foooo:t
09:50:46 [2024-04-19T09:50:46.180Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
09:50:46 [2024-04-19T09:50:46.180Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
09:50:46 [2024-04-19T09:50:46.180Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagExistedNameWithoutForce
09:50:46 [2024-04-19T09:50:46.180Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagOfficialNames
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
09:50:46 [2024-04-19T09:50:46.180Z] --- PASS: TestTagOfficialNames (0.05s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestTagMatchesDigest
09:50:46 [2024-04-19T09:50:46.180Z] --- PASS: TestTagMatchesDigest (0.01s)
09:50:46 [2024-04-19T09:50:46.180Z] === CONT  TestSaveCheckTimes
09:50:46 [2024-04-19T09:50:46.180Z] --- PASS: TestSaveCheckTimes (0.03s)
09:50:46 [2024-04-19T09:50:46.180Z] PASS
09:50:46 [2024-04-19T09:50:46.180Z] 
09:50:46 [2024-04-19T09:50:46.180Z] === Skipped
09:50:46 [2024-04-19T09:50:46.180Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
09:50:46 [2024-04-19T09:50:46.180Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
09:50:46 [2024-04-19T09:50:46.180Z] 
09:50:46 [2024-04-19T09:50:46.180Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
09:50:46 [2024-04-19T09:50:46.180Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
09:50:46 [2024-04-19T09:50:46.180Z] 
09:50:46 [2024-04-19T09:50:46.180Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
09:50:46 [2024-04-19T09:50:46.180Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
09:50:46 [2024-04-19T09:50:46.180Z] 
09:50:46 [2024-04-19T09:50:46.180Z] DONE 71 tests, 3 skipped in 6.752s
09:50:46 [2024-04-19T09:50:46.180Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
09:50:46 [2024-04-19T09:50:46.180Z] ++ '[' -n '' ']'
09:50:46 [2024-04-19T09:50:46.180Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
09:50:46 [2024-04-19T09:50:46.180Z] ++ set -e
09:50:46 [2024-04-19T09:50:46.180Z] ++ '[' -n 0 ']'
09:50:46 [2024-04-19T09:50:46.180Z] ++ set -x
09:50:46 [2024-04-19T09:50:46.180Z] ++ 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.AFUtzM3xqa/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
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestStripANSICommands
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestStripANSICommands/#00
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestStripANSICommands/#01
09:50:46 [2024-04-19T09:50:46.180Z] --- PASS: TestStripANSICommands (0.00s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
09:50:46 [2024-04-19T09:50:46.180Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
09:50:46 [2024-04-19T09:50:46.180Z] PASS
09:50:46 [2024-04-19T09:50:46.180Z] 
09:50:46 [2024-04-19T09:50:46.180Z] DONE 3 tests in 0.007s
09:50:46 [2024-04-19T09:50:46.180Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
09:50:46 [2024-04-19T09:50:46.180Z] ++ '[' -n '' ']'
09:50:46 [2024-04-19T09:50:46.180Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
09:50:46 [2024-04-19T09:50:46.180Z] ++ set -e
09:50:46 [2024-04-19T09:50:46.180Z] ++ '[' -n 0 ']'
09:50:46 [2024-04-19T09:50:46.180Z] ++ set -x
09:50:46 [2024-04-19T09:50:46.180Z] ++ 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.AFUtzM3xqa/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
09:50:46 [2024-04-19T09:50:46.180Z] INFO: Testing against a local daemon
09:50:46 [2024-04-19T09:50:46.180Z] === RUN   TestCreateWithMultiNetworks
09:50:47 [2024-04-19T09:50:47.104Z] --- PASS: TestCreateWithMultiNetworks (0.89s)
09:50:47 [2024-04-19T09:50:47.104Z] === RUN   TestNetworkCreateDelete
09:50:47 [2024-04-19T09:50:47.358Z] --- PASS: TestNetworkCreateDelete (0.17s)
09:50:47 [2024-04-19T09:50:47.358Z] === RUN   TestDockerNetworkDeletePreferID
09:50:47 [2024-04-19T09:50:47.917Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s)
09:50:47 [2024-04-19T09:50:47.917Z] === RUN   TestDaemonDNSFallback
09:50:54 [2024-04-19T09:50:54.439Z] --- PASS: TestDaemonDNSFallback (6.19s)
09:50:54 [2024-04-19T09:50:54.439Z] === RUN   TestInspectNetwork
09:50:56 [2024-04-19T09:50:56.364Z] === RUN   TestInspectNetwork/full_network_id
09:50:56 [2024-04-19T09:50:56.364Z] === RUN   TestInspectNetwork/partial_network_id
09:50:56 [2024-04-19T09:50:56.364Z] === RUN   TestInspectNetwork/network_name
09:50:56 [2024-04-19T09:50:56.364Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
09:51:01 [2024-04-19T09:51:01.735Z] --- PASS: TestInspectNetwork (6.94s)
09:51:01 [2024-04-19T09:51:01.735Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
09:51:01 [2024-04-19T09:51:01.735Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
09:51:01 [2024-04-19T09:51:01.735Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
09:51:01 [2024-04-19T09:51:01.736Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
09:51:01 [2024-04-19T09:51:01.736Z] === RUN   TestRunContainerWithBridgeNone
09:51:02 [2024-04-19T09:51:02.015Z] --- PASS: TestRunContainerWithBridgeNone (1.19s)
09:51:02 [2024-04-19T09:51:02.015Z] === RUN   TestNetworkInvalidJSON
09:51:02 [2024-04-19T09:51:02.015Z] === RUN   TestNetworkInvalidJSON/networks/create
09:51:02 [2024-04-19T09:51:02.016Z] === PAUSE TestNetworkInvalidJSON/networks/create
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
09:51:02 [2024-04-19T09:51:02.016Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
09:51:02 [2024-04-19T09:51:02.016Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
09:51:02 [2024-04-19T09:51:02.016Z] === CONT  TestNetworkInvalidJSON/networks/create
09:51:02 [2024-04-19T09:51:02.016Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
09:51:02 [2024-04-19T09:51:02.016Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
09:51:02 [2024-04-19T09:51:02.016Z] --- PASS: TestNetworkInvalidJSON (0.01s)
09:51:02 [2024-04-19T09:51:02.016Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkList
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkList//networks
09:51:02 [2024-04-19T09:51:02.016Z] === PAUSE TestNetworkList//networks
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestNetworkList//networks/
09:51:02 [2024-04-19T09:51:02.016Z] === PAUSE TestNetworkList//networks/
09:51:02 [2024-04-19T09:51:02.016Z] === CONT  TestNetworkList//networks
09:51:02 [2024-04-19T09:51:02.016Z] === CONT  TestNetworkList//networks/
09:51:02 [2024-04-19T09:51:02.016Z] --- PASS: TestNetworkList (0.01s)
09:51:02 [2024-04-19T09:51:02.016Z]     --- PASS: TestNetworkList//networks/ (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z]     --- PASS: TestNetworkList//networks (0.00s)
09:51:02 [2024-04-19T09:51:02.016Z] === RUN   TestHostIPv4BridgeLabel
09:51:02 [2024-04-19T09:51:02.598Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
09:51:02 [2024-04-19T09:51:02.598Z] === RUN   TestDefaultNetworkOpts
09:51:02 [2024-04-19T09:51:02.598Z] === RUN   TestDefaultNetworkOpts/default_value
09:51:03 [2024-04-19T09:51:03.958Z] === RUN   TestDefaultNetworkOpts/cmdline_value
09:51:05 [2024-04-19T09:51:05.317Z] === RUN   TestDefaultNetworkOpts/config-from_value
09:51:06 [2024-04-19T09:51:06.241Z] --- PASS: TestDefaultNetworkOpts (3.62s)
09:51:06 [2024-04-19T09:51:06.241Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.20s)
09:51:06 [2024-04-19T09:51:06.241Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.20s)
09:51:06 [2024-04-19T09:51:06.241Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.22s)
09:51:06 [2024-04-19T09:51:06.241Z] === RUN   TestForbidDuplicateNetworkNames
09:51:06 [2024-04-19T09:51:06.800Z] --- PASS: TestForbidDuplicateNetworkNames (0.63s)
09:51:06 [2024-04-19T09:51:06.800Z] === RUN   TestDaemonRestartWithLiveRestore
09:51:08 [2024-04-19T09:51:08.159Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
09:51:08 [2024-04-19T09:51:08.159Z] === RUN   TestDaemonDefaultNetworkPools
09:51:08 [2024-04-19T09:51:08.717Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
09:51:08 [2024-04-19T09:51:08.717Z] === RUN   TestDaemonRestartWithExistingNetwork
09:51:10 [2024-04-19T09:51:10.076Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
09:51:10 [2024-04-19T09:51:10.076Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:51:11 [2024-04-19T09:51:11.000Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s)
09:51:11 [2024-04-19T09:51:11.000Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
09:51:11 [2024-04-19T09:51:11.559Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
09:51:11 [2024-04-19T09:51:11.559Z] === RUN   TestServiceWithPredefinedNetwork
09:51:14 [2024-04-19T09:51:14.067Z] --- PASS: TestServiceWithPredefinedNetwork (2.10s)
09:51:14 [2024-04-19T09:51:14.067Z] === RUN   TestServiceRemoveKeepsIngressNetwork
09:51:14 [2024-04-19T09:51:14.067Z]     service_test.go:250: FLAKY_TEST
09:51:14 [2024-04-19T09:51:14.067Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
09:51:14 [2024-04-19T09:51:14.067Z] === RUN   TestServiceWithDataPathPortInit
09:51:28 [2024-04-19T09:51:28.885Z] --- PASS: TestServiceWithDataPathPortInit (13.45s)
09:51:28 [2024-04-19T09:51:28.885Z] === RUN   TestServiceWithDefaultAddressPoolInit
09:51:28 [2024-04-19T09:51:28.885Z]     service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:i8fu0rn7h83rhfpvhn8xwxbg9 Created:2024-04-19 09:51:27.970859895 +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[d08ac565dcd2b95a3da9cff8c25460fc19fededa825ab7653cd040b63315e6a6:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x92xy67ebbshofn1ifh3rpo7u EndpointID:8c5860d679de2d243a748a090e447a8e32dc3fc8506f05d3e15340c8b1fa20bf MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d3649325f53393a7bc9e4f4040eb44558f40f060049c99d519650f8e04c8a891 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:0134ae0d5bf9 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x92xy67ebbshofn1ifh3rpo7u EndpointID:8c5860d679de2d243a748a090e447a8e32dc3fc8506f05d3e15340c8b1fa20bf EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
09:51:34 [2024-04-19T09:51:34.117Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.22s)
09:51:34 [2024-04-19T09:51:34.117Z] PASS
09:51:34 [2024-04-19T09:51:34.117Z] 
09:51:34 [2024-04-19T09:51:34.117Z] === Skipped
09:51:34 [2024-04-19T09:51:34.117Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
09:51:34 [2024-04-19T09:51:34.117Z]     service_test.go:250: FLAKY_TEST
09:51:34 [2024-04-19T09:51:34.117Z] 
09:51:34 [2024-04-19T09:51:34.117Z] DONE 44 tests, 1 skipped in 47.188s
09:51:34 [2024-04-19T09:51:34.117Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
09:51:34 [2024-04-19T09:51:34.117Z] ++ '[' -n '' ']'
09:51:34 [2024-04-19T09:51:34.117Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
09:51:34 [2024-04-19T09:51:34.117Z] ++ set -e
09:51:34 [2024-04-19T09:51:34.117Z] ++ '[' -n 0 ']'
09:51:34 [2024-04-19T09:51:34.117Z] ++ set -x
09:51:34 [2024-04-19T09:51:34.117Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.AFUtzM3xqa/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
09:51:34 [2024-04-19T09:51:34.117Z] INFO: Testing against a local daemon
09:51:34 [2024-04-19T09:51:34.117Z] === RUN   TestDockerNetworkIpvlanPersistance
09:51:34 [2024-04-19T09:51:34.675Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.26s)
09:51:34 [2024-04-19T09:51:34.675Z] === RUN   TestDockerNetworkIpvlan
09:51:34 [2024-04-19T09:51:34.675Z] === RUN   TestDockerNetworkIpvlan/Subinterface
09:51:35 [2024-04-19T09:51:35.598Z] === RUN   TestDockerNetworkIpvlan/OverlapParent
09:51:36 [2024-04-19T09:51:36.156Z] === RUN   TestDockerNetworkIpvlan/L2NilParent
09:51:37 [2024-04-19T09:51:37.516Z] === RUN   TestDockerNetworkIpvlan/L2InternalMode
09:51:38 [2024-04-19T09:51:38.876Z] === RUN   TestDockerNetworkIpvlan/L3NilParent
09:51:40 [2024-04-19T09:51:40.235Z] === RUN   TestDockerNetworkIpvlan/L3InternalMode
09:51:41 [2024-04-19T09:51:41.594Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnetWithParent
09:51:43 [2024-04-19T09:51:43.477Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnetNoParent
09:51:45 [2024-04-19T09:51:45.985Z] === RUN   TestDockerNetworkIpvlan/L3MultiSubnet
09:51:47 [2024-04-19T09:51:47.866Z] === RUN   TestDockerNetworkIpvlan/L2Addressing
09:51:48 [2024-04-19T09:51:48.790Z] === RUN   TestDockerNetworkIpvlan/L3Addressing
09:51:49 [2024-04-19T09:51:49.714Z] === RUN   TestDockerNetworkIpvlan/NoIPv6
09:51:51 [2024-04-19T09:51:51.074Z] --- PASS: TestDockerNetworkIpvlan (16.09s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/Subinterface (0.70s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.66s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.37s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/L2InternalMode (1.37s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.36s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/L3InternalMode (1.41s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetWithParent (1.86s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetNoParent (2.13s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (2.07s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/L2Addressing (1.01s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/L3Addressing (1.02s)
09:51:51 [2024-04-19T09:51:51.074Z]     --- PASS: TestDockerNetworkIpvlan/NoIPv6 (1.14s)
09:51:51 [2024-04-19T09:51:51.074Z] === RUN   TestIPVlanDNS
09:51:51 [2024-04-19T09:51:51.328Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false
09:51:59 [2024-04-19T09:51:59.395Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false
09:52:04 [2024-04-19T09:52:04.625Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true
09:52:09 [2024-04-19T09:52:09.853Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false
09:52:16 [2024-04-19T09:52:16.372Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false
09:52:21 [2024-04-19T09:52:21.601Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true
09:52:26 [2024-04-19T09:52:26.831Z] --- PASS: TestIPVlanDNS (36.15s)
09:52:26 [2024-04-19T09:52:26.831Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false (6.80s)
09:52:26 [2024-04-19T09:52:26.831Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false (5.51s)
09:52:26 [2024-04-19T09:52:26.831Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true (5.43s)
09:52:26 [2024-04-19T09:52:26.831Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false (6.81s)
09:52:26 [2024-04-19T09:52:26.831Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false (5.51s)
09:52:26 [2024-04-19T09:52:26.831Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true (5.45s)
09:52:26 [2024-04-19T09:52:26.831Z] PASS
09:52:26 [2024-04-19T09:52:26.831Z] 
09:52:26 [2024-04-19T09:52:26.831Z] DONE 21 tests in 53.529s
09:52:27 [2024-04-19T09:52:27.085Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
09:52:27 [2024-04-19T09:52:27.085Z] ++ '[' -n '' ']'
09:52:27 [2024-04-19T09:52:27.085Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
09:52:27 [2024-04-19T09:52:27.085Z] ++ set -e
09:52:27 [2024-04-19T09:52:27.085Z] ++ '[' -n 0 ']'
09:52:27 [2024-04-19T09:52:27.085Z] ++ set -x
09:52:27 [2024-04-19T09:52:27.085Z] ++ 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.AFUtzM3xqa/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
09:52:27 [2024-04-19T09:52:27.085Z] INFO: Testing against a local daemon
09:52:27 [2024-04-19T09:52:27.085Z] === RUN   TestDockerNetworkMacvlanPersistance
09:52:28 [2024-04-19T09:52:28.444Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.17s)
09:52:28 [2024-04-19T09:52:28.445Z] === RUN   TestDockerNetworkMacvlan
09:52:28 [2024-04-19T09:52:28.445Z] === RUN   TestDockerNetworkMacvlan/Subinterface
09:52:29 [2024-04-19T09:52:29.003Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
09:52:29 [2024-04-19T09:52:29.563Z] === RUN   TestDockerNetworkMacvlan/NilParent
09:52:30 [2024-04-19T09:52:30.923Z] === RUN   TestDockerNetworkMacvlan/InternalMode
09:52:32 [2024-04-19T09:52:32.804Z] === RUN   TestDockerNetworkMacvlan/MultiSubnetWithParent
09:52:34 [2024-04-19T09:52:34.686Z] === RUN   TestDockerNetworkMacvlan/MultiSubnetNoParent
09:52:36 [2024-04-19T09:52:36.569Z] === RUN   TestDockerNetworkMacvlan/Addressing
09:52:37 [2024-04-19T09:52:37.928Z] === RUN   TestDockerNetworkMacvlan/NoIPv6
09:52:38 [2024-04-19T09:52:38.851Z] --- PASS: TestDockerNetworkMacvlan (10.67s)
09:52:38 [2024-04-19T09:52:38.851Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.68s)
09:52:38 [2024-04-19T09:52:38.851Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.71s)
09:52:38 [2024-04-19T09:52:38.851Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.49s)
09:52:38 [2024-04-19T09:52:38.851Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.44s)
09:52:38 [2024-04-19T09:52:38.851Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnetWithParent (1.87s)
09:52:38 [2024-04-19T09:52:38.851Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnetNoParent (2.34s)
09:52:38 [2024-04-19T09:52:38.851Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.03s)
09:52:38 [2024-04-19T09:52:38.851Z]     --- PASS: TestDockerNetworkMacvlan/NoIPv6 (1.11s)
09:52:38 [2024-04-19T09:52:38.851Z] === RUN   TestMACVlanDNS
09:52:39 [2024-04-19T09:52:39.411Z] === RUN   TestMACVlanDNS/with_parent
09:52:47 [2024-04-19T09:52:47.480Z] === RUN   TestMACVlanDNS/no_parent
09:52:52 [2024-04-19T09:52:52.711Z] === RUN   TestMACVlanDNS/with_parent,_internal
09:52:57 [2024-04-19T09:52:57.941Z] --- PASS: TestMACVlanDNS (18.54s)
09:52:57 [2024-04-19T09:52:57.941Z]     --- PASS: TestMACVlanDNS/with_parent (6.90s)
09:52:57 [2024-04-19T09:52:57.941Z]     --- PASS: TestMACVlanDNS/no_parent (5.53s)
09:52:57 [2024-04-19T09:52:57.941Z]     --- PASS: TestMACVlanDNS/with_parent,_internal (5.48s)
09:52:57 [2024-04-19T09:52:57.941Z] PASS
09:52:57 [2024-04-19T09:52:57.941Z] 
09:52:57 [2024-04-19T09:52:57.941Z] DONE 14 tests in 30.402s
09:52:57 [2024-04-19T09:52:57.941Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
09:52:57 [2024-04-19T09:52:57.941Z] ++ '[' -n '' ']'
09:52:57 [2024-04-19T09:52:57.941Z] ++ 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
09:52:57 [2024-04-19T09:52:57.941Z] ++ set -e
09:52:57 [2024-04-19T09:52:57.941Z] ++ '[' -n 0 ']'
09:52:57 [2024-04-19T09:52:57.941Z] ++ set -x
09:52:57 [2024-04-19T09:52:57.941Z] ++ 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.AFUtzM3xqa/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
09:52:57 [2024-04-19T09:52:57.941Z] INFO: Testing against a local daemon
09:52:57 [2024-04-19T09:52:57.941Z] === RUN   TestBridgeICC
09:52:57 [2024-04-19T09:52:57.941Z] === RUN   TestBridgeICC/IPv4_non-internal_network
09:52:59 [2024-04-19T09:52:59.303Z] === RUN   TestBridgeICC/IPv4_internal_network
09:53:00 [2024-04-19T09:53:00.227Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
09:53:01 [2024-04-19T09:53:01.151Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
09:53:02 [2024-04-19T09:53:02.076Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
09:53:03 [2024-04-19T09:53:03.436Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
09:53:04 [2024-04-19T09:53:04.360Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name
09:53:05 [2024-04-19T09:53:05.283Z] === RUN   TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name
09:53:06 [2024-04-19T09:53:06.223Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
09:53:08 [2024-04-19T09:53:08.732Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
09:53:11 [2024-04-19T09:53:11.990Z] --- PASS: TestBridgeICC (14.09s)
09:53:11 [2024-04-19T09:53:11.990Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (1.05s)
09:53:11 [2024-04-19T09:53:11.990Z]     --- PASS: TestBridgeICC/IPv4_internal_network (1.02s)
09:53:11 [2024-04-19T09:53:11.990Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.07s)
09:53:11 [2024-04-19T09:53:11.990Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.00s)
09:53:11 [2024-04-19T09:53:11.990Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.06s)
09:53:11 [2024-04-19T09:53:11.990Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (0.99s)
09:53:11 [2024-04-19T09:53:11.990Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.07s)
09:53:11 [2024-04-19T09:53:11.990Z]     --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.10s)
09:53:11 [2024-04-19T09:53:11.990Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (2.06s)
09:53:11 [2024-04-19T09:53:11.990Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.08s)
09:53:11 [2024-04-19T09:53:11.990Z] === RUN   TestBridgeICCWindows
09:53:11 [2024-04-19T09:53:11.990Z]     bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows"
09:53:11 [2024-04-19T09:53:11.990Z] --- SKIP: TestBridgeICCWindows (0.00s)
09:53:11 [2024-04-19T09:53:11.990Z] === RUN   TestBridgeINC
09:53:11 [2024-04-19T09:53:11.990Z] === RUN   TestBridgeINC/IPv4_non-internal_network
09:53:17 [2024-04-19T09:53:17.219Z] === RUN   TestBridgeINC/IPv4_internal_network
09:53:17 [2024-04-19T09:53:17.473Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
09:53:21 [2024-04-19T09:53:21.627Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
09:53:22 [2024-04-19T09:53:22.985Z] --- PASS: TestBridgeINC (11.34s)
09:53:22 [2024-04-19T09:53:22.985Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.19s)
09:53:22 [2024-04-19T09:53:22.985Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.13s)
09:53:22 [2024-04-19T09:53:22.985Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.32s)
09:53:22 [2024-04-19T09:53:22.985Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.11s)
09:53:22 [2024-04-19T09:53:22.985Z] === RUN   TestDefaultBridgeIPv6
09:53:22 [2024-04-19T09:53:22.985Z] === RUN   TestDefaultBridgeIPv6/IPv6_ULA
09:53:24 [2024-04-19T09:53:24.344Z] === RUN   TestDefaultBridgeIPv6/IPv6_LLA_only
09:53:25 [2024-04-19T09:53:25.703Z] === RUN   TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only
09:53:27 [2024-04-19T09:53:27.063Z] --- PASS: TestDefaultBridgeIPv6 (4.24s)
09:53:27 [2024-04-19T09:53:27.063Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.37s)
09:53:27 [2024-04-19T09:53:27.063Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.41s)
09:53:27 [2024-04-19T09:53:27.063Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.45s)
09:53:27 [2024-04-19T09:53:27.063Z] === RUN   TestDefaultBridgeAddresses
09:53:27 [2024-04-19T09:53:27.063Z] === RUN   TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes
09:53:28 [2024-04-19T09:53:28.944Z] === RUN   TestDefaultBridgeAddresses/Link-Local_Subnet_Changes
09:53:30 [2024-04-19T09:53:30.304Z] --- PASS: TestDefaultBridgeAddresses (3.11s)
09:53:30 [2024-04-19T09:53:30.304Z]     --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s)
09:53:30 [2024-04-19T09:53:30.304Z]     --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s)
09:53:30 [2024-04-19T09:53:30.304Z] === RUN   TestInternalNwConnectivity
09:53:33 [2024-04-19T09:53:33.559Z] --- PASS: TestInternalNwConnectivity (3.27s)
09:53:33 [2024-04-19T09:53:33.560Z] === RUN   TestDisableIPv6Addrs
09:53:34 [2024-04-19T09:53:34.118Z] === RUN   TestDisableIPv6Addrs/IPv6_enabled
09:53:34 [2024-04-19T09:53:34.677Z] === RUN   TestDisableIPv6Addrs/IPv6_disabled
09:53:35 [2024-04-19T09:53:35.235Z] --- PASS: TestDisableIPv6Addrs (1.63s)
09:53:35 [2024-04-19T09:53:35.235Z]     --- PASS: TestDisableIPv6Addrs/IPv6_enabled (0.44s)
09:53:35 [2024-04-19T09:53:35.235Z]     --- PASS: TestDisableIPv6Addrs/IPv6_disabled (0.47s)
09:53:35 [2024-04-19T09:53:35.235Z] === RUN   TestNonIPv6Network
09:53:36 [2024-04-19T09:53:36.594Z] --- PASS: TestNonIPv6Network (1.24s)
09:53:36 [2024-04-19T09:53:36.594Z] === RUN   TestSetInterfaceSysctl
09:53:37 [2024-04-19T09:53:37.516Z] --- PASS: TestSetInterfaceSysctl (0.98s)
09:53:37 [2024-04-19T09:53:37.516Z] === RUN   TestEtcHostsIpv6
09:53:38 [2024-04-19T09:53:38.075Z] === RUN   TestEtcHostsIpv6/IPv6_enabled
09:53:38 [2024-04-19T09:53:38.329Z] === RUN   TestEtcHostsIpv6/IPv6_disabled
09:53:38 [2024-04-19T09:53:38.887Z] --- PASS: TestEtcHostsIpv6 (1.56s)
09:53:38 [2024-04-19T09:53:38.887Z]     --- PASS: TestEtcHostsIpv6/IPv6_enabled (0.47s)
09:53:38 [2024-04-19T09:53:38.887Z]     --- PASS: TestEtcHostsIpv6/IPv6_disabled (0.48s)
09:53:38 [2024-04-19T09:53:38.887Z] === RUN   TestMACAddrOnRestart
09:53:41 [2024-04-19T09:53:41.393Z] --- PASS: TestMACAddrOnRestart (2.05s)
09:53:41 [2024-04-19T09:53:41.393Z] === RUN   TestCfgdMACAddrOnRestart
09:53:43 [2024-04-19T09:53:43.276Z] --- PASS: TestCfgdMACAddrOnRestart (2.42s)
09:53:43 [2024-04-19T09:53:43.276Z] === RUN   TestInspectCfgdMAC
09:53:43 [2024-04-19T09:53:43.834Z] === RUN   TestInspectCfgdMAC/generated_address_default_bridge
09:53:44 [2024-04-19T09:53:44.089Z] === RUN   TestInspectCfgdMAC/configured_address_default_bridge
09:53:44 [2024-04-19T09:53:44.089Z] === RUN   TestInspectCfgdMAC/generated_address_custom_bridge
09:53:44 [2024-04-19T09:53:44.089Z] === RUN   TestInspectCfgdMAC/configured_address_custom_bridge
09:53:44 [2024-04-19T09:53:44.343Z] === RUN   TestInspectCfgdMAC/ctr-wide_address_default_bridge
09:53:44 [2024-04-19T09:53:44.343Z] --- PASS: TestInspectCfgdMAC (1.08s)
09:53:44 [2024-04-19T09:53:44.343Z]     --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.04s)
09:53:44 [2024-04-19T09:53:44.343Z]     --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s)
09:53:44 [2024-04-19T09:53:44.343Z]     --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.18s)
09:53:44 [2024-04-19T09:53:44.343Z]     --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.17s)
09:53:44 [2024-04-19T09:53:44.343Z]     --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.04s)
09:53:44 [2024-04-19T09:53:44.343Z] === RUN   TestWatchtowerCreate
09:53:45 [2024-04-19T09:53:45.702Z] --- PASS: TestWatchtowerCreate (1.09s)
09:53:45 [2024-04-19T09:53:45.702Z] === RUN   TestResolvConfLocalhostIPv6
09:53:46 [2024-04-19T09:53:46.625Z] --- PASS: TestResolvConfLocalhostIPv6 (1.24s)
09:53:46 [2024-04-19T09:53:46.625Z] === RUN   TestInternalNetworkDNS
09:54:13 [2024-04-19T09:54:13.090Z] --- PASS: TestInternalNetworkDNS (23.00s)
09:54:13 [2024-04-19T09:54:13.090Z] === RUN   TestNslookupWindows
09:54:13 [2024-04-19T09:54:13.090Z]     resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows"
09:54:13 [2024-04-19T09:54:13.090Z] --- SKIP: TestNslookupWindows (0.00s)
09:54:13 [2024-04-19T09:54:13.090Z] PASS
09:54:13 [2024-04-19T09:54:13.090Z] 
09:54:13 [2024-04-19T09:54:13.090Z] === Skipped
09:54:13 [2024-04-19T09:54:13.090Z] === SKIP: arm64.integration.networking TestBridgeICCWindows (0.00s)
09:54:13 [2024-04-19T09:54:13.090Z]     bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows"
09:54:13 [2024-04-19T09:54:13.090Z] 
09:54:13 [2024-04-19T09:54:13.090Z] === SKIP: arm64.integration.networking TestNslookupWindows (0.00s)
09:54:13 [2024-04-19T09:54:13.090Z]     resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows"
09:54:13 [2024-04-19T09:54:13.090Z] 
09:54:13 [2024-04-19T09:54:13.090Z] DONE 45 tests, 2 skipped in 72.367s
09:54:13 [2024-04-19T09:54:13.090Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
09:54:13 [2024-04-19T09:54:13.090Z] ++ '[' -n '' ']'
09:54:13 [2024-04-19T09:54:13.090Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
09:54:13 [2024-04-19T09:54:13.090Z] ++ set -e
09:54:13 [2024-04-19T09:54:13.090Z] ++ '[' -n 0 ']'
09:54:13 [2024-04-19T09:54:13.090Z] ++ set -x
09:54:13 [2024-04-19T09:54:13.090Z] ++ 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.AFUtzM3xqa/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
09:54:13 [2024-04-19T09:54:13.090Z] testing: warning: no tests to run
09:54:13 [2024-04-19T09:54:13.090Z] PASS
09:54:13 [2024-04-19T09:54:13.090Z] 
09:54:13 [2024-04-19T09:54:13.090Z] DONE 0 tests in 0.005s
09:54:13 [2024-04-19T09:54:13.090Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
09:54:13 [2024-04-19T09:54:13.090Z] ++ '[' -n '' ']'
09:54:13 [2024-04-19T09:54:13.090Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
09:54:13 [2024-04-19T09:54:13.090Z] ++ set -e
09:54:13 [2024-04-19T09:54:13.090Z] ++ '[' -n 0 ']'
09:54:13 [2024-04-19T09:54:13.090Z] ++ set -x
09:54:13 [2024-04-19T09:54:13.090Z] ++ 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.AFUtzM3xqa/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
09:54:13 [2024-04-19T09:54:13.090Z] INFO: Testing against a local daemon
09:54:13 [2024-04-19T09:54:13.090Z] === RUN   TestAuthZPluginAllowRequest
09:54:13 [2024-04-19T09:54:13.090Z] --- PASS: TestAuthZPluginAllowRequest (0.99s)
09:54:13 [2024-04-19T09:54:13.090Z] === RUN   TestAuthZPluginTLS
09:54:13 [2024-04-19T09:54:13.090Z] --- PASS: TestAuthZPluginTLS (0.54s)
09:54:13 [2024-04-19T09:54:13.090Z] === RUN   TestAuthZPluginDenyRequest
09:54:13 [2024-04-19T09:54:13.090Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
09:54:13 [2024-04-19T09:54:13.090Z] === RUN   TestAuthZPluginAPIDenyResponse
09:54:13 [2024-04-19T09:54:13.090Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
09:54:13 [2024-04-19T09:54:13.090Z] === RUN   TestAuthZPluginDenyResponse
09:54:13 [2024-04-19T09:54:13.090Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
09:54:13 [2024-04-19T09:54:13.090Z] === RUN   TestAuthZPluginAllowEventStream
09:54:13 [2024-04-19T09:54:13.649Z] 2024/04/19 09:54:13 http: panic serving 127.0.0.1:47248: runtime error: invalid memory address or nil pointer dereference
09:54:13 [2024-04-19T09:54:13.649Z] goroutine 111 [running]:
09:54:13 [2024-04-19T09:54:13.649Z] net/http.(*conn).serve.func1()
09:54:13 [2024-04-19T09:54:13.649Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
09:54:13 [2024-04-19T09:54:13.649Z] panic({0xa86700?, 0x15bafd0?})
09:54:13 [2024-04-19T09:54:13.649Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
09:54:13 [2024-04-19T09:54:13.649Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x4000094420}, 0xffff5c7f2548?)
09:54:13 [2024-04-19T09:54:13.649Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
09:54:13 [2024-04-19T09:54:13.649Z] net/http.HandlerFunc.ServeHTTP(0x400038c100?, {0xd8a350?, 0x4000094420?}, 0x402eb4?)
09:54:13 [2024-04-19T09:54:13.649Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
09:54:13 [2024-04-19T09:54:13.649Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x4000094420}, 0x400038c100)
09:54:13 [2024-04-19T09:54:13.649Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
09:54:13 [2024-04-19T09:54:13.649Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40005c2370, {0xd88f10?, 0x4000394000}, 0x400038c000, {0xd7efa0, 0x40004ac640})
09:54:13 [2024-04-19T09:54:13.649Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
09:54:13 [2024-04-19T09:54:13.649Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x4000394000?}, 0x400030e040?)
09:54:13 [2024-04-19T09:54:13.649Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
09:54:13 [2024-04-19T09:54:13.649Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd88f10?, 0x4000394000?}, 0x4000394000?)
09:54:13 [2024-04-19T09:54:13.649Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
09:54:13 [2024-04-19T09:54:13.649Z] net/http.serverHandler.ServeHTTP({0xd85988?}, {0xd88f10?, 0x4000394000?}, 0x6?)
09:54:13 [2024-04-19T09:54:13.649Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
09:54:13 [2024-04-19T09:54:13.649Z] net/http.(*conn).serve(0x40000183f0, {0xd906e8, 0x40005c0d20})
09:54:13 [2024-04-19T09:54:13.649Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
09:54:13 [2024-04-19T09:54:13.649Z] created by net/http.(*Server).Serve in goroutine 21
09:54:13 [2024-04-19T09:54:13.649Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
09:54:15 [2024-04-19T09:54:15.007Z] 2024/04/19 09:54:14 http: panic serving 127.0.0.1:47260: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
09:54:15 [2024-04-19T09:54:15.007Z] goroutine 198 [running]:
09:54:15 [2024-04-19T09:54:15.007Z] net/http.(*conn).serve.func1()
09:54:15 [2024-04-19T09:54:15.007Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
09:54:15 [2024-04-19T09:54:15.007Z] panic({0xa1c140?, 0x400030e1d0?})
09:54:15 [2024-04-19T09:54:15.007Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
09:54:15 [2024-04-19T09:54:15.007Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x4000094600}, 0xffff5c7f2548?)
09:54:15 [2024-04-19T09:54:15.007Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
09:54:15 [2024-04-19T09:54:15.007Z] net/http.HandlerFunc.ServeHTTP(0x400038c200?, {0xd8a350?, 0x4000094600?}, 0x402eb4?)
09:54:15 [2024-04-19T09:54:15.007Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
09:54:15 [2024-04-19T09:54:15.007Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x4000094600}, 0x400038c200)
09:54:15 [2024-04-19T09:54:15.007Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
09:54:15 [2024-04-19T09:54:15.007Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40005c2370, {0xd88f10?, 0x40003940e0}, 0x4000496800, {0xd7efa0, 0x40004ac640})
09:54:15 [2024-04-19T09:54:15.007Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
09:54:15 [2024-04-19T09:54:15.007Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x40003940e0?}, 0x4000112f30?)
09:54:15 [2024-04-19T09:54:15.007Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
09:54:15 [2024-04-19T09:54:15.007Z] net/http.HandlerFunc.ServeHTTP(0x1618da0?, {0xd88f10?, 0x40003940e0?}, 0x40001f9b40?)
09:54:15 [2024-04-19T09:54:15.007Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
09:54:15 [2024-04-19T09:54:15.007Z] net/http.serverHandler.ServeHTTP({0x4000112f30?}, {0xd88f10?, 0x40003940e0?}, 0x6?)
09:54:15 [2024-04-19T09:54:15.007Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
09:54:15 [2024-04-19T09:54:15.007Z] net/http.(*conn).serve(0x4000128ab0, {0xd906e8, 0x40005c0d20})
09:54:15 [2024-04-19T09:54:15.007Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
09:54:15 [2024-04-19T09:54:15.007Z] created by net/http.(*Server).Serve in goroutine 21
09:54:15 [2024-04-19T09:54:15.007Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
09:54:16 [2024-04-19T09:54:16.887Z] 2024/04/19 09:54:16 http: panic serving 127.0.0.1:53560: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
09:54:16 [2024-04-19T09:54:16.887Z] goroutine 189 [running]:
09:54:16 [2024-04-19T09:54:16.887Z] net/http.(*conn).serve.func1()
09:54:16 [2024-04-19T09:54:16.887Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
09:54:16 [2024-04-19T09:54:16.887Z] panic({0xa1c140?, 0x40005ce0c0?})
09:54:16 [2024-04-19T09:54:16.887Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
09:54:16 [2024-04-19T09:54:16.887Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x400020c180}, 0xffff5c8cd908?)
09:54:16 [2024-04-19T09:54:16.887Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
09:54:16 [2024-04-19T09:54:16.887Z] net/http.HandlerFunc.ServeHTTP(0x4000144100?, {0xd8a350?, 0x400020c180?}, 0x402eb4?)
09:54:16 [2024-04-19T09:54:16.887Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
09:54:16 [2024-04-19T09:54:16.887Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x400020c180}, 0x4000144100)
09:54:16 [2024-04-19T09:54:16.887Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
09:54:16 [2024-04-19T09:54:16.887Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40005c2370, {0xd88f10?, 0x4000394000}, 0x4000144000, {0xd7efa0, 0x40004ac640})
09:54:16 [2024-04-19T09:54:16.887Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
09:54:16 [2024-04-19T09:54:16.887Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x4000394000?}, 0x400049a1e0?)
09:54:16 [2024-04-19T09:54:16.887Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
09:54:16 [2024-04-19T09:54:16.887Z] net/http.HandlerFunc.ServeHTTP(0x1618da0?, {0xd88f10?, 0x4000394000?}, 0x4000150b40?)
09:54:16 [2024-04-19T09:54:16.887Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
09:54:16 [2024-04-19T09:54:16.887Z] net/http.serverHandler.ServeHTTP({0x400049a1e0?}, {0xd88f10?, 0x4000394000?}, 0x6?)
09:54:16 [2024-04-19T09:54:16.887Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
09:54:16 [2024-04-19T09:54:16.887Z] net/http.(*conn).serve(0x4000018000, {0xd906e8, 0x40005c0d20})
09:54:16 [2024-04-19T09:54:16.887Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
09:54:16 [2024-04-19T09:54:16.887Z] created by net/http.(*Server).Serve in goroutine 21
09:54:16 [2024-04-19T09:54:16.887Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
09:54:19 [2024-04-19T09:54:19.392Z] --- PASS: TestAuthZPluginAllowEventStream (6.00s)
09:54:19 [2024-04-19T09:54:19.392Z] === RUN   TestAuthZPluginErrorResponse
09:54:19 [2024-04-19T09:54:19.392Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
09:54:19 [2024-04-19T09:54:19.392Z] === RUN   TestAuthZPluginErrorRequest
09:54:19 [2024-04-19T09:54:19.950Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
09:54:19 [2024-04-19T09:54:19.950Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:54:20 [2024-04-19T09:54:20.509Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
09:54:20 [2024-04-19T09:54:20.509Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
09:54:21 [2024-04-19T09:54:21.869Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.09s)
09:54:21 [2024-04-19T09:54:21.869Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
09:54:22 [2024-04-19T09:54:22.792Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.13s)
09:54:22 [2024-04-19T09:54:22.792Z] === RUN   TestAuthZPluginHeader
09:54:23 [2024-04-19T09:54:23.351Z] --- PASS: TestAuthZPluginHeader (0.61s)
09:54:23 [2024-04-19T09:54:23.351Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
09:54:23 [2024-04-19T09:54:23.351Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
09:54:23 [2024-04-19T09:54:23.351Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:54:23 [2024-04-19T09:54:23.351Z] === RUN   TestAuthZPluginV2Disable
09:54:23 [2024-04-19T09:54:23.351Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
09:54:23 [2024-04-19T09:54:23.351Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
09:54:23 [2024-04-19T09:54:23.351Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
09:54:23 [2024-04-19T09:54:23.351Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
09:54:23 [2024-04-19T09:54:23.351Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:54:23 [2024-04-19T09:54:23.351Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
09:54:23 [2024-04-19T09:54:23.351Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
09:54:23 [2024-04-19T09:54:23.351Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:54:23 [2024-04-19T09:54:23.351Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
09:54:41 [2024-04-19T09:54:41.371Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
09:54:41 [2024-04-19T09:54:41.371Z] PASS
09:54:41 [2024-04-19T09:54:41.371Z] 
09:54:41 [2024-04-19T09:54:41.371Z] === Skipped
09:54:41 [2024-04-19T09:54:41.371Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
09:54:41 [2024-04-19T09:54:41.371Z] 
09:54:41 [2024-04-19T09:54:41.371Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
09:54:41 [2024-04-19T09:54:41.371Z] 
09:54:41 [2024-04-19T09:54:41.371Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
09:54:41 [2024-04-19T09:54:41.371Z] 
09:54:41 [2024-04-19T09:54:41.371Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
09:54:41 [2024-04-19T09:54:41.371Z] 
09:54:41 [2024-04-19T09:54:41.371Z] DONE 17 tests, 4 skipped in 30.451s
09:54:41 [2024-04-19T09:54:41.371Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
09:54:41 [2024-04-19T09:54:41.371Z] ++ '[' -n '' ']'
09:54:41 [2024-04-19T09:54:41.371Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
09:54:41 [2024-04-19T09:54:41.371Z] ++ set -e
09:54:41 [2024-04-19T09:54:41.371Z] ++ '[' -n 0 ']'
09:54:41 [2024-04-19T09:54:41.371Z] ++ set -x
09:54:41 [2024-04-19T09:54:41.371Z] ++ 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.AFUtzM3xqa/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
09:54:41 [2024-04-19T09:54:41.371Z] INFO: Testing against a local daemon
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
09:54:41 [2024-04-19T09:54:41.371Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
09:54:41 [2024-04-19T09:54:41.371Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/pull
09:54:41 [2024-04-19T09:54:41.371Z] === PAUSE TestPluginInvalidJSON/plugins/pull
09:54:41 [2024-04-19T09:54:41.371Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
09:54:41 [2024-04-19T09:54:41.371Z] === CONT  TestPluginInvalidJSON/plugins/pull
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
09:54:41 [2024-04-19T09:54:41.371Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
09:54:41 [2024-04-19T09:54:41.371Z] --- PASS: TestPluginInvalidJSON (0.01s)
09:54:41 [2024-04-19T09:54:41.371Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInstall
09:54:41 [2024-04-19T09:54:41.371Z] === RUN   TestPluginInstall/no_auth
09:54:43 [2024-04-19T09:54:43.878Z] time="2024-04-19T09:54:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:54:43 [2024-04-19T09:54:43.878Z] time="2024-04-19T09:54:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7efea80e6bd6a6a27a080d06f9326a9d0424e52c68bbd7460d52560e105ae755" mediatype=application/vnd.docker.plugin.v1+json size=522
09:54:43 [2024-04-19T09:54:43.878Z] time="2024-04-19T09:54:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:54:43 [2024-04-19T09:54:43.878Z] time="2024-04-19T09:54:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7efea80e6bd6a6a27a080d06f9326a9d0424e52c68bbd7460d52560e105ae755" mediatype=application/vnd.docker.plugin.v1+json size=522
09:54:43 [2024-04-19T09:54:43.878Z] === RUN   TestPluginInstall/with_digest
09:54:44 [2024-04-19T09:54:44.437Z] === RUN   TestPluginInstall/with_htpasswd
09:54:44 [2024-04-19T09:54:44.691Z] time="2024-04-19T09:54:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:54:44 [2024-04-19T09:54:44.691Z] time="2024-04-19T09:54:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a45107c65594f9a5df18ae7ab54fd299473b305e37d700ab316db4748cf59211" mediatype=application/vnd.docker.plugin.v1+json size=522
09:54:44 [2024-04-19T09:54:44.691Z] time="2024-04-19T09:54:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:54:44 [2024-04-19T09:54:44.691Z] time="2024-04-19T09:54:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a45107c65594f9a5df18ae7ab54fd299473b305e37d700ab316db4748cf59211" mediatype=application/vnd.docker.plugin.v1+json size=522
09:54:44 [2024-04-19T09:54:44.946Z] === RUN   TestPluginInstall/with_insecure
09:54:45 [2024-04-19T09:54:45.869Z] time="2024-04-19T09:54:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:54:45 [2024-04-19T09:54:45.869Z] time="2024-04-19T09:54:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b8255190787bbc92d11b40a5b0d158f39ed24e0e7039980ed08a59906a2bb639" mediatype=application/vnd.docker.plugin.v1+json size=522
09:54:45 [2024-04-19T09:54:45.869Z] time="2024-04-19T09:54:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:54:45 [2024-04-19T09:54:45.869Z] time="2024-04-19T09:54:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b8255190787bbc92d11b40a5b0d158f39ed24e0e7039980ed08a59906a2bb639" mediatype=application/vnd.docker.plugin.v1+json size=522
09:54:45 [2024-04-19T09:54:45.869Z]     plugin_test.go:247: [d3949581dcc9a] daemon is not started
09:54:45 [2024-04-19T09:54:45.869Z] --- PASS: TestPluginInstall (5.49s)
09:54:45 [2024-04-19T09:54:45.869Z]     --- PASS: TestPluginInstall/no_auth (3.64s)
09:54:45 [2024-04-19T09:54:45.869Z]     --- PASS: TestPluginInstall/with_digest (0.47s)
09:54:45 [2024-04-19T09:54:45.869Z]     --- PASS: TestPluginInstall/with_htpasswd (0.45s)
09:54:45 [2024-04-19T09:54:45.869Z]     --- PASS: TestPluginInstall/with_insecure (0.93s)
09:54:45 [2024-04-19T09:54:45.869Z] === RUN   TestPluginsWithRuntimes
09:54:47 [2024-04-19T09:54:47.229Z] === RUN   TestPluginsWithRuntimes/No_Args
09:54:48 [2024-04-19T09:54:48.151Z] === RUN   TestPluginsWithRuntimes/With_Args
09:54:49 [2024-04-19T09:54:49.074Z] --- PASS: TestPluginsWithRuntimes (3.14s)
09:54:49 [2024-04-19T09:54:49.074Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.84s)
09:54:49 [2024-04-19T09:54:49.074Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.83s)
09:54:49 [2024-04-19T09:54:49.074Z] === RUN   TestPluginBackCompatMediaTypes
09:54:49 [2024-04-19T09:54:49.329Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s)
09:54:49 [2024-04-19T09:54:49.329Z] PASS
09:54:49 [2024-04-19T09:54:49.329Z] 
09:54:49 [2024-04-19T09:54:49.329Z] DONE 25 tests in 9.161s
09:54:49 [2024-04-19T09:54:49.329Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
09:54:49 [2024-04-19T09:54:49.329Z] ++ '[' -n '' ']'
09:54:49 [2024-04-19T09:54:49.329Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
09:54:49 [2024-04-19T09:54:49.329Z] ++ set -e
09:54:49 [2024-04-19T09:54:49.329Z] ++ '[' -n 0 ']'
09:54:49 [2024-04-19T09:54:49.329Z] ++ set -x
09:54:49 [2024-04-19T09:54:49.329Z] ++ 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.AFUtzM3xqa/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
09:54:49 [2024-04-19T09:54:49.329Z] INFO: Testing against a local daemon
09:54:49 [2024-04-19T09:54:49.329Z] === RUN   TestExternalGraphDriver
09:54:49 [2024-04-19T09:54:49.887Z] === RUN   TestExternalGraphDriver/json
09:54:49 [2024-04-19T09:54:49.887Z] === RUN   TestExternalGraphDriver/spec
09:54:49 [2024-04-19T09:54:49.887Z] === RUN   TestExternalGraphDriver/pull
09:54:49 [2024-04-19T09:54:49.887Z] --- PASS: TestExternalGraphDriver (0.33s)
09:54:49 [2024-04-19T09:54:49.887Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
09:54:49 [2024-04-19T09:54:49.887Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
09:54:49 [2024-04-19T09:54:49.887Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
09:54:49 [2024-04-19T09:54:49.887Z] === RUN   TestGraphdriverPluginV2
09:54:50 [2024-04-19T09:54:50.141Z]     external_test.go:416: (*Execution).NotAmd64-fm
09:54:50 [2024-04-19T09:54:50.141Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
09:54:50 [2024-04-19T09:54:50.141Z] PASS
09:54:50 [2024-04-19T09:54:50.141Z] 
09:54:50 [2024-04-19T09:54:50.141Z] === Skipped
09:54:50 [2024-04-19T09:54:50.141Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
09:54:50 [2024-04-19T09:54:50.141Z]     external_test.go:416: (*Execution).NotAmd64-fm
09:54:50 [2024-04-19T09:54:50.141Z] 
09:54:50 [2024-04-19T09:54:50.141Z] DONE 5 tests, 1 skipped in 0.687s
09:54:50 [2024-04-19T09:54:50.141Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
09:54:50 [2024-04-19T09:54:50.141Z] ++ '[' -n '' ']'
09:54:50 [2024-04-19T09:54:50.141Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
09:54:50 [2024-04-19T09:54:50.141Z] ++ set -e
09:54:50 [2024-04-19T09:54:50.141Z] ++ '[' -n 0 ']'
09:54:50 [2024-04-19T09:54:50.141Z] ++ set -x
09:54:50 [2024-04-19T09:54:50.141Z] ++ 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.AFUtzM3xqa/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
09:54:50 [2024-04-19T09:54:50.141Z] INFO: Testing against a local daemon
09:54:50 [2024-04-19T09:54:50.141Z] === RUN   TestContinueAfterPluginCrash
09:54:50 [2024-04-19T09:54:50.141Z] === PAUSE TestContinueAfterPluginCrash
09:54:50 [2024-04-19T09:54:50.141Z] === RUN   TestReadPluginNoRead
09:54:50 [2024-04-19T09:54:50.141Z] === PAUSE TestReadPluginNoRead
09:54:50 [2024-04-19T09:54:50.141Z] === RUN   TestDaemonStartWithLogOpt
09:54:50 [2024-04-19T09:54:50.141Z] === PAUSE TestDaemonStartWithLogOpt
09:54:50 [2024-04-19T09:54:50.141Z] === CONT  TestContinueAfterPluginCrash
09:54:50 [2024-04-19T09:54:50.141Z] === CONT  TestDaemonStartWithLogOpt
09:54:50 [2024-04-19T09:54:50.141Z] === CONT  TestReadPluginNoRead
09:54:52 [2024-04-19T09:54:52.022Z] === RUN   TestReadPluginNoRead/disabled_caching
09:54:52 [2024-04-19T09:54:52.945Z] --- PASS: TestDaemonStartWithLogOpt (2.59s)
09:54:53 [2024-04-19T09:54:53.504Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
09:54:54 [2024-04-19T09:54:54.426Z] === RUN   TestReadPluginNoRead/default
09:54:55 [2024-04-19T09:54:55.785Z]     read_test.go:93: [dcc4ab1bb8749] daemon is not started
09:54:55 [2024-04-19T09:54:55.785Z] --- PASS: TestReadPluginNoRead (5.53s)
09:54:55 [2024-04-19T09:54:55.785Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.26s)
09:54:55 [2024-04-19T09:54:55.785Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.15s)
09:54:55 [2024-04-19T09:54:55.785Z]     --- PASS: TestReadPluginNoRead/default (1.11s)
09:54:57 [2024-04-19T09:54:57.665Z] --- PASS: TestContinueAfterPluginCrash (7.66s)
09:54:57 [2024-04-19T09:54:57.665Z] PASS
09:54:57 [2024-04-19T09:54:57.665Z] 
09:54:57 [2024-04-19T09:54:57.665Z] DONE 6 tests in 7.689s
09:54:57 [2024-04-19T09:54:57.665Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
09:54:57 [2024-04-19T09:54:57.665Z] ++ '[' -n '' ']'
09:54:57 [2024-04-19T09:54:57.665Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
09:54:57 [2024-04-19T09:54:57.665Z] ++ set -e
09:54:57 [2024-04-19T09:54:57.665Z] ++ '[' -n 0 ']'
09:54:57 [2024-04-19T09:54:57.665Z] ++ set -x
09:54:57 [2024-04-19T09:54:57.665Z] ++ 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.AFUtzM3xqa/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
09:54:57 [2024-04-19T09:54:57.920Z] testing: warning: no tests to run
09:54:57 [2024-04-19T09:54:57.920Z] PASS
09:54:57 [2024-04-19T09:54:57.920Z] 
09:54:57 [2024-04-19T09:54:57.920Z] DONE 0 tests in 0.006s
09:54:57 [2024-04-19T09:54:57.920Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
09:54:57 [2024-04-19T09:54:57.920Z] ++ '[' -n '' ']'
09:54:57 [2024-04-19T09:54:57.920Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
09:54:57 [2024-04-19T09:54:57.920Z] ++ set -e
09:54:57 [2024-04-19T09:54:57.920Z] ++ '[' -n 0 ']'
09:54:57 [2024-04-19T09:54:57.920Z] ++ set -x
09:54:57 [2024-04-19T09:54:57.920Z] ++ 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.AFUtzM3xqa/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
09:54:57 [2024-04-19T09:54:57.920Z] INFO: Testing against a local daemon
09:54:57 [2024-04-19T09:54:57.920Z] === RUN   TestPluginWithDevMounts
09:54:57 [2024-04-19T09:54:57.920Z] === PAUSE TestPluginWithDevMounts
09:54:57 [2024-04-19T09:54:57.920Z] === CONT  TestPluginWithDevMounts
09:54:59 [2024-04-19T09:54:59.279Z] --- PASS: TestPluginWithDevMounts (1.47s)
09:54:59 [2024-04-19T09:54:59.279Z] PASS
09:54:59 [2024-04-19T09:54:59.279Z] 
09:54:59 [2024-04-19T09:54:59.279Z] DONE 1 tests in 1.493s
09:54:59 [2024-04-19T09:54:59.279Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
09:54:59 [2024-04-19T09:54:59.279Z] ++ '[' -n '' ']'
09:54:59 [2024-04-19T09:54:59.279Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
09:54:59 [2024-04-19T09:54:59.279Z] ++ set -e
09:54:59 [2024-04-19T09:54:59.279Z] ++ '[' -n 0 ']'
09:54:59 [2024-04-19T09:54:59.279Z] ++ set -x
09:54:59 [2024-04-19T09:54:59.279Z] ++ 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.AFUtzM3xqa/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
09:54:59 [2024-04-19T09:54:59.279Z] INFO: Testing against a local daemon
09:54:59 [2024-04-19T09:54:59.279Z] === RUN   TestSecretInspect
09:55:01 [2024-04-19T09:55:01.161Z] --- PASS: TestSecretInspect (1.87s)
09:55:01 [2024-04-19T09:55:01.161Z] === RUN   TestSecretList
09:55:03 [2024-04-19T09:55:03.042Z] --- PASS: TestSecretList (1.90s)
09:55:03 [2024-04-19T09:55:03.042Z] === RUN   TestSecretsCreateAndDelete
09:55:04 [2024-04-19T09:55:04.924Z] --- PASS: TestSecretsCreateAndDelete (1.92s)
09:55:04 [2024-04-19T09:55:04.924Z] === RUN   TestSecretsUpdate
09:55:07 [2024-04-19T09:55:07.431Z] --- PASS: TestSecretsUpdate (1.93s)
09:55:07 [2024-04-19T09:55:07.431Z] === RUN   TestTemplatedSecret
09:55:09 [2024-04-19T09:55:09.313Z] --- PASS: TestTemplatedSecret (2.32s)
09:55:09 [2024-04-19T09:55:09.313Z] === RUN   TestSecretCreateResolve
09:55:11 [2024-04-19T09:55:11.193Z] --- PASS: TestSecretCreateResolve (1.82s)
09:55:11 [2024-04-19T09:55:11.193Z] PASS
09:55:11 [2024-04-19T09:55:11.193Z] 
09:55:11 [2024-04-19T09:55:11.193Z] DONE 6 tests in 11.798s
09:55:11 [2024-04-19T09:55:11.193Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
09:55:11 [2024-04-19T09:55:11.193Z] ++ '[' -n '' ']'
09:55:11 [2024-04-19T09:55:11.194Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
09:55:11 [2024-04-19T09:55:11.194Z] ++ set -e
09:55:11 [2024-04-19T09:55:11.194Z] ++ '[' -n 0 ']'
09:55:11 [2024-04-19T09:55:11.194Z] ++ set -x
09:55:11 [2024-04-19T09:55:11.194Z] ++ 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.AFUtzM3xqa/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
09:55:11 [2024-04-19T09:55:11.194Z] INFO: Testing against a local daemon
09:55:11 [2024-04-19T09:55:11.194Z] === RUN   TestServiceCreateInit
09:55:11 [2024-04-19T09:55:11.194Z] === RUN   TestServiceCreateInit/daemonInitDisabled
09:55:14 [2024-04-19T09:55:14.450Z] === RUN   TestServiceCreateInit/daemonInitEnabled
09:55:18 [2024-04-19T09:55:18.605Z] --- PASS: TestServiceCreateInit (6.81s)
09:55:18 [2024-04-19T09:55:18.605Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.41s)
09:55:18 [2024-04-19T09:55:18.605Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.38s)
09:55:18 [2024-04-19T09:55:18.605Z] === RUN   TestCreateServiceMultipleTimes
09:55:33 [2024-04-19T09:55:33.424Z] --- PASS: TestCreateServiceMultipleTimes (14.65s)
09:55:33 [2024-04-19T09:55:33.424Z] === RUN   TestCreateServiceConflict
09:55:34 [2024-04-19T09:55:34.782Z] --- PASS: TestCreateServiceConflict (1.90s)
09:55:34 [2024-04-19T09:55:34.782Z] === RUN   TestCreateServiceMaxReplicas
09:55:37 [2024-04-19T09:55:37.288Z] --- PASS: TestCreateServiceMaxReplicas (2.53s)
09:55:37 [2024-04-19T09:55:37.288Z] === RUN   TestCreateServiceSecretFileMode
09:55:49 [2024-04-19T09:55:49.435Z] --- PASS: TestCreateServiceSecretFileMode (12.31s)
09:55:49 [2024-04-19T09:55:49.435Z] === RUN   TestCreateServiceConfigFileMode
09:56:04 [2024-04-19T09:56:04.252Z] --- PASS: TestCreateServiceConfigFileMode (12.45s)
09:56:04 [2024-04-19T09:56:04.252Z] === RUN   TestCreateServiceSysctls
09:56:04 [2024-04-19T09:56:04.811Z] --- PASS: TestCreateServiceSysctls (2.85s)
09:56:04 [2024-04-19T09:56:04.811Z] === RUN   TestCreateServiceCapabilities
09:56:07 [2024-04-19T09:56:07.318Z] --- PASS: TestCreateServiceCapabilities (2.38s)
09:56:07 [2024-04-19T09:56:07.318Z] === RUN   TestInspect
09:56:09 [2024-04-19T09:56:09.828Z] --- PASS: TestInspect (2.45s)
09:56:09 [2024-04-19T09:56:09.828Z] === RUN   TestCreateJob
09:56:12 [2024-04-19T09:56:12.334Z] --- PASS: TestCreateJob (2.83s)
09:56:12 [2024-04-19T09:56:12.334Z] === RUN   TestReplicatedJob
09:56:16 [2024-04-19T09:56:16.489Z] --- PASS: TestReplicatedJob (4.25s)
09:56:16 [2024-04-19T09:56:16.489Z] === RUN   TestUpdateReplicatedJob
09:56:19 [2024-04-19T09:56:19.787Z] --- PASS: TestUpdateReplicatedJob (3.02s)
09:56:19 [2024-04-19T09:56:19.787Z] === RUN   TestServiceListWithStatuses
09:56:24 [2024-04-19T09:56:24.008Z] --- PASS: TestServiceListWithStatuses (4.34s)
09:56:24 [2024-04-19T09:56:24.008Z] === RUN   TestDockerNetworkConnectAliasPreV144
09:56:28 [2024-04-19T09:56:28.251Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.94s)
09:56:28 [2024-04-19T09:56:28.251Z] === RUN   TestDockerNetworkReConnect
09:56:30 [2024-04-19T09:56:30.835Z] --- PASS: TestDockerNetworkReConnect (3.06s)
09:56:30 [2024-04-19T09:56:30.835Z] === RUN   TestServicePlugin
09:56:30 [2024-04-19T09:56:30.835Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
09:56:30 [2024-04-19T09:56:30.835Z] --- SKIP: TestServicePlugin (0.00s)
09:56:30 [2024-04-19T09:56:30.835Z] === RUN   TestServiceUpdateLabel
09:56:32 [2024-04-19T09:56:32.719Z] --- PASS: TestServiceUpdateLabel (1.81s)
09:56:32 [2024-04-19T09:56:32.719Z] === RUN   TestServiceUpdateSecrets
09:56:47 [2024-04-19T09:56:47.538Z] --- PASS: TestServiceUpdateSecrets (14.09s)
09:56:47 [2024-04-19T09:56:47.538Z] === RUN   TestServiceUpdateConfigs
09:57:02 [2024-04-19T09:57:02.357Z] --- PASS: TestServiceUpdateConfigs (14.05s)
09:57:02 [2024-04-19T09:57:02.357Z] === RUN   TestServiceUpdateNetwork
09:57:14 [2024-04-19T09:57:14.506Z] --- PASS: TestServiceUpdateNetwork (11.97s)
09:57:14 [2024-04-19T09:57:14.506Z] === RUN   TestServiceUpdatePidsLimit
09:57:14 [2024-04-19T09:57:14.506Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
09:57:14 [2024-04-19T09:57:14.506Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
09:57:22 [2024-04-19T09:57:22.575Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
09:57:29 [2024-04-19T09:57:29.097Z] --- PASS: TestServiceUpdatePidsLimit (15.78s)
09:57:29 [2024-04-19T09:57:29.097Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.51s)
09:57:29 [2024-04-19T09:57:29.097Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
09:57:29 [2024-04-19T09:57:29.097Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.68s)
09:57:29 [2024-04-19T09:57:29.097Z] PASS
09:57:29 [2024-04-19T09:57:29.097Z] 
09:57:29 [2024-04-19T09:57:29.097Z] === Skipped
09:57:29 [2024-04-19T09:57:29.097Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
09:57:29 [2024-04-19T09:57:29.097Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
09:57:29 [2024-04-19T09:57:29.097Z] 
09:57:29 [2024-04-19T09:57:29.097Z] DONE 26 tests, 1 skipped in 137.495s
09:57:29 [2024-04-19T09:57:29.097Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
09:57:29 [2024-04-19T09:57:29.097Z] ++ '[' -n '' ']'
09:57:29 [2024-04-19T09:57:29.097Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
09:57:29 [2024-04-19T09:57:29.097Z] ++ set -e
09:57:29 [2024-04-19T09:57:29.097Z] ++ '[' -n 0 ']'
09:57:29 [2024-04-19T09:57:29.097Z] ++ set -x
09:57:29 [2024-04-19T09:57:29.097Z] ++ 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.AFUtzM3xqa/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
09:57:29 [2024-04-19T09:57:29.097Z] INFO: Testing against a local daemon
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestSessionCreate
09:57:29 [2024-04-19T09:57:29.097Z] --- PASS: TestSessionCreate (0.01s)
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestSessionCreateWithBadUpgrade
09:57:29 [2024-04-19T09:57:29.097Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
09:57:29 [2024-04-19T09:57:29.097Z] PASS
09:57:29 [2024-04-19T09:57:29.097Z] 
09:57:29 [2024-04-19T09:57:29.097Z] DONE 2 tests in 0.040s
09:57:29 [2024-04-19T09:57:29.097Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
09:57:29 [2024-04-19T09:57:29.097Z] ++ '[' -n '' ']'
09:57:29 [2024-04-19T09:57:29.097Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
09:57:29 [2024-04-19T09:57:29.097Z] ++ set -e
09:57:29 [2024-04-19T09:57:29.097Z] ++ '[' -n 0 ']'
09:57:29 [2024-04-19T09:57:29.097Z] ++ set -x
09:57:29 [2024-04-19T09:57:29.097Z] ++ 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.AFUtzM3xqa/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
09:57:29 [2024-04-19T09:57:29.097Z] INFO: Testing against a local daemon
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestCgroupDriverSystemdMemoryLimit
09:57:29 [2024-04-19T09:57:29.097Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:57:29 [2024-04-19T09:57:29.097Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty/container_types
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty/image_types
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty/volume_types
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty/build-cache_types
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty/container,_volume_types
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
09:57:29 [2024-04-19T09:57:29.097Z] === RUN   TestDiskUsage/after_LoadBusybox
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
09:57:29 [2024-04-19T09:57:29.352Z] === RUN   TestDiskUsage/after_container.Run
09:57:29 [2024-04-19T09:57:29.606Z] === RUN   TestDiskUsage/after_container.Run/container_types
09:57:29 [2024-04-19T09:57:29.606Z] === RUN   TestDiskUsage/after_container.Run/image_types
09:57:29 [2024-04-19T09:57:29.606Z] === RUN   TestDiskUsage/after_container.Run/volume_types
09:57:29 [2024-04-19T09:57:29.606Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
09:57:29 [2024-04-19T09:57:29.606Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
09:57:29 [2024-04-19T09:57:29.606Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
09:57:29 [2024-04-19T09:57:29.606Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
09:57:29 [2024-04-19T09:57:29.606Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
09:57:29 [2024-04-19T09:57:29.606Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
09:57:29 [2024-04-19T09:57:29.606Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
09:57:29 [2024-04-19T09:57:29.861Z] --- PASS: TestDiskUsage (1.04s)
09:57:29 [2024-04-19T09:57:29.861Z]     --- PASS: TestDiskUsage/empty (0.01s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]     --- PASS: TestDiskUsage/after_container.Run (0.23s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
09:57:29 [2024-04-19T09:57:29.861Z] === RUN   TestEventsExecDie
09:57:30 [2024-04-19T09:57:30.116Z] --- PASS: TestEventsExecDie (0.46s)
09:57:30 [2024-04-19T09:57:30.116Z] === RUN   TestEventsBackwardsCompatible
09:57:30 [2024-04-19T09:57:30.370Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
09:57:30 [2024-04-19T09:57:30.370Z] === RUN   TestEventsVolumeCreate
09:57:30 [2024-04-19T09:57:30.370Z] --- PASS: TestEventsVolumeCreate (0.05s)
09:57:30 [2024-04-19T09:57:30.370Z] === RUN   TestInfoBinaryCommits
09:57:30 [2024-04-19T09:57:30.370Z] --- PASS: TestInfoBinaryCommits (0.01s)
09:57:30 [2024-04-19T09:57:30.370Z] === RUN   TestInfoAPIVersioned
09:57:30 [2024-04-19T09:57:30.370Z] --- PASS: TestInfoAPIVersioned (0.01s)
09:57:30 [2024-04-19T09:57:30.370Z] === RUN   TestInfoAPI
09:57:30 [2024-04-19T09:57:30.370Z] --- PASS: TestInfoAPI (0.01s)
09:57:30 [2024-04-19T09:57:30.370Z] === RUN   TestInfoAPIWarnings
09:57:48 [2024-04-19T09:57:48.390Z] --- PASS: TestInfoAPIWarnings (16.54s)
09:57:48 [2024-04-19T09:57:48.390Z] === RUN   TestInfoDebug
09:57:48 [2024-04-19T09:57:48.390Z] --- PASS: TestInfoDebug (0.52s)
09:57:48 [2024-04-19T09:57:48.390Z] === RUN   TestInfoInsecureRegistries
09:57:48 [2024-04-19T09:57:48.390Z] --- PASS: TestInfoInsecureRegistries (0.52s)
09:57:48 [2024-04-19T09:57:48.390Z] === RUN   TestInfoRegistryMirrors
09:57:48 [2024-04-19T09:57:48.390Z] --- PASS: TestInfoRegistryMirrors (0.52s)
09:57:48 [2024-04-19T09:57:48.390Z] === RUN   TestLoginFailsWithBadCredentials
09:57:49 [2024-04-19T09:57:49.314Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s)
09:57:49 [2024-04-19T09:57:49.314Z] === RUN   TestPingCacheHeaders
09:57:49 [2024-04-19T09:57:49.314Z] --- PASS: TestPingCacheHeaders (0.01s)
09:57:49 [2024-04-19T09:57:49.314Z] === RUN   TestPingGet
09:57:49 [2024-04-19T09:57:49.314Z] --- PASS: TestPingGet (0.01s)
09:57:49 [2024-04-19T09:57:49.314Z] === RUN   TestPingHead
09:57:49 [2024-04-19T09:57:49.314Z] --- PASS: TestPingHead (0.01s)
09:57:49 [2024-04-19T09:57:49.314Z] === RUN   TestPingSwarmHeader
09:57:49 [2024-04-19T09:57:49.873Z] === RUN   TestPingSwarmHeader/before_swarm_init
09:57:50 [2024-04-19T09:57:50.432Z] === RUN   TestPingSwarmHeader/after_swarm_init
09:57:51 [2024-04-19T09:57:51.357Z] === RUN   TestPingSwarmHeader/after_swarm_leave
09:57:51 [2024-04-19T09:57:51.357Z] --- PASS: TestPingSwarmHeader (1.81s)
09:57:51 [2024-04-19T09:57:51.357Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
09:57:51 [2024-04-19T09:57:51.357Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
09:57:51 [2024-04-19T09:57:51.357Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
09:57:51 [2024-04-19T09:57:51.357Z] === RUN   TestPingBuilderHeader
09:57:51 [2024-04-19T09:57:51.357Z] === RUN   TestPingBuilderHeader/default_config
09:57:51 [2024-04-19T09:57:51.917Z] === RUN   TestPingBuilderHeader/buildkit_disabled
09:57:52 [2024-04-19T09:57:52.171Z] --- PASS: TestPingBuilderHeader (1.04s)
09:57:52 [2024-04-19T09:57:52.171Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
09:57:52 [2024-04-19T09:57:52.171Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
09:57:52 [2024-04-19T09:57:52.171Z] === RUN   TestVersion
09:57:52 [2024-04-19T09:57:52.171Z] --- PASS: TestVersion (0.01s)
09:57:52 [2024-04-19T09:57:52.171Z] PASS
09:57:52 [2024-04-19T09:57:52.171Z] 
09:57:52 [2024-04-19T09:57:52.172Z] === Skipped
09:57:52 [2024-04-19T09:57:52.172Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
09:57:52 [2024-04-19T09:57:52.172Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:57:52 [2024-04-19T09:57:52.172Z] 
09:57:52 [2024-04-19T09:57:52.172Z] DONE 57 tests, 1 skipped in 23.618s
09:57:52 [2024-04-19T09:57:52.426Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
09:57:52 [2024-04-19T09:57:52.426Z] ++ '[' -n '' ']'
09:57:52 [2024-04-19T09:57:52.426Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
09:57:52 [2024-04-19T09:57:52.426Z] ++ set -e
09:57:52 [2024-04-19T09:57:52.426Z] ++ '[' -n 0 ']'
09:57:52 [2024-04-19T09:57:52.426Z] ++ set -x
09:57:52 [2024-04-19T09:57:52.427Z] ++ 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.AFUtzM3xqa/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
09:57:52 [2024-04-19T09:57:52.427Z] INFO: Testing against a local daemon
09:57:52 [2024-04-19T09:57:52.427Z] === RUN   TestRunMountVolumeSubdir
09:57:52 [2024-04-19T09:57:52.681Z]     mount_test.go:28: Setup stderr:
09:57:52 [2024-04-19T09:57:52.681Z]     mount_test.go:28: Setup stdout:
09:57:52 [2024-04-19T09:57:52.681Z]         /volume:
09:57:52 [2024-04-19T09:57:52.681Z]         total 24K    
09:57:52 [2024-04-19T09:57:52.681Z]         drwxr-xr-x    5 root     root        4.0K Apr 19 09:57 .
09:57:52 [2024-04-19T09:57:52.681Z]         drwxr-xr-x    1 root     root        4.0K Apr 19 09:57 ..
09:57:52 [2024-04-19T09:57:52.681Z]         -rw-r--r--    1 root     root           4 Apr 19 09:57 bar.txt
09:57:52 [2024-04-19T09:57:52.681Z]         drwxr-xr-x    2 root     root        4.0K Apr 19 09:57 bin
09:57:52 [2024-04-19T09:57:52.681Z]         drwxr-xr-x    3 root     root        4.0K Apr 19 09:57 hack
09:57:52 [2024-04-19T09:57:52.681Z]         drwxr-xr-x    2 root     root        4.0K Apr 19 09:57 subdir
09:57:52 [2024-04-19T09:57:52.681Z]         
09:57:52 [2024-04-19T09:57:52.681Z]         /volume/hack/:
09:57:52 [2024-04-19T09:57:52.681Z]         total 12K    
09:57:52 [2024-04-19T09:57:52.681Z]         drwxr-xr-x    3 root     root        4.0K Apr 19 09:57 .
09:57:52 [2024-04-19T09:57:52.681Z]         drwxr-xr-x    5 root     root        4.0K Apr 19 09:57 ..
09:57:52 [2024-04-19T09:57:52.681Z]         lrwxrwxrwx    1 root     root           4 Apr 19 09:57 bad -> root
09:57:52 [2024-04-19T09:57:52.681Z]         lrwxrwxrwx    1 root     root           9 Apr 19 09:57 good -> ../subdir
09:57:52 [2024-04-19T09:57:52.681Z]         drwxr-xr-x    2 root     root        4.0K Apr 19 09:57 iwanttobehackedwithtoctou
09:57:52 [2024-04-19T09:57:52.681Z]         lrwxrwxrwx    1 root     root           1 Apr 19 09:57 root -> /
09:57:52 [2024-04-19T09:57:52.681Z] === RUN   TestRunMountVolumeSubdir/subdir
09:57:53 [2024-04-19T09:57:53.241Z]     mount_test.go:101: stdout:
09:57:53 [2024-04-19T09:57:53.241Z]         hello.txt
09:57:53 [2024-04-19T09:57:53.241Z]     mount_test.go:102: stderr:
09:57:53 [2024-04-19T09:57:53.241Z] === RUN   TestRunMountVolumeSubdir/subdir_link
09:57:53 [2024-04-19T09:57:53.496Z]     mount_test.go:101: stdout:
09:57:53 [2024-04-19T09:57:53.496Z]         hello.txt
09:57:53 [2024-04-19T09:57:53.496Z]     mount_test.go:102: stderr:
09:57:53 [2024-04-19T09:57:53.496Z] === RUN   TestRunMountVolumeSubdir/subdir_with_copy_data
09:57:54 [2024-04-19T09:57:54.056Z]     mount_test.go:101: stdout:
09:57:54 [2024-04-19T09:57:54.056Z]         /bin/busybox
09:57:54 [2024-04-19T09:57:54.056Z]     mount_test.go:102: stderr:
09:57:54 [2024-04-19T09:57:54.056Z] === RUN   TestRunMountVolumeSubdir/file
09:57:54 [2024-04-19T09:57:54.310Z]     mount_test.go:101: stdout:
09:57:54 [2024-04-19T09:57:54.310Z]         foo
09:57:54 [2024-04-19T09:57:54.310Z]     mount_test.go:102: stderr:
09:57:54 [2024-04-19T09:57:54.310Z] === RUN   TestRunMountVolumeSubdir/relative_with_backtracks
09:57:54 [2024-04-19T09:57:54.310Z] === RUN   TestRunMountVolumeSubdir/not_existing
09:57:54 [2024-04-19T09:57:54.565Z] === RUN   TestRunMountVolumeSubdir/mount_link
09:57:54 [2024-04-19T09:57:54.565Z] === RUN   TestRunMountVolumeSubdir/mount_link_link
09:57:54 [2024-04-19T09:57:54.820Z] --- PASS: TestRunMountVolumeSubdir (2.47s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestRunMountVolumeSubdir/subdir (0.40s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestRunMountVolumeSubdir/subdir_link (0.40s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.42s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestRunMountVolumeSubdir/file (0.40s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestRunMountVolumeSubdir/not_existing (0.15s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestRunMountVolumeSubdir/mount_link (0.13s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.14s)
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesCreateAndList
09:57:54 [2024-04-19T09:57:54.820Z] --- PASS: TestVolumesCreateAndList (0.01s)
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesRemove
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesRemove/volume_in_use
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesRemove/volume_not_in_use
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesRemove/non-existing_volume
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesRemove/non-existing_volume_force
09:57:54 [2024-04-19T09:57:54.820Z] --- PASS: TestVolumesRemove (0.06s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesRemoveSwarmEnabled
09:57:54 [2024-04-19T09:57:54.820Z] === PAUSE TestVolumesRemoveSwarmEnabled
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesInspect
09:57:54 [2024-04-19T09:57:54.820Z] --- PASS: TestVolumesInspect (0.01s)
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesInvalidJSON
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesInvalidJSON/volumes/create
09:57:54 [2024-04-19T09:57:54.820Z] === PAUSE TestVolumesInvalidJSON/volumes/create
09:57:54 [2024-04-19T09:57:54.820Z] === CONT  TestVolumesInvalidJSON/volumes/create
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
09:57:54 [2024-04-19T09:57:54.820Z] --- PASS: TestVolumesInvalidJSON (0.01s)
09:57:54 [2024-04-19T09:57:54.820Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
09:57:54 [2024-04-19T09:57:54.820Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
09:57:54 [2024-04-19T09:57:54.820Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
09:57:54 [2024-04-19T09:57:54.820Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
09:57:54 [2024-04-19T09:57:54.820Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumePruneAnonymous
09:57:54 [2024-04-19T09:57:54.820Z] --- PASS: TestVolumePruneAnonymous (0.03s)
09:57:54 [2024-04-19T09:57:54.820Z] === RUN   TestVolumePruneAnonFromImage
09:57:55 [2024-04-19T09:57:55.076Z] --- PASS: TestVolumePruneAnonFromImage (0.13s)
09:57:55 [2024-04-19T09:57:55.076Z] === CONT  TestVolumesRemoveSwarmEnabled
09:57:56 [2024-04-19T09:57:56.436Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
09:57:56 [2024-04-19T09:57:56.436Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
09:57:56 [2024-04-19T09:57:56.436Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
09:57:56 [2024-04-19T09:57:56.436Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
09:57:56 [2024-04-19T09:57:56.995Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.88s)
09:57:56 [2024-04-19T09:57:56.996Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
09:57:56 [2024-04-19T09:57:56.996Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
09:57:56 [2024-04-19T09:57:56.996Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
09:57:56 [2024-04-19T09:57:56.996Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
09:57:56 [2024-04-19T09:57:56.996Z] PASS
09:57:56 [2024-04-19T09:57:56.996Z] 
09:57:56 [2024-04-19T09:57:56.996Z] DONE 29 tests in 4.619s
09:57:56 [2024-04-19T09:57:56.996Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
09:57:56 [2024-04-19T09:57:56.996Z] ++++ cat bundles/test-integration/TestUsernsCommit/d3168a1b1e7ec/docker.pid
09:57:56 [2024-04-19T09:57:56.996Z] +++ kill 68099
09:57:56 [2024-04-19T09:57:56.996Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 68099 is not a child of this shell
09:57:56 [2024-04-19T09:57:56.996Z] warning: PID 68099 from bundles/test-integration/TestUsernsCommit/d3168a1b1e7ec/docker.pid had a nonzero exit code
09:57:56 [2024-04-19T09:57:56.996Z] umount: bundles/test-integration/TestUsernsCommit/d3168a1b1e7ec/root: not mounted.
09:57:56 [2024-04-19T09:57:56.996Z] ++++ cat bundles/test-integration/docker.pid
09:57:56 [2024-04-19T09:57:56.996Z] +++ kill 25164
09:57:58 [2024-04-19T09:57:58.878Z] +++ /etc/init.d/apparmor stop
09:57:58 [2024-04-19T09:57:58.878Z] Leaving: AppArmorNo profiles have been unloaded.
09:57:58 [2024-04-19T09:57:58.878Z] 
09:57:58 [2024-04-19T09:57:58.878Z] Unloading profiles will leave already running processes permanently
09:57:58 [2024-04-19T09:57:58.878Z] unconfined, which can lead to unexpected situations.
09:57:58 [2024-04-19T09:57:58.878Z] 
09:57:58 [2024-04-19T09:57:58.878Z] To set a process to complain mode, use the command line tool
09:57:58 [2024-04-19T09:57:58.878Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
09:57:58 [2024-04-19T09:57:58.878Z] +++ true
09:57:58 [2024-04-19T09:57:58.878Z] exiting test-integration
09:57:58 [2024-04-19T09:57:58.878Z] ++ exit 0
09:57:58 [2024-04-19T09:57:58.878Z] 
Post stage
[Pipeline] junit
09:57:59 [2024-04-19T09:57:59.811Z] Recording test results
09:58:00 [2024-04-19T09:58:00.019Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
09:58:00 [2024-04-19T09:58:00.352Z] + echo Ensuring container killed.
09:58:00 [2024-04-19T09:58:00.352Z] Ensuring container killed.
09:58:00 [2024-04-19T09:58:00.352Z] + docker rm -vf docker-pr2939
09:58:00 [2024-04-19T09:58:00.352Z] Error response from daemon: No such container: docker-pr2939
[Pipeline] sh
09:58:00 [2024-04-19T09:58:00.662Z] + echo Chowning /workspace to jenkins user
09:58:00 [2024-04-19T09:58:00.662Z] Chowning /workspace to jenkins user
09:58:00 [2024-04-19T09:58:00.662Z] + id -u
09:58:00 [2024-04-19T09:58:00.662Z] + id -g
09:58:00 [2024-04-19T09:58:00.662Z] + docker run --rm -v /home/ubuntu/workspace/moby_master:/workspace busybox chown -R 1000:1000 /workspace
09:58:00 [2024-04-19T09:58:00.662Z] Unable to find image 'busybox:latest' locally
09:58:00 [2024-04-19T09:58:00.662Z] latest: Pulling from library/busybox
09:58:00 [2024-04-19T09:58:00.662Z] 45d8eb5967de: Already exists
09:58:00 [2024-04-19T09:58:00.662Z] Digest: sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966
09:58:00 [2024-04-19T09:58:00.662Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:58:02 [2024-04-19T09:58:02.292Z] + bundleName=arm64-integration
09:58:02 [2024-04-19T09:58:02.292Z] + echo Creating arm64-integration-bundles.tar.gz
09:58:02 [2024-04-19T09:58:02.292Z] Creating arm64-integration-bundles.tar.gz
09:58:02 [2024-04-19T09:58:02.292Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
09:58:02 [2024-04-19T09:58:02.292Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
09:58:02 [2024-04-19T09:58:02.554Z] Archiving artifacts
09:58:03 [2024-04-19T09:58:03.641Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/master/2939/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
09:58:03 [2024-04-19T09:58:03.938Z] + make clean
09:58:03 [2024-04-19T09:58:03.938Z] docker volume rm -f docker-dev-cache docker-mod-cache
09:58:03 [2024-04-19T09:58:03.938Z] docker-dev-cache
09:58:03 [2024-04-19T09:58:03.938Z] 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/2939/stashes/