Push event to branch backport/46667/23.0 22:02:01 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from d5c4a39259b25ee1fc3b321a12e317c453ee755d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_backport_46667_23.0@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared 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 22:02:18 [2023-10-18T22:02:18.401Z] Still waiting to schedule task 22:02:18 [2023-10-18T22:02:18.403Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0197e096e2e59aeb0)22:03:01 [2023-10-18T22:03:01.624Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-004425d2a5a564797) in /home/ubuntu/workspace/moby_backport_46667_23.0 [Pipeline] { [Pipeline] checkout 22:03:01 [2023-10-18T22:03:01.749Z] The recommended git tool is: git 22:03:03 [2023-10-18T22:03:03.648Z] using credential docker-jenkins-github-credentials 22:03:03 [2023-10-18T22:03:03.664Z] Cloning the remote Git repository 22:03:03 [2023-10-18T22:03:03.664Z] Cloning with configured refspecs honoured and without tags 22:03:03 [2023-10-18T22:03:03.707Z] Cloning repository https://github.com/moby/moby.git 22:03:03 [2023-10-18T22:03:03.753Z] > git init /home/ubuntu/workspace/moby_backport_46667_23.0 # timeout=10 22:03:04 [2023-10-18T22:03:04.251Z] Fetching upstream changes from https://github.com/moby/moby.git 22:03:04 [2023-10-18T22:03:04.251Z] > git --version # timeout=10 22:03:04 [2023-10-18T22:03:04.254Z] > git --version # 'git version 2.25.1' 22:03:04 [2023-10-18T22:03:04.254Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 22:03:04 [2023-10-18T22:03:04.256Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/backport/46667/23.0:refs/remotes/origin/backport/46667/23.0 # timeout=10 22:03:19 [2023-10-18T22:03:19.707Z] Avoid second fetch 22:03:19 [2023-10-18T22:03:19.708Z] Checking out Revision d5c4a39259b25ee1fc3b321a12e317c453ee755d (backport/46667/23.0) 22:03:19 [2023-10-18T22:03:19.699Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 22:03:19 [2023-10-18T22:03:19.703Z] > git config --add remote.origin.fetch +refs/heads/backport/46667/23.0:refs/remotes/origin/backport/46667/23.0 # timeout=10 22:03:19 [2023-10-18T22:03:19.713Z] > git config core.sparsecheckout # timeout=10 22:03:19 [2023-10-18T22:03:19.716Z] > git checkout -f d5c4a39259b25ee1fc3b321a12e317c453ee755d # timeout=10 22:03:24 [2023-10-18T22:03:24.437Z] Commit message: "Update check-config.sh" 22:03:24 [2023-10-18T22:03:24.437Z] First time build. Skipping changelog. 22:03:24 [2023-10-18T22:03:24.454Z] > git --version # timeout=10 22:03:24 [2023-10-18T22:03:24.457Z] > git --version # 'git version 2.25.1' 22:03:24 [2023-10-18T22:03:24.460Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:25 [2023-10-18T22:03:25.318Z] + docker run --rm -v /home/ubuntu/workspace/moby_backport_46667_23.0:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco 22:03:27 [2023-10-18T22:03:27.219Z] Unable to find image 'alpine:latest' locally 22:03:27 [2023-10-18T22:03:27.219Z] latest: Pulling from library/alpine 22:03:27 [2023-10-18T22:03:27.220Z] 579b34f0a95b: Pulling fs layer 22:03:27 [2023-10-18T22:03:27.220Z] 579b34f0a95b: Download complete 22:03:27 [2023-10-18T22:03:27.478Z] 579b34f0a95b: Pull complete 22:03:27 [2023-10-18T22:03:27.478Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 22:03:27 [2023-10-18T22:03:27.478Z] Status: Downloaded newer image for alpine:latest 22:03:45 [2023-10-18T22:03:45.558Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node 22:03:45 [2023-10-18T22:03:45.638Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-004425d2a5a564797) in /home/ubuntu/workspace/moby_backport_46667_23.0 [Pipeline] { [Pipeline] checkout 22:03:45 [2023-10-18T22:03:45.654Z] The recommended git tool is: git 22:03:45 [2023-10-18T22:03:45.662Z] using credential docker-jenkins-github-credentials 22:03:45 [2023-10-18T22:03:45.680Z] Fetching changes from the remote Git repository 22:03:45 [2023-10-18T22:03:45.685Z] Fetching without tags 22:03:45 [2023-10-18T22:03:45.888Z] Checking out Revision d5c4a39259b25ee1fc3b321a12e317c453ee755d (backport/46667/23.0) 22:03:46 [2023-10-18T22:03:46.462Z] Commit message: "Update check-config.sh" 22:03:46 [2023-10-18T22:03:46.473Z] > git --version # timeout=10 22:03:46 [2023-10-18T22:03:46.476Z] > git --version # 'git version 2.25.1' 22:03:46 [2023-10-18T22:03:46.479Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a 22:03:45 [2023-10-18T22:03:45.675Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_backport_46667_23.0/.git # timeout=10 22:03:45 [2023-10-18T22:03:45.682Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 22:03:45 [2023-10-18T22:03:45.689Z] Fetching upstream changes from https://github.com/moby/moby.git 22:03:45 [2023-10-18T22:03:45.689Z] > git --version # timeout=10 22:03:45 [2023-10-18T22:03:45.692Z] > git --version # 'git version 2.25.1' 22:03:45 [2023-10-18T22:03:45.692Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 22:03:45 [2023-10-18T22:03:45.693Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/backport/46667/23.0:refs/remotes/origin/backport/46667/23.0 # timeout=10 22:03:45 [2023-10-18T22:03:45.890Z] > git config core.sparsecheckout # timeout=10 22:03:45 [2023-10-18T22:03:45.894Z] > git checkout -f d5c4a39259b25ee1fc3b321a12e317c453ee755d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh 22:03:47 [2023-10-18T22:03:47.226Z] + docker version 22:03:47 [2023-10-18T22:03:47.226Z] Client: Docker Engine - Community 22:03:47 [2023-10-18T22:03:47.226Z] Version: 24.0.2 22:03:47 [2023-10-18T22:03:47.226Z] API version: 1.43 22:03:47 [2023-10-18T22:03:47.226Z] Go version: go1.20.4 22:03:47 [2023-10-18T22:03:47.226Z] Git commit: cb74dfc 22:03:47 [2023-10-18T22:03:47.226Z] Built: Thu May 25 21:52:41 2023 22:03:47 [2023-10-18T22:03:47.226Z] OS/Arch: linux/arm64 22:03:47 [2023-10-18T22:03:47.226Z] Context: default 22:03:47 [2023-10-18T22:03:47.226Z] 22:03:47 [2023-10-18T22:03:47.226Z] Server: Docker Engine - Community 22:03:47 [2023-10-18T22:03:47.226Z] Engine: 22:03:47 [2023-10-18T22:03:47.226Z] Version: 24.0.2 22:03:47 [2023-10-18T22:03:47.226Z] API version: 1.43 (minimum version 1.12) 22:03:47 [2023-10-18T22:03:47.226Z] Go version: go1.20.4 22:03:47 [2023-10-18T22:03:47.226Z] Git commit: 659604f 22:03:47 [2023-10-18T22:03:47.226Z] Built: Thu May 25 21:52:41 2023 22:03:47 [2023-10-18T22:03:47.226Z] OS/Arch: linux/arm64 22:03:47 [2023-10-18T22:03:47.226Z] Experimental: true 22:03:47 [2023-10-18T22:03:47.226Z] containerd: 22:03:47 [2023-10-18T22:03:47.226Z] Version: 1.6.21 22:03:47 [2023-10-18T22:03:47.226Z] GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8 22:03:47 [2023-10-18T22:03:47.226Z] runc: 22:03:47 [2023-10-18T22:03:47.226Z] Version: 1.1.7 22:03:47 [2023-10-18T22:03:47.226Z] GitCommit: v1.1.7-0-g860f061 22:03:47 [2023-10-18T22:03:47.226Z] docker-init: 22:03:47 [2023-10-18T22:03:47.226Z] Version: 0.19.0 22:03:47 [2023-10-18T22:03:47.226Z] GitCommit: de40ad0 [Pipeline] sh 22:03:47 [2023-10-18T22:03:47.506Z] + docker info 22:03:52 [2023-10-18T22:03:52.773Z] Client: Docker Engine - Community 22:03:52 [2023-10-18T22:03:52.773Z] Version: 24.0.2 22:03:52 [2023-10-18T22:03:52.773Z] Context: default 22:03:52 [2023-10-18T22:03:52.773Z] Debug Mode: false 22:03:52 [2023-10-18T22:03:52.773Z] Plugins: 22:03:52 [2023-10-18T22:03:52.773Z] buildx: Docker Buildx (Docker Inc.) 22:03:52 [2023-10-18T22:03:52.773Z] Version: v0.11.0 22:03:52 [2023-10-18T22:03:52.773Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx 22:03:52 [2023-10-18T22:03:52.773Z] compose: Docker Compose (Docker Inc.) 22:03:52 [2023-10-18T22:03:52.773Z] Version: v2.19.1 22:03:52 [2023-10-18T22:03:52.773Z] Path: /usr/libexec/docker/cli-plugins/docker-compose 22:03:52 [2023-10-18T22:03:52.773Z] 22:03:52 [2023-10-18T22:03:52.773Z] Server: 22:03:52 [2023-10-18T22:03:52.773Z] Containers: 0 22:03:52 [2023-10-18T22:03:52.773Z] Running: 0 22:03:52 [2023-10-18T22:03:52.773Z] Paused: 0 22:03:52 [2023-10-18T22:03:52.773Z] Stopped: 0 22:03:52 [2023-10-18T22:03:52.773Z] Images: 1 22:03:52 [2023-10-18T22:03:52.773Z] Server Version: 24.0.2 22:03:52 [2023-10-18T22:03:52.773Z] Storage Driver: overlay2 22:03:52 [2023-10-18T22:03:52.773Z] Backing Filesystem: extfs 22:03:52 [2023-10-18T22:03:52.773Z] Supports d_type: true 22:03:52 [2023-10-18T22:03:52.773Z] Using metacopy: false 22:03:52 [2023-10-18T22:03:52.773Z] Native Overlay Diff: true 22:03:52 [2023-10-18T22:03:52.773Z] userxattr: false 22:03:52 [2023-10-18T22:03:52.773Z] Logging Driver: json-file 22:03:52 [2023-10-18T22:03:52.773Z] Cgroup Driver: cgroupfs 22:03:52 [2023-10-18T22:03:52.773Z] Cgroup Version: 1 22:03:52 [2023-10-18T22:03:52.773Z] Plugins: 22:03:52 [2023-10-18T22:03:52.773Z] Volume: local 22:03:52 [2023-10-18T22:03:52.773Z] Network: bridge host ipvlan macvlan null overlay 22:03:52 [2023-10-18T22:03:52.773Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 22:03:52 [2023-10-18T22:03:52.773Z] Swarm: inactive 22:03:52 [2023-10-18T22:03:52.773Z] Runtimes: io.containerd.runc.v2 runc 22:03:52 [2023-10-18T22:03:52.773Z] Default Runtime: runc 22:03:52 [2023-10-18T22:03:52.773Z] Init Binary: docker-init 22:03:52 [2023-10-18T22:03:52.773Z] containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8 22:03:52 [2023-10-18T22:03:52.773Z] runc version: v1.1.7-0-g860f061 22:03:52 [2023-10-18T22:03:52.773Z] init version: de40ad0 22:03:52 [2023-10-18T22:03:52.773Z] Security Options: 22:03:52 [2023-10-18T22:03:52.773Z] apparmor 22:03:52 [2023-10-18T22:03:52.773Z] seccomp 22:03:52 [2023-10-18T22:03:52.773Z] Profile: builtin 22:03:52 [2023-10-18T22:03:52.773Z] Kernel Version: 5.15.0-1039-aws 22:03:52 [2023-10-18T22:03:52.773Z] Operating System: Ubuntu 20.04.6 LTS 22:03:52 [2023-10-18T22:03:52.773Z] OSType: linux 22:03:52 [2023-10-18T22:03:52.773Z] Architecture: aarch64 22:03:52 [2023-10-18T22:03:52.773Z] CPUs: 8 22:03:52 [2023-10-18T22:03:52.773Z] Total Memory: 30.64GiB 22:03:52 [2023-10-18T22:03:52.773Z] Name: ip-10-100-120-98 22:03:52 [2023-10-18T22:03:52.773Z] ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5 22:03:52 [2023-10-18T22:03:52.773Z] Docker Root Dir: /var/lib/docker 22:03:52 [2023-10-18T22:03:52.773Z] Debug Mode: false 22:03:52 [2023-10-18T22:03:52.773Z] Experimental: true 22:03:52 [2023-10-18T22:03:52.773Z] Insecure Registries: 22:03:52 [2023-10-18T22:03:52.773Z] 127.0.0.0/8 22:03:52 [2023-10-18T22:03:52.773Z] Live Restore Enabled: true 22:03:52 [2023-10-18T22:03:52.773Z] [Pipeline] sh 22:03:53 [2023-10-18T22:03:53.053Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee 22:03:53 [2023-10-18T22:03:53.053Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee 22:03:53 [2023-10-18T22:03:53.053Z] + curl -fsSL -o /home/ubuntu/workspace/moby_backport_46667_23.0/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh 22:03:53 [2023-10-18T22:03:53.053Z] + bash /home/ubuntu/workspace/moby_backport_46667_23.0/check-config.sh 22:03:53 [2023-10-18T22:03:53.053Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... 22:03:53 [2023-10-18T22:03:53.053Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ... 22:03:53 [2023-10-18T22:03:53.053Z] 22:03:53 [2023-10-18T22:03:53.053Z] Generally Necessary: 22:03:53 [2023-10-18T22:03:53.053Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] 22:03:53 [2023-10-18T22:03:53.053Z] - apparmor: enabled and tools installed 22:03:53 [2023-10-18T22:03:53.053Z] - CONFIG_NAMESPACES: enabled 22:03:53 [2023-10-18T22:03:53.053Z] - CONFIG_NET_NS: enabled 22:03:53 [2023-10-18T22:03:53.053Z] - CONFIG_PID_NS: enabled 22:03:53 [2023-10-18T22:03:53.053Z] - CONFIG_IPC_NS: enabled 22:03:53 [2023-10-18T22:03:53.053Z] - CONFIG_UTS_NS: enabled 22:03:53 [2023-10-18T22:03:53.053Z] - CONFIG_CGROUPS: enabled 22:03:53 [2023-10-18T22:03:53.053Z] - CONFIG_CGROUP_CPUACCT: enabled 22:03:53 [2023-10-18T22:03:53.053Z] - CONFIG_CGROUP_DEVICE: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_CGROUP_FREEZER: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_CGROUP_SCHED: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_CPUSETS: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_MEMCG: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_KEYS: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_VETH: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_BRIDGE: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_IP_NF_FILTER: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_IP_NF_NAT: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_NF_NAT: enabled (as module) 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_POSIX_MQUEUE: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_CGROUP_BPF: enabled 22:03:53 [2023-10-18T22:03:53.311Z] 22:03:53 [2023-10-18T22:03:53.311Z] Optional Features: 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_USER_NS: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_SECCOMP: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_SECCOMP_FILTER: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_CGROUP_PIDS: enabled 22:03:53 [2023-10-18T22:03:53.311Z] - CONFIG_MEMCG_SWAP: enabled 22:03:53 [2023-10-18T22:03:53.311Z] (cgroup swap accounting is currently enabled) 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_BLK_CGROUP: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_BLK_DEV_THROTTLING: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_CGROUP_PERF: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_CGROUP_HUGETLB: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_CGROUP_NET_PRIO: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_CFS_BANDWIDTH: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_FAIR_GROUP_SCHED: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_RT_GROUP_SCHED: missing 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_IP_VS: enabled (as module) 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_IP_VS_NFCT: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_IP_VS_PROTO_TCP: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_IP_VS_PROTO_UDP: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_IP_VS_RR: enabled (as module) 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_SECURITY_SELINUX: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_SECURITY_APPARMOR: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_EXT4_FS: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_EXT4_FS_SECURITY: enabled 22:03:53 [2023-10-18T22:03:53.570Z] - Network Drivers: 22:03:53 [2023-10-18T22:03:53.570Z] - "overlay": 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_VXLAN: enabled (as module) 22:03:53 [2023-10-18T22:03:53.570Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled 22:03:53 [2023-10-18T22:03:53.570Z] Optional (for encrypted networks): 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_CRYPTO: enabled 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_CRYPTO_AEAD: enabled 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_CRYPTO_GCM: enabled 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_CRYPTO_SEQIV: enabled 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_CRYPTO_GHASH: enabled 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_XFRM: enabled 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_XFRM_USER: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_XFRM_ALGO: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_INET_ESP: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - "ipvlan": 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_IPVLAN: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - "macvlan": 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_MACVLAN: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_DUMMY: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - "ftp,tftp client in container": 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_NF_NAT_FTP: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_NF_NAT_TFTP: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - Storage Drivers: 22:03:53 [2023-10-18T22:03:53.828Z] - "aufs": 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_AUFS_FS: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - "btrfs": 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_BTRFS_FS: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled 22:03:53 [2023-10-18T22:03:53.828Z] - "devicemapper": 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_BLK_DEV_DM: enabled 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - "overlay": 22:03:53 [2023-10-18T22:03:53.828Z] - CONFIG_OVERLAY_FS: enabled (as module) 22:03:53 [2023-10-18T22:03:53.828Z] - "zfs": 22:03:53 [2023-10-18T22:03:53.828Z] - /dev/zfs: present 22:03:53 [2023-10-18T22:03:53.828Z] - zfs command: missing 22:03:53 [2023-10-18T22:03:53.828Z] - zpool command: missing 22:03:53 [2023-10-18T22:03:53.828Z] 22:03:53 [2023-10-18T22:03:53.828Z] Limits: 22:03:53 [2023-10-18T22:03:53.828Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 22:03:53 [2023-10-18T22:03:53.828Z] 22:03:53 [2023-10-18T22:03:53.828Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh 22:03:54 [2023-10-18T22:03:54.127Z] + docker build --force-rm -t docker:d5c4a39259b25ee1fc3b321a12e317c453ee755d . 22:03:54 [2023-10-18T22:03:54.385Z] #0 building with "default" instance using docker driver 22:03:54 [2023-10-18T22:03:54.385Z] 22:03:54 [2023-10-18T22:03:54.385Z] #1 [internal] load build definition from Dockerfile 22:03:54 [2023-10-18T22:03:54.385Z] #1 transferring dockerfile: 27.24kB done 22:03:54 [2023-10-18T22:03:54.385Z] #1 DONE 0.1s 22:03:54 [2023-10-18T22:03:54.385Z] 22:03:54 [2023-10-18T22:03:54.385Z] #2 [internal] load .dockerignore 22:03:54 [2023-10-18T22:03:54.385Z] #2 transferring context: 113B done 22:03:54 [2023-10-18T22:03:54.385Z] #2 DONE 0.1s 22:03:54 [2023-10-18T22:03:54.385Z] 22:03:54 [2023-10-18T22:03:54.385Z] #3 resolve image config for docker.io/docker/dockerfile:1 22:03:54 [2023-10-18T22:03:54.644Z] #3 DONE 0.4s 22:03:54 [2023-10-18T22:03:54.644Z] 22:03:54 [2023-10-18T22:03:54.644Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 22:03:54 [2023-10-18T22:03:54.644Z] #4 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done 22:03:54 [2023-10-18T22:03:54.644Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0B / 11.02MB 0.1s 22:03:54 [2023-10-18T22:03:54.644Z] #4 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done 22:03:54 [2023-10-18T22:03:54.644Z] #4 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done 22:03:54 [2023-10-18T22:03:54.644Z] #4 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done 22:03:54 [2023-10-18T22:03:54.902Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 9.44MB / 11.02MB 0.2s 22:03:55 [2023-10-18T22:03:55.161Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.4s done 22:03:55 [2023-10-18T22:03:55.161Z] #4 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done 22:03:55 [2023-10-18T22:03:55.419Z] #4 DONE 0.6s 22:03:55 [2023-10-18T22:03:55.419Z] 22:03:55 [2023-10-18T22:03:55.419Z] #5 [internal] load metadata for docker.io/library/golang:1.20.10-bullseye 22:03:56 [2023-10-18T22:03:56.353Z] #5 ... 22:03:56 [2023-10-18T22:03:56.353Z] 22:03:56 [2023-10-18T22:03:56.353Z] #6 [internal] load metadata for docker.io/library/debian:bullseye 22:03:56 [2023-10-18T22:03:56.353Z] #6 DONE 0.9s 22:03:56 [2023-10-18T22:03:56.353Z] 22:03:56 [2023-10-18T22:03:56.353Z] #7 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 22:03:56 [2023-10-18T22:03:56.612Z] #7 DONE 1.1s 22:03:56 [2023-10-18T22:03:56.612Z] 22:03:56 [2023-10-18T22:03:56.612Z] #8 [internal] load metadata for docker.io/library/busybox:latest 22:03:56 [2023-10-18T22:03:56.612Z] #8 DONE 1.0s 22:03:56 [2023-10-18T22:03:56.612Z] 22:03:56 [2023-10-18T22:03:56.612Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 22:03:56 [2023-10-18T22:03:56.612Z] #9 DONE 1.2s 22:03:56 [2023-10-18T22:03:56.612Z] 22:03:56 [2023-10-18T22:03:56.612Z] #5 [internal] load metadata for docker.io/library/golang:1.20.10-bullseye 22:03:56 [2023-10-18T22:03:56.612Z] #5 DONE 1.2s 22:03:56 [2023-10-18T22:03:56.870Z] 22:03:56 [2023-10-18T22:03:56.870Z] #10 [internal] load build context 22:03:56 [2023-10-18T22:03:56.870Z] #10 ... 22:03:56 [2023-10-18T22:03:56.870Z] 22:03:56 [2023-10-18T22:03:56.870Z] #11 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 22:03:56 [2023-10-18T22:03:56.870Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done 22:03:56 [2023-10-18T22:03:56.870Z] #11 DONE 0.2s 22:03:56 [2023-10-18T22:03:56.870Z] 22:03:56 [2023-10-18T22:03:56.870Z] #10 [internal] load build context 22:03:57 [2023-10-18T22:03:57.806Z] #10 ... 22:03:57 [2023-10-18T22:03:57.806Z] 22:03:57 [2023-10-18T22:03:57.806Z] #12 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 22:03:57 [2023-10-18T22:03:57.806Z] #12 resolve docker.io/library/busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 0.2s done 22:03:57 [2023-10-18T22:03:57.806Z] #12 sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 2.29kB / 2.29kB done 22:03:57 [2023-10-18T22:03:57.806Z] #12 sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11 528B / 528B done 22:03:57 [2023-10-18T22:03:57.806Z] #12 sha256:fc9db2894f4e4b8c296b8c9dab7e18a6e78de700d21bc0cfaf5c78484226db9c 1.47kB / 1.47kB done 22:03:57 [2023-10-18T22:03:57.806Z] #12 sha256:8a0af25e8c2e5dc07c14df3b857877f58bf10c944685cb717b81c5a90974a5ee 1.92MB / 1.92MB 0.4s done 22:03:57 [2023-10-18T22:03:57.806Z] #12 extracting sha256:8a0af25e8c2e5dc07c14df3b857877f58bf10c944685cb717b81c5a90974a5ee 0.1s done 22:03:57 [2023-10-18T22:03:57.806Z] #12 DONE 0.9s 22:03:57 [2023-10-18T22:03:57.806Z] 22:03:57 [2023-10-18T22:03:57.806Z] #10 [internal] load build context 22:03:57 [2023-10-18T22:03:57.806Z] #10 transferring context: 64.10MB 1.1s done 22:03:57 [2023-10-18T22:03:57.806Z] #10 DONE 1.3s 22:03:57 [2023-10-18T22:03:57.806Z] 22:03:57 [2023-10-18T22:03:57.806Z] #13 [base 1/5] FROM docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 22:03:57 [2023-10-18T22:03:57.806Z] #13 resolve docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 0.2s done 22:03:57 [2023-10-18T22:03:57.806Z] #13 sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 1.86kB / 1.86kB done 22:03:57 [2023-10-18T22:03:57.806Z] #13 sha256:46839d5c6cbea0de2d0b175617eb73641fdf00a5ea9a799c9eb90241d5ccdfaa 1.58kB / 1.58kB done 22:03:57 [2023-10-18T22:03:57.806Z] #13 sha256:0780978389faa11ff595bf7ccb5ed707fdf31fdefe14a027c22f6d5f05de69c1 7.08kB / 7.08kB done 22:03:57 [2023-10-18T22:03:57.806Z] #13 sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 32.51MB / 53.71MB 0.9s 22:03:57 [2023-10-18T22:03:57.806Z] #13 sha256:cd7a630df11a812111dd2b7f5b819a692f2350ad055fab0cd3e60b322c2eead5 14.68MB / 15.75MB 0.9s 22:03:57 [2023-10-18T22:03:57.806Z] #13 sha256:d9c8e3bce435b9fb78d2fd6a8f0ce18ddecff51902c10074a9da4287cb35963b 32.51MB / 54.70MB 0.9s 22:03:58 [2023-10-18T22:03:58.064Z] #13 sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 43.63MB / 53.71MB 1.0s 22:03:58 [2023-10-18T22:03:58.064Z] #13 sha256:cd7a630df11a812111dd2b7f5b819a692f2350ad055fab0cd3e60b322c2eead5 15.75MB / 15.75MB 1.0s 22:03:58 [2023-10-18T22:03:58.323Z] #13 sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 53.71MB / 53.71MB 1.2s done 22:03:58 [2023-10-18T22:03:58.323Z] #13 sha256:cd7a630df11a812111dd2b7f5b819a692f2350ad055fab0cd3e60b322c2eead5 15.75MB / 15.75MB 1.0s done 22:03:58 [2023-10-18T22:03:58.323Z] #13 sha256:d9c8e3bce435b9fb78d2fd6a8f0ce18ddecff51902c10074a9da4287cb35963b 53.48MB / 54.70MB 1.2s 22:03:58 [2023-10-18T22:03:58.323Z] #13 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 13.51MB / 81.49MB 1.2s 22:03:58 [2023-10-18T22:03:58.323Z] #13 extracting sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 0.1s 22:03:58 [2023-10-18T22:03:58.323Z] #13 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 0B / 95.74MB 1.3s 22:03:58 [2023-10-18T22:03:58.323Z] #13 sha256:d9c8e3bce435b9fb78d2fd6a8f0ce18ddecff51902c10074a9da4287cb35963b 54.70MB / 54.70MB 1.3s done 22:03:58 [2023-10-18T22:03:58.581Z] #13 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 16.78MB / 95.74MB 1.5s 22:03:58 [2023-10-18T22:03:58.581Z] #13 sha256:451495e4a7344e52137bd14f6e1d04252b726a88c7cd4fff0b7897ce6bc349d9 155B / 155B 1.5s 22:03:58 [2023-10-18T22:03:58.581Z] #13 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 32.51MB / 81.49MB 1.6s 22:03:58 [2023-10-18T22:03:58.581Z] #13 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 27.26MB / 95.74MB 1.6s 22:03:58 [2023-10-18T22:03:58.581Z] #13 sha256:451495e4a7344e52137bd14f6e1d04252b726a88c7cd4fff0b7897ce6bc349d9 155B / 155B 1.5s done 22:03:58 [2023-10-18T22:03:58.840Z] #13 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 32.51MB / 95.74MB 1.7s 22:03:58 [2023-10-18T22:03:58.840Z] #13 ... 22:03:58 [2023-10-18T22:03:58.840Z] 22:03:58 [2023-10-18T22:03:58.840Z] #14 [build-dummy 2/2] RUN mkdir -p /build 22:03:58 [2023-10-18T22:03:58.840Z] #14 DONE 1.3s 22:03:58 [2023-10-18T22:03:58.840Z] 22:03:58 [2023-10-18T22:03:58.840Z] #13 [base 1/5] FROM docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 22:03:58 [2023-10-18T22:03:58.840Z] #13 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 50.33MB / 95.74MB 1.8s 22:03:59 [2023-10-18T22:03:59.098Z] #13 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 45.01MB / 81.49MB 2.1s 22:03:59 [2023-10-18T22:03:59.098Z] #13 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 50.33MB / 81.49MB 2.2s 22:03:59 [2023-10-18T22:03:59.098Z] #13 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 66.06MB / 95.74MB 2.2s 22:03:59 [2023-10-18T22:03:59.356Z] #13 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 54.53MB / 81.49MB 2.3s 22:03:59 [2023-10-18T22:03:59.356Z] #13 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 66.06MB / 81.49MB 2.4s 22:03:59 [2023-10-18T22:03:59.615Z] #13 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 83.89MB / 95.74MB 2.5s 22:03:59 [2023-10-18T22:03:59.615Z] #13 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 77.59MB / 81.49MB 2.6s 22:03:59 [2023-10-18T22:03:59.873Z] #13 ... 22:03:59 [2023-10-18T22:03:59.873Z] 22:03:59 [2023-10-18T22:03:59.873Z] #11 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 22:03:59 [2023-10-18T22:03:59.873Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done 22:03:59 [2023-10-18T22:03:59.873Z] #11 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done 22:03:59 [2023-10-18T22:03:59.873Z] #11 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done 22:03:59 [2023-10-18T22:03:59.873Z] #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.4s done 22:03:59 [2023-10-18T22:03:59.873Z] #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s done 22:03:59 [2023-10-18T22:03:59.873Z] #11 DONE 3.0s 22:03:59 [2023-10-18T22:03:59.873Z] 22:03:59 [2023-10-18T22:03:59.873Z] #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 22:03:59 [2023-10-18T22:03:59.873Z] #15 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.2s done 22:03:59 [2023-10-18T22:03:59.873Z] #15 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done 22:03:59 [2023-10-18T22:03:59.874Z] #15 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done 22:03:59 [2023-10-18T22:03:59.874Z] #15 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done 22:03:59 [2023-10-18T22:03:59.874Z] #15 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 2.6s done 22:03:59 [2023-10-18T22:03:59.874Z] #15 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done 22:03:59 [2023-10-18T22:03:59.874Z] #15 DONE 3.1s 22:03:59 [2023-10-18T22:03:59.874Z] 22:03:59 [2023-10-18T22:03:59.874Z] #13 [base 1/5] FROM docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 22:03:59 [2023-10-18T22:03:59.874Z] #13 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 93.32MB / 95.74MB 2.8s 22:03:59 [2023-10-18T22:03:59.874Z] #13 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 81.49MB / 81.49MB 2.8s done 22:03:59 [2023-10-18T22:03:59.874Z] #13 extracting sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 1.7s done 22:04:00 [2023-10-18T22:04:00.132Z] #13 ... 22:04:00 [2023-10-18T22:04:00.132Z] 22:04:00 [2023-10-18T22:04:00.132Z] #16 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:c141beaa9e0767774221cc82efe3a6712a1cc4f75d2699334dfd9a28a6f7357b 22:04:00 [2023-10-18T22:04:00.132Z] #16 resolve docker.io/library/debian:bullseye@sha256:c141beaa9e0767774221cc82efe3a6712a1cc4f75d2699334dfd9a28a6f7357b 0.2s done 22:04:00 [2023-10-18T22:04:00.132Z] #16 sha256:c141beaa9e0767774221cc82efe3a6712a1cc4f75d2699334dfd9a28a6f7357b 1.85kB / 1.85kB done 22:04:00 [2023-10-18T22:04:00.132Z] #16 sha256:7a89d1fd045f797f2f34dd778bdf19335587357c3603859f2048f4c0285b06a8 529B / 529B done 22:04:00 [2023-10-18T22:04:00.132Z] #16 sha256:9369a4a8069a235728caedd4cda816161ef33a51a59a6591662972b18463188c 1.48kB / 1.48kB done 22:04:00 [2023-10-18T22:04:00.132Z] #16 sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 53.71MB / 53.71MB 1.2s done 22:04:00 [2023-10-18T22:04:00.132Z] #16 DONE 3.4s 22:04:00 [2023-10-18T22:04:00.132Z] 22:04:00 [2023-10-18T22:04:00.132Z] #13 [base 1/5] FROM docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 22:04:00 [2023-10-18T22:04:00.132Z] #13 extracting sha256:cd7a630df11a812111dd2b7f5b819a692f2350ad055fab0cd3e60b322c2eead5 22:04:00 [2023-10-18T22:04:00.132Z] #13 ... 22:04:00 [2023-10-18T22:04:00.132Z] 22:04:00 [2023-10-18T22:04:00.132Z] #17 [binary-dummy 1/1] COPY --from=build-dummy /build /build 22:04:00 [2023-10-18T22:04:00.132Z] #17 DONE 0.2s 22:04:00 [2023-10-18T22:04:00.390Z] 22:04:00 [2023-10-18T22:04:00.390Z] #13 [base 1/5] FROM docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 22:04:00 [2023-10-18T22:04:00.648Z] #13 extracting sha256:cd7a630df11a812111dd2b7f5b819a692f2350ad055fab0cd3e60b322c2eead5 0.4s done 22:04:00 [2023-10-18T22:04:00.648Z] #13 extracting sha256:d9c8e3bce435b9fb78d2fd6a8f0ce18ddecff51902c10074a9da4287cb35963b 22:04:02 [2023-10-18T22:04:02.023Z] #13 extracting sha256:d9c8e3bce435b9fb78d2fd6a8f0ce18ddecff51902c10074a9da4287cb35963b 1.5s done 22:04:02 [2023-10-18T22:04:02.023Z] #13 extracting sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 22:04:03 [2023-10-18T22:04:03.399Z] #13 extracting sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 1.4s done 22:04:03 [2023-10-18T22:04:03.399Z] #13 extracting sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 22:04:06 [2023-10-18T22:04:06.683Z] #13 extracting sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 3.3s done 22:04:07 [2023-10-18T22:04:07.249Z] #13 extracting sha256:451495e4a7344e52137bd14f6e1d04252b726a88c7cd4fff0b7897ce6bc349d9 done 22:04:07 [2023-10-18T22:04:07.511Z] #13 DONE 10.8s 22:04:07 [2023-10-18T22:04:07.511Z] 22:04:07 [2023-10-18T22:04:07.511Z] #18 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq 22:04:07 [2023-10-18T22:04:07.511Z] #18 0.571 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 0.583 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 0.583 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 0.703 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 0.812 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 0.929 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 1.656 Fetched 8426 kB in 1s (6258 kB/s) 22:04:07 [2023-10-18T22:04:07.511Z] #18 1.656 Reading package lists... 22:04:07 [2023-10-18T22:04:07.511Z] #18 2.192 Reading package lists... 22:04:07 [2023-10-18T22:04:07.511Z] #18 2.712 Building dependency tree... 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.031 The following additional packages will be installed: 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.031 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.031 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.033 Recommended packages: 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.033 libldap-common publicsuffix libsasl2-modules 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.150 The following NEW packages will be installed: 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.150 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.151 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.151 libssh2-1 openssl 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.424 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.424 Need to get 2951 kB of archives. 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.424 After this operation, 6501 kB of additional disk space will be used. 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.424 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1w-0+deb11u1 [837 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.434 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.435 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.437 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.438 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.440 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.442 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.442 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.443 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.444 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.449 Get:11 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u10 [326 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.452 Get:12 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u10 [265 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.454 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.456 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.458 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.575 debconf: delaying package configuration, since apt-utils is not installed 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.603 Fetched 2951 kB in 0s (9832 kB/s) 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.627 Selecting previously unselected package openssl. 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.627 (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 ... 6656 files and directories currently installed.) 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.631 Preparing to unpack .../00-openssl_1.1.1w-0+deb11u1_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.636 Unpacking openssl (1.1.1w-0+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.732 Selecting previously unselected package ca-certificates. 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.734 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.737 Unpacking ca-certificates (20210119) ... 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.797 Selecting previously unselected package libbrotli1:arm64. 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.799 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.808 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.859 Selecting previously unselected package libsasl2-modules-db:arm64. 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.860 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.865 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.906 Selecting previously unselected package libsasl2-2:arm64. 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.907 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.511Z] #18 3.912 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 3.958 Selecting previously unselected package libldap-2.4-2:arm64. 22:04:07 [2023-10-18T22:04:07.512Z] #18 3.959 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 3.963 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.038 Selecting previously unselected package libnghttp2-14:arm64. 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.039 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.043 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.088 Selecting previously unselected package libpsl5:arm64. 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.089 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.095 Unpacking libpsl5:arm64 (0.21.0-1.2) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.141 Selecting previously unselected package librtmp1:arm64. 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.142 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.148 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.194 Selecting previously unselected package libssh2-1:arm64. 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.196 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.200 Unpacking libssh2-1:arm64 (1.9.0-2) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.257 Selecting previously unselected package libcurl4:arm64. 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.257 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u10_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.261 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u10) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.313 Selecting previously unselected package curl. 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.314 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u10_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.320 Unpacking curl (7.74.0-1.3+deb11u10) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.375 Selecting previously unselected package libonig5:arm64. 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.377 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.382 Unpacking libonig5:arm64 (6.9.6-1.1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.443 Selecting previously unselected package libjq1:arm64. 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.445 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.449 Unpacking libjq1:arm64 (1.6-2.1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.492 Selecting previously unselected package jq. 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.493 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.497 Unpacking jq (1.6-2.1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.543 Setting up libpsl5:arm64 (0.21.0-1.2) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.562 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.576 Setting up libnghttp2-14:arm64 (1.43.0-1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.589 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.603 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.617 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.631 Setting up libssh2-1:arm64 (1.9.0-2) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.645 Setting up openssl (1.1.1w-0+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.665 Setting up libonig5:arm64 (6.9.6-1.1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.680 Setting up libjq1:arm64 (1.6-2.1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.708 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 4.722 Setting up ca-certificates (20210119) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 5.208 Updating certificates in /etc/ssl/certs... 22:04:07 [2023-10-18T22:04:07.512Z] #18 5.895 129 added, 0 removed; done. 22:04:07 [2023-10-18T22:04:07.512Z] #18 5.944 Setting up jq (1.6-2.1) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 5.958 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u10) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 5.972 Setting up curl (7.74.0-1.3+deb11u10) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 5.987 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 6.010 Processing triggers for ca-certificates (20210119) ... 22:04:07 [2023-10-18T22:04:07.512Z] #18 6.020 Updating certificates in /etc/ssl/certs... 22:04:07 [2023-10-18T22:04:07.512Z] #18 6.465 0 added, 0 removed; done. 22:04:07 [2023-10-18T22:04:07.512Z] #18 6.465 Running hooks in /etc/ca-certificates/update.d... 22:04:07 [2023-10-18T22:04:07.512Z] #18 6.466 done. 22:04:12 [2023-10-18T22:04:12.781Z] #18 DONE 11.6s 22:04:12 [2023-10-18T22:04:12.781Z] 22:04:12 [2023-10-18T22:04:12.781Z] #19 [base 2/5] COPY --from=xx / / 22:04:12 [2023-10-18T22:04:12.781Z] #19 DONE 4.2s 22:04:12 [2023-10-18T22:04:12.781Z] 22:04:12 [2023-10-18T22:04:12.781Z] #20 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / 22:04:12 [2023-10-18T22:04:12.781Z] #20 DONE 0.1s 22:04:12 [2023-10-18T22:04:12.781Z] 22:04:12 [2023-10-18T22:04:12.781Z] #21 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:12 [2023-10-18T22:04:12.781Z] #21 ... 22:04:12 [2023-10-18T22:04:12.781Z] 22:04:12 [2023-10-18T22:04:12.781Z] #22 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache 22:04:12 [2023-10-18T22:04:12.781Z] #22 DONE 0.4s 22:04:12 [2023-10-18T22:04:12.781Z] 22:04:12 [2023-10-18T22:04:12.781Z] #23 [base 4/5] RUN test -n "$APT_MIRROR" && sed -ri "s/(httpredir|deb|security).debian.org/${APT_MIRROR}/g" /etc/apt/sources.list || true 22:04:12 [2023-10-18T22:04:12.781Z] #23 DONE 0.3s 22:04:12 [2023-10-18T22:04:12.781Z] 22:04:12 [2023-10-18T22:04:12.781Z] #24 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file 22:04:13 [2023-10-18T22:04:13.347Z] #24 0.640 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:13 [2023-10-18T22:04:13.347Z] #24 0.651 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:13 [2023-10-18T22:04:13.347Z] #24 0.651 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:13 [2023-10-18T22:04:13.347Z] #24 0.772 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:13 [2023-10-18T22:04:13.604Z] #24 0.890 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:13 [2023-10-18T22:04:13.604Z] #24 1.002 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:14 [2023-10-18T22:04:14.170Z] #24 1.724 Fetched 8426 kB in 1s (6281 kB/s) 22:04:14 [2023-10-18T22:04:14.735Z] #24 1.724 Reading package lists... 22:04:15 [2023-10-18T22:04:15.300Z] #24 2.246 Reading package lists... 22:04:15 [2023-10-18T22:04:15.558Z] #24 2.765 Building dependency tree... 22:04:15 [2023-10-18T22:04:15.558Z] #24 2.923 Reading state information... 22:04:15 [2023-10-18T22:04:15.817Z] #24 3.109 The following additional packages will be installed: 22:04:15 [2023-10-18T22:04:15.817Z] #24 3.109 libmagic-mgc libmagic1 22:04:15 [2023-10-18T22:04:15.817Z] #24 3.138 The following NEW packages will be installed: 22:04:15 [2023-10-18T22:04:15.817Z] #24 3.139 file libmagic-mgc libmagic1 22:04:16 [2023-10-18T22:04:16.074Z] #24 3.412 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 22:04:16 [2023-10-18T22:04:16.074Z] #24 3.412 Need to get 465 kB of archives. 22:04:16 [2023-10-18T22:04:16.074Z] #24 3.412 After this operation, 7075 kB of additional disk space will be used. 22:04:16 [2023-10-18T22:04:16.074Z] #24 3.412 Get:1 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3+deb11u1 [273 kB] 22:04:16 [2023-10-18T22:04:16.074Z] #24 3.420 Get:2 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3+deb11u1 [123 kB] 22:04:16 [2023-10-18T22:04:16.074Z] #24 3.430 Get:3 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3+deb11u1 [69.2 kB] 22:04:16 [2023-10-18T22:04:16.074Z] #24 3.562 debconf: delaying package configuration, since apt-utils is not installed 22:04:16 [2023-10-18T22:04:16.074Z] #24 3.603 Fetched 465 kB in 0s (1638 kB/s) 22:04:16 [2023-10-18T22:04:16.074Z] #24 3.624 Selecting previously unselected package libmagic-mgc. 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.624 (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 ... 15711 files and directories currently installed.) 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.634 Preparing to unpack .../libmagic-mgc_1%3a5.39-3+deb11u1_arm64.deb ... 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.638 Unpacking libmagic-mgc (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.714 Selecting previously unselected package libmagic1:arm64. 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.716 Preparing to unpack .../libmagic1_1%3a5.39-3+deb11u1_arm64.deb ... 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.725 Unpacking libmagic1:arm64 (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.765 Selecting previously unselected package file. 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.767 Preparing to unpack .../file_1%3a5.39-3+deb11u1_arm64.deb ... 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.771 Unpacking file (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.814 Setting up libmagic-mgc (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.332Z] #24 3.828 Setting up libmagic1:arm64 (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.591Z] #24 3.848 Setting up file (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.591Z] #24 3.861 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:04:16 [2023-10-18T22:04:16.591Z] #24 DONE 4.1s 22:04:16 [2023-10-18T22:04:16.591Z] 22:04:16 [2023-10-18T22:04:16.591Z] #21 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:16 [2023-10-18T22:04:16.591Z] #21 2.363 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... 22:04:16 [2023-10-18T22:04:16.591Z] #21 2.929 #=#=# 22:04:16 [2023-10-18T22:04:16.591Z] #21 3.172 #=#=# ######################################################################## 100.0% 22:04:16 [2023-10-18T22:04:16.591Z] #21 3.377 22:04:16 [2023-10-18T22:04:16.849Z] #21 ... 22:04:16 [2023-10-18T22:04:16.849Z] 22:04:16 [2023-10-18T22:04:16.849Z] #25 [containerd-src 1/3] WORKDIR /usr/src/containerd 22:04:16 [2023-10-18T22:04:16.849Z] #25 DONE 0.1s 22:04:16 [2023-10-18T22:04:16.849Z] 22:04:16 [2023-10-18T22:04:16.849Z] #26 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc 22:04:16 [2023-10-18T22:04:16.849Z] #26 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.849Z] 22:04:16 [2023-10-18T22:04:16.849Z] #27 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit 22:04:16 [2023-10-18T22:04:16.849Z] #27 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.849Z] 22:04:16 [2023-10-18T22:04:16.849Z] #28 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution 22:04:16 [2023-10-18T22:04:16.849Z] #28 DONE 0.3s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger 22:04:17 [2023-10-18T22:04:17.107Z] #29 DONE 0.3s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #30 [swagger-src 1/3] WORKDIR /usr/src/swagger 22:04:17 [2023-10-18T22:04:17.107Z] #30 DONE 0.3s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #31 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini 22:04:17 [2023-10-18T22:04:17.107Z] #31 DONE 0.3s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #32 [registry-src 1/2] WORKDIR /usr/src/registry 22:04:17 [2023-10-18T22:04:17.107Z] #32 DONE 0.3s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #33 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd 22:04:17 [2023-10-18T22:04:17.107Z] #33 DONE 0.3s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #34 [runc-src 1/3] WORKDIR /usr/src/runc 22:04:17 [2023-10-18T22:04:17.107Z] #34 DONE 0.3s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #35 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli 22:04:17 [2023-10-18T22:04:17.107Z] #35 DONE 0.3s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #36 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit 22:04:17 [2023-10-18T22:04:17.107Z] #36 DONE 0.3s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #37 [delve-src 1/3] WORKDIR /usr/src/delve 22:04:17 [2023-10-18T22:04:17.107Z] #37 DONE 0.4s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #21 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:17 [2023-10-18T22:04:17.107Z] #21 5.238 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... 22:04:17 [2023-10-18T22:04:17.107Z] #21 ... 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #38 [tini-src 1/3] WORKDIR /usr/src/tini 22:04:17 [2023-10-18T22:04:17.107Z] #38 DONE 0.4s 22:04:17 [2023-10-18T22:04:17.107Z] 22:04:17 [2023-10-18T22:04:17.107Z] #39 [dockercli-src 1/5] WORKDIR /tmp/dockercli 22:04:17 [2023-10-18T22:04:17.107Z] #39 DONE 0.4s 22:04:17 [2023-10-18T22:04:17.364Z] 22:04:17 [2023-10-18T22:04:17.364Z] #40 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git" 22:04:17 [2023-10-18T22:04:17.622Z] #40 ... 22:04:17 [2023-10-18T22:04:17.622Z] 22:04:17 [2023-10-18T22:04:17.622Z] #41 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.535 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.535 hint: is subject to change. To configure the initial branch name to use in all 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.535 hint: of your new repositories, which will suppress this warning, call: 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.535 hint: 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.535 hint: git config --global init.defaultBranch <name> 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.535 hint: 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.535 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.535 hint: 'development'. The just-created branch can be renamed via this command: 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.535 hint: 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.535 hint: git branch -m <name> 22:04:17 [2023-10-18T22:04:17.622Z] #41 0.537 Initialized empty Git repository in /usr/src/containerd/.git/ 22:04:17 [2023-10-18T22:04:17.622Z] #41 DONE 0.6s 22:04:17 [2023-10-18T22:04:17.622Z] 22:04:17 [2023-10-18T22:04:17.622Z] #42 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git" 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.484 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.484 hint: is subject to change. To configure the initial branch name to use in all 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.484 hint: of your new repositories, which will suppress this warning, call: 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.484 hint: 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.484 hint: git config --global init.defaultBranch <name> 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.484 hint: 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.484 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.484 hint: 'development'. The just-created branch can be renamed via this command: 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.484 hint: 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.484 hint: git branch -m <name> 22:04:17 [2023-10-18T22:04:17.622Z] #42 0.485 Initialized empty Git repository in /usr/src/swagger/.git/ 22:04:17 [2023-10-18T22:04:17.622Z] #42 DONE 0.5s 22:04:17 [2023-10-18T22:04:17.622Z] 22:04:17 [2023-10-18T22:04:17.622Z] #43 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git" 22:04:17 [2023-10-18T22:04:17.622Z] #43 0.591 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:17 [2023-10-18T22:04:17.623Z] #43 0.591 hint: is subject to change. To configure the initial branch name to use in all 22:04:17 [2023-10-18T22:04:17.623Z] #43 0.591 hint: of your new repositories, which will suppress this warning, call: 22:04:17 [2023-10-18T22:04:17.623Z] #43 0.591 hint: 22:04:17 [2023-10-18T22:04:17.623Z] #43 0.591 hint: git config --global init.defaultBranch <name> 22:04:17 [2023-10-18T22:04:17.623Z] #43 0.591 hint: 22:04:17 [2023-10-18T22:04:17.623Z] #43 0.591 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:17 [2023-10-18T22:04:17.623Z] #43 0.591 hint: 'development'. The just-created branch can be renamed via this command: 22:04:17 [2023-10-18T22:04:17.623Z] #43 0.591 hint: 22:04:17 [2023-10-18T22:04:17.623Z] #43 0.591 hint: git branch -m <name> 22:04:17 [2023-10-18T22:04:17.623Z] #43 0.593 Initialized empty Git repository in /usr/src/runc/.git/ 22:04:17 [2023-10-18T22:04:17.623Z] #43 DONE 0.7s 22:04:17 [2023-10-18T22:04:17.623Z] 22:04:17 [2023-10-18T22:04:17.623Z] #21 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:17 [2023-10-18T22:04:17.623Z] #21 5.809 #=#=# 22:04:18 [2023-10-18T22:04:18.138Z] #21 5.960 #=#=# ##O#-# 22:04:18 [2023-10-18T22:04:18.139Z] #21 ... 22:04:18 [2023-10-18T22:04:18.139Z] 22:04:18 [2023-10-18T22:04:18.139Z] #44 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.066 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.066 hint: is subject to change. To configure the initial branch name to use in all 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.066 hint: of your new repositories, which will suppress this warning, call: 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.066 hint: 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.066 hint: git config --global init.defaultBranch <name> 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.066 hint: 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.066 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.066 hint: 'development'. The just-created branch can be renamed via this command: 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.066 hint: 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.066 hint: git branch -m <name> 22:04:18 [2023-10-18T22:04:18.139Z] #44 1.068 Initialized empty Git repository in /usr/src/registry/.git/ 22:04:18 [2023-10-18T22:04:18.139Z] #44 DONE 1.1s 22:04:18 [2023-10-18T22:04:18.139Z] 22:04:18 [2023-10-18T22:04:18.139Z] #21 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:18 [2023-10-18T22:04:18.139Z] #21 5.960 #=#=# ##O#-# ##O=# # ######################################################################## 100.0% 22:04:18 [2023-10-18T22:04:18.396Z] #21 ... 22:04:18 [2023-10-18T22:04:18.396Z] 22:04:18 [2023-10-18T22:04:18.396Z] #45 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.315 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.315 hint: is subject to change. To configure the initial branch name to use in all 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.315 hint: of your new repositories, which will suppress this warning, call: 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.315 hint: 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.315 hint: git config --global init.defaultBranch <name> 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.315 hint: 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.315 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.315 hint: 'development'. The just-created branch can be renamed via this command: 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.315 hint: 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.315 hint: git branch -m <name> 22:04:18 [2023-10-18T22:04:18.396Z] #45 1.317 Initialized empty Git repository in /usr/src/rootlesskit/.git/ 22:04:18 [2023-10-18T22:04:18.396Z] #45 DONE 1.4s 22:04:18 [2023-10-18T22:04:18.396Z] 22:04:18 [2023-10-18T22:04:18.396Z] #21 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:18 [2023-10-18T22:04:18.396Z] #21 6.459 22:04:18 [2023-10-18T22:04:18.963Z] #21 ... 22:04:18 [2023-10-18T22:04:18.963Z] 22:04:18 [2023-10-18T22:04:18.963Z] #46 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.883 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.883 hint: is subject to change. To configure the initial branch name to use in all 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.883 hint: of your new repositories, which will suppress this warning, call: 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.883 hint: 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.883 hint: git config --global init.defaultBranch <name> 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.883 hint: 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.883 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.883 hint: 'development'. The just-created branch can be renamed via this command: 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.883 hint: 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.883 hint: git branch -m <name> 22:04:18 [2023-10-18T22:04:18.963Z] #46 1.884 Initialized empty Git repository in /usr/src/delve/.git/ 22:04:18 [2023-10-18T22:04:18.963Z] #46 DONE 1.9s 22:04:18 [2023-10-18T22:04:18.963Z] 22:04:18 [2023-10-18T22:04:18.963Z] #47 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.833 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.833 hint: is subject to change. To configure the initial branch name to use in all 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.833 hint: of your new repositories, which will suppress this warning, call: 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.833 hint: 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.833 hint: git config --global init.defaultBranch <name> 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.833 hint: 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.833 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.833 hint: 'development'. The just-created branch can be renamed via this command: 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.833 hint: 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.833 hint: git branch -m <name> 22:04:18 [2023-10-18T22:04:18.963Z] #47 1.840 Initialized empty Git repository in /usr/src/tini/.git/ 22:04:18 [2023-10-18T22:04:18.963Z] #47 DONE 1.9s 22:04:19 [2023-10-18T22:04:19.223Z] 22:04:19 [2023-10-18T22:04:19.223Z] #40 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git" 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.932 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.932 hint: is subject to change. To configure the initial branch name to use in all 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.932 hint: of your new repositories, which will suppress this warning, call: 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.932 hint: 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.932 hint: git config --global init.defaultBranch <name> 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.932 hint: 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.932 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.932 hint: 'development'. The just-created branch can be renamed via this command: 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.932 hint: 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.932 hint: git branch -m <name> 22:04:19 [2023-10-18T22:04:19.223Z] #40 1.933 Initialized empty Git repository in /tmp/dockercli/.git/ 22:04:19 [2023-10-18T22:04:19.223Z] #40 DONE 2.0s 22:04:19 [2023-10-18T22:04:19.223Z] 22:04:19 [2023-10-18T22:04:19.223Z] #48 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:21 [2023-10-18T22:04:21.131Z] #48 ... 22:04:21 [2023-10-18T22:04:21.131Z] 22:04:21 [2023-10-18T22:04:21.131Z] #49 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev 22:04:21 [2023-10-18T22:04:21.131Z] #49 1.431 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:04:21 [2023-10-18T22:04:21.131Z] #49 1.431 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:04:21 [2023-10-18T22:04:21.131Z] #49 1.431 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:04:21 [2023-10-18T22:04:21.131Z] #49 1.803 Reading package lists... 22:04:21 [2023-10-18T22:04:21.131Z] #49 2.332 + apt-get install -y --no-install-recommends gcc libc6-dev 22:04:21 [2023-10-18T22:04:21.131Z] #49 2.343 Reading package lists... 22:04:21 [2023-10-18T22:04:21.131Z] #49 2.865 Building dependency tree... 22:04:21 [2023-10-18T22:04:21.131Z] #49 3.018 Reading state information... 22:04:21 [2023-10-18T22:04:21.131Z] #49 3.258 gcc is already the newest version (4:10.2.1-1). 22:04:21 [2023-10-18T22:04:21.131Z] #49 3.258 libc6-dev is already the newest version (2.31-13+deb11u7). 22:04:21 [2023-10-18T22:04:21.131Z] #49 3.258 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:04:21 [2023-10-18T22:04:21.131Z] #49 DONE 4.0s 22:04:21 [2023-10-18T22:04:21.131Z] 22:04:21 [2023-10-18T22:04:21.131Z] #50 [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.54.2" && /build/golangci-lint --version 22:04:21 [2023-10-18T22:04:21.131Z] #50 3.247 go: downloading github.com/golangci/golangci-lint v1.54.2 22:04:21 [2023-10-18T22:04:21.131Z] #50 3.894 go: downloading github.com/fatih/color v1.15.0 22:04:21 [2023-10-18T22:04:21.131Z] #50 3.894 go: downloading github.com/gofrs/flock v0.8.1 22:04:21 [2023-10-18T22:04:21.131Z] #50 3.906 go: downloading github.com/spf13/cobra v1.7.0 22:04:21 [2023-10-18T22:04:21.131Z] #50 3.907 go: downloading github.com/spf13/pflag v1.0.5 22:04:21 [2023-10-18T22:04:21.131Z] #50 3.912 go: downloading github.com/spf13/viper v1.12.0 22:04:21 [2023-10-18T22:04:21.131Z] #50 3.912 go: downloading gopkg.in/yaml.v3 v3.0.1 22:04:21 [2023-10-18T22:04:21.131Z] #50 3.919 go: downloading github.com/hashicorp/go-version v1.6.0 22:04:21 [2023-10-18T22:04:21.131Z] #50 3.948 go: downloading github.com/ldez/gomoddirectives v0.2.3 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.055 go: downloading github.com/mitchellh/go-homedir v1.1.0 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.084 go: downloading github.com/mitchellh/mapstructure v1.5.0 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.085 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.108 go: downloading golang.org/x/tools v0.12.0 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.119 go: downloading github.com/hashicorp/go-multierror v1.1.1 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.172 go: downloading github.com/mattn/go-colorable v0.1.13 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.191 go: downloading github.com/sirupsen/logrus v1.9.3 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.191 go: downloading github.com/stretchr/testify v1.8.4 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.276 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.335 go: downloading github.com/mattn/go-isatty v0.0.17 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.343 go: downloading github.com/fsnotify/fsnotify v1.5.4 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.356 go: downloading github.com/spf13/afero v1.8.2 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.356 go: downloading github.com/spf13/cast v1.5.0 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.377 go: downloading github.com/spf13/jwalterweatherman v1.1.0 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.430 go: downloading golang.org/x/mod v0.12.0 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.435 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.543 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.543 go: downloading 4d63.com/gochecknoglobals v0.2.1 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.543 go: downloading github.com/4meepo/tagalign v1.3.2 22:04:21 [2023-10-18T22:04:21.131Z] #50 4.543 go: downloading github.com/Abirdcfly/dupword v0.0.12 22:04:21 [2023-10-18T22:04:21.390Z] #50 4.631 go: downloading github.com/Antonboom/errname v0.1.12 22:04:21 [2023-10-18T22:04:21.390Z] #50 4.700 go: downloading github.com/Antonboom/nilnil v0.1.7 22:04:21 [2023-10-18T22:04:21.390Z] #50 4.734 go: downloading github.com/BurntSushi/toml v1.3.2 22:04:21 [2023-10-18T22:04:21.390Z] #50 4.736 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 22:04:21 [2023-10-18T22:04:21.390Z] #50 4.789 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0 22:04:21 [2023-10-18T22:04:21.390Z] #50 4.789 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0 22:04:21 [2023-10-18T22:04:21.390Z] #50 4.799 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2 22:04:21 [2023-10-18T22:04:21.390Z] #50 4.846 go: downloading github.com/alexkohler/prealloc v1.0.0 22:04:21 [2023-10-18T22:04:21.652Z] #50 4.958 go: downloading github.com/alingse/asasalint v0.0.11 22:04:21 [2023-10-18T22:04:21.652Z] #50 4.959 go: downloading github.com/ashanbrown/forbidigo v1.6.0 22:04:21 [2023-10-18T22:04:21.652Z] #50 4.960 go: downloading github.com/ashanbrown/makezero v1.1.1 22:04:21 [2023-10-18T22:04:21.652Z] #50 5.052 go: downloading github.com/bkielbasa/cyclop v1.2.1 22:04:21 [2023-10-18T22:04:21.652Z] #50 5.062 go: downloading github.com/blizzy78/varnamelen v0.8.0 22:04:21 [2023-10-18T22:04:21.911Z] #50 5.106 go: downloading github.com/bombsimon/wsl/v3 v3.4.0 22:04:21 [2023-10-18T22:04:21.911Z] #50 5.120 go: downloading github.com/breml/bidichk v0.2.4 22:04:21 [2023-10-18T22:04:21.911Z] #50 5.183 go: downloading github.com/breml/errchkjson v0.3.1 22:04:21 [2023-10-18T22:04:21.911Z] #50 5.183 go: downloading github.com/butuzov/ireturn v0.2.0 22:04:21 [2023-10-18T22:04:21.911Z] #50 5.214 go: downloading github.com/butuzov/mirror v1.1.0 22:04:21 [2023-10-18T22:04:21.911Z] #50 5.218 go: downloading github.com/charithe/durationcheck v0.0.10 22:04:21 [2023-10-18T22:04:21.911Z] #50 5.267 go: downloading github.com/curioswitch/go-reassign v0.2.0 22:04:21 [2023-10-18T22:04:21.911Z] #50 5.294 go: downloading github.com/daixiang0/gci v0.11.0 22:04:22 [2023-10-18T22:04:22.170Z] #50 5.483 go: downloading github.com/denis-tingaikin/go-header v0.4.3 22:04:22 [2023-10-18T22:04:22.170Z] #50 5.485 go: downloading github.com/esimonov/ifshort v1.0.4 22:04:22 [2023-10-18T22:04:22.170Z] #50 5.552 go: downloading github.com/firefart/nonamedreturns v1.0.4 22:04:22 [2023-10-18T22:04:22.170Z] #50 5.553 go: downloading github.com/fzipp/gocyclo v0.6.0 22:04:22 [2023-10-18T22:04:22.170Z] #50 5.553 go: downloading github.com/go-critic/go-critic v0.9.0 22:04:22 [2023-10-18T22:04:22.170Z] #50 5.670 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 22:04:22 [2023-10-18T22:04:22.430Z] #50 5.815 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a 22:04:22 [2023-10-18T22:04:22.689Z] #50 5.815 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe 22:04:22 [2023-10-18T22:04:22.689Z] #50 6.010 go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2 22:04:22 [2023-10-18T22:04:22.689Z] #50 6.082 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 22:04:22 [2023-10-18T22:04:22.949Z] #50 6.271 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca 22:04:22 [2023-10-18T22:04:22.949Z] #50 6.274 go: downloading github.com/golangci/misspell v0.4.1 22:04:22 [2023-10-18T22:04:22.949Z] #50 6.276 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 22:04:22 [2023-10-18T22:04:22.949Z] #50 6.277 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601 22:04:22 [2023-10-18T22:04:22.949Z] #50 6.277 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 22:04:22 [2023-10-18T22:04:22.949Z] #50 6.278 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 22:04:22 [2023-10-18T22:04:22.949Z] #50 6.324 go: downloading github.com/hexops/gotextdiff v1.0.3 22:04:22 [2023-10-18T22:04:22.949Z] #50 6.400 go: downloading github.com/jgautheron/goconst v1.5.1 22:04:22 [2023-10-18T22:04:22.949Z] #50 6.433 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 22:04:23 [2023-10-18T22:04:23.210Z] #50 6.434 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af 22:04:23 [2023-10-18T22:04:23.210Z] #50 6.435 go: downloading github.com/julz/importas v0.1.0 22:04:23 [2023-10-18T22:04:23.210Z] #50 6.476 go: downloading github.com/kisielk/errcheck v1.6.3 22:04:23 [2023-10-18T22:04:23.210Z] #50 6.499 go: downloading github.com/kkHAIKE/contextcheck v1.1.4 22:04:23 [2023-10-18T22:04:23.210Z] #50 6.500 go: downloading github.com/kulti/thelper v0.6.3 22:04:23 [2023-10-18T22:04:23.210Z] #50 6.533 go: downloading github.com/kunwardeep/paralleltest v1.0.8 22:04:23 [2023-10-18T22:04:23.210Z] #50 6.589 go: downloading github.com/kyoh86/exportloopref v0.1.11 22:04:23 [2023-10-18T22:04:23.210Z] #50 6.662 go: downloading github.com/ldez/tagliatelle v0.5.0 22:04:23 [2023-10-18T22:04:23.469Z] #50 6.725 go: downloading github.com/leonklingele/grouper v1.1.1 22:04:23 [2023-10-18T22:04:23.469Z] #50 6.727 go: downloading github.com/lufeee/execinquery v1.2.1 22:04:23 [2023-10-18T22:04:23.469Z] #50 6.727 go: downloading github.com/maratori/testableexamples v1.0.0 22:04:23 [2023-10-18T22:04:23.469Z] #50 6.783 go: downloading github.com/maratori/testpackage v1.1.1 22:04:23 [2023-10-18T22:04:23.469Z] #50 6.861 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 22:04:23 [2023-10-18T22:04:23.469Z] #50 6.863 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 22:04:23 [2023-10-18T22:04:23.728Z] #50 6.960 go: downloading github.com/mgechev/revive v1.3.2 22:04:23 [2023-10-18T22:04:23.728Z] #50 7.061 go: downloading github.com/moricho/tparallel v0.3.1 22:04:23 [2023-10-18T22:04:23.728Z] #50 7.078 go: downloading github.com/nakabonne/nestif v0.3.1 22:04:23 [2023-10-18T22:04:23.728Z] #50 7.205 go: downloading github.com/nishanths/exhaustive v0.11.0 22:04:23 [2023-10-18T22:04:23.987Z] #50 7.240 go: downloading github.com/nishanths/predeclared v0.2.2 22:04:23 [2023-10-18T22:04:23.987Z] #50 7.307 go: downloading github.com/nunnatsa/ginkgolinter v0.13.5 22:04:23 [2023-10-18T22:04:23.987Z] #50 7.397 go: downloading github.com/polyfloyd/go-errorlint v1.4.4 22:04:23 [2023-10-18T22:04:23.987Z] #50 7.447 go: downloading github.com/ryancurrah/gomodguard v1.3.0 22:04:24 [2023-10-18T22:04:24.248Z] #50 7.575 go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0 22:04:24 [2023-10-18T22:04:24.248Z] #50 7.575 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7 22:04:24 [2023-10-18T22:04:24.248Z] #50 7.576 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 22:04:24 [2023-10-18T22:04:24.248Z] #50 7.594 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0 22:04:24 [2023-10-18T22:04:24.248Z] #50 7.595 go: downloading github.com/securego/gosec/v2 v2.17.0 22:04:24 [2023-10-18T22:04:24.248Z] #50 7.706 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.723 go: downloading github.com/sivchari/containedctx v1.0.3 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.744 go: downloading github.com/sivchari/nosnakecase v1.7.0 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.819 go: downloading github.com/sivchari/tenv v1.7.1 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.820 go: downloading github.com/sonatard/noctx v0.0.2 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.821 go: downloading github.com/sourcegraph/go-diff v0.7.0 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.826 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.827 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.827 go: downloading github.com/tdakkota/asciicheck v0.2.0 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.876 go: downloading github.com/tetafro/godot v1.4.14 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.886 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.896 go: downloading github.com/timonwong/loggercheck v0.9.4 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.897 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.919 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1 22:04:24 [2023-10-18T22:04:24.508Z] #50 7.991 go: downloading github.com/ultraware/funlen v0.1.0 22:04:24 [2023-10-18T22:04:24.508Z] #50 8.001 go: downloading github.com/ultraware/whitespace v0.0.5 22:04:24 [2023-10-18T22:04:24.508Z] #50 8.017 go: downloading github.com/uudashr/gocognit v1.0.7 22:04:24 [2023-10-18T22:04:24.508Z] #50 8.025 go: downloading github.com/xen0n/gosmopolitan v1.2.1 22:04:24 [2023-10-18T22:04:24.842Z] #50 8.118 go: downloading github.com/yagipy/maintidx v1.0.0 22:04:24 [2023-10-18T22:04:24.842Z] #50 8.120 go: downloading github.com/yeya24/promlinter v0.2.0 22:04:24 [2023-10-18T22:04:24.842Z] #50 8.236 go: downloading github.com/ykadowak/zerologlint v0.1.3 22:04:25 [2023-10-18T22:04:25.102Z] #50 8.427 go: downloading gitlab.com/bosi/decorder v0.4.0 22:04:25 [2023-10-18T22:04:25.102Z] #50 8.429 go: downloading go.tmz.dev/musttag v0.7.2 22:04:25 [2023-10-18T22:04:25.102Z] #50 8.431 go: downloading honnef.co/go/tools v0.4.5 22:04:25 [2023-10-18T22:04:25.361Z] #50 8.651 go: downloading mvdan.cc/gofumpt v0.5.0 22:04:25 [2023-10-18T22:04:25.361Z] #50 8.793 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed 22:04:25 [2023-10-18T22:04:25.623Z] #50 8.889 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d 22:04:25 [2023-10-18T22:04:25.623Z] #50 9.016 go: downloading github.com/hashicorp/errwrap v1.0.0 22:04:25 [2023-10-18T22:04:25.623Z] #50 9.043 go: downloading golang.org/x/sys v0.11.0 22:04:25 [2023-10-18T22:04:25.881Z] #50 9.259 go: downloading github.com/davecgh/go-spew v1.1.1 22:04:25 [2023-10-18T22:04:25.881Z] #50 9.260 go: downloading github.com/pmezard/go-difflib v1.0.0 22:04:25 [2023-10-18T22:04:25.881Z] #50 9.261 go: downloading github.com/stretchr/objx v0.5.0 22:04:25 [2023-10-18T22:04:25.881Z] #50 9.261 go: downloading github.com/subosito/gotenv v1.4.1 22:04:25 [2023-10-18T22:04:25.881Z] #50 9.267 go: downloading github.com/hashicorp/hcl v1.0.0 22:04:26 [2023-10-18T22:04:26.160Z] #50 9.389 go: downloading gopkg.in/ini.v1 v1.67.0 22:04:26 [2023-10-18T22:04:26.160Z] #50 9.415 go: downloading github.com/magiconair/properties v1.8.6 22:04:26 [2023-10-18T22:04:26.160Z] #50 9.450 go: downloading github.com/pelletier/go-toml/v2 v2.0.5 22:04:26 [2023-10-18T22:04:26.160Z] #50 9.540 go: downloading golang.org/x/text v0.12.0 22:04:26 [2023-10-18T22:04:26.420Z] #50 9.642 go: downloading github.com/fatih/structtag v1.2.0 22:04:26 [2023-10-18T22:04:26.420Z] #50 9.738 go: downloading github.com/gobwas/glob v0.2.3 22:04:26 [2023-10-18T22:04:26.420Z] #50 9.759 go: downloading github.com/google/go-cmp v0.5.9 22:04:26 [2023-10-18T22:04:26.420Z] #50 9.761 go: downloading gopkg.in/yaml.v2 v2.4.0 22:04:26 [2023-10-18T22:04:26.420Z] #50 9.878 go: downloading github.com/pelletier/go-toml v1.9.5 22:04:26 [2023-10-18T22:04:26.685Z] #50 9.904 go: downloading golang.org/x/sync v0.3.0 22:04:26 [2023-10-18T22:04:26.685Z] #50 9.987 go: downloading go.uber.org/zap v1.24.0 22:04:26 [2023-10-18T22:04:26.685Z] #50 ... 22:04:26 [2023-10-18T22:04:26.685Z] 22:04:26 [2023-10-18T22:04:26.685Z] #51 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help 22:04:26 [2023-10-18T22:04:26.685Z] #51 3.483 go: downloading github.com/pelletier/go-toml v1.8.1 22:04:26 [2023-10-18T22:04:26.945Z] #51 ... 22:04:26 [2023-10-18T22:04:26.945Z] 22:04:26 [2023-10-18T22:04:26.945Z] #52 [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.0" && /build/go-winres --help 22:04:26 [2023-10-18T22:04:26.945Z] #52 3.667 go: downloading github.com/tc-hib/go-winres v0.3.0 22:04:26 [2023-10-18T22:04:26.945Z] #52 4.260 go: downloading github.com/tc-hib/winres v0.1.6 22:04:26 [2023-10-18T22:04:26.945Z] #52 4.261 go: downloading github.com/urfave/cli/v2 v2.3.0 22:04:26 [2023-10-18T22:04:26.945Z] #52 4.693 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 22:04:26 [2023-10-18T22:04:26.945Z] #52 4.693 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb 22:04:26 [2023-10-18T22:04:26.945Z] #52 4.899 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 22:04:26 [2023-10-18T22:04:26.945Z] #52 4.905 go: downloading github.com/russross/blackfriday/v2 v2.1.0 22:04:26 [2023-10-18T22:04:26.945Z] #52 ... 22:04:26 [2023-10-18T22:04:26.945Z] 22:04:26 [2023-10-18T22:04:26.945Z] #53 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; 22:04:26 [2023-10-18T22:04:26.945Z] #53 3.570 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 3.585 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 3.585 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 3.732 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 3.936 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 4.264 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 5.228 Fetched 8426 kB in 2s (4248 kB/s) 22:04:26 [2023-10-18T22:04:26.945Z] #53 5.228 Reading package lists... 22:04:26 [2023-10-18T22:04:26.945Z] #53 6.075 Reading package lists... 22:04:26 [2023-10-18T22:04:26.945Z] #53 6.879 Building dependency tree... 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.356 python3 is already the newest version (3.9.2-3). 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.356 The following additional packages will be installed: 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.361 autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.362 patch xz-utils 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.364 Suggested packages: 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.364 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.364 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.364 m4-doc ed diffutils-doc 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.364 Recommended packages: 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.364 fakeroot libalgorithm-merge-perl libltdl-dev 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.597 The following NEW packages will be installed: 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.603 autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.604 libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.605 libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.881 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded. 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.881 Need to get 5461 kB of archives. 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.881 After this operation, 11.6 MB of additional disk space will be used. 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.881 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.891 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.897 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.913 Get:4 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.917 Get:5 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.931 Get:6 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.933 Get:7 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.950 Get:8 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 7.954 Get:9 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2314 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.046 Get:10 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.084 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.118 Get:12 http://deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.124 Get:13 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.130 Get:14 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.135 Get:15 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.157 Get:16 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.215 Get:17 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.249 Get:18 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.361 Get:19 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3+deb11u2 [23.5 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.430 Get:20 http://deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3+deb11u2 [32.1 kB] 22:04:26 [2023-10-18T22:04:26.945Z] #53 8.911 debconf: delaying package configuration, since apt-utils is not installed 22:04:26 [2023-10-18T22:04:26.945Z] #53 9.085 Fetched 5461 kB in 1s (6649 kB/s) 22:04:26 [2023-10-18T22:04:26.945Z] #53 9.177 Selecting previously unselected package bzip2. 22:04:26 [2023-10-18T22:04:26.945Z] #53 9.177 (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 ... 15746 files and directories currently installed.) 22:04:26 [2023-10-18T22:04:26.945Z] #53 9.208 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ... 22:04:26 [2023-10-18T22:04:26.945Z] #53 9.228 Unpacking bzip2 (1.0.8-4) ... 22:04:26 [2023-10-18T22:04:26.945Z] #53 9.607 Selecting previously unselected package xz-utils. 22:04:26 [2023-10-18T22:04:26.945Z] #53 9.611 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... 22:04:26 [2023-10-18T22:04:26.945Z] #53 9.630 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... 22:04:26 [2023-10-18T22:04:26.945Z] #53 10.03 Selecting previously unselected package libsigsegv2:arm64. 22:04:26 [2023-10-18T22:04:26.945Z] #53 10.04 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ... 22:04:26 [2023-10-18T22:04:26.945Z] #53 10.22 Unpacking libsigsegv2:arm64 (2.13-1) ... 22:04:27 [2023-10-18T22:04:27.212Z] #53 10.43 Selecting previously unselected package m4. 22:04:27 [2023-10-18T22:04:27.212Z] #53 10.43 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ... 22:04:27 [2023-10-18T22:04:27.212Z] #53 10.46 Unpacking m4 (1.4.18-5) ... 22:04:27 [2023-10-18T22:04:27.212Z] #53 ... 22:04:27 [2023-10-18T22:04:27.212Z] 22:04:27 [2023-10-18T22:04:27.212Z] #54 [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 22:04:27 [2023-10-18T22:04:27.212Z] #54 4.011 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:27 [2023-10-18T22:04:27.212Z] #54 4.036 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:27 [2023-10-18T22:04:27.212Z] #54 4.037 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:27 [2023-10-18T22:04:27.212Z] #54 4.501 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:27 [2023-10-18T22:04:27.212Z] #54 5.114 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:27 [2023-10-18T22:04:27.212Z] #54 5.651 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:27 [2023-10-18T22:04:27.212Z] #54 6.802 Fetched 8426 kB in 3s (2705 kB/s) 22:04:27 [2023-10-18T22:04:27.212Z] #54 6.802 Reading package lists... 22:04:27 [2023-10-18T22:04:27.212Z] #54 8.323 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:04:27 [2023-10-18T22:04:27.212Z] #54 8.324 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:04:27 [2023-10-18T22:04:27.212Z] #54 8.324 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:04:27 [2023-10-18T22:04:27.212Z] #54 9.574 Reading package lists... 22:04:27 [2023-10-18T22:04:27.212Z] #54 10.28 + apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev 22:04:27 [2023-10-18T22:04:27.475Z] #54 10.30 Reading package lists... 22:04:27 [2023-10-18T22:04:27.475Z] #54 ... 22:04:27 [2023-10-18T22:04:27.475Z] 22:04:27 [2023-10-18T22:04:27.475Z] #55 [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 22:04:27 [2023-10-18T22:04:27.475Z] #55 4.051 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #55 4.077 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #55 4.077 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #55 4.549 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #55 5.143 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #55 5.853 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #55 6.796 Fetched 8426 kB in 3s (2781 kB/s) 22:04:27 [2023-10-18T22:04:27.475Z] #55 6.796 Reading package lists... 22:04:27 [2023-10-18T22:04:27.475Z] #55 8.539 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:04:27 [2023-10-18T22:04:27.475Z] #55 8.539 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:04:27 [2023-10-18T22:04:27.475Z] #55 8.539 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:04:27 [2023-10-18T22:04:27.475Z] #55 9.854 Reading package lists... 22:04:27 [2023-10-18T22:04:27.475Z] #55 ... 22:04:27 [2023-10-18T22:04:27.475Z] 22:04:27 [2023-10-18T22:04:27.475Z] #56 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake 22:04:27 [2023-10-18T22:04:27.475Z] #56 3.634 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 3.661 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 3.705 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 3.963 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 4.475 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 5.063 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 5.727 Fetched 8426 kB in 2s (3525 kB/s) 22:04:27 [2023-10-18T22:04:27.475Z] #56 5.727 Reading package lists... 22:04:27 [2023-10-18T22:04:27.475Z] #56 6.664 Reading package lists... 22:04:27 [2023-10-18T22:04:27.475Z] #56 7.449 Building dependency tree... 22:04:27 [2023-10-18T22:04:27.475Z] #56 7.960 The following additional packages will be installed: 22:04:27 [2023-10-18T22:04:27.475Z] #56 7.967 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 22:04:27 [2023-10-18T22:04:27.475Z] #56 7.969 Suggested packages: 22:04:27 [2023-10-18T22:04:27.475Z] #56 7.970 cmake-doc ninja-build lrzip 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.125 The following NEW packages will be installed: 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.130 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.407 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.407 Need to get 15.1 MB of archives. 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.407 After this operation, 66.8 MB of additional disk space will be used. 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.407 Get:1 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.448 Get:2 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.558 Get:3 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.569 Get:4 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.573 Get:5 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.580 Get:6 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.583 Get:7 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.610 Get:8 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] 22:04:27 [2023-10-18T22:04:27.475Z] #56 8.957 debconf: delaying package configuration, since apt-utils is not installed 22:04:27 [2023-10-18T22:04:27.475Z] #56 9.133 Fetched 15.1 MB in 1s (25.2 MB/s) 22:04:27 [2023-10-18T22:04:27.475Z] #56 9.311 Selecting previously unselected package cmake-data. 22:04:27 [2023-10-18T22:04:27.475Z] #56 9.311 (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 ... 15746 files and directories currently installed.) 22:04:27 [2023-10-18T22:04:27.475Z] #56 9.333 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ... 22:04:27 [2023-10-18T22:04:27.475Z] #56 9.411 Unpacking cmake-data (3.18.4-2+deb11u1) ... 22:04:27 [2023-10-18T22:04:27.475Z] #56 ... 22:04:27 [2023-10-18T22:04:27.475Z] 22:04:27 [2023-10-18T22:04:27.475Z] #57 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.22" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:27 [2023-10-18T22:04:27.745Z] #57 ... 22:04:27 [2023-10-18T22:04:27.745Z] 22:04:27 [2023-10-18T22:04:27.745Z] #58 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.9" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:27 [2023-10-18T22:04:27.745Z] #58 ... 22:04:27 [2023-10-18T22:04:27.745Z] 22:04:27 [2023-10-18T22:04:27.745Z] #59 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD 22:04:28 [2023-10-18T22:04:28.024Z] #59 ... 22:04:28 [2023-10-18T22:04:28.024Z] 22:04:28 [2023-10-18T22:04:28.024Z] #60 [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 22:04:28 [2023-10-18T22:04:28.024Z] #60 3.862 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:28 [2023-10-18T22:04:28.024Z] #60 3.892 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:28 [2023-10-18T22:04:28.024Z] #60 3.898 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:28 [2023-10-18T22:04:28.024Z] #60 4.108 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:28 [2023-10-18T22:04:28.024Z] #60 4.600 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:28 [2023-10-18T22:04:28.024Z] #60 5.048 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:28 [2023-10-18T22:04:28.024Z] #60 5.964 Fetched 8426 kB in 2s (3568 kB/s) 22:04:28 [2023-10-18T22:04:28.024Z] #60 5.964 Reading package lists... 22:04:28 [2023-10-18T22:04:28.024Z] #60 7.709 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:04:28 [2023-10-18T22:04:28.024Z] #60 7.717 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:04:28 [2023-10-18T22:04:28.024Z] #60 7.728 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:04:28 [2023-10-18T22:04:28.024Z] #60 9.036 Reading package lists... 22:04:28 [2023-10-18T22:04:28.024Z] #60 9.735 + apt-get install -y --no-install-recommends gcc libc6-dev 22:04:28 [2023-10-18T22:04:28.024Z] #60 9.771 Reading package lists... 22:04:28 [2023-10-18T22:04:28.024Z] #60 10.61 Building dependency tree... 22:04:28 [2023-10-18T22:04:28.024Z] #60 11.16 gcc is already the newest version (4:10.2.1-1). 22:04:28 [2023-10-18T22:04:28.024Z] #60 11.16 libc6-dev is already the newest version (2.31-13+deb11u7). 22:04:28 [2023-10-18T22:04:28.024Z] #60 11.16 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:04:28 [2023-10-18T22:04:28.024Z] #60 ... 22:04:28 [2023-10-18T22:04:28.024Z] 22:04:28 [2023-10-18T22:04:28.024Z] #61 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2" && /build/gotestsum --version 22:04:28 [2023-10-18T22:04:28.024Z] #61 3.598 go: downloading gotest.tools/gotestsum v1.8.2 22:04:28 [2023-10-18T22:04:28.024Z] #61 4.499 go: downloading github.com/dnephin/pflag v1.0.7 22:04:28 [2023-10-18T22:04:28.024Z] #61 4.499 go: downloading github.com/fatih/color v1.13.0 22:04:28 [2023-10-18T22:04:28.024Z] #61 4.499 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 22:04:28 [2023-10-18T22:04:28.024Z] #61 4.499 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 22:04:28 [2023-10-18T22:04:28.024Z] #61 4.506 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f 22:04:28 [2023-10-18T22:04:28.024Z] #61 4.506 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 22:04:28 [2023-10-18T22:04:28.024Z] #61 4.543 go: downloading golang.org/x/tools v0.1.11 22:04:28 [2023-10-18T22:04:28.024Z] #61 4.615 go: downloading github.com/mattn/go-isatty v0.0.14 22:04:28 [2023-10-18T22:04:28.024Z] #61 4.615 go: downloading github.com/mattn/go-colorable v0.1.12 22:04:28 [2023-10-18T22:04:28.024Z] #61 6.787 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 22:04:28 [2023-10-18T22:04:28.283Z] #61 ... 22:04:28 [2023-10-18T22:04:28.284Z] 22:04:28 [2023-10-18T22:04:28.284Z] #62 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0" && /build/shfmt --version 22:04:28 [2023-10-18T22:04:28.284Z] #62 2.962 go: downloading mvdan.cc/sh/v3 v3.6.0 22:04:28 [2023-10-18T22:04:28.284Z] #62 3.338 go: downloading golang.org/x/term v0.3.0 22:04:28 [2023-10-18T22:04:28.284Z] #62 3.339 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e 22:04:28 [2023-10-18T22:04:28.284Z] #62 3.339 go: downloading github.com/google/renameio/v2 v2.0.0 22:04:28 [2023-10-18T22:04:28.284Z] #62 3.344 go: downloading mvdan.cc/editorconfig v0.2.0 22:04:28 [2023-10-18T22:04:28.284Z] #62 3.426 go: downloading golang.org/x/sys v0.3.0 22:04:28 [2023-10-18T22:04:28.284Z] #62 ... 22:04:28 [2023-10-18T22:04:28.284Z] 22:04:28 [2023-10-18T22:04:28.284Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:28 [2023-10-18T22:04:28.284Z] #63 3.658 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/* 22:04:28 [2023-10-18T22:04:28.284Z] #63 5.532 + git checkout -q FETCH_HEAD 22:04:28 [2023-10-18T22:04:28.284Z] #63 5.893 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go 22:04:28 [2023-10-18T22:04:28.284Z] #63 5.893 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.693 internal/coverage/rtcov 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.698 internal/goos 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.707 internal/goexperiment 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.714 internal/race 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.723 internal/unsafeheader 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.739 internal/goarch 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.743 internal/cpu 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.774 sync/atomic 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.779 runtime/internal/syscall 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.780 unicode 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.792 unicode/utf8 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.932 internal/abi 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.938 runtime/internal/math 22:04:28 [2023-10-18T22:04:28.284Z] #63 6.939 runtime/internal/sys 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.027 container/list 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.095 internal/itoa 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.170 math/bits 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.196 crypto/internal/alias 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.205 crypto/subtle 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.211 crypto/internal/boring/sig 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.256 unicode/utf16 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.271 vendor/golang.org/x/crypto/cryptobyte/asn1 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.272 internal/nettrace 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.291 vendor/golang.org/x/crypto/internal/alias 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.319 encoding 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.345 github.com/docker/distribution/manifest 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.358 github.com/inconshreveable/mousetrap 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.398 github.com/docker/distribution/registry/storage/driver/gcs 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.399 github.com/docker/distribution/registry/storage/driver/oss 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.434 internal/bytealg 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.434 runtime/internal/atomic 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.507 math 22:04:28 [2023-10-18T22:04:28.284Z] #63 7.929 runtime 22:04:28 [2023-10-18T22:04:28.284Z] #63 ... 22:04:28 [2023-10-18T22:04:28.284Z] 22:04:28 [2023-10-18T22:04:28.284Z] #64 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:28 [2023-10-18T22:04:28.542Z] #64 ... 22:04:28 [2023-10-18T22:04:28.542Z] 22:04:28 [2023-10-18T22:04:28.542Z] #50 [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.54.2" && /build/golangci-lint --version 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.16 go: downloading github.com/go-toolsmith/astcast v1.1.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.20 go: downloading github.com/go-toolsmith/astcopy v1.1.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.30 go: downloading github.com/go-toolsmith/astequal v1.1.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.37 go: downloading github.com/go-toolsmith/astfmt v1.1.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.39 go: downloading github.com/go-toolsmith/astp v1.1.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.39 go: downloading github.com/go-toolsmith/strparse v1.1.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.41 go: downloading github.com/go-toolsmith/typep v1.1.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.43 go: downloading github.com/kisielk/gotool v1.0.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.43 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.43 go: downloading github.com/quasilyte/go-ruleguard v0.4.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.51 go: downloading github.com/gostaticanalysis/comment v1.4.2 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.73 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.74 go: downloading github.com/ettle/strcase v0.1.1 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.74 go: downloading github.com/Masterminds/semver v1.5.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.81 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1 22:04:28 [2023-10-18T22:04:28.542Z] #50 10.84 go: downloading github.com/prometheus/client_golang v1.12.1 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.07 go: downloading github.com/prometheus/client_model v0.2.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.15 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.15 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.19 go: downloading go.uber.org/atomic v1.7.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.22 go: downloading go.uber.org/multierr v1.6.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.24 go: downloading github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.24 go: downloading github.com/olekukonko/tablewriter v0.0.5 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.33 go: downloading github.com/quasilyte/gogrep v0.5.0 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.37 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.38 go: downloading github.com/beorn7/perks v1.0.1 22:04:28 [2023-10-18T22:04:28.542Z] #50 11.45 go: downloading github.com/cespare/xxhash/v2 v2.1.2 22:04:28 [2023-10-18T22:04:28.543Z] #50 11.45 go: downloading github.com/golang/protobuf v1.5.2 22:04:28 [2023-10-18T22:04:28.543Z] #50 11.47 go: downloading github.com/prometheus/common v0.32.1 22:04:28 [2023-10-18T22:04:28.543Z] #50 11.48 go: downloading github.com/prometheus/procfs v0.7.3 22:04:28 [2023-10-18T22:04:28.543Z] #50 11.56 go: downloading google.golang.org/protobuf v1.28.0 22:04:28 [2023-10-18T22:04:28.543Z] #50 11.80 go: downloading github.com/mattn/go-runewidth v0.0.9 22:04:28 [2023-10-18T22:04:28.801Z] #50 12.29 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 22:04:28 [2023-10-18T22:04:28.801Z] #50 ... 22:04:28 [2023-10-18T22:04:28.801Z] 22:04:28 [2023-10-18T22:04:28.801Z] #65 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:29 [2023-10-18T22:04:29.061Z] #65 ... 22:04:29 [2023-10-18T22:04:29.061Z] 22:04:29 [2023-10-18T22:04:29.061Z] #66 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:29 [2023-10-18T22:04:29.320Z] #66 ... 22:04:29 [2023-10-18T22:04:29.320Z] 22:04:29 [2023-10-18T22:04:29.320Z] #54 [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 22:04:29 [2023-10-18T22:04:29.320Z] #54 10.30 Reading package lists... 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.09 Building dependency tree... 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.65 gcc is already the newest version (4:10.2.1-1). 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.65 libc6-dev is already the newest version (2.31-13+deb11u7). 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.65 The following additional packages will be installed: 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.66 bzip2 patch xz-utils 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.67 Suggested packages: 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.67 bzip2-doc debian-keyring seccomp ed diffutils-doc 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.67 Recommended packages: 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.67 build-essential fakeroot libalgorithm-merge-perl 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.78 The following NEW packages will be installed: 22:04:29 [2023-10-18T22:04:29.320Z] #54 11.79 bzip2 dpkg-dev libseccomp-dev patch xz-utils 22:04:29 [2023-10-18T22:04:29.320Z] #54 12.10 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. 22:04:29 [2023-10-18T22:04:29.320Z] #54 12.10 Need to get 2791 kB of archives. 22:04:29 [2023-10-18T22:04:29.320Z] #54 12.10 After this operation, 4078 kB of additional disk space will be used. 22:04:29 [2023-10-18T22:04:29.320Z] #54 12.10 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] 22:04:29 [2023-10-18T22:04:29.320Z] #54 12.13 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] 22:04:29 [2023-10-18T22:04:29.320Z] #54 12.17 Get:3 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] 22:04:29 [2023-10-18T22:04:29.320Z] #54 12.18 Get:4 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2314 kB] 22:04:29 [2023-10-18T22:04:29.320Z] #54 12.30 Get:5 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] 22:04:29 [2023-10-18T22:04:29.579Z] #54 12.74 debconf: delaying package configuration, since apt-utils is not installed 22:04:29 [2023-10-18T22:04:29.877Z] #54 ... 22:04:29 [2023-10-18T22:04:29.877Z] 22:04:29 [2023-10-18T22:04:29.877Z] #66 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:29 [2023-10-18T22:04:29.877Z] #66 DONE 10.8s 22:04:29 [2023-10-18T22:04:29.877Z] 22:04:29 [2023-10-18T22:04:29.877Z] #54 [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 22:04:29 [2023-10-18T22:04:29.877Z] #54 12.92 Fetched 2791 kB in 1s (4764 kB/s) 22:04:29 [2023-10-18T22:04:29.877Z] #54 13.11 Selecting previously unselected package bzip2. 22:04:30 [2023-10-18T22:04:30.136Z] #54 13.11 (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 ... 15746 files and directories currently installed.) 22:04:30 [2023-10-18T22:04:30.136Z] #54 13.15 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.136Z] #54 13.16 Unpacking bzip2 (1.0.8-4) ... 22:04:30 [2023-10-18T22:04:30.395Z] #54 ... 22:04:30 [2023-10-18T22:04:30.395Z] 22:04:30 [2023-10-18T22:04:30.395Z] #21 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:30 [2023-10-18T22:04:30.395Z] #21 8.558 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... 22:04:30 [2023-10-18T22:04:30.395Z] #21 9.234 #=#=# 22:04:30 [2023-10-18T22:04:30.395Z] #21 9.590 #=#=# 0.1% ##################### 29.7% ########################################## 59.2% ######################################################################## 100.0% 22:04:30 [2023-10-18T22:04:30.395Z] #21 10.32 22:04:30 [2023-10-18T22:04:30.395Z] #21 13.18 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... 22:04:30 [2023-10-18T22:04:30.395Z] #21 13.81 #=#=# 22:04:30 [2023-10-18T22:04:30.395Z] #21 14.09 #=#=# ######################################################################## 100.0% 22:04:30 [2023-10-18T22:04:30.395Z] #21 14.40 22:04:30 [2023-10-18T22:04:30.395Z] #21 15.99 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... 22:04:30 [2023-10-18T22:04:30.395Z] #21 16.76 #=#=# 22:04:30 [2023-10-18T22:04:30.395Z] #21 17.08 #=#=# ######################################################################## 100.0% 22:04:30 [2023-10-18T22:04:30.395Z] #21 17.51 22:04:30 [2023-10-18T22:04:30.395Z] #21 17.67 Download of images into '/build' complete. 22:04:30 [2023-10-18T22:04:30.395Z] #21 17.67 Use something like the following to load the result into a Docker daemon: 22:04:30 [2023-10-18T22:04:30.395Z] #21 17.68 tar -cC '/build' . | docker load 22:04:30 [2023-10-18T22:04:30.395Z] #21 ... 22:04:30 [2023-10-18T22:04:30.395Z] 22:04:30 [2023-10-18T22:04:30.395Z] #55 [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 22:04:30 [2023-10-18T22:04:30.395Z] #55 9.854 Reading package lists... 22:04:30 [2023-10-18T22:04:30.395Z] #55 10.76 + apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:30 [2023-10-18T22:04:30.395Z] #55 10.80 Reading package lists... 22:04:30 [2023-10-18T22:04:30.395Z] #55 11.87 Building dependency tree... 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 gcc is already the newest version (4:10.2.1-1). 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 The following additional packages will be installed: 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 python3-distutils python3-lib2to3 uuid-dev zlib1g-dev 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 Suggested packages: 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin 22:04:30 [2023-10-18T22:04:30.395Z] #55 12.71 | libgdk-pixbuf2.0-dev libxml2-utils 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.04 The following NEW packages will be installed: 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.04 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.05 libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.05 libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.05 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.05 libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.05 libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.38 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.38 Need to get 7950 kB of archives. 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.38 After this operation, 39.9 MB of additional disk space will be used. 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.38 Get:1 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.38 Get:2 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.39 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.39 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.41 Get:5 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.41 Get:6 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.41 Get:7 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.41 Get:8 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.42 Get:9 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.42 Get:10 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.43 Get:11 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.43 Get:12 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.48 Get:13 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.49 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.49 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.50 Get:16 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.54 Get:17 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.58 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB] 22:04:30 [2023-10-18T22:04:30.395Z] #55 13.58 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB] 22:04:30 [2023-10-18T22:04:30.654Z] #55 13.60 Get:20 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB] 22:04:30 [2023-10-18T22:04:30.654Z] #55 13.62 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB] 22:04:30 [2023-10-18T22:04:30.654Z] #55 13.64 Get:22 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] 22:04:30 [2023-10-18T22:04:30.654Z] #55 13.66 Get:23 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB] 22:04:30 [2023-10-18T22:04:30.654Z] #55 13.66 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB] 22:04:30 [2023-10-18T22:04:30.654Z] #55 13.67 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB] 22:04:30 [2023-10-18T22:04:30.654Z] #55 13.68 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB] 22:04:30 [2023-10-18T22:04:30.654Z] #55 13.68 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB] 22:04:30 [2023-10-18T22:04:30.654Z] #55 13.73 Get:28 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB] 22:04:30 [2023-10-18T22:04:30.913Z] #55 13.73 Get:29 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB] 22:04:30 [2023-10-18T22:04:30.913Z] #55 13.94 Get:30 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB] 22:04:31 [2023-10-18T22:04:31.517Z] #55 14.42 debconf: delaying package configuration, since apt-utils is not installed 22:04:31 [2023-10-18T22:04:31.517Z] #55 14.58 Fetched 7950 kB in 1s (9095 kB/s) 22:04:32 [2023-10-18T22:04:32.460Z] #55 15.37 Selecting previously unselected package libgirepository-1.0-1:arm64. 22:04:32 [2023-10-18T22:04:32.460Z] #55 15.37 (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 ... 15746 files and directories currently installed.) 22:04:32 [2023-10-18T22:04:32.460Z] #55 15.39 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ... 22:04:32 [2023-10-18T22:04:32.720Z] #55 15.69 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... 22:04:33 [2023-10-18T22:04:33.304Z] #55 16.20 Selecting previously unselected package gir1.2-glib-2.0:arm64. 22:04:33 [2023-10-18T22:04:33.304Z] #55 16.20 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ... 22:04:33 [2023-10-18T22:04:33.304Z] #55 16.23 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... 22:04:33 [2023-10-18T22:04:33.707Z] #55 ... 22:04:33 [2023-10-18T22:04:33.707Z] 22:04:33 [2023-10-18T22:04:33.707Z] #59 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD 22:04:33 [2023-10-18T22:04:33.707Z] #59 DONE 16.0s 22:04:33 [2023-10-18T22:04:33.707Z] 22:04:33 [2023-10-18T22:04:33.707Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:33 [2023-10-18T22:04:33.707Z] #63 13.87 sync 22:04:33 [2023-10-18T22:04:33.707Z] #63 13.87 internal/reflectlite 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.10 internal/testlog 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.10 internal/godebug 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.10 internal/singleflight 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.26 math/rand 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.26 internal/intern 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.60 errors 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.60 sort 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.67 internal/oserror 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.67 strconv 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.68 io 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.68 internal/safefilepath 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.68 vendor/golang.org/x/net/dns/dnsmessage 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.68 path 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.68 crypto/internal/nistec/fiat 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.69 syscall 22:04:33 [2023-10-18T22:04:33.707Z] #63 14.85 container/heap 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.12 bytes 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.12 hash 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.12 crypto/internal/randutil 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.12 strings 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.29 text/tabwriter 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.33 reflect 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.35 crypto 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.40 crypto/rc4 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.49 net/netip 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.54 hash/crc32 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.58 vendor/golang.org/x/text/transform 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.58 encoding/base32 22:04:33 [2023-10-18T22:04:33.707Z] #63 15.63 bufio 22:04:33 [2023-10-18T22:04:33.967Z] #63 15.86 net/http/internal/ascii 22:04:33 [2023-10-18T22:04:33.967Z] #63 15.88 regexp/syntax 22:04:33 [2023-10-18T22:04:33.967Z] #63 15.90 github.com/stevvooe/resumable 22:04:34 [2023-10-18T22:04:34.225Z] #63 16.01 github.com/garyburd/redigo/internal 22:04:34 [2023-10-18T22:04:34.225Z] #63 16.03 golang.org/x/crypto/blowfish 22:04:34 [2023-10-18T22:04:34.225Z] #63 16.04 html 22:04:34 [2023-10-18T22:04:34.794Z] #63 16.76 internal/syscall/unix 22:04:34 [2023-10-18T22:04:34.794Z] #63 16.76 time 22:04:34 [2023-10-18T22:04:34.794Z] #63 16.76 internal/syscall/execenv 22:04:35 [2023-10-18T22:04:35.782Z] #63 17.32 regexp 22:04:36 [2023-10-18T22:04:36.720Z] #63 18.44 context 22:04:36 [2023-10-18T22:04:36.720Z] #63 18.44 io/fs 22:04:36 [2023-10-18T22:04:36.720Z] #63 18.44 internal/poll 22:04:36 [2023-10-18T22:04:36.720Z] #63 18.73 embed 22:04:36 [2023-10-18T22:04:36.979Z] #63 18.88 os 22:04:37 [2023-10-18T22:04:37.238Z] #63 19.00 internal/fmtsort 22:04:37 [2023-10-18T22:04:37.239Z] #63 19.01 internal/saferio 22:04:37 [2023-10-18T22:04:37.239Z] #63 19.01 encoding/binary 22:04:37 [2023-10-18T22:04:37.500Z] #63 19.33 fmt 22:04:37 [2023-10-18T22:04:37.500Z] #63 19.34 net 22:04:37 [2023-10-18T22:04:37.500Z] #63 19.34 os/signal 22:04:37 [2023-10-18T22:04:37.500Z] #63 19.34 io/ioutil 22:04:37 [2023-10-18T22:04:37.500Z] #63 19.34 path/filepath 22:04:37 [2023-10-18T22:04:37.500Z] #63 19.35 crypto/cipher 22:04:37 [2023-10-18T22:04:37.500Z] #63 19.35 crypto/internal/edwards25519/field 22:04:37 [2023-10-18T22:04:37.501Z] #63 19.35 crypto/internal/nistec 22:04:37 [2023-10-18T22:04:37.501Z] #63 19.48 crypto/md5 22:04:37 [2023-10-18T22:04:37.501Z] #63 ... 22:04:37 [2023-10-18T22:04:37.501Z] 22:04:37 [2023-10-18T22:04:37.501Z] #53 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; 22:04:37 [2023-10-18T22:04:37.501Z] #53 10.92 Selecting previously unselected package autoconf. 22:04:37 [2023-10-18T22:04:37.501Z] #53 10.92 Preparing to unpack .../04-autoconf_2.69-14_all.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 10.97 Unpacking autoconf (2.69-14) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 11.30 Selecting previously unselected package autotools-dev. 22:04:37 [2023-10-18T22:04:37.501Z] #53 11.31 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 11.34 Unpacking autotools-dev (20180224.1+nmu1) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 11.68 Selecting previously unselected package automake. 22:04:37 [2023-10-18T22:04:37.501Z] #53 11.68 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 11.79 Unpacking automake (1:1.16.3-2) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 12.76 Selecting previously unselected package patch. 22:04:37 [2023-10-18T22:04:37.501Z] #53 12.77 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 12.81 Unpacking patch (2.7.6-7) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 13.28 Selecting previously unselected package dpkg-dev. 22:04:37 [2023-10-18T22:04:37.501Z] #53 13.28 Preparing to unpack .../08-dpkg-dev_1.20.13_all.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 13.32 Unpacking dpkg-dev (1.20.13) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 14.30 Selecting previously unselected package build-essential. 22:04:37 [2023-10-18T22:04:37.501Z] #53 14.30 Preparing to unpack .../09-build-essential_12.9_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 14.43 Unpacking build-essential (12.9) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 15.24 Selecting previously unselected package libcap2:arm64. 22:04:37 [2023-10-18T22:04:37.501Z] #53 15.25 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 15.39 Unpacking libcap2:arm64 (1:2.44-1) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 16.28 Selecting previously unselected package libcap-dev:arm64. 22:04:37 [2023-10-18T22:04:37.501Z] #53 16.28 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 16.38 Unpacking libcap-dev:arm64 (1:2.44-1) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 16.85 Selecting previously unselected package libprotobuf-c1:arm64. 22:04:37 [2023-10-18T22:04:37.501Z] #53 16.86 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 16.96 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 17.75 Selecting previously unselected package libprotobuf-c-dev:arm64. 22:04:37 [2023-10-18T22:04:37.501Z] #53 17.75 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 17.95 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 18.45 Selecting previously unselected package libseccomp-dev:arm64. 22:04:37 [2023-10-18T22:04:37.501Z] #53 18.45 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 18.60 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 19.16 Selecting previously unselected package libsystemd-dev:arm64. 22:04:37 [2023-10-18T22:04:37.501Z] #53 19.17 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u4_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 19.30 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 20.04 Selecting previously unselected package libtool. 22:04:37 [2023-10-18T22:04:37.501Z] #53 20.05 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 20.16 Unpacking libtool (2.4.6-15) ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 20.55 Selecting previously unselected package libudev-dev:arm64. 22:04:37 [2023-10-18T22:04:37.501Z] #53 20.56 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u4_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.501Z] #53 20.60 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ... 22:04:37 [2023-10-18T22:04:37.764Z] #53 ... 22:04:37 [2023-10-18T22:04:37.764Z] 22:04:37 [2023-10-18T22:04:37.764Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:37 [2023-10-18T22:04:37.764Z] #63 19.56 crypto/internal/boring 22:04:37 [2023-10-18T22:04:37.764Z] #63 19.61 crypto/des 22:04:37 [2023-10-18T22:04:37.764Z] #63 19.69 crypto/sha1 22:04:37 [2023-10-18T22:04:37.764Z] #63 19.70 encoding/base64 22:04:37 [2023-10-18T22:04:37.764Z] #63 19.71 vendor/golang.org/x/crypto/chacha20 22:04:37 [2023-10-18T22:04:37.764Z] #63 19.75 crypto/aes 22:04:38 [2023-10-18T22:04:38.024Z] #63 19.87 crypto/sha512 22:04:38 [2023-10-18T22:04:38.024Z] #63 19.89 crypto/internal/edwards25519 22:04:38 [2023-10-18T22:04:38.024Z] #63 19.93 math/big 22:04:38 [2023-10-18T22:04:38.024Z] #63 19.94 crypto/hmac 22:04:38 [2023-10-18T22:04:38.024Z] #63 ... 22:04:38 [2023-10-18T22:04:38.024Z] 22:04:38 [2023-10-18T22:04:38.024Z] #56 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake 22:04:38 [2023-10-18T22:04:38.024Z] #56 11.03 Selecting previously unselected package libicu67:arm64. 22:04:38 [2023-10-18T22:04:38.024Z] #56 11.03 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 11.06 Unpacking libicu67:arm64 (67.1-7) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 13.22 Selecting previously unselected package libxml2:arm64. 22:04:38 [2023-10-18T22:04:38.024Z] #56 13.22 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 13.28 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 13.99 Selecting previously unselected package libarchive13:arm64. 22:04:38 [2023-10-18T22:04:38.024Z] #56 13.99 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 14.12 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 14.87 Selecting previously unselected package libjsoncpp24:arm64. 22:04:38 [2023-10-18T22:04:38.024Z] #56 14.87 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 15.08 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 16.06 Selecting previously unselected package librhash0:arm64. 22:04:38 [2023-10-18T22:04:38.024Z] #56 16.07 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 16.12 Unpacking librhash0:arm64 (1.4.1-2) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 16.64 Selecting previously unselected package libuv1:arm64. 22:04:38 [2023-10-18T22:04:38.024Z] #56 16.65 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 16.78 Unpacking libuv1:arm64 (1.40.0-2) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 17.68 Selecting previously unselected package cmake. 22:04:38 [2023-10-18T22:04:38.024Z] #56 17.68 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 17.78 Unpacking cmake (3.18.4-2+deb11u1) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 19.21 Setting up libicu67:arm64 (67.1-7) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 19.41 Setting up libuv1:arm64 (1.40.0-2) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 19.73 Setting up libjsoncpp24:arm64 (1.9.4-4) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 19.92 Setting up librhash0:arm64 (1.4.1-2) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 20.23 Setting up cmake-data (3.18.4-2+deb11u1) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 20.52 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 20.75 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 20.95 Setting up cmake (3.18.4-2+deb11u1) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 ... 22:04:38 [2023-10-18T22:04:38.024Z] 22:04:38 [2023-10-18T22:04:38.024Z] #58 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.9" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:38 [2023-10-18T22:04:38.024Z] #58 DONE 20.4s 22:04:38 [2023-10-18T22:04:38.024Z] 22:04:38 [2023-10-18T22:04:38.024Z] #64 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:38 [2023-10-18T22:04:38.024Z] #64 DONE 19.7s 22:04:38 [2023-10-18T22:04:38.024Z] 22:04:38 [2023-10-18T22:04:38.024Z] #56 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake 22:04:38 [2023-10-18T22:04:38.024Z] #56 21.08 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:04:38 [2023-10-18T22:04:38.024Z] #56 ... 22:04:38 [2023-10-18T22:04:38.024Z] 22:04:38 [2023-10-18T22:04:38.024Z] #52 [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.0" && /build/go-winres --help 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 NAME: 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 go-winres - A tool for embedding resources in Windows executables 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 USAGE: 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 go-winres [global options] command [command options] [arguments...] 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 COMMANDS: 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 init Create an initial ./winres/winres.json 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 make Make syso files for the "go build" command 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 simply Make syso files for the "go build" command (simplified) 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 extract Extract all resources from an executable 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 patch Replace resources in an executable file (exe, dll) 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 help, h Shows a list of commands or help for one command 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 GLOBAL OPTIONS: 22:04:38 [2023-10-18T22:04:38.024Z] #52 21.17 --help, -h show help (default: false) 22:04:38 [2023-10-18T22:04:38.295Z] #52 ... 22:04:38 [2023-10-18T22:04:38.295Z] 22:04:38 [2023-10-18T22:04:38.295Z] #65 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:38 [2023-10-18T22:04:38.295Z] #65 DONE 19.3s 22:04:38 [2023-10-18T22:04:38.295Z] 22:04:38 [2023-10-18T22:04:38.295Z] #48 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:38 [2023-10-18T22:04:38.295Z] #48 DONE 19.2s 22:04:38 [2023-10-18T22:04:38.295Z] 22:04:38 [2023-10-18T22:04:38.295Z] #52 [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.0" && /build/go-winres --help 22:04:38 [2023-10-18T22:04:38.295Z] #52 DONE 21.7s 22:04:38 [2023-10-18T22:04:38.295Z] 22:04:38 [2023-10-18T22:04:38.295Z] #51 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help 22:04:38 [2023-10-18T22:04:38.295Z] #51 19.84 tomll can be used in two ways: 22:04:38 [2023-10-18T22:04:38.295Z] #51 19.84 Writing to STDIN and reading from STDOUT: 22:04:38 [2023-10-18T22:04:38.295Z] #51 19.84 cat file.toml | tomll > file.toml 22:04:38 [2023-10-18T22:04:38.295Z] #51 19.84 22:04:38 [2023-10-18T22:04:38.295Z] #51 19.84 Reading and updating a list of files: 22:04:38 [2023-10-18T22:04:38.295Z] #51 19.84 tomll a.toml b.toml c.toml 22:04:38 [2023-10-18T22:04:38.295Z] #51 19.84 22:04:38 [2023-10-18T22:04:38.295Z] #51 19.84 When given a list of files, tomll will modify all files in place without asking. 22:04:38 [2023-10-18T22:04:38.295Z] #51 DONE 21.7s 22:04:38 [2023-10-18T22:04:38.295Z] 22:04:38 [2023-10-18T22:04:38.295Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:38 [2023-10-18T22:04:38.295Z] #63 19.99 crypto/ecdh 22:04:38 [2023-10-18T22:04:38.295Z] #63 20.07 crypto/sha256 22:04:38 [2023-10-18T22:04:38.295Z] #63 20.10 encoding/hex 22:04:38 [2023-10-18T22:04:38.295Z] #63 20.18 encoding/pem 22:04:38 [2023-10-18T22:04:38.295Z] #63 20.19 net/url 22:04:38 [2023-10-18T22:04:38.295Z] #63 20.20 vendor/golang.org/x/crypto/internal/poly1305 22:04:38 [2023-10-18T22:04:38.295Z] #63 20.23 vendor/golang.org/x/crypto/hkdf 22:04:38 [2023-10-18T22:04:38.295Z] #63 20.24 encoding/json 22:04:38 [2023-10-18T22:04:38.571Z] #63 ... 22:04:38 [2023-10-18T22:04:38.571Z] 22:04:38 [2023-10-18T22:04:38.571Z] #57 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.22" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:38 [2023-10-18T22:04:38.571Z] #57 DONE 20.9s 22:04:38 [2023-10-18T22:04:38.571Z] 22:04:38 [2023-10-18T22:04:38.571Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:38 [2023-10-18T22:04:38.571Z] #63 20.38 log 22:04:38 [2023-10-18T22:04:38.571Z] #63 ... 22:04:38 [2023-10-18T22:04:38.571Z] 22:04:38 [2023-10-18T22:04:38.571Z] #21 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:38 [2023-10-18T22:04:38.571Z] #21 DONE 26.7s 22:04:38 [2023-10-18T22:04:38.571Z] 22:04:38 [2023-10-18T22:04:38.571Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:38 [2023-10-18T22:04:38.571Z] #63 20.39 github.com/bugsnag/bugsnag-go/errors 22:04:38 [2023-10-18T22:04:38.830Z] #63 ... 22:04:38 [2023-10-18T22:04:38.830Z] 22:04:38 [2023-10-18T22:04:38.830Z] #62 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0" && /build/shfmt --version 22:04:38 [2023-10-18T22:04:38.830Z] #62 20.76 v3.6.0 22:04:38 [2023-10-18T22:04:38.830Z] #62 DONE 22.0s 22:04:38 [2023-10-18T22:04:38.830Z] 22:04:38 [2023-10-18T22:04:38.830Z] #60 [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 22:04:38 [2023-10-18T22:04:38.830Z] #60 DONE 21.9s 22:04:38 [2023-10-18T22:04:38.830Z] 22:04:38 [2023-10-18T22:04:38.830Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:38 [2023-10-18T22:04:38.830Z] #63 20.52 github.com/bugsnag/osext 22:04:38 [2023-10-18T22:04:38.830Z] #63 20.52 vendor/golang.org/x/crypto/chacha20poly1305 22:04:38 [2023-10-18T22:04:38.830Z] #63 20.52 os/exec 22:04:38 [2023-10-18T22:04:38.830Z] #63 20.66 compress/flate 22:04:38 [2023-10-18T22:04:38.830Z] #63 20.69 vendor/golang.org/x/text/unicode/norm 22:04:38 [2023-10-18T22:04:38.830Z] #63 20.69 vendor/golang.org/x/text/unicode/bidi 22:04:38 [2023-10-18T22:04:38.830Z] #63 20.88 vendor/golang.org/x/net/http2/hpack 22:04:39 [2023-10-18T22:04:39.090Z] #63 20.94 github.com/bugsnag/panicwrap 22:04:39 [2023-10-18T22:04:39.090Z] #63 ... 22:04:39 [2023-10-18T22:04:39.090Z] 22:04:39 [2023-10-18T22:04:39.090Z] #54 [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 22:04:39 [2023-10-18T22:04:39.090Z] #54 13.75 Selecting previously unselected package xz-utils. 22:04:39 [2023-10-18T22:04:39.090Z] #54 13.75 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 13.82 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 14.38 Selecting previously unselected package patch. 22:04:39 [2023-10-18T22:04:39.090Z] #54 14.39 Preparing to unpack .../patch_2.7.6-7_arm64.deb ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 14.44 Unpacking patch (2.7.6-7) ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 15.22 Selecting previously unselected package dpkg-dev. 22:04:39 [2023-10-18T22:04:39.090Z] #54 15.22 Preparing to unpack .../dpkg-dev_1.20.13_all.deb ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 15.39 Unpacking dpkg-dev (1.20.13) ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 16.11 Selecting previously unselected package libseccomp-dev:arm64. 22:04:39 [2023-10-18T22:04:39.090Z] #54 16.11 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 16.21 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 16.80 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 17.27 Setting up bzip2 (1.0.8-4) ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 17.72 Setting up xz-utils (5.2.5-2.1~deb11u1) ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 18.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 22:04:39 [2023-10-18T22:04:39.090Z] #54 18.18 Setting up patch (2.7.6-7) ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 18.49 Setting up dpkg-dev (1.20.13) ... 22:04:39 [2023-10-18T22:04:39.090Z] #54 DONE 22.3s 22:04:39 [2023-10-18T22:04:39.090Z] 22:04:39 [2023-10-18T22:04:39.090Z] #56 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake 22:04:39 [2023-10-18T22:04:39.090Z] #56 DONE 22.1s 22:04:39 [2023-10-18T22:04:39.377Z] 22:04:39 [2023-10-18T22:04:39.377Z] #53 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; 22:04:39 [2023-10-18T22:04:39.377Z] #53 21.21 Selecting previously unselected package libyajl2:arm64. 22:04:39 [2023-10-18T22:04:39.377Z] #53 21.21 Preparing to unpack .../18-libyajl2_2.1.0-3+deb11u2_arm64.deb ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 21.29 Unpacking libyajl2:arm64 (2.1.0-3+deb11u2) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 21.51 Selecting previously unselected package libyajl-dev:arm64. 22:04:39 [2023-10-18T22:04:39.377Z] #53 21.51 Preparing to unpack .../19-libyajl-dev_2.1.0-3+deb11u2_arm64.deb ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 21.55 Unpacking libyajl-dev:arm64 (2.1.0-3+deb11u2) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 21.71 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 21.75 Setting up libyajl2:arm64 (2.1.0-3+deb11u2) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 21.88 Setting up bzip2 (1.0.8-4) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 21.95 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 22.03 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 22.11 Setting up libcap2:arm64 (1:2.44-1) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 22.13 Setting up autotools-dev (20180224.1+nmu1) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 22.19 Setting up libsigsegv2:arm64 (2.13-1) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 22.34 Setting up xz-utils (5.2.5-2.1~deb11u1) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 22.43 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 22:04:39 [2023-10-18T22:04:39.377Z] #53 22.57 Setting up patch (2.7.6-7) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 22.66 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 22.81 Setting up libyajl-dev:arm64 (2.1.0-3+deb11u2) ... 22:04:39 [2023-10-18T22:04:39.377Z] #53 22.84 Setting up libcap-dev:arm64 (1:2.44-1) ... 22:04:39 [2023-10-18T22:04:39.637Z] #53 22.90 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ... 22:04:39 [2023-10-18T22:04:39.637Z] #53 22.99 Setting up libtool (2.4.6-15) ... 22:04:39 [2023-10-18T22:04:39.896Z] #53 23.15 Setting up m4 (1.4.18-5) ... 22:04:40 [2023-10-18T22:04:40.155Z] #53 23.29 Setting up dpkg-dev (1.20.13) ... 22:04:40 [2023-10-18T22:04:40.156Z] #53 23.50 Setting up autoconf (2.69-14) ... 22:04:40 [2023-10-18T22:04:40.156Z] #53 23.55 Setting up build-essential (12.9) ... 22:04:40 [2023-10-18T22:04:40.156Z] #53 23.58 Setting up automake (1:1.16.3-2) ... 22:04:40 [2023-10-18T22:04:40.156Z] #53 23.59 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 22:04:40 [2023-10-18T22:04:40.156Z] #53 23.63 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:04:41 [2023-10-18T22:04:41.129Z] #53 DONE 24.5s 22:04:41 [2023-10-18T22:04:41.129Z] 22:04:41 [2023-10-18T22:04:41.129Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:04:42 [2023-10-18T22:04:42.066Z] #67 0.696 Cloning into '/tmp/crun-build'... 22:04:42 [2023-10-18T22:04:42.639Z] #67 ... 22:04:42 [2023-10-18T22:04:42.639Z] 22:04:42 [2023-10-18T22:04:42.639Z] #68 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli 22:04:42 [2023-10-18T22:04:42.639Z] #68 DONE 4.2s 22:04:42 [2023-10-18T22:04:42.639Z] 22:04:42 [2023-10-18T22:04:42.639Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:42 [2023-10-18T22:04:42.639Z] #63 21.32 mime 22:04:42 [2023-10-18T22:04:42.639Z] #63 21.47 mime/quotedprintable 22:04:42 [2023-10-18T22:04:42.639Z] #63 21.56 github.com/Sirupsen/logrus 22:04:42 [2023-10-18T22:04:42.639Z] #63 21.59 net/http/internal 22:04:42 [2023-10-18T22:04:42.639Z] #63 21.62 compress/gzip 22:04:42 [2023-10-18T22:04:42.639Z] #63 21.71 gopkg.in/yaml.v2 22:04:42 [2023-10-18T22:04:42.639Z] #63 21.73 golang.org/x/net/context 22:04:42 [2023-10-18T22:04:42.639Z] #63 21.84 github.com/docker/distribution/digest 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.02 encoding/gob 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.09 vendor/golang.org/x/text/secure/bidirule 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.19 github.com/docker/distribution/reference 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.19 text/template/parse 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.29 github.com/Sirupsen/logrus/formatters/logstash 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.37 github.com/docker/distribution/version 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.44 runtime/debug 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.46 encoding/xml 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.60 crypto/elliptic 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.64 crypto/internal/bigmod 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.64 crypto/internal/boring/bbig 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.88 encoding/asn1 22:04:42 [2023-10-18T22:04:42.639Z] #63 22.94 crypto/rand 22:04:42 [2023-10-18T22:04:42.639Z] #63 23.06 crypto/dsa 22:04:42 [2023-10-18T22:04:42.639Z] #63 23.35 vendor/golang.org/x/net/idna 22:04:42 [2023-10-18T22:04:42.639Z] #63 23.45 net/textproto 22:04:42 [2023-10-18T22:04:42.639Z] #63 23.45 text/template 22:04:42 [2023-10-18T22:04:42.639Z] #63 23.55 crypto/ed25519 22:04:42 [2023-10-18T22:04:42.639Z] #63 23.74 vendor/golang.org/x/crypto/cryptobyte 22:04:42 [2023-10-18T22:04:42.639Z] #63 23.76 crypto/rsa 22:04:42 [2023-10-18T22:04:42.639Z] #63 23.81 crypto/x509/pkix 22:04:42 [2023-10-18T22:04:42.639Z] #63 23.82 mime/multipart 22:04:42 [2023-10-18T22:04:42.639Z] #63 23.96 github.com/docker/distribution/uuid 22:04:42 [2023-10-18T22:04:42.639Z] #63 24.04 github.com/stevvooe/resumable/sha256 22:04:42 [2023-10-18T22:04:42.639Z] #63 24.13 github.com/stevvooe/resumable/sha512 22:04:42 [2023-10-18T22:04:42.639Z] #63 24.13 github.com/garyburd/redigo/redis 22:04:42 [2023-10-18T22:04:42.639Z] #63 24.36 github.com/docker/distribution/registry/listener 22:04:42 [2023-10-18T22:04:42.639Z] #63 24.39 github.com/spf13/pflag 22:04:42 [2023-10-18T22:04:42.639Z] #63 24.56 log/syslog 22:04:42 [2023-10-18T22:04:42.639Z] #63 24.58 golang.org/x/crypto/bcrypt 22:04:42 [2023-10-18T22:04:42.639Z] #63 24.59 vendor/golang.org/x/net/http/httpguts 22:04:42 [2023-10-18T22:04:42.639Z] #63 24.59 crypto/ecdsa 22:04:42 [2023-10-18T22:04:42.898Z] #63 24.74 vendor/golang.org/x/net/http/httpproxy 22:04:42 [2023-10-18T22:04:42.898Z] #63 24.86 os/user 22:04:42 [2023-10-18T22:04:42.898Z] #63 24.95 github.com/yvasiyarov/go-metrics 22:04:43 [2023-10-18T22:04:43.157Z] #63 25.11 github.com/mitchellh/mapstructure 22:04:43 [2023-10-18T22:04:43.157Z] #63 25.19 internal/profile 22:04:43 [2023-10-18T22:04:43.416Z] #63 25.41 runtime/pprof 22:04:43 [2023-10-18T22:04:43.681Z] #63 25.43 runtime/trace 22:04:43 [2023-10-18T22:04:43.681Z] #63 ... 22:04:43 [2023-10-18T22:04:43.681Z] 22:04:43 [2023-10-18T22:04:43.681Z] #55 [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 22:04:43 [2023-10-18T22:04:43.681Z] #55 16.64 Selecting previously unselected package libsecret-common. 22:04:43 [2023-10-18T22:04:43.681Z] #55 16.64 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 16.77 Unpacking libsecret-common (0.20.4-2) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 17.92 Selecting previously unselected package libsecret-1-0:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 17.92 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 18.03 Unpacking libsecret-1-0:arm64 (0.20.4-2) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 18.61 Selecting previously unselected package gir1.2-secret-1:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 18.62 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 18.71 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 19.31 Selecting previously unselected package uuid-dev:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 19.32 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 19.40 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 20.16 Selecting previously unselected package libblkid-dev:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 20.16 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 20.23 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 20.81 Selecting previously unselected package libbtrfs0:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 20.81 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 20.88 Unpacking libbtrfs0:arm64 (5.10.1-2) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 21.16 Selecting previously unselected package libbtrfs-dev:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 21.16 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 21.22 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 21.49 Selecting previously unselected package libelf1:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 21.50 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 21.54 Unpacking libelf1:arm64 (0.183-1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 21.81 Selecting previously unselected package libffi-dev:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 21.81 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 21.85 Unpacking libffi-dev:arm64 (3.3-6) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 22.07 Selecting previously unselected package libglib2.0-data. 22:04:43 [2023-10-18T22:04:43.681Z] #55 22.08 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 22.09 Unpacking libglib2.0-data (2.66.8-1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 22.84 Selecting previously unselected package libglib2.0-bin. 22:04:43 [2023-10-18T22:04:43.681Z] #55 22.85 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 22.89 Unpacking libglib2.0-bin (2.66.8-1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.17 Selecting previously unselected package python3-lib2to3. 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.18 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.19 Unpacking python3-lib2to3 (3.9.2-1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.35 Selecting previously unselected package python3-distutils. 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.36 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.38 Unpacking python3-distutils (3.9.2-1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.58 Selecting previously unselected package libglib2.0-dev-bin. 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.58 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.66 Unpacking libglib2.0-dev-bin (2.66.8-1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.86 Selecting previously unselected package libsepol1-dev:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 23.87 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 24.01 Unpacking libsepol1-dev:arm64 (3.1-1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 24.21 Selecting previously unselected package libpcre2-16-0:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 24.21 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 24.23 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 24.34 Selecting previously unselected package libpcre2-32-0:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 24.35 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 24.38 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 24.65 Selecting previously unselected package libpcre2-posix2:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 24.65 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 24.67 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 25.15 Selecting previously unselected package libpcre2-dev:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 25.15 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 25.24 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 25.58 Selecting previously unselected package libselinux1-dev:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 25.58 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 25.66 Unpacking libselinux1-dev:arm64 (3.1-3) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 26.09 Selecting previously unselected package libmount-dev:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 26.09 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 26.19 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 26.65 Selecting previously unselected package libpcre16-3:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 ... 22:04:43 [2023-10-18T22:04:43.681Z] 22:04:43 [2023-10-18T22:04:43.681Z] #69 [dockercli-src 5/5] WORKDIR /usr/src/dockercli 22:04:43 [2023-10-18T22:04:43.681Z] #69 DONE 1.1s 22:04:43 [2023-10-18T22:04:43.681Z] 22:04:43 [2023-10-18T22:04:43.681Z] #55 [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 22:04:43 [2023-10-18T22:04:43.681Z] #55 26.65 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 26.66 Unpacking libpcre16-3:arm64 (2:8.39-13) ... 22:04:43 [2023-10-18T22:04:43.681Z] #55 26.79 Selecting previously unselected package libpcre32-3:arm64. 22:04:43 [2023-10-18T22:04:43.681Z] #55 ... 22:04:43 [2023-10-18T22:04:43.681Z] 22:04:43 [2023-10-18T22:04:43.681Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:43 [2023-10-18T22:04:43.681Z] #63 25.58 crypto/x509 22:04:43 [2023-10-18T22:04:43.940Z] #63 25.72 github.com/spf13/cobra 22:04:45 [2023-10-18T22:04:45.846Z] #63 27.30 crypto/tls 22:04:46 [2023-10-18T22:04:46.558Z] #63 ... 22:04:46 [2023-10-18T22:04:46.558Z] 22:04:46 [2023-10-18T22:04:46.558Z] #61 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2" && /build/gotestsum --version 22:04:46 [2023-10-18T22:04:46.558Z] #61 28.97 gotestsum version dev 22:04:46 [2023-10-18T22:04:46.558Z] #61 DONE 29.8s 22:04:46 [2023-10-18T22:04:46.558Z] 22:04:46 [2023-10-18T22:04:46.558Z] #70 [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 22:04:46 [2023-10-18T22:04:46.558Z] #70 3.026 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:04:46 [2023-10-18T22:04:46.558Z] #70 3.026 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:04:46 [2023-10-18T22:04:46.558Z] #70 3.026 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:04:46 [2023-10-18T22:04:46.558Z] #70 4.518 Reading package lists... 22:04:46 [2023-10-18T22:04:46.558Z] #70 5.261 + apt-get install -y --no-install-recommends gcc libc6-dev 22:04:46 [2023-10-18T22:04:46.558Z] #70 5.273 Reading package lists... 22:04:46 [2023-10-18T22:04:46.558Z] #70 6.113 Building dependency tree... 22:04:46 [2023-10-18T22:04:46.558Z] #70 6.311 Reading state information... 22:04:46 [2023-10-18T22:04:46.558Z] #70 6.666 gcc is already the newest version (4:10.2.1-1). 22:04:46 [2023-10-18T22:04:46.558Z] #70 6.666 libc6-dev is already the newest version (2.31-13+deb11u7). 22:04:46 [2023-10-18T22:04:46.558Z] #70 6.666 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:04:46 [2023-10-18T22:04:46.558Z] #70 DONE 7.4s 22:04:46 [2023-10-18T22:04:46.558Z] 22:04:46 [2023-10-18T22:04:46.558Z] #55 [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 22:04:46 [2023-10-18T22:04:46.558Z] #55 26.79 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 26.83 Unpacking libpcre32-3:arm64 (2:8.39-13) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.30 Selecting previously unselected package libpcrecpp0v5:arm64. 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.30 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.33 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.64 Selecting previously unselected package libpcre3-dev:arm64. 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.64 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.65 Unpacking libpcre3-dev:arm64 (2:8.39-13) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.85 Selecting previously unselected package zlib1g-dev:arm64. 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.85 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.86 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.99 Selecting previously unselected package libglib2.0-dev:arm64. 22:04:46 [2023-10-18T22:04:46.558Z] #55 27.99 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 28.00 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 28.40 Selecting previously unselected package libsecret-1-dev:arm64. 22:04:46 [2023-10-18T22:04:46.558Z] #55 28.41 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 28.42 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 28.89 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.08 Setting up libpcre16-3:arm64 (2:8.39-13) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.20 Setting up libsepol1-dev:arm64 (3.1-1) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.32 Setting up libffi-dev:arm64 (3.3-6) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.49 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.54 Setting up libbtrfs0:arm64 (5.10.1-2) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.55 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.57 Setting up libglib2.0-data (2.66.8-1) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.59 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.60 Setting up libpcre32-3:arm64 (2:8.39-13) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.63 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.66 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... 22:04:46 [2023-10-18T22:04:46.558Z] #55 29.68 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... 22:04:46 [2023-10-18T22:04:46.821Z] #55 29.70 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... 22:04:46 [2023-10-18T22:04:46.821Z] #55 29.73 Setting up python3-lib2to3 (3.9.2-1) ... 22:04:46 [2023-10-18T22:04:46.821Z] #55 29.94 Setting up libelf1:arm64 (0.183-1) ... 22:04:47 [2023-10-18T22:04:47.088Z] #55 29.96 Setting up libsecret-common (0.20.4-2) ... 22:04:47 [2023-10-18T22:04:47.088Z] #55 29.97 Setting up python3-distutils (3.9.2-1) ... 22:04:47 [2023-10-18T22:04:47.348Z] #55 30.32 Setting up libglib2.0-dev-bin (2.66.8-1) ... 22:04:47 [2023-10-18T22:04:47.611Z] #55 30.65 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:47 [2023-10-18T22:04:47.611Z] #55 30.68 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ... 22:04:47 [2023-10-18T22:04:47.611Z] #55 30.71 Setting up libselinux1-dev:arm64 (3.1-3) ... 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.76 Setting up libpcre3-dev:arm64 (2:8.39-13) ... 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.79 Setting up libglib2.0-bin (2.66.8-1) ... 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.82 Setting up libsecret-1-0:arm64 (0.20.4-2) ... 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.83 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.84 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.86 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ... 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.89 Setting up libglib2.0-dev:arm64 (2.66.8-1) ... 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.91 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ... 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.93 No schema files found: doing nothing. 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.93 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:04:47 [2023-10-18T22:04:47.871Z] #55 30.96 Setting up libsecret-1-dev:arm64 (0.20.4-2) ... 22:04:48 [2023-10-18T22:04:48.132Z] #55 DONE 31.2s 22:04:48 [2023-10-18T22:04:48.133Z] 22:04:48 [2023-10-18T22:04:48.133Z] #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...) 22:04:48 [2023-10-18T22:04:48.394Z] #71 ... 22:04:48 [2023-10-18T22:04:48.394Z] 22:04:48 [2023-10-18T22:04:48.394Z] #72 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...) 22:04:48 [2023-10-18T22:04:48.394Z] #72 1.007 -- The C compiler identification is GNU 10.2.1 22:04:48 [2023-10-18T22:04:48.394Z] #72 1.030 -- Detecting C compiler ABI info 22:04:48 [2023-10-18T22:04:48.394Z] #72 1.194 -- Detecting C compiler ABI info - done 22:04:48 [2023-10-18T22:04:48.394Z] #72 1.230 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped 22:04:48 [2023-10-18T22:04:48.394Z] #72 1.232 -- Detecting C compile features 22:04:48 [2023-10-18T22:04:48.394Z] #72 1.233 -- Detecting C compile features - done 22:04:48 [2023-10-18T22:04:48.394Z] #72 1.261 -- Performing Test HAS_BUILTIN_FORTIFY 22:04:48 [2023-10-18T22:04:48.394Z] #72 1.339 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 22:04:48 [2023-10-18T22:04:48.394Z] #72 1.380 -- Configuring done 22:04:48 [2023-10-18T22:04:48.395Z] #72 1.390 -- Generating done 22:04:48 [2023-10-18T22:04:48.395Z] #72 1.392 -- Build files have been written to: /go/src/github.com/krallin/tini 22:04:48 [2023-10-18T22:04:48.395Z] #72 1.586 Scanning dependencies of target tini-static 22:04:48 [2023-10-18T22:04:48.395Z] #72 1.613 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 22:04:48 [2023-10-18T22:04:48.395Z] #72 1.912 [100%] Linking C executable tini-static 22:04:48 [2023-10-18T22:04:48.654Z] #72 2.029 [100%] Built target tini-static 22:04:48 [2023-10-18T22:04:48.654Z] #72 ... 22:04:48 [2023-10-18T22:04:48.654Z] 22:04:48 [2023-10-18T22:04:48.654Z] #73 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...) 22:04:48 [2023-10-18T22:04:48.913Z] #73 ... 22:04:48 [2023-10-18T22:04:48.913Z] 22:04:48 [2023-10-18T22:04:48.913Z] #74 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...) 22:04:48 [2023-10-18T22:04:48.913Z] #74 2.894 go: downloading github.com/sirupsen/logrus v1.9.0 22:04:48 [2023-10-18T22:04:48.913Z] #74 2.903 go: downloading github.com/urfave/cli/v2 v2.23.5 22:04:48 [2023-10-18T22:04:48.913Z] #74 2.972 go: downloading github.com/google/uuid v1.3.0 22:04:48 [2023-10-18T22:04:48.913Z] #74 3.023 go: downloading github.com/moby/vpnkit v0.5.0 22:04:48 [2023-10-18T22:04:48.913Z] #74 3.037 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 22:04:48 [2023-10-18T22:04:48.913Z] #74 3.056 go: downloading github.com/gorilla/mux v1.8.0 22:04:48 [2023-10-18T22:04:48.913Z] #74 3.059 go: downloading github.com/moby/sys/mountinfo v0.6.2 22:04:48 [2023-10-18T22:04:48.913Z] #74 3.068 go: downloading golang.org/x/sys v0.2.0 22:04:48 [2023-10-18T22:04:48.913Z] #74 3.576 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd 22:04:48 [2023-10-18T22:04:48.913Z] #74 4.550 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c 22:04:48 [2023-10-18T22:04:48.913Z] #74 4.551 go: downloading golang.org/x/net v0.1.0 22:04:48 [2023-10-18T22:04:48.913Z] #74 4.786 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 22:04:48 [2023-10-18T22:04:48.913Z] #74 4.787 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 22:04:48 [2023-10-18T22:04:48.913Z] #74 ... 22:04:48 [2023-10-18T22:04:48.913Z] 22:04:48 [2023-10-18T22:04:48.913Z] #72 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...) 22:04:48 [2023-10-18T22:04:48.913Z] #72 DONE 2.4s 22:04:48 [2023-10-18T22:04:48.913Z] 22:04:48 [2023-10-18T22:04:48.913Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:48 [2023-10-18T22:04:48.913Z] #63 29.36 github.com/docker/libtrust 22:04:48 [2023-10-18T22:04:48.913Z] #63 29.37 net/smtp 22:04:48 [2023-10-18T22:04:48.913Z] #63 29.37 net/http/httptrace 22:04:48 [2023-10-18T22:04:48.913Z] #63 29.52 net/http 22:04:49 [2023-10-18T22:04:49.173Z] #63 ... 22:04:49 [2023-10-18T22:04:49.173Z] 22:04:49 [2023-10-18T22:04:49.173Z] #75 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...) 22:04:49 [2023-10-18T22:04:49.173Z] #75 2.572 go build -trimpath -buildmode=pie -tags "seccomp netgo osusergo" -ldflags "-X main.gitCommit=v1.1.9-0-gccaecfc -X main.version=1.1.9 -linkmode external -extldflags --static-pie " -o runc . 22:04:49 [2023-10-18T22:04:49.173Z] #75 ... 22:04:49 [2023-10-18T22:04:49.173Z] 22:04:49 [2023-10-18T22:04:49.173Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:04:49 [2023-10-18T22:04:49.173Z] #67 2.175 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' 22:04:49 [2023-10-18T22:04:49.173Z] #67 2.200 Cloning into '/tmp/crun-build/libocispec'... 22:04:49 [2023-10-18T22:04:49.173Z] #67 2.672 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' 22:04:49 [2023-10-18T22:04:49.173Z] #67 2.707 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' 22:04:49 [2023-10-18T22:04:49.173Z] #67 2.707 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' 22:04:49 [2023-10-18T22:04:49.173Z] #67 2.707 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' 22:04:49 [2023-10-18T22:04:49.173Z] #67 2.731 Cloning into '/tmp/crun-build/libocispec/image-spec'... 22:04:49 [2023-10-18T22:04:49.173Z] #67 3.340 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... 22:04:49 [2023-10-18T22:04:49.173Z] #67 3.845 Cloning into '/tmp/crun-build/libocispec/yajl'... 22:04:49 [2023-10-18T22:04:49.173Z] #67 4.366 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' 22:04:49 [2023-10-18T22:04:49.173Z] #67 4.514 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' 22:04:49 [2023-10-18T22:04:49.173Z] #67 4.607 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' 22:04:51 [2023-10-18T22:04:51.710Z] #67 ... 22:04:51 [2023-10-18T22:04:51.710Z] 22:04:51 [2023-10-18T22:04:51.710Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:51 [2023-10-18T22:04:51.710Z] #63 33.51 github.com/docker/distribution/configuration 22:04:51 [2023-10-18T22:04:51.710Z] #63 33.52 github.com/yvasiyarov/newrelic_platform_go 22:04:51 [2023-10-18T22:04:51.710Z] #63 33.52 github.com/docker/distribution/registry/api/errcode 22:04:51 [2023-10-18T22:04:51.710Z] #63 33.53 expvar 22:04:51 [2023-10-18T22:04:51.710Z] #63 33.53 github.com/docker/distribution/registry/client/transport 22:04:51 [2023-10-18T22:04:51.710Z] #63 33.53 github.com/gorilla/handlers 22:04:51 [2023-10-18T22:04:51.710Z] #63 33.53 github.com/gorilla/context 22:04:51 [2023-10-18T22:04:51.710Z] #63 33.53 github.com/bugsnag/bugsnag-go 22:04:51 [2023-10-18T22:04:51.969Z] #63 33.79 github.com/yvasiyarov/gorelic 22:04:51 [2023-10-18T22:04:51.969Z] #63 33.83 github.com/Azure/azure-sdk-for-go/storage 22:04:51 [2023-10-18T22:04:51.969Z] #63 33.92 github.com/AdRoll/goamz/aws 22:04:51 [2023-10-18T22:04:51.969Z] #63 33.94 github.com/gorilla/mux 22:04:51 [2023-10-18T22:04:51.969Z] #63 33.99 net/http/httputil 22:04:52 [2023-10-18T22:04:52.538Z] #63 34.38 github.com/ncw/swift 22:04:52 [2023-10-18T22:04:52.798Z] #63 34.59 net/http/pprof 22:04:53 [2023-10-18T22:04:53.058Z] #63 35.07 github.com/docker/distribution/context 22:04:53 [2023-10-18T22:04:53.318Z] #63 35.08 github.com/docker/distribution/registry/api/v2 22:04:53 [2023-10-18T22:04:53.318Z] #63 35.23 github.com/AdRoll/goamz/cloudfront 22:04:53 [2023-10-18T22:04:53.318Z] #63 35.26 github.com/AdRoll/goamz/s3 22:04:53 [2023-10-18T22:04:53.887Z] #63 35.78 github.com/docker/distribution/health 22:04:53 [2023-10-18T22:04:53.887Z] #63 35.78 github.com/docker/distribution 22:04:53 [2023-10-18T22:04:53.887Z] #63 35.78 github.com/docker/distribution/registry/auth 22:04:53 [2023-10-18T22:04:53.887Z] #63 35.78 github.com/docker/distribution/registry/storage/driver 22:04:54 [2023-10-18T22:04:54.146Z] #63 36.04 github.com/docker/distribution/health/checks 22:04:54 [2023-10-18T22:04:54.146Z] #63 36.11 github.com/docker/distribution/registry/auth/htpasswd 22:04:54 [2023-10-18T22:04:54.146Z] #63 36.14 github.com/docker/distribution/registry/auth/silly 22:04:54 [2023-10-18T22:04:54.146Z] #63 36.15 github.com/docker/distribution/registry/auth/token 22:04:54 [2023-10-18T22:04:54.406Z] #63 36.15 github.com/docker/distribution/manifest/manifestlist 22:04:54 [2023-10-18T22:04:54.406Z] #63 36.15 github.com/docker/distribution/manifest/schema1 22:04:54 [2023-10-18T22:04:54.406Z] #63 36.15 github.com/docker/distribution/manifest/schema2 22:04:54 [2023-10-18T22:04:54.406Z] #63 36.19 github.com/docker/distribution/notifications 22:04:54 [2023-10-18T22:04:54.406Z] #63 36.21 github.com/docker/distribution/registry/middleware/registry 22:04:54 [2023-10-18T22:04:54.406Z] #63 36.34 github.com/docker/distribution/registry/middleware/repository 22:04:54 [2023-10-18T22:04:54.406Z] #63 36.39 github.com/docker/distribution/registry/storage/cache 22:04:54 [2023-10-18T22:04:54.406Z] #63 36.42 github.com/docker/distribution/registry/proxy/scheduler 22:04:54 [2023-10-18T22:04:54.739Z] #63 36.42 github.com/docker/distribution/registry/storage/driver/factory 22:04:54 [2023-10-18T22:04:54.739Z] #63 ... 22:04:54 [2023-10-18T22:04:54.739Z] 22:04:54 [2023-10-18T22:04:54.739Z] #76 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...) 22:04:54 [2023-10-18T22:04:54.739Z] #76 ... 22:04:54 [2023-10-18T22:04:54.739Z] 22:04:54 [2023-10-18T22:04:54.739Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:54 [2023-10-18T22:04:54.739Z] #63 36.58 github.com/docker/distribution/registry/storage/driver/middleware 22:04:54 [2023-10-18T22:04:54.739Z] #63 36.59 github.com/docker/distribution/registry/storage/cache/memory 22:04:54 [2023-10-18T22:04:54.739Z] #63 36.60 github.com/docker/distribution/registry/storage/cache/redis 22:04:54 [2023-10-18T22:04:54.739Z] #63 36.61 github.com/docker/distribution/registry/storage/driver/base 22:04:55 [2023-10-18T22:04:55.009Z] #63 36.82 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront 22:04:55 [2023-10-18T22:04:55.009Z] #63 36.85 github.com/docker/distribution/registry/client 22:04:55 [2023-10-18T22:04:55.009Z] #63 36.96 github.com/docker/distribution/registry/storage/driver/azure 22:04:55 [2023-10-18T22:04:55.293Z] #63 36.96 github.com/docker/distribution/registry/storage/driver/filesystem 22:04:55 [2023-10-18T22:04:55.293Z] #63 36.98 github.com/docker/distribution/registry/storage/driver/inmemory 22:04:55 [2023-10-18T22:04:55.293Z] #63 37.10 github.com/docker/distribution/registry/storage 22:04:55 [2023-10-18T22:04:55.293Z] #63 37.10 github.com/docker/distribution/registry/storage/driver/s3 22:04:55 [2023-10-18T22:04:55.576Z] #63 37.25 github.com/docker/distribution/registry/storage/driver/swift 22:04:55 [2023-10-18T22:04:55.843Z] #63 37.71 github.com/docker/distribution/registry/client/auth 22:04:56 [2023-10-18T22:04:56.840Z] #63 38.63 github.com/docker/distribution/registry/proxy 22:04:56 [2023-10-18T22:04:56.840Z] #63 38.81 github.com/docker/distribution/registry/handlers 22:04:57 [2023-10-18T22:04:57.802Z] #63 39.55 github.com/docker/distribution/registry 22:04:57 [2023-10-18T22:04:57.802Z] #63 39.73 github.com/docker/distribution/cmd/registry 22:04:58 [2023-10-18T22:04:58.369Z] #63 ... 22:04:58 [2023-10-18T22:04:58.369Z] 22:04:58 [2023-10-18T22:04:58.369Z] #77 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...) 22:04:58 [2023-10-18T22:04:58.369Z] #77 2.732 + bin/ctr 22:04:58 [2023-10-18T22:04:58.369Z] #77 ... 22:04:58 [2023-10-18T22:04:58.369Z] 22:04:58 [2023-10-18T22:04:58.369Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:04:58 [2023-10-18T22:04:58.369Z] #67 10.66 aclocal: warning: couldn't open directory 'm4': No such file or directory 22:04:58 [2023-10-18T22:04:58.369Z] #67 15.74 libtoolize: putting auxiliary files in '.'. 22:04:58 [2023-10-18T22:04:58.369Z] #67 15.74 libtoolize: copying file './ltmain.sh' 22:04:58 [2023-10-18T22:04:58.369Z] #67 16.53 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, 22:04:58 [2023-10-18T22:04:58.369Z] #67 16.53 libtoolize: and rerunning libtoolize and aclocal. 22:04:58 [2023-10-18T22:04:58.369Z] #67 16.53 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. 22:04:59 [2023-10-18T22:04:59.746Z] #67 ... 22:04:59 [2023-10-18T22:04:59.746Z] 22:04:59 [2023-10-18T22:04:59.746Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:59 [2023-10-18T22:04:59.746Z] #63 41.35 + xx-verify /build/registry-v2 22:05:06 [2023-10-18T22:05:06.316Z] #63 ... 22:05:06 [2023-10-18T22:05:06.316Z] 22:05:06 [2023-10-18T22:05:06.316Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:06 [2023-10-18T22:05:06.316Z] #67 20.07 configure.ac:7: installing './compile' 22:05:06 [2023-10-18T22:05:06.316Z] #67 20.08 configure.ac:11: installing './config.guess' 22:05:06 [2023-10-18T22:05:06.316Z] #67 20.08 configure.ac:11: installing './config.sub' 22:05:06 [2023-10-18T22:05:06.316Z] #67 20.08 configure.ac:8: installing './install-sh' 22:05:06 [2023-10-18T22:05:06.316Z] #67 20.09 configure.ac:8: installing './missing' 22:05:06 [2023-10-18T22:05:06.316Z] #67 20.13 Makefile.am: installing './depcomp' 22:05:06 [2023-10-18T22:05:06.316Z] #67 21.02 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. 22:05:06 [2023-10-18T22:05:06.316Z] #67 21.02 libtoolize: copying file 'build-aux/ltmain.sh' 22:05:06 [2023-10-18T22:05:06.316Z] #67 21.16 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. 22:05:06 [2023-10-18T22:05:06.316Z] #67 21.16 libtoolize: copying file 'm4/libtool.m4' 22:05:06 [2023-10-18T22:05:06.316Z] #67 21.26 libtoolize: copying file 'm4/ltoptions.m4' 22:05:06 [2023-10-18T22:05:06.316Z] #67 21.34 libtoolize: copying file 'm4/ltsugar.m4' 22:05:06 [2023-10-18T22:05:06.316Z] #67 21.48 libtoolize: copying file 'm4/ltversion.m4' 22:05:06 [2023-10-18T22:05:06.316Z] #67 21.64 libtoolize: copying file 'm4/lt~obsolete.m4' 22:05:06 [2023-10-18T22:05:06.316Z] #67 21.76 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. 22:05:08 [2023-10-18T22:05:08.222Z] #67 26.92 configure.ac:7: installing 'build-aux/compile' 22:05:08 [2023-10-18T22:05:08.222Z] #67 26.92 configure.ac:9: installing 'build-aux/config.guess' 22:05:08 [2023-10-18T22:05:08.222Z] #67 26.94 configure.ac:9: installing 'build-aux/config.sub' 22:05:08 [2023-10-18T22:05:08.222Z] #67 26.95 configure.ac:11: installing 'build-aux/install-sh' 22:05:08 [2023-10-18T22:05:08.222Z] #67 26.95 configure.ac:11: installing 'build-aux/missing' 22:05:08 [2023-10-18T22:05:08.222Z] #67 27.02 Makefile.am: installing 'build-aux/depcomp' 22:05:08 [2023-10-18T22:05:08.222Z] #67 27.06 parallel-tests: installing 'build-aux/test-driver' 22:05:09 [2023-10-18T22:05:09.599Z] #67 ... 22:05:09 [2023-10-18T22:05:09.599Z] 22:05:09 [2023-10-18T22:05:09.599Z] #63 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:05:09 [2023-10-18T22:05:09.599Z] #63 DONE 51.6s 22:05:09 [2023-10-18T22:05:09.859Z] 22:05:09 [2023-10-18T22:05:09.859Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:09 [2023-10-18T22:05:09.859Z] #67 28.66 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. 22:05:09 [2023-10-18T22:05:09.859Z] #67 28.66 libtoolize: copying file 'build-aux/ltmain.sh' 22:05:10 [2023-10-18T22:05:10.427Z] #67 29.23 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. 22:05:10 [2023-10-18T22:05:10.427Z] #67 29.23 libtoolize: copying file 'm4/libtool.m4' 22:05:10 [2023-10-18T22:05:10.686Z] #67 29.37 libtoolize: copying file 'm4/ltoptions.m4' 22:05:10 [2023-10-18T22:05:10.686Z] #67 29.46 libtoolize: copying file 'm4/ltsugar.m4' 22:05:10 [2023-10-18T22:05:10.949Z] #67 29.61 libtoolize: copying file 'm4/ltversion.m4' 22:05:10 [2023-10-18T22:05:10.949Z] #67 29.69 libtoolize: copying file 'm4/lt~obsolete.m4' 22:05:17 [2023-10-18T22:05:17.517Z] #67 35.84 configure.ac:11: installing 'build-aux/compile' 22:05:17 [2023-10-18T22:05:17.517Z] #67 35.85 configure.ac:11: installing 'build-aux/config.guess' 22:05:17 [2023-10-18T22:05:17.517Z] #67 35.85 configure.ac:11: installing 'build-aux/config.sub' 22:05:17 [2023-10-18T22:05:17.517Z] #67 35.85 configure.ac:13: installing 'build-aux/install-sh' 22:05:17 [2023-10-18T22:05:17.517Z] #67 35.85 configure.ac:13: installing 'build-aux/missing' 22:05:17 [2023-10-18T22:05:17.517Z] #67 35.85 configure.ac:8: installing 'build-aux/tap-driver.sh' 22:05:17 [2023-10-18T22:05:17.517Z] #67 35.90 Makefile.am: installing 'build-aux/depcomp' 22:05:18 [2023-10-18T22:05:18.085Z] #67 36.76 checking build system type... aarch64-unknown-linux-gnu 22:05:18 [2023-10-18T22:05:18.344Z] #67 37.04 checking host system type... aarch64-unknown-linux-gnu 22:05:18 [2023-10-18T22:05:18.344Z] #67 37.04 checking how to print strings... printf 22:05:18 [2023-10-18T22:05:18.344Z] #67 37.07 checking for gcc... gcc 22:05:18 [2023-10-18T22:05:18.603Z] #67 37.21 checking whether the C compiler works... yes 22:05:18 [2023-10-18T22:05:18.603Z] #67 37.35 checking for C compiler default output file name... a.out 22:05:18 [2023-10-18T22:05:18.603Z] #67 37.36 checking for suffix of executables... 22:05:18 [2023-10-18T22:05:18.863Z] #67 37.45 checking whether we are cross compiling... no 22:05:18 [2023-10-18T22:05:18.863Z] #67 37.55 checking for suffix of object files... o 22:05:18 [2023-10-18T22:05:18.863Z] #67 37.62 checking whether we are using the GNU C compiler... yes 22:05:19 [2023-10-18T22:05:19.122Z] #67 37.68 checking whether gcc accepts -g... yes 22:05:19 [2023-10-18T22:05:19.122Z] #67 37.82 checking for gcc option to accept ISO C89... none needed 22:05:19 [2023-10-18T22:05:19.122Z] #67 37.95 checking whether gcc understands -c and -o together... yes 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.05 checking for a sed that does not truncate output... /bin/sed 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.08 checking for grep that handles long lines and -e... /bin/grep 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.08 checking for egrep... /bin/grep -E 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.09 checking for fgrep... /bin/grep -F 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.09 checking for ld used by gcc... /usr/bin/ld 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.10 checking if the linker (/usr/bin/ld) is GNU ld... yes 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.11 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.11 checking the name lister (/usr/bin/nm -B) interface... BSD nm 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.23 checking whether ln -s works... yes 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.23 checking the maximum length of command line arguments... 1572864 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.26 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.26 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.26 checking for /usr/bin/ld option to reload object files... -r 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.26 checking for objdump... objdump 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.26 checking how to recognize dependent libraries... pass_all 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.26 checking for dlltool... no 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.26 checking how to associate runtime and link libraries... printf %s\n 22:05:19 [2023-10-18T22:05:19.381Z] #67 38.26 checking for ar... ar 22:05:19 [2023-10-18T22:05:19.640Z] #67 38.27 checking for archiver @FILE support... @ 22:05:19 [2023-10-18T22:05:19.640Z] #67 38.35 checking for strip... strip 22:05:19 [2023-10-18T22:05:19.640Z] #67 38.35 checking for ranlib... ranlib 22:05:19 [2023-10-18T22:05:19.640Z] #67 38.35 checking for gawk... no 22:05:19 [2023-10-18T22:05:19.640Z] #67 38.35 checking for mawk... mawk 22:05:19 [2023-10-18T22:05:19.640Z] #67 38.35 checking command to parse /usr/bin/nm -B output from gcc object... ok 22:05:19 [2023-10-18T22:05:19.899Z] #67 38.60 checking for sysroot... no 22:05:19 [2023-10-18T22:05:19.899Z] #67 38.60 checking for a working dd... /bin/dd 22:05:19 [2023-10-18T22:05:19.899Z] #67 38.64 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 22:05:19 [2023-10-18T22:05:19.899Z] #67 38.67 checking for mt... no 22:05:19 [2023-10-18T22:05:19.899Z] #67 38.67 checking if : is a manifest tool... no 22:05:20 [2023-10-18T22:05:20.158Z] #67 38.70 checking how to run the C preprocessor... gcc -E 22:05:20 [2023-10-18T22:05:20.417Z] #67 38.83 checking for ANSI C header files... yes 22:05:20 [2023-10-18T22:05:20.417Z] #67 39.25 checking for sys/types.h... yes 22:05:20 [2023-10-18T22:05:20.939Z] #67 39.44 checking for sys/stat.h... yes 22:05:20 [2023-10-18T22:05:20.939Z] #67 39.57 checking for stdlib.h... yes 22:05:20 [2023-10-18T22:05:20.939Z] #67 39.71 checking for string.h... yes 22:05:20 [2023-10-18T22:05:20.939Z] #67 39.85 checking for memory.h... yes 22:05:21 [2023-10-18T22:05:21.198Z] #67 39.92 checking for strings.h... yes 22:05:21 [2023-10-18T22:05:21.458Z] #67 40.01 checking for inttypes.h... yes 22:05:21 [2023-10-18T22:05:21.458Z] #67 40.16 checking for stdint.h... yes 22:05:21 [2023-10-18T22:05:21.458Z] #67 40.35 checking for unistd.h... yes 22:05:21 [2023-10-18T22:05:21.717Z] #67 40.45 checking for dlfcn.h... yes 22:05:21 [2023-10-18T22:05:21.975Z] #67 40.57 checking for objdir... .libs 22:05:22 [2023-10-18T22:05:22.234Z] #67 40.80 checking if gcc supports -fno-rtti -fno-exceptions... no 22:05:22 [2023-10-18T22:05:22.234Z] #67 40.92 checking for gcc option to produce PIC... -fPIC -DPIC 22:05:22 [2023-10-18T22:05:22.234Z] #67 40.93 checking if gcc PIC flag -fPIC -DPIC works... yes 22:05:22 [2023-10-18T22:05:22.493Z] #67 41.04 checking if gcc static flag -static works... yes 22:05:22 [2023-10-18T22:05:22.493Z] #67 41.22 checking if gcc supports -c -o file.o... yes 22:05:22 [2023-10-18T22:05:22.493Z] #67 41.33 checking if gcc supports -c -o file.o... (cached) yes 22:05:22 [2023-10-18T22:05:22.493Z] #67 41.33 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.39 checking dynamic linker characteristics... GNU/Linux ld.so 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.65 checking how to hardcode library paths into programs... immediate 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.65 checking whether stripping libraries is possible... yes 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.65 checking if libtool supports shared libraries... yes 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.65 checking whether to build shared libraries... no 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.66 checking whether to build static libraries... yes 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.66 checking for a BSD-compatible install... /usr/bin/install -c 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.67 checking whether build environment is sane... yes 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.69 checking for a thread-safe mkdir -p... /bin/mkdir -p 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.69 checking whether make sets $(MAKE)... yes 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.74 checking whether make supports the include directive... yes (GNU style) 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.79 checking whether make supports nested variables... yes 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.88 checking whether UID '0' is supported by ustar format... yes 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.89 checking whether GID '0' is supported by ustar format... yes 22:05:23 [2023-10-18T22:05:23.085Z] #67 41.89 checking how to create a ustar tar archive... gnutar 22:05:23 [2023-10-18T22:05:23.344Z] #67 41.94 checking dependency style of gcc... gcc3 22:05:23 [2023-10-18T22:05:23.344Z] #67 42.14 checking whether to enable maintainer-specific portions of Makefiles... yes 22:05:23 [2023-10-18T22:05:23.344Z] #67 42.14 checking whether make supports nested variables... (cached) yes 22:05:23 [2023-10-18T22:05:23.344Z] #67 42.14 checking for gawk... (cached) mawk 22:05:23 [2023-10-18T22:05:23.344Z] #67 42.14 checking for a sed that does not truncate output... (cached) /bin/sed 22:05:23 [2023-10-18T22:05:23.344Z] #67 42.15 checking for gcc... (cached) gcc 22:05:23 [2023-10-18T22:05:23.344Z] #67 42.22 checking whether we are using the GNU C compiler... (cached) yes 22:05:23 [2023-10-18T22:05:23.344Z] #67 42.23 checking whether gcc accepts -g... (cached) yes 22:05:23 [2023-10-18T22:05:23.344Z] #67 42.23 checking for gcc option to accept ISO C89... (cached) none needed 22:05:23 [2023-10-18T22:05:23.344Z] #67 42.23 checking whether gcc understands -c and -o together... (cached) yes 22:05:23 [2023-10-18T22:05:23.344Z] #67 42.24 checking for a Python interpreter with version >= 3... python3 22:05:23 [2023-10-18T22:05:23.603Z] #67 42.28 checking for python3... /usr/bin/python3 22:05:23 [2023-10-18T22:05:23.603Z] #67 42.28 checking for python3 version... 3.9 22:05:23 [2023-10-18T22:05:23.603Z] #67 42.31 checking for python3 platform... linux 22:05:23 [2023-10-18T22:05:23.603Z] #67 42.34 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages 22:05:23 [2023-10-18T22:05:23.603Z] #67 42.41 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages 22:05:23 [2023-10-18T22:05:23.603Z] #67 42.47 checking for go-md2man... no 22:05:23 [2023-10-18T22:05:23.861Z] #67 42.49 checking error.h usability... yes 22:05:23 [2023-10-18T22:05:23.861Z] #67 42.58 checking error.h presence... yes 22:05:23 [2023-10-18T22:05:23.861Z] #67 42.63 checking for error.h... yes 22:05:23 [2023-10-18T22:05:23.861Z] #67 42.65 checking linux/openat2.h usability... yes 22:05:23 [2023-10-18T22:05:23.861Z] #67 42.78 checking linux/openat2.h presence... yes 22:05:24 [2023-10-18T22:05:24.121Z] #67 42.81 checking for linux/openat2.h... yes 22:05:24 [2023-10-18T22:05:24.380Z] #67 42.85 checking for copy_file_range... yes 22:05:24 [2023-10-18T22:05:24.380Z] #67 43.03 checking for fgetxattr... yes 22:05:24 [2023-10-18T22:05:24.639Z] #67 43.18 checking for statx... yes 22:05:24 [2023-10-18T22:05:24.639Z] #67 43.38 checking for fgetpwent_r... yes 22:05:24 [2023-10-18T22:05:24.898Z] #67 43.56 checking for issetugid... no 22:05:24 [2023-10-18T22:05:24.898Z] #67 43.71 checking for pkg-config... /usr/bin/pkg-config 22:05:24 [2023-10-18T22:05:24.898Z] #67 43.71 checking pkg-config is at least version 0.9.0... yes 22:05:25 [2023-10-18T22:05:25.157Z] #67 43.71 checking for library containing yajl_tree_get... -lyajl 22:05:25 [2023-10-18T22:05:25.157Z] #67 43.90 checking for yajl >= 2.0.0... yes 22:05:25 [2023-10-18T22:05:25.157Z] #67 43.92 checking sys/capability.h usability... yes 22:05:25 [2023-10-18T22:05:25.157Z] #67 44.04 checking sys/capability.h presence... yes 22:05:25 [2023-10-18T22:05:25.416Z] #67 44.09 checking for sys/capability.h... yes 22:05:25 [2023-10-18T22:05:25.416Z] #67 44.09 checking for library containing cap_from_name... -lcap 22:05:25 [2023-10-18T22:05:25.984Z] #67 44.33 checking for library containing dlopen... -ldl 22:05:25 [2023-10-18T22:05:25.984Z] #67 44.58 checking seccomp.h usability... yes 22:05:25 [2023-10-18T22:05:25.984Z] #67 44.67 checking seccomp.h presence... yes 22:05:25 [2023-10-18T22:05:25.984Z] #67 44.73 checking for seccomp.h... yes 22:05:26 [2023-10-18T22:05:26.243Z] #67 44.74 checking for library containing seccomp_rule_add... -lseccomp 22:05:26 [2023-10-18T22:05:26.502Z] #67 45.06 checking for library containing seccomp_arch_resolve_name... none required 22:05:26 [2023-10-18T22:05:26.502Z] #67 45.19 checking systemd/sd-bus.h usability... yes 22:05:26 [2023-10-18T22:05:26.502Z] #67 45.32 checking systemd/sd-bus.h presence... yes 22:05:26 [2023-10-18T22:05:26.762Z] #67 45.38 checking for systemd/sd-bus.h... yes 22:05:27 [2023-10-18T22:05:27.020Z] #67 45.39 checking for library containing sd_bus_match_signal_async... -lsystemd 22:05:27 [2023-10-18T22:05:27.020Z] #67 45.70 checking for sd_notify_barrier... yes 22:05:27 [2023-10-18T22:05:27.020Z] #67 45.82 checking linux/bpf.h usability... yes 22:05:27 [2023-10-18T22:05:27.280Z] #67 45.93 checking linux/bpf.h presence... yes 22:05:27 [2023-10-18T22:05:27.280Z] #67 45.96 checking for linux/bpf.h... yes 22:05:27 [2023-10-18T22:05:27.280Z] #67 45.96 checking compilation for eBPF... yes 22:05:27 [2023-10-18T22:05:27.280Z] #67 46.03 checking for criu >= 3.15... no 22:05:27 [2023-10-18T22:05:27.280Z] #67 46.06 configure: CRIU headers not found, building without CRIU support 22:05:27 [2023-10-18T22:05:27.280Z] #67 46.06 checking for criu > 3.16... no 22:05:27 [2023-10-18T22:05:27.280Z] #67 46.08 configure: CRIU version doesn't support join-ns API 22:05:27 [2023-10-18T22:05:27.280Z] #67 46.08 checking for criu > 3.16.1... no 22:05:27 [2023-10-18T22:05:27.280Z] #67 46.11 configure: CRIU version doesn't support for pre-dumping 22:05:27 [2023-10-18T22:05:27.539Z] #67 46.11 checking for new mount API (fsconfig)... yes 22:05:27 [2023-10-18T22:05:27.539Z] #67 46.20 checking for seccomp notify API... yes 22:05:27 [2023-10-18T22:05:27.539Z] #67 46.28 checking for gperf... no 22:05:27 [2023-10-18T22:05:27.539Z] #67 46.28 configure: gperf not found - cannot rebuild signal parser code 22:05:27 [2023-10-18T22:05:27.798Z] #67 46.28 checking for library containing argp_parse... none required 22:05:28 [2023-10-18T22:05:28.057Z] #67 46.69 checking that generated files are newer than configure... done 22:05:28 [2023-10-18T22:05:28.057Z] #67 46.69 configure: creating ./config.status 22:05:30 [2023-10-18T22:05:30.593Z] #67 49.21 config.status: creating Makefile 22:05:30 [2023-10-18T22:05:30.593Z] #67 49.26 config.status: creating rpm/crun.spec 22:05:30 [2023-10-18T22:05:30.593Z] #67 49.36 config.status: creating config.h 22:05:30 [2023-10-18T22:05:30.593Z] #67 49.43 config.status: executing libtool commands 22:05:30 [2023-10-18T22:05:30.593Z] #67 49.46 config.status: executing depfiles commands 22:05:31 [2023-10-18T22:05:31.162Z] #67 50.05 === configuring in libocispec (/tmp/crun-build/libocispec) 22:05:31 [2023-10-18T22:05:31.421Z] #67 50.06 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. 22:05:31 [2023-10-18T22:05:31.680Z] #67 ... 22:05:31 [2023-10-18T22:05:31.680Z] 22:05:31 [2023-10-18T22:05:31.680Z] #74 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...) 22:05:31 [2023-10-18T22:05:31.680Z] #74 DONE 52.8s 22:05:31 [2023-10-18T22:05:31.680Z] 22:05:31 [2023-10-18T22:05:31.680Z] #78 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/ 22:05:31 [2023-10-18T22:05:31.680Z] #78 DONE 0.2s 22:05:31 [2023-10-18T22:05:31.680Z] 22:05:31 [2023-10-18T22:05:31.680Z] #75 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...) 22:05:31 [2023-10-18T22:05:31.680Z] #75 DONE 52.7s 22:05:31 [2023-10-18T22:05:31.680Z] 22:05:31 [2023-10-18T22:05:31.680Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:31 [2023-10-18T22:05:31.680Z] #67 50.50 checking for gcc... gcc 22:05:31 [2023-10-18T22:05:31.938Z] #67 50.60 checking whether the C compiler works... #67 ... 22:05:31 [2023-10-18T22:05:31.938Z] 22:05:31 [2023-10-18T22:05:31.938Z] #79 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/ 22:05:31 [2023-10-18T22:05:31.938Z] #79 DONE 0.2s 22:05:31 [2023-10-18T22:05:31.938Z] 22:05:31 [2023-10-18T22:05:31.938Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:31 [2023-10-18T22:05:31.938Z] #67 50.60 checking whether the C compiler works... yes 22:05:31 [2023-10-18T22:05:31.939Z] #67 50.70 checking for C compiler default output file name... a.out 22:05:31 [2023-10-18T22:05:31.939Z] #67 50.71 checking for suffix of executables... 22:05:32 [2023-10-18T22:05:32.197Z] #67 50.77 checking whether we are cross compiling... no 22:05:32 [2023-10-18T22:05:32.197Z] #67 50.83 checking for suffix of object files... o 22:05:32 [2023-10-18T22:05:32.197Z] #67 50.94 checking whether we are using the GNU C compiler... yes 22:05:32 [2023-10-18T22:05:32.197Z] #67 51.01 checking whether gcc accepts -g... yes 22:05:32 [2023-10-18T22:05:32.456Z] #67 51.06 checking for gcc option to accept ISO C89... none needed 22:05:32 [2023-10-18T22:05:32.456Z] #67 51.15 checking whether gcc understands -c and -o together... yes 22:05:32 [2023-10-18T22:05:32.715Z] #67 51.25 checking how to run the C preprocessor... gcc -E 22:05:32 [2023-10-18T22:05:32.715Z] #67 51.42 checking for grep that handles long lines and -e... /bin/grep 22:05:32 [2023-10-18T22:05:32.715Z] #67 51.42 checking for egrep... /bin/grep -E 22:05:32 [2023-10-18T22:05:32.983Z] #67 51.43 checking for ANSI C header files... yes 22:05:32 [2023-10-18T22:05:32.983Z] #67 51.71 checking for sys/types.h... yes 22:05:32 [2023-10-18T22:05:32.983Z] #67 51.80 checking for sys/stat.h... 22:05:32 [2023-10-18T22:05:32.983Z] #67 ... 22:05:32 [2023-10-18T22:05:32.983Z] 22:05:32 [2023-10-18T22:05:32.983Z] #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...) 22:05:32 [2023-10-18T22:05:32.983Z] #71 DONE 55.0s 22:05:32 [2023-10-18T22:05:32.983Z] 22:05:32 [2023-10-18T22:05:32.983Z] #73 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...) 22:05:32 [2023-10-18T22:05:32.983Z] #73 DONE 54.5s 22:05:32 [2023-10-18T22:05:32.983Z] 22:05:32 [2023-10-18T22:05:32.983Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:32 [2023-10-18T22:05:32.983Z] #67 51.80 checking for sys/stat.h... yes 22:05:33 [2023-10-18T22:05:33.244Z] #67 51.90 checking for stdlib.h... yes 22:05:33 [2023-10-18T22:05:33.244Z] #67 52.02 checking for string.h... yes 22:05:33 [2023-10-18T22:05:33.244Z] #67 52.14 checking for memory.h... yes 22:05:33 [2023-10-18T22:05:33.502Z] #67 52.28 checking for strings.h... yes 22:05:33 [2023-10-18T22:05:33.503Z] #67 52.38 checking for inttypes.h... yes 22:05:33 [2023-10-18T22:05:33.761Z] #67 52.50 checking for stdint.h... yes 22:05:33 [2023-10-18T22:05:33.761Z] #67 52.59 checking for unistd.h... yes 22:05:34 [2023-10-18T22:05:34.019Z] #67 52.66 checking minix/config.h usability... no 22:05:34 [2023-10-18T22:05:34.020Z] #67 52.73 checking minix/config.h presence... no 22:05:34 [2023-10-18T22:05:34.020Z] #67 52.77 checking for minix/config.h... no 22:05:34 [2023-10-18T22:05:34.020Z] #67 52.77 checking whether it is safe to define __EXTENSIONS__... yes 22:05:34 [2023-10-18T22:05:34.278Z] #67 52.83 checking build system type... aarch64-unknown-linux-gnu 22:05:34 [2023-10-18T22:05:34.278Z] #67 52.95 checking host system type... aarch64-unknown-linux-gnu 22:05:34 [2023-10-18T22:05:34.278Z] #67 52.95 checking how to print strings... printf 22:05:34 [2023-10-18T22:05:34.278Z] #67 52.97 checking for a sed that does not truncate output... /bin/sed 22:05:34 [2023-10-18T22:05:34.278Z] #67 52.99 checking for fgrep... /bin/grep -F 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.00 checking for ld used by gcc... /usr/bin/ld 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.02 checking if the linker (/usr/bin/ld) is GNU ld... yes 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.02 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.03 checking the name lister (/usr/bin/nm -B) interface... BSD nm 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.07 checking whether ln -s works... yes 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.07 checking the maximum length of command line arguments... 1572864 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.11 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.11 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.11 checking for /usr/bin/ld option to reload object files... -r 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.11 checking for objdump... objdump 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.12 checking how to recognize dependent libraries... pass_all 22:05:34 [2023-10-18T22:05:34.278Z] #67 53.12 checking for dlltool... no 22:05:34 [2023-10-18T22:05:34.537Z] #67 53.12 checking how to associate runtime and link libraries... printf %s\n 22:05:34 [2023-10-18T22:05:34.537Z] #67 53.12 checking for ar... ar 22:05:34 [2023-10-18T22:05:34.537Z] #67 53.12 checking for archiver @FILE support... @ 22:05:34 [2023-10-18T22:05:34.537Z] #67 53.19 checking for strip... strip 22:05:34 [2023-10-18T22:05:34.537Z] #67 53.20 checking for ranlib... ranlib 22:05:34 [2023-10-18T22:05:34.537Z] #67 53.20 checking for gawk... no 22:05:34 [2023-10-18T22:05:34.537Z] #67 53.20 checking for mawk... mawk 22:05:34 [2023-10-18T22:05:34.537Z] #67 53.20 checking command to parse /usr/bin/nm -B output from gcc object... ok 22:05:34 [2023-10-18T22:05:34.537Z] #67 53.35 checking for sysroot... no 22:05:34 [2023-10-18T22:05:34.537Z] #67 53.35 checking for a working dd... /bin/dd 22:05:34 [2023-10-18T22:05:34.796Z] #67 53.37 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 22:05:34 [2023-10-18T22:05:34.796Z] #67 53.40 checking for mt... no 22:05:34 [2023-10-18T22:05:34.796Z] #67 53.40 checking if : is a manifest tool... no 22:05:34 [2023-10-18T22:05:34.796Z] #67 53.42 checking for dlfcn.h... yes 22:05:34 [2023-10-18T22:05:34.796Z] #67 53.46 checking for objdir... .libs 22:05:34 [2023-10-18T22:05:34.796Z] #67 53.54 checking if gcc supports -fno-rtti -fno-exceptions... no 22:05:34 [2023-10-18T22:05:34.796Z] #67 53.59 checking for gcc option to produce PIC... -fPIC -DPIC 22:05:34 [2023-10-18T22:05:34.796Z] #67 53.59 checking if gcc PIC flag -fPIC -DPIC works... yes 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.64 checking if gcc static flag -static works... yes 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.72 checking if gcc supports -c -o file.o... yes 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.78 checking if gcc supports -c -o file.o... (cached) yes 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.78 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.81 checking dynamic linker characteristics... GNU/Linux ld.so 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.90 checking how to hardcode library paths into programs... immediate 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.90 checking whether stripping libraries is possible... yes 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.91 checking if libtool supports shared libraries... yes 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.91 checking whether to build shared libraries... no 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.91 checking whether to build static libraries... yes 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.91 checking for a BSD-compatible install... /usr/bin/install -c 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.94 checking whether build environment is sane... yes 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.97 checking for a thread-safe mkdir -p... /bin/mkdir -p 22:05:35 [2023-10-18T22:05:35.054Z] #67 53.99 checking whether make sets $(MAKE)... yes 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.00 checking whether make supports the include directive... yes (GNU style) 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.02 checking whether make supports nested variables... yes 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.07 checking whether UID '0' is supported by ustar format... yes 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.07 checking whether GID '0' is supported by ustar format... yes 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.07 checking how to create a ustar tar archive... gnutar 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.13 checking dependency style of gcc... gcc3 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.21 checking whether to enable maintainer-specific portions of Makefiles... yes 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.21 checking whether make supports nested variables... (cached) yes 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.21 checking for pkg-config... /usr/bin/pkg-config 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.21 checking pkg-config is at least version 0.9.0... yes 22:05:35 [2023-10-18T22:05:35.313Z] #67 54.21 checking for yajl >= 2.1.0... yes 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.23 checking for a sed that does not truncate output... (cached) /bin/sed 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.24 checking for gcc... (cached) gcc 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.27 checking whether we are using the GNU C compiler... (cached) yes 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.27 checking whether gcc accepts -g... (cached) yes 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.28 checking for gcc option to accept ISO C89... (cached) none needed 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.28 checking whether gcc understands -c and -o together... (cached) yes 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.28 checking for a Python interpreter with version >= 3... python3 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.30 checking for python3... /usr/bin/python3 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.30 checking for python3 version... 3.9 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.32 checking for python3 platform... linux 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.34 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages 22:05:35 [2023-10-18T22:05:35.572Z] #67 54.39 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages 22:05:36 [2023-10-18T22:05:36.145Z] #67 54.48 checking that generated files are newer than configure... done 22:05:36 [2023-10-18T22:05:36.145Z] #67 54.96 configure: creating ./config.status 22:05:37 [2023-10-18T22:05:37.081Z] #67 55.80 config.status: creating Makefile 22:05:37 [2023-10-18T22:05:37.081Z] #67 55.82 config.status: creating config.h 22:05:37 [2023-10-18T22:05:37.081Z] #67 55.83 config.status: executing libtool commands 22:05:37 [2023-10-18T22:05:37.081Z] #67 55.84 config.status: executing depfiles commands 22:05:37 [2023-10-18T22:05:37.340Z] #67 56.05 === configuring in yajl (/tmp/crun-build/libocispec/yajl) 22:05:37 [2023-10-18T22:05:37.340Z] #67 56.05 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. 22:05:37 [2023-10-18T22:05:37.340Z] #67 56.18 checking for gcc... gcc 22:05:37 [2023-10-18T22:05:37.599Z] #67 56.27 checking whether the C compiler works... yes 22:05:37 [2023-10-18T22:05:37.599Z] #67 56.36 checking for C compiler default output file name... a.out 22:05:37 [2023-10-18T22:05:37.599Z] #67 56.36 checking for suffix of executables... 22:05:37 [2023-10-18T22:05:37.858Z] #67 56.45 checking whether we are cross compiling... no 22:05:37 [2023-10-18T22:05:37.858Z] #67 56.53 checking for suffix of object files... o 22:05:37 [2023-10-18T22:05:37.858Z] #67 56.57 checking whether we are using the GNU C compiler... yes 22:05:37 [2023-10-18T22:05:37.858Z] #67 56.62 checking whether gcc accepts -g... yes 22:05:37 [2023-10-18T22:05:37.858Z] #67 56.65 checking for gcc option to accept ISO C89... none needed 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.72 checking whether gcc understands -c and -o together... yes 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.86 checking for a BSD-compatible install... /usr/bin/install -c 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.87 checking whether build environment is sane... yes 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.89 checking for a thread-safe mkdir -p... /bin/mkdir -p 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.89 checking for gawk... no 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.89 checking for mawk... mawk 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.89 checking whether make sets $(MAKE)... yes 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.90 checking whether make supports the include directive... yes (GNU style) 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.91 checking whether make supports nested variables... yes 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.92 checking whether UID '0' is supported by ustar format... yes 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.92 checking whether GID '0' is supported by ustar format... yes 22:05:38 [2023-10-18T22:05:38.116Z] #67 56.92 checking how to create a ustar tar archive... gnutar 22:05:38 [2023-10-18T22:05:38.375Z] #67 56.94 checking dependency style of gcc... gcc3 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.04 checking whether to enable maintainer-specific portions of Makefiles... yes 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.04 checking whether make supports nested variables... (cached) yes 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.05 checking build system type... aarch64-unknown-linux-gnu 22:05:38 [2023-10-18T22:05:38.375Z] 22:05:38 [2023-10-18T22:05:38.375Z] #67 ... 22:05:38 [2023-10-18T22:05:38.375Z] 22:05:38 [2023-10-18T22:05:38.375Z] #50 [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.54.2" && /build/golangci-lint --version 22:05:38 [2023-10-18T22:05:38.375Z] #50 79.75 golangci-lint has version v1.54.2 built with go1.20.10 from (unknown, mod sum: "h1:oR9zxfWYxt7hFqk6+fw6Enr+E7F0SN2nqHhJYyIb0yo=") on (unknown) 22:05:38 [2023-10-18T22:05:38.375Z] #50 DONE 81.8s 22:05:38 [2023-10-18T22:05:38.375Z] 22:05:38 [2023-10-18T22:05:38.375Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.16 checking host system type... aarch64-unknown-linux-gnu 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.16 checking how to print strings... printf 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.16 checking for a sed that does not truncate output... /bin/sed 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.17 checking for grep that handles long lines and -e... /bin/grep 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.17 checking for egrep... /bin/grep -E 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.17 checking for fgrep... /bin/grep -F 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.18 checking for ld used by gcc... /usr/bin/ld 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.18 checking if the linker (/usr/bin/ld) is GNU ld... yes 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.19 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 22:05:38 [2023-10-18T22:05:38.375Z] #67 57.19 checking the name lister (/usr/bin/nm -B) interface... BSD nm 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.27 checking whether ln -s works... yes 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.27 checking the maximum length of command line arguments... 1572864 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.28 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.28 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.28 checking for /usr/bin/ld option to reload object files... -r 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.28 checking for objdump... objdump 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.28 checking how to recognize dependent libraries... pass_all 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.28 checking for dlltool... no 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.28 checking how to associate runtime and link libraries... printf %s\n 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.28 checking for ar... ar 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.29 checking for archiver @FILE support... @ 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.32 checking for strip... strip 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.32 checking for ranlib... ranlib 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.32 checking command to parse /usr/bin/nm -B output from gcc object... ok 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.41 checking for sysroot... no 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.41 checking for a working dd... /bin/dd 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.42 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.43 checking for mt... no 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.43 checking if : is a manifest tool... no 22:05:38 [2023-10-18T22:05:38.634Z] #67 57.43 checking how to run the C preprocessor... gcc -E 22:05:38 [2023-10-18T22:05:38.892Z] #67 57.50 checking for ANSI C header files... yes 22:05:38 [2023-10-18T22:05:38.892Z] #67 57.68 checking for sys/types.h... yes 22:05:38 [2023-10-18T22:05:38.892Z] #67 57.76 checking for sys/stat.h... yes 22:05:39 [2023-10-18T22:05:39.151Z] #67 57.81 checking for stdlib.h... yes 22:05:39 [2023-10-18T22:05:39.151Z] #67 57.86 checking for string.h... yes 22:05:39 [2023-10-18T22:05:39.151Z] #67 58.03 checking for memory.h... yes 22:05:39 [2023-10-18T22:05:39.408Z] #67 58.09 checking for strings.h... yes 22:05:39 [2023-10-18T22:05:39.409Z] #67 58.15 checking for inttypes.h... yes 22:05:39 [2023-10-18T22:05:39.409Z] #67 58.22 checking for stdint.h... yes 22:05:39 [2023-10-18T22:05:39.409Z] #67 58.27 checking for unistd.h... yes 22:05:39 [2023-10-18T22:05:39.409Z] #67 58.31 checking for dlfcn.h... yes 22:05:39 [2023-10-18T22:05:39.666Z] #67 ... 22:05:39 [2023-10-18T22:05:39.666Z] 22:05:39 [2023-10-18T22:05:39.666Z] #76 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...) 22:05:39 [2023-10-18T22:05:39.666Z] #76 DONE 54.9s 22:05:39 [2023-10-18T22:05:39.666Z] 22:05:39 [2023-10-18T22:05:39.666Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:39 [2023-10-18T22:05:39.666Z] #67 58.35 checking for objdir... .libs 22:05:39 [2023-10-18T22:05:39.666Z] #67 58.42 checking if gcc supports -fno-rtti -fno-exceptions... no 22:05:39 [2023-10-18T22:05:39.666Z] #67 58.45 checking for gcc option to produce PIC... -fPIC -DPIC 22:05:39 [2023-10-18T22:05:39.666Z] #67 58.45 checking if gcc PIC flag -fPIC -DPIC works... yes 22:05:39 [2023-10-18T22:05:39.666Z] #67 58.48 checking if gcc static flag -static works... yes 22:05:39 [2023-10-18T22:05:39.923Z] #67 58.56 checking if gcc supports -c -o file.o... yes 22:05:39 [2023-10-18T22:05:39.923Z] #67 58.60 checking if gcc supports -c -o file.o... (cached) yes 22:05:39 [2023-10-18T22:05:39.923Z] #67 58.60 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes 22:05:39 [2023-10-18T22:05:39.923Z] #67 58.61 checking dynamic linker characteristics... GNU/Linux ld.so 22:05:39 [2023-10-18T22:05:39.923Z] #67 58.67 checking how to hardcode library paths into programs... immediate 22:05:39 [2023-10-18T22:05:39.923Z] #67 58.67 checking whether stripping libraries is possible... yes 22:05:39 [2023-10-18T22:05:39.923Z] #67 58.68 checking if libtool supports shared libraries... yes 22:05:39 [2023-10-18T22:05:39.923Z] #67 58.68 checking whether to build shared libraries... no 22:05:39 [2023-10-18T22:05:39.923Z] #67 58.68 checking whether to build static libraries... yes 22:05:39 [2023-10-18T22:05:39.924Z] #67 58.68 checking float.h usability... yes 22:05:39 [2023-10-18T22:05:39.924Z] #67 58.72 checking float.h presence... yes 22:05:39 [2023-10-18T22:05:39.924Z] #67 58.73 checking for float.h... yes 22:05:39 [2023-10-18T22:05:39.924Z] #67 58.74 checking limits.h usability... yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 58.77 checking limits.h presence... yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 58.79 checking for limits.h... yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 58.80 checking stddef.h usability... yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 58.83 checking stddef.h presence... yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 58.85 checking for stddef.h... yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 58.86 checking for stdlib.h... (cached) yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 58.86 checking for string.h... (cached) yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 58.87 checking sys/time.h usability... yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 58.98 checking sys/time.h presence... yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 59.00 checking for sys/time.h... yes 22:05:40 [2023-10-18T22:05:40.181Z] #67 59.00 checking for inline... inline 22:05:40 [2023-10-18T22:05:40.448Z] #67 59.03 checking for size_t... yes 22:05:40 [2023-10-18T22:05:40.448Z] #67 59.11 checking for stdlib.h... (cached) yes 22:05:40 [2023-10-18T22:05:40.448Z] #67 59.11 checking for GNU libc compatible malloc... yes 22:05:40 [2023-10-18T22:05:40.448Z] #67 59.20 checking for stdlib.h... (cached) yes 22:05:40 [2023-10-18T22:05:40.448Z] #67 59.21 checking for GNU libc compatible realloc... yes 22:05:40 [2023-10-18T22:05:40.707Z] #67 59.28 checking for working strtod... yes 22:05:40 [2023-10-18T22:05:40.707Z] #67 59.36 checking for gettimeofday... yes 22:05:40 [2023-10-18T22:05:40.966Z] #67 59.44 checking for memset... yes 22:05:40 [2023-10-18T22:05:40.966Z] #67 59.61 checking for strspn... yes 22:05:40 [2023-10-18T22:05:40.966Z] #67 ... 22:05:40 [2023-10-18T22:05:40.966Z] 22:05:40 [2023-10-18T22:05:40.966Z] #80 [dev-systemd-false 1/19] COPY --from=dockercli /build/ /usr/local/cli 22:05:40 [2023-10-18T22:05:40.966Z] #80 DONE 0.3s 22:05:40 [2023-10-18T22:05:40.966Z] 22:05:40 [2023-10-18T22:05:40.966Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:40 [2023-10-18T22:05:40.966Z] #67 59.76 checking that generated files are newer than configure... done 22:05:40 [2023-10-18T22:05:40.966Z] #67 59.76 configure: creating ./config.status 22:05:41 [2023-10-18T22:05:41.224Z] #67 ... 22:05:41 [2023-10-18T22:05:41.224Z] 22:05:41 [2023-10-18T22:05:41.224Z] #81 [dev-systemd-false 2/19] COPY --from=frozen-images /build/ /docker-frozen-images 22:05:41 [2023-10-18T22:05:41.224Z] #81 DONE 0.4s 22:05:41 [2023-10-18T22:05:41.483Z] 22:05:41 [2023-10-18T22:05:41.483Z] #82 [dev-systemd-false 3/19] COPY --from=swagger /build/ /usr/local/bin/ 22:05:41 [2023-10-18T22:05:41.742Z] #82 DONE 0.3s 22:05:41 [2023-10-18T22:05:41.742Z] 22:05:41 [2023-10-18T22:05:41.742Z] #83 [dev-systemd-false 4/19] COPY --from=delve /build/ /usr/local/bin/ 22:05:42 [2023-10-18T22:05:42.000Z] #83 DONE 0.3s 22:05:42 [2023-10-18T22:05:42.001Z] 22:05:42 [2023-10-18T22:05:42.001Z] #84 [dev-systemd-false 5/19] COPY --from=tomll /build/ /usr/local/bin/ 22:05:42 [2023-10-18T22:05:42.001Z] #84 DONE 0.1s 22:05:42 [2023-10-18T22:05:42.001Z] 22:05:42 [2023-10-18T22:05:42.001Z] #77 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...) 22:05:42 [2023-10-18T22:05:42.001Z] #77 51.96 + bin/containerd 22:05:42 [2023-10-18T22:05:42.259Z] #77 ... 22:05:42 [2023-10-18T22:05:42.259Z] 22:05:42 [2023-10-18T22:05:42.259Z] #85 [dev-systemd-false 6/19] COPY --from=gowinres /build/ /usr/local/bin/ 22:05:42 [2023-10-18T22:05:42.259Z] #85 DONE 0.2s 22:05:42 [2023-10-18T22:05:42.527Z] 22:05:42 [2023-10-18T22:05:42.527Z] #86 [dev-systemd-false 7/19] COPY --from=tini /build/ /usr/local/bin/ 22:05:42 [2023-10-18T22:05:42.527Z] #86 DONE 0.2s 22:05:42 [2023-10-18T22:05:42.527Z] 22:05:42 [2023-10-18T22:05:42.527Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:42 [2023-10-18T22:05:42.527Z] #67 61.24 config.status: creating Makefile 22:05:42 [2023-10-18T22:05:42.527Z] #67 61.27 config.status: creating config.h 22:05:42 [2023-10-18T22:05:42.527Z] #67 61.28 config.status: executing depfiles commands 22:05:42 [2023-10-18T22:05:42.527Z] #67 61.39 config.status: executing libtool commands 22:05:42 [2023-10-18T22:05:42.787Z] #67 ... 22:05:42 [2023-10-18T22:05:42.787Z] 22:05:42 [2023-10-18T22:05:42.787Z] #87 [dev-systemd-false 8/19] COPY --from=registry /build/ /usr/local/bin/ 22:05:42 [2023-10-18T22:05:42.787Z] #87 DONE 0.3s 22:05:42 [2023-10-18T22:05:42.787Z] 22:05:42 [2023-10-18T22:05:42.787Z] #88 [dev-systemd-false 9/19] COPY --from=gotestsum /build/ /usr/local/bin/ 22:05:42 [2023-10-18T22:05:42.787Z] #88 DONE 0.1s 22:05:42 [2023-10-18T22:05:42.787Z] 22:05:42 [2023-10-18T22:05:42.787Z] #89 [dev-systemd-false 10/19] COPY --from=golangci_lint /build/ /usr/local/bin/ 22:05:43 [2023-10-18T22:05:43.727Z] #89 DONE 0.8s 22:05:43 [2023-10-18T22:05:43.727Z] 22:05:43 [2023-10-18T22:05:43.727Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:43 [2023-10-18T22:05:43.727Z] #67 61.85 GEN .version 22:05:43 [2023-10-18T22:05:43.727Z] #67 61.86 make install-recursive 22:05:43 [2023-10-18T22:05:43.727Z] #67 61.86 make[1]: Entering directory '/tmp/crun-build' 22:05:43 [2023-10-18T22:05:43.727Z] #67 61.90 Making install in libocispec 22:05:43 [2023-10-18T22:05:43.727Z] #67 61.91 make[2]: Entering directory '/tmp/crun-build/libocispec' 22:05:43 [2023-10-18T22:05:43.727Z] #67 61.93 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema 22:05:43 [2023-10-18T22:05:43.727Z] #67 61.93 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema 22:05:43 [2023-10-18T22:05:43.727Z] #67 61.94 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems 22:05:43 [2023-10-18T22:05:43.727Z] #67 61.94 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.01 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.01 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.01 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.01 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.01 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.01 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.01 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.01 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.02 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.03 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.03 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.03 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.03 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.03 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.03 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.03 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.23 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.24 make install-recursive 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.24 make[3]: Entering directory '/tmp/crun-build/libocispec' 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.28 Making install in yajl 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.28 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.30 CC verify/json_verify-json_verify.o 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.31 CC src/libyajl_la-yajl_alloc.lo 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.32 CC src/libyajl_la-yajl.lo 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.32 CC src/libyajl_la-yajl_gen.lo 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.33 CC src/libyajl_la-yajl_parser.lo 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.33 CC src/libyajl_la-yajl_buf.lo 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.34 CC src/libyajl_la-yajl_encode.lo 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.35 CC src/libyajl_la-yajl_lex.lo 22:05:43 [2023-10-18T22:05:43.727Z] #67 62.36 CC src/libyajl_la-yajl_tree.lo 22:05:43 [2023-10-18T22:05:43.727Z] #67 ... 22:05:43 [2023-10-18T22:05:43.727Z] 22:05:43 [2023-10-18T22:05:43.727Z] #90 [dev-systemd-false 11/19] COPY --from=shfmt /build/ /usr/local/bin/ 22:05:43 [2023-10-18T22:05:43.727Z] #90 DONE 0.1s 22:05:43 [2023-10-18T22:05:43.988Z] 22:05:43 [2023-10-18T22:05:43.988Z] #91 [dev-systemd-false 12/19] COPY --from=runc /build/ /usr/local/bin/ 22:05:43 [2023-10-18T22:05:43.988Z] #91 DONE 0.3s 22:05:43 [2023-10-18T22:05:43.988Z] 22:05:43 [2023-10-18T22:05:43.988Z] #77 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...) 22:05:45 [2023-10-18T22:05:45.364Z] #77 ... 22:05:45 [2023-10-18T22:05:45.364Z] 22:05:45 [2023-10-18T22:05:45.364Z] #67 [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.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:45 [2023-10-18T22:05:45.364Z] #67 62.86 CCLD libyajl.la 22:05:45 [2023-10-18T22:05:45.364Z] #67 62.98 CCLD verify/json_verify 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.12 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.12 make[5]: Nothing to be done for 'install-exec-am'. 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.12 make[5]: Nothing to be done for 'install-data-am'. 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.12 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.12 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.12 make[4]: Entering directory '/tmp/crun-build/libocispec' 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.18 CC src/validate.o 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.18 CC src/image_spec_schema_config_schema.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.18 CC src/image_spec_schema_content_descriptor.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.19 CC src/image_spec_schema_defs.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.19 CC src/image_spec_schema_defs_descriptor.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.19 CC src/image_spec_schema_image_index_schema.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.20 CC src/image_spec_schema_image_layout_schema.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.21 CC src/image_spec_schema_image_manifest_schema.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.21 CC src/runtime_spec_schema_config_linux.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.21 CC src/runtime_spec_schema_config_zos.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.21 CC src/runtime_spec_schema_config_schema.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.21 CC src/runtime_spec_schema_config_solaris.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.22 CC src/runtime_spec_schema_config_vm.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.23 CC src/runtime_spec_schema_config_windows.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.25 CC src/runtime_spec_schema_defs.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.26 CC src/runtime_spec_schema_defs_linux.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.27 CC src/runtime_spec_schema_defs_zos.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.28 CC src/runtime_spec_schema_defs_vm.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.28 CC src/runtime_spec_schema_defs_windows.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.29 CC src/runtime_spec_schema_state_schema.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.29 CC src/image_manifest_items_image_manifest_items_schema.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.29 CC src/basic_test_double_array_item.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.32 CC src/basic_test_double_array.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.32 CC src/basic_test_top_array_int.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.35 CC src/basic_test_top_array_string.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.37 CC src/basic_test_top_double_array_int.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.37 CC src/basic_test_top_double_array_obj.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.37 CC src/basic_test_top_double_array_refobj.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.39 CC src/basic_test_top_double_array_string.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.41 CC src/read-file.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.42 CC src/json_common.lo 22:05:45 [2023-10-18T22:05:45.364Z] #67 63.43 CC tests/test-1.o 22:05:45 [2023-10-18T22:05:45.365Z] #67 63.45 CC tests/test-2.o 22:05:45 [2023-10-18T22:05:45.365Z] #67 63.46 CC tests/test-3.o 22:05:45 [2023-10-18T22:05:45.365Z] #67 63.49 CC tests/test-4.o 22:05:45 [2023-10-18T22:05:45.365Z] #67 63.50 CC tests/test-5.o 22:05:45 [2023-10-18T22:05:45.365Z] #67 63.51 CC tests/test-6.o 22:05:45 [2023-10-18T22:05:45.365Z] #67 63.53 CC tests/test-7.o 22:05:45 [2023-10-18T22:05:45.365Z] #67 63.54 CC tests/test-8.o 22:05:45 [2023-10-18T22:05:45.365Z] #67 63.55 CC tests/test-9.o 22:05:45 [2023-10-18T22:05:45.365Z] #67 63.56 CC tests/test-10.o 22:05:45 [2023-10-18T22:05:45.365Z] #67 63.61 CC tests/test-11.o 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.34 CCLD libocispec.la 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.52 CCLD src/validate 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.52 CCLD tests/test-1 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.53 CCLD tests/test-2 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.54 CCLD tests/test-3 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.56 CCLD tests/test-5 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.56 CCLD tests/test-4 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.58 CCLD tests/test-6 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.59 CCLD tests/test-7 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.60 CCLD tests/test-8 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.60 CCLD tests/test-9 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.62 CCLD tests/test-10 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.62 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a 22:05:47 [2023-10-18T22:05:47.899Z] #67 66.62 CCLD tests/test-11 22:05:48 [2023-10-18T22:05:48.158Z] #67 66.80 libtool: link: ar cr libocispec.a 22:05:48 [2023-10-18T22:05:48.158Z] #67 66.80 libtool: link: ranlib libocispec.a 22:05:48 [2023-10-18T22:05:48.158Z] #67 67.03 make[5]: Entering directory '/tmp/crun-build/libocispec' 22:05:48 [2023-10-18T22:05:48.158Z] #67 67.07 make[5]: Nothing to be done for 'install-exec-am'. 22:05:48 [2023-10-18T22:05:48.158Z] #67 67.07 make[5]: Nothing to be done for 'install-data-am'. 22:05:48 [2023-10-18T22:05:48.158Z] #67 67.07 make[5]: Leaving directory '/tmp/crun-build/libocispec' 22:05:48 [2023-10-18T22:05:48.158Z] #67 67.07 make[4]: Leaving directory '/tmp/crun-build/libocispec' 22:05:48 [2023-10-18T22:05:48.158Z] #67 67.08 make[3]: Leaving directory '/tmp/crun-build/libocispec' 22:05:48 [2023-10-18T22:05:48.158Z] #67 67.08 make[2]: Leaving directory '/tmp/crun-build/libocispec' 22:05:48 [2023-10-18T22:05:48.158Z] #67 67.09 make[2]: Entering directory '/tmp/crun-build' 22:05:48 [2023-10-18T22:05:48.158Z] #67 67.13 CC src/libcrun/libcrun_testing_a-utils.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.14 CC src/libcrun/libcrun_testing_a-cloned_binary.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.17 CC src/libcrun/libcrun_testing_a-cgroup.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.17 CC src/libcrun/libcrun_testing_a-container.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.17 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.17 CC src/libcrun/libcrun_testing_a-cgroup-resources.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.18 CC src/libcrun/libcrun_testing_a-cgroup-setup.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.20 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.21 CC src/libcrun/libcrun_testing_a-cgroup-utils.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.23 CC src/libcrun/libcrun_testing_a-criu.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.25 CC src/libcrun/libcrun_testing_a-custom-handler.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.27 CC src/libcrun/libcrun_testing_a-linux.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.29 CC src/libcrun/libcrun_testing_a-seccomp.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.30 CC src/libcrun/libcrun_testing_a-ebpf.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.32 CC src/libcrun/libcrun_testing_a-error.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.33 CC src/libcrun/libcrun_testing_a-status.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.35 CC src/libcrun/libcrun_testing_a-terminal.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.35 CC src/libcrun/libcrun_testing_a-chroot_realpath.o 22:05:48 [2023-10-18T22:05:48.417Z] #67 67.36 CC src/libcrun/libcrun_testing_a-signals.o 22:05:48 [2023-10-18T22:05:48.676Z] #67 67.37 CC src/libcrun/libcrun_testing_a-mount_flags.o 22:05:48 [2023-10-18T22:05:48.676Z] #67 67.40 CC src/libcrun/libcrun_testing_a-seccomp_notify.o 22:05:48 [2023-10-18T22:05:48.676Z] #67 67.41 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o 22:05:48 [2023-10-18T22:05:48.676Z] #67 67.43 CC src/libcrun/handlers/libcrun_testing_a-krun.o 22:05:48 [2023-10-18T22:05:48.676Z] #67 67.46 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o 22:05:48 [2023-10-18T22:05:48.676Z] #67 67.47 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o 22:05:48 [2023-10-18T22:05:48.676Z] #67 67.50 CC tests/tests_libcrun_errors-tests_libcrun_errors.o 22:05:48 [2023-10-18T22:05:48.676Z] #67 67.54 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o 22:05:48 [2023-10-18T22:05:48.676Z] #67 67.60 CC src/crun-crun.o 22:05:48 [2023-10-18T22:05:48.935Z] #67 67.63 CC src/crun-run.o 22:05:48 [2023-10-18T22:05:48.935Z] #67 67.65 CC src/crun-delete.o 22:05:48 [2023-10-18T22:05:48.935Z] #67 67.66 CC src/crun-kill.o 22:05:48 [2023-10-18T22:05:48.935Z] #67 67.70 CC src/crun-pause.o 22:05:48 [2023-10-18T22:05:48.935Z] #67 67.71 CC src/crun-unpause.o 22:05:48 [2023-10-18T22:05:48.935Z] #67 67.72 CC src/crun-spec.o 22:05:48 [2023-10-18T22:05:48.935Z] #67 67.76 CC src/crun-exec.o 22:05:48 [2023-10-18T22:05:48.935Z] #67 67.77 CC src/crun-list.o 22:05:49 [2023-10-18T22:05:49.196Z] #67 68.00 CC src/crun-create.o 22:05:49 [2023-10-18T22:05:49.196Z] #67 68.01 CC src/crun-start.o 22:05:49 [2023-10-18T22:05:49.196Z] #67 68.03 CC src/crun-state.o 22:05:49 [2023-10-18T22:05:49.764Z] #67 68.34 CC src/crun-update.o 22:05:49 [2023-10-18T22:05:49.764Z] #67 68.47 CC src/crun-ps.o 22:05:49 [2023-10-18T22:05:49.764Z] #67 68.49 CC src/crun-checkpoint.o 22:05:49 [2023-10-18T22:05:49.764Z] #67 68.51 CC src/crun-restore.o 22:05:49 [2023-10-18T22:05:49.764Z] #67 68.57 CC src/libcrun/libcrun_la-utils.lo 22:05:49 [2023-10-18T22:05:49.764Z] #67 68.61 CC src/libcrun/libcrun_la-cloned_binary.lo 22:05:49 [2023-10-18T22:05:49.764Z] #67 68.63 CC src/libcrun/libcrun_la-container.lo 22:05:49 [2023-10-18T22:05:49.764Z] #67 68.66 CC src/libcrun/libcrun_la-cgroup.lo 22:05:49 [2023-10-18T22:05:49.764Z] #67 68.68 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.69 CC src/libcrun/libcrun_la-cgroup-resources.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.69 CC src/libcrun/libcrun_la-cgroup-setup.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.70 CC src/libcrun/libcrun_la-cgroup-systemd.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.71 CC src/libcrun/libcrun_la-cgroup-utils.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.71 CC src/libcrun/libcrun_la-criu.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.73 CC src/libcrun/libcrun_la-custom-handler.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.75 CC src/libcrun/libcrun_la-linux.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.77 CC src/libcrun/libcrun_la-seccomp.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.78 CC src/libcrun/libcrun_la-ebpf.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.79 CC src/libcrun/libcrun_la-error.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.80 CC src/libcrun/libcrun_la-status.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.82 CC src/libcrun/libcrun_la-terminal.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.82 CC src/libcrun/libcrun_la-chroot_realpath.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.83 CC src/libcrun/libcrun_la-signals.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.83 CC src/libcrun/libcrun_la-mount_flags.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.84 CC src/libcrun/libcrun_la-seccomp_notify.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.87 CC src/libcrun/handlers/libcrun_la-handler-utils.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.88 CC src/libcrun/handlers/libcrun_la-krun.lo 22:05:50 [2023-10-18T22:05:50.024Z] #67 68.92 CC src/libcrun/handlers/libcrun_la-wasmedge.lo 22:05:50 [2023-10-18T22:05:50.284Z] #67 68.93 CC src/libcrun/handlers/libcrun_la-wasmer.lo 22:05:50 [2023-10-18T22:05:50.284Z] #67 68.93 CC tests/init.o 22:05:50 [2023-10-18T22:05:50.284Z] #67 68.94 CC tests/tests_libcrun_utils-tests_libcrun_utils.o 22:05:51 [2023-10-18T22:05:51.221Z] #67 69.91 CCLD tests/init 22:05:52 [2023-10-18T22:05:52.157Z] #67 70.98 AR libcrun_testing.a 22:05:52 [2023-10-18T22:05:52.157Z] #67 70.98 ar: `u' modifier ignored since `D' is the default (see `U') 22:05:52 [2023-10-18T22:05:52.157Z] #67 71.00 CCLD tests/tests_libcrun_utils 22:05:52 [2023-10-18T22:05:52.157Z] #67 71.00 CCLD tests/tests_libcrun_errors 22:05:52 [2023-10-18T22:05:52.157Z] #67 71.00 CCLD tests/tests_libcrun_fuzzer 22:05:52 [2023-10-18T22:05:52.723Z] #67 71.44 CCLD libcrun.la 22:05:52 [2023-10-18T22:05:52.981Z] #67 71.63 CCLD crun 22:05:52 [2023-10-18T22:05:52.981Z] #67 71.81 make[3]: Entering directory '/tmp/crun-build' 22:05:52 [2023-10-18T22:05:52.981Z] #67 71.88 /bin/mkdir -p '/usr/local/share/man/man1' 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.88 /bin/mkdir -p '/usr/local/lib' 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.88 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.89 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.90 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.91 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.91 libtool: install: chmod 644 /usr/local/lib/libcrun.a 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.91 libtool: install: ranlib /usr/local/lib/libcrun.a 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 ---------------------------------------------------------------------- 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 Libraries have been installed in: 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 /usr/local/lib 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 If you ever happen to want to link against installed libraries 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 in a given directory, LIBDIR, you must either use libtool, and 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 specify the full pathname of the library, or use the '-LLIBDIR' 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 flag during linking and do at least one of the following: 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 during execution 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 - add LIBDIR to the 'LD_RUN_PATH' environment variable 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 during linking 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 - have your system administrator add LIBDIR to '/etc/ld.so.conf' 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 See any operating system documentation about shared libraries for 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 more information, such as the ld(1) and ld.so(8) manual pages. 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 ---------------------------------------------------------------------- 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.97 /bin/mkdir -p '/build' 22:05:53 [2023-10-18T22:05:53.239Z] #67 71.98 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' 22:05:53 [2023-10-18T22:05:53.239Z] #67 72.00 libtool: install: /usr/bin/install -c crun /build/crun 22:05:53 [2023-10-18T22:05:53.239Z] #67 72.00 make[3]: Leaving directory '/tmp/crun-build' 22:05:53 [2023-10-18T22:05:53.239Z] #67 72.00 make[2]: Leaving directory '/tmp/crun-build' 22:05:53 [2023-10-18T22:05:53.239Z] #67 72.01 make[1]: Leaving directory '/tmp/crun-build' 22:05:55 [2023-10-18T22:05:55.138Z] #67 DONE 73.7s 22:05:55 [2023-10-18T22:05:55.138Z] 22:05:55 [2023-10-18T22:05:55.138Z] #77 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...) 22:05:57 [2023-10-18T22:05:57.667Z] #77 68.96 + bin/containerd-stress 22:05:58 [2023-10-18T22:05:58.232Z] #77 69.88 + bin/containerd-shim 22:05:58 [2023-10-18T22:05:58.797Z] #77 70.42 + bin/containerd-shim-runc-v1 22:05:59 [2023-10-18T22:05:59.363Z] #77 71.19 + bin/containerd-shim-runc-v2 22:05:59 [2023-10-18T22:05:59.927Z] #77 71.76 + binaries 22:06:02 [2023-10-18T22:06:02.453Z] #77 DONE 73.8s 22:06:02 [2023-10-18T22:06:02.710Z] 22:06:02 [2023-10-18T22:06:02.710Z] #92 [dev-systemd-false 13/19] COPY --from=containerd /build/ /usr/local/bin/ 22:06:04 [2023-10-18T22:06:04.606Z] #92 DONE 1.6s 22:06:04 [2023-10-18T22:06:04.606Z] 22:06:04 [2023-10-18T22:06:04.606Z] #93 [dev-systemd-false 14/19] COPY --from=rootlesskit /build/ /usr/local/bin/ 22:06:04 [2023-10-18T22:06:04.606Z] #93 DONE 0.1s 22:06:04 [2023-10-18T22:06:04.606Z] 22:06:04 [2023-10-18T22:06:04.606Z] #94 [dev-systemd-false 15/19] COPY --from=vpnkit / /usr/local/bin/ 22:06:04 [2023-10-18T22:06:04.606Z] #94 DONE 0.3s 22:06:04 [2023-10-18T22:06:04.866Z] 22:06:04 [2023-10-18T22:06:04.866Z] #95 [dev-systemd-false 16/19] COPY --from=containerutil /build/ /usr/local/bin/ 22:06:04 [2023-10-18T22:06:04.866Z] #95 DONE 0.0s 22:06:04 [2023-10-18T22:06:04.866Z] 22:06:04 [2023-10-18T22:06:04.866Z] #96 [dev-systemd-false 17/19] COPY --from=crun /build/ /usr/local/bin/ 22:06:04 [2023-10-18T22:06:04.866Z] #96 DONE 0.1s 22:06:04 [2023-10-18T22:06:04.866Z] 22:06:04 [2023-10-18T22:06:04.866Z] #97 [dev-systemd-false 18/19] COPY hack/dockerfile/etc/docker/ /etc/docker/ 22:06:04 [2023-10-18T22:06:04.866Z] #97 DONE 0.0s 22:06:04 [2023-10-18T22:06:04.866Z] 22:06:04 [2023-10-18T22:06:04.866Z] #98 [dev-systemd-false 19/19] WORKDIR /go/src/github.com/docker/docker 22:06:04 [2023-10-18T22:06:04.866Z] #98 DONE 0.0s 22:06:04 [2023-10-18T22:06:04.866Z] 22:06:04 [2023-10-18T22:06:04.866Z] #99 [dev-base 1/11] RUN groupadd -r docker 22:06:05 [2023-10-18T22:06:05.123Z] #99 DONE 0.3s 22:06:05 [2023-10-18T22:06:05.123Z] 22:06:05 [2023-10-18T22:06:05.123Z] #100 [dev-base 2/11] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser 22:06:05 [2023-10-18T22:06:05.688Z] #100 DONE 0.4s 22:06:05 [2023-10-18T22:06:05.688Z] 22:06:05 [2023-10-18T22:06:05.688Z] #101 [dev-base 3/11] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc 22:06:05 [2023-10-18T22:06:05.946Z] #101 0.315 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' 22:06:05 [2023-10-18T22:06:05.946Z] #101 DONE 0.3s 22:06:05 [2023-10-18T22:06:05.946Z] 22:06:05 [2023-10-18T22:06:05.946Z] #102 [dev-base 4/11] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc 22:06:06 [2023-10-18T22:06:06.512Z] #102 DONE 0.4s 22:06:06 [2023-10-18T22:06:06.512Z] 22:06:06 [2023-10-18T22:06:06.512Z] #103 [dev-base 5/11] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker 22:06:06 [2023-10-18T22:06:06.770Z] #103 DONE 0.4s 22:06:06 [2023-10-18T22:06:06.770Z] 22:06:06 [2023-10-18T22:06:06.770Z] #104 [dev-base 6/11] RUN ldconfig 22:06:07 [2023-10-18T22:06:07.027Z] #104 DONE 0.3s 22:06:07 [2023-10-18T22:06:07.027Z] 22:06:07 [2023-10-18T22:06:07.027Z] #105 [dev-base 7/11] RUN git config --global --add safe.directory /go/src/github.com/docker/docker 22:06:07 [2023-10-18T22:06:07.592Z] #105 DONE 0.4s 22:06:07 [2023-10-18T22:06:07.592Z] 22:06:07 [2023-10-18T22:06:07.592Z] #106 [dev-base 8/11] 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 python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd 22:06:08 [2023-10-18T22:06:08.156Z] #106 0.655 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:06:08 [2023-10-18T22:06:08.156Z] #106 0.666 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:06:08 [2023-10-18T22:06:08.156Z] #106 0.666 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:06:08 [2023-10-18T22:06:08.156Z] #106 0.788 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:06:08 [2023-10-18T22:06:08.413Z] #106 0.931 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:06:08 [2023-10-18T22:06:08.413Z] #106 1.047 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:06:09 [2023-10-18T22:06:09.344Z] #106 1.816 Fetched 8426 kB in 1s (5889 kB/s) 22:06:09 [2023-10-18T22:06:09.910Z] #106 1.816 Reading package lists... 22:06:10 [2023-10-18T22:06:10.474Z] #106 2.349 Reading package lists... 22:06:10 [2023-10-18T22:06:10.475Z] #106 2.885 Building dependency tree... 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.236 The following additional packages will be installed: 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.236 dmsetup libaio1 libbpf0 libcap2 libdevmapper1.02.1 libelf1 libgpm2 libicu67 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.236 libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.237 libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.237 python3-distutils python3-lib2to3 python3-pkg-resources vim-runtime xxd 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.239 Suggested packages: 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.239 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.239 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.239 acl attr quota 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.239 Recommended packages: 22:06:10 [2023-10-18T22:06:10.732Z] #106 3.239 libatm1 nftables libpam-cap build-essential python3-dev unzip 22:06:10 [2023-10-18T22:06:10.989Z] #106 3.570 The following NEW packages will be installed: 22:06:10 [2023-10-18T22:06:10.989Z] #106 3.570 apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq 22:06:10 [2023-10-18T22:06:10.989Z] #106 3.570 libaio1 libbpf0 libcap2 libcap2-bin libdevmapper1.02.1 libelf1 libgpm2 22:06:10 [2023-10-18T22:06:10.989Z] #106 3.570 libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnet1 22:06:10 [2023-10-18T22:06:10.989Z] #106 3.570 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 22:06:10 [2023-10-18T22:06:10.989Z] #106 3.571 libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl 22:06:10 [2023-10-18T22:06:10.989Z] #106 3.571 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources 22:06:10 [2023-10-18T22:06:10.989Z] #106 3.571 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim 22:06:10 [2023-10-18T22:06:10.989Z] #106 3.571 vim-common vim-runtime xfsprogs xxd xz-utils zip zstd 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.846 0 upgraded, 51 newly installed, 0 to remove and 0 not upgraded. 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.846 Need to get 27.2 MB of archives. 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.846 After this operation, 106 MB of additional disk space will be used. 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.846 Get:1 http://deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.850 Get:2 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.852 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.853 Get:4 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.853 Get:5 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.853 Get:6 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.853 Get:7 http://deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.854 Get:8 http://deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.859 Get:9 http://deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.860 Get:10 http://deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.862 Get:11 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.865 Get:12 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.866 Get:13 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.868 Get:14 http://deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.889 Get:15 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.890 Get:16 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.894 Get:17 http://deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u2 [242 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.896 Get:18 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.896 Get:19 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.896 Get:20 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.896 Get:21 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.897 Get:22 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.898 Get:23 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.916 Get:24 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.917 Get:25 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.920 Get:26 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.924 Get:27 http://deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.927 Get:28 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] 22:06:11 [2023-10-18T22:06:11.246Z] #106 3.928 Get:29 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.051 Get:30 http://deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.051 Get:31 http://deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.052 Get:32 http://deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.052 Get:33 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.052 Get:34 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3+deb11u2 [23.5 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.053 Get:35 http://deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.054 Get:36 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.055 Get:37 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.088 Get:38 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.089 Get:39 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.089 Get:40 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.094 Get:41 http://deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.095 Get:42 http://deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.096 Get:43 http://deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.098 Get:44 http://deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.120 Get:45 http://deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.122 Get:46 http://deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.123 Get:47 http://deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] 22:06:11 [2023-10-18T22:06:11.504Z] #106 4.218 Get:48 http://deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] 22:06:11 [2023-10-18T22:06:11.761Z] #106 4.225 Get:49 http://deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] 22:06:11 [2023-10-18T22:06:11.761Z] #106 4.256 Get:50 http://deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] 22:06:11 [2023-10-18T22:06:11.761Z] #106 4.257 Get:51 http://deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] 22:06:11 [2023-10-18T22:06:11.761Z] #106 4.392 debconf: delaying package configuration, since apt-utils is not installed 22:06:11 [2023-10-18T22:06:11.761Z] #106 4.430 Fetched 27.2 MB in 1s (40.0 MB/s) 22:06:11 [2023-10-18T22:06:11.761Z] #106 4.456 Selecting previously unselected package pigz. 22:06:11 [2023-10-18T22:06:11.761Z] #106 4.456 (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 ... 15746 files and directories currently installed.) 22:06:11 [2023-10-18T22:06:11.761Z] #106 4.465 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... 22:06:11 [2023-10-18T22:06:11.761Z] #106 4.469 Unpacking pigz (2.6-1) ... 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.509 Selecting previously unselected package libelf1:arm64. 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.511 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.520 Unpacking libelf1:arm64 (0.183-1) ... 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.569 Selecting previously unselected package libbpf0:arm64. 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.571 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.575 Unpacking libbpf0:arm64 (1:0.3-2) ... 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.618 Selecting previously unselected package libcap2:arm64. 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.620 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.624 Unpacking libcap2:arm64 (1:2.44-1) ... 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.664 Selecting previously unselected package libmnl0:arm64. 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.666 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.019Z] #106 4.670 Unpacking libmnl0:arm64 (1.0.4-3) ... 22:06:12 [2023-10-18T22:06:12.276Z] #106 4.707 Selecting previously unselected package libxtables12:arm64. 22:06:12 [2023-10-18T22:06:12.276Z] #106 4.709 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.276Z] #106 4.713 Unpacking libxtables12:arm64 (1.8.7-1) ... 22:06:12 [2023-10-18T22:06:12.276Z] #106 4.748 Selecting previously unselected package libcap2-bin. 22:06:12 [2023-10-18T22:06:12.276Z] #106 4.750 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.276Z] #106 4.754 Unpacking libcap2-bin (1:2.44-1) ... 22:06:12 [2023-10-18T22:06:12.276Z] #106 4.799 Selecting previously unselected package iproute2. 22:06:12 [2023-10-18T22:06:12.276Z] #106 4.801 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.276Z] #106 4.806 Unpacking iproute2 (5.10.0-4) ... 22:06:12 [2023-10-18T22:06:12.276Z] #106 4.908 Selecting previously unselected package xxd. 22:06:12 [2023-10-18T22:06:12.534Z] #106 4.910 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.534Z] #106 4.915 Unpacking xxd (2:8.2.2434-3+deb11u1) ... 22:06:12 [2023-10-18T22:06:12.534Z] #106 4.967 Selecting previously unselected package vim-common. 22:06:12 [2023-10-18T22:06:12.534Z] #106 4.970 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... 22:06:12 [2023-10-18T22:06:12.534Z] #106 4.979 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... 22:06:12 [2023-10-18T22:06:12.534Z] #106 5.036 Selecting previously unselected package bash-completion. 22:06:12 [2023-10-18T22:06:12.534Z] #106 5.038 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... 22:06:13 [2023-10-18T22:06:13.098Z] #106 5.672 Unpacking bash-completion (1:2.11-2) ... 22:06:13 [2023-10-18T22:06:13.098Z] #106 5.784 Selecting previously unselected package bzip2. 22:06:13 [2023-10-18T22:06:13.356Z] #106 5.786 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.356Z] #106 5.790 Unpacking bzip2 (1.0.8-4) ... 22:06:13 [2023-10-18T22:06:13.356Z] #106 5.829 Selecting previously unselected package xz-utils. 22:06:13 [2023-10-18T22:06:13.356Z] #106 5.832 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.356Z] #106 5.836 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... 22:06:13 [2023-10-18T22:06:13.356Z] #106 5.896 Selecting previously unselected package apparmor. 22:06:13 [2023-10-18T22:06:13.356Z] #106 5.898 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.356Z] #106 5.921 Unpacking apparmor (2.13.6-10) ... 22:06:13 [2023-10-18T22:06:13.356Z] #106 6.025 Selecting previously unselected package libdevmapper1.02.1:arm64. 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.028 Preparing to unpack .../14-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.032 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.075 Selecting previously unselected package dmsetup. 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.078 Preparing to unpack .../15-dmsetup_2%3a1.02.175-2.1_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.082 Unpacking dmsetup (2:1.02.175-2.1) ... 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.143 Selecting previously unselected package inetutils-ping. 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.145 Preparing to unpack .../16-inetutils-ping_2%3a2.0-1+deb11u2_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.149 Unpacking inetutils-ping (2:2.0-1+deb11u2) ... 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.199 Selecting previously unselected package libip4tc2:arm64. 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.201 Preparing to unpack .../17-libip4tc2_1.8.7-1_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.205 Unpacking libip4tc2:arm64 (1.8.7-1) ... 22:06:13 [2023-10-18T22:06:13.613Z] #106 6.262 Selecting previously unselected package libip6tc2:arm64. 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.264 Preparing to unpack .../18-libip6tc2_1.8.7-1_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.269 Unpacking libip6tc2:arm64 (1.8.7-1) ... 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.306 Selecting previously unselected package libnfnetlink0:arm64. 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.308 Preparing to unpack .../19-libnfnetlink0_1.0.1-3+b1_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.312 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.350 Selecting previously unselected package libnetfilter-conntrack3:arm64. 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.352 Preparing to unpack .../20-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.356 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.401 Selecting previously unselected package libnftnl11:arm64. 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.403 Preparing to unpack .../21-libnftnl11_1.1.9-1_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.407 Unpacking libnftnl11:arm64 (1.1.9-1) ... 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.446 Selecting previously unselected package iptables. 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.448 Preparing to unpack .../22-iptables_1.8.7-1_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.452 Unpacking iptables (1.8.7-1) ... 22:06:13 [2023-10-18T22:06:13.871Z] #106 6.542 Selecting previously unselected package libonig5:arm64. 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.544 Preparing to unpack .../23-libonig5_6.9.6-1.1_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.548 Unpacking libonig5:arm64 (6.9.6-1.1) ... 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.597 Selecting previously unselected package libjq1:arm64. 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.599 Preparing to unpack .../24-libjq1_1.6-2.1_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.603 Unpacking libjq1:arm64 (1.6-2.1) ... 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.658 Selecting previously unselected package jq. 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.660 Preparing to unpack .../25-jq_1.6-2.1_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.665 Unpacking jq (1.6-2.1) ... 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.706 Selecting previously unselected package libaio1:arm64. 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.708 Preparing to unpack .../26-libaio1_0.3.112-9_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.712 Unpacking libaio1:arm64 (0.3.112-9) ... 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.750 Selecting previously unselected package libgpm2:arm64. 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.752 Preparing to unpack .../27-libgpm2_1.20.7-8_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.756 Unpacking libgpm2:arm64 (1.20.7-8) ... 22:06:14 [2023-10-18T22:06:14.128Z] #106 6.807 Selecting previously unselected package libicu67:arm64. 22:06:14 [2023-10-18T22:06:14.385Z] #106 6.809 Preparing to unpack .../28-libicu67_67.1-7_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.385Z] #106 6.813 Unpacking libicu67:arm64 (67.1-7) ... 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.479 Selecting previously unselected package libinih1:arm64. 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.481 Preparing to unpack .../29-libinih1_53-1+b2_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.485 Unpacking libinih1:arm64 (53-1+b2) ... 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.523 Selecting previously unselected package libnet1:arm64. 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.525 Preparing to unpack .../30-libnet1_1.1.6+dfsg-3.1_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.529 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.569 Selecting previously unselected package libnl-3-200:arm64. 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.571 Preparing to unpack .../31-libnl-3-200_3.4.0-1+b1_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.575 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.619 Selecting previously unselected package libprotobuf-c1:arm64. 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.621 Preparing to unpack .../32-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.949Z] #106 7.626 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.664 Selecting previously unselected package libyajl2:arm64. 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.666 Preparing to unpack .../33-libyajl2_2.1.0-3+deb11u2_arm64.deb ... 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.669 Unpacking libyajl2:arm64 (2.1.0-3+deb11u2) ... 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.701 Selecting previously unselected package net-tools. 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.703 Preparing to unpack .../34-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.707 Unpacking net-tools (1.60+git20181103.0eebece-1) ... 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.758 Selecting previously unselected package patch. 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.761 Preparing to unpack .../35-patch_2.7.6-7_arm64.deb ... 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.764 Unpacking patch (2.7.6-7) ... 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.803 Selecting previously unselected package python-pip-whl. 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.805 Preparing to unpack .../36-python-pip-whl_20.3.4-4+deb11u1_all.deb ... 22:06:15 [2023-10-18T22:06:15.207Z] #106 7.810 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... 22:06:15 [2023-10-18T22:06:15.464Z] #106 7.946 Selecting previously unselected package python3-lib2to3. 22:06:15 [2023-10-18T22:06:15.464Z] #106 7.948 Preparing to unpack .../37-python3-lib2to3_3.9.2-1_all.deb ... 22:06:15 [2023-10-18T22:06:15.464Z] #106 7.952 Unpacking python3-lib2to3 (3.9.2-1) ... 22:06:15 [2023-10-18T22:06:15.464Z] #106 7.993 Selecting previously unselected package python3-distutils. 22:06:15 [2023-10-18T22:06:15.464Z] #106 7.996 Preparing to unpack .../38-python3-distutils_3.9.2-1_all.deb ... 22:06:15 [2023-10-18T22:06:15.464Z] #106 8.000 Unpacking python3-distutils (3.9.2-1) ... 22:06:15 [2023-10-18T22:06:15.464Z] #106 8.046 Selecting previously unselected package python3-pkg-resources. 22:06:15 [2023-10-18T22:06:15.464Z] #106 8.048 Preparing to unpack .../39-python3-pkg-resources_52.0.0-4_all.deb ... 22:06:15 [2023-10-18T22:06:15.464Z] #106 8.052 Unpacking python3-pkg-resources (52.0.0-4) ... 22:06:15 [2023-10-18T22:06:15.464Z] #106 8.098 Selecting previously unselected package python3-setuptools. 22:06:15 [2023-10-18T22:06:15.464Z] #106 8.100 Preparing to unpack .../40-python3-setuptools_52.0.0-4_all.deb ... 22:06:15 [2023-10-18T22:06:15.464Z] #106 8.104 Unpacking python3-setuptools (52.0.0-4) ... 22:06:15 [2023-10-18T22:06:15.464Z] #106 8.179 Selecting previously unselected package python3-wheel. 22:06:15 [2023-10-18T22:06:15.721Z] #106 8.182 Preparing to unpack .../41-python3-wheel_0.34.2-1_all.deb ... 22:06:15 [2023-10-18T22:06:15.721Z] #106 8.186 Unpacking python3-wheel (0.34.2-1) ... 22:06:15 [2023-10-18T22:06:15.721Z] #106 8.223 Selecting previously unselected package python3-pip. 22:06:15 [2023-10-18T22:06:15.721Z] #106 8.225 Preparing to unpack .../42-python3-pip_20.3.4-4+deb11u1_all.deb ... 22:06:15 [2023-10-18T22:06:15.721Z] #106 8.229 Unpacking python3-pip (20.3.4-4+deb11u1) ... 22:06:15 [2023-10-18T22:06:15.721Z] #106 8.299 Selecting previously unselected package sudo. 22:06:15 [2023-10-18T22:06:15.721Z] #106 8.302 Preparing to unpack .../43-sudo_1.9.5p2-3+deb11u1_arm64.deb ... 22:06:15 [2023-10-18T22:06:15.721Z] #106 8.308 Unpacking sudo (1.9.5p2-3+deb11u1) ... 22:06:15 [2023-10-18T22:06:15.721Z] #106 8.421 Selecting previously unselected package thin-provisioning-tools. 22:06:15 [2023-10-18T22:06:15.978Z] #106 8.423 Preparing to unpack .../44-thin-provisioning-tools_0.9.0-1_arm64.deb ... 22:06:15 [2023-10-18T22:06:15.979Z] #106 8.428 Unpacking thin-provisioning-tools (0.9.0-1) ... 22:06:15 [2023-10-18T22:06:15.979Z] #106 8.489 Selecting previously unselected package uidmap. 22:06:15 [2023-10-18T22:06:15.979Z] #106 8.492 Preparing to unpack .../45-uidmap_1%3a4.8.1-1_arm64.deb ... 22:06:15 [2023-10-18T22:06:15.979Z] #106 8.496 Unpacking uidmap (1:4.8.1-1) ... 22:06:15 [2023-10-18T22:06:15.979Z] #106 8.547 Selecting previously unselected package vim-runtime. 22:06:15 [2023-10-18T22:06:15.979Z] #106 8.549 Preparing to unpack .../46-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... 22:06:15 [2023-10-18T22:06:15.979Z] #106 8.560 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' 22:06:15 [2023-10-18T22:06:15.979Z] #106 8.571 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' 22:06:15 [2023-10-18T22:06:15.979Z] #106 8.575 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... 22:06:16 [2023-10-18T22:06:16.543Z] #106 9.134 Selecting previously unselected package vim. 22:06:16 [2023-10-18T22:06:16.543Z] #106 9.136 Preparing to unpack .../47-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... 22:06:16 [2023-10-18T22:06:16.543Z] #106 9.146 Unpacking vim (2:8.2.2434-3+deb11u1) ... 22:06:16 [2023-10-18T22:06:16.543Z] #106 9.278 Selecting previously unselected package xfsprogs. 22:06:16 [2023-10-18T22:06:16.800Z] #106 9.281 Preparing to unpack .../48-xfsprogs_5.10.0-4_arm64.deb ... 22:06:16 [2023-10-18T22:06:16.800Z] #106 9.285 Unpacking xfsprogs (5.10.0-4) ... 22:06:16 [2023-10-18T22:06:16.800Z] #106 9.382 Selecting previously unselected package zip. 22:06:16 [2023-10-18T22:06:16.800Z] #106 9.384 Preparing to unpack .../49-zip_3.0-12_arm64.deb ... 22:06:16 [2023-10-18T22:06:16.800Z] #106 9.399 Unpacking zip (3.0-12) ... 22:06:16 [2023-10-18T22:06:16.800Z] #106 9.448 Selecting previously unselected package zstd. 22:06:16 [2023-10-18T22:06:16.800Z] #106 9.450 Preparing to unpack .../50-zstd_1.4.8+dfsg-2.1_arm64.deb ... 22:06:16 [2023-10-18T22:06:16.800Z] #106 9.455 Unpacking zstd (1.4.8+dfsg-2.1) ... 22:06:17 [2023-10-18T22:06:17.058Z] #106 9.545 Setting up python3-pkg-resources (52.0.0-4) ... 22:06:17 [2023-10-18T22:06:17.058Z] #106 9.734 Setting up libip4tc2:arm64 (1.8.7-1) ... 22:06:17 [2023-10-18T22:06:17.058Z] #106 9.749 Setting up net-tools (1.60+git20181103.0eebece-1) ... 22:06:17 [2023-10-18T22:06:17.058Z] #106 9.761 Setting up libgpm2:arm64 (1.20.7-8) ... 22:06:17 [2023-10-18T22:06:17.058Z] #106 9.772 Setting up libicu67:arm64 (67.1-7) ... 22:06:17 [2023-10-18T22:06:17.058Z] #106 9.785 Setting up libip6tc2:arm64 (1.8.7-1) ... 22:06:17 [2023-10-18T22:06:17.315Z] #106 9.797 Setting up libinih1:arm64 (53-1+b2) ... 22:06:17 [2023-10-18T22:06:17.315Z] #106 9.809 Setting up uidmap (1:4.8.1-1) ... 22:06:17 [2023-10-18T22:06:17.315Z] #106 9.821 Setting up libyajl2:arm64 (2.1.0-3+deb11u2) ... 22:06:17 [2023-10-18T22:06:17.315Z] #106 9.833 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... 22:06:17 [2023-10-18T22:06:17.315Z] #106 9.845 Setting up bzip2 (1.0.8-4) ... 22:06:17 [2023-10-18T22:06:17.315Z] #106 9.858 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... 22:06:17 [2023-10-18T22:06:17.315Z] #106 9.872 Setting up python3-wheel (0.34.2-1) ... 22:06:17 [2023-10-18T22:06:17.315Z] #106 10.01 Setting up xxd (2:8.2.2434-3+deb11u1) ... 22:06:17 [2023-10-18T22:06:17.315Z] #106 10.03 Setting up libcap2:arm64 (1:2.44-1) ... 22:06:17 [2023-10-18T22:06:17.315Z] #106 10.04 Setting up libcap2-bin (1:2.44-1) ... 22:06:17 [2023-10-18T22:06:17.572Z] #106 10.05 Setting up apparmor (2.13.6-10) ... 22:06:18 [2023-10-18T22:06:18.503Z] #106 10.88 Setting up zip (3.0-12) ... 22:06:18 [2023-10-18T22:06:18.503Z] #106 10.89 Setting up vim-common (2:8.2.2434-3+deb11u1) ... 22:06:18 [2023-10-18T22:06:18.503Z] #106 10.91 Setting up bash-completion (1:2.11-2) ... 22:06:19 [2023-10-18T22:06:19.068Z] #106 11.64 Setting up xz-utils (5.2.5-2.1~deb11u1) ... 22:06:19 [2023-10-18T22:06:19.068Z] #106 11.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 22:06:19 [2023-10-18T22:06:19.068Z] #106 11.66 Setting up libmnl0:arm64 (1.0.4-3) ... 22:06:19 [2023-10-18T22:06:19.068Z] #106 11.67 Setting up patch (2.7.6-7) ... 22:06:19 [2023-10-18T22:06:19.068Z] #106 11.68 Setting up sudo (1.9.5p2-3+deb11u1) ... 22:06:19 [2023-10-18T22:06:19.068Z] #106 11.73 invoke-rc.d: could not determine current runlevel 22:06:19 [2023-10-18T22:06:19.068Z] #106 11.73 invoke-rc.d: policy-rc.d denied execution of start. 22:06:19 [2023-10-18T22:06:19.068Z] #106 11.73 Setting up libxtables12:arm64 (1.8.7-1) ... 22:06:19 [2023-10-18T22:06:19.068Z] #106 11.75 Setting up inetutils-ping (2:2.0-1+deb11u2) ... 22:06:19 [2023-10-18T22:06:19.325Z] #106 11.76 Setting up pigz (2.6-1) ... 22:06:19 [2023-10-18T22:06:19.325Z] #106 11.77 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... 22:06:19 [2023-10-18T22:06:19.325Z] #106 11.78 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... 22:06:19 [2023-10-18T22:06:19.325Z] #106 11.80 Setting up python-pip-whl (20.3.4-4+deb11u1) ... 22:06:19 [2023-10-18T22:06:19.325Z] #106 11.82 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... 22:06:19 [2023-10-18T22:06:19.325Z] #106 11.97 Setting up libaio1:arm64 (0.3.112-9) ... 22:06:19 [2023-10-18T22:06:19.325Z] #106 11.98 Setting up python3-lib2to3 (3.9.2-1) ... 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.09 Setting up libelf1:arm64 (0.183-1) ... 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.12 Setting up zstd (1.4.8+dfsg-2.1) ... 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.13 Setting up libonig5:arm64 (6.9.6-1.1) ... 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.14 Setting up python3-distutils (3.9.2-1) ... 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.26 Setting up vim (2:8.2.2434-3+deb11u1) ... 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 22:06:19 [2023-10-18T22:06:19.583Z] #106 12.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 22:06:19 [2023-10-18T22:06:19.841Z] #106 12.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 22:06:19 [2023-10-18T22:06:19.841Z] #106 12.32 Setting up python3-setuptools (52.0.0-4) ... 22:06:20 [2023-10-18T22:06:20.098Z] #106 12.63 Setting up libjq1:arm64 (1.6-2.1) ... 22:06:20 [2023-10-18T22:06:20.098Z] #106 12.65 Setting up libnftnl11:arm64 (1.1.9-1) ... 22:06:20 [2023-10-18T22:06:20.098Z] #106 12.66 Setting up thin-provisioning-tools (0.9.0-1) ... 22:06:20 [2023-10-18T22:06:20.098Z] #106 12.67 Setting up python3-pip (20.3.4-4+deb11u1) ... 22:06:20 [2023-10-18T22:06:20.356Z] #106 12.94 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... 22:06:20 [2023-10-18T22:06:20.356Z] #106 12.95 Setting up jq (1.6-2.1) ... 22:06:20 [2023-10-18T22:06:20.356Z] #106 12.96 Setting up libbpf0:arm64 (1:0.3-2) ... 22:06:20 [2023-10-18T22:06:20.356Z] #106 12.98 Setting up iptables (1.8.7-1) ... 22:06:20 [2023-10-18T22:06:20.356Z] #106 12.99 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 22:06:20 [2023-10-18T22:06:20.356Z] #106 13.00 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 22:06:20 [2023-10-18T22:06:20.356Z] #106 13.00 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 22:06:20 [2023-10-18T22:06:20.614Z] #106 13.01 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 22:06:20 [2023-10-18T22:06:20.614Z] #106 13.02 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 22:06:20 [2023-10-18T22:06:20.614Z] #106 13.02 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 22:06:20 [2023-10-18T22:06:20.614Z] #106 13.03 Setting up iproute2 (5.10.0-4) ... 22:06:20 [2023-10-18T22:06:20.614Z] #106 13.18 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... 22:06:20 [2023-10-18T22:06:20.614Z] #106 13.19 Setting up dmsetup (2:1.02.175-2.1) ... 22:06:20 [2023-10-18T22:06:20.614Z] #106 13.21 Setting up xfsprogs (5.10.0-4) ... 22:06:20 [2023-10-18T22:06:20.614Z] #106 13.22 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:06:21 [2023-10-18T22:06:21.985Z] #106 DONE 14.2s 22:06:21 [2023-10-18T22:06:21.985Z] 22:06:21 [2023-10-18T22:06:21.985Z] #107 [dev-base 9/11] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true 22:06:21 [2023-10-18T22:06:21.985Z] #107 0.295 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode 22:06:21 [2023-10-18T22:06:21.985Z] #107 0.299 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode 22:06:21 [2023-10-18T22:06:21.985Z] #107 0.302 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting 22:06:21 [2023-10-18T22:06:21.985Z] #107 DONE 0.3s 22:06:21 [2023-10-18T22:06:21.985Z] 22:06:21 [2023-10-18T22:06:21.985Z] #108 [dev-base 10/11] RUN pip3 install yamllint==1.27.1 22:06:28 [2023-10-18T22:06:28.534Z] #108 5.552 Collecting yamllint==1.27.1 22:06:28 [2023-10-18T22:06:28.534Z] #108 6.582 Downloading yamllint-1.27.1.tar.gz (129 kB) 22:06:28 [2023-10-18T22:06:28.792Z] #108 6.872 Collecting pathspec>=0.5.3 22:06:28 [2023-10-18T22:06:28.792Z] #108 6.876 Downloading pathspec-0.11.2-py3-none-any.whl (29 kB) 22:06:28 [2023-10-18T22:06:28.792Z] #108 6.981 Collecting pyyaml 22:06:29 [2023-10-18T22:06:29.049Z] #108 6.988 Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) 22:06:29 [2023-10-18T22:06:29.049Z] #108 7.004 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0) 22:06:29 [2023-10-18T22:06:29.049Z] #108 7.008 Building wheels for collected packages: yamllint 22:06:29 [2023-10-18T22:06:29.049Z] #108 7.009 Building wheel for yamllint (setup.py): started 22:06:29 [2023-10-18T22:06:29.049Z] #108 7.249 Building wheel for yamllint (setup.py): finished with status 'done' 22:06:29 [2023-10-18T22:06:29.307Z] #108 7.249 Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=b1447de20405e3a3c34c077715f39665b4704618da544b5a9c9052b87317d1de 22:06:29 [2023-10-18T22:06:29.307Z] #108 7.249 Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee 22:06:29 [2023-10-18T22:06:29.307Z] #108 7.252 Successfully built yamllint 22:06:29 [2023-10-18T22:06:29.307Z] #108 7.258 Installing collected packages: pyyaml, pathspec, yamllint 22:06:29 [2023-10-18T22:06:29.307Z] #108 7.371 Successfully installed pathspec-0.11.2 pyyaml-6.0.1 yamllint-1.27.1 22:06:29 [2023-10-18T22:06:29.307Z] #108 DONE 7.5s 22:06:29 [2023-10-18T22:06:29.565Z] 22:06:29 [2023-10-18T22:06:29.565Z] #109 [dev-base 11/11] 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 libdevmapper-dev libseccomp-dev libsecret-1-dev libsystemd-dev libudev-dev 22:06:30 [2023-10-18T22:06:30.130Z] #109 0.600 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:06:30 [2023-10-18T22:06:30.130Z] #109 0.600 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:06:30 [2023-10-18T22:06:30.130Z] #109 0.600 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:06:30 [2023-10-18T22:06:30.952Z] #109 0.955 Reading package lists... 22:06:31 [2023-10-18T22:06:31.516Z] #109 1.508 Reading package lists... 22:06:31 [2023-10-18T22:06:31.516Z] #109 2.023 Building dependency tree... 22:06:31 [2023-10-18T22:06:31.516Z] #109 2.170 Reading state information... 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.343 gcc is already the newest version (4:10.2.1-1). 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.343 pkg-config is already the newest version (0.29.2-1). 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.343 The following additional packages will be installed: 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.343 gir1.2-glib-2.0 gir1.2-secret-1 libapparmor1 libblkid-dev 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.343 libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1 libglib2.0-bin 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.343 libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.343 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.343 libpcre32-3 libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.344 libsepol1-dev uuid-dev zlib1g-dev 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.345 Suggested packages: 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.345 debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.345 | libgdk-pixbuf2.0-dev libxml2-utils seccomp 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.345 Recommended packages: 22:06:31 [2023-10-18T22:06:31.773Z] #109 2.345 build-essential fakeroot libalgorithm-merge-perl 22:06:32 [2023-10-18T22:06:32.030Z] #109 2.601 The following NEW packages will be installed: 22:06:32 [2023-10-18T22:06:32.030Z] #109 2.601 dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libapparmor1 22:06:32 [2023-10-18T22:06:32.030Z] #109 2.602 libblkid-dev libdevmapper-dev libdevmapper-event1.02.1 libffi-dev 22:06:32 [2023-10-18T22:06:32.030Z] #109 2.602 libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev 22:06:32 [2023-10-18T22:06:32.030Z] #109 2.602 libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 22:06:32 [2023-10-18T22:06:32.030Z] #109 2.602 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 22:06:32 [2023-10-18T22:06:32.030Z] #109 2.602 libseccomp-dev libsecret-1-0 libsecret-1-dev libsecret-common 22:06:32 [2023-10-18T22:06:32.030Z] #109 2.602 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev uuid-dev zlib1g-dev 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.877 0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded. 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.877 Need to get 10.4 MB of archives. 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.877 After this operation, 41.6 MB of additional disk space will be used. 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.877 Get:1 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2314 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.923 Get:2 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.924 Get:3 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.925 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.927 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.929 Get:6 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.930 Get:7 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.938 Get:8 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.939 Get:9 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.940 Get:10 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.944 Get:11 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.946 Get:12 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.948 Get:13 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.950 Get:14 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.952 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.953 Get:16 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.956 Get:17 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.960 Get:18 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.961 Get:19 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.963 Get:20 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.964 Get:21 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB] 22:06:32 [2023-10-18T22:06:32.288Z] #109 2.979 Get:22 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 2.988 Get:23 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 2.990 Get:24 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 2.991 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 2.994 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 2.998 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 3.000 Get:28 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 3.003 Get:29 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 3.004 Get:30 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 3.016 Get:31 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 3.017 Get:32 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 3.018 Get:33 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB] 22:06:32 [2023-10-18T22:06:32.545Z] #109 3.159 debconf: delaying package configuration, since apt-utils is not installed 22:06:32 [2023-10-18T22:06:32.545Z] #109 3.199 Fetched 10.4 MB in 0s (25.3 MB/s) 22:06:32 [2023-10-18T22:06:32.545Z] #109 3.225 Selecting previously unselected package dpkg-dev. 22:06:32 [2023-10-18T22:06:32.803Z] #109 3.225 (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 ... 20387 files and directories currently installed.) 22:06:32 [2023-10-18T22:06:32.803Z] #109 3.237 Preparing to unpack .../00-dpkg-dev_1.20.13_all.deb ... 22:06:32 [2023-10-18T22:06:32.803Z] #109 3.243 Unpacking dpkg-dev (1.20.13) ... 22:06:32 [2023-10-18T22:06:32.803Z] #109 3.364 Selecting previously unselected package libgirepository-1.0-1:arm64. 22:06:32 [2023-10-18T22:06:32.803Z] #109 3.367 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ... 22:06:32 [2023-10-18T22:06:32.803Z] #109 3.379 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... 22:06:32 [2023-10-18T22:06:32.803Z] #109 3.421 Selecting previously unselected package gir1.2-glib-2.0:arm64. 22:06:32 [2023-10-18T22:06:32.803Z] #109 3.424 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ... 22:06:32 [2023-10-18T22:06:32.803Z] #109 3.428 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... 22:06:32 [2023-10-18T22:06:32.803Z] #109 3.470 Selecting previously unselected package libsecret-common. 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.472 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ... 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.477 Unpacking libsecret-common (0.20.4-2) ... 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.531 Selecting previously unselected package libsecret-1-0:arm64. 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.534 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.539 Unpacking libsecret-1-0:arm64 (0.20.4-2) ... 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.577 Selecting previously unselected package gir1.2-secret-1:arm64. 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.580 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.584 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ... 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.623 Selecting previously unselected package libapparmor1:arm64. 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.626 Preparing to unpack .../06-libapparmor1_2.13.6-10_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.630 Unpacking libapparmor1:arm64 (2.13.6-10) ... 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.669 Selecting previously unselected package libapparmor-dev:arm64. 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.672 Preparing to unpack .../07-libapparmor-dev_2.13.6-10_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.676 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... 22:06:33 [2023-10-18T22:06:33.061Z] #109 3.720 Selecting previously unselected package uuid-dev:arm64. 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.722 Preparing to unpack .../08-uuid-dev_2.36.1-8+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.727 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.790 Selecting previously unselected package libblkid-dev:arm64. 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.792 Preparing to unpack .../09-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.803 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.862 Selecting previously unselected package libdevmapper-event1.02.1:arm64. 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.864 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.870 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.905 Selecting previously unselected package libudev-dev:arm64. 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.908 Preparing to unpack .../11-libudev-dev_247.3-7+deb11u4_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.912 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ... 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.956 Selecting previously unselected package libsepol1-dev:arm64. 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.959 Preparing to unpack .../12-libsepol1-dev_3.1-1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.319Z] #109 3.963 Unpacking libsepol1-dev:arm64 (3.1-1) ... 22:06:33 [2023-10-18T22:06:33.577Z] #109 4.037 Selecting previously unselected package libpcre2-16-0:arm64. 22:06:33 [2023-10-18T22:06:33.577Z] #109 4.040 Preparing to unpack .../13-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.577Z] #109 4.046 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.577Z] #109 4.109 Selecting previously unselected package libpcre2-32-0:arm64. 22:06:33 [2023-10-18T22:06:33.577Z] #109 4.111 Preparing to unpack .../14-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.577Z] #109 4.116 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.577Z] #109 4.179 Selecting previously unselected package libpcre2-posix2:arm64. 22:06:33 [2023-10-18T22:06:33.577Z] #109 4.181 Preparing to unpack .../15-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.577Z] #109 4.187 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.577Z] #109 4.229 Selecting previously unselected package libpcre2-dev:arm64. 22:06:33 [2023-10-18T22:06:33.834Z] #109 4.232 Preparing to unpack .../16-libpcre2-dev_10.36-2+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.834Z] #109 4.250 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.834Z] #109 4.332 Selecting previously unselected package libselinux1-dev:arm64. 22:06:33 [2023-10-18T22:06:33.834Z] #109 4.335 Preparing to unpack .../17-libselinux1-dev_3.1-3_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.834Z] #109 4.341 Unpacking libselinux1-dev:arm64 (3.1-3) ... 22:06:33 [2023-10-18T22:06:33.834Z] #109 4.401 Selecting previously unselected package libdevmapper-dev:arm64. 22:06:33 [2023-10-18T22:06:33.834Z] #109 4.404 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.834Z] #109 4.408 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... 22:06:33 [2023-10-18T22:06:33.834Z] #109 4.443 Selecting previously unselected package libffi-dev:arm64. 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.446 Preparing to unpack .../19-libffi-dev_3.3-6_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.450 Unpacking libffi-dev:arm64 (3.3-6) ... 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.488 Selecting previously unselected package libglib2.0-data. 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.491 Preparing to unpack .../20-libglib2.0-data_2.66.8-1_all.deb ... 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.495 Unpacking libglib2.0-data (2.66.8-1) ... 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.646 Selecting previously unselected package libglib2.0-bin. 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.649 Preparing to unpack .../21-libglib2.0-bin_2.66.8-1_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.654 Unpacking libglib2.0-bin (2.66.8-1) ... 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.704 Selecting previously unselected package libglib2.0-dev-bin. 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.706 Preparing to unpack .../22-libglib2.0-dev-bin_2.66.8-1_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.711 Unpacking libglib2.0-dev-bin (2.66.8-1) ... 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.765 Selecting previously unselected package libmount-dev:arm64. 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.767 Preparing to unpack .../23-libmount-dev_2.36.1-8+deb11u1_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.773 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:34 [2023-10-18T22:06:34.092Z] #109 4.818 Selecting previously unselected package libpcre16-3:arm64. 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.820 Preparing to unpack .../24-libpcre16-3_2%3a8.39-13_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.825 Unpacking libpcre16-3:arm64 (2:8.39-13) ... 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.885 Selecting previously unselected package libpcre32-3:arm64. 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.887 Preparing to unpack .../25-libpcre32-3_2%3a8.39-13_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.892 Unpacking libpcre32-3:arm64 (2:8.39-13) ... 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.943 Selecting previously unselected package libpcrecpp0v5:arm64. 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.946 Preparing to unpack .../26-libpcrecpp0v5_2%3a8.39-13_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.950 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ... 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.988 Selecting previously unselected package libpcre3-dev:arm64. 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.991 Preparing to unpack .../27-libpcre3-dev_2%3a8.39-13_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.350Z] #109 4.998 Unpacking libpcre3-dev:arm64 (2:8.39-13) ... 22:06:34 [2023-10-18T22:06:34.350Z] #109 5.081 Selecting previously unselected package zlib1g-dev:arm64. 22:06:34 [2023-10-18T22:06:34.607Z] #109 5.083 Preparing to unpack .../28-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.607Z] #109 5.103 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... 22:06:34 [2023-10-18T22:06:34.607Z] #109 5.151 Selecting previously unselected package libglib2.0-dev:arm64. 22:06:34 [2023-10-18T22:06:34.607Z] #109 5.153 Preparing to unpack .../29-libglib2.0-dev_2.66.8-1_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.607Z] #109 5.157 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ... 22:06:34 [2023-10-18T22:06:34.865Z] #109 5.345 Selecting previously unselected package libseccomp-dev:arm64. 22:06:34 [2023-10-18T22:06:34.865Z] #109 5.348 Preparing to unpack .../30-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.865Z] #109 5.352 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:06:34 [2023-10-18T22:06:34.865Z] #109 5.392 Selecting previously unselected package libsecret-1-dev:arm64. 22:06:34 [2023-10-18T22:06:34.865Z] #109 5.395 Preparing to unpack .../31-libsecret-1-dev_0.20.4-2_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.865Z] #109 5.399 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ... 22:06:34 [2023-10-18T22:06:34.865Z] #109 5.457 Selecting previously unselected package libsystemd-dev:arm64. 22:06:34 [2023-10-18T22:06:34.865Z] #109 5.459 Preparing to unpack .../32-libsystemd-dev_247.3-7+deb11u4_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.865Z] #109 5.463 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ... 22:06:34 [2023-10-18T22:06:34.865Z] #109 5.579 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ... 22:06:35 [2023-10-18T22:06:35.123Z] #109 5.592 Setting up libglib2.0-dev-bin (2.66.8-1) ... 22:06:35 [2023-10-18T22:06:35.123Z] #109 5.750 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:06:35 [2023-10-18T22:06:35.123Z] #109 5.763 Setting up libapparmor1:arm64 (2.13.6-10) ... 22:06:35 [2023-10-18T22:06:35.123Z] #109 5.778 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... 22:06:35 [2023-10-18T22:06:35.123Z] #109 5.794 Setting up libpcre16-3:arm64 (2:8.39-13) ... 22:06:35 [2023-10-18T22:06:35.123Z] #109 5.806 Setting up libsepol1-dev:arm64 (3.1-1) ... 22:06:35 [2023-10-18T22:06:35.123Z] #109 5.819 Setting up libffi-dev:arm64 (3.3-6) ... 22:06:35 [2023-10-18T22:06:35.123Z] #109 5.831 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.844 Setting up dpkg-dev (1.20.13) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.872 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.885 Setting up libglib2.0-data (2.66.8-1) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.898 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.910 Setting up libpcre32-3:arm64 (2:8.39-13) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.925 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.937 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.951 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.963 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.976 Setting up libapparmor-dev:arm64 (2.13.6-10) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 5.988 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 6.004 Setting up libsecret-common (0.20.4-2) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 6.016 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:35 [2023-10-18T22:06:35.381Z] #109 6.052 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.064 Setting up libselinux1-dev:arm64 (3.1-3) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.078 Setting up libpcre3-dev:arm64 (2:8.39-13) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.091 Setting up libglib2.0-bin (2.66.8-1) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.104 Setting up libsecret-1-0:arm64 (0.20.4-2) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.117 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.130 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.142 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.154 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.190 Setting up libglib2.0-dev:arm64 (2.66.8-1) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.202 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.214 No schema files found: doing nothing. 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.219 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:06:35 [2023-10-18T22:06:35.639Z] #109 6.242 Setting up libsecret-1-dev:arm64 (0.20.4-2) ... 22:06:35 [2023-10-18T22:06:35.896Z] #109 DONE 6.5s 22:06:35 [2023-10-18T22:06:35.896Z] 22:06:35 [2023-10-18T22:06:35.896Z] #110 [dev 1/1] COPY . . 22:06:37 [2023-10-18T22:06:37.270Z] #110 DONE 1.2s 22:06:37 [2023-10-18T22:06:37.270Z] 22:06:37 [2023-10-18T22:06:37.270Z] #111 exporting to image 22:06:37 [2023-10-18T22:06:37.270Z] #111 exporting layers 22:06:38 [2023-10-18T22:06:38.205Z] #111 exporting layers 0.9s done 22:06:38 [2023-10-18T22:06:38.205Z] #111 writing image sha256:05ce1822c5e7e81e28d12f14fc1b3e8cfbea45fd59630f03273971a295a6cc2b done 22:06:38 [2023-10-18T22:06:38.205Z] #111 naming to docker.io/library/docker:d5c4a39259b25ee1fc3b321a12e317c453ee755d done 22:06:38 [2023-10-18T22:06:38.205Z] #111 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh 22:06:38 [2023-10-18T22:06:38.551Z] + sudo modprobe ip6table_filter [Pipeline] sh 22:06:38 [2023-10-18T22:06:38.889Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_backport_46667_23.0/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d5c4a39259b25ee1fc3b321a12e317c453ee755d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:d5c4a39259b25ee1fc3b321a12e317c453ee755d hack/test/unit 22:06:39 [2023-10-18T22:06:39.148Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') 22:06:39 [2023-10-18T22:06:39.148Z] + TESTFLAGS+=' -test.timeout=5m' 22:06:39 [2023-10-18T22:06:39.148Z] + TESTDIRS=./... 22:06:39 [2023-10-18T22:06:39.148Z] + exclude_paths='/vendor/|/integration' 22:06:39 [2023-10-18T22:06:39.148Z] ++ go list ./... 22:06:39 [2023-10-18T22:06:39.148Z] ++ grep -vE '(/vendor/|/integration)' 22:06:39 [2023-10-18T22:06:39.717Z] + pkg_list='github.com/docker/docker/api 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/backend/build 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/httpstatus 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/httputils 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/middleware 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/build 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/checkpoint 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/container 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/debug 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/distribution 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/grpc 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/image 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/network 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/plugin 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/session 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/swarm 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/system 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/server/router/volume 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/backend 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/blkiodev 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/container 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/events 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/filters 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/image 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/mount 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/network 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/plugins/logdriver 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/registry 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/strslice 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/swarm 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/swarm/runtime 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/time 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/versions 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/versions/v1p19 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/versions/v1p20 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/api/types/volume 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/builder-next 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/builder-next/adapters/containerimage 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/builder-next/adapters/snapshot 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/builder-next/exporter 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/builder-next/imagerefchecker 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/builder-next/worker 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/builder-next/worker/label 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/dockerfile 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/remotecontext 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/remotecontext/git 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/builder/remotecontext/urlutil 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/cli 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/cli/config 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/cli/debug 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/cli/winresources/docker-proxy 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/cli/winresources/dockerd 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/client 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/cmd/docker-proxy 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/cmd/dockerd 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/cmd/dockerd/trap 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/cmd/dockerd/trap/testfiles 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/container 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/container/stream 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/contrib/apparmor 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/contrib/docker-device-tool 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/contrib/httpserver 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/cluster 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/cluster/controllers/plugin 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/cluster/convert 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/cluster/executor 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/cluster/executor/container 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/cluster/provider 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/config 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/events 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/events/testutils 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/exec 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/aufs 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/btrfs 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/copy 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/devmapper 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/graphtest 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/overlay 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/overlay2 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/overlayutils 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/register 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/vfs 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/graphdriver/zfs 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/images 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/initlayer 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/links 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/listeners 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/logger 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/logger/awslogs 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/logger/fluentd 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/logger/gcplogs 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/logger/gelf 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/logger/journald 22:06:39 [2023-10-18T22:06:39.717Z] github.com/docker/docker/daemon/logger/jsonfilelog 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/logger/local 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/logger/logentries 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/logger/loggertest 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/logger/loggerutils 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/logger/loggerutils/cache 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/logger/splunk 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/logger/syslog 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/logger/templates 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/names 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/network 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/daemon/stats 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/distribution 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/distribution/metadata 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/distribution/utils 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/distribution/xfer 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/dockerversion 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/errdefs 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/image 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/image/cache 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/image/tarexport 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/image/v1 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/internal/test/suite 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/layer 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/libcontainerd 22:06:39 [2023-10-18T22:06:39.718Z] github.com/docker/docker/libcontainerd/queue 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libcontainerd/remote 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libcontainerd/supervisor 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libcontainerd/types 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/bitseq 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/cluster 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/cmd/ovrouter 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/config 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/datastore 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/diagnostic 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/discoverapi 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/driverapi 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/host 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/null 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/overlay 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/remote 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/windows 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/drvregistry 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/etchosts 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/idm 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/internal/caller 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/ipam 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/ipamapi 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/ipams/builtin 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/ipams/null 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/ipams/remote 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/ipamutils 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/iptables 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/netlabel 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/netutils 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/networkdb 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/ns 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/options 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/osl 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/osl/kernel 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/portallocator 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/portmapper 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/resolvconf 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/testutils 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/libnetwork/types 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/oci 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/oci/caps 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/opts 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/aaparser 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/archive 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/authorization 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/broadcaster 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/capabilities 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/chrootarchive 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/containerfs 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/devicemapper 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/directory 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/dmesg 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/fileutils 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/fsutils 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/homedir 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/idtools 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/ioutils 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/jsonmessage 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/longpath 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/loopback 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/namesgenerator 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/parsers 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/parsers/kernel 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/parsers/operatingsystem 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/pidfile 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/platform 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/plugingetter 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/plugins 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/plugins/transport 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/pools 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/progress 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/pubsub 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/reexec 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/rootless 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/rootless/specconv 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/signal 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/stack 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/stdcopy 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/streamformatter 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/stringid 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/sysinfo 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/system 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/tailfile 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/tarsum 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/truncindex 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/urlutil 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/pkg/useragent 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/plugin 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/plugin/executor/containerd 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/plugin/v2 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/profiles/apparmor 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/profiles/seccomp 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/quota 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/reference 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/registry 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/registry/resumable 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/restartmanager 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/runconfig 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/runconfig/opts 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil/daemon 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil/environment 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil/fakecontext 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil/fakegit 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil/fakestorage 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil/fixtures/load 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil/fixtures/plugin 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil/fixtures/plugin/basic 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil/registry 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/testutil/request 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/volume 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/volume/drivers 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/volume/local 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/volume/mounts 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/volume/service 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/volume/service/opts 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/volume/testutils' 22:06:39 [2023-10-18T22:06:39.719Z] ++ grep --fixed-strings -v /libnetwork 22:06:39 [2023-10-18T22:06:39.719Z] ++ echo 'github.com/docker/docker/api 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/backend/build 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/httpstatus 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/httputils 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/middleware 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/build 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/checkpoint 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/container 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/debug 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/distribution 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/grpc 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/image 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/network 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/plugin 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/session 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/swarm 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/system 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/server/router/volume 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/backend 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/blkiodev 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/container 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/events 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/filters 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/image 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/mount 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/network 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/plugins/logdriver 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/registry 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/strslice 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/swarm 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/swarm/runtime 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/time 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/versions 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/versions/v1p19 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/versions/v1p20 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/api/types/volume 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/builder-next 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/builder-next/adapters/containerimage 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/builder-next/adapters/snapshot 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/builder-next/exporter 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/builder-next/imagerefchecker 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/builder-next/worker 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/builder-next/worker/label 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/dockerfile 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/remotecontext 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/remotecontext/git 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/builder/remotecontext/urlutil 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/cli 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/cli/config 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/cli/debug 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/cli/winresources/docker-proxy 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/cli/winresources/dockerd 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/client 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/cmd/docker-proxy 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/cmd/dockerd 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/cmd/dockerd/trap 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/cmd/dockerd/trap/testfiles 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/container 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/container/stream 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/contrib/apparmor 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/contrib/docker-device-tool 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/contrib/httpserver 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/cluster 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/cluster/controllers/plugin 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/cluster/convert 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/cluster/executor 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/cluster/executor/container 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/cluster/provider 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/config 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/events 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/events/testutils 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/exec 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/graphdriver 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/graphdriver/aufs 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/graphdriver/btrfs 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/graphdriver/copy 22:06:39 [2023-10-18T22:06:39.719Z] github.com/docker/docker/daemon/graphdriver/devmapper 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/graphtest 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/overlay 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/overlay2 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/overlayutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/register 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/vfs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/zfs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/images 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/initlayer 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/links 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/listeners 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/awslogs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/fluentd 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/gcplogs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/gelf 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/journald 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/jsonfilelog 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/local 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/logentries 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/loggertest 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/loggerutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/loggerutils/cache 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/splunk 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/syslog 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/templates 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/names 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/network 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/stats 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/distribution 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/distribution/metadata 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/distribution/utils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/distribution/xfer 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/dockerversion 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/errdefs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/image 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/image/cache 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/image/tarexport 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/image/v1 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/internal/test/suite 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/layer 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libcontainerd 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libcontainerd/queue 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libcontainerd/remote 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libcontainerd/supervisor 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libcontainerd/types 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/bitseq 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/cluster 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/cmd/ovrouter 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/config 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/datastore 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/diagnostic 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/discoverapi 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/driverapi 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/host 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/null 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/overlay 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/remote 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/windows 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/drvregistry 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/etchosts 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/idm 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/internal/caller 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/ipam 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/ipamapi 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/ipams/builtin 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/ipams/null 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/ipams/remote 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/ipamutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/iptables 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/netlabel 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/netutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/networkdb 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/ns 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/options 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/osl 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/osl/kernel 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/portallocator 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/portmapper 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/resolvconf 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/testutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libnetwork/types 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/oci 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/oci/caps 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/opts 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/aaparser 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/archive 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/authorization 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/broadcaster 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/capabilities 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/chrootarchive 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/containerfs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/devicemapper 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/directory 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/dmesg 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/fileutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/fsutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/homedir 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/idtools 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/ioutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/jsonmessage 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/longpath 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/loopback 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/namesgenerator 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/parsers 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/parsers/kernel 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/parsers/operatingsystem 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/pidfile 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/platform 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/plugingetter 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/plugins 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/plugins/transport 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/pools 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/progress 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/pubsub 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/reexec 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/rootless 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/rootless/specconv 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/signal 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/stack 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/stdcopy 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/streamformatter 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/stringid 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/sysinfo 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/system 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/tailfile 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/tarsum 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/truncindex 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/urlutil 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/useragent 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/plugin 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/plugin/executor/containerd 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/plugin/v2 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/profiles/apparmor 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/profiles/seccomp 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/quota 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/reference 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/registry 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/registry/resumable 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/restartmanager 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/runconfig 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/runconfig/opts 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil/daemon 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil/environment 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil/fakecontext 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil/fakegit 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil/fakestorage 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil/fixtures/load 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil/fixtures/plugin 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil/fixtures/plugin/basic 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil/registry 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/testutil/request 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/volume 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/volume/drivers 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/volume/local 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/volume/mounts 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/volume/service 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/volume/service/opts 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/volume/testutils' 22:06:39 [2023-10-18T22:06:39.720Z] + base_pkg_list='github.com/docker/docker/api 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/backend/build 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/httpstatus 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/httputils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/middleware 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/build 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/checkpoint 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/container 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/debug 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/distribution 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/grpc 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/image 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/network 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/plugin 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/session 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/swarm 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/system 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/server/router/volume 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/backend 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/blkiodev 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/container 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/events 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/filters 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/image 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/mount 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/network 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/plugins/logdriver 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/registry 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/strslice 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/swarm 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/swarm/runtime 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/time 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/versions 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/versions/v1p19 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/versions/v1p20 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/api/types/volume 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/builder-next 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/builder-next/adapters/containerimage 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/builder-next/adapters/snapshot 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/builder-next/exporter 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/builder-next/imagerefchecker 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/builder-next/worker 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/builder-next/worker/label 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/dockerfile 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/remotecontext 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/remotecontext/git 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/builder/remotecontext/urlutil 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/cli 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/cli/config 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/cli/debug 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/cli/winresources/docker-proxy 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/cli/winresources/dockerd 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/client 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/cmd/docker-proxy 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/cmd/dockerd 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/cmd/dockerd/trap 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/cmd/dockerd/trap/testfiles 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/container 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/container/stream 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/contrib/apparmor 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/contrib/docker-device-tool 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/contrib/httpserver 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/cluster 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/cluster/controllers/plugin 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/cluster/convert 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/cluster/executor 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/cluster/executor/container 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/cluster/provider 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/config 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/events 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/events/testutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/exec 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/aufs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/btrfs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/copy 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/devmapper 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/graphtest 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/overlay 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/overlay2 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/overlayutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/register 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/vfs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/graphdriver/zfs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/images 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/initlayer 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/links 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/listeners 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/awslogs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/fluentd 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/gcplogs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/gelf 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/journald 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/jsonfilelog 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/local 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/logentries 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/loggertest 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/loggerutils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/loggerutils/cache 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/splunk 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/syslog 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/logger/templates 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/names 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/network 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/daemon/stats 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/distribution 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/distribution/metadata 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/distribution/utils 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/distribution/xfer 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/dockerversion 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/errdefs 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/image 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/image/cache 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/image/tarexport 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/image/v1 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/internal/test/suite 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/layer 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libcontainerd 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libcontainerd/queue 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libcontainerd/remote 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libcontainerd/supervisor 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/libcontainerd/types 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/oci 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/oci/caps 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/opts 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/aaparser 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/archive 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/authorization 22:06:39 [2023-10-18T22:06:39.720Z] github.com/docker/docker/pkg/broadcaster 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/capabilities 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/chrootarchive 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/containerfs 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/devicemapper 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/directory 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/dmesg 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/fileutils 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/fsutils 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/homedir 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/idtools 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/ioutils 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/jsonmessage 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/longpath 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/loopback 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/namesgenerator 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/parsers 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/parsers/kernel 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/parsers/operatingsystem 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/pidfile 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/platform 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/plugingetter 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/plugins 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/plugins/transport 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/pools 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/progress 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/pubsub 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/reexec 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/rootless 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/rootless/specconv 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/signal 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/stack 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/stdcopy 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/streamformatter 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/stringid 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/sysinfo 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/system 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/tailfile 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/tarsum 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/truncindex 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/urlutil 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/pkg/useragent 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/plugin 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/plugin/executor/containerd 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/plugin/v2 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/profiles/apparmor 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/profiles/seccomp 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/quota 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/reference 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/registry 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/registry/resumable 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/restartmanager 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/runconfig 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/runconfig/opts 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil/daemon 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil/environment 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil/fakecontext 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil/fakegit 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil/fakestorage 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil/fixtures/load 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil/fixtures/plugin 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil/fixtures/plugin/basic 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil/registry 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/testutil/request 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/volume 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/volume/drivers 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/volume/local 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/volume/mounts 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/volume/service 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/volume/service/opts 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/volume/testutils' 22:06:39 [2023-10-18T22:06:39.721Z] ++ grep --fixed-strings /libnetwork 22:06:39 [2023-10-18T22:06:39.721Z] ++ echo 'github.com/docker/docker/api 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/backend/build 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/httpstatus 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/httputils 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/middleware 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/build 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/checkpoint 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/container 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/debug 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/distribution 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/grpc 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/image 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/network 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/plugin 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/session 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/swarm 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/system 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/server/router/volume 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/backend 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/blkiodev 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/container 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/events 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/filters 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/image 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/mount 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/network 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/plugins/logdriver 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/registry 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/strslice 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/swarm 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/swarm/runtime 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/time 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/versions 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/versions/v1p19 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/versions/v1p20 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/api/types/volume 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/builder-next 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/builder-next/adapters/containerimage 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/builder-next/adapters/snapshot 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/builder-next/exporter 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/builder-next/imagerefchecker 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/builder-next/worker 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/builder-next/worker/label 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/dockerfile 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/remotecontext 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/remotecontext/git 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/builder/remotecontext/urlutil 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/cli 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/cli/config 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/cli/debug 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/cli/winresources/docker-proxy 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/cli/winresources/dockerd 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/client 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/cmd/docker-proxy 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/cmd/dockerd 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/cmd/dockerd/trap 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/cmd/dockerd/trap/testfiles 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/container 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/container/stream 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/contrib/apparmor 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/contrib/docker-device-tool 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/contrib/httpserver 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/cluster 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/cluster/controllers/plugin 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/cluster/convert 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/cluster/executor 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/cluster/executor/container 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/cluster/provider 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/config 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/events 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/events/testutils 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/exec 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/aufs 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/btrfs 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/copy 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/devmapper 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/graphtest 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/overlay 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/overlay2 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/overlayutils 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/register 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/vfs 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/graphdriver/zfs 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/images 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/initlayer 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/links 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/listeners 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/awslogs 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/fluentd 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/gcplogs 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/gelf 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/journald 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/jsonfilelog 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/local 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/logentries 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/loggertest 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/loggerutils 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/loggerutils/cache 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/splunk 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/syslog 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/logger/templates 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/names 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/network 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/daemon/stats 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/distribution 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/distribution/metadata 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/distribution/utils 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/distribution/xfer 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/dockerversion 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/errdefs 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/image 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/image/cache 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/image/tarexport 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/image/v1 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/internal/test/suite 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/layer 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libcontainerd 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libcontainerd/queue 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libcontainerd/remote 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libcontainerd/supervisor 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libcontainerd/types 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/bitseq 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/cluster 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/cmd/ovrouter 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/config 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/datastore 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/diagnostic 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/discoverapi 22:06:39 [2023-10-18T22:06:39.721Z] github.com/docker/docker/libnetwork/driverapi 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/host 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/null 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/overlay 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/remote 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/windows 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drvregistry 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/etchosts 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/idm 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/internal/caller 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipam 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipamapi 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/builtin 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/null 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/remote 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipamutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/iptables 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/netlabel 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/netutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/networkdb 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ns 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/options 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/osl 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/osl/kernel 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/portallocator 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/portmapper 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/resolvconf 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/testutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/types 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/oci 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/oci/caps 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/opts 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/aaparser 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/archive 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/authorization 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/broadcaster 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/capabilities 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/chrootarchive 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/containerfs 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/devicemapper 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/directory 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/dmesg 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/fileutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/fsutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/homedir 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/idtools 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/ioutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/jsonmessage 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/longpath 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/loopback 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/namesgenerator 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/parsers 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/parsers/kernel 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/parsers/operatingsystem 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/pidfile 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/platform 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/plugingetter 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/plugins 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/plugins/transport 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/pools 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/progress 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/pubsub 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/reexec 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/rootless 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/rootless/specconv 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/signal 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/stack 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/stdcopy 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/streamformatter 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/stringid 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/sysinfo 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/system 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/tailfile 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/tarsum 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/truncindex 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/urlutil 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/pkg/useragent 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/plugin 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/plugin/executor/containerd 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/plugin/v2 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/profiles/apparmor 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/profiles/seccomp 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/quota 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/reference 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/registry 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/registry/resumable 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/restartmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/runconfig 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/runconfig/opts 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil/daemon 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil/environment 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil/fakecontext 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil/fakegit 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil/fakestorage 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil/fixtures/load 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil/fixtures/plugin 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil/fixtures/plugin/basic 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil/registry 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/testutil/request 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/volume 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/volume/drivers 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/volume/local 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/volume/mounts 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/volume/service 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/volume/service/opts 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/volume/testutils' 22:06:39 [2023-10-18T22:06:39.722Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/bitseq 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cluster 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/ovrouter 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/config 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/datastore 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/diagnostic 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/discoverapi 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/driverapi 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/host 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/null 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/overlay 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/remote 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/windows 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drvregistry 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/etchosts 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/idm 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/internal/caller 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipam 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipamapi 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/builtin 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/null 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/remote 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipamutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/iptables 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/netlabel 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/netutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/networkdb 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ns 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/options 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/osl 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/osl/kernel 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/portallocator 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/portmapper 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/resolvconf 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/testutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/types' 22:06:39 [2023-10-18T22:06:39.722Z] + echo 'github.com/docker/docker/libnetwork 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/bitseq 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cluster 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/ovrouter 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/config 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/datastore 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/diagnostic 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/discoverapi 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/driverapi 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/host 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/null 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/overlay 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/remote 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/windows 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drvregistry 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/etchosts 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/idm 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/internal/caller 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipam 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipamapi 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/builtin 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/null 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/remote 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ipamutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/iptables 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/netlabel 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/netutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/networkdb 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/ns 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/options 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/osl 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/osl/kernel 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/portallocator 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/portmapper 22:06:39 [2023-10-18T22:06:39.722Z] + grep --fixed-strings libnetwork/drivers/bridge 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/resolvconf 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/testutils 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/types' 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:39 [2023-10-18T22:06:39.722Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:39 [2023-10-18T22:06:39.722Z] + type docker-proxy 22:06:39 [2023-10-18T22:06:39.722Z] hack/test/unit: line 25: type: docker-proxy: not found 22:06:39 [2023-10-18T22:06:39.722Z] + hack/make.sh binary-proxy install-proxy 22:06:39 [2023-10-18T22:06:39.722Z] 22:06:39 [2023-10-18T22:06:39.722Z] Removing bundles/ 22:06:39 [2023-10-18T22:06:39.722Z] 22:06:39 [2023-10-18T22:06:39.722Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) 22:06:39 [2023-10-18T22:06:39.722Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... 22:06:43 [2023-10-18T22:06:43.904Z] Created binary: bundles/binary-proxy/docker-proxy 22:06:43 [2023-10-18T22:06:43.904Z] 22:06:43 [2023-10-18T22:06:43.904Z] ---> Making bundle: install-proxy (in bundles/install-proxy) 22:06:43 [2023-10-18T22:06:43.904Z] Installing docker-proxy to /usr/local/bin/ 22:06:43 [2023-10-18T22:06:43.904Z] 22:06:43 [2023-10-18T22:06:43.904Z] + mkdir -p bundles 22:06:43 [2023-10-18T22:06:43.904Z] + '[' -n 'github.com/docker/docker/api 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/backend/build 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/httpstatus 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/httputils 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/middleware 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/build 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/checkpoint 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/container 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/debug 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/distribution 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/grpc 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/image 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/network 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/plugin 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/session 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/swarm 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/system 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/server/router/volume 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/backend 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/blkiodev 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/container 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/events 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/filters 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/image 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/mount 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/network 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/plugins/logdriver 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/registry 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/strslice 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/swarm 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/swarm/runtime 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/time 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/versions 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/versions/v1p19 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/versions/v1p20 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/api/types/volume 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/builder-next 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/builder-next/adapters/containerimage 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/builder-next/adapters/snapshot 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/builder-next/exporter 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/builder-next/imagerefchecker 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/builder-next/worker 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/builder-next/worker/label 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/dockerfile 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/remotecontext 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/remotecontext/git 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/builder/remotecontext/urlutil 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/cli 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/cli/config 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/cli/debug 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/cli/winresources/docker-proxy 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/cli/winresources/dockerd 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/client 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/cmd/docker-proxy 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/cmd/dockerd 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/cmd/dockerd/trap 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/cmd/dockerd/trap/testfiles 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/container 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/container/stream 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/contrib/apparmor 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/contrib/docker-device-tool 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/contrib/httpserver 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/cluster 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/cluster/controllers/plugin 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/cluster/convert 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/cluster/executor 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/cluster/executor/container 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/cluster/provider 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/config 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/events 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/events/testutils 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/exec 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/aufs 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/btrfs 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/copy 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/devmapper 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/graphtest 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/overlay 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/overlay2 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/overlayutils 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/register 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/vfs 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/graphdriver/zfs 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/images 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/initlayer 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/links 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/listeners 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/awslogs 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/fluentd 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/gcplogs 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/gelf 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/journald 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/jsonfilelog 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/local 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/logentries 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/loggertest 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/loggerutils 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/loggerutils/cache 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/splunk 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/syslog 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/logger/templates 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/names 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/network 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/daemon/stats 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/distribution 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/distribution/metadata 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/distribution/utils 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/distribution/xfer 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/dockerversion 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/errdefs 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/image 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/image/cache 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/image/tarexport 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/image/v1 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/internal/test/suite 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/layer 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/libcontainerd 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/libcontainerd/queue 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/libcontainerd/remote 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/libcontainerd/supervisor 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/libcontainerd/types 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/oci 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/oci/caps 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/opts 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/aaparser 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/archive 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/authorization 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/broadcaster 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/capabilities 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/chrootarchive 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/containerfs 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/devicemapper 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/directory 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/dmesg 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/fileutils 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/fsutils 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/homedir 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/idtools 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/ioutils 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/jsonmessage 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/longpath 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/loopback 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/namesgenerator 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/parsers 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/parsers/kernel 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/parsers/operatingsystem 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/pidfile 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/platform 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/plugingetter 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/plugins 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/plugins/transport 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/pools 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/progress 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/pubsub 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/reexec 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/rootless 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/rootless/specconv 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/signal 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/stack 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/stdcopy 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/streamformatter 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/stringid 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/sysinfo 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/system 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/tailfile 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/tarsum 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/truncindex 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/urlutil 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/pkg/useragent 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/plugin 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/plugin/executor/containerd 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/plugin/v2 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/profiles/apparmor 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/profiles/seccomp 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/quota 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/reference 22:06:43 [2023-10-18T22:06:43.904Z] github.com/docker/docker/registry 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/registry/resumable 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/restartmanager 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/runconfig 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/runconfig/opts 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil/daemon 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil/environment 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil/fakecontext 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil/fakegit 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil/fakestorage 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil/fixtures/load 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil/fixtures/plugin 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil/fixtures/plugin/basic 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil/registry 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/testutil/request 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/volume 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/volume/drivers 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/volume/local 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/volume/mounts 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/volume/service 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/volume/service/opts 22:06:43 [2023-10-18T22:06:43.905Z] github.com/docker/docker/volume/testutils' ']' 22:06:43 [2023-10-18T22:06:43.905Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -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/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/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/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 github.com/docker/docker/cli/config 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/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/docker-device-tool 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/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay 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/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries 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/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/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite 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/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/aaparser 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/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/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/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/signal 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/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils 22:06:44 [2023-10-18T22:06:44.471Z] ? github.com/docker/docker/api [no test files] 22:06:51 [2023-10-18T22:06:51.172Z] github.com/docker/docker/api/server coverage: 7.9% of statements 22:06:51 [2023-10-18T22:06:51.172Z] ok github.com/docker/docker/api/server 0.018s coverage: 7.9% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/backend/build [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/httpstatus [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] github.com/docker/docker/api/server/httputils coverage: 31.9% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ok github.com/docker/docker/api/server/httputils 0.021s coverage: 31.9% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/build [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/container [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/debug [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/distribution [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] github.com/docker/docker/api/server/middleware coverage: 37.7% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/grpc [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/image [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/network [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/plugin [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/session [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/server/router/system [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/backend [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/blkiodev [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/container [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/events [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] github.com/docker/docker/api/server/router/swarm coverage: 6.0% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements 22:07:09 [2023-10-18T22:07:09.281Z] github.com/docker/docker/api/server/router/volume coverage: 66.7% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ok github.com/docker/docker/api/server/router/volume 0.006s coverage: 66.7% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/image [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/mount [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/network [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/registry [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/swarm [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] github.com/docker/docker/api/types/strslice coverage: 90.0% of statements 22:07:09 [2023-10-18T22:07:09.281Z] github.com/docker/docker/api/types/filters coverage: 93.7% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 93.7% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/api/types/volume [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/builder [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/builder/builder-next [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] 22:07:09 [2023-10-18T22:07:09.281Z] github.com/docker/docker/api/types/time coverage: 100.0% of statements 22:07:09 [2023-10-18T22:07:09.281Z] github.com/docker/docker/api/types/versions coverage: 77.3% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements 22:07:09 [2023-10-18T22:07:09.281Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements 22:07:09 [2023-10-18T22:07:09.847Z] ? github.com/docker/docker/cli [no test files] 22:07:09 [2023-10-18T22:07:09.847Z] ? github.com/docker/docker/cli/config [no test files] 22:07:09 [2023-10-18T22:07:09.847Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] 22:07:09 [2023-10-18T22:07:09.847Z] github.com/docker/docker/builder/remotecontext/urlutil coverage: 100.0% of statements 22:07:09 [2023-10-18T22:07:09.847Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements 22:07:09 [2023-10-18T22:07:09.847Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] 22:07:09 [2023-10-18T22:07:09.847Z] github.com/docker/docker/cli/debug coverage: 100.0% of statements 22:07:09 [2023-10-18T22:07:09.847Z] ok github.com/docker/docker/cli/debug 0.006s coverage: 100.0% of statements 22:07:09 [2023-10-18T22:07:09.847Z] github.com/docker/docker/builder/remotecontext coverage: 13.7% of statements 22:07:09 [2023-10-18T22:07:09.847Z] ok github.com/docker/docker/builder/remotecontext 0.139s coverage: 13.7% of statements 22:07:10 [2023-10-18T22:07:10.414Z] github.com/docker/docker/builder/dockerfile coverage: 49.3% of statements 22:07:10 [2023-10-18T22:07:10.414Z] ok github.com/docker/docker/builder/dockerfile 0.630s coverage: 49.3% of statements 22:07:12 [2023-10-18T22:07:12.946Z] github.com/docker/docker/client coverage: 76.8% of statements 22:07:12 [2023-10-18T22:07:12.946Z] ok github.com/docker/docker/client 0.077s coverage: 76.8% of statements 22:07:12 [2023-10-18T22:07:12.946Z] github.com/docker/docker/cmd/docker-proxy coverage: 66.5% of statements 22:07:12 [2023-10-18T22:07:12.946Z] ok github.com/docker/docker/cmd/docker-proxy 0.236s coverage: 66.5% of statements 22:07:14 [2023-10-18T22:07:14.851Z] github.com/docker/docker/builder/remotecontext/git coverage: 83.5% of statements 22:07:14 [2023-10-18T22:07:14.851Z] ok github.com/docker/docker/builder/remotecontext/git 5.283s coverage: 83.5% of statements 22:07:21 [2023-10-18T22:07:21.413Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] 22:07:21 [2023-10-18T22:07:21.413Z] ? github.com/docker/docker/container/stream [no test files] 22:07:21 [2023-10-18T22:07:21.413Z] ? github.com/docker/docker/contrib/apparmor [no test files] 22:07:21 [2023-10-18T22:07:21.413Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] 22:07:21 [2023-10-18T22:07:21.413Z] ? github.com/docker/docker/contrib/httpserver [no test files] 22:07:21 [2023-10-18T22:07:21.413Z] github.com/docker/docker/cmd/dockerd coverage: 30.1% of statements 22:07:21 [2023-10-18T22:07:21.413Z] ok github.com/docker/docker/cmd/dockerd 0.062s coverage: 30.1% of statements 22:07:21 [2023-10-18T22:07:21.413Z] github.com/docker/docker/container coverage: 36.1% of statements 22:07:21 [2023-10-18T22:07:21.413Z] ok github.com/docker/docker/container 0.120s coverage: 36.1% of statements 22:07:23 [2023-10-18T22:07:23.940Z] github.com/docker/docker/cmd/dockerd/trap coverage: 0.0% of statements 22:07:23 [2023-10-18T22:07:23.940Z] ok github.com/docker/docker/cmd/dockerd/trap 2.412s coverage: 0.0% of statements 22:07:27 [2023-10-18T22:07:27.219Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] 22:07:27 [2023-10-18T22:07:27.219Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] 22:07:27 [2023-10-18T22:07:27.219Z] github.com/docker/docker/daemon/cluster/convert coverage: 39.2% of statements 22:07:27 [2023-10-18T22:07:27.219Z] ok github.com/docker/docker/daemon/cluster/convert 0.013s coverage: 39.2% of statements 22:07:27 [2023-10-18T22:07:27.219Z] github.com/docker/docker/daemon/cluster/controllers/plugin coverage: 65.3% of statements 22:07:27 [2023-10-18T22:07:27.219Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.019s coverage: 65.3% of statements 22:07:27 [2023-10-18T22:07:27.219Z] github.com/docker/docker/daemon/cluster coverage: 0.5% of statements 22:07:27 [2023-10-18T22:07:27.219Z] github.com/docker/docker/daemon/config coverage: 77.0% of statements 22:07:27 [2023-10-18T22:07:27.219Z] ok github.com/docker/docker/daemon/config 0.057s coverage: 77.0% of statements 22:07:27 [2023-10-18T22:07:27.219Z] ok github.com/docker/docker/daemon/cluster 0.059s coverage: 0.5% of statements 22:07:27 [2023-10-18T22:07:27.219Z] ? github.com/docker/docker/daemon/events/testutils [no test files] 22:07:27 [2023-10-18T22:07:27.219Z] ? github.com/docker/docker/daemon/exec [no test files] 22:07:27 [2023-10-18T22:07:27.219Z] github.com/docker/docker/daemon/events coverage: 50.0% of statements 22:07:27 [2023-10-18T22:07:27.219Z] ok github.com/docker/docker/daemon/events 0.061s coverage: 50.0% of statements 22:07:27 [2023-10-18T22:07:27.219Z] github.com/docker/docker/daemon/graphdriver coverage: 2.2% of statements 22:07:27 [2023-10-18T22:07:27.219Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements 22:07:28 [2023-10-18T22:07:28.153Z] github.com/docker/docker/daemon/graphdriver/aufs coverage: 74.8% of statements 22:07:28 [2023-10-18T22:07:28.153Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.570s coverage: 74.8% of statements 22:07:28 [2023-10-18T22:07:28.411Z] github.com/docker/docker/daemon/graphdriver/btrfs coverage: 2.8% of statements 22:07:28 [2023-10-18T22:07:28.411Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.8% of statements 22:07:28 [2023-10-18T22:07:28.411Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] 22:07:28 [2023-10-18T22:07:28.411Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs coverage: 1.9% of statements 22:07:28 [2023-10-18T22:07:28.411Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.9% of statements 22:07:28 [2023-10-18T22:07:28.411Z] github.com/docker/docker/daemon/graphdriver/copy coverage: 59.6% of statements 22:07:28 [2023-10-18T22:07:28.411Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.186s coverage: 59.6% of statements 22:07:28 [2023-10-18T22:07:28.975Z] github.com/docker/docker/daemon/graphdriver/overlay coverage: 50.6% of statements 22:07:28 [2023-10-18T22:07:28.975Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.171s coverage: 50.6% of statements 22:07:29 [2023-10-18T22:07:29.234Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] 22:07:29 [2023-10-18T22:07:29.234Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] 22:07:29 [2023-10-18T22:07:29.234Z] github.com/docker/docker/daemon/graphdriver/vfs coverage: 58.5% of statements 22:07:29 [2023-10-18T22:07:29.234Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.5% of statements 22:07:29 [2023-10-18T22:07:29.800Z] github.com/docker/docker/daemon/graphdriver/overlay2 coverage: 58.5% of statements 22:07:29 [2023-10-18T22:07:29.800Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.641s coverage: 58.5% of statements 22:07:29 [2023-10-18T22:07:29.800Z] github.com/docker/docker/daemon/graphdriver/zfs coverage: 3.0% of statements 22:07:29 [2023-10-18T22:07:29.800Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements 22:07:30 [2023-10-18T22:07:30.366Z] github.com/docker/docker/daemon/cluster/executor/container coverage: 13.4% of statements 22:07:30 [2023-10-18T22:07:30.366Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.466s coverage: 13.4% of statements 22:07:30 [2023-10-18T22:07:30.623Z] ? github.com/docker/docker/daemon/initlayer [no test files] 22:07:30 [2023-10-18T22:07:30.623Z] ? github.com/docker/docker/daemon/listeners [no test files] 22:07:30 [2023-10-18T22:07:30.623Z] github.com/docker/docker/daemon/links coverage: 93.0% of statements 22:07:30 [2023-10-18T22:07:30.623Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements 22:07:30 [2023-10-18T22:07:30.623Z] github.com/docker/docker/daemon/images coverage: 6.9% of statements 22:07:30 [2023-10-18T22:07:30.623Z] ok github.com/docker/docker/daemon/images 0.032s coverage: 6.9% of statements 22:07:31 [2023-10-18T22:07:31.189Z] github.com/docker/docker/daemon/logger coverage: 43.2% of statements 22:07:31 [2023-10-18T22:07:31.189Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.2% of statements 22:07:31 [2023-10-18T22:07:31.189Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] 22:07:31 [2023-10-18T22:07:31.189Z] github.com/docker/docker/daemon/logger/gelf coverage: 68.2% of statements 22:07:31 [2023-10-18T22:07:31.189Z] github.com/docker/docker/daemon/logger/fluentd coverage: 53.6% of statements 22:07:31 [2023-10-18T22:07:31.189Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 68.2% of statements 22:07:31 [2023-10-18T22:07:31.190Z] ok github.com/docker/docker/daemon/logger/fluentd 0.014s coverage: 53.6% of statements 22:07:31 [2023-10-18T22:07:31.190Z] github.com/docker/docker/daemon/logger/journald coverage: 23.4% of statements 22:07:31 [2023-10-18T22:07:31.190Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 23.4% of statements 22:07:31 [2023-10-18T22:07:31.447Z] github.com/docker/docker/daemon/logger/awslogs coverage: 79.3% of statements 22:07:31 [2023-10-18T22:07:31.447Z] ok github.com/docker/docker/daemon/logger/awslogs 0.126s coverage: 79.3% of statements 22:07:31 [2023-10-18T22:07:31.705Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog coverage: 87.2% of statements 22:07:31 [2023-10-18T22:07:31.705Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements 22:07:31 [2023-10-18T22:07:31.964Z] github.com/docker/docker/daemon/logger/jsonfilelog coverage: 76.8% of statements 22:07:31 [2023-10-18T22:07:31.964Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.091s coverage: 76.8% of statements 22:07:31 [2023-10-18T22:07:31.964Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] 22:07:31 [2023-10-18T22:07:31.964Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] 22:07:31 [2023-10-18T22:07:31.964Z] github.com/docker/docker/daemon/logger/local coverage: 79.4% of statements 22:07:31 [2023-10-18T22:07:31.964Z] ok github.com/docker/docker/daemon/logger/local 0.025s coverage: 79.4% of statements 22:07:32 [2023-10-18T22:07:32.222Z] github.com/docker/docker/daemon/logger/loggerutils coverage: 62.0% of statements 22:07:32 [2023-10-18T22:07:32.222Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.015s coverage: 62.0% of statements 22:07:32 [2023-10-18T22:07:32.480Z] github.com/docker/docker/daemon/logger/loggerutils/cache coverage: 31.5% of statements 22:07:32 [2023-10-18T22:07:32.480Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 31.5% of statements 22:07:32 [2023-10-18T22:07:32.745Z] ? github.com/docker/docker/daemon/names [no test files] 22:07:32 [2023-10-18T22:07:32.745Z] ? github.com/docker/docker/daemon/stats [no test files] 22:07:32 [2023-10-18T22:07:32.745Z] github.com/docker/docker/daemon/logger/templates coverage: 8.3% of statements 22:07:32 [2023-10-18T22:07:32.745Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements 22:07:32 [2023-10-18T22:07:32.745Z] github.com/docker/docker/daemon/logger/syslog coverage: 46.8% of statements 22:07:32 [2023-10-18T22:07:32.745Z] ok github.com/docker/docker/daemon/logger/syslog 0.010s coverage: 46.8% of statements 22:07:32 [2023-10-18T22:07:32.745Z] github.com/docker/docker/daemon/network coverage: 63.8% of statements 22:07:32 [2023-10-18T22:07:32.745Z] ok github.com/docker/docker/daemon/network 0.024s coverage: 63.8% of statements 22:07:33 [2023-10-18T22:07:33.679Z] github.com/docker/docker/daemon/graphdriver/devmapper coverage: 45.9% of statements 22:07:33 [2023-10-18T22:07:33.679Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.994s coverage: 45.9% of statements 22:07:33 [2023-10-18T22:07:33.936Z] ? github.com/docker/docker/distribution/utils [no test files] 22:07:33 [2023-10-18T22:07:33.936Z] ? github.com/docker/docker/dockerversion [no test files] 22:07:33 [2023-10-18T22:07:33.936Z] github.com/docker/docker/errdefs coverage: 77.7% of statements 22:07:33 [2023-10-18T22:07:33.936Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.7% of statements 22:07:33 [2023-10-18T22:07:33.936Z] github.com/docker/docker/distribution/metadata coverage: 44.4% of statements 22:07:33 [2023-10-18T22:07:33.936Z] ok github.com/docker/docker/distribution/metadata 0.035s coverage: 44.4% of statements 22:07:34 [2023-10-18T22:07:34.194Z] github.com/docker/docker/daemon/logger/splunk coverage: 82.5% of statements 22:07:34 [2023-10-18T22:07:34.194Z] ok github.com/docker/docker/daemon/logger/splunk 1.467s coverage: 82.5% of statements 22:07:34 [2023-10-18T22:07:34.451Z] github.com/docker/docker/image/cache coverage: 19.2% of statements 22:07:34 [2023-10-18T22:07:34.451Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements 22:07:34 [2023-10-18T22:07:34.451Z] github.com/docker/docker/image coverage: 87.3% of statements 22:07:34 [2023-10-18T22:07:34.451Z] ok github.com/docker/docker/image 0.031s coverage: 87.3% of statements 22:07:34 [2023-10-18T22:07:34.451Z] ? github.com/docker/docker/image/v1 [no test files] 22:07:34 [2023-10-18T22:07:34.451Z] ? github.com/docker/docker/internal/test/suite [no test files] 22:07:34 [2023-10-18T22:07:34.451Z] github.com/docker/docker/image/tarexport coverage: 0.7% of statements 22:07:34 [2023-10-18T22:07:34.451Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements 22:07:35 [2023-10-18T22:07:35.384Z] github.com/docker/docker/distribution coverage: 29.5% of statements 22:07:35 [2023-10-18T22:07:35.384Z] ok github.com/docker/docker/distribution 1.506s coverage: 29.5% of statements 22:07:35 [2023-10-18T22:07:35.384Z] ? github.com/docker/docker/libcontainerd [no test files] 22:07:35 [2023-10-18T22:07:35.384Z] ? github.com/docker/docker/libcontainerd/remote [no test files] 22:07:35 [2023-10-18T22:07:35.384Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] 22:07:35 [2023-10-18T22:07:35.384Z] ? github.com/docker/docker/libcontainerd/types [no test files] 22:07:35 [2023-10-18T22:07:35.384Z] github.com/docker/docker/libcontainerd/queue coverage: 100.0% of statements 22:07:35 [2023-10-18T22:07:35.384Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements 22:07:35 [2023-10-18T22:07:35.951Z] ? github.com/docker/docker/oci/caps [no test files] 22:07:35 [2023-10-18T22:07:35.951Z] github.com/docker/docker/oci coverage: 44.6% of statements 22:07:35 [2023-10-18T22:07:35.951Z] ok github.com/docker/docker/oci 0.007s coverage: 44.6% of statements 22:07:35 [2023-10-18T22:07:35.951Z] github.com/docker/docker/pkg/aaparser coverage: 52.9% of statements 22:07:35 [2023-10-18T22:07:35.951Z] ok github.com/docker/docker/pkg/aaparser 0.008s coverage: 52.9% of statements 22:07:35 [2023-10-18T22:07:35.951Z] github.com/docker/docker/opts coverage: 66.0% of statements 22:07:35 [2023-10-18T22:07:35.951Z] ok github.com/docker/docker/opts 0.034s coverage: 66.0% of statements 22:07:36 [2023-10-18T22:07:36.210Z] github.com/docker/docker/distribution/xfer coverage: 85.4% of statements 22:07:36 [2023-10-18T22:07:36.210Z] ok github.com/docker/docker/distribution/xfer 2.344s coverage: 85.4% of statements 22:07:36 [2023-10-18T22:07:36.468Z] github.com/docker/docker/pkg/broadcaster coverage: 100.0% of statements 22:07:36 [2023-10-18T22:07:36.468Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements 22:07:36 [2023-10-18T22:07:36.468Z] github.com/docker/docker/pkg/capabilities coverage: 87.5% of statements 22:07:36 [2023-10-18T22:07:36.468Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements 22:07:36 [2023-10-18T22:07:36.726Z] ? github.com/docker/docker/pkg/devicemapper [no test files] 22:07:36 [2023-10-18T22:07:36.726Z] github.com/docker/docker/pkg/containerfs coverage: 6.7% of statements 22:07:36 [2023-10-18T22:07:36.726Z] ok github.com/docker/docker/pkg/containerfs 0.005s coverage: 6.7% of statements 22:07:36 [2023-10-18T22:07:36.726Z] github.com/docker/docker/pkg/directory coverage: 81.8% of statements 22:07:36 [2023-10-18T22:07:36.726Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 81.8% of statements 22:07:36 [2023-10-18T22:07:36.726Z] github.com/docker/docker/pkg/archive coverage: 82.2% of statements 22:07:36 [2023-10-18T22:07:36.726Z] ok github.com/docker/docker/pkg/archive 0.353s coverage: 82.2% of statements 22:07:36 [2023-10-18T22:07:36.726Z] github.com/docker/docker/daemon coverage: 16.8% of statements 22:07:36 [2023-10-18T22:07:36.984Z] ok github.com/docker/docker/daemon 10.131s coverage: 16.8% of statements 22:07:36 [2023-10-18T22:07:36.984Z] github.com/docker/docker/pkg/dmesg coverage: 83.3% of statements 22:07:36 [2023-10-18T22:07:36.984Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements 22:07:36 [2023-10-18T22:07:36.984Z] github.com/docker/docker/pkg/authorization coverage: 68.3% of statements 22:07:36 [2023-10-18T22:07:36.984Z] ok github.com/docker/docker/pkg/authorization 0.507s coverage: 68.3% of statements 22:07:36 [2023-10-18T22:07:36.984Z] ? github.com/docker/docker/pkg/fsutils [no test files] 22:07:36 [2023-10-18T22:07:36.984Z] github.com/docker/docker/pkg/fileutils coverage: 57.9% of statements 22:07:36 [2023-10-18T22:07:36.984Z] ok github.com/docker/docker/pkg/fileutils 0.003s coverage: 57.9% of statements 22:07:36 [2023-10-18T22:07:36.984Z] github.com/docker/docker/pkg/homedir coverage: 10.4% of statements 22:07:36 [2023-10-18T22:07:36.984Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 10.4% of statements 22:07:37 [2023-10-18T22:07:37.243Z] ? github.com/docker/docker/pkg/loopback [no test files] 22:07:37 [2023-10-18T22:07:37.243Z] github.com/docker/docker/pkg/longpath coverage: 100.0% of statements 22:07:37 [2023-10-18T22:07:37.243Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements 22:07:37 [2023-10-18T22:07:37.243Z] github.com/docker/docker/pkg/jsonmessage coverage: 91.7% of statements 22:07:37 [2023-10-18T22:07:37.243Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements 22:07:37 [2023-10-18T22:07:37.501Z] github.com/docker/docker/pkg/namesgenerator coverage: 85.7% of statements 22:07:37 [2023-10-18T22:07:37.501Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements 22:07:37 [2023-10-18T22:07:37.501Z] github.com/docker/docker/pkg/parsers coverage: 97.0% of statements 22:07:37 [2023-10-18T22:07:37.501Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements 22:07:37 [2023-10-18T22:07:37.501Z] github.com/docker/docker/pkg/parsers/kernel coverage: 60.0% of statements 22:07:37 [2023-10-18T22:07:37.501Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements 22:07:37 [2023-10-18T22:07:37.501Z] github.com/docker/docker/pkg/parsers/operatingsystem coverage: 90.5% of statements 22:07:37 [2023-10-18T22:07:37.501Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.5% of statements 22:07:37 [2023-10-18T22:07:37.759Z] ? github.com/docker/docker/pkg/platform [no test files] 22:07:37 [2023-10-18T22:07:37.759Z] ? github.com/docker/docker/pkg/plugingetter [no test files] 22:07:37 [2023-10-18T22:07:37.759Z] github.com/docker/docker/pkg/pidfile coverage: 82.4% of statements 22:07:37 [2023-10-18T22:07:37.759Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements 22:07:37 [2023-10-18T22:07:37.759Z] github.com/docker/docker/pkg/ioutils coverage: 72.0% of statements 22:07:37 [2023-10-18T22:07:37.759Z] ok github.com/docker/docker/pkg/ioutils 0.377s coverage: 72.0% of statements 22:07:37 [2023-10-18T22:07:37.759Z] github.com/docker/docker/pkg/idtools coverage: 68.1% of statements 22:07:37 [2023-10-18T22:07:37.759Z] ok github.com/docker/docker/pkg/idtools 0.427s coverage: 68.1% of statements 22:07:38 [2023-10-18T22:07:38.325Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] 22:07:38 [2023-10-18T22:07:38.325Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] 22:07:38 [2023-10-18T22:07:38.325Z] github.com/docker/docker/pkg/plugins/transport coverage: 85.7% of statements 22:07:38 [2023-10-18T22:07:38.325Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements 22:07:38 [2023-10-18T22:07:38.325Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen coverage: 56.8% of statements 22:07:38 [2023-10-18T22:07:38.325Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements 22:07:38 [2023-10-18T22:07:38.325Z] github.com/docker/docker/pkg/pools coverage: 88.2% of statements 22:07:38 [2023-10-18T22:07:38.325Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 88.2% of statements 22:07:38 [2023-10-18T22:07:38.325Z] ? github.com/docker/docker/pkg/pubsub [no test files] 22:07:38 [2023-10-18T22:07:38.325Z] github.com/docker/docker/pkg/progress coverage: 75.9% of statements 22:07:38 [2023-10-18T22:07:38.325Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements 22:07:38 [2023-10-18T22:07:38.325Z] ? github.com/docker/docker/pkg/rootless [no test files] 22:07:38 [2023-10-18T22:07:38.325Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] 22:07:38 [2023-10-18T22:07:38.325Z] ? github.com/docker/docker/pkg/signal [no test files] 22:07:38 [2023-10-18T22:07:38.583Z] github.com/docker/docker/pkg/reexec coverage: 82.4% of statements 22:07:38 [2023-10-18T22:07:38.583Z] ok github.com/docker/docker/pkg/reexec 0.014s coverage: 82.4% of statements 22:07:38 [2023-10-18T22:07:38.583Z] github.com/docker/docker/pkg/stack coverage: 90.9% of statements 22:07:38 [2023-10-18T22:07:38.583Z] github.com/docker/docker/pkg/stdcopy coverage: 100.0% of statements 22:07:38 [2023-10-18T22:07:38.583Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements 22:07:38 [2023-10-18T22:07:38.583Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements 22:07:38 [2023-10-18T22:07:38.841Z] github.com/docker/docker/pkg/stringid coverage: 70.6% of statements 22:07:38 [2023-10-18T22:07:38.841Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements 22:07:38 [2023-10-18T22:07:38.841Z] github.com/docker/docker/pkg/streamformatter coverage: 66.2% of statements 22:07:38 [2023-10-18T22:07:38.841Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements 22:07:38 [2023-10-18T22:07:38.841Z] github.com/docker/docker/pkg/sysinfo coverage: 53.6% of statements 22:07:38 [2023-10-18T22:07:38.841Z] ok github.com/docker/docker/pkg/sysinfo 0.008s coverage: 53.6% of statements 22:07:39 [2023-10-18T22:07:39.099Z] github.com/docker/docker/pkg/system coverage: 44.8% of statements 22:07:39 [2023-10-18T22:07:39.099Z] ok github.com/docker/docker/pkg/system 0.019s coverage: 44.8% of statements 22:07:39 [2023-10-18T22:07:39.099Z] github.com/docker/docker/pkg/tailfile coverage: 88.6% of statements 22:07:39 [2023-10-18T22:07:39.099Z] github.com/docker/docker/pkg/chrootarchive coverage: 43.1% of statements 22:07:39 [2023-10-18T22:07:39.099Z] ok github.com/docker/docker/pkg/tailfile 0.039s coverage: 88.6% of statements 22:07:39 [2023-10-18T22:07:39.099Z] ok github.com/docker/docker/pkg/chrootarchive 2.588s coverage: 43.1% of statements 22:07:39 [2023-10-18T22:07:39.099Z] ? github.com/docker/docker/pkg/urlutil [no test files] 22:07:39 [2023-10-18T22:07:39.099Z] github.com/docker/docker/pkg/useragent coverage: 88.9% of statements 22:07:39 [2023-10-18T22:07:39.099Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements 22:07:39 [2023-10-18T22:07:39.099Z] github.com/docker/docker/pkg/tarsum coverage: 89.3% of statements 22:07:39 [2023-10-18T22:07:39.356Z] ok github.com/docker/docker/pkg/tarsum 0.055s coverage: 89.3% of statements 22:07:39 [2023-10-18T22:07:39.356Z] github.com/docker/docker/pkg/truncindex coverage: 91.5% of statements 22:07:39 [2023-10-18T22:07:39.356Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements 22:07:39 [2023-10-18T22:07:39.922Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] 22:07:39 [2023-10-18T22:07:39.922Z] ? github.com/docker/docker/profiles/apparmor [no test files] 22:07:39 [2023-10-18T22:07:39.922Z] github.com/docker/docker/plugin/v2 coverage: 14.4% of statements 22:07:39 [2023-10-18T22:07:39.922Z] ok github.com/docker/docker/plugin/v2 0.006s coverage: 14.4% of statements 22:07:39 [2023-10-18T22:07:39.922Z] github.com/docker/docker/profiles/seccomp coverage: 86.0% of statements 22:07:39 [2023-10-18T22:07:39.922Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements 22:07:40 [2023-10-18T22:07:40.181Z] github.com/docker/docker/reference coverage: 84.4% of statements 22:07:40 [2023-10-18T22:07:40.439Z] ok github.com/docker/docker/reference 0.013s coverage: 84.4% of statements 22:07:40 [2023-10-18T22:07:40.439Z] github.com/docker/docker/quota coverage: 69.2% of statements 22:07:40 [2023-10-18T22:07:40.439Z] ok github.com/docker/docker/quota 0.188s coverage: 69.2% of statements 22:07:40 [2023-10-18T22:07:40.439Z] github.com/docker/docker/plugin coverage: 23.2% of statements 22:07:40 [2023-10-18T22:07:40.439Z] ok github.com/docker/docker/plugin 0.520s coverage: 23.2% of statements 22:07:40 [2023-10-18T22:07:40.697Z] ? github.com/docker/docker/runconfig/opts [no test files] 22:07:40 [2023-10-18T22:07:40.697Z] github.com/docker/docker/testutil coverage: 62.5% of statements 22:07:40 [2023-10-18T22:07:40.697Z] ok github.com/docker/docker/testutil 0.004s coverage: 62.5% of statements 22:07:40 [2023-10-18T22:07:40.697Z] github.com/docker/docker/restartmanager coverage: 50.9% of statements 22:07:40 [2023-10-18T22:07:40.697Z] ok github.com/docker/docker/restartmanager 0.006s coverage: 50.9% of statements 22:07:40 [2023-10-18T22:07:40.955Z] github.com/docker/docker/runconfig coverage: 64.5% of statements 22:07:40 [2023-10-18T22:07:40.955Z] ok github.com/docker/docker/runconfig 0.010s coverage: 64.5% of statements 22:07:40 [2023-10-18T22:07:40.955Z] github.com/docker/docker/registry/resumable coverage: 100.0% of statements 22:07:40 [2023-10-18T22:07:40.955Z] ok github.com/docker/docker/registry/resumable 0.018s coverage: 100.0% of statements 22:07:40 [2023-10-18T22:07:40.955Z] github.com/docker/docker/registry coverage: 58.7% of statements 22:07:40 [2023-10-18T22:07:40.955Z] ok github.com/docker/docker/registry 0.110s coverage: 58.7% of statements 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/testutil/daemon [no test files] 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/testutil/environment [no test files] 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/testutil/fakecontext [no test files] 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/testutil/fakegit [no test files] 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/testutil/fakestorage [no test files] 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/testutil/registry [no test files] 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/testutil/request [no test files] 22:07:41 [2023-10-18T22:07:41.521Z] ? github.com/docker/docker/volume [no test files] 22:07:42 [2023-10-18T22:07:42.086Z] github.com/docker/docker/volume/drivers coverage: 36.1% of statements 22:07:42 [2023-10-18T22:07:42.086Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements 22:07:42 [2023-10-18T22:07:42.086Z] github.com/docker/docker/volume/mounts coverage: 65.4% of statements 22:07:42 [2023-10-18T22:07:42.086Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 65.4% of statements 22:07:42 [2023-10-18T22:07:42.343Z] github.com/docker/docker/volume/local coverage: 75.0% of statements 22:07:42 [2023-10-18T22:07:42.343Z] ok github.com/docker/docker/volume/local 0.142s coverage: 75.0% of statements 22:07:42 [2023-10-18T22:07:42.600Z] ? github.com/docker/docker/volume/service/opts [no test files] 22:07:42 [2023-10-18T22:07:42.600Z] ? github.com/docker/docker/volume/testutils [no test files] 22:07:42 [2023-10-18T22:07:42.600Z] github.com/docker/docker/volume/service coverage: 72.0% of statements 22:07:42 [2023-10-18T22:07:42.600Z] ok github.com/docker/docker/volume/service 0.012s coverage: 72.0% of statements 22:07:43 [2023-10-18T22:07:43.164Z] github.com/docker/docker/layer coverage: 68.9% of statements 22:07:43 [2023-10-18T22:07:43.164Z] ok github.com/docker/docker/layer 7.701s coverage: 68.9% of statements 22:08:15 [2023-10-18T22:08:15.212Z] github.com/docker/docker/pkg/plugins coverage: 74.3% of statements 22:08:15 [2023-10-18T22:08:15.212Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 74.3% of statements 22:08:15 [2023-10-18T22:08:15.212Z] 22:08:15 [2023-10-18T22:08:15.212Z] === Skipped 22:08:15 [2023-10-18T22:08:15.212Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) 22:08:15 [2023-10-18T22:08:15.212Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 22:08:15 [2023-10-18T22:08:15.212Z] 22:08:15 [2023-10-18T22:08:15.212Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) 22:08:15 [2023-10-18T22:08:15.212Z] network_proxy_test.go:208: No support for dual stack yet 22:08:15 [2023-10-18T22:08:15.212Z] 22:08:15 [2023-10-18T22:08:15.212Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) 22:08:15 [2023-10-18T22:08:15.212Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 22:08:15 [2023-10-18T22:08:15.212Z] 22:08:15 [2023-10-18T22:08:15.212Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) 22:08:15 [2023-10-18T22:08:15.212Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 22:08:15 [2023-10-18T22:08:15.212Z] 22:08:15 [2023-10-18T22:08:15.212Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) 22:08:15 [2023-10-18T22:08:15.212Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:15 [2023-10-18T22:08:15.212Z] graphtest_unix.go:44: Driver btrfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver btrfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver btrfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver btrfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver btrfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:71: No driver to put! 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] time="2023-10-18T22:07:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: driver not supported 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] time="2023-10-18T22:07:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: driver not supported 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] time="2023-10-18T22:07:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: driver not supported 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] time="2023-10-18T22:07:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: driver not supported 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] time="2023-10-18T22:07:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: driver not supported 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:71: No driver to put! 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] overlay_test.go:45: Fails to compute changes after apply intermittently 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] overlay_test.go:50: Fails to compute changes intermittently 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] overlay_test.go:65: Cannot run test with naive change algorithm 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver zfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver zfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver zfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver zfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:44: Driver zfs not supported 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] graphtest_unix.go:71: No driver to put! 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) 22:08:15 [2023-10-18T22:08:15.213Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled 22:08:15 [2023-10-18T22:08:15.213Z] 22:08:15 [2023-10-18T22:08:15.213Z] DONE 2806 tests, 28 skipped in 88.107s 22:08:15 [2023-10-18T22:08:15.213Z] + '[' -n 'github.com/docker/docker/libnetwork 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/bitseq 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/cluster 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/cmd/ovrouter 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/config 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/datastore 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/diagnostic 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/discoverapi 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/driverapi 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/bridge 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/host 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/null 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/overlay 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/remote 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/windows 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/drvregistry 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/etchosts 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/idm 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/internal/caller 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/ipam 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/ipamapi 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/ipams/builtin 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/ipams/null 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/ipams/remote 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/ipamutils 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/iptables 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/netlabel 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/netutils 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/networkdb 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/ns 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/options 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/osl 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/osl/kernel 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/portallocator 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/portmapper 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/resolvconf 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/testutils 22:08:15 [2023-10-18T22:08:15.213Z] github.com/docker/docker/libnetwork/types' ']' 22:08:15 [2023-10-18T22:08:15.213Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq 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/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test 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/idm github.com/docker/docker/libnetwork/internal/caller 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/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/testutils github.com/docker/docker/libnetwork/types 22:09:01 [2023-10-18T22:09:01.859Z] github.com/docker/docker/libnetwork coverage: 41.4% of statements 22:09:01 [2023-10-18T22:09:01.859Z] ok github.com/docker/docker/libnetwork 44.725s coverage: 41.4% of statements 22:09:01 [2023-10-18T22:09:01.859Z] github.com/docker/docker/libnetwork/bitseq coverage: 84.4% of statements 22:09:01 [2023-10-18T22:09:01.859Z] ok github.com/docker/docker/libnetwork/bitseq 0.147s coverage: 84.4% of statements 22:09:01 [2023-10-18T22:09:01.859Z] ? github.com/docker/docker/libnetwork/cluster [no test files] 22:09:01 [2023-10-18T22:09:01.859Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] 22:09:01 [2023-10-18T22:09:01.859Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] 22:09:01 [2023-10-18T22:09:01.859Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] 22:09:01 [2023-10-18T22:09:01.859Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] 22:09:01 [2023-10-18T22:09:01.859Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] 22:09:01 [2023-10-18T22:09:01.859Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] 22:09:01 [2023-10-18T22:09:01.859Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] 22:09:02 [2023-10-18T22:09:02.424Z] github.com/docker/docker/libnetwork/config coverage: 9.3% of statements 22:09:02 [2023-10-18T22:09:02.424Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 9.3% of statements 22:09:02 [2023-10-18T22:09:02.681Z] github.com/docker/docker/libnetwork/datastore coverage: 21.9% of statements 22:09:02 [2023-10-18T22:09:02.681Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 21.9% of statements 22:09:02 [2023-10-18T22:09:02.681Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] 22:09:02 [2023-10-18T22:09:02.681Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] 22:09:02 [2023-10-18T22:09:02.938Z] github.com/docker/docker/libnetwork/driverapi coverage: 68.9% of statements 22:09:02 [2023-10-18T22:09:02.938Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements 22:09:06 [2023-10-18T22:09:06.214Z] github.com/docker/docker/libnetwork/drivers/bridge coverage: 60.1% of statements 22:09:06 [2023-10-18T22:09:06.214Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.946s coverage: 60.1% of statements 22:09:06 [2023-10-18T22:09:06.214Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] 22:09:06 [2023-10-18T22:09:06.214Z] github.com/docker/docker/libnetwork/drivers/host coverage: 34.8% of statements 22:09:06 [2023-10-18T22:09:06.214Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 34.8% of statements 22:09:07 [2023-10-18T22:09:07.147Z] github.com/docker/docker/libnetwork/drivers/ipvlan coverage: 4.9% of statements 22:09:07 [2023-10-18T22:09:07.147Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.249s coverage: 4.9% of statements 22:09:07 [2023-10-18T22:09:07.147Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] 22:09:07 [2023-10-18T22:09:07.713Z] github.com/docker/docker/libnetwork/drivers/macvlan coverage: 4.5% of statements 22:09:07 [2023-10-18T22:09:07.713Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.013s coverage: 4.5% of statements 22:09:07 [2023-10-18T22:09:07.713Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] 22:09:07 [2023-10-18T22:09:07.971Z] github.com/docker/docker/libnetwork/drivers/null coverage: 34.8% of statements 22:09:07 [2023-10-18T22:09:07.971Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements 22:09:17 [2023-10-18T22:09:17.930Z] github.com/docker/docker/libnetwork/drivers/overlay coverage: 6.7% of statements 22:09:17 [2023-10-18T22:09:17.930Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.208s coverage: 6.7% of statements 22:09:17 [2023-10-18T22:09:17.930Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] 22:09:17 [2023-10-18T22:09:17.930Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager coverage: 63.6% of statements 22:09:17 [2023-10-18T22:09:17.930Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.005s coverage: 63.6% of statements 22:09:18 [2023-10-18T22:09:18.187Z] github.com/docker/docker/libnetwork/drivers/remote coverage: 57.4% of statements 22:09:18 [2023-10-18T22:09:18.187Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.012s coverage: 57.4% of statements 22:09:18 [2023-10-18T22:09:18.187Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] 22:09:18 [2023-10-18T22:09:18.187Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] 22:09:18 [2023-10-18T22:09:18.444Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] 22:09:18 [2023-10-18T22:09:18.702Z] github.com/docker/docker/libnetwork/drvregistry coverage: 82.4% of statements 22:09:18 [2023-10-18T22:09:18.702Z] ok github.com/docker/docker/libnetwork/drvregistry 0.013s coverage: 82.4% of statements 22:09:18 [2023-10-18T22:09:18.959Z] github.com/docker/docker/libnetwork/etchosts coverage: 81.2% of statements 22:09:18 [2023-10-18T22:09:18.959Z] ok github.com/docker/docker/libnetwork/etchosts 0.016s coverage: 81.2% of statements 22:09:19 [2023-10-18T22:09:19.216Z] github.com/docker/docker/libnetwork/idm coverage: 87.5% of statements 22:09:19 [2023-10-18T22:09:19.216Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements 22:09:19 [2023-10-18T22:09:19.473Z] github.com/docker/docker/libnetwork/internal/caller coverage: 100.0% of statements 22:09:19 [2023-10-18T22:09:19.473Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements 22:09:31 [2023-10-18T22:09:31.662Z] github.com/docker/docker/libnetwork/internal/setmatrix coverage: 100.0% of statements 22:09:31 [2023-10-18T22:09:31.662Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements 22:09:46 [2023-10-18T22:09:46.522Z] github.com/docker/docker/libnetwork/ipam coverage: 85.8% of statements 22:09:46 [2023-10-18T22:09:46.522Z] ok github.com/docker/docker/libnetwork/ipam 15.833s coverage: 85.8% of statements 22:09:46 [2023-10-18T22:09:46.522Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] 22:09:46 [2023-10-18T22:09:46.522Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] 22:09:46 [2023-10-18T22:09:46.522Z] github.com/docker/docker/libnetwork/ipams/null coverage: 57.1% of statements 22:09:46 [2023-10-18T22:09:46.522Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 57.1% of statements 22:09:46 [2023-10-18T22:09:46.780Z] github.com/docker/docker/libnetwork/ipams/remote coverage: 47.4% of statements 22:09:46 [2023-10-18T22:09:46.780Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.009s coverage: 47.4% of statements 22:09:46 [2023-10-18T22:09:46.780Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] 22:09:47 [2023-10-18T22:09:47.037Z] github.com/docker/docker/libnetwork/ipams/windowsipam coverage: 71.4% of statements 22:09:47 [2023-10-18T22:09:47.037Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 71.4% of statements 22:09:47 [2023-10-18T22:09:47.602Z] github.com/docker/docker/libnetwork/ipamutils coverage: 74.0% of statements 22:09:47 [2023-10-18T22:09:47.602Z] ok github.com/docker/docker/libnetwork/ipamutils 0.271s coverage: 74.0% of statements 22:09:48 [2023-10-18T22:09:48.534Z] github.com/docker/docker/libnetwork/iptables coverage: 40.7% of statements 22:09:48 [2023-10-18T22:09:48.534Z] ok github.com/docker/docker/libnetwork/iptables 0.225s coverage: 40.7% of statements 22:09:48 [2023-10-18T22:09:48.534Z] github.com/docker/docker/libnetwork/netlabel coverage: 60.0% of statements 22:09:48 [2023-10-18T22:09:48.534Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements 22:09:48 [2023-10-18T22:09:48.792Z] github.com/docker/docker/libnetwork/netutils coverage: 44.1% of statements 22:09:48 [2023-10-18T22:09:48.792Z] ok github.com/docker/docker/libnetwork/netutils 0.015s coverage: 44.1% of statements 22:11:40 [2023-10-18T22:11:40.209Z] github.com/docker/docker/libnetwork/networkdb coverage: 60.4% of statements 22:11:40 [2023-10-18T22:11:40.209Z] ok github.com/docker/docker/libnetwork/networkdb 104.966s coverage: 60.4% of statements 22:11:40 [2023-10-18T22:11:40.209Z] ? github.com/docker/docker/libnetwork/ns [no test files] 22:11:40 [2023-10-18T22:11:40.209Z] github.com/docker/docker/libnetwork/options coverage: 100.0% of statements 22:11:40 [2023-10-18T22:11:40.209Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements 22:11:40 [2023-10-18T22:11:40.209Z] github.com/docker/docker/libnetwork/osl coverage: 42.1% of statements 22:11:40 [2023-10-18T22:11:40.209Z] ok github.com/docker/docker/libnetwork/osl 4.587s coverage: 42.1% of statements 22:11:40 [2023-10-18T22:11:40.466Z] github.com/docker/docker/libnetwork/osl/kernel coverage: 20.0% of statements 22:11:40 [2023-10-18T22:11:40.467Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements 22:11:40 [2023-10-18T22:11:40.724Z] github.com/docker/docker/libnetwork/portallocator coverage: 80.7% of statements 22:11:40 [2023-10-18T22:11:40.724Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements 22:11:42 [2023-10-18T22:11:42.096Z] github.com/docker/docker/libnetwork/portmapper coverage: 48.6% of statements 22:11:42 [2023-10-18T22:11:42.096Z] ok github.com/docker/docker/libnetwork/portmapper 0.654s coverage: 48.6% of statements 22:11:42 [2023-10-18T22:11:42.096Z] github.com/docker/docker/libnetwork/resolvconf coverage: 82.8% of statements 22:11:42 [2023-10-18T22:11:42.096Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 82.8% of statements 22:11:42 [2023-10-18T22:11:42.096Z] ? github.com/docker/docker/libnetwork/testutils [no test files] 22:11:42 [2023-10-18T22:11:42.353Z] github.com/docker/docker/libnetwork/types coverage: 37.3% of statements 22:11:42 [2023-10-18T22:11:42.353Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements 22:11:42 [2023-10-18T22:11:42.353Z] 22:11:42 [2023-10-18T22:11:42.353Z] === Skipped 22:11:42 [2023-10-18T22:11:42.353Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) 22:11:42 [2023-10-18T22:11:42.353Z] firewalld_test.go:14: firewalld is not running 22:11:42 [2023-10-18T22:11:42.353Z] 22:11:42 [2023-10-18T22:11:42.353Z] DONE 331 tests, 1 skipped in 210.359s Post stage [Pipeline] junit 22:11:43 [2023-10-18T22:11:43.296Z] Recording test results 22:11:44 [2023-10-18T22:11:44.197Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:44 [2023-10-18T22:11:44.508Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_backport_46667_23.0/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d5c4a39259b25ee1fc3b321a12e317c453ee755d -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:d5c4a39259b25ee1fc3b321a12e317c453ee755d hack/make.sh dynbinary test-integration 22:11:44 [2023-10-18T22:11:44.772Z] 22:11:44 [2023-10-18T22:11:44.772Z] Removing bundles/ 22:11:44 [2023-10-18T22:11:44.772Z] 22:11:44 [2023-10-18T22:11:44.772Z] ---> Making bundle: dynbinary (in bundles/dynbinary) 22:11:44 [2023-10-18T22:11:44.772Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... 22:12:17 [2023-10-18T22:12:17.113Z] Created binary: bundles/dynbinary-daemon/dockerd 22:12:17 [2023-10-18T22:12:17.113Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... 22:12:17 [2023-10-18T22:12:17.113Z] Created binary: bundles/dynbinary-daemon/docker-proxy 22:12:17 [2023-10-18T22:12:17.113Z] 22:12:17 [2023-10-18T22:12:17.113Z] ---> Making bundle: test-integration (in bundles/test-integration) 22:12:17 [2023-10-18T22:12:17.113Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack 22:12:17 [2023-10-18T22:12:17.113Z] HOSTNAME=50de55cc04e4 22:12:17 [2023-10-18T22:12:17.113Z] TESTDEBUG=0 22:12:17 [2023-10-18T22:12:17.113Z] DEST=bundles/test-integration 22:12:17 [2023-10-18T22:12:17.113Z] PWD=/go/src/github.com/docker/docker 22:12:17 [2023-10-18T22:12:17.113Z] DOCKER_GITCOMMIT=d5c4a39259b25ee1fc3b321a12e317c453ee755d 22:12:17 [2023-10-18T22:12:17.113Z] container=docker 22:12:17 [2023-10-18T22:12:17.113Z] HOME=/root 22:12:17 [2023-10-18T22:12:17.113Z] GOLANG_VERSION=1.20.10 22:12:17 [2023-10-18T22:12:17.113Z] VALIDATE_REPO=https://github.com/moby/moby.git 22:12:17 [2023-10-18T22:12:17.113Z] VALIDATE_BRANCH= 22:12:17 [2023-10-18T22:12:17.113Z] TERM=xterm 22:12:17 [2023-10-18T22:12:17.113Z] DOCKER_PKG=github.com/docker/docker 22:12:17 [2023-10-18T22:12:17.113Z] SHLVL=1 22:12:17 [2023-10-18T22:12:17.113Z] TIMEOUT=120m 22:12:17 [2023-10-18T22:12:17.113Z] DOCKER_GRAPHDRIVER=overlay2 22:12:17 [2023-10-18T22:12:17.113Z] GO111MODULE=off 22:12:17 [2023-10-18T22:12:17.113Z] DOCKER_EXPERIMENTAL=1 22:12:17 [2023-10-18T22:12:17.113Z] TEST_SKIP_INTEGRATION_CLI=1 22:12:17 [2023-10-18T22:12:17.113Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 22:12:17 [2023-10-18T22:12:17.113Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make 22:12:17 [2023-10-18T22:12:17.113Z] GOPATH=/go 22:12:17 [2023-10-18T22:12:17.113Z] PKG_CONFIG=pkg-config 22:12:17 [2023-10-18T22:12:17.113Z] _=/usr/bin/env 22:12:17 [2023-10-18T22:12:17.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main 22:12:29 [2023-10-18T22:12:29.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main 22:12:29 [2023-10-18T22:12:29.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main 22:12:29 [2023-10-18T22:12:29.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main 22:12:37 [2023-10-18T22:12:37.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main 22:12:40 [2023-10-18T22:12:40.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main 22:12:45 [2023-10-18T22:12:45.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main 22:12:45 [2023-10-18T22:12:45.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main 22:12:45 [2023-10-18T22:12:45.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main 22:12:46 [2023-10-18T22:12:46.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main 22:12:47 [2023-10-18T22:12:47.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main 22:12:47 [2023-10-18T22:12:47.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main 22:12:47 [2023-10-18T22:12:47.933Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main 22:12:49 [2023-10-18T22:12:49.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main 22:12:50 [2023-10-18T22:12:50.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main 22:12:50 [2023-10-18T22:12:50.801Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main 22:12:51 [2023-10-18T22:12:51.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main 22:12:51 [2023-10-18T22:12:51.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main 22:12:52 [2023-10-18T22:12:52.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main 22:12:53 [2023-10-18T22:12:53.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main 22:12:53 [2023-10-18T22:12:53.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main 22:12:54 [2023-10-18T22:12:54.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main 22:12:55 [2023-10-18T22:12:55.241Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) 22:12:55 [2023-10-18T22:12:55.241Z] Using test binary docker 22:12:55 [2023-10-18T22:12:55.241Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 22:12:55 [2023-10-18T22:12:55.241Z] +++ /etc/init.d/apparmor start 22:12:55 [2023-10-18T22:12:55.241Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). 22:12:55 [2023-10-18T22:12:55.241Z] INFO: Waiting for daemon to start... 22:12:55 [2023-10-18T22:12:55.241Z] Starting dockerd 22:12:55 [2023-10-18T22:12:55.242Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental 22:13:03 [2023-10-18T22:13:03.340Z] . 22:13:03 [2023-10-18T22:13:03.340Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) 22:13:03 [2023-10-18T22:13:03.340Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) 22:13:03 [2023-10-18T22:13:03.340Z] Error: No such image: emptyfs 22:13:03 [2023-10-18T22:13:03.340Z] ++++ tar -cC bundles/test-integration/emptyfs . 22:13:03 [2023-10-18T22:13:03.340Z] ++++ docker load 22:13:03 [2023-10-18T22:13:03.340Z] Running integration-test (iteration 1) 22:13:03 [2023-10-18T22:13:03.340Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 22:13:03 [2023-10-18T22:13:03.340Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m 22:13:03 [2023-10-18T22:13:03.340Z] ++ set -e 22:13:03 [2023-10-18T22:13:03.340Z] ++ '[' -n 0 ']' 22:13:03 [2023-10-18T22:13:03.340Z] ++ set -x 22:13:03 [2023-10-18T22:13:03.340Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m 22:13:03 [2023-10-18T22:13:03.340Z] Loaded image: busybox:latest 22:13:03 [2023-10-18T22:13:03.340Z] Loaded image: busybox:glibc 22:13:03 [2023-10-18T22:13:03.340Z] Loaded image: debian:bullseye-slim 22:13:03 [2023-10-18T22:13:03.340Z] Loaded image: hello-world:latest 22:13:03 [2023-10-18T22:13:03.340Z] Loaded image: arm32v7/hello-world:latest 22:13:03 [2023-10-18T22:13:03.340Z] INFO: Testing against a local daemon 22:13:03 [2023-10-18T22:13:03.340Z] === RUN TestCgroupNamespacesBuild 22:13:04 [2023-10-18T22:13:04.711Z] --- PASS: TestCgroupNamespacesBuild (1.35s) 22:13:04 [2023-10-18T22:13:04.711Z] === RUN TestCgroupNamespacesBuildDaemonHostMode 22:13:06 [2023-10-18T22:13:06.082Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.24s) 22:13:06 [2023-10-18T22:13:06.082Z] === RUN TestBuildWithSession 22:13:06 [2023-10-18T22:13:06.082Z] build_session_test.go:25: TODO: BuildKit 22:13:06 [2023-10-18T22:13:06.082Z] --- SKIP: TestBuildWithSession (0.00s) 22:13:06 [2023-10-18T22:13:06.082Z] === RUN TestBuildSquashParent 22:13:10 [2023-10-18T22:13:10.260Z] --- PASS: TestBuildSquashParent (4.58s) 22:13:10 [2023-10-18T22:13:10.260Z] === RUN TestBuildWithRemoveAndForceRemove 22:13:10 [2023-10-18T22:13:10.260Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 22:13:10 [2023-10-18T22:13:10.260Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 22:13:10 [2023-10-18T22:13:10.260Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove 22:13:10 [2023-10-18T22:13:10.260Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove 22:13:10 [2023-10-18T22:13:10.260Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 22:13:10 [2023-10-18T22:13:10.260Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 22:13:10 [2023-10-18T22:13:10.260Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 22:13:10 [2023-10-18T22:13:10.260Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 22:13:10 [2023-10-18T22:13:10.260Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove 22:13:10 [2023-10-18T22:13:10.260Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove 22:13:10 [2023-10-18T22:13:10.260Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 22:13:10 [2023-10-18T22:13:10.260Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 22:13:10 [2023-10-18T22:13:10.260Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 22:13:10 [2023-10-18T22:13:10.260Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 22:13:10 [2023-10-18T22:13:10.260Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 22:13:10 [2023-10-18T22:13:10.260Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove 22:13:10 [2023-10-18T22:13:10.260Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 22:13:10 [2023-10-18T22:13:10.260Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove 22:13:14 [2023-10-18T22:13:14.439Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) 22:13:14 [2023-10-18T22:13:14.439Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.43s) 22:13:14 [2023-10-18T22:13:14.439Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.97s) 22:13:14 [2023-10-18T22:13:14.439Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.03s) 22:13:14 [2023-10-18T22:13:14.439Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.29s) 22:13:14 [2023-10-18T22:13:14.439Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.32s) 22:13:14 [2023-10-18T22:13:14.439Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.44s) 22:13:14 [2023-10-18T22:13:14.439Z] === RUN TestBuildMultiStageCopy 22:13:14 [2023-10-18T22:13:14.439Z] === RUN TestBuildMultiStageCopy/copy_to_root 22:13:15 [2023-10-18T22:13:15.371Z] === RUN TestBuildMultiStageCopy/copy_to_newdir 22:13:15 [2023-10-18T22:13:15.371Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested 22:13:15 [2023-10-18T22:13:15.628Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir 22:13:15 [2023-10-18T22:13:15.628Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir 22:13:15 [2023-10-18T22:13:15.886Z] --- PASS: TestBuildMultiStageCopy (2.08s) 22:13:15 [2023-10-18T22:13:15.886Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.29s) 22:13:15 [2023-10-18T22:13:15.886Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) 22:13:15 [2023-10-18T22:13:15.886Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) 22:13:15 [2023-10-18T22:13:15.886Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) 22:13:15 [2023-10-18T22:13:15.886Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) 22:13:15 [2023-10-18T22:13:15.886Z] === RUN TestBuildMultiStageParentConfig 22:13:16 [2023-10-18T22:13:16.450Z] --- PASS: TestBuildMultiStageParentConfig (0.56s) 22:13:16 [2023-10-18T22:13:16.450Z] === RUN TestBuildLabelWithTargets 22:13:17 [2023-10-18T22:13:17.382Z] --- PASS: TestBuildLabelWithTargets (0.89s) 22:13:17 [2023-10-18T22:13:17.382Z] === RUN TestBuildWithEmptyLayers 22:13:17 [2023-10-18T22:13:17.948Z] --- PASS: TestBuildWithEmptyLayers (0.47s) 22:13:17 [2023-10-18T22:13:17.948Z] === RUN TestBuildMultiStageOnBuild 22:13:19 [2023-10-18T22:13:19.845Z] --- PASS: TestBuildMultiStageOnBuild (1.69s) 22:13:19 [2023-10-18T22:13:19.845Z] === RUN TestBuildUncleanTarFilenames 22:13:20 [2023-10-18T22:13:20.103Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) 22:13:20 [2023-10-18T22:13:20.103Z] === RUN TestBuildMultiStageLayerLeak 22:13:21 [2023-10-18T22:13:21.475Z] --- PASS: TestBuildMultiStageLayerLeak (1.49s) 22:13:21 [2023-10-18T22:13:21.475Z] === RUN TestBuildWithHugeFile 22:14:08 [2023-10-18T22:14:08.125Z] --- PASS: TestBuildWithHugeFile (43.21s) 22:14:08 [2023-10-18T22:14:08.125Z] === RUN TestBuildWCOWSandboxSize 22:14:08 [2023-10-18T22:14:08.125Z] build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 22:14:08 [2023-10-18T22:14:08.125Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) 22:14:08 [2023-10-18T22:14:08.125Z] === RUN TestBuildWithEmptyDockerfile 22:14:08 [2023-10-18T22:14:08.125Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile 22:14:08 [2023-10-18T22:14:08.125Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile 22:14:08 [2023-10-18T22:14:08.125Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile 22:14:08 [2023-10-18T22:14:08.125Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile 22:14:08 [2023-10-18T22:14:08.125Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile 22:14:08 [2023-10-18T22:14:08.125Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile 22:14:08 [2023-10-18T22:14:08.125Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile 22:14:08 [2023-10-18T22:14:08.125Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile 22:14:08 [2023-10-18T22:14:08.125Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile 22:14:08 [2023-10-18T22:14:08.125Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) 22:14:08 [2023-10-18T22:14:08.125Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.05s) 22:14:08 [2023-10-18T22:14:08.125Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) 22:14:08 [2023-10-18T22:14:08.125Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.05s) 22:14:08 [2023-10-18T22:14:08.125Z] === RUN TestBuildPreserveOwnership 22:14:08 [2023-10-18T22:14:08.125Z] === RUN TestBuildPreserveOwnership/copy_from 22:14:08 [2023-10-18T22:14:08.125Z] === RUN TestBuildPreserveOwnership/copy_from_chowned 22:14:08 [2023-10-18T22:14:08.125Z] --- PASS: TestBuildPreserveOwnership (3.26s) 22:14:08 [2023-10-18T22:14:08.125Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.21s) 22:14:08 [2023-10-18T22:14:08.125Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.04s) 22:14:08 [2023-10-18T22:14:08.125Z] === RUN TestBuildPlatformInvalid 22:14:08 [2023-10-18T22:14:08.125Z] --- PASS: TestBuildPlatformInvalid (0.07s) 22:14:08 [2023-10-18T22:14:08.125Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 22:14:09 [2023-10-18T22:14:09.056Z] Loaded image: busybox:latest 22:14:09 [2023-10-18T22:14:09.056Z] Loaded image: busybox:glibc 22:14:09 [2023-10-18T22:14:09.622Z] Loaded image: debian:bullseye-slim 22:14:09 [2023-10-18T22:14:09.622Z] Loaded image: hello-world:latest 22:14:09 [2023-10-18T22:14:09.622Z] Loaded image: arm32v7/hello-world:latest 22:14:19 [2023-10-18T22:14:19.580Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.81s) 22:14:19 [2023-10-18T22:14:19.580Z] PASS 22:14:19 [2023-10-18T22:14:19.580Z] 22:14:19 [2023-10-18T22:14:19.580Z] === Skipped 22:14:19 [2023-10-18T22:14:19.580Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) 22:14:19 [2023-10-18T22:14:19.580Z] build_session_test.go:25: TODO: BuildKit 22:14:19 [2023-10-18T22:14:19.580Z] 22:14:19 [2023-10-18T22:14:19.580Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) 22:14:19 [2023-10-18T22:14:19.580Z] build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 22:14:19 [2023-10-18T22:14:19.580Z] 22:14:19 [2023-10-18T22:14:19.580Z] DONE 34 tests, 2 skipped in 75.911s 22:14:19 [2023-10-18T22:14:19.580Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m 22:14:19 [2023-10-18T22:14:19.580Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m 22:14:19 [2023-10-18T22:14:19.580Z] ++ set -e 22:14:19 [2023-10-18T22:14:19.580Z] ++ '[' -n 0 ']' 22:14:19 [2023-10-18T22:14:19.580Z] ++ set -x 22:14:19 [2023-10-18T22:14:19.580Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m 22:14:19 [2023-10-18T22:14:19.580Z] INFO: Testing against a local daemon 22:14:19 [2023-10-18T22:14:19.580Z] === RUN TestNoNewPrivileges 22:14:23 [2023-10-18T22:14:23.757Z] === RUN TestNoNewPrivileges/CapabilityRequested=true 22:14:24 [2023-10-18T22:14:24.014Z] === RUN TestNoNewPrivileges/CapabilityRequested=false 22:14:24 [2023-10-18T22:14:24.579Z] --- PASS: TestNoNewPrivileges (6.45s) 22:14:24 [2023-10-18T22:14:24.579Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.52s) 22:14:24 [2023-10-18T22:14:24.579Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.48s) 22:14:24 [2023-10-18T22:14:24.579Z] PASS 22:14:24 [2023-10-18T22:14:24.579Z] 22:14:24 [2023-10-18T22:14:24.579Z] DONE 3 tests in 6.469s 22:14:24 [2023-10-18T22:14:24.579Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 22:14:24 [2023-10-18T22:14:24.579Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m 22:14:24 [2023-10-18T22:14:24.579Z] ++ set -e 22:14:24 [2023-10-18T22:14:24.579Z] ++ '[' -n 0 ']' 22:14:24 [2023-10-18T22:14:24.579Z] ++ set -x 22:14:24 [2023-10-18T22:14:24.579Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m 22:14:24 [2023-10-18T22:14:24.579Z] INFO: Testing against a local daemon 22:14:24 [2023-10-18T22:14:24.579Z] === RUN TestConfigInspect 22:14:27 [2023-10-18T22:14:27.102Z] --- PASS: TestConfigInspect (2.46s) 22:14:27 [2023-10-18T22:14:27.102Z] === RUN TestConfigList 22:14:29 [2023-10-18T22:14:29.626Z] --- PASS: TestConfigList (2.35s) 22:14:29 [2023-10-18T22:14:29.626Z] === RUN TestConfigsCreateAndDelete 22:14:32 [2023-10-18T22:14:32.151Z] --- PASS: TestConfigsCreateAndDelete (2.47s) 22:14:32 [2023-10-18T22:14:32.151Z] === RUN TestConfigsUpdate 22:14:34 [2023-10-18T22:14:34.676Z] --- PASS: TestConfigsUpdate (2.39s) 22:14:34 [2023-10-18T22:14:34.676Z] === RUN TestTemplatedConfig 22:14:37 [2023-10-18T22:14:37.201Z] --- PASS: TestTemplatedConfig (2.70s) 22:14:37 [2023-10-18T22:14:37.201Z] === RUN TestConfigCreateResolve 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestConfigCreateResolve (2.38s) 22:14:39 [2023-10-18T22:14:39.727Z] PASS 22:14:39 [2023-10-18T22:14:39.727Z] 22:14:39 [2023-10-18T22:14:39.727Z] DONE 6 tests in 14.778s 22:14:39 [2023-10-18T22:14:39.727Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 22:14:39 [2023-10-18T22:14:39.727Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m 22:14:39 [2023-10-18T22:14:39.727Z] ++ set -e 22:14:39 [2023-10-18T22:14:39.727Z] ++ '[' -n 0 ']' 22:14:39 [2023-10-18T22:14:39.727Z] ++ set -x 22:14:39 [2023-10-18T22:14:39.727Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m 22:14:39 [2023-10-18T22:14:39.727Z] INFO: Testing against a local daemon 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestAttachWithTTY 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestAttachWithTTY (0.05s) 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestAttachWithoutTTy 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestAttachWithoutTTy (0.04s) 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestCheckpoint 22:14:39 [2023-10-18T22:14:39.727Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 22:14:39 [2023-10-18T22:14:39.727Z] --- SKIP: TestCheckpoint (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/commit 22:14:39 [2023-10-18T22:14:39.727Z] === PAUSE TestContainerInvalidJSON/commit 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/create 22:14:39 [2023-10-18T22:14:39.727Z] === PAUSE TestContainerInvalidJSON/containers/create 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/foobar/exec 22:14:39 [2023-10-18T22:14:39.727Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/foobar/update 22:14:39 [2023-10-18T22:14:39.727Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/exec/foobar/start 22:14:39 [2023-10-18T22:14:39.727Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy 22:14:39 [2023-10-18T22:14:39.727Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start 22:14:39 [2023-10-18T22:14:39.727Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start 22:14:39 [2023-10-18T22:14:39.727Z] === CONT TestContainerInvalidJSON/commit 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type 22:14:39 [2023-10-18T22:14:39.727Z] === CONT TestContainerInvalidJSON/exec/foobar/start 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type 22:14:39 [2023-10-18T22:14:39.727Z] === CONT TestContainerInvalidJSON/containers/foobar/exec 22:14:39 [2023-10-18T22:14:39.727Z] === CONT TestContainerInvalidJSON/containers/foobar/update 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type 22:14:39 [2023-10-18T22:14:39.727Z] === CONT TestContainerInvalidJSON/containers/create 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type 22:14:39 [2023-10-18T22:14:39.727Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy 22:14:39 [2023-10-18T22:14:39.727Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/commit/empty_body 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/create/empty_body 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body 22:14:39 [2023-10-18T22:14:39.727Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON (0.01s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) 22:14:39 [2023-10-18T22:14:39.727Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) 22:14:39 [2023-10-18T22:14:39.728Z] === RUN TestCopyFromContainerPathDoesNotExist 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) 22:14:39 [2023-10-18T22:14:39.728Z] === RUN TestCopyFromContainerPathIsNotDir 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) 22:14:39 [2023-10-18T22:14:39.728Z] === RUN TestCopyToContainerPathDoesNotExist 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) 22:14:39 [2023-10-18T22:14:39.728Z] === RUN TestCopyEmptyFile 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestCopyEmptyFile (0.18s) 22:14:39 [2023-10-18T22:14:39.728Z] === RUN TestCopyToContainerPathIsNotDir 22:14:39 [2023-10-18T22:14:39.728Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) 22:14:39 [2023-10-18T22:14:39.728Z] === RUN TestCopyFromContainer 22:14:40 [2023-10-18T22:14:40.660Z] === RUN TestCopyFromContainer// 22:14:40 [2023-10-18T22:14:40.917Z] === RUN TestCopyFromContainer//bar/root 22:14:40 [2023-10-18T22:14:40.917Z] === RUN TestCopyFromContainer//bar/root/ 22:14:40 [2023-10-18T22:14:40.917Z] === RUN TestCopyFromContainer/bar/quux 22:14:40 [2023-10-18T22:14:40.917Z] === RUN TestCopyFromContainer/bar/quux/ 22:14:40 [2023-10-18T22:14:40.917Z] === RUN TestCopyFromContainer/bar/quux/baz 22:14:41 [2023-10-18T22:14:41.174Z] === RUN TestCopyFromContainer/bar/filesymlink 22:14:41 [2023-10-18T22:14:41.174Z] === RUN TestCopyFromContainer/bar/dirsymlink 22:14:41 [2023-10-18T22:14:41.174Z] === RUN TestCopyFromContainer/bar/dirsymlink/ 22:14:41 [2023-10-18T22:14:41.174Z] === RUN TestCopyFromContainer/bar/notarget 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer (1.47s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer// (0.05s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) 22:14:41 [2023-10-18T22:14:41.174Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist 22:14:41 [2023-10-18T22:14:41.174Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 22:14:41 [2023-10-18T22:14:41.174Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 22:14:41 [2023-10-18T22:14:41.174Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 22:14:41 [2023-10-18T22:14:41.174Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 22:14:41 [2023-10-18T22:14:41.174Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest 22:14:41 [2023-10-18T22:14:41.174Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest 22:14:41 [2023-10-18T22:14:41.174Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 22:14:41 [2023-10-18T22:14:41.174Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest 22:14:41 [2023-10-18T22:14:41.174Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) 22:14:41 [2023-10-18T22:14:41.174Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) 22:14:41 [2023-10-18T22:14:41.174Z] === RUN TestCreateLinkToNonExistingContainer 22:14:41 [2023-10-18T22:14:41.432Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) 22:14:41 [2023-10-18T22:14:41.432Z] === RUN TestCreateWithInvalidEnv 22:14:41 [2023-10-18T22:14:41.432Z] === RUN TestCreateWithInvalidEnv/0 22:14:41 [2023-10-18T22:14:41.432Z] === PAUSE TestCreateWithInvalidEnv/0 22:14:41 [2023-10-18T22:14:41.432Z] === RUN TestCreateWithInvalidEnv/1 22:14:41 [2023-10-18T22:14:41.432Z] === PAUSE TestCreateWithInvalidEnv/1 22:14:41 [2023-10-18T22:14:41.432Z] === RUN TestCreateWithInvalidEnv/2 22:14:41 [2023-10-18T22:14:41.432Z] === PAUSE TestCreateWithInvalidEnv/2 22:14:41 [2023-10-18T22:14:41.432Z] === CONT TestCreateWithInvalidEnv/0 22:14:41 [2023-10-18T22:14:41.432Z] === CONT TestCreateWithInvalidEnv/2 22:14:41 [2023-10-18T22:14:41.432Z] === CONT TestCreateWithInvalidEnv/1 22:14:41 [2023-10-18T22:14:41.432Z] --- PASS: TestCreateWithInvalidEnv (0.01s) 22:14:41 [2023-10-18T22:14:41.432Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) 22:14:41 [2023-10-18T22:14:41.432Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) 22:14:41 [2023-10-18T22:14:41.432Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) 22:14:41 [2023-10-18T22:14:41.432Z] === RUN TestCreateTmpfsMountsTarget 22:14:41 [2023-10-18T22:14:41.432Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) 22:14:41 [2023-10-18T22:14:41.432Z] === RUN TestCreateWithCustomMaskedPaths 22:14:42 [2023-10-18T22:14:42.802Z] --- PASS: TestCreateWithCustomMaskedPaths (1.51s) 22:14:42 [2023-10-18T22:14:42.802Z] === RUN TestCreateWithCustomReadonlyPaths 22:14:44 [2023-10-18T22:14:44.698Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s) 22:14:44 [2023-10-18T22:14:44.698Z] === RUN TestCreateWithInvalidHealthcheckParams 22:14:44 [2023-10-18T22:14:44.698Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 22:14:44 [2023-10-18T22:14:44.698Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 22:14:44 [2023-10-18T22:14:44.698Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 22:14:44 [2023-10-18T22:14:44.698Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 22:14:44 [2023-10-18T22:14:44.698Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 22:14:44 [2023-10-18T22:14:44.698Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 22:14:44 [2023-10-18T22:14:44.698Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 22:14:44 [2023-10-18T22:14:44.698Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 22:14:44 [2023-10-18T22:14:44.698Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 22:14:44 [2023-10-18T22:14:44.698Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 22:14:44 [2023-10-18T22:14:44.698Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 22:14:44 [2023-10-18T22:14:44.698Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 22:14:44 [2023-10-18T22:14:44.698Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 22:14:44 [2023-10-18T22:14:44.698Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 22:14:44 [2023-10-18T22:14:44.698Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 22:14:44 [2023-10-18T22:14:44.698Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) 22:14:44 [2023-10-18T22:14:44.698Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) 22:14:44 [2023-10-18T22:14:44.698Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) 22:14:44 [2023-10-18T22:14:44.698Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) 22:14:44 [2023-10-18T22:14:44.698Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) 22:14:44 [2023-10-18T22:14:44.698Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) 22:14:44 [2023-10-18T22:14:44.698Z] === RUN TestCreateTmpfsOverrideAnonymousVolume 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestCreateDifferentPlatform 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestCreateDifferentPlatform/different_os 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestCreateDifferentPlatform/different_cpu_arch 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreateDifferentPlatform (0.01s) 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestCreateVolumesFromNonExistingContainer 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestCreatePlatformSpecificImageNoPlatform 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestCreateInvalidHostConfig 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode 22:14:44 [2023-10-18T22:14:44.956Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode 22:14:44 [2023-10-18T22:14:44.956Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID 22:14:44 [2023-10-18T22:14:44.956Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode 22:14:44 [2023-10-18T22:14:44.956Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode 22:14:44 [2023-10-18T22:14:44.956Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode 22:14:44 [2023-10-18T22:14:44.956Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode 22:14:44 [2023-10-18T22:14:44.956Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID 22:14:44 [2023-10-18T22:14:44.956Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreateInvalidHostConfig (0.01s) 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) 22:14:44 [2023-10-18T22:14:44.956Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestContainerStartOnDaemonRestart 22:14:44 [2023-10-18T22:14:44.956Z] === PAUSE TestContainerStartOnDaemonRestart 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestDaemonRestartIpcMode 22:14:44 [2023-10-18T22:14:44.956Z] === PAUSE TestDaemonRestartIpcMode 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestDaemonHostGatewayIP 22:14:44 [2023-10-18T22:14:44.956Z] === PAUSE TestDaemonHostGatewayIP 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestRestartDaemonWithRestartingContainer 22:14:44 [2023-10-18T22:14:44.956Z] === PAUSE TestRestartDaemonWithRestartingContainer 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestContainerKillOnDaemonStart 22:14:44 [2023-10-18T22:14:44.956Z] === PAUSE TestContainerKillOnDaemonStart 22:14:44 [2023-10-18T22:14:44.956Z] === RUN TestDiff 22:14:45 [2023-10-18T22:14:45.521Z] --- PASS: TestDiff (0.53s) 22:14:45 [2023-10-18T22:14:45.521Z] === RUN TestExecConsoleSize 22:14:46 [2023-10-18T22:14:46.085Z] --- PASS: TestExecConsoleSize (0.60s) 22:14:46 [2023-10-18T22:14:46.085Z] === RUN TestExecWithCloseStdin 22:14:46 [2023-10-18T22:14:46.650Z] --- PASS: TestExecWithCloseStdin (0.61s) 22:14:46 [2023-10-18T22:14:46.650Z] === RUN TestExec 22:14:47 [2023-10-18T22:14:47.581Z] --- PASS: TestExec (0.60s) 22:14:47 [2023-10-18T22:14:47.581Z] === RUN TestExecUser 22:14:48 [2023-10-18T22:14:48.146Z] --- PASS: TestExecUser (0.65s) 22:14:48 [2023-10-18T22:14:48.146Z] === RUN TestExportContainerAndImportImage 22:14:48 [2023-10-18T22:14:48.710Z] --- PASS: TestExportContainerAndImportImage (0.66s) 22:14:48 [2023-10-18T22:14:48.710Z] === RUN TestExportContainerAfterDaemonRestart 22:14:50 [2023-10-18T22:14:50.081Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) 22:14:50 [2023-10-18T22:14:50.081Z] === RUN TestHealthCheckWorkdir 22:14:50 [2023-10-18T22:14:50.645Z] --- PASS: TestHealthCheckWorkdir (0.62s) 22:14:50 [2023-10-18T22:14:50.645Z] === RUN TestHealthKillContainer 22:14:58 [2023-10-18T22:14:58.743Z] --- PASS: TestHealthKillContainer (8.10s) 22:14:58 [2023-10-18T22:14:58.743Z] === RUN TestHealthCheckProcessKilled 22:14:59 [2023-10-18T22:14:59.308Z] --- PASS: TestHealthCheckProcessKilled (0.78s) 22:14:59 [2023-10-18T22:14:59.308Z] === RUN TestInspectCpusetInConfigPre120 22:14:59 [2023-10-18T22:14:59.872Z] --- PASS: TestInspectCpusetInConfigPre120 (0.51s) 22:14:59 [2023-10-18T22:14:59.872Z] === RUN TestIpcModeNone 22:15:00 [2023-10-18T22:15:00.523Z] --- PASS: TestIpcModeNone (0.63s) 22:15:00 [2023-10-18T22:15:00.523Z] === RUN TestIpcModePrivate 22:15:01 [2023-10-18T22:15:01.088Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:76, shared: false, mustBeShared: false 22:15:01 [2023-10-18T22:15:01.088Z] --- PASS: TestIpcModePrivate (0.57s) 22:15:01 [2023-10-18T22:15:01.088Z] === RUN TestIpcModeShareable 22:15:01 [2023-10-18T22:15:01.347Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:70, shared: true, mustBeShared: true 22:15:01 [2023-10-18T22:15:01.605Z] --- PASS: TestIpcModeShareable (0.59s) 22:15:01 [2023-10-18T22:15:01.605Z] === RUN TestAPIIpcModeShareableAndContainer 22:15:04 [2023-10-18T22:15:04.130Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.93s) 22:15:04 [2023-10-18T22:15:04.130Z] === RUN TestAPIIpcModeHost 22:15:04 [2023-10-18T22:15:04.130Z] --- PASS: TestAPIIpcModeHost (0.41s) 22:15:04 [2023-10-18T22:15:04.130Z] === RUN TestDaemonIpcModeShareable 22:15:05 [2023-10-18T22:15:05.062Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true 22:15:05 [2023-10-18T22:15:05.320Z] --- PASS: TestDaemonIpcModeShareable (1.28s) 22:15:05 [2023-10-18T22:15:05.320Z] === RUN TestDaemonIpcModePrivate 22:15:06 [2023-10-18T22:15:06.252Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false 22:15:06 [2023-10-18T22:15:06.509Z] --- PASS: TestDaemonIpcModePrivate (1.24s) 22:15:06 [2023-10-18T22:15:06.509Z] === RUN TestDaemonIpcModePrivateFromConfig 22:15:07 [2023-10-18T22:15:07.881Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false 22:15:07 [2023-10-18T22:15:07.881Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.26s) 22:15:07 [2023-10-18T22:15:07.881Z] === RUN TestDaemonIpcModeShareableFromConfig 22:15:08 [2023-10-18T22:15:08.813Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true 22:15:09 [2023-10-18T22:15:09.070Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.29s) 22:15:09 [2023-10-18T22:15:09.070Z] === RUN TestIpcModeOlderClient 22:15:09 [2023-10-18T22:15:09.070Z] === PAUSE TestIpcModeOlderClient 22:15:09 [2023-10-18T22:15:09.070Z] === RUN TestKillContainerInvalidSignal 22:15:09 [2023-10-18T22:15:09.634Z] --- PASS: TestKillContainerInvalidSignal (0.52s) 22:15:09 [2023-10-18T22:15:09.634Z] === RUN TestKillContainer 22:15:09 [2023-10-18T22:15:09.634Z] === RUN TestKillContainer/no_signal 22:15:10 [2023-10-18T22:15:10.199Z] === RUN TestKillContainer/non_killing_signal 22:15:10 [2023-10-18T22:15:10.456Z] === RUN TestKillContainer/killing_signal 22:15:11 [2023-10-18T22:15:11.388Z] --- PASS: TestKillContainer (1.58s) 22:15:11 [2023-10-18T22:15:11.388Z] --- PASS: TestKillContainer/no_signal (0.50s) 22:15:11 [2023-10-18T22:15:11.388Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) 22:15:11 [2023-10-18T22:15:11.388Z] --- PASS: TestKillContainer/killing_signal (0.51s) 22:15:11 [2023-10-18T22:15:11.388Z] === RUN TestKillWithStopSignalAndRestartPolicies 22:15:11 [2023-10-18T22:15:11.388Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy 22:15:11 [2023-10-18T22:15:11.646Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy 22:15:12 [2023-10-18T22:15:12.211Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.05s) 22:15:12 [2023-10-18T22:15:12.211Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.52s) 22:15:12 [2023-10-18T22:15:12.211Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.32s) 22:15:12 [2023-10-18T22:15:12.211Z] === RUN TestKillStoppedContainer 22:15:12 [2023-10-18T22:15:12.211Z] --- PASS: TestKillStoppedContainer (0.04s) 22:15:12 [2023-10-18T22:15:12.211Z] === RUN TestKillStoppedContainerAPIPre120 22:15:12 [2023-10-18T22:15:12.468Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) 22:15:12 [2023-10-18T22:15:12.468Z] === RUN TestKillDifferentUserContainer 22:15:13 [2023-10-18T22:15:13.033Z] --- PASS: TestKillDifferentUserContainer (0.52s) 22:15:13 [2023-10-18T22:15:13.033Z] === RUN TestInspectOomKilledTrue 22:15:13 [2023-10-18T22:15:13.597Z] --- PASS: TestInspectOomKilledTrue (0.56s) 22:15:13 [2023-10-18T22:15:13.597Z] === RUN TestInspectOomKilledFalse 22:15:13 [2023-10-18T22:15:13.854Z] --- PASS: TestInspectOomKilledFalse (0.53s) 22:15:13 [2023-10-18T22:15:13.854Z] === RUN TestLinksEtcHostsContentMatch 22:15:14 [2023-10-18T22:15:14.419Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) 22:15:14 [2023-10-18T22:15:14.419Z] === RUN TestLinksContainerNames 22:15:15 [2023-10-18T22:15:15.351Z] --- PASS: TestLinksContainerNames (1.02s) 22:15:15 [2023-10-18T22:15:15.351Z] === RUN TestLogsFollowTailEmpty 22:15:15 [2023-10-18T22:15:15.916Z] --- PASS: TestLogsFollowTailEmpty (0.50s) 22:15:15 [2023-10-18T22:15:15.916Z] === RUN TestLogs 22:15:15 [2023-10-18T22:15:15.916Z] === RUN TestLogs/driver_local 22:15:15 [2023-10-18T22:15:15.916Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === RUN TestLogs/driver_local/tty/only_stdout 22:15:15 [2023-10-18T22:15:15.916Z] === PAUSE TestLogs/driver_local/tty/only_stdout 22:15:15 [2023-10-18T22:15:15.916Z] === RUN TestLogs/driver_local/tty/only_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === PAUSE TestLogs/driver_local/tty/only_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === RUN TestLogs/driver_local/without_tty/only_stdout 22:15:15 [2023-10-18T22:15:15.916Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout 22:15:15 [2023-10-18T22:15:15.916Z] === RUN TestLogs/driver_local/without_tty/only_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === CONT TestLogs/driver_local/tty/only_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === CONT TestLogs/driver_local/tty/only_stdout 22:15:15 [2023-10-18T22:15:15.916Z] === CONT TestLogs/driver_local/without_tty/only_stderr 22:15:15 [2023-10-18T22:15:15.916Z] === CONT TestLogs/driver_local/without_tty/only_stdout 22:15:17 [2023-10-18T22:15:17.814Z] === RUN TestLogs/driver_json-file 22:15:17 [2023-10-18T22:15:17.814Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === RUN TestLogs/driver_json-file/tty/only_stdout 22:15:17 [2023-10-18T22:15:17.814Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout 22:15:17 [2023-10-18T22:15:17.814Z] === RUN TestLogs/driver_json-file/tty/only_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout 22:15:17 [2023-10-18T22:15:17.814Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout 22:15:17 [2023-10-18T22:15:17.814Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout 22:15:17 [2023-10-18T22:15:17.814Z] === CONT TestLogs/driver_json-file/tty/only_stderr 22:15:17 [2023-10-18T22:15:17.814Z] === CONT TestLogs/driver_json-file/tty/only_stdout 22:15:17 [2023-10-18T22:15:17.814Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs (3.44s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_local (0.01s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.80s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.20s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.25s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.54s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.62s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.66s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_json-file (0.01s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.97s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.20s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.49s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.65s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.72s) 22:15:19 [2023-10-18T22:15:19.185Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.76s) 22:15:19 [2023-10-18T22:15:19.185Z] === RUN TestContainerNetworkMountsNoChown 22:15:19 [2023-10-18T22:15:19.751Z] --- PASS: TestContainerNetworkMountsNoChown (0.51s) 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/default 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/default 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/private 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/private 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rprivate 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rprivate 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/slave 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/slave 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rslave 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rslave 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/shared 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/shared 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rshared 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rshared 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/default 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rslave 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/default/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/default/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rshared 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/default/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/default/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rshared/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/default/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/default/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rshared/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/default/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rshared/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/default/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/default/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rshared/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rshared/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rshared/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/default/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rshared/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rprivate 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rprivate/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rprivate/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rslave/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rslave/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rslave/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rslave/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/rslave/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/rslave/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rshared/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/slave 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/slave/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/slave/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/slave/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/slave/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/slave/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/slave/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rshared/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/private 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/private/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/private/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/private/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/private/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/private/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/private/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/private/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/private/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rshared/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/shared 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/shared/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/shared/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/shared/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/shared/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === RUN TestMountDaemonRoot/shared/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === PAUSE TestMountDaemonRoot/shared/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/default/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/default/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rprivate/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rslave/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rprivate/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/slave/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rslave/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rslave/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/rslave/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/private/bind_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/slave/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/slave/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/slave/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/shared/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/private/mount_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/private/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/private/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/shared/mount_root 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/shared/bind_subpath 22:15:19 [2023-10-18T22:15:19.751Z] === CONT TestMountDaemonRoot/shared/bind_root 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot (0.02s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/default (0.00s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/slave (0.00s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/shared (0.00s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/private (0.00s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) 22:15:20 [2023-10-18T22:15:20.009Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) 22:15:20 [2023-10-18T22:15:20.009Z] === RUN TestContainerBindMountNonRecursive 22:15:21 [2023-10-18T22:15:21.380Z] --- PASS: TestContainerBindMountNonRecursive (1.49s) 22:15:21 [2023-10-18T22:15:21.380Z] === RUN TestContainerVolumesMountedAsShared 22:15:21 [2023-10-18T22:15:21.945Z] --- PASS: TestContainerVolumesMountedAsShared (0.50s) 22:15:21 [2023-10-18T22:15:21.945Z] === RUN TestContainerVolumesMountedAsSlave 22:15:22 [2023-10-18T22:15:22.202Z] --- PASS: TestContainerVolumesMountedAsSlave (0.38s) 22:15:22 [2023-10-18T22:15:22.202Z] === RUN TestNetworkNat 22:15:22 [2023-10-18T22:15:22.767Z] --- PASS: TestNetworkNat (0.51s) 22:15:22 [2023-10-18T22:15:22.767Z] === RUN TestNetworkLocalhostTCPNat 22:15:23 [2023-10-18T22:15:23.332Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s) 22:15:23 [2023-10-18T22:15:23.332Z] === RUN TestNetworkLoopbackNat 22:15:26 [2023-10-18T22:15:26.608Z] --- PASS: TestNetworkLoopbackNat (2.68s) 22:15:26 [2023-10-18T22:15:26.608Z] === RUN TestPause 22:15:26 [2023-10-18T22:15:26.608Z] --- PASS: TestPause (0.52s) 22:15:26 [2023-10-18T22:15:26.608Z] === RUN TestPauseFailsOnWindowsServerContainers 22:15:26 [2023-10-18T22:15:26.608Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 22:15:26 [2023-10-18T22:15:26.608Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) 22:15:26 [2023-10-18T22:15:26.608Z] === RUN TestPauseStopPausedContainer 22:15:27 [2023-10-18T22:15:27.173Z] --- PASS: TestPauseStopPausedContainer (0.58s) 22:15:27 [2023-10-18T22:15:27.173Z] === RUN TestPidHost 22:15:28 [2023-10-18T22:15:28.544Z] --- PASS: TestPidHost (1.22s) 22:15:28 [2023-10-18T22:15:28.544Z] === RUN TestPsFilter 22:15:28 [2023-10-18T22:15:28.544Z] --- PASS: TestPsFilter (0.09s) 22:15:28 [2023-10-18T22:15:28.544Z] === RUN TestRemoveContainerWithRemovedVolume 22:15:29 [2023-10-18T22:15:29.109Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.54s) 22:15:29 [2023-10-18T22:15:29.109Z] === RUN TestRemoveContainerWithVolume 22:15:29 [2023-10-18T22:15:29.367Z] --- PASS: TestRemoveContainerWithVolume (0.50s) 22:15:29 [2023-10-18T22:15:29.367Z] === RUN TestRemoveContainerRunning 22:15:29 [2023-10-18T22:15:29.932Z] --- PASS: TestRemoveContainerRunning (0.51s) 22:15:29 [2023-10-18T22:15:29.932Z] === RUN TestRemoveContainerForceRemoveRunning 22:15:30 [2023-10-18T22:15:30.497Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.52s) 22:15:30 [2023-10-18T22:15:30.497Z] === RUN TestRemoveInvalidContainer 22:15:30 [2023-10-18T22:15:30.497Z] --- PASS: TestRemoveInvalidContainer (0.01s) 22:15:30 [2023-10-18T22:15:30.497Z] === RUN TestRenameLinkedContainer 22:15:33 [2023-10-18T22:15:33.021Z] --- PASS: TestRenameLinkedContainer (2.10s) 22:15:33 [2023-10-18T22:15:33.021Z] === RUN TestRenameStoppedContainer 22:15:33 [2023-10-18T22:15:33.021Z] --- PASS: TestRenameStoppedContainer (0.50s) 22:15:33 [2023-10-18T22:15:33.021Z] === RUN TestRenameRunningContainerAndReuse 22:15:34 [2023-10-18T22:15:34.392Z] --- PASS: TestRenameRunningContainerAndReuse (1.11s) 22:15:34 [2023-10-18T22:15:34.392Z] === RUN TestRenameInvalidName 22:15:34 [2023-10-18T22:15:34.650Z] --- PASS: TestRenameInvalidName (0.48s) 22:15:34 [2023-10-18T22:15:34.650Z] === RUN TestRenameAnonymousContainer 22:15:36 [2023-10-18T22:15:36.547Z] --- PASS: TestRenameAnonymousContainer (1.82s) 22:15:36 [2023-10-18T22:15:36.547Z] === RUN TestRenameContainerWithSameName 22:15:37 [2023-10-18T22:15:37.112Z] --- PASS: TestRenameContainerWithSameName (0.52s) 22:15:37 [2023-10-18T22:15:37.112Z] === RUN TestRenameContainerWithLinkedContainer 22:15:38 [2023-10-18T22:15:38.044Z] --- PASS: TestRenameContainerWithLinkedContainer (1.09s) 22:15:38 [2023-10-18T22:15:38.044Z] === RUN TestResize 22:15:38 [2023-10-18T22:15:38.608Z] --- PASS: TestResize (0.58s) 22:15:38 [2023-10-18T22:15:38.608Z] === RUN TestResizeWithInvalidSize 22:15:39 [2023-10-18T22:15:39.173Z] --- PASS: TestResizeWithInvalidSize (0.48s) 22:15:39 [2023-10-18T22:15:39.173Z] === RUN TestResizeWhenContainerNotStarted 22:15:39 [2023-10-18T22:15:39.737Z] --- PASS: TestResizeWhenContainerNotStarted (0.52s) 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 22:15:39 [2023-10-18T22:15:39.737Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 22:15:41 [2023-10-18T22:15:41.110Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:42 [2023-10-18T22:15:42.042Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:42 [2023-10-18T22:15:42.299Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 22:15:42 [2023-10-18T22:15:42.557Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 22:15:42 [2023-10-18T22:15:42.815Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 22:15:43 [2023-10-18T22:15:43.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 22:15:43 [2023-10-18T22:15:43.380Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 22:15:43 [2023-10-18T22:15:43.945Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers (0.00s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.41s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.26s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.71s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.97s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.08s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.57s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.58s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.99s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.91s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.53s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.19s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.03s) 22:15:48 [2023-10-18T22:15:48.125Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.90s) 22:15:48 [2023-10-18T22:15:48.125Z] === RUN TestContainerWithAutoRemoveCanBeRestarted 22:15:48 [2023-10-18T22:15:48.125Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill 22:15:49 [2023-10-18T22:15:49.057Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop 22:15:50 [2023-10-18T22:15:50.429Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.27s) 22:15:50 [2023-10-18T22:15:50.429Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (1.15s) 22:15:50 [2023-10-18T22:15:50.429Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.12s) 22:15:50 [2023-10-18T22:15:50.429Z] === RUN TestCgroupNamespacesRun 22:15:51 [2023-10-18T22:15:51.360Z] --- PASS: TestCgroupNamespacesRun (1.22s) 22:15:51 [2023-10-18T22:15:51.360Z] === RUN TestCgroupNamespacesRunPrivileged 22:15:52 [2023-10-18T22:15:52.732Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.24s) 22:15:52 [2023-10-18T22:15:52.732Z] === RUN TestCgroupNamespacesRunDaemonHostMode 22:15:54 [2023-10-18T22:15:54.103Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.37s) 22:15:54 [2023-10-18T22:15:54.103Z] === RUN TestCgroupNamespacesRunHostMode 22:15:55 [2023-10-18T22:15:55.474Z] --- PASS: TestCgroupNamespacesRunHostMode (1.24s) 22:15:55 [2023-10-18T22:15:55.474Z] === RUN TestCgroupNamespacesRunPrivateMode 22:15:56 [2023-10-18T22:15:56.406Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.24s) 22:15:56 [2023-10-18T22:15:56.406Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate 22:15:57 [2023-10-18T22:15:57.777Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.23s) 22:15:57 [2023-10-18T22:15:57.777Z] === RUN TestCgroupNamespacesRunInvalidMode 22:15:58 [2023-10-18T22:15:58.342Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) 22:15:58 [2023-10-18T22:15:58.342Z] === RUN TestCgroupNamespacesRunOlderClient 22:15:59 [2023-10-18T22:15:59.713Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s) 22:15:59 [2023-10-18T22:15:59.713Z] === RUN TestNISDomainname 22:16:00 [2023-10-18T22:16:00.278Z] --- PASS: TestNISDomainname (0.64s) 22:16:00 [2023-10-18T22:16:00.278Z] === RUN TestHostnameDnsResolution 22:16:01 [2023-10-18T22:16:01.210Z] --- PASS: TestHostnameDnsResolution (0.86s) 22:16:01 [2023-10-18T22:16:01.210Z] === RUN TestUnprivilegedPortsAndPing 22:16:01 [2023-10-18T22:16:01.776Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s) 22:16:01 [2023-10-18T22:16:01.776Z] === RUN TestPrivilegedHostDevices 22:16:02 [2023-10-18T22:16:02.342Z] --- PASS: TestPrivilegedHostDevices (0.60s) 22:16:02 [2023-10-18T22:16:02.342Z] === RUN TestRunConsoleSize 22:16:02 [2023-10-18T22:16:02.906Z] --- PASS: TestRunConsoleSize (0.54s) 22:16:02 [2023-10-18T22:16:02.906Z] === RUN TestRunWithAlternativeContainerdShim 22:16:05 [2023-10-18T22:16:05.432Z] --- PASS: TestRunWithAlternativeContainerdShim (2.20s) 22:16:05 [2023-10-18T22:16:05.432Z] === RUN TestStats 22:16:06 [2023-10-18T22:16:06.803Z] --- PASS: TestStats (1.51s) 22:16:06 [2023-10-18T22:16:06.803Z] === RUN TestStopContainerWithTimeout 22:16:06 [2023-10-18T22:16:06.803Z] === RUN TestStopContainerWithTimeout/0 22:16:06 [2023-10-18T22:16:06.803Z] === PAUSE TestStopContainerWithTimeout/0 22:16:06 [2023-10-18T22:16:06.803Z] === RUN TestStopContainerWithTimeout/1 22:16:06 [2023-10-18T22:16:06.803Z] === PAUSE TestStopContainerWithTimeout/1 22:16:06 [2023-10-18T22:16:06.803Z] === RUN TestStopContainerWithTimeout/3 22:16:06 [2023-10-18T22:16:06.803Z] === PAUSE TestStopContainerWithTimeout/3 22:16:06 [2023-10-18T22:16:06.803Z] === RUN TestStopContainerWithTimeout/-1 22:16:06 [2023-10-18T22:16:06.803Z] === PAUSE TestStopContainerWithTimeout/-1 22:16:06 [2023-10-18T22:16:06.803Z] === CONT TestStopContainerWithTimeout/0 22:16:06 [2023-10-18T22:16:06.803Z] === CONT TestStopContainerWithTimeout/3 22:16:06 [2023-10-18T22:16:06.803Z] === CONT TestStopContainerWithTimeout/1 22:16:06 [2023-10-18T22:16:06.803Z] === CONT TestStopContainerWithTimeout/-1 22:16:10 [2023-10-18T22:16:10.084Z] --- PASS: TestStopContainerWithTimeout (0.04s) 22:16:10 [2023-10-18T22:16:10.084Z] --- PASS: TestStopContainerWithTimeout/0 (0.86s) 22:16:10 [2023-10-18T22:16:10.084Z] --- PASS: TestStopContainerWithTimeout/1 (1.93s) 22:16:10 [2023-10-18T22:16:10.084Z] --- PASS: TestStopContainerWithTimeout/3 (2.55s) 22:16:10 [2023-10-18T22:16:10.084Z] --- PASS: TestStopContainerWithTimeout/-1 (2.99s) 22:16:10 [2023-10-18T22:16:10.084Z] === RUN TestDeleteDevicemapper 22:16:10 [2023-10-18T22:16:10.084Z] stop_linux_test.go:80: testEnv.DaemonInfo.Driver != "devicemapper" 22:16:10 [2023-10-18T22:16:10.084Z] --- SKIP: TestDeleteDevicemapper (0.00s) 22:16:10 [2023-10-18T22:16:10.084Z] === RUN TestStopContainerWithTimeoutCancel 22:16:10 [2023-10-18T22:16:10.084Z] === PAUSE TestStopContainerWithTimeoutCancel 22:16:10 [2023-10-18T22:16:10.084Z] === RUN TestStopContainerWithRestartPolicyAlways 22:16:11 [2023-10-18T22:16:11.980Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.53s) 22:16:11 [2023-10-18T22:16:11.980Z] === RUN TestUpdateMemory 22:16:12 [2023-10-18T22:16:12.912Z] --- PASS: TestUpdateMemory (0.64s) 22:16:12 [2023-10-18T22:16:12.912Z] === RUN TestUpdateCPUQuota 22:16:13 [2023-10-18T22:16:13.844Z] --- PASS: TestUpdateCPUQuota (0.90s) 22:16:13 [2023-10-18T22:16:13.844Z] === RUN TestUpdatePidsLimit 22:16:13 [2023-10-18T22:16:13.844Z] === RUN TestUpdatePidsLimit/update_from_none 22:16:13 [2023-10-18T22:16:13.844Z] === RUN TestUpdatePidsLimit/no_change 22:16:14 [2023-10-18T22:16:14.101Z] === RUN TestUpdatePidsLimit/update_lower 22:16:14 [2023-10-18T22:16:14.359Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value 22:16:14 [2023-10-18T22:16:14.359Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero 22:16:14 [2023-10-18T22:16:14.616Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one 22:16:14 [2023-10-18T22:16:14.874Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two 22:16:15 [2023-10-18T22:16:15.806Z] --- PASS: TestUpdatePidsLimit (2.00s) 22:16:15 [2023-10-18T22:16:15.806Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) 22:16:15 [2023-10-18T22:16:15.806Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) 22:16:15 [2023-10-18T22:16:15.806Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) 22:16:15 [2023-10-18T22:16:15.806Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) 22:16:15 [2023-10-18T22:16:15.806Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) 22:16:15 [2023-10-18T22:16:15.806Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) 22:16:15 [2023-10-18T22:16:15.806Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) 22:16:15 [2023-10-18T22:16:15.806Z] === RUN TestUpdateRestartPolicy 22:16:28 [2023-10-18T22:16:28.004Z] --- PASS: TestUpdateRestartPolicy (11.20s) 22:16:28 [2023-10-18T22:16:28.004Z] === RUN TestUpdateRestartWithAutoRemove 22:16:28 [2023-10-18T22:16:28.004Z] --- PASS: TestUpdateRestartWithAutoRemove (0.54s) 22:16:28 [2023-10-18T22:16:28.004Z] === RUN TestWaitNonBlocked 22:16:28 [2023-10-18T22:16:28.004Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 22:16:28 [2023-10-18T22:16:28.004Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 22:16:28 [2023-10-18T22:16:28.004Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random 22:16:28 [2023-10-18T22:16:28.004Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random 22:16:28 [2023-10-18T22:16:28.004Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 22:16:28 [2023-10-18T22:16:28.004Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random 22:16:28 [2023-10-18T22:16:28.270Z] --- PASS: TestWaitNonBlocked (0.03s) 22:16:28 [2023-10-18T22:16:28.270Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.78s) 22:16:28 [2023-10-18T22:16:28.270Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.85s) 22:16:28 [2023-10-18T22:16:28.270Z] === RUN TestWaitBlocked 22:16:28 [2023-10-18T22:16:28.270Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero 22:16:28 [2023-10-18T22:16:28.270Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero 22:16:28 [2023-10-18T22:16:28.270Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random 22:16:28 [2023-10-18T22:16:28.270Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random 22:16:28 [2023-10-18T22:16:28.270Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero 22:16:28 [2023-10-18T22:16:28.270Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random 22:16:29 [2023-10-18T22:16:29.234Z] --- PASS: TestWaitBlocked (0.03s) 22:16:29 [2023-10-18T22:16:29.234Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) 22:16:29 [2023-10-18T22:16:29.234Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s) 22:16:29 [2023-10-18T22:16:29.234Z] === RUN TestWaitConditions 22:16:29 [2023-10-18T22:16:29.234Z] === RUN TestWaitConditions/default 22:16:29 [2023-10-18T22:16:29.234Z] === PAUSE TestWaitConditions/default 22:16:29 [2023-10-18T22:16:29.234Z] === RUN TestWaitConditions/not-running 22:16:29 [2023-10-18T22:16:29.234Z] === PAUSE TestWaitConditions/not-running 22:16:29 [2023-10-18T22:16:29.234Z] === RUN TestWaitConditions/next-exit 22:16:29 [2023-10-18T22:16:29.234Z] === PAUSE TestWaitConditions/next-exit 22:16:29 [2023-10-18T22:16:29.234Z] === RUN TestWaitConditions/removed 22:16:29 [2023-10-18T22:16:29.234Z] === PAUSE TestWaitConditions/removed 22:16:29 [2023-10-18T22:16:29.234Z] === CONT TestWaitConditions/default 22:16:29 [2023-10-18T22:16:29.234Z] === CONT TestWaitConditions/next-exit 22:16:29 [2023-10-18T22:16:29.234Z] === CONT TestWaitConditions/not-running 22:16:29 [2023-10-18T22:16:29.234Z] === CONT TestWaitConditions/removed 22:16:31 [2023-10-18T22:16:31.172Z] --- PASS: TestWaitConditions (0.04s) 22:16:31 [2023-10-18T22:16:31.172Z] --- PASS: TestWaitConditions/removed (1.68s) 22:16:31 [2023-10-18T22:16:31.172Z] --- PASS: TestWaitConditions/next-exit (2.09s) 22:16:31 [2023-10-18T22:16:31.172Z] --- PASS: TestWaitConditions/default (2.15s) 22:16:31 [2023-10-18T22:16:31.172Z] --- PASS: TestWaitConditions/not-running (2.21s) 22:16:31 [2023-10-18T22:16:31.172Z] === RUN TestWaitRestartedContainer 22:16:31 [2023-10-18T22:16:31.172Z] === RUN TestWaitRestartedContainer/default 22:16:31 [2023-10-18T22:16:31.172Z] === PAUSE TestWaitRestartedContainer/default 22:16:31 [2023-10-18T22:16:31.172Z] === RUN TestWaitRestartedContainer/not-running 22:16:31 [2023-10-18T22:16:31.172Z] === PAUSE TestWaitRestartedContainer/not-running 22:16:31 [2023-10-18T22:16:31.172Z] === RUN TestWaitRestartedContainer/next-exit 22:16:31 [2023-10-18T22:16:31.172Z] === PAUSE TestWaitRestartedContainer/next-exit 22:16:31 [2023-10-18T22:16:31.172Z] === CONT TestWaitRestartedContainer/default 22:16:31 [2023-10-18T22:16:31.172Z] === CONT TestWaitRestartedContainer/next-exit 22:16:31 [2023-10-18T22:16:31.172Z] === CONT TestWaitRestartedContainer/not-running 22:16:33 [2023-10-18T22:16:33.746Z] --- PASS: TestWaitRestartedContainer (0.01s) 22:16:33 [2023-10-18T22:16:33.746Z] --- PASS: TestWaitRestartedContainer/default (1.64s) 22:16:33 [2023-10-18T22:16:33.747Z] --- PASS: TestWaitRestartedContainer/not-running (2.12s) 22:16:33 [2023-10-18T22:16:33.747Z] --- PASS: TestWaitRestartedContainer/next-exit (2.17s) 22:16:33 [2023-10-18T22:16:33.747Z] === CONT TestContainerStartOnDaemonRestart 22:16:33 [2023-10-18T22:16:33.747Z] === CONT TestContainerKillOnDaemonStart 22:16:33 [2023-10-18T22:16:33.747Z] === CONT TestStopContainerWithTimeoutCancel 22:16:33 [2023-10-18T22:16:33.747Z] === CONT TestIpcModeOlderClient 22:16:33 [2023-10-18T22:16:33.747Z] === CONT TestDaemonHostGatewayIP 22:16:33 [2023-10-18T22:16:33.747Z] === CONT TestDaemonRestartIpcMode 22:16:33 [2023-10-18T22:16:33.747Z] === CONT TestRestartDaemonWithRestartingContainer 22:16:33 [2023-10-18T22:16:33.747Z] --- PASS: TestIpcModeOlderClient (0.11s) 22:16:37 [2023-10-18T22:16:37.050Z] --- PASS: TestContainerStartOnDaemonRestart (3.07s) 22:16:37 [2023-10-18T22:16:37.050Z] --- PASS: TestDaemonHostGatewayIP (3.71s) 22:16:37 [2023-10-18T22:16:37.307Z] --- PASS: TestStopContainerWithTimeoutCancel (3.97s) 22:16:37 [2023-10-18T22:16:37.307Z] --- PASS: TestDaemonRestartIpcMode (4.02s) 22:16:37 [2023-10-18T22:16:37.564Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.09s) 22:16:45 [2023-10-18T22:16:45.664Z] --- PASS: TestContainerKillOnDaemonStart (11.92s) 22:16:45 [2023-10-18T22:16:45.664Z] PASS 22:16:45 [2023-10-18T22:16:45.664Z] 22:16:45 [2023-10-18T22:16:45.664Z] === Skipped 22:16:45 [2023-10-18T22:16:45.664Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) 22:16:45 [2023-10-18T22:16:45.664Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 22:16:45 [2023-10-18T22:16:45.664Z] 22:16:45 [2023-10-18T22:16:45.664Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) 22:16:45 [2023-10-18T22:16:45.664Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 22:16:45 [2023-10-18T22:16:45.664Z] 22:16:45 [2023-10-18T22:16:45.664Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) 22:16:45 [2023-10-18T22:16:45.664Z] stop_linux_test.go:80: testEnv.DaemonInfo.Driver != "devicemapper" 22:16:45 [2023-10-18T22:16:45.664Z] 22:16:45 [2023-10-18T22:16:45.664Z] DONE 274 tests, 3 skipped in 126.033s 22:16:45 [2023-10-18T22:16:45.664Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 22:16:45 [2023-10-18T22:16:45.664Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m 22:16:45 [2023-10-18T22:16:45.664Z] ++ set -e 22:16:45 [2023-10-18T22:16:45.664Z] ++ '[' -n 0 ']' 22:16:45 [2023-10-18T22:16:45.664Z] ++ set -x 22:16:45 [2023-10-18T22:16:45.664Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m 22:16:45 [2023-10-18T22:16:45.664Z] INFO: Testing against a local daemon 22:16:45 [2023-10-18T22:16:45.664Z] === RUN TestConfigDaemonID 22:16:46 [2023-10-18T22:16:46.596Z] daemon_test.go:73: [df512c9215e34] daemon is not started 22:16:46 [2023-10-18T22:16:46.596Z] --- PASS: TestConfigDaemonID (1.04s) 22:16:46 [2023-10-18T22:16:46.596Z] === RUN TestDaemonConfigValidation 22:16:46 [2023-10-18T22:16:46.596Z] === RUN TestDaemonConfigValidation/config_with_no_content 22:16:46 [2023-10-18T22:16:46.596Z] === PAUSE TestDaemonConfigValidation/config_with_no_content 22:16:46 [2023-10-18T22:16:46.596Z] === RUN TestDaemonConfigValidation/config_with_{} 22:16:46 [2023-10-18T22:16:46.596Z] === PAUSE TestDaemonConfigValidation/config_with_{} 22:16:46 [2023-10-18T22:16:46.596Z] === RUN TestDaemonConfigValidation/invalid_config 22:16:46 [2023-10-18T22:16:46.596Z] === PAUSE TestDaemonConfigValidation/invalid_config 22:16:46 [2023-10-18T22:16:46.596Z] === RUN TestDaemonConfigValidation/malformed_config 22:16:46 [2023-10-18T22:16:46.596Z] === PAUSE TestDaemonConfigValidation/malformed_config 22:16:46 [2023-10-18T22:16:46.596Z] === RUN TestDaemonConfigValidation/valid_config 22:16:46 [2023-10-18T22:16:46.596Z] === PAUSE TestDaemonConfigValidation/valid_config 22:16:46 [2023-10-18T22:16:46.596Z] === CONT TestDaemonConfigValidation/config_with_no_content 22:16:46 [2023-10-18T22:16:46.596Z] === CONT TestDaemonConfigValidation/malformed_config 22:16:46 [2023-10-18T22:16:46.596Z] === CONT TestDaemonConfigValidation/valid_config 22:16:46 [2023-10-18T22:16:46.596Z] === CONT TestDaemonConfigValidation/invalid_config 22:16:46 [2023-10-18T22:16:46.596Z] === CONT TestDaemonConfigValidation/config_with_{} 22:16:46 [2023-10-18T22:16:46.596Z] --- PASS: TestDaemonConfigValidation (0.00s) 22:16:46 [2023-10-18T22:16:46.596Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) 22:16:46 [2023-10-18T22:16:46.596Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) 22:16:46 [2023-10-18T22:16:46.596Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) 22:16:46 [2023-10-18T22:16:46.596Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) 22:16:46 [2023-10-18T22:16:46.596Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) 22:16:46 [2023-10-18T22:16:46.596Z] === RUN TestConfigDaemonSeccompProfiles 22:16:46 [2023-10-18T22:16:46.596Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set 22:16:47 [2023-10-18T22:16:47.527Z] === RUN TestConfigDaemonSeccompProfiles/default_profile 22:16:48 [2023-10-18T22:16:48.460Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile 22:16:49 [2023-10-18T22:16:49.832Z] daemon_test.go:187: [d97be4a91a1bf] daemon is not started 22:16:49 [2023-10-18T22:16:49.832Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) 22:16:49 [2023-10-18T22:16:49.832Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) 22:16:49 [2023-10-18T22:16:49.832Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) 22:16:49 [2023-10-18T22:16:49.832Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) 22:16:49 [2023-10-18T22:16:49.832Z] === RUN TestDaemonProxy 22:16:49 [2023-10-18T22:16:49.832Z] === RUN TestDaemonProxy/environment_variables 22:16:49 [2023-10-18T22:16:49.832Z] === PAUSE TestDaemonProxy/environment_variables 22:16:49 [2023-10-18T22:16:49.832Z] === RUN TestDaemonProxy/command-line_options 22:16:49 [2023-10-18T22:16:49.832Z] === PAUSE TestDaemonProxy/command-line_options 22:16:49 [2023-10-18T22:16:49.832Z] === RUN TestDaemonProxy/configuration_file 22:16:49 [2023-10-18T22:16:49.832Z] === PAUSE TestDaemonProxy/configuration_file 22:16:49 [2023-10-18T22:16:49.832Z] === RUN TestDaemonProxy/conflicting_options 22:16:50 [2023-10-18T22:16:50.089Z] === RUN TestDaemonProxy/reload_sanitized 22:16:50 [2023-10-18T22:16:50.089Z] === PAUSE TestDaemonProxy/reload_sanitized 22:16:50 [2023-10-18T22:16:50.089Z] === CONT TestDaemonProxy/environment_variables 22:16:50 [2023-10-18T22:16:50.089Z] === CONT TestDaemonProxy/configuration_file 22:16:50 [2023-10-18T22:16:50.089Z] === CONT TestDaemonProxy/reload_sanitized 22:16:50 [2023-10-18T22:16:50.089Z] === CONT TestDaemonProxy/command-line_options 22:16:51 [2023-10-18T22:16:51.986Z] --- PASS: TestDaemonProxy (0.50s) 22:16:51 [2023-10-18T22:16:51.986Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) 22:16:51 [2023-10-18T22:16:51.986Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) 22:16:51 [2023-10-18T22:16:51.986Z] --- PASS: TestDaemonProxy/environment_variables (1.45s) 22:16:51 [2023-10-18T22:16:51.986Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) 22:16:51 [2023-10-18T22:16:51.986Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) 22:16:51 [2023-10-18T22:16:51.986Z] === RUN TestLiveRestore 22:16:51 [2023-10-18T22:16:51.986Z] === RUN TestLiveRestore/volume_references 22:16:51 [2023-10-18T22:16:51.986Z] === PAUSE TestLiveRestore/volume_references 22:16:51 [2023-10-18T22:16:51.986Z] === CONT TestLiveRestore/volume_references 22:16:52 [2023-10-18T22:16:52.550Z] === RUN TestLiveRestore/volume_references/restartPolicy 22:16:52 [2023-10-18T22:16:52.550Z] === RUN TestLiveRestore/volume_references/restartPolicy/always 22:16:53 [2023-10-18T22:16:53.481Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped 22:16:54 [2023-10-18T22:16:54.852Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure 22:16:55 [2023-10-18T22:16:55.783Z] === RUN TestLiveRestore/volume_references/restartPolicy/no 22:16:56 [2023-10-18T22:16:56.715Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options 22:16:57 [2023-10-18T22:16:57.646Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted 22:16:58 [2023-10-18T22:16:58.211Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts 22:16:59 [2023-10-18T22:16:59.582Z] --- PASS: TestLiveRestore (0.00s) 22:16:59 [2023-10-18T22:16:59.582Z] --- PASS: TestLiveRestore/volume_references (7.41s) 22:16:59 [2023-10-18T22:16:59.582Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (4.16s) 22:16:59 [2023-10-18T22:16:59.582Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.04s) 22:16:59 [2023-10-18T22:16:59.582Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.01s) 22:16:59 [2023-10-18T22:16:59.582Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.03s) 22:16:59 [2023-10-18T22:16:59.582Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.07s) 22:16:59 [2023-10-18T22:16:59.582Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.56s) 22:16:59 [2023-10-18T22:16:59.582Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.49s) 22:16:59 [2023-10-18T22:16:59.582Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (1.02s) 22:16:59 [2023-10-18T22:16:59.582Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip 22:17:00 [2023-10-18T22:17:00.147Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.73s) 22:17:00 [2023-10-18T22:17:00.147Z] PASS 22:17:00 [2023-10-18T22:17:00.147Z] 22:17:00 [2023-10-18T22:17:00.147Z] DONE 28 tests in 14.670s 22:17:00 [2023-10-18T22:17:00.147Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 22:17:00 [2023-10-18T22:17:00.147Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m 22:17:00 [2023-10-18T22:17:00.147Z] ++ set -e 22:17:00 [2023-10-18T22:17:00.147Z] ++ '[' -n 0 ']' 22:17:00 [2023-10-18T22:17:00.147Z] ++ set -x 22:17:00 [2023-10-18T22:17:00.147Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m 22:17:00 [2023-10-18T22:17:00.147Z] INFO: Testing against a local daemon 22:17:00 [2023-10-18T22:17:00.147Z] === RUN TestCommitInheritsEnv 22:17:00 [2023-10-18T22:17:00.404Z] --- PASS: TestCommitInheritsEnv (0.30s) 22:17:00 [2023-10-18T22:17:00.404Z] === RUN TestImportExtremelyLargeImageWorks 22:17:00 [2023-10-18T22:17:00.404Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out 22:17:00 [2023-10-18T22:17:00.404Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) 22:17:00 [2023-10-18T22:17:00.404Z] === RUN TestImportWithCustomPlatform 22:17:00 [2023-10-18T22:17:00.404Z] === RUN TestImportWithCustomPlatform/#00 22:17:00 [2023-10-18T22:17:00.404Z] === RUN TestImportWithCustomPlatform/_______ 22:17:00 [2023-10-18T22:17:00.404Z] === RUN TestImportWithCustomPlatform// 22:17:00 [2023-10-18T22:17:00.404Z] === RUN TestImportWithCustomPlatform/linux 22:17:00 [2023-10-18T22:17:00.404Z] === RUN TestImportWithCustomPlatform/LINUX 22:17:00 [2023-10-18T22:17:00.661Z] === RUN TestImportWithCustomPlatform/linux/sparc64 22:17:00 [2023-10-18T22:17:00.661Z] === RUN TestImportWithCustomPlatform/macos 22:17:00 [2023-10-18T22:17:00.661Z] === RUN TestImportWithCustomPlatform/macos/arm64 22:17:00 [2023-10-18T22:17:00.661Z] === RUN TestImportWithCustomPlatform/nintendo64 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImportWithCustomPlatform (0.30s) 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImportWithCustomPlatform// (0.00s) 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) 22:17:00 [2023-10-18T22:17:00.661Z] === RUN TestImagesFilterMultiReference 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImagesFilterMultiReference (0.06s) 22:17:00 [2023-10-18T22:17:00.661Z] === RUN TestImagePullPlatformInvalid 22:17:00 [2023-10-18T22:17:00.661Z] --- PASS: TestImagePullPlatformInvalid (0.02s) 22:17:00 [2023-10-18T22:17:00.661Z] === RUN TestImagePullStoredfDigestForOtherRepo 22:17:00 [2023-10-18T22:17:00.661Z] time="2023-10-18T22:17:00Z" 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.10 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.661Z] time="2023-10-18T22:17:00Z" level=info msg="redis not configured" go.version=go1.20.10 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.661Z] time="2023-10-18T22:17:00Z" level=info msg="Starting upload purge in 35m0s" go.version=go1.20.10 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.661Z] time="2023-10-18T22:17:00Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.10 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.921Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=a1a5c597-2601-400a-9bb9-3c07514cba59 http.request.method=GET http.request.remoteaddr="127.0.0.1:45990" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=a1a5c597-2601-400a-9bb9-3c07514cba59 http.request.method=GET http.request.remoteaddr="127.0.0.1:45990" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.087951ms http.response.status=200 http.response.written=2 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=47face6c-49d0-4fc0-96af-2b38dc31e7fe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7dee7ba0-03cb-4028-8cde-b604ffcacbc4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg=GetBlob go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=47face6c-49d0-4fc0-96af-2b38dc31e7fe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg=GetBlob go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7dee7ba0-03cb-4028-8cde-b604ffcacbc4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=47face6c-49d0-4fc0-96af-2b38dc31e7fe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=27.454µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4ee6fbdc-1739-433a-86af-6053f8fa6ee8 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7dee7ba0-03cb-4028-8cde-b604ffcacbc4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=26.018µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4545d091-9a12-46c3-87b1-054dfd300e13 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=47face6c-49d0-4fc0-96af-2b38dc31e7fe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.981018ms http.response.status=404 http.response.written=157 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" 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.10 http.request.host="127.0.0.1:5000" http.request.id=7dee7ba0-03cb-4028-8cde-b604ffcacbc4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.122808ms http.response.status=404 http.response.written=157 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=8215c9f4-8ddb-406f-8626-e70c7a25c2d2 http.request.method=POST http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=8215c9f4-8ddb-406f-8626-e70c7a25c2d2 http.request.method=POST http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7da0de8d-ab8e-45b0-af02-ae631337da00 http.request.method=POST http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7da0de8d-ab8e-45b0-af02-ae631337da00 http.request.method=POST http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8/startedat\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=8215c9f4-8ddb-406f-8626-e70c7a25c2d2 http.request.method=POST http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=115.666µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4c6679b3-6c40-4949-a988-55c0bcbc5c7f trace.line=95 vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/77039604-6a03-4b26-82fb-cbd012b768ca/startedat\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7da0de8d-ab8e-45b0-af02-ae631337da00 http.request.method=POST http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=64.598µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=5a1cc619-1f57-4a69-bdf6-a49dadf37d13 trace.line=95 vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=8215c9f4-8ddb-406f-8626-e70c7a25c2d2 http.request.method=POST http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=11.02µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=249f569b-cca6-4b59-aa0b-ec20afd125a7 trace.line=141 vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/77039604-6a03-4b26-82fb-cbd012b768ca/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7da0de8d-ab8e-45b0-af02-ae631337da00 http.request.method=POST http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=13.26µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e0340d70-e44c-47f6-9e77-9ea715a18486 trace.line=141 vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8/hashstates/sha256/0\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=8215c9f4-8ddb-406f-8626-e70c7a25c2d2 http.request.method=POST http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=76.504µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=8e55d9be-7c61-492b-b12a-d65ece7d2329 trace.line=95 vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/77039604-6a03-4b26-82fb-cbd012b768ca/hashstates/sha256/0\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7da0de8d-ab8e-45b0-af02-ae631337da00 http.request.method=POST http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=72.819µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=3609a529-a2d6-4ae0-a001-35f639e1ea1e trace.line=95 vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=8215c9f4-8ddb-406f-8626-e70c7a25c2d2 http.request.method=POST http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.93872ms http.response.status=202 http.response.written=0 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7da0de8d-ab8e-45b0-af02-ae631337da00 http.request.method=POST http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.99815ms http.response.status=202 http.response.written=0 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8/startedat\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=32.549µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=226c0d8e-7049-4b48-a849-04df78961e62 trace.line=82 vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=12.939µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=266c59f1-4600-46ce-97e1-aeaa65dbb4d0 trace.line=141 vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8/data\", 0)" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=72.885µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=6d5e71fa-12dd-4d19-b4d1-a31f412b2b0c trace.line=124 vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.922Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=10.995µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f568839a-380e-4433-b090-226efa10e08e trace.line=141 vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=11.306µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=dfea9da9-8fcb-439d-906a-5cd020f10539 trace.line=141 vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=11.922µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=4d73aad3-c296-4fb7-8d88-96f6b25339cb trace.line=141 vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=62.9µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=86721f98-dfff-4ed7-9396-9785c1560658 trace.line=167 vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=55.319µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=81f7f1a0-c01d-449b-81ad-767b2d9f7ae8 trace.line=95 vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=87.941µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=4fb2187a-9918-4413-b906-82ea37f5294d trace.line=181 vars.name=test vars.uuid=6fe5df14-1ae8-4de1-a9b6-f3000787adb8 version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a9198dd-401a-4416-9723-2a338a86ce5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45994" http.request.uri="/v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.858443ms http.response.status=201 http.response.written=0 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "PUT /v2/test/blobs/uploads/6fe5df14-1ae8-4de1-a9b6-f3000787adb8?_state=pZRatpr9ZHqAao2U51KZkgu9lyU62dUY2-JWptbEK5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZmZTVkZjE0LTFhZTgtNGRlMS1hOWI2LWYzMDAwNzg3YWRiOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDI5NTAwNTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/77039604-6a03-4b26-82fb-cbd012b768ca/startedat\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=34.445µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0d6904e0-5614-4d98-925a-f1aedd737612 trace.line=82 vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/77039604-6a03-4b26-82fb-cbd012b768ca/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=12.545µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=76f38ef6-e3c3-42cb-9aa2-72a3dd33318b trace.line=141 vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/77039604-6a03-4b26-82fb-cbd012b768ca/data\", 0)" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=115.018µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=0a887776-f68e-4715-8aee-f4577ec4c1a8 trace.line=124 vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/77039604-6a03-4b26-82fb-cbd012b768ca/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=19.331µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=77f17d3b-bbab-456d-a8e7-a0b79c1a0fbf trace.line=141 vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=14.736µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f084ecfb-364c-46d3-8d08-00e1f37ae008 trace.line=141 vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/77039604-6a03-4b26-82fb-cbd012b768ca/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=8.23µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b16e243d-d3a4-4275-92fc-9eb3fa85ccd9 trace.line=141 vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/77039604-6a03-4b26-82fb-cbd012b768ca/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=56.959µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=4cb66756-e42c-4bca-9047-ab92cc4eb907 trace.line=167 vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=47.408µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=5d8e00b8-1b95-45d3-b14a-0ea1b3195807 trace.line=95 vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/77039604-6a03-4b26-82fb-cbd012b768ca\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=93.587µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=0facdb4c-898c-497f-ad5a-345ed28af7b9 trace.line=181 vars.name=test vars.uuid=77039604-6a03-4b26-82fb-cbd012b768ca version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aec40831-e0ef-435e-9047-77e54b0c93c2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.201626ms http.response.status=201 http.response.written=0 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "PUT /v2/test/blobs/uploads/77039604-6a03-4b26-82fb-cbd012b768ca?_state=x1TvRSPTowYmsv75Js7QBQSfQjvV-sJWHkrTR30_BF17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc3MDM5NjA0LTZhMDMtNGIyNi04MmZiLWNiZDAxMmI3NjhjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNzowMC43NDMwMzQxNDRaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=fa40ba7a-5954-435f-9840-35985f60e9a2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg=GetImageManifest go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=fa40ba7a-5954-435f-9840-35985f60e9a2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.923Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=fa40ba7a-5954-435f-9840-35985f60e9a2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=23.311µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=de7d410b-2537-481d-9c04-26c1e1ae7fb1 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=fa40ba7a-5954-435f-9840-35985f60e9a2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="811.935µs" http.response.status=404 http.response.written=96 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.22+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg=PutImageManifest go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=37.152µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c3fd55a3-f838-41ff-9ce5-efc7fda513d7 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=13.678µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f26643c4-9423-411c-937c-5528e2185980 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=19.199µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7afbc43d-4442-44d0-9bcb-409df677bf83 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=10.01µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=dbc76803-36ca-4754-aefb-de455a30f50e trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=12.996µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=600e1a26-8573-44b6-9f16-804ccc196320 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=47.122µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=e714d591-0918-432f-9eb8-5a62800cb592 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=47.408µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d76c5f64-5466-413c-bc66-3f95abd77cae trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=22.974µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4b4010c0-76db-47d3-bf69-e6fe1a7ee2a3 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=60.742µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=981a2969-ba58-42e1-b851-cfdf6a2331b1 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=32.746µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=878cb992-cefc-4cd0-a3c2-d3597782943d trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ca28a57b-2a84-4e97-ad8a-bcf6ca958d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.607329ms http.response.status=201 http.response.written=0 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=f260f279-c54c-491a-bd43-36c59027890d http.request.method=GET http.request.remoteaddr="127.0.0.1:46024" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=f260f279-c54c-491a-bd43-36c59027890d http.request.method=GET http.request.remoteaddr="127.0.0.1:46024" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="747.837µs" http.response.status=200 http.response.written=2 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c18ea940-e740-48bc-b316-41b6944cc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46030" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg=GetImageManifest go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c18ea940-e740-48bc-b316-41b6944cc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46030" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c18ea940-e740-48bc-b316-41b6944cc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46030" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=37.078µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=05a9a4fe-174f-4e73-bbf3-5ca7bd0fb709 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c18ea940-e740-48bc-b316-41b6944cc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46030" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c18ea940-e740-48bc-b316-41b6944cc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46030" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=23.828µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5f68feb9-9346-4efc-a7bf-5f706458f202 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c18ea940-e740-48bc-b316-41b6944cc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46030" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=17.099µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9f392c73-9ad2-4207-85fe-40d55e8d6870 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.924Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c18ea940-e740-48bc-b316-41b6944cc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46030" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=22.695µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1cdd17ec-86da-4430-9a22-9c21bcc2c4c4 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c18ea940-e740-48bc-b316-41b6944cc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46030" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c18ea940-e740-48bc-b316-41b6944cc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46030" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-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.257311ms http.response.status=200 http.response.written=417 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=e2df8dbe-5ae4-4138-9af3-85879dbb5796 http.request.method=GET http.request.remoteaddr="127.0.0.1:46040" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg=GetImageManifest go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=e2df8dbe-5ae4-4138-9af3-85879dbb5796 http.request.method=GET http.request.remoteaddr="127.0.0.1:46040" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=e2df8dbe-5ae4-4138-9af3-85879dbb5796 http.request.method=GET http.request.remoteaddr="127.0.0.1:46040" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=e2df8dbe-5ae4-4138-9af3-85879dbb5796 http.request.method=GET http.request.remoteaddr="127.0.0.1:46040" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=42.477µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=fa340045-2d71-48cf-aaea-398a5643524e trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=e2df8dbe-5ae4-4138-9af3-85879dbb5796 http.request.method=GET http.request.remoteaddr="127.0.0.1:46040" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=15.015µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e2c4a0d1-f28a-46e4-8e62-d1c916499252 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=e2df8dbe-5ae4-4138-9af3-85879dbb5796 http.request.method=GET http.request.remoteaddr="127.0.0.1:46040" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=16.763µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=74e847ce-5675-44f2-8cc9-d2aaba41e5f9 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=e2df8dbe-5ae4-4138-9af3-85879dbb5796 http.request.method=GET http.request.remoteaddr="127.0.0.1:46040" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=e2df8dbe-5ae4-4138-9af3-85879dbb5796 http.request.method=GET http.request.remoteaddr="127.0.0.1:46040" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-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.21097ms http.response.status=200 http.response.written=417 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg=GetBlob go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg=GetBlob go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=39.991µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6973803d-687e-4264-8d28-1ae401613e8e trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=14.711µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8649eaa0-0762-4f12-ae07-4a90cb4b2689 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=20.636µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3979a9ea-3176-4ae0-b9b7-4ab8bb5e00c1 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=35.43µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=bda65bf1-8163-4bc8-a526-2981312ca471 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=21.555µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3155b75c-c11f-40ff-bafc-d4b139b2a682 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=8.689µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=87ea50d4-5623-4064-a61f-6fb453dd8309 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=31.171µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3e3e30c5-dcb1-469f-8523-3dbff5f49618 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=19.594µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=54a297b2-b072-4931-b799-df6804edcdfd trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=27.536µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=49b361f0-2c6c-4284-8bd7-c254b43300ea trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=5.727µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=190dca3e-9629-448c-8e37-37ea49083bf0 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.925Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=17.14µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b0fa2a98-4502-4fe8-866b-38ae4ce6829b trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=19.93µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=181bbf49-3206-431c-94be-14d5515ba80b trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=5.768µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=f3953144-15c3-4b87-8f84-7c417da98856 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=18.715µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=6f39f3d1-19ec-48a8-bcc0-fe90b0c7adec trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=36.603µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b906fd83-724d-4b16-8e5c-c61298ae836a trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=14.564µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=82ed4de7-582e-4cfa-b2ea-065e70d21385 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=efa76293-4ee6-4c55-9cbf-71af30d4ad6f http.request.method=GET http.request.remoteaddr="127.0.0.1:46048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.297955ms http.response.status=200 http.response.written=179 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=42.748µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=278f265b-fe5f-4961-9454-b1ae63bf7c1b trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=13.866µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9f235684-20e1-4885-aad3-e038d6a086eb trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4e30540a-5386-4cb8-8f31-fed7e8912ba1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46060" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=4.15121ms http.response.status=200 http.response.written=68 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=588e10c9-27f8-4564-9253-1cd96398e9cb http.request.method=GET http.request.remoteaddr="127.0.0.1:46080" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=588e10c9-27f8-4564-9253-1cd96398e9cb http.request.method=GET http.request.remoteaddr="127.0.0.1:46080" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.429435ms http.response.status=200 http.response.written=2 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=b87039d3-87a8-4cb2-a35a-ee92951b59be http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46090" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg=GetImageManifest go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=b87039d3-87a8-4cb2-a35a-ee92951b59be http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46090" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=b87039d3-87a8-4cb2-a35a-ee92951b59be http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46090" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=b87039d3-87a8-4cb2-a35a-ee92951b59be http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46090" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=31.589µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c8fd29bc-c991-4c9d-a9c2-d2918c7d3e37 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=b87039d3-87a8-4cb2-a35a-ee92951b59be http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46090" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=11.947µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5372c507-21b8-4a6a-95b7-c2bac9b2f209 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=b87039d3-87a8-4cb2-a35a-ee92951b59be http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46090" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.085941ms http.response.status=404 http.response.written=181 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=d78786bb-3ec0-42ab-8dab-82b630257397 http.request.method=GET http.request.remoteaddr="127.0.0.1:46096" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg=GetImageManifest go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=d78786bb-3ec0-42ab-8dab-82b630257397 http.request.method=GET http.request.remoteaddr="127.0.0.1:46096" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=d78786bb-3ec0-42ab-8dab-82b630257397 http.request.method=GET http.request.remoteaddr="127.0.0.1:46096" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=d78786bb-3ec0-42ab-8dab-82b630257397 http.request.method=GET http.request.remoteaddr="127.0.0.1:46096" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=24.862µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c1f377a2-b23e-4d71-9a55-fe08acfa28ab trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=d78786bb-3ec0-42ab-8dab-82b630257397 http.request.method=GET http.request.remoteaddr="127.0.0.1:46096" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde trace.duration=16.369µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1cef5bae-9799-414e-8227-38b43a08605d trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] time="2023-10-18T22:17:00Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=d78786bb-3ec0-42ab-8dab-82b630257397 http.request.method=GET http.request.remoteaddr="127.0.0.1:46096" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.126786ms http.response.status=404 http.response.written=181 instance.id=d77ca326-a6a2-4d69-a8b3-3fe07e362fde vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 22:17:00 [2023-10-18T22:17:00.926Z] 127.0.0.1 - - [18/Oct/2023:22:17:00 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.10 git-commit/d5c4a39259b25ee1fc3b321a12e317c453ee755d kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:17:00 [2023-10-18T22:17:00.926Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.23s) 22:17:00 [2023-10-18T22:17:00.926Z] === RUN TestRemoveImageOrphaning 22:17:01 [2023-10-18T22:17:01.184Z] --- PASS: TestRemoveImageOrphaning (0.24s) 22:17:01 [2023-10-18T22:17:01.184Z] === RUN TestRemoveImageGarbageCollector 22:17:01 [2023-10-18T22:17:01.184Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:17:01 [2023-10-18T22:17:01.184Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) 22:17:01 [2023-10-18T22:17:01.184Z] === RUN TestTagUnprefixedRepoByNameOrName 22:17:01 [2023-10-18T22:17:01.184Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) 22:17:01 [2023-10-18T22:17:01.184Z] === RUN TestTagInvalidReference 22:17:01 [2023-10-18T22:17:01.184Z] --- PASS: TestTagInvalidReference (0.01s) 22:17:01 [2023-10-18T22:17:01.184Z] === RUN TestTagValidPrefixedRepo 22:17:01 [2023-10-18T22:17:01.442Z] --- PASS: TestTagValidPrefixedRepo (0.05s) 22:17:01 [2023-10-18T22:17:01.442Z] === RUN TestTagExistedNameWithoutForce 22:17:01 [2023-10-18T22:17:01.442Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) 22:17:01 [2023-10-18T22:17:01.442Z] === RUN TestTagOfficialNames 22:17:01 [2023-10-18T22:17:01.442Z] --- PASS: TestTagOfficialNames (0.06s) 22:17:01 [2023-10-18T22:17:01.442Z] === RUN TestTagMatchesDigest 22:17:01 [2023-10-18T22:17:01.442Z] --- PASS: TestTagMatchesDigest (0.01s) 22:17:01 [2023-10-18T22:17:01.442Z] PASS 22:17:01 [2023-10-18T22:17:01.442Z] 22:17:01 [2023-10-18T22:17:01.442Z] === Skipped 22:17:01 [2023-10-18T22:17:01.442Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) 22:17:01 [2023-10-18T22:17:01.442Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out 22:17:01 [2023-10-18T22:17:01.442Z] 22:17:01 [2023-10-18T22:17:01.442Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) 22:17:01 [2023-10-18T22:17:01.442Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:17:01 [2023-10-18T22:17:01.442Z] 22:17:01 [2023-10-18T22:17:01.442Z] DONE 23 tests, 2 skipped in 1.366s 22:17:01 [2023-10-18T22:17:01.442Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 22:17:01 [2023-10-18T22:17:01.442Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m 22:17:01 [2023-10-18T22:17:01.442Z] ++ set -e 22:17:01 [2023-10-18T22:17:01.442Z] ++ '[' -n 0 ']' 22:17:01 [2023-10-18T22:17:01.442Z] ++ set -x 22:17:01 [2023-10-18T22:17:01.442Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m 22:17:01 [2023-10-18T22:17:01.442Z] === RUN TestStripANSICommands 22:17:01 [2023-10-18T22:17:01.442Z] === RUN TestStripANSICommands/#00 22:17:01 [2023-10-18T22:17:01.442Z] === RUN TestStripANSICommands/#01 22:17:01 [2023-10-18T22:17:01.442Z] --- PASS: TestStripANSICommands (0.00s) 22:17:01 [2023-10-18T22:17:01.442Z] --- PASS: TestStripANSICommands/#00 (0.00s) 22:17:01 [2023-10-18T22:17:01.442Z] --- PASS: TestStripANSICommands/#01 (0.00s) 22:17:01 [2023-10-18T22:17:01.442Z] PASS 22:17:01 [2023-10-18T22:17:01.442Z] 22:17:01 [2023-10-18T22:17:01.442Z] DONE 3 tests in 0.009s 22:17:01 [2023-10-18T22:17:01.442Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 22:17:01 [2023-10-18T22:17:01.442Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m 22:17:01 [2023-10-18T22:17:01.442Z] ++ set -e 22:17:01 [2023-10-18T22:17:01.442Z] ++ '[' -n 0 ']' 22:17:01 [2023-10-18T22:17:01.442Z] ++ set -x 22:17:01 [2023-10-18T22:17:01.442Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m 22:17:01 [2023-10-18T22:17:01.442Z] INFO: Testing against a local daemon 22:17:01 [2023-10-18T22:17:01.442Z] === RUN TestNetworkCreateDelete 22:17:01 [2023-10-18T22:17:01.699Z] --- PASS: TestNetworkCreateDelete (0.22s) 22:17:01 [2023-10-18T22:17:01.699Z] === RUN TestDockerNetworkDeletePreferID 22:17:02 [2023-10-18T22:17:02.264Z] --- PASS: TestDockerNetworkDeletePreferID (0.51s) 22:17:02 [2023-10-18T22:17:02.264Z] === RUN TestDaemonDNSFallback 22:17:08 [2023-10-18T22:17:08.814Z] --- PASS: TestDaemonDNSFallback (6.40s) 22:17:08 [2023-10-18T22:17:08.814Z] === RUN TestInspectNetwork 22:17:12 [2023-10-18T22:17:12.092Z] === RUN TestInspectNetwork/full_network_id 22:17:12 [2023-10-18T22:17:12.092Z] === RUN TestInspectNetwork/partial_network_id 22:17:12 [2023-10-18T22:17:12.092Z] === RUN TestInspectNetwork/network_name 22:17:12 [2023-10-18T22:17:12.092Z] === RUN TestInspectNetwork/network_name_and_swarm_scope 22:17:16 [2023-10-18T22:17:16.269Z] --- PASS: TestInspectNetwork (7.69s) 22:17:16 [2023-10-18T22:17:16.270Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) 22:17:16 [2023-10-18T22:17:16.270Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) 22:17:16 [2023-10-18T22:17:16.270Z] --- PASS: TestInspectNetwork/network_name (0.00s) 22:17:16 [2023-10-18T22:17:16.270Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) 22:17:16 [2023-10-18T22:17:16.270Z] === RUN TestRunContainerWithBridgeNone 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestRunContainerWithBridgeNone (1.45s) 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/create 22:17:17 [2023-10-18T22:17:17.640Z] === PAUSE TestNetworkInvalidJSON/networks/create 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect 22:17:17 [2023-10-18T22:17:17.640Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect 22:17:17 [2023-10-18T22:17:17.640Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect 22:17:17 [2023-10-18T22:17:17.640Z] === CONT TestNetworkInvalidJSON/networks/create 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type 22:17:17 [2023-10-18T22:17:17.640Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect 22:17:17 [2023-10-18T22:17:17.640Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body 22:17:17 [2023-10-18T22:17:17.640Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestNetworkInvalidJSON (0.01s) 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) 22:17:17 [2023-10-18T22:17:17.640Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) 22:17:17 [2023-10-18T22:17:17.641Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) 22:17:17 [2023-10-18T22:17:17.641Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) 22:17:17 [2023-10-18T22:17:17.641Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) 22:17:17 [2023-10-18T22:17:17.641Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) 22:17:17 [2023-10-18T22:17:17.641Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) 22:17:17 [2023-10-18T22:17:17.641Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) 22:17:17 [2023-10-18T22:17:17.641Z] === RUN TestNetworkList 22:17:17 [2023-10-18T22:17:17.641Z] === RUN TestNetworkList//networks 22:17:17 [2023-10-18T22:17:17.641Z] === PAUSE TestNetworkList//networks 22:17:17 [2023-10-18T22:17:17.641Z] === RUN TestNetworkList//networks/ 22:17:17 [2023-10-18T22:17:17.641Z] === PAUSE TestNetworkList//networks/ 22:17:17 [2023-10-18T22:17:17.641Z] === CONT TestNetworkList//networks 22:17:17 [2023-10-18T22:17:17.641Z] === CONT TestNetworkList//networks/ 22:17:17 [2023-10-18T22:17:17.898Z] --- PASS: TestNetworkList (0.01s) 22:17:17 [2023-10-18T22:17:17.898Z] --- PASS: TestNetworkList//networks/ (0.00s) 22:17:17 [2023-10-18T22:17:17.898Z] --- PASS: TestNetworkList//networks (0.00s) 22:17:17 [2023-10-18T22:17:17.898Z] === RUN TestHostIPv4BridgeLabel 22:17:18 [2023-10-18T22:17:18.463Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) 22:17:18 [2023-10-18T22:17:18.463Z] === RUN TestDaemonRestartWithLiveRestore 22:17:19 [2023-10-18T22:17:19.395Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) 22:17:19 [2023-10-18T22:17:19.395Z] === RUN TestDaemonDefaultNetworkPools 22:17:20 [2023-10-18T22:17:20.326Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) 22:17:20 [2023-10-18T22:17:20.326Z] === RUN TestDaemonRestartWithExistingNetwork 22:17:21 [2023-10-18T22:17:21.259Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) 22:17:21 [2023-10-18T22:17:21.259Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange 22:17:22 [2023-10-18T22:17:22.630Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) 22:17:22 [2023-10-18T22:17:22.630Z] === RUN TestDaemonWithBipAndDefaultNetworkPool 22:17:23 [2023-10-18T22:17:23.194Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) 22:17:23 [2023-10-18T22:17:23.194Z] === RUN TestServiceWithPredefinedNetwork 22:17:25 [2023-10-18T22:17:25.718Z] --- PASS: TestServiceWithPredefinedNetwork (2.38s) 22:17:25 [2023-10-18T22:17:25.718Z] === RUN TestServiceRemoveKeepsIngressNetwork 22:17:25 [2023-10-18T22:17:25.718Z] service_test.go:242: FLAKY_TEST 22:17:25 [2023-10-18T22:17:25.718Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) 22:17:25 [2023-10-18T22:17:25.718Z] === RUN TestServiceWithDataPathPortInit 22:17:40 [2023-10-18T22:17:40.575Z] --- PASS: TestServiceWithDataPathPortInit (14.78s) 22:17:40 [2023-10-18T22:17:40.575Z] === RUN TestServiceWithDefaultAddressPoolInit 22:17:43 [2023-10-18T22:17:43.098Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0ihc5rtarutv53owj967dhk1i Created:2023-10-18 22:17:41.698108893 +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[f76ecdd1d8ce1ad3406c637980ccf6f51d46bef9a381e2b8e69707fe14c73f32:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0rkvlf68edyev2k59pqujo66v EndpointID:826e412d39e57edb12203bd903b78f9485636573d4b03b1ed87a990975dfbcb0 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9b555f222b999b88e7f55af23b794217f9c99d5dd92778a6d338c6e3cc1ed8c5 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:036db7ac079c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0rkvlf68edyev2k59pqujo66v EndpointID:826e412d39e57edb12203bd903b78f9485636573d4b03b1ed87a990975dfbcb0 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} 22:17:48 [2023-10-18T22:17:48.355Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.37s) 22:17:48 [2023-10-18T22:17:48.355Z] PASS 22:17:48 [2023-10-18T22:17:48.355Z] 22:17:48 [2023-10-18T22:17:48.355Z] === Skipped 22:17:48 [2023-10-18T22:17:48.355Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) 22:17:48 [2023-10-18T22:17:48.355Z] service_test.go:242: FLAKY_TEST 22:17:48 [2023-10-18T22:17:48.355Z] 22:17:48 [2023-10-18T22:17:48.355Z] DONE 38 tests, 1 skipped in 46.340s 22:17:48 [2023-10-18T22:17:48.355Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 22:17:48 [2023-10-18T22:17:48.355Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m 22:17:48 [2023-10-18T22:17:48.355Z] ++ set -e 22:17:48 [2023-10-18T22:17:48.355Z] ++ '[' -n 0 ']' 22:17:48 [2023-10-18T22:17:48.355Z] ++ set -x 22:17:48 [2023-10-18T22:17:48.355Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m 22:17:48 [2023-10-18T22:17:48.355Z] INFO: Testing against a local daemon 22:17:48 [2023-10-18T22:17:48.355Z] === RUN TestDockerNetworkIpvlanPersistance 22:17:48 [2023-10-18T22:17:48.355Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 22:17:48 [2023-10-18T22:17:48.355Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) 22:17:48 [2023-10-18T22:17:48.355Z] === RUN TestDockerNetworkIpvlan 22:17:48 [2023-10-18T22:17:48.355Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 22:17:48 [2023-10-18T22:17:48.355Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) 22:17:48 [2023-10-18T22:17:48.355Z] PASS 22:17:48 [2023-10-18T22:17:48.355Z] 22:17:48 [2023-10-18T22:17:48.355Z] === Skipped 22:17:48 [2023-10-18T22:17:48.355Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) 22:17:48 [2023-10-18T22:17:48.355Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 22:17:48 [2023-10-18T22:17:48.355Z] 22:17:48 [2023-10-18T22:17:48.355Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) 22:17:48 [2023-10-18T22:17:48.355Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 22:17:48 [2023-10-18T22:17:48.355Z] 22:17:48 [2023-10-18T22:17:48.355Z] DONE 2 tests, 2 skipped in 0.024s 22:17:48 [2023-10-18T22:17:48.355Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 22:17:48 [2023-10-18T22:17:48.355Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m 22:17:48 [2023-10-18T22:17:48.355Z] ++ set -e 22:17:48 [2023-10-18T22:17:48.355Z] ++ '[' -n 0 ']' 22:17:48 [2023-10-18T22:17:48.355Z] ++ set -x 22:17:48 [2023-10-18T22:17:48.355Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m 22:17:48 [2023-10-18T22:17:48.355Z] INFO: Testing against a local daemon 22:17:48 [2023-10-18T22:17:48.355Z] === RUN TestDockerNetworkMacvlanPersistance 22:17:49 [2023-10-18T22:17:49.287Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.35s) 22:17:49 [2023-10-18T22:17:49.287Z] === RUN TestDockerNetworkMacvlan 22:17:49 [2023-10-18T22:17:49.851Z] === RUN TestDockerNetworkMacvlan/Subinterface 22:17:50 [2023-10-18T22:17:50.783Z] === RUN TestDockerNetworkMacvlan/OverlapParent 22:17:51 [2023-10-18T22:17:51.348Z] === RUN TestDockerNetworkMacvlan/NilParent 22:17:53 [2023-10-18T22:17:53.245Z] === RUN TestDockerNetworkMacvlan/InternalMode 22:17:55 [2023-10-18T22:17:55.142Z] === RUN TestDockerNetworkMacvlan/MultiSubnet 22:17:59 [2023-10-18T22:17:59.321Z] === RUN TestDockerNetworkMacvlan/Addressing 22:17:59 [2023-10-18T22:17:59.321Z] --- PASS: TestDockerNetworkMacvlan (10.20s) 22:17:59 [2023-10-18T22:17:59.321Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) 22:17:59 [2023-10-18T22:17:59.321Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) 22:17:59 [2023-10-18T22:17:59.321Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.86s) 22:17:59 [2023-10-18T22:17:59.321Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s) 22:17:59 [2023-10-18T22:17:59.321Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.07s) 22:17:59 [2023-10-18T22:17:59.321Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) 22:17:59 [2023-10-18T22:17:59.321Z] PASS 22:17:59 [2023-10-18T22:17:59.321Z] 22:17:59 [2023-10-18T22:17:59.321Z] DONE 8 tests in 11.568s 22:17:59 [2023-10-18T22:17:59.321Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 22:17:59 [2023-10-18T22:17:59.321Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m 22:17:59 [2023-10-18T22:17:59.321Z] ++ set -e 22:17:59 [2023-10-18T22:17:59.321Z] ++ '[' -n 0 ']' 22:17:59 [2023-10-18T22:17:59.321Z] ++ set -x 22:17:59 [2023-10-18T22:17:59.321Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m 22:17:59 [2023-10-18T22:17:59.321Z] testing: warning: no tests to run 22:17:59 [2023-10-18T22:17:59.321Z] PASS 22:17:59 [2023-10-18T22:17:59.321Z] 22:17:59 [2023-10-18T22:17:59.321Z] DONE 0 tests in 0.008s 22:17:59 [2023-10-18T22:17:59.321Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 22:17:59 [2023-10-18T22:17:59.321Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m 22:17:59 [2023-10-18T22:17:59.321Z] ++ set -e 22:17:59 [2023-10-18T22:17:59.321Z] ++ '[' -n 0 ']' 22:17:59 [2023-10-18T22:17:59.321Z] ++ set -x 22:17:59 [2023-10-18T22:17:59.321Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m 22:17:59 [2023-10-18T22:17:59.579Z] INFO: Testing against a local daemon 22:17:59 [2023-10-18T22:17:59.579Z] === RUN TestAuthZPluginAllowRequest 22:18:00 [2023-10-18T22:18:00.950Z] --- PASS: TestAuthZPluginAllowRequest (1.22s) 22:18:00 [2023-10-18T22:18:00.950Z] === RUN TestAuthZPluginTLS 22:18:01 [2023-10-18T22:18:01.207Z] --- PASS: TestAuthZPluginTLS (0.55s) 22:18:01 [2023-10-18T22:18:01.207Z] === RUN TestAuthZPluginDenyRequest 22:18:01 [2023-10-18T22:18:01.772Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) 22:18:01 [2023-10-18T22:18:01.772Z] === RUN TestAuthZPluginAPIDenyResponse 22:18:02 [2023-10-18T22:18:02.336Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) 22:18:02 [2023-10-18T22:18:02.336Z] === RUN TestAuthZPluginDenyResponse 22:18:02 [2023-10-18T22:18:02.902Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) 22:18:02 [2023-10-18T22:18:02.902Z] === RUN TestAuthZPluginAllowEventStream 22:18:04 [2023-10-18T22:18:04.272Z] --- PASS: TestAuthZPluginAllowEventStream (1.29s) 22:18:04 [2023-10-18T22:18:04.272Z] === RUN TestAuthZPluginErrorResponse 22:18:04 [2023-10-18T22:18:04.529Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) 22:18:04 [2023-10-18T22:18:04.529Z] === RUN TestAuthZPluginErrorRequest 22:18:05 [2023-10-18T22:18:05.094Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) 22:18:05 [2023-10-18T22:18:05.094Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration 22:18:05 [2023-10-18T22:18:05.658Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) 22:18:05 [2023-10-18T22:18:05.658Z] === RUN TestAuthZPluginEnsureLoadImportWorking 22:18:07 [2023-10-18T22:18:07.030Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.44s) 22:18:07 [2023-10-18T22:18:07.030Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom 22:18:08 [2023-10-18T22:18:08.927Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.40s) 22:18:08 [2023-10-18T22:18:08.927Z] === RUN TestAuthZPluginHeader 22:18:09 [2023-10-18T22:18:09.184Z] --- PASS: TestAuthZPluginHeader (0.68s) 22:18:09 [2023-10-18T22:18:09.184Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest 22:18:09 [2023-10-18T22:18:09.184Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:09 [2023-10-18T22:18:09.184Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) 22:18:09 [2023-10-18T22:18:09.184Z] === RUN TestAuthZPluginV2Disable 22:18:09 [2023-10-18T22:18:09.184Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:09 [2023-10-18T22:18:09.184Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) 22:18:09 [2023-10-18T22:18:09.184Z] === RUN TestAuthZPluginV2RejectVolumeRequests 22:18:09 [2023-10-18T22:18:09.184Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:09 [2023-10-18T22:18:09.184Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) 22:18:09 [2023-10-18T22:18:09.184Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart 22:18:09 [2023-10-18T22:18:09.184Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:09 [2023-10-18T22:18:09.184Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) 22:18:09 [2023-10-18T22:18:09.184Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) 22:18:27 [2023-10-18T22:18:27.248Z] PASS 22:18:27 [2023-10-18T22:18:27.248Z] 22:18:27 [2023-10-18T22:18:27.248Z] === Skipped 22:18:27 [2023-10-18T22:18:27.248Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:27 [2023-10-18T22:18:27.248Z] 22:18:27 [2023-10-18T22:18:27.248Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:27 [2023-10-18T22:18:27.248Z] 22:18:27 [2023-10-18T22:18:27.248Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:27 [2023-10-18T22:18:27.248Z] 22:18:27 [2023-10-18T22:18:27.248Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:27 [2023-10-18T22:18:27.248Z] 22:18:27 [2023-10-18T22:18:27.248Z] DONE 17 tests, 4 skipped in 26.670s 22:18:27 [2023-10-18T22:18:27.248Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 22:18:27 [2023-10-18T22:18:27.248Z] ++ 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 22:18:27 [2023-10-18T22:18:27.248Z] ++ set -e 22:18:27 [2023-10-18T22:18:27.248Z] ++ '[' -n 0 ']' 22:18:27 [2023-10-18T22:18:27.248Z] ++ set -x 22:18:27 [2023-10-18T22:18:27.248Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker 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 22:18:27 [2023-10-18T22:18:27.248Z] INFO: Testing against a local daemon 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/foobar/set 22:18:27 [2023-10-18T22:18:27.248Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade 22:18:27 [2023-10-18T22:18:27.248Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/pull 22:18:27 [2023-10-18T22:18:27.248Z] === PAUSE TestPluginInvalidJSON/plugins/pull 22:18:27 [2023-10-18T22:18:27.248Z] === CONT TestPluginInvalidJSON/plugins/foobar/set 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type 22:18:27 [2023-10-18T22:18:27.248Z] === CONT TestPluginInvalidJSON/plugins/pull 22:18:27 [2023-10-18T22:18:27.248Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON (0.01s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInstall 22:18:27 [2023-10-18T22:18:27.248Z] === RUN TestPluginInstall/no_auth 22:18:29 [2023-10-18T22:18:29.145Z] time="2023-10-18T22:18:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:29 [2023-10-18T22:18:29.145Z] time="2023-10-18T22:18:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:079e4e45fe02b1637e9c083959954b5522f9a22d20f319a7a9b10156dea691f3" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:29 [2023-10-18T22:18:29.145Z] time="2023-10-18T22:18:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:29 [2023-10-18T22:18:29.145Z] time="2023-10-18T22:18:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:079e4e45fe02b1637e9c083959954b5522f9a22d20f319a7a9b10156dea691f3" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:29 [2023-10-18T22:18:29.145Z] === RUN TestPluginInstall/with_htpasswd 22:18:29 [2023-10-18T22:18:29.710Z] time="2023-10-18T22:18:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:29 [2023-10-18T22:18:29.710Z] time="2023-10-18T22:18:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f785bb1773b7e35ab0ae0130a4092c3c4e5a4a78d0ec158128c0563293839005" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:29 [2023-10-18T22:18:29.710Z] time="2023-10-18T22:18:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:29 [2023-10-18T22:18:29.710Z] time="2023-10-18T22:18:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f785bb1773b7e35ab0ae0130a4092c3c4e5a4a78d0ec158128c0563293839005" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:29 [2023-10-18T22:18:29.967Z] === RUN TestPluginInstall/with_insecure 22:18:30 [2023-10-18T22:18:30.899Z] time="2023-10-18T22:18:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:30 [2023-10-18T22:18:30.900Z] time="2023-10-18T22:18:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1221a5a8ea4421f67b8f843dc6e515d9481eec417ad609dd122481def9e038d0" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:30 [2023-10-18T22:18:30.900Z] time="2023-10-18T22:18:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:30 [2023-10-18T22:18:30.900Z] time="2023-10-18T22:18:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1221a5a8ea4421f67b8f843dc6e515d9481eec417ad609dd122481def9e038d0" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:30 [2023-10-18T22:18:30.900Z] plugin_test.go:195: [d4ed8f9f3f24f] daemon is not started 22:18:30 [2023-10-18T22:18:30.900Z] --- PASS: TestPluginInstall (4.73s) 22:18:30 [2023-10-18T22:18:30.900Z] --- PASS: TestPluginInstall/no_auth (3.09s) 22:18:30 [2023-10-18T22:18:30.900Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) 22:18:30 [2023-10-18T22:18:30.900Z] --- PASS: TestPluginInstall/with_insecure (1.03s) 22:18:30 [2023-10-18T22:18:30.900Z] === RUN TestPluginsWithRuntimes 22:18:32 [2023-10-18T22:18:32.795Z] === RUN TestPluginsWithRuntimes/No_Args 22:18:33 [2023-10-18T22:18:33.360Z] === RUN TestPluginsWithRuntimes/With_Args 22:18:34 [2023-10-18T22:18:34.292Z] --- PASS: TestPluginsWithRuntimes (3.38s) 22:18:34 [2023-10-18T22:18:34.292Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.91s) 22:18:34 [2023-10-18T22:18:34.292Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.90s) 22:18:34 [2023-10-18T22:18:34.292Z] === RUN TestPluginBackCompatMediaTypes 22:18:34 [2023-10-18T22:18:34.857Z] --- PASS: TestPluginBackCompatMediaTypes (0.65s) 22:18:34 [2023-10-18T22:18:34.857Z] PASS 22:18:34 [2023-10-18T22:18:34.857Z] 22:18:34 [2023-10-18T22:18:34.857Z] DONE 24 tests in 8.793s 22:18:34 [2023-10-18T22:18:34.857Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 22:18:34 [2023-10-18T22:18:34.857Z] ++ 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 22:18:34 [2023-10-18T22:18:34.857Z] ++ set -e 22:18:34 [2023-10-18T22:18:34.857Z] ++ '[' -n 0 ']' 22:18:34 [2023-10-18T22:18:34.857Z] ++ set -x 22:18:34 [2023-10-18T22:18:34.857Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker 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 22:18:34 [2023-10-18T22:18:34.857Z] INFO: Testing against a local daemon 22:18:34 [2023-10-18T22:18:34.857Z] === RUN TestExternalGraphDriver 22:18:35 [2023-10-18T22:18:35.421Z] === RUN TestExternalGraphDriver/json 22:18:37 [2023-10-18T22:18:37.318Z] === RUN TestExternalGraphDriver/spec 22:18:38 [2023-10-18T22:18:38.689Z] === RUN TestExternalGraphDriver/pull 22:18:41 [2023-10-18T22:18:41.966Z] --- PASS: TestExternalGraphDriver (6.88s) 22:18:41 [2023-10-18T22:18:41.966Z] --- PASS: TestExternalGraphDriver/json (1.64s) 22:18:41 [2023-10-18T22:18:41.966Z] --- PASS: TestExternalGraphDriver/spec (1.69s) 22:18:41 [2023-10-18T22:18:41.966Z] --- PASS: TestExternalGraphDriver/pull (3.20s) 22:18:41 [2023-10-18T22:18:41.966Z] === RUN TestGraphdriverPluginV2 22:18:42 [2023-10-18T22:18:42.224Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:42 [2023-10-18T22:18:42.224Z] --- SKIP: TestGraphdriverPluginV2 (0.33s) 22:18:42 [2023-10-18T22:18:42.224Z] PASS 22:18:42 [2023-10-18T22:18:42.224Z] 22:18:42 [2023-10-18T22:18:42.224Z] === Skipped 22:18:42 [2023-10-18T22:18:42.224Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s) 22:18:42 [2023-10-18T22:18:42.224Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:42 [2023-10-18T22:18:42.224Z] 22:18:42 [2023-10-18T22:18:42.224Z] DONE 5 tests, 1 skipped in 7.226s 22:18:42 [2023-10-18T22:18:42.224Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 22:18:42 [2023-10-18T22:18:42.224Z] ++ 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 22:18:42 [2023-10-18T22:18:42.224Z] ++ set -e 22:18:42 [2023-10-18T22:18:42.224Z] ++ '[' -n 0 ']' 22:18:42 [2023-10-18T22:18:42.224Z] ++ set -x 22:18:42 [2023-10-18T22:18:42.224Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker 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 22:18:42 [2023-10-18T22:18:42.224Z] INFO: Testing against a local daemon 22:18:42 [2023-10-18T22:18:42.224Z] === RUN TestContinueAfterPluginCrash 22:18:42 [2023-10-18T22:18:42.224Z] === PAUSE TestContinueAfterPluginCrash 22:18:42 [2023-10-18T22:18:42.224Z] === RUN TestReadPluginNoRead 22:18:42 [2023-10-18T22:18:42.224Z] === PAUSE TestReadPluginNoRead 22:18:42 [2023-10-18T22:18:42.224Z] === RUN TestDaemonStartWithLogOpt 22:18:42 [2023-10-18T22:18:42.224Z] === PAUSE TestDaemonStartWithLogOpt 22:18:42 [2023-10-18T22:18:42.224Z] === CONT TestContinueAfterPluginCrash 22:18:42 [2023-10-18T22:18:42.224Z] === CONT TestDaemonStartWithLogOpt 22:18:42 [2023-10-18T22:18:42.224Z] === CONT TestReadPluginNoRead 22:18:44 [2023-10-18T22:18:44.749Z] === RUN TestReadPluginNoRead/default 22:18:45 [2023-10-18T22:18:45.008Z] --- PASS: TestDaemonStartWithLogOpt (2.73s) 22:18:45 [2023-10-18T22:18:45.940Z] === RUN TestReadPluginNoRead/disabled_caching 22:18:47 [2023-10-18T22:18:47.311Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching 22:18:48 [2023-10-18T22:18:48.243Z] read_test.go:91: [d4dbe58ad9ebf] daemon is not started 22:18:48 [2023-10-18T22:18:48.243Z] --- PASS: TestReadPluginNoRead (6.07s) 22:18:48 [2023-10-18T22:18:48.243Z] --- PASS: TestReadPluginNoRead/default (1.33s) 22:18:48 [2023-10-18T22:18:48.243Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.30s) 22:18:48 [2023-10-18T22:18:48.243Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) 22:18:50 [2023-10-18T22:18:50.139Z] --- PASS: TestContinueAfterPluginCrash (7.81s) 22:18:50 [2023-10-18T22:18:50.139Z] PASS 22:18:50 [2023-10-18T22:18:50.139Z] 22:18:50 [2023-10-18T22:18:50.139Z] DONE 6 tests in 7.831s 22:18:50 [2023-10-18T22:18:50.139Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 22:18:50 [2023-10-18T22:18:50.139Z] ++ 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 22:18:50 [2023-10-18T22:18:50.139Z] ++ set -e 22:18:50 [2023-10-18T22:18:50.139Z] ++ '[' -n 0 ']' 22:18:50 [2023-10-18T22:18:50.139Z] ++ set -x 22:18:50 [2023-10-18T22:18:50.139Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker 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 22:18:50 [2023-10-18T22:18:50.139Z] testing: warning: no tests to run 22:18:50 [2023-10-18T22:18:50.139Z] PASS 22:18:50 [2023-10-18T22:18:50.139Z] 22:18:50 [2023-10-18T22:18:50.139Z] DONE 0 tests in 0.008s 22:18:50 [2023-10-18T22:18:50.139Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 22:18:50 [2023-10-18T22:18:50.139Z] ++ 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 22:18:50 [2023-10-18T22:18:50.139Z] ++ set -e 22:18:50 [2023-10-18T22:18:50.139Z] ++ '[' -n 0 ']' 22:18:50 [2023-10-18T22:18:50.139Z] ++ set -x 22:18:50 [2023-10-18T22:18:50.139Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker 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 22:18:50 [2023-10-18T22:18:50.139Z] INFO: Testing against a local daemon 22:18:50 [2023-10-18T22:18:50.139Z] === RUN TestPluginWithDevMounts 22:18:50 [2023-10-18T22:18:50.139Z] === PAUSE TestPluginWithDevMounts 22:18:50 [2023-10-18T22:18:50.139Z] === CONT TestPluginWithDevMounts 22:18:51 [2023-10-18T22:18:51.511Z] --- PASS: TestPluginWithDevMounts (1.54s) 22:18:51 [2023-10-18T22:18:51.511Z] PASS 22:18:51 [2023-10-18T22:18:51.511Z] 22:18:51 [2023-10-18T22:18:51.511Z] DONE 1 tests in 1.564s 22:18:51 [2023-10-18T22:18:51.511Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 22:18:51 [2023-10-18T22:18:51.511Z] ++ 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 22:18:51 [2023-10-18T22:18:51.511Z] ++ set -e 22:18:51 [2023-10-18T22:18:51.511Z] ++ '[' -n 0 ']' 22:18:51 [2023-10-18T22:18:51.511Z] ++ set -x 22:18:51 [2023-10-18T22:18:51.511Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker 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 22:18:51 [2023-10-18T22:18:51.768Z] INFO: Testing against a local daemon 22:18:51 [2023-10-18T22:18:51.768Z] === RUN TestSecretInspect 22:18:54 [2023-10-18T22:18:54.293Z] --- PASS: TestSecretInspect (2.37s) 22:18:54 [2023-10-18T22:18:54.293Z] === RUN TestSecretList 22:18:56 [2023-10-18T22:18:56.818Z] --- PASS: TestSecretList (2.47s) 22:18:56 [2023-10-18T22:18:56.818Z] === RUN TestSecretsCreateAndDelete 22:18:59 [2023-10-18T22:18:59.342Z] --- PASS: TestSecretsCreateAndDelete (2.35s) 22:18:59 [2023-10-18T22:18:59.342Z] === RUN TestSecretsUpdate 22:19:01 [2023-10-18T22:19:01.866Z] --- PASS: TestSecretsUpdate (2.55s) 22:19:01 [2023-10-18T22:19:01.866Z] === RUN TestTemplatedSecret 22:19:04 [2023-10-18T22:19:04.392Z] --- PASS: TestTemplatedSecret (2.63s) 22:19:04 [2023-10-18T22:19:04.392Z] === RUN TestSecretCreateResolve 22:19:06 [2023-10-18T22:19:06.917Z] --- PASS: TestSecretCreateResolve (2.38s) 22:19:06 [2023-10-18T22:19:06.917Z] PASS 22:19:06 [2023-10-18T22:19:06.917Z] 22:19:06 [2023-10-18T22:19:06.917Z] DONE 6 tests in 14.791s 22:19:06 [2023-10-18T22:19:06.917Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 22:19:06 [2023-10-18T22:19:06.917Z] ++ 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 22:19:06 [2023-10-18T22:19:06.917Z] ++ set -e 22:19:06 [2023-10-18T22:19:06.917Z] ++ '[' -n 0 ']' 22:19:06 [2023-10-18T22:19:06.917Z] ++ set -x 22:19:06 [2023-10-18T22:19:06.917Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker 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 22:19:06 [2023-10-18T22:19:06.917Z] INFO: Testing against a local daemon 22:19:06 [2023-10-18T22:19:06.917Z] === RUN TestServiceCreateInit 22:19:06 [2023-10-18T22:19:06.917Z] === RUN TestServiceCreateInit/daemonInitDisabled 22:19:11 [2023-10-18T22:19:11.099Z] === RUN TestServiceCreateInit/daemonInitEnabled 22:19:15 [2023-10-18T22:19:15.277Z] --- PASS: TestServiceCreateInit (8.06s) 22:19:15 [2023-10-18T22:19:15.277Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.92s) 22:19:15 [2023-10-18T22:19:15.277Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.13s) 22:19:15 [2023-10-18T22:19:15.277Z] === RUN TestCreateServiceMultipleTimes 22:19:30 [2023-10-18T22:19:30.156Z] --- PASS: TestCreateServiceMultipleTimes (15.70s) 22:19:30 [2023-10-18T22:19:30.156Z] === RUN TestCreateServiceConflict 22:19:32 [2023-10-18T22:19:32.681Z] --- PASS: TestCreateServiceConflict (2.45s) 22:19:32 [2023-10-18T22:19:32.681Z] === RUN TestCreateServiceMaxReplicas 22:19:35 [2023-10-18T22:19:35.957Z] --- PASS: TestCreateServiceMaxReplicas (2.92s) 22:19:35 [2023-10-18T22:19:35.957Z] === RUN TestCreateWithDuplicateNetworkNames 22:19:50 [2023-10-18T22:19:50.815Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.23s) 22:19:50 [2023-10-18T22:19:50.815Z] === RUN TestCreateServiceSecretFileMode 22:20:03 [2023-10-18T22:20:03.000Z] --- PASS: TestCreateServiceSecretFileMode (12.52s) 22:20:03 [2023-10-18T22:20:03.000Z] === RUN TestCreateServiceConfigFileMode 22:20:15 [2023-10-18T22:20:15.184Z] --- PASS: TestCreateServiceConfigFileMode (12.64s) 22:20:15 [2023-10-18T22:20:15.184Z] === RUN TestCreateServiceSysctls 22:20:17 [2023-10-18T22:20:17.081Z] --- PASS: TestCreateServiceSysctls (3.22s) 22:20:17 [2023-10-18T22:20:17.081Z] === RUN TestCreateServiceCapabilities 22:20:20 [2023-10-18T22:20:20.358Z] --- PASS: TestCreateServiceCapabilities (2.62s) 22:20:20 [2023-10-18T22:20:20.358Z] === RUN TestInspect 22:20:22 [2023-10-18T22:20:22.883Z] --- PASS: TestInspect (2.97s) 22:20:22 [2023-10-18T22:20:22.883Z] === RUN TestCreateJob 22:20:26 [2023-10-18T22:20:26.160Z] --- PASS: TestCreateJob (3.38s) 22:20:26 [2023-10-18T22:20:26.160Z] === RUN TestReplicatedJob 22:20:31 [2023-10-18T22:20:31.418Z] --- PASS: TestReplicatedJob (4.84s) 22:20:31 [2023-10-18T22:20:31.418Z] === RUN TestUpdateReplicatedJob 22:20:34 [2023-10-18T22:20:34.694Z] --- PASS: TestUpdateReplicatedJob (3.21s) 22:20:34 [2023-10-18T22:20:34.694Z] === RUN TestServiceListWithStatuses 22:20:34 [2023-10-18T22:20:34.694Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 22:20:34 [2023-10-18T22:20:34.694Z] --- SKIP: TestServiceListWithStatuses (0.00s) 22:20:34 [2023-10-18T22:20:34.694Z] === RUN TestDockerNetworkConnectAlias 22:20:38 [2023-10-18T22:20:38.873Z] --- PASS: TestDockerNetworkConnectAlias (4.72s) 22:20:38 [2023-10-18T22:20:38.873Z] === RUN TestDockerNetworkReConnect 22:20:43 [2023-10-18T22:20:43.051Z] --- PASS: TestDockerNetworkReConnect (3.88s) 22:20:43 [2023-10-18T22:20:43.052Z] === RUN TestServicePlugin 22:20:43 [2023-10-18T22:20:43.052Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:20:43 [2023-10-18T22:20:43.052Z] --- SKIP: TestServicePlugin (0.00s) 22:20:43 [2023-10-18T22:20:43.052Z] === RUN TestServiceUpdateLabel 22:20:45 [2023-10-18T22:20:45.577Z] --- PASS: TestServiceUpdateLabel (2.50s) 22:20:45 [2023-10-18T22:20:45.577Z] === RUN TestServiceUpdateSecrets 22:21:00 [2023-10-18T22:21:00.436Z] --- PASS: TestServiceUpdateSecrets (14.67s) 22:21:00 [2023-10-18T22:21:00.436Z] === RUN TestServiceUpdateConfigs 22:21:15 [2023-10-18T22:21:15.298Z] --- PASS: TestServiceUpdateConfigs (14.53s) 22:21:15 [2023-10-18T22:21:15.298Z] === RUN TestServiceUpdateNetwork 22:21:27 [2023-10-18T22:21:27.486Z] --- PASS: TestServiceUpdateNetwork (12.73s) 22:21:27 [2023-10-18T22:21:27.486Z] === RUN TestServiceUpdatePidsLimit 22:21:28 [2023-10-18T22:21:28.419Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 22:21:28 [2023-10-18T22:21:28.984Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 22:21:37 [2023-10-18T22:21:37.084Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 22:21:43 [2023-10-18T22:21:43.637Z] --- PASS: TestServiceUpdatePidsLimit (16.38s) 22:21:43 [2023-10-18T22:21:43.637Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.61s) 22:21:43 [2023-10-18T22:21:43.637Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.98s) 22:21:43 [2023-10-18T22:21:43.637Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) 22:21:43 [2023-10-18T22:21:43.637Z] PASS 22:21:43 [2023-10-18T22:21:43.637Z] 22:21:43 [2023-10-18T22:21:43.637Z] === Skipped 22:21:43 [2023-10-18T22:21:43.637Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) 22:21:43 [2023-10-18T22:21:43.637Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 22:21:43 [2023-10-18T22:21:43.637Z] 22:21:43 [2023-10-18T22:21:43.637Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) 22:21:43 [2023-10-18T22:21:43.637Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:21:43 [2023-10-18T22:21:43.637Z] 22:21:43 [2023-10-18T22:21:43.637Z] DONE 27 tests, 2 skipped in 157.193s 22:21:43 [2023-10-18T22:21:43.637Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 22:21:43 [2023-10-18T22:21:43.637Z] ++ 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 22:21:43 [2023-10-18T22:21:43.637Z] ++ set -e 22:21:43 [2023-10-18T22:21:43.637Z] ++ '[' -n 0 ']' 22:21:43 [2023-10-18T22:21:43.637Z] ++ set -x 22:21:43 [2023-10-18T22:21:43.637Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker 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 22:21:43 [2023-10-18T22:21:43.637Z] INFO: Testing against a local daemon 22:21:43 [2023-10-18T22:21:43.637Z] === RUN TestSessionCreate 22:21:43 [2023-10-18T22:21:43.637Z] --- PASS: TestSessionCreate (0.02s) 22:21:43 [2023-10-18T22:21:43.637Z] === RUN TestSessionCreateWithBadUpgrade 22:21:43 [2023-10-18T22:21:43.637Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) 22:21:43 [2023-10-18T22:21:43.637Z] PASS 22:21:43 [2023-10-18T22:21:43.637Z] 22:21:43 [2023-10-18T22:21:43.637Z] DONE 2 tests in 0.053s 22:21:43 [2023-10-18T22:21:43.637Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 22:21:43 [2023-10-18T22:21:43.637Z] ++ 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 22:21:43 [2023-10-18T22:21:43.637Z] ++ set -e 22:21:43 [2023-10-18T22:21:43.637Z] ++ '[' -n 0 ']' 22:21:43 [2023-10-18T22:21:43.637Z] ++ set -x 22:21:43 [2023-10-18T22:21:43.637Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker 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 22:21:43 [2023-10-18T22:21:43.637Z] INFO: Testing against a local daemon 22:21:43 [2023-10-18T22:21:43.637Z] === RUN TestCgroupDriverSystemdMemoryLimit 22:21:43 [2023-10-18T22:21:43.637Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 22:21:43 [2023-10-18T22:21:43.637Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) 22:21:43 [2023-10-18T22:21:43.637Z] === RUN TestDiskUsage 22:21:43 [2023-10-18T22:21:43.637Z] === PAUSE TestDiskUsage 22:21:43 [2023-10-18T22:21:43.637Z] === RUN TestEventsExecDie 22:21:44 [2023-10-18T22:21:44.569Z] --- PASS: TestEventsExecDie (0.61s) 22:21:44 [2023-10-18T22:21:44.569Z] === RUN TestEventsBackwardsCompatible 22:21:44 [2023-10-18T22:21:44.569Z] --- PASS: TestEventsBackwardsCompatible (0.04s) 22:21:44 [2023-10-18T22:21:44.569Z] === RUN TestEventsVolumeCreate 22:21:44 [2023-10-18T22:21:44.569Z] --- PASS: TestEventsVolumeCreate (0.04s) 22:21:44 [2023-10-18T22:21:44.569Z] === RUN TestInfoBinaryCommits 22:21:44 [2023-10-18T22:21:44.569Z] --- PASS: TestInfoBinaryCommits (0.02s) 22:21:44 [2023-10-18T22:21:44.569Z] === RUN TestInfoAPIVersioned 22:21:44 [2023-10-18T22:21:44.569Z] --- PASS: TestInfoAPIVersioned (0.01s) 22:21:44 [2023-10-18T22:21:44.569Z] === RUN TestInfoAPI 22:21:44 [2023-10-18T22:21:44.569Z] --- PASS: TestInfoAPI (0.02s) 22:21:44 [2023-10-18T22:21:44.569Z] === RUN TestInfoAPIWarnings 22:22:02 [2023-10-18T22:22:02.632Z] --- PASS: TestInfoAPIWarnings (16.55s) 22:22:02 [2023-10-18T22:22:02.632Z] === RUN TestInfoDebug 22:22:02 [2023-10-18T22:22:02.632Z] --- PASS: TestInfoDebug (0.52s) 22:22:02 [2023-10-18T22:22:02.632Z] === RUN TestInfoInsecureRegistries 22:22:02 [2023-10-18T22:22:02.632Z] --- PASS: TestInfoInsecureRegistries (0.52s) 22:22:02 [2023-10-18T22:22:02.632Z] === RUN TestInfoRegistryMirrors 22:22:02 [2023-10-18T22:22:02.632Z] --- PASS: TestInfoRegistryMirrors (0.52s) 22:22:02 [2023-10-18T22:22:02.632Z] === RUN TestLoginFailsWithBadCredentials 22:22:03 [2023-10-18T22:22:03.564Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) 22:22:03 [2023-10-18T22:22:03.564Z] === RUN TestPingCacheHeaders 22:22:03 [2023-10-18T22:22:03.564Z] --- PASS: TestPingCacheHeaders (0.02s) 22:22:03 [2023-10-18T22:22:03.564Z] === RUN TestPingGet 22:22:03 [2023-10-18T22:22:03.564Z] --- PASS: TestPingGet (0.01s) 22:22:03 [2023-10-18T22:22:03.564Z] === RUN TestPingHead 22:22:03 [2023-10-18T22:22:03.564Z] --- PASS: TestPingHead (0.01s) 22:22:03 [2023-10-18T22:22:03.564Z] === RUN TestPingSwarmHeader 22:22:04 [2023-10-18T22:22:04.128Z] === RUN TestPingSwarmHeader/before_swarm_init 22:22:04 [2023-10-18T22:22:04.692Z] === RUN TestPingSwarmHeader/after_swarm_init 22:22:06 [2023-10-18T22:22:06.063Z] === RUN TestPingSwarmHeader/after_swarm_leave 22:22:06 [2023-10-18T22:22:06.063Z] --- PASS: TestPingSwarmHeader (2.34s) 22:22:06 [2023-10-18T22:22:06.063Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) 22:22:06 [2023-10-18T22:22:06.063Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) 22:22:06 [2023-10-18T22:22:06.063Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) 22:22:06 [2023-10-18T22:22:06.063Z] === RUN TestPingBuilderHeader 22:22:06 [2023-10-18T22:22:06.063Z] === RUN TestPingBuilderHeader/default_config 22:22:06 [2023-10-18T22:22:06.627Z] === RUN TestPingBuilderHeader/buildkit_disabled 22:22:07 [2023-10-18T22:22:07.197Z] --- PASS: TestPingBuilderHeader (1.04s) 22:22:07 [2023-10-18T22:22:07.197Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) 22:22:07 [2023-10-18T22:22:07.197Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s) 22:22:07 [2023-10-18T22:22:07.197Z] === RUN TestVersion 22:22:07 [2023-10-18T22:22:07.197Z] --- PASS: TestVersion (0.01s) 22:22:07 [2023-10-18T22:22:07.197Z] === CONT TestDiskUsage 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty/container_types 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty/image_types 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty/volume_types 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty/build-cache_types 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty/container,_volume_types 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty/image,_build-cache_types 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty/container,_image,_volume_types 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types 22:22:07 [2023-10-18T22:22:07.475Z] === RUN TestDiskUsage/after_LoadBusybox 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_LoadBusybox/container_types 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_LoadBusybox/image_types 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types 22:22:07 [2023-10-18T22:22:07.737Z] === RUN TestDiskUsage/after_container.Run 22:22:07 [2023-10-18T22:22:07.999Z] === RUN TestDiskUsage/after_container.Run/container_types 22:22:07 [2023-10-18T22:22:07.999Z] === RUN TestDiskUsage/after_container.Run/image_types 22:22:07 [2023-10-18T22:22:07.999Z] === RUN TestDiskUsage/after_container.Run/volume_types 22:22:07 [2023-10-18T22:22:07.999Z] === RUN TestDiskUsage/after_container.Run/build-cache_types 22:22:07 [2023-10-18T22:22:07.999Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types 22:22:07 [2023-10-18T22:22:07.999Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types 22:22:07 [2023-10-18T22:22:07.999Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types 22:22:07 [2023-10-18T22:22:07.999Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types 22:22:07 [2023-10-18T22:22:07.999Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types 22:22:07 [2023-10-18T22:22:07.999Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage (1.21s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run (0.31s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] PASS 22:22:08 [2023-10-18T22:22:08.267Z] 22:22:08 [2023-10-18T22:22:08.267Z] === Skipped 22:22:08 [2023-10-18T22:22:08.267Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 22:22:08 [2023-10-18T22:22:08.267Z] 22:22:08 [2023-10-18T22:22:08.267Z] DONE 57 tests, 1 skipped in 24.521s 22:22:08 [2023-10-18T22:22:08.267Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 22:22:08 [2023-10-18T22:22:08.267Z] ++ 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 22:22:08 [2023-10-18T22:22:08.267Z] ++ set -e 22:22:08 [2023-10-18T22:22:08.267Z] ++ '[' -n 0 ']' 22:22:08 [2023-10-18T22:22:08.267Z] ++ set -x 22:22:08 [2023-10-18T22:22:08.267Z] ++ 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_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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=docker 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 22:22:08 [2023-10-18T22:22:08.267Z] INFO: Testing against a local daemon 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesCreateAndList 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestVolumesCreateAndList (0.01s) 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesRemove 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesRemove/volume_in_use 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesRemove/volume_not_in_use 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesRemove/non-existing_volume 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesRemove/non-existing_volume_force 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestVolumesRemove (0.07s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.02s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesRemoveSwarmEnabled 22:22:08 [2023-10-18T22:22:08.267Z] === PAUSE TestVolumesRemoveSwarmEnabled 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesInspect 22:22:08 [2023-10-18T22:22:08.267Z] --- PASS: TestVolumesInspect (0.01s) 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesInvalidJSON 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesInvalidJSON/volumes/create 22:22:08 [2023-10-18T22:22:08.267Z] === PAUSE TestVolumesInvalidJSON/volumes/create 22:22:08 [2023-10-18T22:22:08.267Z] === CONT TestVolumesInvalidJSON/volumes/create 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON 22:22:08 [2023-10-18T22:22:08.267Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body 22:22:08 [2023-10-18T22:22:08.536Z] --- PASS: TestVolumesInvalidJSON (0.01s) 22:22:08 [2023-10-18T22:22:08.536Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) 22:22:08 [2023-10-18T22:22:08.536Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) 22:22:08 [2023-10-18T22:22:08.536Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) 22:22:08 [2023-10-18T22:22:08.536Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) 22:22:08 [2023-10-18T22:22:08.536Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) 22:22:08 [2023-10-18T22:22:08.536Z] === RUN TestVolumePruneAnonymous 22:22:08 [2023-10-18T22:22:08.536Z] --- PASS: TestVolumePruneAnonymous (0.03s) 22:22:08 [2023-10-18T22:22:08.536Z] === RUN TestVolumePruneAnonFromImage 22:22:08 [2023-10-18T22:22:08.801Z] --- PASS: TestVolumePruneAnonFromImage (0.26s) 22:22:08 [2023-10-18T22:22:08.801Z] === CONT TestVolumesRemoveSwarmEnabled 22:22:10 [2023-10-18T22:22:10.181Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use 22:22:10 [2023-10-18T22:22:10.181Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use 22:22:10 [2023-10-18T22:22:10.181Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume 22:22:10 [2023-10-18T22:22:10.181Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force 22:22:11 [2023-10-18T22:22:11.153Z] --- PASS: TestVolumesRemoveSwarmEnabled (2.33s) 22:22:11 [2023-10-18T22:22:11.153Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) 22:22:11 [2023-10-18T22:22:11.153Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s) 22:22:11 [2023-10-18T22:22:11.153Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) 22:22:11 [2023-10-18T22:22:11.153Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) 22:22:11 [2023-10-18T22:22:11.153Z] PASS 22:22:11 [2023-10-18T22:22:11.153Z] 22:22:11 [2023-10-18T22:22:11.153Z] DONE 20 tests in 2.757s 22:22:11 [2023-10-18T22:22:11.153Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) 22:22:11 [2023-10-18T22:22:11.153Z] ++++ cat bundles/test-integration/docker.pid 22:22:11 [2023-10-18T22:22:11.153Z] +++ kill 21258 22:22:11 [2023-10-18T22:22:11.421Z] +++ /etc/init.d/apparmor stop 22:22:11 [2023-10-18T22:22:11.421Z] Leaving: AppArmorNo profiles have been unloaded. 22:22:11 [2023-10-18T22:22:11.421Z] 22:22:11 [2023-10-18T22:22:11.421Z] Unloading profiles will leave already running processes permanently 22:22:11 [2023-10-18T22:22:11.421Z] unconfined, which can lead to unexpected situations. 22:22:11 [2023-10-18T22:22:11.421Z] 22:22:11 [2023-10-18T22:22:11.421Z] To set a process to complain mode, use the command line tool 22:22:11 [2023-10-18T22:22:11.421Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." 22:22:11 [2023-10-18T22:22:11.421Z] +++ true 22:22:11 [2023-10-18T22:22:11.421Z] exiting test-integration 22:22:11 [2023-10-18T22:22:11.421Z] ++ exit 0 22:22:11 [2023-10-18T22:22:11.421Z] Post stage [Pipeline] junit 22:22:12 [2023-10-18T22:22:12.469Z] Recording test results 22:22:12 [2023-10-18T22:22:12.642Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh 22:22:12 [2023-10-18T22:22:12.956Z] + echo Ensuring container killed. 22:22:12 [2023-10-18T22:22:12.956Z] Ensuring container killed. 22:22:12 [2023-10-18T22:22:12.956Z] + docker rm -vf docker-pr1 22:22:12 [2023-10-18T22:22:12.956Z] Error response from daemon: No such container: docker-pr1 [Pipeline] sh 22:22:13 [2023-10-18T22:22:13.233Z] + echo Chowning /workspace to jenkins user 22:22:13 [2023-10-18T22:22:13.233Z] Chowning /workspace to jenkins user 22:22:13 [2023-10-18T22:22:13.234Z] + id -u 22:22:13 [2023-10-18T22:22:13.234Z] + id -g 22:22:13 [2023-10-18T22:22:13.234Z] + docker run --rm -v /home/ubuntu/workspace/moby_backport_46667_23.0:/workspace busybox chown -R 1000:1000 /workspace 22:22:13 [2023-10-18T22:22:13.234Z] Unable to find image 'busybox:latest' locally 22:22:13 [2023-10-18T22:22:13.234Z] latest: Pulling from library/busybox 22:22:13 [2023-10-18T22:22:13.491Z] 8a0af25e8c2e: Already exists 22:22:13 [2023-10-18T22:22:13.491Z] Digest: sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 22:22:13 [2023-10-18T22:22:13.491Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh 22:22:14 [2023-10-18T22:22:14.705Z] + bundleName=arm64-integration 22:22:14 [2023-10-18T22:22:14.705Z] + echo Creating arm64-integration-bundles.tar.gz 22:22:14 [2023-10-18T22:22:14.705Z] Creating arm64-integration-bundles.tar.gz 22:22:14 [2023-10-18T22:22:14.705Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml+ ) -print 22:22:14 [2023-10-18T22:22:14.705Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts 22:22:14 [2023-10-18T22:22:14.974Z] Archiving artifacts 22:22:16 [2023-10-18T22:22:16.421Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/backport%252F46667%252F23.0/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh 22:22:16 [2023-10-18T22:22:16.707Z] + make clean 22:22:16 [2023-10-18T22:22:16.707Z] docker volume rm -f docker-dev-cache docker-mod-cache 22:22:16 [2023-10-18T22:22:16.707Z] docker-dev-cache 22:22:16 [2023-10-18T22:22:16.707Z] 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