Pull request #47769 opened Connecting to https://api.github.com using docker-jenkins GitHub credentials Obtained Jenkinsfile from 9b7afd743c7346088f8e2777c3a28f74e02db18c+16b2c223ce1c2381b6be67aaa218f3b02746e01c (9a5f875185d81eafe4ea4e79b286ab4d056a75ec) Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision c8880eb865108326b5561629a909e5c780e6ef50 The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/jenkins_home/workspace/moby_PR-47769@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29 # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.39.2' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision c8880eb865108326b5561629a909e5c780e6ef50 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10 Commit message: "Merge pull request #28 from docker/codeowners_oos4a9mi" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.39.2' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2024-04-26T18:58:39.859Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2024-04-26T18:58:39.862Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2024-04-26T18:58:55.106Z] Still waiting to schedule task [2024-04-26T18:58:55.107Z] ‘EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0d452f14f9b1327c3)’ is offline [2024-04-26T18:59:50.974Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0d452f14f9b1327c3) in /home/ubuntu/workspace/moby_PR-47769 [Pipeline] { [Pipeline] checkout [2024-04-26T18:59:51.004Z] The recommended git tool is: git [2024-04-26T18:59:53.554Z] using credential docker-jenkins-github-credentials [2024-04-26T18:59:53.563Z] Cloning the remote Git repository [2024-04-26T18:59:53.563Z] Cloning with configured refspecs honoured and without tags [2024-04-26T18:59:53.587Z] Cloning repository https://github.com/moby/moby.git [2024-04-26T18:59:53.638Z] > git init /home/ubuntu/workspace/moby_PR-47769 # timeout=10 [2024-04-26T18:59:54.271Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-04-26T18:59:54.271Z] > git --version # timeout=10 [2024-04-26T18:59:54.274Z] > git --version # 'git version 2.25.1' [2024-04-26T18:59:54.274Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-26T18:59:54.282Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47769/head:refs/remotes/origin/PR-47769 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-26T19:00:07.680Z] Fetching without tags [2024-04-26T19:00:07.845Z] Merging remotes/origin/master commit 16b2c223ce1c2381b6be67aaa218f3b02746e01c into PR head commit 9b7afd743c7346088f8e2777c3a28f74e02db18c [2024-04-26T19:00:07.376Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-04-26T19:00:07.380Z] > git config --add remote.origin.fetch +refs/pull/47769/head:refs/remotes/origin/PR-47769 # timeout=10 [2024-04-26T19:00:07.389Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-26T19:00:07.677Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-04-26T19:00:07.683Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-04-26T19:00:07.683Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-26T19:00:07.686Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47769/head:refs/remotes/origin/PR-47769 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-26T19:00:07.851Z] > git config core.sparsecheckout # timeout=10 [2024-04-26T19:00:07.864Z] > git checkout -f 9b7afd743c7346088f8e2777c3a28f74e02db18c # timeout=10 [2024-04-26T19:00:08.532Z] > git remote # timeout=10 [2024-04-26T19:00:08.537Z] > git config --get remote.origin.url # timeout=10 [2024-04-26T19:00:08.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-26T19:00:08.541Z] > git merge 16b2c223ce1c2381b6be67aaa218f3b02746e01c # timeout=10 [2024-04-26T19:00:09.428Z] Merge succeeded, producing 23d848d98f3e73eb47c059df2e2c67e3cd6ca751 [2024-04-26T19:00:09.429Z] Checking out Revision 23d848d98f3e73eb47c059df2e2c67e3cd6ca751 (PR-47769) [2024-04-26T19:00:09.426Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-04-26T19:00:09.431Z] > git config core.sparsecheckout # timeout=10 [2024-04-26T19:00:09.433Z] > git checkout -f 23d848d98f3e73eb47c059df2e2c67e3cd6ca751 # timeout=10 [2024-04-26T19:00:12.812Z] Commit message: "Merge commit '16b2c223ce1c2381b6be67aaa218f3b02746e01c' into HEAD" [2024-04-26T19:00:12.812Z] First time build. Skipping changelog. [2024-04-26T19:00:12.829Z] > git --version # timeout=10 [2024-04-26T19:00:12.831Z] > git --version # 'git version 2.25.1' [2024-04-26T19:00:12.833Z] fatal: bad object c8880eb865108326b5561629a909e5c780e6ef50 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-26T19:00:13.522Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47769:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2024-04-26T19:00:17.760Z] Unable to find image 'alpine:latest' locally [2024-04-26T19:00:17.760Z] latest: Pulling from library/alpine [2024-04-26T19:00:17.760Z] bca4290a9639: Pulling fs layer [2024-04-26T19:00:17.760Z] bca4290a9639: Verifying Checksum [2024-04-26T19:00:17.760Z] bca4290a9639: Download complete [2024-04-26T19:00:18.017Z] bca4290a9639: Pull complete [2024-04-26T19:00:18.017Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b [2024-04-26T19:00:18.017Z] Status: Downloaded newer image for alpine:latest [2024-04-26T19:00:27.967Z] 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 [2024-04-26T19:00:33.271Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0d452f14f9b1327c3) in /home/ubuntu/workspace/moby_PR-47769 [Pipeline] { [Pipeline] checkout [2024-04-26T19:00:33.285Z] The recommended git tool is: git [2024-04-26T19:00:33.291Z] using credential docker-jenkins-github-credentials [2024-04-26T19:00:33.300Z] Fetching changes from the remote Git repository [2024-04-26T19:00:33.308Z] Fetching without tags [2024-04-26T19:00:33.474Z] Merging remotes/origin/master commit 16b2c223ce1c2381b6be67aaa218f3b02746e01c into PR head commit 9b7afd743c7346088f8e2777c3a28f74e02db18c [2024-04-26T19:00:33.659Z] Merge succeeded, producing 1d6ca63a6e29e3dc659020536041e7692a321f8f [2024-04-26T19:00:33.659Z] Checking out Revision 1d6ca63a6e29e3dc659020536041e7692a321f8f (PR-47769) [2024-04-26T19:00:33.702Z] Commit message: "Merge commit '16b2c223ce1c2381b6be67aaa218f3b02746e01c' into HEAD" [2024-04-26T19:00:33.703Z] First time build. Skipping changelog. [2024-04-26T19:00:33.712Z] > git --version # timeout=10 [2024-04-26T19:00:33.714Z] > git --version # 'git version 2.25.1' [2024-04-26T19:00:33.716Z] fatal: bad object c8880eb865108326b5561629a909e5c780e6ef50 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2024-04-26T19:00:33.298Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-47769/.git # timeout=10 [2024-04-26T19:00:33.306Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-04-26T19:00:33.310Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-04-26T19:00:33.310Z] > git --version # timeout=10 [2024-04-26T19:00:33.312Z] > git --version # 'git version 2.25.1' [2024-04-26T19:00:33.312Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-26T19:00:33.314Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47769/head:refs/remotes/origin/PR-47769 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-26T19:00:33.477Z] > git config core.sparsecheckout # timeout=10 [2024-04-26T19:00:33.479Z] > git checkout -f 9b7afd743c7346088f8e2777c3a28f74e02db18c # timeout=10 [2024-04-26T19:00:33.510Z] > git remote # timeout=10 [2024-04-26T19:00:33.512Z] > git config --get remote.origin.url # timeout=10 [2024-04-26T19:00:33.514Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-26T19:00:33.517Z] > git merge 16b2c223ce1c2381b6be67aaa218f3b02746e01c # timeout=10 [2024-04-26T19:00:33.657Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-04-26T19:00:33.661Z] > git config core.sparsecheckout # timeout=10 [2024-04-26T19:00:33.663Z] > git checkout -f 1d6ca63a6e29e3dc659020536041e7692a321f8f # timeout=10 [2024-04-26T19:00:34.382Z] + docker version [2024-04-26T19:00:34.382Z] Client: Docker Engine - Community [2024-04-26T19:00:34.382Z] Version: 25.0.3 [2024-04-26T19:00:34.382Z] API version: 1.44 [2024-04-26T19:00:34.382Z] Go version: go1.21.6 [2024-04-26T19:00:34.382Z] Git commit: 4debf41 [2024-04-26T19:00:34.382Z] Built: Tue Feb 6 21:13:09 2024 [2024-04-26T19:00:34.382Z] OS/Arch: linux/arm64 [2024-04-26T19:00:34.382Z] Context: default [2024-04-26T19:00:34.382Z] [2024-04-26T19:00:34.382Z] Server: Docker Engine - Community [2024-04-26T19:00:34.382Z] Engine: [2024-04-26T19:00:34.382Z] Version: 25.0.3 [2024-04-26T19:00:34.382Z] API version: 1.44 (minimum version 1.24) [2024-04-26T19:00:34.382Z] Go version: go1.21.6 [2024-04-26T19:00:34.382Z] Git commit: f417435 [2024-04-26T19:00:34.382Z] Built: Tue Feb 6 21:13:09 2024 [2024-04-26T19:00:34.382Z] OS/Arch: linux/arm64 [2024-04-26T19:00:34.382Z] Experimental: true [2024-04-26T19:00:34.382Z] containerd: [2024-04-26T19:00:34.382Z] Version: 1.6.28 [2024-04-26T19:00:34.382Z] GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-04-26T19:00:34.382Z] runc: [2024-04-26T19:00:34.382Z] Version: 1.1.12 [2024-04-26T19:00:34.382Z] GitCommit: v1.1.12-0-g51d5e94 [2024-04-26T19:00:34.382Z] docker-init: [2024-04-26T19:00:34.382Z] Version: 0.19.0 [2024-04-26T19:00:34.382Z] GitCommit: de40ad0 [Pipeline] sh [2024-04-26T19:00:34.656Z] + docker info [2024-04-26T19:00:42.746Z] Client: Docker Engine - Community [2024-04-26T19:00:42.746Z] Version: 25.0.3 [2024-04-26T19:00:42.746Z] Context: default [2024-04-26T19:00:42.746Z] Debug Mode: false [2024-04-26T19:00:42.746Z] Plugins: [2024-04-26T19:00:42.746Z] buildx: Docker Buildx (Docker Inc.) [2024-04-26T19:00:42.746Z] Version: v0.12.1 [2024-04-26T19:00:42.746Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2024-04-26T19:00:42.746Z] compose: Docker Compose (Docker Inc.) [2024-04-26T19:00:42.746Z] Version: v2.24.6 [2024-04-26T19:00:42.746Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2024-04-26T19:00:42.746Z] [2024-04-26T19:00:42.746Z] Server: [2024-04-26T19:00:42.746Z] Containers: 0 [2024-04-26T19:00:42.746Z] Running: 0 [2024-04-26T19:00:42.746Z] Paused: 0 [2024-04-26T19:00:42.746Z] Stopped: 0 [2024-04-26T19:00:42.746Z] Images: 1 [2024-04-26T19:00:42.746Z] Server Version: 25.0.3 [2024-04-26T19:00:42.746Z] Storage Driver: overlay2 [2024-04-26T19:00:42.746Z] Backing Filesystem: extfs [2024-04-26T19:00:42.746Z] Supports d_type: true [2024-04-26T19:00:42.746Z] Using metacopy: false [2024-04-26T19:00:42.746Z] Native Overlay Diff: true [2024-04-26T19:00:42.746Z] userxattr: false [2024-04-26T19:00:42.746Z] Logging Driver: json-file [2024-04-26T19:00:42.746Z] Cgroup Driver: cgroupfs [2024-04-26T19:00:42.746Z] Cgroup Version: 1 [2024-04-26T19:00:42.746Z] Plugins: [2024-04-26T19:00:42.746Z] Volume: local [2024-04-26T19:00:42.746Z] Network: bridge host ipvlan macvlan null overlay [2024-04-26T19:00:42.746Z] Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog [2024-04-26T19:00:42.746Z] Swarm: inactive [2024-04-26T19:00:42.746Z] Runtimes: runc io.containerd.runc.v2 [2024-04-26T19:00:42.746Z] Default Runtime: runc [2024-04-26T19:00:42.746Z] Init Binary: docker-init [2024-04-26T19:00:42.746Z] containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-04-26T19:00:42.746Z] runc version: v1.1.12-0-g51d5e94 [2024-04-26T19:00:42.746Z] init version: de40ad0 [2024-04-26T19:00:42.746Z] Security Options: [2024-04-26T19:00:42.746Z] apparmor [2024-04-26T19:00:42.746Z] seccomp [2024-04-26T19:00:42.746Z] Profile: builtin [2024-04-26T19:00:42.746Z] Kernel Version: 5.15.0-1053-aws [2024-04-26T19:00:42.746Z] Operating System: Ubuntu 20.04.6 LTS [2024-04-26T19:00:42.746Z] OSType: linux [2024-04-26T19:00:42.746Z] Architecture: aarch64 [2024-04-26T19:00:42.746Z] CPUs: 8 [2024-04-26T19:00:42.746Z] Total Memory: 30.64GiB [2024-04-26T19:00:42.746Z] Name: ip-10-100-98-141 [2024-04-26T19:00:42.746Z] ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac [2024-04-26T19:00:42.746Z] Docker Root Dir: /var/lib/docker [2024-04-26T19:00:42.746Z] Debug Mode: false [2024-04-26T19:00:42.746Z] Experimental: true [2024-04-26T19:00:42.746Z] Insecure Registries: [2024-04-26T19:00:42.746Z] 127.0.0.0/8 [2024-04-26T19:00:42.746Z] Live Restore Enabled: true [2024-04-26T19:00:42.746Z] [Pipeline] sh [2024-04-26T19:00:43.020Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-04-26T19:00:43.020Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-04-26T19:00:43.020Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47769/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2024-04-26T19:00:43.020Z] + bash /home/ubuntu/workspace/moby_PR-47769/check-config.sh [2024-04-26T19:00:43.020Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2024-04-26T19:00:43.020Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ... [2024-04-26T19:00:43.020Z] [2024-04-26T19:00:43.020Z] Generally Necessary: [2024-04-26T19:00:43.020Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2024-04-26T19:00:43.020Z] - apparmor: enabled and tools installed [2024-04-26T19:00:43.020Z] - CONFIG_NAMESPACES: enabled [2024-04-26T19:00:43.020Z] - CONFIG_NET_NS: enabled [2024-04-26T19:00:43.020Z] - CONFIG_PID_NS: enabled [2024-04-26T19:00:43.276Z] - CONFIG_IPC_NS: enabled [2024-04-26T19:00:43.277Z] - CONFIG_UTS_NS: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CGROUPS: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CGROUP_CPUACCT: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CGROUP_DEVICE: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CGROUP_FREEZER: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CGROUP_SCHED: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CPUSETS: enabled [2024-04-26T19:00:43.277Z] - CONFIG_MEMCG: enabled [2024-04-26T19:00:43.277Z] - CONFIG_KEYS: enabled [2024-04-26T19:00:43.277Z] - CONFIG_VETH: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_BRIDGE: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_IP_NF_NAT: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_NF_NAT: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_POSIX_MQUEUE: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CGROUP_BPF: enabled [2024-04-26T19:00:43.277Z] [2024-04-26T19:00:43.277Z] Optional Features: [2024-04-26T19:00:43.277Z] - CONFIG_USER_NS: enabled [2024-04-26T19:00:43.277Z] - CONFIG_SECCOMP: enabled [2024-04-26T19:00:43.277Z] - CONFIG_SECCOMP_FILTER: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CGROUP_PIDS: enabled [2024-04-26T19:00:43.277Z] - CONFIG_MEMCG_SWAP: enabled [2024-04-26T19:00:43.277Z] (cgroup swap accounting is currently enabled) [2024-04-26T19:00:43.277Z] - CONFIG_BLK_CGROUP: enabled [2024-04-26T19:00:43.277Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CGROUP_PERF: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CGROUP_HUGETLB: enabled [2024-04-26T19:00:43.277Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2024-04-26T19:00:43.277Z] - CONFIG_CGROUP_NET_PRIO: enabled [2024-04-26T19:00:43.277Z] - CONFIG_CFS_BANDWIDTH: enabled [2024-04-26T19:00:43.277Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2024-04-26T19:00:43.534Z] - CONFIG_RT_GROUP_SCHED: missing [2024-04-26T19:00:43.534Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2024-04-26T19:00:43.534Z] - CONFIG_IP_VS: enabled (as module) [2024-04-26T19:00:43.534Z] - CONFIG_IP_VS_NFCT: enabled [2024-04-26T19:00:43.534Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2024-04-26T19:00:43.534Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2024-04-26T19:00:43.534Z] - CONFIG_IP_VS_RR: enabled (as module) [2024-04-26T19:00:43.534Z] - CONFIG_SECURITY_SELINUX: enabled [2024-04-26T19:00:43.534Z] - CONFIG_SECURITY_APPARMOR: enabled [2024-04-26T19:00:43.534Z] - CONFIG_EXT4_FS: enabled [2024-04-26T19:00:43.534Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2024-04-26T19:00:43.534Z] - CONFIG_EXT4_FS_SECURITY: enabled [2024-04-26T19:00:43.534Z] - Network Drivers: [2024-04-26T19:00:43.534Z] - "overlay": [2024-04-26T19:00:43.534Z] - CONFIG_VXLAN: enabled (as module) [2024-04-26T19:00:43.534Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2024-04-26T19:00:43.534Z] Optional (for encrypted networks): [2024-04-26T19:00:43.534Z] - CONFIG_CRYPTO: enabled [2024-04-26T19:00:43.534Z] - CONFIG_CRYPTO_AEAD: enabled [2024-04-26T19:00:43.534Z] - CONFIG_CRYPTO_GCM: enabled [2024-04-26T19:00:43.534Z] - CONFIG_CRYPTO_SEQIV: enabled [2024-04-26T19:00:43.534Z] - CONFIG_CRYPTO_GHASH: enabled [2024-04-26T19:00:43.534Z] - CONFIG_XFRM: enabled [2024-04-26T19:00:43.534Z] - CONFIG_XFRM_USER: enabled (as module) [2024-04-26T19:00:43.534Z] - CONFIG_XFRM_ALGO: enabled (as module) [2024-04-26T19:00:43.534Z] - CONFIG_INET_ESP: enabled (as module) [2024-04-26T19:00:43.534Z] - "ipvlan": [2024-04-26T19:00:43.534Z] - CONFIG_IPVLAN: enabled (as module) [2024-04-26T19:00:43.534Z] - "macvlan": [2024-04-26T19:00:43.534Z] - CONFIG_MACVLAN: enabled (as module) [2024-04-26T19:00:43.534Z] - CONFIG_DUMMY: enabled (as module) [2024-04-26T19:00:43.534Z] - "ftp,tftp client in container": [2024-04-26T19:00:43.534Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2024-04-26T19:00:43.534Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2024-04-26T19:00:43.534Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2024-04-26T19:00:43.534Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2024-04-26T19:00:43.534Z] - Storage Drivers: [2024-04-26T19:00:43.534Z] - "aufs": [2024-04-26T19:00:43.534Z] - CONFIG_AUFS_FS: enabled (as module) [2024-04-26T19:00:43.534Z] - "btrfs": [2024-04-26T19:00:43.791Z] - CONFIG_BTRFS_FS: enabled (as module) [2024-04-26T19:00:43.791Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2024-04-26T19:00:43.791Z] - "devicemapper": [2024-04-26T19:00:43.791Z] - CONFIG_BLK_DEV_DM: enabled [2024-04-26T19:00:43.791Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2024-04-26T19:00:43.791Z] - "overlay": [2024-04-26T19:00:43.791Z] - CONFIG_OVERLAY_FS: enabled (as module) [2024-04-26T19:00:43.791Z] - "zfs": [2024-04-26T19:00:43.791Z] - /dev/zfs: present [2024-04-26T19:00:43.791Z] - zfs command: missing [2024-04-26T19:00:43.791Z] - zpool command: missing [2024-04-26T19:00:43.791Z] [2024-04-26T19:00:43.791Z] Limits: [2024-04-26T19:00:43.791Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2024-04-26T19:00:43.791Z] [2024-04-26T19:00:43.791Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2024-04-26T19:00:44.080Z] + docker build --force-rm -t docker:1d6ca63a6e29e3dc659020536041e7692a321f8f . [2024-04-26T19:00:44.336Z] #0 building with "default" instance using docker driver [2024-04-26T19:00:44.336Z] [2024-04-26T19:00:44.336Z] #1 [internal] load build definition from Dockerfile [2024-04-26T19:00:44.336Z] #1 transferring dockerfile: 28.30kB done [2024-04-26T19:00:44.336Z] #1 DONE 0.1s [2024-04-26T19:00:44.336Z] [2024-04-26T19:00:44.336Z] #2 resolve image config for docker.io/docker/dockerfile:1.7 [2024-04-26T19:00:44.899Z] #2 DONE 0.8s [2024-04-26T19:00:45.155Z] [2024-04-26T19:00:45.155Z] #3 docker-image://docker.io/docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e [2024-04-26T19:00:45.155Z] #3 resolve docker.io/docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e 0.0s done [2024-04-26T19:00:45.155Z] #3 sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 0B / 11.24MB 0.1s [2024-04-26T19:00:45.155Z] #3 sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e 8.40kB / 8.40kB done [2024-04-26T19:00:45.155Z] #3 sha256:c8678869a83fab70232869ba24acc1c0be661f4d65135c0eeacb6a8e78420fdd 482B / 482B done [2024-04-26T19:00:45.155Z] #3 sha256:45fc0e793a06559debf1128a8e0a2aef5bd1822e7d98b7412afcc474f04cc4fe 1.26kB / 1.26kB done [2024-04-26T19:00:45.155Z] #3 sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 11.24MB / 11.24MB 0.2s [2024-04-26T19:00:45.412Z] #3 extracting sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 [2024-04-26T19:00:45.668Z] #3 sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 11.24MB / 11.24MB 0.5s done [2024-04-26T19:00:45.668Z] #3 extracting sha256:6e230fe0035dc5b9d8d5e65513d1f11ae3b25d14362031fb540a4c23bf862933 0.1s done [2024-04-26T19:00:45.668Z] #3 DONE 0.7s [2024-04-26T19:00:45.925Z] [2024-04-26T19:00:45.925Z] #4 [internal] load metadata for docker.io/docker/buildx-bin:0.13.1 [2024-04-26T19:00:46.487Z] #4 ... [2024-04-26T19:00:46.487Z] [2024-04-26T19:00:46.487Z] #5 [internal] load metadata for docker.io/library/busybox:latest [2024-04-26T19:00:46.487Z] #5 DONE 0.8s [2024-04-26T19:00:46.744Z] [2024-04-26T19:00:46.744Z] #6 [internal] load metadata for docker.io/library/debian:bookworm [2024-04-26T19:00:46.744Z] #6 DONE 0.8s [2024-04-26T19:00:46.744Z] [2024-04-26T19:00:46.744Z] #7 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2024-04-26T19:00:46.744Z] #7 DONE 0.9s [2024-04-26T19:00:46.744Z] [2024-04-26T19:00:46.744Z] #8 [internal] load metadata for docker.io/docker/compose-bin:v2.25.0 [2024-04-26T19:00:46.744Z] #8 DONE 0.9s [2024-04-26T19:00:46.744Z] [2024-04-26T19:00:46.744Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2024-04-26T19:00:46.744Z] #9 DONE 0.9s [2024-04-26T19:00:46.744Z] [2024-04-26T19:00:46.744Z] #10 [internal] load metadata for docker.io/library/golang:1.21.9-bookworm [2024-04-26T19:00:46.744Z] #10 DONE 1.0s [2024-04-26T19:00:46.744Z] [2024-04-26T19:00:46.744Z] #11 [internal] load metadata for docker.io/tonistiigi/xx:1.4.0 [2024-04-26T19:00:47.000Z] #11 DONE 1.1s [2024-04-26T19:00:47.000Z] [2024-04-26T19:00:47.000Z] #4 [internal] load metadata for docker.io/docker/buildx-bin:0.13.1 [2024-04-26T19:00:47.000Z] #4 DONE 1.0s [2024-04-26T19:00:47.000Z] [2024-04-26T19:00:47.000Z] #12 [internal] load .dockerignore [2024-04-26T19:00:47.000Z] #12 transferring context: 113B done [2024-04-26T19:00:47.000Z] #12 DONE 0.0s [2024-04-26T19:00:47.257Z] [2024-04-26T19:00:47.257Z] #13 [internal] load build context [2024-04-26T19:00:49.215Z] #13 transferring context: 77.64MB 2.0s done [2024-04-26T19:00:52.557Z] #13 DONE 5.2s [2024-04-26T19:00:52.557Z] [2024-04-26T19:00:52.557Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 [2024-04-26T19:00:52.557Z] #14 resolve docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 0.2s done [2024-04-26T19:00:52.557Z] #14 sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 1.64kB / 1.64kB done [2024-04-26T19:00:52.557Z] #14 sha256:0f471f5978bda897998d20297a68a49eb94b81a1f3810697f79b2b9aa1387af5 2.89kB / 2.89kB done [2024-04-26T19:00:52.557Z] #14 sha256:06767451887020f12dc69f7309ab3c254a09b07b65526b04b64eddc29c637833 1.79kB / 1.79kB done [2024-04-26T19:00:52.557Z] #14 sha256:9e100ddc6b415c632410507293430c0fe6bb4228ab320ed59548c6dc030b4e4a 23.59MB / 23.59MB 1.3s done [2024-04-26T19:00:52.557Z] #14 sha256:60bdaf986dbe787297bb85c9f6a28d13ea7b9608b95206ef7ce6cdea50cd5505 49.61MB / 49.61MB 2.6s done [2024-04-26T19:00:52.557Z] #14 sha256:ba9a57bc3c0cb0c1ea5d28dc03fb4451ae05dc271b53941c27edf70eaf70b6e6 63.99MB / 63.99MB 4.0s done [2024-04-26T19:00:52.557Z] #14 sha256:353c80fdbef13719285eb0463a9a6c7769df89a3797e79ac8a52a93f85b67c3f 86.45MB / 86.45MB 4.9s [2024-04-26T19:00:52.557Z] #14 sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 64.11MB / 64.11MB 4.9s [2024-04-26T19:00:52.557Z] #14 extracting sha256:60bdaf986dbe787297bb85c9f6a28d13ea7b9608b95206ef7ce6cdea50cd5505 1.4s done [2024-04-26T19:00:53.119Z] #14 extracting sha256:9e100ddc6b415c632410507293430c0fe6bb4228ab320ed59548c6dc030b4e4a 0.1s [2024-04-26T19:00:53.119Z] #14 sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 64.11MB / 64.11MB 5.6s done [2024-04-26T19:00:53.376Z] #14 extracting sha256:9e100ddc6b415c632410507293430c0fe6bb4228ab320ed59548c6dc030b4e4a 0.4s done [2024-04-26T19:00:55.267Z] #14 extracting sha256:ba9a57bc3c0cb0c1ea5d28dc03fb4451ae05dc271b53941c27edf70eaf70b6e6 0.1s [2024-04-26T19:00:55.524Z] #14 ... [2024-04-26T19:00:55.524Z] [2024-04-26T19:00:55.524Z] #15 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 [2024-04-26T19:00:55.524Z] #15 resolve docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 0.2s done [2024-04-26T19:00:55.524Z] #15 sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 6.76kB / 6.76kB done [2024-04-26T19:00:55.524Z] #15 sha256:15b3852228f2a4251fb997ce32a52204b76babcaae22df16cac5e217d95a5c07 610B / 610B done [2024-04-26T19:00:55.524Z] #15 sha256:46bd05c4a04f3d121198e054da02daed22d0f561764acb0f0594066d5972619b 390B / 390B done [2024-04-26T19:00:55.524Z] #15 sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 1.84MB / 1.84MB 0.4s done [2024-04-26T19:00:55.524Z] #15 extracting sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 0.2s done [2024-04-26T19:00:55.524Z] #15 DONE 8.5s [2024-04-26T19:00:55.524Z] [2024-04-26T19:00:55.524Z] #16 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9 [2024-04-26T19:00:55.524Z] #16 resolve docker.io/library/debian:bookworm@sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9 0.2s done [2024-04-26T19:00:55.524Z] #16 sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9 1.85kB / 1.85kB done [2024-04-26T19:00:55.524Z] #16 sha256:40374b5cdc928ffc606cb5c2bbf5e2b2eb6eb918a8e62104ae1f001c49dcbe3a 529B / 529B done [2024-04-26T19:00:55.524Z] #16 sha256:dc0de672ed1226c65f85607f60b58c8fd94abdb7eba38cb172d056a430ce548e 1.48kB / 1.48kB done [2024-04-26T19:00:55.524Z] #16 sha256:60bdaf986dbe787297bb85c9f6a28d13ea7b9608b95206ef7ce6cdea50cd5505 49.61MB / 49.61MB 2.5s done [2024-04-26T19:00:55.524Z] #16 extracting sha256:60bdaf986dbe787297bb85c9f6a28d13ea7b9608b95206ef7ce6cdea50cd5505 1.4s done [2024-04-26T19:00:55.524Z] #16 DONE 8.5s [2024-04-26T19:00:55.524Z] [2024-04-26T19:00:55.524Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 [2024-04-26T19:00:55.524Z] #14 sha256:353c80fdbef13719285eb0463a9a6c7769df89a3797e79ac8a52a93f85b67c3f 86.45MB / 86.45MB 8.0s done [2024-04-26T19:00:55.524Z] #14 sha256:23b8d906665e891e84df027f96b3cec2b393d3c0f69c3bfc746f00540a62c352 0B / 175B 8.0s [2024-04-26T19:00:55.524Z] #14 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0B / 32B 8.0s [2024-04-26T19:00:55.524Z] #14 ... [2024-04-26T19:00:55.524Z] [2024-04-26T19:00:55.524Z] #17 [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 [2024-04-26T19:00:55.786Z] #17 ... [2024-04-26T19:00:55.786Z] [2024-04-26T19:00:55.786Z] #18 [xx 1/1] FROM docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 [2024-04-26T19:00:55.786Z] #18 resolve docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 0.2s done [2024-04-26T19:00:55.786Z] #18 sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 9.95kB / 9.95kB done [2024-04-26T19:00:55.786Z] #18 sha256:d3a173a007193860a110931669be7b62592611955cda3814d38b4d9118ef81ea 478B / 478B done [2024-04-26T19:00:55.786Z] #18 sha256:5e12c1040c875988c0a21efaa5dcafac5c2b8a956cf038d6789abf028aba9a93 940B / 940B done [2024-04-26T19:00:55.786Z] #18 sha256:0af722b41041edf6b9d4c718ee88b05eb49271fa70e4856c18c261ea0462b564 16.47kB / 16.47kB 8.1s done [2024-04-26T19:00:55.786Z] #18 extracting sha256:0af722b41041edf6b9d4c718ee88b05eb49271fa70e4856c18c261ea0462b564 done [2024-04-26T19:00:55.786Z] #18 DONE 8.6s [2024-04-26T19:00:55.786Z] [2024-04-26T19:00:55.786Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 [2024-04-26T19:00:55.786Z] #14 sha256:23b8d906665e891e84df027f96b3cec2b393d3c0f69c3bfc746f00540a62c352 175B / 175B 8.0s done [2024-04-26T19:00:55.786Z] #14 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 8.1s done [2024-04-26T19:00:57.156Z] #14 ... [2024-04-26T19:00:57.156Z] [2024-04-26T19:00:57.156Z] #19 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2024-04-26T19:00:57.156Z] #19 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2024-04-26T19:00:57.156Z] #19 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2024-04-26T19:00:57.156Z] #19 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2024-04-26T19:00:57.156Z] #19 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2024-04-26T19:00:57.156Z] #19 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 8.6s done [2024-04-26T19:00:57.156Z] #19 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s done [2024-04-26T19:00:57.156Z] #19 DONE 9.9s [2024-04-26T19:00:57.156Z] [2024-04-26T19:00:57.156Z] #20 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 [2024-04-26T19:00:57.156Z] #20 resolve docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 0.2s done [2024-04-26T19:00:57.156Z] #20 sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 8.43kB / 8.43kB done [2024-04-26T19:00:57.156Z] #20 sha256:2ebce8c08cf8ceb899dfb863d96ad780e5765ee2996a39e7bb80abd22300e3fe 482B / 482B done [2024-04-26T19:00:57.156Z] #20 sha256:fdeeb9474c5ad8b86b766022dfc0140d5ad606b88fe76836f380e0da3a9f0540 1.14kB / 1.14kB done [2024-04-26T19:00:57.156Z] #20 sha256:561e37d5fd405001bb7944b4cd2d3fd900cc24411835ab029f55897867f318f9 16.35MB / 16.35MB 8.7s done [2024-04-26T19:00:57.156Z] #20 extracting sha256:561e37d5fd405001bb7944b4cd2d3fd900cc24411835ab029f55897867f318f9 0.3s done [2024-04-26T19:00:57.156Z] #20 DONE 10.0s [2024-04-26T19:00:57.156Z] [2024-04-26T19:00:57.156Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 [2024-04-26T19:00:57.156Z] #14 ... [2024-04-26T19:00:57.156Z] [2024-04-26T19:00:57.156Z] #21 [compose 1/1] FROM docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 [2024-04-26T19:00:57.156Z] #21 resolve docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 0.2s done [2024-04-26T19:00:57.156Z] #21 sha256:d78f02d4266a872db42a2f51712f5b69db0c3c4b0713b57e109666e792df2666 482B / 482B done [2024-04-26T19:00:57.156Z] #21 sha256:0a18cb5a34e1afa220a6afea023d787ee919e87c098b3180f3fa80d23cd16adb 1.13kB / 1.13kB done [2024-04-26T19:00:57.156Z] #21 sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 8.43kB / 8.43kB done [2024-04-26T19:00:57.156Z] #21 sha256:7ef00369bc59ffb1849fe6c73f30a7fc37f42d82073afe76bf9d9b1c1460699a 16.65MB / 16.65MB 9.4s done [2024-04-26T19:00:57.156Z] #21 extracting sha256:7ef00369bc59ffb1849fe6c73f30a7fc37f42d82073afe76bf9d9b1c1460699a 0.1s [2024-04-26T19:00:57.156Z] #21 ... [2024-04-26T19:00:57.156Z] [2024-04-26T19:00:57.156Z] #22 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-04-26T19:00:57.156Z] #22 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.2s done [2024-04-26T19:00:57.156Z] #22 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done [2024-04-26T19:00:57.156Z] #22 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done [2024-04-26T19:00:57.156Z] #22 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done [2024-04-26T19:00:57.156Z] #22 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 8.5s done [2024-04-26T19:00:57.156Z] #22 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.1s done [2024-04-26T19:00:57.156Z] #22 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 8.9s done [2024-04-26T19:00:57.156Z] #22 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 766B / 766B 8.8s done [2024-04-26T19:00:57.156Z] #22 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 9.1s done [2024-04-26T19:00:57.156Z] #22 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.1s done [2024-04-26T19:00:57.156Z] #22 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done [2024-04-26T19:00:57.412Z] #22 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 [2024-04-26T19:00:57.412Z] #22 ... [2024-04-26T19:00:57.412Z] [2024-04-26T19:00:57.413Z] #21 [compose 1/1] FROM docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 [2024-04-26T19:00:57.413Z] #21 extracting sha256:7ef00369bc59ffb1849fe6c73f30a7fc37f42d82073afe76bf9d9b1c1460699a 0.3s done [2024-04-26T19:00:57.669Z] #21 DONE 10.3s [2024-04-26T19:00:57.669Z] [2024-04-26T19:00:57.669Z] #22 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-04-26T19:00:57.669Z] #22 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.1s done [2024-04-26T19:00:58.232Z] #22 DONE 11.0s [2024-04-26T19:00:58.232Z] [2024-04-26T19:00:58.232Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 [2024-04-26T19:00:58.232Z] #14 extracting sha256:ba9a57bc3c0cb0c1ea5d28dc03fb4451ae05dc271b53941c27edf70eaf70b6e6 2.4s done [2024-04-26T19:00:58.232Z] #14 extracting sha256:353c80fdbef13719285eb0463a9a6c7769df89a3797e79ac8a52a93f85b67c3f [2024-04-26T19:01:00.248Z] #14 extracting sha256:353c80fdbef13719285eb0463a9a6c7769df89a3797e79ac8a52a93f85b67c3f 1.7s done [2024-04-26T19:01:00.248Z] #14 extracting sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 0.1s [2024-04-26T19:01:05.498Z] #14 ... [2024-04-26T19:01:05.498Z] [2024-04-26T19:01:05.498Z] #17 [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 [2024-04-26T19:01:05.498Z] #17 0.682 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-26T19:01:05.498Z] #17 0.691 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-26T19:01:05.498Z] #17 0.691 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-26T19:01:05.498Z] #17 0.754 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-26T19:01:05.498Z] #17 0.972 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB] [2024-04-26T19:01:05.498Z] #17 0.975 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-26T19:01:05.498Z] #17 2.407 Fetched 9105 kB in 2s (4728 kB/s) [2024-04-26T19:01:05.498Z] #17 2.407 Reading package lists... [2024-04-26T19:01:05.498Z] #17 2.986 Reading package lists... [2024-04-26T19:01:05.498Z] #17 3.576 Building dependency tree... [2024-04-26T19:01:05.498Z] #17 3.941 The following additional packages will be installed: [2024-04-26T19:01:05.498Z] #17 3.946 libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 [2024-04-26T19:01:05.498Z] #17 3.946 libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5 [2024-04-26T19:01:05.499Z] #17 3.946 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl [2024-04-26T19:01:05.499Z] #17 3.946 Suggested packages: [2024-04-26T19:01:05.499Z] #17 3.946 krb5-doc krb5-user [2024-04-26T19:01:05.499Z] #17 3.946 Recommended packages: [2024-04-26T19:01:05.499Z] #17 3.946 krb5-locales libldap-common publicsuffix libsasl2-modules [2024-04-26T19:01:05.499Z] #17 4.112 The following NEW packages will be installed: [2024-04-26T19:01:05.499Z] #17 4.113 ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 [2024-04-26T19:01:05.499Z] #17 4.113 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 [2024-04-26T19:01:05.499Z] #17 4.113 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2024-04-26T19:01:05.499Z] #17 4.114 libssh2-1 libssl3 openssl [2024-04-26T19:01:05.499Z] #17 4.387 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2024-04-26T19:01:05.499Z] #17 4.387 Need to get 5813 kB of archives. [2024-04-26T19:01:05.499Z] #17 4.387 After this operation, 16.1 MB of additional disk space will be used. [2024-04-26T19:01:05.499Z] #17 4.387 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB] [2024-04-26T19:01:05.499Z] #17 4.430 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB] [2024-04-26T19:01:05.499Z] #17 4.478 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB] [2024-04-26T19:01:05.499Z] #17 4.481 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] [2024-04-26T19:01:05.499Z] #17 4.482 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB] [2024-04-26T19:01:05.499Z] #17 4.484 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB] [2024-04-26T19:01:05.499Z] #17 4.485 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] [2024-04-26T19:01:05.499Z] #17 4.519 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB] [2024-04-26T19:01:05.499Z] #17 4.524 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB] [2024-04-26T19:01:05.499Z] #17 4.525 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] [2024-04-26T19:01:05.499Z] #17 4.527 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] [2024-04-26T19:01:05.499Z] #17 4.529 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2024-04-26T19:01:05.499Z] #17 4.534 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB] [2024-04-26T19:01:05.499Z] #17 4.535 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] [2024-04-26T19:01:05.499Z] #17 4.537 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2024-04-26T19:01:05.499Z] #17 4.538 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] [2024-04-26T19:01:05.499Z] #17 4.542 Get:17 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB] [2024-04-26T19:01:05.499Z] #17 4.547 Get:18 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB] [2024-04-26T19:01:05.499Z] #17 4.566 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB] [2024-04-26T19:01:05.499Z] #17 4.572 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2024-04-26T19:01:05.499Z] #17 4.626 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2024-04-26T19:01:05.499Z] #17 4.897 debconf: delaying package configuration, since apt-utils is not installed [2024-04-26T19:01:05.499Z] #17 4.976 Fetched 5813 kB in 1s (11.6 MB/s) [2024-04-26T19:01:05.499Z] #17 5.014 Selecting previously unselected package libssl3:arm64. [2024-04-26T19:01:05.499Z] #17 5.014 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6084 files and directories currently installed.) [2024-04-26T19:01:05.499Z] #17 5.018 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 5.104 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ... [2024-04-26T19:01:05.499Z] #17 5.460 Selecting previously unselected package openssl. [2024-04-26T19:01:05.499Z] #17 5.461 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 5.482 Unpacking openssl (3.0.11-1~deb12u2) ... [2024-04-26T19:01:05.499Z] #17 5.699 Selecting previously unselected package ca-certificates. [2024-04-26T19:01:05.499Z] #17 5.701 Preparing to unpack .../02-ca-certificates_20230311_all.deb ... [2024-04-26T19:01:05.499Z] #17 5.756 Unpacking ca-certificates (20230311) ... [2024-04-26T19:01:05.499Z] #17 6.133 Selecting previously unselected package libbrotli1:arm64. [2024-04-26T19:01:05.499Z] #17 6.134 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 6.221 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [2024-04-26T19:01:05.499Z] #17 6.675 Selecting previously unselected package libkrb5support0:arm64. [2024-04-26T19:01:05.499Z] #17 6.676 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 6.689 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ... [2024-04-26T19:01:05.499Z] #17 7.062 Selecting previously unselected package libk5crypto3:arm64. [2024-04-26T19:01:05.499Z] #17 7.063 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 7.078 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ... [2024-04-26T19:01:05.499Z] #17 7.584 Selecting previously unselected package libkeyutils1:arm64. [2024-04-26T19:01:05.499Z] #17 7.585 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 7.644 Unpacking libkeyutils1:arm64 (1.6.3-2) ... [2024-04-26T19:01:05.499Z] #17 7.792 Selecting previously unselected package libkrb5-3:arm64. [2024-04-26T19:01:05.499Z] #17 7.793 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 7.807 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ... [2024-04-26T19:01:05.499Z] #17 8.048 Selecting previously unselected package libgssapi-krb5-2:arm64. [2024-04-26T19:01:05.499Z] #17 8.050 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 8.066 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ... [2024-04-26T19:01:05.499Z] #17 8.283 Selecting previously unselected package libsasl2-modules-db:arm64. [2024-04-26T19:01:05.499Z] #17 8.284 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 8.358 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2024-04-26T19:01:05.499Z] #17 8.541 Selecting previously unselected package libsasl2-2:arm64. [2024-04-26T19:01:05.499Z] #17 8.542 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 8.555 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2024-04-26T19:01:05.499Z] #17 8.673 Selecting previously unselected package libldap-2.5-0:arm64. [2024-04-26T19:01:05.499Z] #17 8.674 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 8.686 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2024-04-26T19:01:05.499Z] #17 8.787 Selecting previously unselected package libnghttp2-14:arm64. [2024-04-26T19:01:05.499Z] #17 8.788 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 8.797 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ... [2024-04-26T19:01:05.499Z] #17 9.025 Selecting previously unselected package libpsl5:arm64. [2024-04-26T19:01:05.499Z] #17 9.026 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 9.049 Unpacking libpsl5:arm64 (0.21.2-1) ... [2024-04-26T19:01:05.499Z] #17 9.169 Selecting previously unselected package librtmp1:arm64. [2024-04-26T19:01:05.499Z] #17 9.170 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 9.180 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2024-04-26T19:01:05.499Z] #17 9.276 Selecting previously unselected package libssh2-1:arm64. [2024-04-26T19:01:05.499Z] #17 9.277 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ... [2024-04-26T19:01:05.499Z] #17 9.292 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... [2024-04-26T19:01:05.499Z] #17 ... [2024-04-26T19:01:05.499Z] [2024-04-26T19:01:05.499Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 [2024-04-26T19:01:05.499Z] #14 extracting sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 5.2s [2024-04-26T19:01:05.499Z] #14 extracting sha256:4be3a184ee7f5fcfaaac79e35f444044f6bc55f18cb68b1ee0d71490c891ad75 5.3s done [2024-04-26T19:01:05.499Z] #14 extracting sha256:23b8d906665e891e84df027f96b3cec2b393d3c0f69c3bfc746f00540a62c352 [2024-04-26T19:01:05.499Z] #14 ... [2024-04-26T19:01:05.499Z] [2024-04-26T19:01:05.499Z] #23 [build-dummy 2/2] RUN mkdir -p /build [2024-04-26T19:01:05.755Z] #23 ... [2024-04-26T19:01:05.755Z] [2024-04-26T19:01:05.755Z] #17 [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 [2024-04-26T19:01:05.755Z] #17 9.611 Selecting previously unselected package libcurl4:arm64. [2024-04-26T19:01:05.755Z] #17 9.612 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ... [2024-04-26T19:01:05.755Z] #17 9.628 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ... [2024-04-26T19:01:05.755Z] #17 9.724 Selecting previously unselected package curl. [2024-04-26T19:01:05.755Z] #17 9.725 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ... [2024-04-26T19:01:05.755Z] #17 9.734 Unpacking curl (7.88.1-10+deb12u5) ... [2024-04-26T19:01:05.755Z] #17 9.913 Selecting previously unselected package libonig5:arm64. [2024-04-26T19:01:05.755Z] #17 9.914 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ... [2024-04-26T19:01:05.755Z] #17 9.971 Unpacking libonig5:arm64 (6.9.8-1) ... [2024-04-26T19:01:06.011Z] #17 10.40 Selecting previously unselected package libjq1:arm64. [2024-04-26T19:01:06.011Z] #17 10.40 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ... [2024-04-26T19:01:06.011Z] #17 10.43 Unpacking libjq1:arm64 (1.6-2.1) ... [2024-04-26T19:01:06.287Z] #17 10.84 Selecting previously unselected package jq. [2024-04-26T19:01:06.544Z] #17 10.84 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ... [2024-04-26T19:01:06.544Z] #17 10.95 Unpacking jq (1.6-2.1) ... [2024-04-26T19:01:06.544Z] #17 11.11 Setting up libkeyutils1:arm64 (1.6.3-2) ... [2024-04-26T19:01:06.800Z] #17 11.17 Setting up libpsl5:arm64 (0.21.2-1) ... [2024-04-26T19:01:06.800Z] #17 11.22 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... [2024-04-26T19:01:06.800Z] #17 11.35 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ... [2024-04-26T19:01:07.056Z] #17 11.48 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ... [2024-04-26T19:01:07.056Z] #17 11.65 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ... [2024-04-26T19:01:07.424Z] #17 ... [2024-04-26T19:01:07.424Z] [2024-04-26T19:01:07.424Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:9070cb6a424004bb46987bfee510666a362d6a332a6949b33b2b644a0e21d196 [2024-04-26T19:01:07.424Z] #14 extracting sha256:23b8d906665e891e84df027f96b3cec2b393d3c0f69c3bfc746f00540a62c352 done [2024-04-26T19:01:07.424Z] #14 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2024-04-26T19:01:07.424Z] #14 DONE 20.2s [2024-04-26T19:01:07.424Z] [2024-04-26T19:01:07.424Z] #17 [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 [2024-04-26T19:01:07.424Z] #17 11.71 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2024-04-26T19:01:07.424Z] #17 11.88 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2024-04-26T19:01:07.681Z] #17 12.09 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ... [2024-04-26T19:01:07.681Z] #17 12.22 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2024-04-26T19:01:07.979Z] #17 12.53 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... [2024-04-26T19:01:08.235Z] #17 ... [2024-04-26T19:01:08.235Z] [2024-04-26T19:01:08.235Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2 [2024-04-26T19:01:08.491Z] #24 ... [2024-04-26T19:01:08.491Z] [2024-04-26T19:01:08.491Z] #17 [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 [2024-04-26T19:01:08.491Z] #17 12.93 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ... [2024-04-26T19:01:08.491Z] #17 13.03 Setting up openssl (3.0.11-1~deb12u2) ... [2024-04-26T19:01:08.760Z] #17 13.22 Setting up libonig5:arm64 (6.9.8-1) ... [2024-04-26T19:01:09.016Z] #17 13.45 Setting up libjq1:arm64 (1.6-2.1) ... [2024-04-26T19:01:09.273Z] #17 13.48 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2024-04-26T19:01:09.273Z] #17 13.52 Setting up ca-certificates (20230311) ... [2024-04-26T19:01:09.273Z] #17 13.65 debconf: unable to initialize frontend: Dialog [2024-04-26T19:01:09.273Z] #17 13.65 debconf: (TERM is not set, so the dialog frontend is not usable.) [2024-04-26T19:01:09.273Z] #17 13.65 debconf: falling back to frontend: Readline [2024-04-26T19:01:09.273Z] #17 13.65 debconf: unable to initialize frontend: Readline [2024-04-26T19:01:09.273Z] #17 13.65 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2024-04-26T19:01:09.273Z] #17 13.65 debconf: falling back to frontend: Teletype [2024-04-26T19:01:09.529Z] #17 13.94 Updating certificates in /etc/ssl/certs... [2024-04-26T19:01:09.795Z] #17 14.35 140 added, 0 removed; done. [2024-04-26T19:01:10.051Z] #17 14.48 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ... [2024-04-26T19:01:10.307Z] #17 14.55 Setting up jq (1.6-2.1) ... [2024-04-26T19:01:10.307Z] #17 14.74 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ... [2024-04-26T19:01:10.307Z] #17 14.84 Setting up curl (7.88.1-10+deb12u5) ... [2024-04-26T19:01:10.307Z] #17 14.88 Processing triggers for libc-bin (2.36-9+deb12u6) ... [2024-04-26T19:01:10.563Z] #17 14.92 Processing triggers for ca-certificates (20230311) ... [2024-04-26T19:01:10.563Z] #17 14.93 Updating certificates in /etc/ssl/certs... [2024-04-26T19:01:10.819Z] #17 15.24 0 added, 0 removed; done. [2024-04-26T19:01:10.819Z] #17 15.24 Running hooks in /etc/ca-certificates/update.d... [2024-04-26T19:01:10.819Z] #17 15.24 done. [2024-04-26T19:01:25.660Z] #17 ... [2024-04-26T19:01:25.660Z] [2024-04-26T19:01:25.660Z] #25 [base 2/4] COPY --from=xx / / [2024-04-26T19:01:25.660Z] #25 DONE 0.1s [2024-04-26T19:01:25.660Z] [2024-04-26T19:01:25.660Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2 [2024-04-26T19:01:25.660Z] #24 DONE 26.7s [2024-04-26T19:01:25.660Z] [2024-04-26T19:01:25.660Z] #23 [build-dummy 2/2] RUN mkdir -p /build [2024-04-26T19:01:25.660Z] #23 DONE 29.3s [2024-04-26T19:01:25.660Z] [2024-04-26T19:01:25.660Z] #17 [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 [2024-04-26T19:01:25.660Z] #17 DONE 29.3s [2024-04-26T19:01:25.660Z] [2024-04-26T19:01:25.660Z] #26 [binary-dummy 1/1] COPY --from=build-dummy /build /build [2024-04-26T19:01:25.660Z] #26 DONE 0.0s [2024-04-26T19:01:25.660Z] [2024-04-26T19:01:25.660Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2024-04-26T19:01:25.660Z] #27 DONE 0.1s [2024-04-26T19:01:25.660Z] [2024-04-26T19:01:25.660Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2024-04-26T19:01:25.660Z] #28 ... [2024-04-26T19:01:25.660Z] [2024-04-26T19:01:25.660Z] #29 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2024-04-26T19:01:25.660Z] #29 DONE 0.3s [2024-04-26T19:01:25.660Z] [2024-04-26T19:01:25.660Z] #30 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file [2024-04-26T19:01:25.660Z] #30 0.587 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-26T19:01:25.916Z] #30 0.594 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-26T19:01:25.916Z] #30 0.594 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-26T19:01:25.916Z] #30 0.662 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-26T19:01:25.916Z] #30 0.724 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB] [2024-04-26T19:01:26.172Z] #30 0.777 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-26T19:01:26.734Z] #30 1.667 Fetched 9105 kB in 1s (6812 kB/s) [2024-04-26T19:01:27.296Z] #30 1.667 Reading package lists... [2024-04-26T19:01:28.115Z] #30 2.248 Reading package lists... [2024-04-26T19:01:28.371Z] #30 2.824 Building dependency tree... [2024-04-26T19:01:28.371Z] #30 2.969 Reading state information... [2024-04-26T19:01:28.371Z] #30 3.166 The following additional packages will be installed: [2024-04-26T19:01:28.371Z] #30 3.167 libmagic-mgc libmagic1 [2024-04-26T19:01:28.371Z] #30 3.193 The following NEW packages will be installed: [2024-04-26T19:01:28.371Z] #30 3.194 file libmagic-mgc libmagic1 [2024-04-26T19:01:28.631Z] #30 3.464 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2024-04-26T19:01:28.631Z] #30 3.464 Need to get 446 kB of archives. [2024-04-26T19:01:28.631Z] #30 3.464 After this operation, 8709 kB of additional disk space will be used. [2024-04-26T19:01:28.631Z] #30 3.464 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB] [2024-04-26T19:01:28.631Z] #30 3.471 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB] [2024-04-26T19:01:28.631Z] #30 3.473 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB] [2024-04-26T19:01:28.631Z] #30 3.603 debconf: delaying package configuration, since apt-utils is not installed [2024-04-26T19:01:28.887Z] #30 3.637 Fetched 446 kB in 0s (1645 kB/s) [2024-04-26T19:01:28.887Z] #30 3.656 Selecting previously unselected package libmagic-mgc. [2024-04-26T19:01:28.887Z] #30 3.656 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15625 files and directories currently installed.) [2024-04-26T19:01:28.887Z] #30 3.665 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ... [2024-04-26T19:01:28.887Z] #30 3.671 Unpacking libmagic-mgc (1:5.44-3) ... [2024-04-26T19:01:28.887Z] #30 3.751 Selecting previously unselected package libmagic1:arm64. [2024-04-26T19:01:28.887Z] #30 3.752 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ... [2024-04-26T19:01:28.887Z] #30 3.761 Unpacking libmagic1:arm64 (1:5.44-3) ... [2024-04-26T19:01:28.887Z] #30 3.798 Selecting previously unselected package file. [2024-04-26T19:01:28.887Z] #30 3.799 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ... [2024-04-26T19:01:28.887Z] #30 3.803 Unpacking file (1:5.44-3) ... [2024-04-26T19:01:28.887Z] #30 3.844 Setting up libmagic-mgc (1:5.44-3) ... [2024-04-26T19:01:28.887Z] #30 3.858 Setting up libmagic1:arm64 (1:5.44-3) ... [2024-04-26T19:01:29.143Z] #30 3.880 Setting up file (1:5.44-3) ... [2024-04-26T19:01:29.143Z] #30 3.893 Processing triggers for libc-bin (2.36-9+deb12u6) ... [2024-04-26T19:01:29.143Z] #30 DONE 4.0s [2024-04-26T19:01:29.143Z] [2024-04-26T19:01:29.143Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2024-04-26T19:01:29.143Z] #28 2.309 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2024-04-26T19:01:29.143Z] #28 2.885 #=#=# [2024-04-26T19:01:29.143Z] #28 3.156 #=#=# ### 4.2% ######################################################################## 100.0% [2024-04-26T19:01:29.143Z] #28 3.428 [2024-04-26T19:01:29.400Z] #28 ... [2024-04-26T19:01:29.400Z] [2024-04-26T19:01:29.400Z] #31 [tini-src 1/3] WORKDIR /usr/src/tini [2024-04-26T19:01:29.400Z] #31 DONE 0.1s [2024-04-26T19:01:29.400Z] [2024-04-26T19:01:29.400Z] #32 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2024-04-26T19:01:29.400Z] #32 DONE 0.1s [2024-04-26T19:01:29.400Z] [2024-04-26T19:01:29.400Z] #33 [containerd-src 1/3] WORKDIR /usr/src/containerd [2024-04-26T19:01:29.400Z] #33 DONE 0.2s [2024-04-26T19:01:29.400Z] [2024-04-26T19:01:29.400Z] #34 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc [2024-04-26T19:01:29.400Z] #34 DONE 0.2s [2024-04-26T19:01:29.400Z] [2024-04-26T19:01:29.400Z] #35 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit [2024-04-26T19:01:29.400Z] #35 DONE 0.3s [2024-04-26T19:01:29.400Z] [2024-04-26T19:01:29.400Z] #36 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" [2024-04-26T19:01:29.656Z] #36 ... [2024-04-26T19:01:29.656Z] [2024-04-26T19:01:29.656Z] #37 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini [2024-04-26T19:01:29.656Z] #37 DONE 0.3s [2024-04-26T19:01:29.656Z] [2024-04-26T19:01:29.656Z] #38 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd [2024-04-26T19:01:29.656Z] #38 DONE 0.3s [2024-04-26T19:01:29.656Z] [2024-04-26T19:01:29.656Z] #39 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli [2024-04-26T19:01:29.656Z] #39 DONE 0.3s [2024-04-26T19:01:29.656Z] [2024-04-26T19:01:29.656Z] #40 [delve-src 1/3] WORKDIR /usr/src/delve [2024-04-26T19:01:29.656Z] #40 DONE 0.3s [2024-04-26T19:01:29.656Z] [2024-04-26T19:01:29.656Z] #41 [runc-src 1/3] WORKDIR /usr/src/runc [2024-04-26T19:01:29.656Z] #41 DONE 0.4s [2024-04-26T19:01:29.656Z] [2024-04-26T19:01:29.656Z] #42 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit [2024-04-26T19:01:29.656Z] #42 DONE 0.4s [2024-04-26T19:01:29.656Z] [2024-04-26T19:01:29.656Z] #43 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2024-04-26T19:01:29.656Z] #43 DONE 0.4s [2024-04-26T19:01:29.656Z] [2024-04-26T19:01:29.656Z] #44 [registry-src 1/2] WORKDIR /usr/src/registry [2024-04-26T19:01:29.656Z] #44 DONE 0.5s [2024-04-26T19:01:29.656Z] [2024-04-26T19:01:29.656Z] #45 [swagger-src 1/3] WORKDIR /usr/src/swagger [2024-04-26T19:01:29.656Z] #45 DONE 0.5s [2024-04-26T19:01:29.656Z] [2024-04-26T19:01:29.656Z] #46 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" [2024-04-26T19:01:29.913Z] #46 ... [2024-04-26T19:01:29.913Z] [2024-04-26T19:01:29.913Z] #47 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" [2024-04-26T19:01:29.913Z] #47 0.603 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-26T19:01:29.913Z] #47 0.603 hint: is subject to change. To configure the initial branch name to use in all [2024-04-26T19:01:29.913Z] #47 0.603 hint: of your new repositories, which will suppress this warning, call: [2024-04-26T19:01:29.913Z] #47 0.603 hint: [2024-04-26T19:01:29.913Z] #47 0.603 hint: git config --global init.defaultBranch [2024-04-26T19:01:29.913Z] #47 0.603 hint: [2024-04-26T19:01:29.913Z] #47 0.603 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-26T19:01:29.913Z] #47 0.603 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-26T19:01:29.913Z] #47 0.603 hint: [2024-04-26T19:01:29.913Z] #47 0.603 hint: git branch -m [2024-04-26T19:01:29.913Z] #47 0.605 Initialized empty Git repository in /usr/src/tini/.git/ [2024-04-26T19:01:29.913Z] #47 DONE 0.7s [2024-04-26T19:01:30.170Z] [2024-04-26T19:01:30.170Z] #36 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" [2024-04-26T19:01:30.170Z] #36 0.603 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-26T19:01:30.170Z] #36 0.603 hint: is subject to change. To configure the initial branch name to use in all [2024-04-26T19:01:30.170Z] #36 0.603 hint: of your new repositories, which will suppress this warning, call: [2024-04-26T19:01:30.170Z] #36 0.603 hint: [2024-04-26T19:01:30.170Z] #36 0.603 hint: git config --global init.defaultBranch [2024-04-26T19:01:30.170Z] #36 0.603 hint: [2024-04-26T19:01:30.170Z] #36 0.603 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-26T19:01:30.170Z] #36 0.603 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-26T19:01:30.170Z] #36 0.603 hint: [2024-04-26T19:01:30.170Z] #36 0.603 hint: git branch -m [2024-04-26T19:01:30.170Z] #36 0.604 Initialized empty Git repository in /usr/src/containerd/.git/ [2024-04-26T19:01:30.170Z] #36 DONE 0.8s [2024-04-26T19:01:30.170Z] [2024-04-26T19:01:30.170Z] #48 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-04-26T19:01:30.426Z] #48 ... [2024-04-26T19:01:30.426Z] [2024-04-26T19:01:30.426Z] #49 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" [2024-04-26T19:01:30.426Z] #49 0.788 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-26T19:01:30.426Z] #49 0.788 hint: is subject to change. To configure the initial branch name to use in all [2024-04-26T19:01:30.426Z] #49 0.788 hint: of your new repositories, which will suppress this warning, call: [2024-04-26T19:01:30.426Z] #49 0.788 hint: [2024-04-26T19:01:30.426Z] #49 0.788 hint: git config --global init.defaultBranch [2024-04-26T19:01:30.426Z] #49 0.788 hint: [2024-04-26T19:01:30.426Z] #49 0.788 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-26T19:01:30.426Z] #49 0.788 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-26T19:01:30.426Z] #49 0.788 hint: [2024-04-26T19:01:30.426Z] #49 0.788 hint: git branch -m [2024-04-26T19:01:30.426Z] #49 0.789 Initialized empty Git repository in /usr/src/delve/.git/ [2024-04-26T19:01:30.426Z] #49 DONE 0.8s [2024-04-26T19:01:30.426Z] [2024-04-26T19:01:30.426Z] #50 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" [2024-04-26T19:01:30.426Z] #50 0.900 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-26T19:01:30.426Z] #50 0.900 hint: is subject to change. To configure the initial branch name to use in all [2024-04-26T19:01:30.426Z] #50 0.900 hint: of your new repositories, which will suppress this warning, call: [2024-04-26T19:01:30.426Z] #50 0.900 hint: [2024-04-26T19:01:30.426Z] #50 0.900 hint: git config --global init.defaultBranch [2024-04-26T19:01:30.426Z] #50 0.900 hint: [2024-04-26T19:01:30.426Z] #50 0.900 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-26T19:01:30.426Z] #50 0.900 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-26T19:01:30.426Z] #50 0.900 hint: [2024-04-26T19:01:30.426Z] #50 0.900 hint: git branch -m [2024-04-26T19:01:30.426Z] #50 0.908 Initialized empty Git repository in /usr/src/rootlesskit/.git/ [2024-04-26T19:01:30.426Z] #50 DONE 0.9s [2024-04-26T19:01:30.682Z] [2024-04-26T19:01:30.682Z] #51 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-04-26T19:01:30.939Z] #51 ... [2024-04-26T19:01:30.939Z] [2024-04-26T19:01:30.939Z] #52 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git" [2024-04-26T19:01:30.939Z] #52 1.057 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-26T19:01:30.939Z] #52 1.057 hint: is subject to change. To configure the initial branch name to use in all [2024-04-26T19:01:30.939Z] #52 1.057 hint: of your new repositories, which will suppress this warning, call: [2024-04-26T19:01:30.939Z] #52 1.057 hint: [2024-04-26T19:01:30.939Z] #52 1.057 hint: git config --global init.defaultBranch [2024-04-26T19:01:30.939Z] #52 1.057 hint: [2024-04-26T19:01:30.939Z] #52 1.057 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-26T19:01:30.939Z] #52 1.057 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-26T19:01:30.939Z] #52 1.057 hint: [2024-04-26T19:01:30.939Z] #52 1.057 hint: git branch -m [2024-04-26T19:01:30.939Z] #52 1.058 Initialized empty Git repository in /usr/src/runc/.git/ [2024-04-26T19:01:30.939Z] #52 DONE 1.1s [2024-04-26T19:01:30.939Z] [2024-04-26T19:01:30.939Z] #53 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-04-26T19:01:32.305Z] #53 ... [2024-04-26T19:01:32.305Z] [2024-04-26T19:01:32.305Z] #46 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" [2024-04-26T19:01:32.305Z] #46 2.056 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-26T19:01:32.305Z] #46 2.056 hint: is subject to change. To configure the initial branch name to use in all [2024-04-26T19:01:32.305Z] #46 2.056 hint: of your new repositories, which will suppress this warning, call: [2024-04-26T19:01:32.305Z] #46 2.056 hint: [2024-04-26T19:01:32.305Z] #46 2.056 hint: git config --global init.defaultBranch [2024-04-26T19:01:32.305Z] #46 2.056 hint: [2024-04-26T19:01:32.305Z] #46 2.056 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-26T19:01:32.305Z] #46 2.056 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-26T19:01:32.305Z] #46 2.056 hint: [2024-04-26T19:01:32.305Z] #46 2.056 hint: git branch -m [2024-04-26T19:01:32.305Z] #46 2.059 Initialized empty Git repository in /usr/src/registry/.git/ [2024-04-26T19:01:32.305Z] #46 DONE 2.5s [2024-04-26T19:01:32.305Z] [2024-04-26T19:01:32.305Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2024-04-26T19:01:32.305Z] #28 5.473 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2024-04-26T19:01:32.305Z] #28 6.184 #=#=# [2024-04-26T19:01:32.305Z] #28 6.457 #=#=# # 1.6% ######################################################################## 100.0% [2024-04-26T19:01:32.305Z] #28 6.810 [2024-04-26T19:01:34.200Z] #28 8.961 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)... [2024-04-26T19:01:34.763Z] #28 9.756 #=#=# [2024-04-26T19:01:35.020Z] [2024-04-26T19:01:35.020Z] #28 ... [2024-04-26T19:01:35.020Z] [2024-04-26T19:01:35.020Z] #54 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git" [2024-04-26T19:01:35.020Z] #54 2.348 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-26T19:01:35.020Z] #54 2.348 hint: is subject to change. To configure the initial branch name to use in all [2024-04-26T19:01:35.020Z] #54 2.348 hint: of your new repositories, which will suppress this warning, call: [2024-04-26T19:01:35.020Z] #54 2.348 hint: [2024-04-26T19:01:35.020Z] #54 2.348 hint: git config --global init.defaultBranch [2024-04-26T19:01:35.020Z] #54 2.348 hint: [2024-04-26T19:01:35.020Z] #54 2.348 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-26T19:01:35.020Z] #54 2.348 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-26T19:01:35.020Z] #54 2.348 hint: [2024-04-26T19:01:35.020Z] #54 2.348 hint: git branch -m [2024-04-26T19:01:35.020Z] #54 2.351 Initialized empty Git repository in /usr/src/swagger/.git/ [2024-04-26T19:01:35.020Z] #54 DONE 5.1s [2024-04-26T19:01:35.020Z] [2024-04-26T19:01:35.020Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2024-04-26T19:01:35.279Z] #28 10.05 #=#=# ## 3.4% ########################## 37.4% ######################################################### 80.3% ######################################################################## 100.0% [2024-04-26T19:01:35.904Z] #28 10.79 [2024-04-26T19:01:39.287Z] #28 13.81 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2024-04-26T19:01:39.287Z] #28 ... [2024-04-26T19:01:39.287Z] [2024-04-26T19:01:39.287Z] #55 [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 [2024-04-26T19:01:39.287Z] #55 2.260 go: downloading gotest.tools/gotestsum v1.8.2 [2024-04-26T19:01:39.287Z] #55 3.082 go: downloading golang.org/x/tools v0.1.11 [2024-04-26T19:01:39.287Z] #55 3.090 go: downloading github.com/fatih/color v1.13.0 [2024-04-26T19:01:39.287Z] #55 3.090 go: downloading github.com/dnephin/pflag v1.0.7 [2024-04-26T19:01:39.287Z] #55 3.100 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2024-04-26T19:01:39.287Z] #55 3.100 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2024-04-26T19:01:39.287Z] #55 3.106 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2024-04-26T19:01:39.287Z] #55 3.139 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2024-04-26T19:01:39.287Z] #55 3.139 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2024-04-26T19:01:39.287Z] #55 3.171 go: downloading github.com/mattn/go-colorable v0.1.12 [2024-04-26T19:01:39.287Z] #55 3.171 go: downloading github.com/mattn/go-isatty v0.0.14 [2024-04-26T19:01:39.287Z] #55 4.375 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2024-04-26T19:01:39.287Z] #55 ... [2024-04-26T19:01:39.287Z] [2024-04-26T19:01:39.287Z] #56 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2" && /build/golangci-lint --version [2024-04-26T19:01:39.287Z] #56 2.324 go: downloading github.com/golangci/golangci-lint v1.55.2 [2024-04-26T19:01:39.287Z] #56 3.019 go: downloading github.com/fatih/color v1.15.0 [2024-04-26T19:01:39.287Z] #56 3.019 go: downloading github.com/gofrs/flock v0.8.1 [2024-04-26T19:01:39.287Z] #56 3.019 go: downloading github.com/spf13/cobra v1.7.0 [2024-04-26T19:01:39.287Z] #56 3.019 go: downloading github.com/spf13/pflag v1.0.5 [2024-04-26T19:01:39.287Z] #56 3.021 go: downloading github.com/spf13/viper v1.12.0 [2024-04-26T19:01:39.287Z] #56 3.021 go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-04-26T19:01:39.287Z] #56 3.084 go: downloading golang.org/x/tools v0.14.0 [2024-04-26T19:01:39.287Z] #56 3.087 go: downloading github.com/hashicorp/go-version v1.6.0 [2024-04-26T19:01:39.287Z] #56 3.088 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2024-04-26T19:01:39.287Z] #56 3.088 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2024-04-26T19:01:39.287Z] #56 3.160 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2024-04-26T19:01:39.287Z] #56 3.164 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea [2024-04-26T19:01:39.287Z] #56 3.165 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-04-26T19:01:39.287Z] #56 3.180 go: downloading github.com/mattn/go-colorable v0.1.13 [2024-04-26T19:01:39.287Z] #56 3.181 go: downloading github.com/sirupsen/logrus v1.9.3 [2024-04-26T19:01:39.287Z] #56 3.188 go: downloading github.com/stretchr/testify v1.8.4 [2024-04-26T19:01:39.287Z] #56 3.300 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2 [2024-04-26T19:01:39.287Z] #56 3.452 go: downloading github.com/mattn/go-isatty v0.0.17 [2024-04-26T19:01:39.287Z] #56 3.726 go: downloading github.com/spf13/afero v1.8.2 [2024-04-26T19:01:39.287Z] #56 3.885 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2024-04-26T19:01:39.287Z] #56 3.885 go: downloading github.com/spf13/cast v1.5.0 [2024-04-26T19:01:39.287Z] #56 3.958 go: downloading github.com/golangci/revgrep v0.5.2 [2024-04-26T19:01:39.287Z] #56 4.059 go: downloading golang.org/x/mod v0.13.0 [2024-04-26T19:01:39.287Z] #56 4.060 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1 [2024-04-26T19:01:39.287Z] #56 4.081 go: downloading 4d63.com/gochecknoglobals v0.2.1 [2024-04-26T19:01:39.287Z] #56 4.228 go: downloading github.com/4meepo/tagalign v1.3.3 [2024-04-26T19:01:39.287Z] #56 4.248 go: downloading github.com/Abirdcfly/dupword v0.0.13 [2024-04-26T19:01:39.287Z] #56 4.283 go: downloading github.com/Antonboom/errname v0.1.12 [2024-04-26T19:01:39.287Z] #56 4.283 go: downloading github.com/Antonboom/nilnil v0.1.7 [2024-04-26T19:01:39.287Z] #56 4.284 go: downloading github.com/BurntSushi/toml v1.3.2 [2024-04-26T19:01:39.287Z] #56 4.284 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2024-04-26T19:01:39.287Z] #56 4.359 go: downloading github.com/Antonboom/testifylint v0.2.3 [2024-04-26T19:01:39.287Z] #56 4.376 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0 [2024-04-26T19:01:39.287Z] #56 4.383 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0 [2024-04-26T19:01:39.287Z] #56 4.452 go: downloading github.com/alecthomas/go-check-sumtype v0.1.3 [2024-04-26T19:01:39.287Z] #56 4.562 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2 [2024-04-26T19:01:39.287Z] #56 4.562 go: downloading github.com/alexkohler/prealloc v1.0.0 [2024-04-26T19:01:39.287Z] #56 4.569 go: downloading github.com/alingse/asasalint v0.0.11 [2024-04-26T19:01:39.287Z] #56 4.582 go: downloading github.com/ashanbrown/forbidigo v1.6.0 [2024-04-26T19:01:39.287Z] #56 4.601 go: downloading github.com/ashanbrown/makezero v1.1.1 [2024-04-26T19:01:39.287Z] #56 4.616 go: downloading github.com/bkielbasa/cyclop v1.2.1 [2024-04-26T19:01:39.287Z] #56 4.689 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2024-04-26T19:01:39.287Z] #56 4.689 go: downloading github.com/bombsimon/wsl/v3 v3.4.0 [2024-04-26T19:01:39.287Z] #56 4.690 go: downloading github.com/breml/bidichk v0.2.7 [2024-04-26T19:01:39.287Z] #56 4.720 go: downloading github.com/breml/errchkjson v0.3.6 [2024-04-26T19:01:39.287Z] #56 4.726 go: downloading github.com/butuzov/mirror v1.1.0 [2024-04-26T19:01:39.287Z] #56 4.726 go: downloading github.com/butuzov/ireturn v0.2.2 [2024-04-26T19:01:39.287Z] #56 5.025 go: downloading github.com/catenacyber/perfsprint v0.2.0 [2024-04-26T19:01:39.287Z] #56 5.028 go: downloading github.com/charithe/durationcheck v0.0.10 [2024-04-26T19:01:39.287Z] #56 5.066 go: downloading github.com/curioswitch/go-reassign v0.2.0 [2024-04-26T19:01:39.287Z] #56 5.088 go: downloading github.com/daixiang0/gci v0.11.2 [2024-04-26T19:01:39.287Z] #56 5.141 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2024-04-26T19:01:39.287Z] #56 5.151 go: downloading github.com/esimonov/ifshort v1.0.4 [2024-04-26T19:01:39.287Z] #56 5.221 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2024-04-26T19:01:39.287Z] #56 5.224 go: downloading github.com/fzipp/gocyclo v0.6.0 [2024-04-26T19:01:39.287Z] #56 5.255 go: downloading github.com/ghostiam/protogetter v0.2.3 [2024-04-26T19:01:39.288Z] #56 5.255 go: downloading github.com/go-critic/go-critic v0.9.0 [2024-04-26T19:01:39.288Z] #56 5.255 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2024-04-26T19:01:39.288Z] #56 5.301 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2024-04-26T19:01:39.288Z] #56 5.397 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2024-04-26T19:01:39.288Z] #56 5.398 go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e [2024-04-26T19:01:39.288Z] #56 5.476 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2024-04-26T19:01:39.288Z] #56 5.476 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2024-04-26T19:01:39.288Z] #56 5.480 go: downloading github.com/golangci/misspell v0.4.1 [2024-04-26T19:01:39.288Z] #56 5.542 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2024-04-26T19:01:39.288Z] #56 5.542 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601 [2024-04-26T19:01:39.288Z] #56 5.542 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2024-04-26T19:01:39.288Z] #56 5.542 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2024-04-26T19:01:39.288Z] #56 5.621 go: downloading github.com/hexops/gotextdiff v1.0.3 [2024-04-26T19:01:39.288Z] #56 5.626 go: downloading github.com/jgautheron/goconst v1.6.0 [2024-04-26T19:01:39.288Z] #56 5.648 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2024-04-26T19:01:39.288Z] #56 5.648 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2024-04-26T19:01:39.288Z] #56 5.650 go: downloading github.com/julz/importas v0.1.0 [2024-04-26T19:01:39.288Z] #56 5.650 go: downloading github.com/kisielk/errcheck v1.6.3 [2024-04-26T19:01:39.288Z] #56 5.739 go: downloading github.com/kkHAIKE/contextcheck v1.1.4 [2024-04-26T19:01:39.288Z] #56 5.755 go: downloading github.com/kulti/thelper v0.6.3 [2024-04-26T19:01:39.288Z] #56 5.777 go: downloading github.com/kunwardeep/paralleltest v1.0.8 [2024-04-26T19:01:39.288Z] #56 5.784 go: downloading github.com/kyoh86/exportloopref v0.1.11 [2024-04-26T19:01:39.288Z] #56 5.863 go: downloading github.com/ldez/tagliatelle v0.5.0 [2024-04-26T19:01:39.288Z] #56 5.863 go: downloading github.com/leonklingele/grouper v1.1.1 [2024-04-26T19:01:39.288Z] #56 5.863 go: downloading github.com/lufeee/execinquery v1.2.1 [2024-04-26T19:01:39.288Z] #56 5.863 go: downloading github.com/macabu/inamedparam v0.1.2 [2024-04-26T19:01:39.288Z] #56 5.905 go: downloading github.com/maratori/testableexamples v1.0.0 [2024-04-26T19:01:39.288Z] #56 5.970 go: downloading github.com/maratori/testpackage v1.1.1 [2024-04-26T19:01:39.288Z] #56 5.985 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 [2024-04-26T19:01:39.288Z] #56 6.027 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2024-04-26T19:01:39.288Z] #56 6.048 go: downloading github.com/mgechev/revive v1.3.4 [2024-04-26T19:01:39.288Z] #56 6.050 go: downloading github.com/moricho/tparallel v0.3.1 [2024-04-26T19:01:39.288Z] #56 6.129 go: downloading github.com/nakabonne/nestif v0.3.1 [2024-04-26T19:01:39.288Z] #56 6.129 go: downloading github.com/nishanths/exhaustive v0.11.0 [2024-04-26T19:01:39.288Z] #56 6.129 go: downloading github.com/nishanths/predeclared v0.2.2 [2024-04-26T19:01:39.288Z] #56 6.194 go: downloading github.com/nunnatsa/ginkgolinter v0.14.1 [2024-04-26T19:01:39.288Z] #56 6.217 go: downloading github.com/polyfloyd/go-errorlint v1.4.5 [2024-04-26T19:01:39.288Z] #56 6.318 go: downloading github.com/ryancurrah/gomodguard v1.3.0 [2024-04-26T19:01:39.288Z] #56 6.324 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1 [2024-04-26T19:01:39.288Z] #56 6.386 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7 [2024-04-26T19:01:39.288Z] #56 6.408 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2024-04-26T19:01:39.288Z] #56 6.446 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0 [2024-04-26T19:01:39.288Z] #56 6.447 go: downloading github.com/securego/gosec/v2 v2.18.2 [2024-04-26T19:01:39.288Z] #56 6.531 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2024-04-26T19:01:39.288Z] #56 6.531 go: downloading github.com/sivchari/containedctx v1.0.3 [2024-04-26T19:01:39.288Z] #56 6.531 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2024-04-26T19:01:39.288Z] #56 6.536 go: downloading github.com/sivchari/tenv v1.7.1 [2024-04-26T19:01:39.288Z] #56 6.638 go: downloading github.com/sonatard/noctx v0.0.2 [2024-04-26T19:01:39.288Z] #56 6.670 go: downloading github.com/sourcegraph/go-diff v0.7.0 [2024-04-26T19:01:39.288Z] #56 6.670 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2024-04-26T19:01:39.288Z] #56 6.670 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2024-04-26T19:01:39.288Z] #56 6.670 go: downloading github.com/tdakkota/asciicheck v0.2.0 [2024-04-26T19:01:39.288Z] #56 6.742 go: downloading github.com/tetafro/godot v1.4.15 [2024-04-26T19:01:39.288Z] #56 6.743 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 [2024-04-26T19:01:39.288Z] #56 6.759 go: downloading github.com/timonwong/loggercheck v0.9.4 [2024-04-26T19:01:39.288Z] #56 6.813 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1 [2024-04-26T19:01:39.288Z] #56 6.816 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1 [2024-04-26T19:01:39.288Z] #56 6.862 go: downloading github.com/ultraware/funlen v0.1.0 [2024-04-26T19:01:39.288Z] #56 6.863 go: downloading github.com/ultraware/whitespace v0.0.5 [2024-04-26T19:01:39.288Z] #56 6.893 go: downloading github.com/uudashr/gocognit v1.1.2 [2024-04-26T19:01:39.288Z] #56 6.896 go: downloading github.com/xen0n/gosmopolitan v1.2.2 [2024-04-26T19:01:39.288Z] #56 6.915 go: downloading github.com/yagipy/maintidx v1.0.0 [2024-04-26T19:01:39.288Z] #56 6.978 go: downloading github.com/yeya24/promlinter v0.2.0 [2024-04-26T19:01:39.288Z] #56 6.984 go: downloading github.com/ykadowak/zerologlint v0.1.3 [2024-04-26T19:01:39.288Z] #56 7.020 go: downloading gitlab.com/bosi/decorder v0.4.1 [2024-04-26T19:01:39.288Z] #56 7.021 go: downloading go-simpler.org/sloglint v0.1.2 [2024-04-26T19:01:39.288Z] #56 7.049 go: downloading go.tmz.dev/musttag v0.7.2 [2024-04-26T19:01:39.288Z] #56 7.051 go: downloading honnef.co/go/tools v0.4.6 [2024-04-26T19:01:39.288Z] #56 7.482 go: downloading mvdan.cc/gofumpt v0.5.0 [2024-04-26T19:01:39.288Z] #56 7.482 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2024-04-26T19:01:39.288Z] #56 7.482 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d [2024-04-26T19:01:39.288Z] #56 7.482 go: downloading github.com/hashicorp/errwrap v1.0.0 [2024-04-26T19:01:39.288Z] #56 7.482 go: downloading golang.org/x/sys v0.13.0 [2024-04-26T19:01:39.288Z] #56 7.488 go: downloading github.com/davecgh/go-spew v1.1.1 [2024-04-26T19:01:39.288Z] #56 7.488 go: downloading github.com/pmezard/go-difflib v1.0.0 [2024-04-26T19:01:39.288Z] #56 7.488 go: downloading github.com/stretchr/objx v0.5.0 [2024-04-26T19:01:39.288Z] #56 7.560 go: downloading github.com/subosito/gotenv v1.4.1 [2024-04-26T19:01:39.288Z] #56 7.592 go: downloading github.com/hashicorp/hcl v1.0.0 [2024-04-26T19:01:39.288Z] #56 7.648 go: downloading gopkg.in/ini.v1 v1.67.0 [2024-04-26T19:01:39.288Z] #56 7.650 go: downloading github.com/magiconair/properties v1.8.6 [2024-04-26T19:01:39.288Z] #56 7.760 go: downloading github.com/pelletier/go-toml/v2 v2.0.5 [2024-04-26T19:01:39.288Z] #56 7.811 go: downloading golang.org/x/text v0.13.0 [2024-04-26T19:01:39.288Z] #56 7.872 go: downloading github.com/fatih/structtag v1.2.0 [2024-04-26T19:01:39.288Z] #56 7.912 go: downloading github.com/gobwas/glob v0.2.3 [2024-04-26T19:01:39.288Z] #56 8.002 go: downloading github.com/pelletier/go-toml v1.9.5 [2024-04-26T19:01:39.288Z] #56 8.032 go: downloading github.com/google/go-cmp v0.6.0 [2024-04-26T19:01:39.288Z] #56 8.033 go: downloading gopkg.in/yaml.v2 v2.4.0 [2024-04-26T19:01:39.288Z] #56 8.168 go: downloading golang.org/x/sync v0.4.0 [2024-04-26T19:01:39.288Z] #56 8.169 go: downloading go.uber.org/zap v1.24.0 [2024-04-26T19:01:39.288Z] #56 8.291 go: downloading github.com/go-toolsmith/astcast v1.1.0 [2024-04-26T19:01:39.288Z] #56 8.292 go: downloading github.com/go-toolsmith/astcopy v1.1.0 [2024-04-26T19:01:39.288Z] #56 8.349 go: downloading github.com/go-toolsmith/astequal v1.1.0 [2024-04-26T19:01:39.288Z] #56 8.352 go: downloading github.com/go-toolsmith/astfmt v1.1.0 [2024-04-26T19:01:39.288Z] #56 8.468 go: downloading github.com/go-toolsmith/astp v1.1.0 [2024-04-26T19:01:39.288Z] #56 8.493 go: downloading github.com/go-toolsmith/strparse v1.1.0 [2024-04-26T19:01:39.288Z] #56 8.494 go: downloading github.com/go-toolsmith/typep v1.1.0 [2024-04-26T19:01:39.288Z] #56 8.530 go: downloading github.com/quasilyte/go-ruleguard v0.4.0 [2024-04-26T19:01:39.288Z] #56 8.545 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 [2024-04-26T19:01:39.288Z] #56 8.605 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2024-04-26T19:01:39.288Z] #56 8.676 go: downloading github.com/kisielk/gotool v1.0.0 [2024-04-26T19:01:39.288Z] #56 8.732 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2024-04-26T19:01:39.288Z] #56 8.800 go: downloading github.com/ettle/strcase v0.1.1 [2024-04-26T19:01:39.288Z] #56 8.800 go: downloading github.com/Masterminds/semver v1.5.0 [2024-04-26T19:01:39.288Z] #56 8.863 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1 [2024-04-26T19:01:39.288Z] #56 8.887 go: downloading github.com/prometheus/client_golang v1.12.1 [2024-04-26T19:01:39.288Z] #56 8.995 go: downloading github.com/prometheus/client_model v0.2.0 [2024-04-26T19:01:39.288Z] #56 9.156 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 [2024-04-26T19:01:39.288Z] #56 9.209 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2024-04-26T19:01:39.288Z] #56 9.229 go: downloading go.uber.org/atomic v1.7.0 [2024-04-26T19:01:39.288Z] #56 9.237 go: downloading go.uber.org/multierr v1.6.0 [2024-04-26T19:01:39.288Z] #56 9.312 go: downloading github.com/chavacava/garif v0.1.0 [2024-04-26T19:01:39.288Z] #56 9.385 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2024-04-26T19:01:39.288Z] #56 9.446 go: downloading github.com/quasilyte/gogrep v0.5.0 [2024-04-26T19:01:39.288Z] #56 9.469 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2024-04-26T19:01:39.288Z] #56 9.485 go: downloading github.com/golang/protobuf v1.5.2 [2024-04-26T19:01:39.288Z] #56 9.516 go: downloading github.com/prometheus/common v0.32.1 [2024-04-26T19:01:39.288Z] #56 9.736 go: downloading github.com/beorn7/perks v1.0.1 [2024-04-26T19:01:39.288Z] #56 9.790 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2024-04-26T19:01:39.288Z] #56 9.791 go: downloading github.com/prometheus/procfs v0.7.3 [2024-04-26T19:01:39.288Z] #56 9.791 go: downloading google.golang.org/protobuf v1.28.0 [2024-04-26T19:01:39.621Z] #56 ... [2024-04-26T19:01:39.621Z] [2024-04-26T19:01:39.621Z] #57 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 rm -f ./.git/*.lock && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build && /build/docker --version [2024-04-26T19:01:39.621Z] #57 ... [2024-04-26T19:01:39.621Z] [2024-04-26T19:01:39.621Z] #58 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libc6-dev pkg-config [2024-04-26T19:01:39.621Z] #58 6.050 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-26T19:01:39.621Z] #58 6.066 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-26T19:01:39.621Z] #58 6.077 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-26T19:01:39.621Z] #58 6.317 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-26T19:01:39.621Z] #58 6.833 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB] [2024-04-26T19:01:39.621Z] #58 6.833 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-26T19:01:39.621Z] #58 8.801 Fetched 9105 kB in 3s (3039 kB/s) [2024-04-26T19:01:39.621Z] #58 8.801 Reading package lists... [2024-04-26T19:01:39.878Z] #58 ... [2024-04-26T19:01:39.878Z] [2024-04-26T19:01:39.878Z] #59 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 rm -f ./.git/*.lock && /download-or-build-cli.sh v26.1.0 https://github.com/docker/cli.git /build && /build/docker --version [2024-04-26T19:01:39.878Z] #59 8.767 Docker version 26.1.0, build 9714adc [2024-04-26T19:01:39.878Z] #59 ... [2024-04-26T19:01:39.878Z] [2024-04-26T19:01:39.878Z] #60 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2024-04-26T19:01:39.878Z] #60 1.955 go: downloading github.com/pelletier/go-toml v1.8.1 [2024-04-26T19:01:39.878Z] #60 ... [2024-04-26T19:01:39.878Z] [2024-04-26T19:01:39.878Z] #61 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config [2024-04-26T19:01:39.878Z] #61 3.630 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-26T19:01:39.878Z] #61 3.703 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-26T19:01:39.878Z] #61 3.794 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-26T19:01:39.878Z] #61 3.801 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-26T19:01:39.878Z] #61 4.105 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB] [2024-04-26T19:01:39.878Z] #61 4.118 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-26T19:01:39.878Z] #61 5.369 Fetched 9105 kB in 2s (4208 kB/s) [2024-04-26T19:01:39.878Z] #61 5.369 Reading package lists... [2024-04-26T19:01:39.878Z] #61 6.740 Hit:1 http://deb.debian.org/debian bookworm InRelease [2024-04-26T19:01:39.878Z] #61 6.740 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease [2024-04-26T19:01:39.878Z] #61 6.740 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease [2024-04-26T19:01:39.878Z] #61 7.293 Reading package lists... [2024-04-26T19:01:39.878Z] #61 8.146 + apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config [2024-04-26T19:01:39.878Z] #61 8.176 Reading package lists... [2024-04-26T19:01:39.878Z] #61 9.257 Building dependency tree... [2024-04-26T19:01:39.878Z] #61 9.837 gcc is already the newest version (4:12.2.0-3). [2024-04-26T19:01:39.878Z] #61 9.837 libc6-dev is already the newest version (2.36-9+deb12u6). [2024-04-26T19:01:39.878Z] #61 9.837 pkg-config is already the newest version (1.8.1-1). [2024-04-26T19:01:39.878Z] #61 9.837 The following additional packages will be installed: [2024-04-26T19:01:39.878Z] #61 9.839 bzip2 libdpkg-perl patch xz-utils [2024-04-26T19:01:39.878Z] #61 9.842 Suggested packages: [2024-04-26T19:01:39.878Z] #61 9.842 bzip2-doc debian-keyring bzr seccomp ed diffutils-doc [2024-04-26T19:01:39.878Z] #61 9.842 Recommended packages: [2024-04-26T19:01:39.878Z] #61 9.842 build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl [2024-04-26T19:01:39.878Z] #61 9.842 liblocale-gettext-perl [2024-04-26T19:01:39.878Z] #61 9.953 The following NEW packages will be installed: [2024-04-26T19:01:39.878Z] #61 9.954 bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils [2024-04-26T19:01:39.878Z] #61 10.33 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. [2024-04-26T19:01:39.878Z] #61 10.33 Need to get 2683 kB of archives. [2024-04-26T19:01:39.878Z] #61 10.33 After this operation, 6010 kB of additional disk space will be used. [2024-04-26T19:01:39.878Z] #61 10.33 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB] [2024-04-26T19:01:39.878Z] #61 10.38 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB] [2024-04-26T19:01:39.878Z] #61 10.40 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB] [2024-04-26T19:01:39.878Z] #61 10.42 Get:4 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2024-04-26T19:01:39.878Z] #61 10.44 Get:5 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB] [2024-04-26T19:01:39.878Z] #61 10.52 Get:6 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB] [2024-04-26T19:01:40.135Z] #61 ... [2024-04-26T19:01:40.135Z] [2024-04-26T19:01:40.135Z] #62 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config [2024-04-26T19:01:40.135Z] #62 4.148 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-26T19:01:40.135Z] #62 4.261 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-26T19:01:40.135Z] #62 4.275 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-26T19:01:40.135Z] #62 4.356 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-26T19:01:40.135Z] #62 5.189 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB] [2024-04-26T19:01:40.135Z] #62 5.195 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-26T19:01:40.135Z] #62 6.701 Fetched 9105 kB in 3s (3232 kB/s) [2024-04-26T19:01:40.135Z] #62 6.701 Reading package lists... [2024-04-26T19:01:40.135Z] #62 8.131 Hit:1 http://deb.debian.org/debian bookworm InRelease [2024-04-26T19:01:40.135Z] #62 8.131 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease [2024-04-26T19:01:40.135Z] #62 8.131 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease [2024-04-26T19:01:40.135Z] #62 8.875 Reading package lists... [2024-04-26T19:01:40.135Z] #62 9.921 + apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config [2024-04-26T19:01:40.135Z] #62 9.948 Reading package lists... [2024-04-26T19:01:40.135Z] #62 ... [2024-04-26T19:01:40.135Z] [2024-04-26T19:01:40.135Z] #63 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.1" && /build/go-winres --help [2024-04-26T19:01:40.135Z] #63 2.435 go: downloading github.com/tc-hib/go-winres v0.3.1 [2024-04-26T19:01:40.135Z] #63 3.176 go: downloading github.com/tc-hib/winres v0.1.6 [2024-04-26T19:01:40.135Z] #63 3.176 go: downloading github.com/urfave/cli/v2 v2.3.0 [2024-04-26T19:01:40.135Z] #63 3.512 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2024-04-26T19:01:40.135Z] #63 3.512 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2024-04-26T19:01:40.135Z] #63 3.512 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2024-04-26T19:01:40.135Z] #63 3.618 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2024-04-26T19:01:40.135Z] #63 ... [2024-04-26T19:01:40.135Z] [2024-04-26T19:01:40.135Z] #64 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.15" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-04-26T19:01:40.444Z] #64 ... [2024-04-26T19:01:40.444Z] [2024-04-26T19:01:40.444Z] #65 [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 ; [2024-04-26T19:01:40.444Z] #65 3.118 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-26T19:01:40.444Z] #65 3.171 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-26T19:01:40.444Z] #65 3.171 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-26T19:01:40.444Z] #65 3.289 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-26T19:01:40.444Z] #65 4.124 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB] [2024-04-26T19:01:40.444Z] #65 4.126 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-26T19:01:40.444Z] #65 5.408 Fetched 9105 kB in 3s (3406 kB/s) [2024-04-26T19:01:40.444Z] #65 5.408 Reading package lists... [2024-04-26T19:01:40.444Z] #65 6.276 Reading package lists... [2024-04-26T19:01:40.444Z] #65 7.083 Building dependency tree... [2024-04-26T19:01:40.444Z] #65 7.705 python3 is already the newest version (3.11.2-1+b1). [2024-04-26T19:01:40.444Z] #65 7.705 The following additional packages will be installed: [2024-04-26T19:01:40.444Z] #65 7.708 autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch [2024-04-26T19:01:40.444Z] #65 7.708 xz-utils [2024-04-26T19:01:40.444Z] #65 7.711 Suggested packages: [2024-04-26T19:01:40.444Z] #65 7.711 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2024-04-26T19:01:40.444Z] #65 7.711 manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2024-04-26T19:01:40.444Z] #65 7.711 m4-doc ed diffutils-doc [2024-04-26T19:01:40.444Z] #65 7.711 Recommended packages: [2024-04-26T19:01:40.444Z] #65 7.711 fakeroot libalgorithm-merge-perl libfile-fcntllock-perl [2024-04-26T19:01:40.444Z] #65 7.711 liblocale-gettext-perl libltdl-dev [2024-04-26T19:01:40.444Z] #65 8.040 The following NEW packages will be installed: [2024-04-26T19:01:40.444Z] #65 8.041 autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev [2024-04-26T19:01:40.444Z] #65 8.042 libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev [2024-04-26T19:01:40.444Z] #65 8.042 libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils [2024-04-26T19:01:40.444Z] #65 8.330 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded. [2024-04-26T19:01:40.444Z] #65 8.330 Need to get 5657 kB of archives. [2024-04-26T19:01:40.444Z] #65 8.330 After this operation, 16.7 MB of additional disk space will be used. [2024-04-26T19:01:40.444Z] #65 8.330 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB] [2024-04-26T19:01:40.444Z] #65 8.331 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB] [2024-04-26T19:01:40.444Z] #65 8.340 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB] [2024-04-26T19:01:40.444Z] #65 8.356 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB] [2024-04-26T19:01:40.444Z] #65 8.356 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB] [2024-04-26T19:01:40.444Z] #65 8.363 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB] [2024-04-26T19:01:40.444Z] #65 8.429 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB] [2024-04-26T19:01:40.444Z] #65 8.468 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2024-04-26T19:01:40.444Z] #65 8.486 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB] [2024-04-26T19:01:40.444Z] #65 8.539 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B] [2024-04-26T19:01:40.444Z] #65 8.539 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB] [2024-04-26T19:01:40.444Z] #65 8.544 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB] [2024-04-26T19:01:40.444Z] #65 8.545 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB] [2024-04-26T19:01:40.444Z] #65 8.547 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB] [2024-04-26T19:01:40.444Z] #65 8.548 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB] [2024-04-26T19:01:40.444Z] #65 8.555 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB] [2024-04-26T19:01:40.444Z] #65 8.560 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB] [2024-04-26T19:01:40.444Z] #65 8.567 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB] [2024-04-26T19:01:40.444Z] #65 8.568 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB] [2024-04-26T19:01:40.444Z] #65 8.940 debconf: delaying package configuration, since apt-utils is not installed [2024-04-26T19:01:40.444Z] #65 9.174 Fetched 5657 kB in 1s (11.0 MB/s) [2024-04-26T19:01:40.444Z] #65 9.438 Selecting previously unselected package bzip2. [2024-04-26T19:01:40.444Z] #65 9.438 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15659 files and directories currently installed.) [2024-04-26T19:01:40.444Z] #65 9.453 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ... [2024-04-26T19:01:40.444Z] #65 9.558 Unpacking bzip2 (1.0.8-5+b1) ... [2024-04-26T19:01:40.444Z] #65 10.45 Selecting previously unselected package xz-utils. [2024-04-26T19:01:40.444Z] #65 10.45 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ... [2024-04-26T19:01:40.444Z] #65 10.64 Unpacking xz-utils (5.4.1-0.2) ... [2024-04-26T19:01:40.444Z] #65 11.14 Selecting previously unselected package m4. [2024-04-26T19:01:40.444Z] #65 11.16 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ... [2024-04-26T19:01:40.444Z] #65 ... [2024-04-26T19:01:40.444Z] [2024-04-26T19:01:40.444Z] #66 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-04-26T19:01:40.701Z] #66 ... [2024-04-26T19:01:40.701Z] [2024-04-26T19:01:40.701Z] #67 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.8.0" && /build/shfmt --version [2024-04-26T19:01:40.701Z] #67 2.109 go: downloading mvdan.cc/sh/v3 v3.8.0 [2024-04-26T19:01:40.701Z] #67 9.737 go: downloading golang.org/x/term v0.17.0 [2024-04-26T19:01:40.701Z] #67 9.737 go: downloading mvdan.cc/editorconfig v0.2.1-0.20231228180347-1925077f8eb2 [2024-04-26T19:01:40.701Z] #67 9.737 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e [2024-04-26T19:01:40.701Z] #67 9.738 go: downloading github.com/google/renameio/v2 v2.0.0 [2024-04-26T19:01:40.701Z] #67 10.14 go: downloading golang.org/x/sys v0.17.0 [2024-04-26T19:01:40.701Z] #67 ... [2024-04-26T19:01:40.701Z] [2024-04-26T19:01:40.701Z] #68 [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 [2024-04-26T19:01:40.701Z] #68 4.106 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-26T19:01:40.701Z] #68 4.120 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-26T19:01:40.701Z] #68 4.156 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-26T19:01:40.701Z] #68 4.269 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-26T19:01:40.701Z] #68 5.185 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB] [2024-04-26T19:01:40.701Z] #68 5.189 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-26T19:01:40.701Z] #68 6.579 Fetched 9105 kB in 3s (3336 kB/s) [2024-04-26T19:01:40.701Z] #68 6.579 Reading package lists... [2024-04-26T19:01:40.701Z] #68 7.536 Reading package lists... [2024-04-26T19:01:40.701Z] #68 8.742 Building dependency tree... [2024-04-26T19:01:40.701Z] #68 9.367 The following additional packages will be installed: [2024-04-26T19:01:40.701Z] #68 9.370 cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2 [2024-04-26T19:01:40.701Z] #68 9.372 Suggested packages: [2024-04-26T19:01:40.701Z] #68 9.372 cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip [2024-04-26T19:01:40.701Z] #68 9.471 The following NEW packages will be installed: [2024-04-26T19:01:40.701Z] #68 9.473 cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2 [2024-04-26T19:01:40.701Z] #68 9.757 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2024-04-26T19:01:40.701Z] #68 9.757 Need to get 19.3 MB of archives. [2024-04-26T19:01:40.701Z] #68 9.757 After this operation, 77.0 MB of additional disk space will be used. [2024-04-26T19:01:40.701Z] #68 9.757 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] [2024-04-26T19:01:40.701Z] #68 10.05 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB] [2024-04-26T19:01:40.701Z] #68 10.13 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB] [2024-04-26T19:01:40.701Z] #68 10.15 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB] [2024-04-26T19:01:40.701Z] #68 10.28 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB] [2024-04-26T19:01:40.701Z] #68 10.34 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libuv1 arm64 1.44.2-1+deb12u1 [130 kB] [2024-04-26T19:01:40.701Z] #68 10.35 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB] [2024-04-26T19:01:40.701Z] #68 10.54 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB] [2024-04-26T19:01:40.701Z] #68 11.15 debconf: delaying package configuration, since apt-utils is not installed [2024-04-26T19:01:40.958Z] #68 ... [2024-04-26T19:01:40.958Z] [2024-04-26T19:01:40.958Z] #62 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config [2024-04-26T19:01:40.958Z] #62 9.948 Reading package lists... [2024-04-26T19:01:40.958Z] #62 10.75 Building dependency tree... [2024-04-26T19:01:40.958Z] #62 11.27 gcc is already the newest version (4:12.2.0-3). [2024-04-26T19:01:40.958Z] #62 11.27 pkg-config is already the newest version (1.8.1-1). [2024-04-26T19:01:40.958Z] #62 11.27 The following additional packages will be installed: [2024-04-26T19:01:40.958Z] #62 11.28 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev [2024-04-26T19:01:40.958Z] #62 11.28 libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin [2024-04-26T19:01:40.958Z] #62 11.28 libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev [2024-04-26T19:01:40.958Z] #62 11.28 libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 [2024-04-26T19:01:40.958Z] #62 11.28 libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev [2024-04-26T19:01:40.958Z] #62 11.28 python3-distutils python3-lib2to3 uuid-dev zlib1g-dev [2024-04-26T19:01:40.958Z] #62 11.28 Suggested packages: [2024-04-26T19:01:40.958Z] #62 11.28 libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc [2024-04-26T19:01:40.958Z] #62 11.28 libgdk-pixbuf2.0-bin libxml2-utils [2024-04-26T19:01:40.958Z] #62 11.28 Recommended packages: [2024-04-26T19:01:40.958Z] #62 11.28 shared-mime-info xdg-user-dirs [2024-04-26T19:01:41.217Z] #62 11.63 The following NEW packages will be installed: [2024-04-26T19:01:41.217Z] #62 11.63 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1 [2024-04-26T19:01:41.217Z] #62 11.63 libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin [2024-04-26T19:01:41.217Z] #62 11.63 libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev [2024-04-26T19:01:41.217Z] #62 11.63 libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 [2024-04-26T19:01:41.217Z] #62 11.63 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev [2024-04-26T19:01:41.217Z] #62 11.63 python3-distutils python3-lib2to3 uuid-dev zlib1g-dev [2024-04-26T19:01:41.478Z] #62 11.92 0 upgraded, 29 newly installed, 0 to remove and 0 not upgraded. [2024-04-26T19:01:41.478Z] #62 11.92 Need to get 9078 kB of archives. [2024-04-26T19:01:41.478Z] #62 11.92 After this operation, 46.9 MB of additional disk space will be used. [2024-04-26T19:01:41.478Z] #62 11.92 Get:1 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB] [2024-04-26T19:01:41.478Z] #62 12.05 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB] [2024-04-26T19:01:41.735Z] #62 12.05 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB] [2024-04-26T19:01:41.735Z] #62 12.05 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB] [2024-04-26T19:01:41.735Z] #62 12.11 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB] [2024-04-26T19:01:41.735Z] #62 12.12 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB] [2024-04-26T19:01:41.735Z] #62 12.17 Get:7 http://deb.debian.org/debian-security bookworm-security/main arm64 uuid-dev arm64 2.38.1-5+deb12u1 [40.3 kB] [2024-04-26T19:01:41.735Z] #62 12.17 Get:8 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB] [2024-04-26T19:01:41.735Z] #62 12.18 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB] [2024-04-26T19:01:41.735Z] #62 12.19 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB] [2024-04-26T19:01:41.735Z] #62 12.23 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB] [2024-04-26T19:01:41.735Z] #62 12.25 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB] [2024-04-26T19:01:42.040Z] #62 12.31 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB] [2024-04-26T19:01:42.040Z] #62 12.36 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB] [2024-04-26T19:01:42.040Z] #62 12.39 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB] [2024-04-26T19:01:42.040Z] #62 12.44 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB] [2024-04-26T19:01:42.040Z] #62 12.48 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB] [2024-04-26T19:01:42.040Z] #62 12.51 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB] [2024-04-26T19:01:42.040Z] #62 12.55 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB] [2024-04-26T19:01:42.298Z] #62 12.57 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB] [2024-04-26T19:01:42.298Z] #62 12.73 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB] [2024-04-26T19:01:42.298Z] #62 12.77 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB] [2024-04-26T19:01:42.298Z] #62 12.77 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB] [2024-04-26T19:01:42.298Z] #62 12.78 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB] [2024-04-26T19:01:42.298Z] #62 12.85 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB] [2024-04-26T19:01:42.555Z] #62 12.87 Get:26 http://deb.debian.org/debian-security bookworm-security/main arm64 libmount-dev arm64 2.38.1-5+deb12u1 [22.3 kB] [2024-04-26T19:01:42.555Z] #62 12.87 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB] [2024-04-26T19:01:42.555Z] #62 12.89 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB] [2024-04-26T19:01:42.555Z] #62 12.94 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB] [2024-04-26T19:01:43.272Z] #62 13.42 debconf: delaying package configuration, since apt-utils is not installed [2024-04-26T19:01:43.273Z] #62 13.64 Fetched 9078 kB in 1s (6936 kB/s) [2024-04-26T19:01:43.530Z] #62 14.08 Selecting previously unselected package libglib2.0-0:arm64. [2024-04-26T19:01:43.530Z] #62 14.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15659 files and directories currently installed.) [2024-04-26T19:01:43.530Z] #62 14.08 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_arm64.deb ... [2024-04-26T19:01:43.530Z] #62 14.18 Unpacking libglib2.0-0:arm64 (2.74.6-2) ... [2024-04-26T19:01:44.460Z] #62 14.93 Selecting previously unselected package libgirepository-1.0-1:arm64. [2024-04-26T19:01:44.460Z] #62 14.93 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ... [2024-04-26T19:01:44.717Z] #62 15.03 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ... [2024-04-26T19:01:44.973Z] #62 ... [2024-04-26T19:01:44.973Z] [2024-04-26T19:01:44.973Z] #69 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD [2024-04-26T19:01:44.973Z] #69 ... [2024-04-26T19:01:44.973Z] [2024-04-26T19:01:44.973Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2024-04-26T19:01:44.973Z] #28 14.53 #=#=# [2024-04-26T19:01:44.973Z] #28 14.90 #=#=# ######################################################################## 100.0% [2024-04-26T19:01:44.973Z] #28 15.22 [2024-04-26T19:01:44.973Z] #28 17.33 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2024-04-26T19:01:44.973Z] #28 18.17 #=#=# [2024-04-26T19:01:44.973Z] #28 18.44 #=#=# ######################################################################## 100.0% [2024-04-26T19:01:44.973Z] #28 18.92 [2024-04-26T19:01:44.973Z] #28 19.00 Download of images into '/build' complete. [2024-04-26T19:01:44.973Z] #28 19.00 Use something like the following to load the result into a Docker daemon: [2024-04-26T19:01:44.973Z] #28 19.00 tar -cC '/build' . | docker load [2024-04-26T19:01:46.358Z] #28 ... [2024-04-26T19:01:46.358Z] [2024-04-26T19:01:46.358Z] #60 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2024-04-26T19:01:46.358Z] #60 17.14 tomll can be used in two ways: [2024-04-26T19:01:46.358Z] #60 17.14 Writing to STDIN and reading from STDOUT: [2024-04-26T19:01:46.358Z] #60 17.14 cat file.toml | tomll > file.toml [2024-04-26T19:01:46.358Z] #60 17.14 [2024-04-26T19:01:46.358Z] #60 17.14 Reading and updating a list of files: [2024-04-26T19:01:46.358Z] #60 17.14 tomll a.toml b.toml c.toml [2024-04-26T19:01:46.358Z] #60 17.14 [2024-04-26T19:01:46.358Z] #60 17.14 When given a list of files, tomll will modify all files in place without asking. [2024-04-26T19:01:46.921Z] #60 ... [2024-04-26T19:01:46.921Z] [2024-04-26T19:01:46.921Z] #70 [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 <= 3... python3 [2024-04-26T19:02:39.846Z] #75 34.06 checking for python3... /usr/bin/python3 [2024-04-26T19:02:39.846Z] #75 34.07 checking for python3 version... 3.11 [2024-04-26T19:02:39.846Z] #75 34.09 checking for python3 platform... linux [2024-04-26T19:02:39.846Z] #75 34.11 checking for GNU default python3 prefix... ${prefix} [2024-04-26T19:02:39.846Z] #75 34.11 checking for GNU default python3 exec_prefix... ${exec_prefix} [2024-04-26T19:02:39.846Z] #75 34.11 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages [2024-04-26T19:02:40.104Z] #75 34.17 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages [2024-04-26T19:02:40.104Z] #75 34.25 checking for go-md2man... no [2024-04-26T19:02:40.104Z] #75 34.25 checking for error.h... yes [2024-04-26T19:02:40.361Z] #75 34.36 checking for linux/openat2.h... yes [2024-04-26T19:02:40.361Z] #75 34.44 checking for stdatomic.h... yes [2024-04-26T19:02:40.361Z] #75 34.51 checking for linux/ioprio.h... yes [2024-04-26T19:02:40.618Z] #75 34.61 checking for atomic_int... yes [2024-04-26T19:02:40.618Z] #75 34.74 checking for atomic_bool... yes [2024-04-26T19:02:40.874Z] #75 34.88 checking for copy_file_range... yes [2024-04-26T19:02:40.874Z] #75 35.04 checking for fgetxattr... yes [2024-04-26T19:02:41.131Z] #75 35.16 checking for statx... yes [2024-04-26T19:02:41.388Z] #75 35.30 checking for fgetpwent_r... yes [2024-04-26T19:02:41.388Z] #75 35.39 checking for issetugid... no [2024-04-26T19:02:41.388Z] #75 35.52 checking for memfd_create... yes [2024-04-26T19:02:41.645Z] #75 35.64 checking for pkg-config... /usr/bin/pkg-config [2024-04-26T19:02:41.645Z] #75 35.64 checking pkg-config is at least version 0.9.0... yes [2024-04-26T19:02:41.645Z] #75 35.65 checking for library containing yajl_tree_get... -lyajl [2024-04-26T19:02:41.902Z] #75 35.90 checking for yajl >= 2.0.0... yes [2024-04-26T19:02:41.902Z] #75 35.93 checking for sys/capability.h... yes [2024-04-26T19:02:41.902Z] #75 35.98 checking for library containing cap_from_name... -lcap [2024-04-26T19:02:42.159Z] #75 36.13 checking for library containing gcry_check_version... no [2024-04-26T19:02:42.159Z] #75 36.35 checking for library containing dlopen... none required [2024-04-26T19:02:42.416Z] #75 36.47 checking for seccomp.h... yes [2024-04-26T19:02:42.416Z] #75 36.53 checking for library containing seccomp_rule_add... -lseccomp [2024-04-26T19:02:42.673Z] #75 36.72 checking for library containing seccomp_arch_resolve_name... none required [2024-04-26T19:02:42.673Z] #75 36.80 checking for systemd/sd-bus.h... yes [2024-04-26T19:02:42.930Z] #75 36.94 checking for library containing sd_bus_match_signal_async... -lsystemd [2024-04-26T19:02:42.930Z] #75 37.14 checking for sd_notify_barrier... yes [2024-04-26T19:02:42.930Z] #75 37.24 checking for linux/bpf.h... yes [2024-04-26T19:02:43.187Z] #75 37.29 checking compilation for eBPF... yes [2024-04-26T19:02:43.187Z] #75 37.34 checking for criu >= 3.15... no [2024-04-26T19:02:43.187Z] #75 37.37 configure: CRIU headers not found, building without CRIU support [2024-04-26T19:02:43.187Z] #75 37.37 checking for criu > 3.16... no [2024-04-26T19:02:43.187Z] #75 37.40 configure: CRIU version doesn't support join-ns API [2024-04-26T19:02:43.187Z] #75 37.40 checking for criu > 3.16.1... no [2024-04-26T19:02:43.187Z] #75 37.42 configure: CRIU version doesn't support for pre-dumping [2024-04-26T19:02:43.187Z] #75 37.43 checking for new mount API (fsconfig)... yes [2024-04-26T19:02:43.187Z] #75 37.52 yes [2024-04-26T19:02:43.443Z] #75 37.53 checking for seccomp notify API... yes [2024-04-26T19:02:43.443Z] #75 37.57 checking for gperf... no [2024-04-26T19:02:43.443Z] #75 37.57 configure: gperf not found - cannot rebuild signal parser code [2024-04-26T19:02:43.443Z] #75 37.57 checking for library containing argp_parse... none required [2024-04-26T19:02:43.700Z] #75 37.73 checking that generated files are newer than configure... done [2024-04-26T19:02:43.700Z] #75 37.73 configure: creating ./config.status [2024-04-26T19:02:45.602Z] #75 39.66 config.status: creating Makefile [2024-04-26T19:02:45.602Z] #75 39.72 config.status: creating config.h [2024-04-26T19:02:45.602Z] #75 39.75 config.status: executing libtool commands [2024-04-26T19:02:45.602Z] #75 39.78 config.status: executing depfiles commands [2024-04-26T19:02:46.166Z] #75 40.50 === configuring in libocispec (/tmp/crun-build/libocispec) [2024-04-26T19:02:46.423Z] #75 40.52 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2024-04-26T19:02:46.680Z] #75 40.93 checking for gcc... gcc [2024-04-26T19:02:46.936Z] #75 40.97 checking whether the C compiler works... yes [2024-04-26T19:02:46.936Z] #75 41.10 checking for C compiler default output file name... a.out [2024-04-26T19:02:46.936Z] #75 41.10 checking for suffix of executables... [2024-04-26T19:02:46.936Z] #75 41.17 checking whether we are cross compiling... no [2024-04-26T19:02:47.193Z] #75 41.28 checking for suffix of object files... o [2024-04-26T19:02:47.193Z] #75 41.33 checking whether the compiler supports GNU C... yes [2024-04-26T19:02:47.450Z] #75 41.39 checking whether gcc accepts -g... yes [2024-04-26T19:02:47.450Z] #75 41.48 checking for gcc option to enable C11 features... none needed [2024-04-26T19:02:47.450Z] #75 41.62 checking whether gcc understands -c and -o together... yes [2024-04-26T19:02:47.450Z] #75 41.72 checking for stdio.h... yes [2024-04-26T19:02:47.707Z] #75 41.75 checking for stdlib.h... yes [2024-04-26T19:02:47.707Z] #75 41.81 checking for string.h... yes [2024-04-26T19:02:47.707Z] #75 41.85 checking for inttypes.h... yes [2024-04-26T19:02:47.707Z] #75 41.93 checking for stdint.h... yes [2024-04-26T19:02:47.965Z] #75 41.97 checking for strings.h... yes [2024-04-26T19:02:47.965Z] #75 42.05 checking for sys/stat.h... yes [2024-04-26T19:02:47.965Z] #75 42.12 checking for sys/types.h... yes [2024-04-26T19:02:47.965Z] #75 42.18 checking for unistd.h... yes [2024-04-26T19:02:48.222Z] #75 42.23 checking for wchar.h... yes [2024-04-26T19:02:48.222Z] #75 42.27 checking for minix/config.h... no [2024-04-26T19:02:48.222Z] #75 42.36 checking whether it is safe to define __EXTENSIONS__... yes [2024-04-26T19:02:48.222Z] #75 42.44 checking whether _XOPEN_SOURCE should be defined... no [2024-04-26T19:02:48.479Z] #75 42.55 checking build system type... aarch64-unknown-linux-gnu [2024-04-26T19:02:48.736Z] #75 42.76 checking host system type... aarch64-unknown-linux-gnu [2024-04-26T19:02:48.736Z] #75 42.76 checking how to print strings... printf [2024-04-26T19:02:48.736Z] #75 42.77 checking for a sed that does not truncate output... /usr/bin/sed [2024-04-26T19:02:48.736Z] #75 42.79 checking for grep that handles long lines and -e... /usr/bin/grep [2024-04-26T19:02:48.736Z] #75 42.80 checking for egrep... /usr/bin/grep -E [2024-04-26T19:02:48.736Z] #75 42.81 checking for fgrep... /usr/bin/grep -F [2024-04-26T19:02:48.736Z] #75 42.81 checking for ld used by gcc... /usr/bin/ld [2024-04-26T19:02:48.736Z] #75 42.82 checking if the linker (/usr/bin/ld) is GNU ld... yes [2024-04-26T19:02:48.736Z] #75 42.84 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2024-04-26T19:02:48.736Z] #75 42.85 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2024-04-26T19:02:48.736Z] #75 42.91 checking whether ln -s works... yes [2024-04-26T19:02:48.736Z] #75 42.91 checking the maximum length of command line arguments... 1572864 [2024-04-26T19:02:48.736Z] #75 42.95 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2024-04-26T19:02:48.736Z] #75 42.95 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2024-04-26T19:02:48.736Z] #75 42.95 checking for /usr/bin/ld option to reload object files... -r [2024-04-26T19:02:48.736Z] #75 42.95 checking for file... file [2024-04-26T19:02:48.736Z] #75 42.95 checking for objdump... objdump [2024-04-26T19:02:48.736Z] #75 42.95 checking how to recognize dependent libraries... pass_all [2024-04-26T19:02:48.736Z] #75 42.95 checking for dlltool... no [2024-04-26T19:02:48.736Z] #75 42.95 checking how to associate runtime and link libraries... printf %s\n [2024-04-26T19:02:48.736Z] #75 42.95 checking for ar... ar [2024-04-26T19:02:48.736Z] #75 42.95 checking for archiver @FILE support... @ [2024-04-26T19:02:48.993Z] #75 43.05 checking for strip... strip [2024-04-26T19:02:48.993Z] #75 43.05 checking for ranlib... ranlib [2024-04-26T19:02:48.993Z] #75 43.05 checking for gawk... no [2024-04-26T19:02:48.993Z] #75 43.05 checking for mawk... mawk [2024-04-26T19:02:48.993Z] #75 43.05 checking command to parse /usr/bin/nm -B output from gcc object... ok [2024-04-26T19:02:48.993Z] #75 43.24 checking for sysroot... no [2024-04-26T19:02:48.993Z] #75 43.24 checking for a working dd... /usr/bin/dd [2024-04-26T19:02:48.993Z] #75 43.26 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 [2024-04-26T19:02:48.993Z] #75 43.27 checking for mt... no [2024-04-26T19:02:48.993Z] #75 43.27 checking if : is a manifest tool... no [2024-04-26T19:02:48.993Z] #75 43.30 checking for dlfcn.h... yes [2024-04-26T19:02:49.249Z] #75 43.35 checking for objdir... .libs [2024-04-26T19:02:49.506Z] #75 43.48 checking if gcc supports -fno-rtti -fno-exceptions... no [2024-04-26T19:02:49.506Z] #75 43.53 checking for gcc option to produce PIC... -fPIC -DPIC [2024-04-26T19:02:49.506Z] #75 43.53 checking if gcc PIC flag -fPIC -DPIC works... yes [2024-04-26T19:02:49.506Z] #75 43.56 checking if gcc static flag -static works... yes [2024-04-26T19:02:49.762Z] #75 43.65 checking if gcc supports -c -o file.o... yes [2024-04-26T19:02:49.762Z] #75 43.71 checking if gcc supports -c -o file.o... (cached) yes [2024-04-26T19:02:49.762Z] #75 43.71 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2024-04-26T19:02:49.762Z] #75 43.74 checking dynamic linker characteristics... GNU/Linux ld.so [2024-04-26T19:02:49.762Z] #75 43.91 checking how to hardcode library paths into programs... immediate [2024-04-26T19:02:49.762Z] #75 43.91 checking whether stripping libraries is possible... yes [2024-04-26T19:02:49.763Z] #75 43.91 checking if libtool supports shared libraries... yes [2024-04-26T19:02:49.763Z] #75 43.91 checking whether to build shared libraries... no [2024-04-26T19:02:49.763Z] #75 43.91 checking whether to build static libraries... yes [2024-04-26T19:02:49.763Z] #75 43.91 checking for a BSD-compatible install... /usr/bin/install -c [2024-04-26T19:02:49.763Z] #75 43.95 checking whether build environment is sane... yes [2024-04-26T19:02:49.763Z] #75 43.99 checking for a race-free mkdir -p... /usr/bin/mkdir -p [2024-04-26T19:02:49.763Z] #75 44.00 checking whether make sets $(MAKE)... yes [2024-04-26T19:02:50.019Z] #75 44.03 checking whether make supports the include directive... yes (GNU style) [2024-04-26T19:02:50.019Z] #75 44.07 checking whether make supports nested variables... yes [2024-04-26T19:02:50.019Z] #75 44.10 checking whether UID '0' is supported by ustar format... yes [2024-04-26T19:02:50.019Z] #75 44.10 checking whether GID '0' is supported by ustar format... yes [2024-04-26T19:02:50.019Z] #75 44.10 checking how to create a ustar tar archive... gnutar [2024-04-26T19:02:50.019Z] #75 44.18 checking dependency style of gcc... gcc3 [2024-04-26T19:02:50.276Z] #75 44.30 checking whether to enable maintainer-specific portions of Makefiles... yes [2024-04-26T19:02:50.276Z] #75 44.30 checking whether make supports nested variables... (cached) yes [2024-04-26T19:02:50.276Z] #75 44.30 checking for pkg-config... /usr/bin/pkg-config [2024-04-26T19:02:50.276Z] #75 44.31 checking pkg-config is at least version 0.9.0... yes [2024-04-26T19:02:50.276Z] #75 44.31 checking for yajl >= 2.1.0... yes [2024-04-26T19:02:50.276Z] #75 44.34 checking for a sed that does not truncate output... (cached) /usr/bin/sed [2024-04-26T19:02:50.276Z] #75 44.35 checking for gcc... (cached) gcc [2024-04-26T19:02:50.276Z] #75 44.45 checking whether the compiler supports GNU C... (cached) yes [2024-04-26T19:02:50.276Z] #75 44.45 checking whether gcc accepts -g... (cached) yes [2024-04-26T19:02:50.276Z] #75 44.45 checking for gcc option to enable C11 features... (cached) none needed [2024-04-26T19:02:50.276Z] #75 44.45 checking whether gcc understands -c and -o together... (cached) yes [2024-04-26T19:02:50.276Z] #75 44.45 checking for a Python interpreter with version >= 3... python3 [2024-04-26T19:02:50.276Z] #75 44.49 checking for python3... /usr/bin/python3 [2024-04-26T19:02:50.276Z] #75 44.49 checking for python3 version... 3.11 [2024-04-26T19:02:50.276Z] #75 44.50 checking for python3 platform... linux [2024-04-26T19:02:50.276Z] #75 44.52 checking for GNU default python3 prefix... ${prefix} [2024-04-26T19:02:50.276Z] #75 44.52 checking for GNU default python3 exec_prefix... ${exec_prefix} [2024-04-26T19:02:50.276Z] #75 44.52 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages [2024-04-26T19:02:50.533Z] #75 44.56 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages [2024-04-26T19:02:50.797Z] #75 44.63 checking that generated files are newer than configure... done [2024-04-26T19:02:50.797Z] #75 44.97 configure: creating ./config.status [2024-04-26T19:02:51.726Z] #75 45.76 config.status: creating Makefile [2024-04-26T19:02:51.726Z] #75 45.79 config.status: creating ocispec.pc [2024-04-26T19:02:51.726Z] #75 45.81 config.status: creating config.h [2024-04-26T19:02:51.726Z] #75 45.82 config.status: executing libtool commands [2024-04-26T19:02:51.726Z] #75 45.83 config.status: executing depfiles commands [2024-04-26T19:02:51.726Z] #75 46.00 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2024-04-26T19:02:51.983Z] #75 46.01 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2024-04-26T19:02:51.983Z] #75 46.07 checking for gcc... gcc [2024-04-26T19:02:51.983Z] #75 46.09 checking whether the C compiler works... yes [2024-04-26T19:02:51.983Z] #75 46.13 checking for C compiler default output file name... a.out [2024-04-26T19:02:51.983Z] #75 46.13 checking for suffix of executables... [2024-04-26T19:02:51.983Z] #75 46.18 checking whether we are cross compiling... no [2024-04-26T19:02:51.983Z] #75 46.23 checking for suffix of object files... o [2024-04-26T19:02:52.240Z] #75 46.27 checking whether the compiler supports GNU C... yes [2024-04-26T19:02:52.240Z] #75 46.30 checking whether gcc accepts -g... yes [2024-04-26T19:02:52.240Z] #75 46.33 checking for gcc option to enable C11 features... none needed [2024-04-26T19:02:52.240Z] #75 46.41 checking whether gcc understands -c and -o together... yes [2024-04-26T19:02:52.240Z] #75 46.47 checking for a BSD-compatible install... /usr/bin/install -c [2024-04-26T19:02:52.240Z] #75 46.49 checking whether build environment is sane... yes [2024-04-26T19:02:52.240Z] #75 46.50 checking for a race-free mkdir -p... /usr/bin/mkdir -p [2024-04-26T19:02:52.240Z] #75 46.50 checking for gawk... no [2024-04-26T19:02:52.240Z] #75 46.50 checking for mawk... mawk [2024-04-26T19:02:52.240Z] #75 46.50 checking whether make sets $(MAKE)... yes [2024-04-26T19:02:52.497Z] #75 46.51 checking whether make supports the include directive... yes (GNU style) [2024-04-26T19:02:52.497Z] #75 46.52 checking whether make supports nested variables... yes [2024-04-26T19:02:52.497Z] #75 46.52 checking whether UID '0' is supported by ustar format... yes [2024-04-26T19:02:52.497Z] #75 46.52 checking whether GID '0' is supported by ustar format... yes [2024-04-26T19:02:52.497Z] #75 46.52 checking how to create a ustar tar archive... gnutar [2024-04-26T19:02:52.497Z] #75 46.54 checking dependency style of gcc... gcc3 [2024-04-26T19:02:52.497Z] #75 46.58 checking whether to enable maintainer-specific portions of Makefiles... yes [2024-04-26T19:02:52.497Z] #75 46.58 checking whether make supports nested variables... (cached) yes [2024-04-26T19:02:52.497Z] #75 46.59 checking build system type... aarch64-unknown-linux-gnu [2024-04-26T19:02:52.497Z] #75 46.73 checking host system type... aarch64-unknown-linux-gnu [2024-04-26T19:02:52.497Z] #75 46.73 checking how to print strings... printf [2024-04-26T19:02:52.497Z] #75 46.74 checking for a sed that does not truncate output... /usr/bin/sed [2024-04-26T19:02:52.497Z] #75 46.75 checking for grep that handles long lines and -e... /usr/bin/grep [2024-04-26T19:02:52.497Z] #75 46.76 checking for egrep... /usr/bin/grep -E [2024-04-26T19:02:52.497Z] #75 46.77 checking for fgrep... /usr/bin/grep -F [2024-04-26T19:02:52.497Z] #75 46.77 checking for ld used by gcc... /usr/bin/ld [2024-04-26T19:02:52.497Z] #75 46.79 checking if the linker (/usr/bin/ld) is GNU ld... yes [2024-04-26T19:02:52.497Z] #75 46.80 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2024-04-26T19:02:52.497Z] #75 46.80 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2024-04-26T19:02:52.754Z] #75 46.85 checking whether ln -s works... yes [2024-04-26T19:02:52.754Z] #75 46.85 checking the maximum length of command line arguments... 1572864 [2024-04-26T19:02:52.754Z] #75 46.88 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2024-04-26T19:02:52.754Z] #75 46.88 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2024-04-26T19:02:52.754Z] #75 46.88 checking for /usr/bin/ld option to reload object files... -r [2024-04-26T19:02:52.754Z] #75 46.88 checking for file... file [2024-04-26T19:02:52.754Z] #75 46.88 checking for objdump... objdump [2024-04-26T19:02:52.754Z] #75 46.88 checking how to recognize dependent libraries... pass_all [2024-04-26T19:02:52.754Z] #75 46.88 checking for dlltool... no [2024-04-26T19:02:52.754Z] #75 46.88 checking how to associate runtime and link libraries... printf %s\n [2024-04-26T19:02:52.754Z] #75 46.88 checking for ar... ar [2024-04-26T19:02:52.754Z] #75 46.88 checking for archiver @FILE support... @ [2024-04-26T19:02:52.754Z] #75 46.94 checking for strip... strip [2024-04-26T19:02:52.754Z] #75 46.94 checking for ranlib... ranlib [2024-04-26T19:02:52.754Z] #75 46.94 checking command to parse /usr/bin/nm -B output from gcc object... ok [2024-04-26T19:02:53.010Z] #75 47.05 checking for sysroot... no [2024-04-26T19:02:53.010Z] #75 47.05 checking for a working dd... /usr/bin/dd [2024-04-26T19:02:53.010Z] #75 47.06 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 [2024-04-26T19:02:53.010Z] #75 47.06 checking for mt... no [2024-04-26T19:02:53.010Z] #75 47.06 checking if : is a manifest tool... no [2024-04-26T19:02:53.010Z] #75 47.07 checking for stdio.h... yes [2024-04-26T19:02:53.010Z] #75 47.11 checking for stdlib.h... yes [2024-04-26T19:02:53.010Z] #75 47.16 checking for string.h... yes [2024-04-26T19:02:53.010Z] #75 47.20 checking for inttypes.h... yes [2024-04-26T19:02:53.010Z] #75 47.25 checking for stdint.h... yes [2024-04-26T19:02:53.651Z] #75 47.31 checking for strings.h... yes [2024-04-26T19:02:53.651Z] #75 47.36 checking for sys/stat.h... yes [2024-04-26T19:02:53.908Z] #75 47.43 checking for sys/types.h... yes [2024-04-26T19:02:53.908Z] #75 48.03 checking for unistd.h... yes [2024-04-26T19:02:53.908Z] #75 48.08 checking for dlfcn.h... yes [2024-04-26T19:02:53.908Z] #75 48.12 checking for objdir... .libs [2024-04-26T19:02:54.164Z] #75 48.27 checking if gcc supports -fno-rtti -fno-exceptions... no [2024-04-26T19:02:54.164Z] #75 48.31 checking for gcc option to produce PIC... -fPIC -DPIC [2024-04-26T19:02:54.164Z] #75 48.31 checking if gcc PIC flag -fPIC -DPIC works... yes [2024-04-26T19:02:54.164Z] #75 48.38 checking if gcc static flag -static works... yes [2024-04-26T19:02:54.164Z] #75 48.47 checking if gcc supports -c -o file.o... yes [2024-04-26T19:02:54.164Z] #75 48.50 checking if gcc supports -c -o file.o... (cached) yes [2024-04-26T19:02:54.421Z] #75 48.50 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2024-04-26T19:02:54.421Z] #75 48.51 checking dynamic linker characteristics... GNU/Linux ld.so [2024-04-26T19:02:54.421Z] #75 48.62 checking how to hardcode library paths into programs... immediate [2024-04-26T19:02:54.421Z] #75 48.63 checking whether stripping libraries is possible... yes [2024-04-26T19:02:54.421Z] #75 48.63 checking if libtool supports shared libraries... yes [2024-04-26T19:02:54.421Z] #75 48.63 checking whether to build shared libraries... no [2024-04-26T19:02:54.421Z] #75 48.63 checking whether to build static libraries... yes [2024-04-26T19:02:54.421Z] #75 48.63 checking for float.h... yes [2024-04-26T19:02:54.421Z] #75 48.71 checking for limits.h... yes [2024-04-26T19:02:54.677Z] #75 48.78 checking for stddef.h... yes [2024-04-26T19:02:54.677Z] #75 48.85 checking for stdlib.h... (cached) yes [2024-04-26T19:02:54.677Z] #75 48.85 checking for string.h... (cached) yes [2024-04-26T19:02:54.677Z] #75 48.85 checking for sys/time.h... yes [2024-04-26T19:02:54.933Z] #75 48.91 checking for inline... inline [2024-04-26T19:02:54.933Z] #75 48.94 checking for size_t... yes [2024-04-26T19:02:54.933Z] #75 49.05 checking for GNU libc compatible malloc... yes [2024-04-26T19:02:54.933Z] #75 49.14 checking for GNU libc compatible realloc... yes [2024-04-26T19:02:55.189Z] #75 49.23 checking for working strtod... yes [2024-04-26T19:02:55.189Z] #75 49.31 checking for gettimeofday... yes [2024-04-26T19:02:55.446Z] #75 49.41 checking for memset... yes [2024-04-26T19:02:55.446Z] #75 49.49 checking for strspn... yes [2024-04-26T19:02:55.446Z] #75 49.60 checking that generated files are newer than configure... done [2024-04-26T19:02:55.446Z] #75 49.60 configure: creating ./config.status [2024-04-26T19:02:55.446Z] #75 ... [2024-04-26T19:02:55.446Z] [2024-04-26T19:02:55.446Z] #79 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 < '/go/src/github.com/docker/docker/.bashrc' [2024-04-26T19:03:20.165Z] #104 DONE 0.3s [2024-04-26T19:03:20.165Z] [2024-04-26T19:03:20.165Z] #105 [dev-base 4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2024-04-26T19:03:20.421Z] #105 DONE 0.3s [2024-04-26T19:03:20.421Z] [2024-04-26T19:03:20.421Z] #106 [dev-base 5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2024-04-26T19:03:20.677Z] #106 DONE 0.3s [2024-04-26T19:03:20.677Z] [2024-04-26T19:03:20.677Z] #107 [dev-base 6/12] RUN ldconfig [2024-04-26T19:03:20.933Z] #107 DONE 0.3s [2024-04-26T19:03:20.933Z] [2024-04-26T19:03:20.933Z] #108 [dev-base 7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2024-04-26T19:03:21.190Z] #108 DONE 0.3s [2024-04-26T19:03:21.446Z] [2024-04-26T19:03:21.446Z] #109 [dev-base 8/12] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2024-04-26T19:03:21.702Z] #109 0.553 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-26T19:03:21.958Z] #109 0.561 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-26T19:03:21.958Z] #109 0.561 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-26T19:03:21.958Z] #109 0.629 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-26T19:03:21.958Z] #109 0.695 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB] [2024-04-26T19:03:22.214Z] #109 0.735 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-26T19:03:22.775Z] #109 1.647 Fetched 9105 kB in 1s (6734 kB/s) [2024-04-26T19:03:23.337Z] #109 1.647 Reading package lists... [2024-04-26T19:03:24.154Z] #109 2.228 Reading package lists... [2024-04-26T19:03:24.154Z] #109 2.799 Building dependency tree... [2024-04-26T19:03:24.410Z] #109 3.160 The following additional packages will be installed: [2024-04-26T19:03:24.666Z] #109 3.161 dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12 [2024-04-26T19:03:24.666Z] #109 3.161 libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2 [2024-04-26T19:03:24.666Z] #109 3.161 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 [2024-04-26T19:03:24.666Z] #109 3.161 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23 [2024-04-26T19:03:24.666Z] #109 3.162 libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd [2024-04-26T19:03:24.666Z] #109 3.162 vim-runtime [2024-04-26T19:03:24.666Z] #109 3.164 Suggested packages: [2024-04-26T19:03:24.666Z] #109 3.164 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2024-04-26T19:03:24.666Z] #109 3.164 gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed [2024-04-26T19:03:24.666Z] #109 3.164 systemd-userdbd systemd-boot systemd-resolved libqrencode4 [2024-04-26T19:03:24.666Z] #109 3.164 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags [2024-04-26T19:03:24.666Z] #109 3.164 vim-doc vim-scripts xfsdump acl attr quota [2024-04-26T19:03:24.666Z] #109 3.164 Recommended packages: [2024-04-26T19:03:24.666Z] #109 3.164 libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus [2024-04-26T19:03:24.666Z] #109 3.164 systemd-timesyncd | time-daemon xxd unzip [2024-04-26T19:03:24.666Z] #109 3.532 The following NEW packages will be installed: [2024-04-26T19:03:24.922Z] #109 3.532 apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq [2024-04-26T19:03:24.922Z] #109 3.532 libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12 [2024-04-26T19:03:24.922Z] #109 3.532 libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2 [2024-04-26T19:03:24.922Z] #109 3.532 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1 [2024-04-26T19:03:24.922Z] #109 3.532 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2024-04-26T19:03:24.922Z] #109 3.533 libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12 [2024-04-26T19:03:24.922Z] #109 3.533 libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote [2024-04-26T19:03:24.922Z] #109 3.533 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils [2024-04-26T19:03:24.922Z] #109 3.533 zip zstd [2024-04-26T19:03:24.922Z] #109 3.808 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded. [2024-04-26T19:03:24.922Z] #109 3.808 Need to get 31.8 MB of archives. [2024-04-26T19:03:24.922Z] #109 3.808 After this operation, 143 MB of additional disk space will be used. [2024-04-26T19:03:24.922Z] #109 3.808 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2024-04-26T19:03:25.178Z] #109 3.811 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2024-04-26T19:03:25.178Z] #109 3.813 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2024-04-26T19:03:25.178Z] #109 3.814 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2024-04-26T19:03:25.178Z] #109 3.815 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2024-04-26T19:03:25.178Z] #109 3.818 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libfdisk1 arm64 2.38.1-5+deb12u1 [182 kB] [2024-04-26T19:03:25.178Z] #109 3.820 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2024-04-26T19:03:25.178Z] #109 3.820 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2024-04-26T19:03:25.178Z] #109 3.822 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2024-04-26T19:03:25.178Z] #109 3.824 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.22-1~deb12u1 [1508 kB] [2024-04-26T19:03:25.179Z] #109 3.832 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.22-1~deb12u1 [2829 kB] [2024-04-26T19:03:25.179Z] #109 3.849 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB] [2024-04-26T19:03:25.179Z] #109 3.849 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB] [2024-04-26T19:03:25.179Z] #109 3.850 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB] [2024-04-26T19:03:25.179Z] #109 3.859 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB] [2024-04-26T19:03:25.179Z] #109 3.860 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB] [2024-04-26T19:03:25.179Z] #109 3.862 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2024-04-26T19:03:25.179Z] #109 3.862 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB] [2024-04-26T19:03:25.179Z] #109 3.862 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB] [2024-04-26T19:03:25.179Z] #109 3.863 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB] [2024-04-26T19:03:25.179Z] #109 3.868 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB] [2024-04-26T19:03:25.179Z] #109 3.868 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB] [2024-04-26T19:03:25.179Z] #109 3.870 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB] [2024-04-26T19:03:25.179Z] #109 3.871 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB] [2024-04-26T19:03:25.179Z] #109 3.874 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB] [2024-04-26T19:03:25.179Z] #109 3.879 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB] [2024-04-26T19:03:25.179Z] #109 3.881 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB] [2024-04-26T19:03:25.179Z] #109 3.882 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB] [2024-04-26T19:03:25.179Z] #109 3.884 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB] [2024-04-26T19:03:25.179Z] #109 3.885 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB] [2024-04-26T19:03:25.179Z] #109 3.888 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB] [2024-04-26T19:03:25.179Z] #109 3.890 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB] [2024-04-26T19:03:25.179Z] #109 3.892 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2024-04-26T19:03:25.179Z] #109 3.892 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2024-04-26T19:03:25.179Z] #109 3.893 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB] [2024-04-26T19:03:25.179Z] #109 3.898 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB] [2024-04-26T19:03:25.179Z] #109 3.902 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] [2024-04-26T19:03:25.179Z] #109 3.965 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B] [2024-04-26T19:03:25.435Z] #109 3.965 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB] [2024-04-26T19:03:25.435Z] #109 3.966 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB] [2024-04-26T19:03:25.435Z] #109 3.966 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB] [2024-04-26T19:03:25.435Z] #109 3.967 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB] [2024-04-26T19:03:25.435Z] #109 3.967 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB] [2024-04-26T19:03:25.435Z] #109 3.968 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB] [2024-04-26T19:03:25.435Z] #109 3.969 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB] [2024-04-26T19:03:25.435Z] #109 3.970 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB] [2024-04-26T19:03:25.435Z] #109 3.970 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB] [2024-04-26T19:03:25.435Z] #109 3.972 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2024-04-26T19:03:25.435Z] #109 3.972 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.22-1~deb12u1 [92.2 kB] [2024-04-26T19:03:25.435Z] #109 3.976 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB] [2024-04-26T19:03:25.435Z] #109 3.980 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB] [2024-04-26T19:03:25.435Z] #109 3.983 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB] [2024-04-26T19:03:25.435Z] #109 4.030 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB] [2024-04-26T19:03:25.435Z] #109 4.038 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB] [2024-04-26T19:03:25.435Z] #109 4.043 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB] [2024-04-26T19:03:25.435Z] #109 4.044 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB] [2024-04-26T19:03:25.435Z] #109 4.188 debconf: delaying package configuration, since apt-utils is not installed [2024-04-26T19:03:25.435Z] #109 4.221 Fetched 31.8 MB in 1s (63.4 MB/s) [2024-04-26T19:03:25.435Z] #109 4.251 Selecting previously unselected package libargon2-1:arm64. [2024-04-26T19:03:25.435Z] #109 4.251 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15659 files and directories currently installed.) [2024-04-26T19:03:25.435Z] #109 4.260 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2024-04-26T19:03:25.435Z] #109 4.269 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2024-04-26T19:03:25.435Z] #109 4.306 Selecting previously unselected package dmsetup. [2024-04-26T19:03:25.691Z] #109 4.307 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2024-04-26T19:03:25.691Z] #109 4.312 Unpacking dmsetup (2:1.02.185-2) ... [2024-04-26T19:03:25.691Z] #109 4.356 Selecting previously unselected package libdevmapper1.02.1:arm64. [2024-04-26T19:03:25.691Z] #109 4.358 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2024-04-26T19:03:25.691Z] #109 4.362 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2024-04-26T19:03:25.691Z] #109 4.404 Selecting previously unselected package libjson-c5:arm64. [2024-04-26T19:03:25.691Z] #109 4.406 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2024-04-26T19:03:25.691Z] #109 4.410 Unpacking libjson-c5:arm64 (0.16-2) ... [2024-04-26T19:03:25.691Z] #109 4.451 Selecting previously unselected package libcryptsetup12:arm64. [2024-04-26T19:03:25.691Z] #109 4.453 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2024-04-26T19:03:25.691Z] #109 4.457 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2024-04-26T19:03:25.691Z] #109 4.507 Selecting previously unselected package libfdisk1:arm64. [2024-04-26T19:03:25.691Z] #109 4.509 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u1_arm64.deb ... [2024-04-26T19:03:25.691Z] #109 4.512 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u1) ... [2024-04-26T19:03:25.947Z] #109 4.564 Selecting previously unselected package libkmod2:arm64. [2024-04-26T19:03:25.947Z] #109 4.565 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... [2024-04-26T19:03:25.947Z] #109 4.571 Unpacking libkmod2:arm64 (30+20221128-1) ... [2024-04-26T19:03:25.947Z] #109 4.609 Selecting previously unselected package libapparmor1:arm64. [2024-04-26T19:03:25.947Z] #109 4.610 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... [2024-04-26T19:03:25.947Z] #109 4.614 Unpacking libapparmor1:arm64 (3.0.8-3) ... [2024-04-26T19:03:26.203Z] #109 4.653 Selecting previously unselected package libip4tc2:arm64. [2024-04-26T19:03:26.203Z] #109 4.654 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... [2024-04-26T19:03:26.203Z] #109 4.658 Unpacking libip4tc2:arm64 (1.8.9-2) ... [2024-04-26T19:03:26.203Z] #109 4.693 Selecting previously unselected package libsystemd-shared:arm64. [2024-04-26T19:03:26.203Z] #109 4.694 Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_arm64.deb ... [2024-04-26T19:03:26.203Z] #109 4.704 Unpacking libsystemd-shared:arm64 (252.22-1~deb12u1) ... [2024-04-26T19:03:26.203Z] #109 4.855 Selecting previously unselected package systemd. [2024-04-26T19:03:26.203Z] #109 4.857 Preparing to unpack .../10-systemd_252.22-1~deb12u1_arm64.deb ... [2024-04-26T19:03:26.203Z] #109 4.872 Unpacking systemd (252.22-1~deb12u1) ... [2024-04-26T19:03:26.459Z] #109 5.146 Selecting previously unselected package pigz. [2024-04-26T19:03:26.459Z] #109 5.148 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ... [2024-04-26T19:03:26.459Z] #109 5.155 Unpacking pigz (2.6-1) ... [2024-04-26T19:03:26.459Z] #109 5.199 Selecting previously unselected package sgml-base. [2024-04-26T19:03:26.459Z] #109 5.201 Preparing to unpack .../12-sgml-base_1.31_all.deb ... [2024-04-26T19:03:26.459Z] #109 5.207 Unpacking sgml-base (1.31) ... [2024-04-26T19:03:26.459Z] #109 5.270 Selecting previously unselected package sudo. [2024-04-26T19:03:26.715Z] #109 5.272 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ... [2024-04-26T19:03:26.715Z] #109 5.277 Unpacking sudo (1.9.13p3-1+deb12u1) ... [2024-04-26T19:03:26.715Z] #109 5.410 Selecting previously unselected package libelf1:arm64. [2024-04-26T19:03:26.715Z] #109 5.412 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ... [2024-04-26T19:03:26.715Z] #109 5.416 Unpacking libelf1:arm64 (0.188-2.1) ... [2024-04-26T19:03:26.715Z] #109 5.464 Selecting previously unselected package libbpf1:arm64. [2024-04-26T19:03:26.715Z] #109 5.465 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ... [2024-04-26T19:03:26.715Z] #109 5.470 Unpacking libbpf1:arm64 (1:1.1.0-1) ... [2024-04-26T19:03:26.715Z] #109 5.517 Selecting previously unselected package libmnl0:arm64. [2024-04-26T19:03:26.971Z] #109 5.519 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ... [2024-04-26T19:03:26.971Z] #109 5.524 Unpacking libmnl0:arm64 (1.0.4-3) ... [2024-04-26T19:03:26.971Z] #109 5.559 Selecting previously unselected package libxtables12:arm64. [2024-04-26T19:03:26.971Z] #109 5.561 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ... [2024-04-26T19:03:26.971Z] #109 5.565 Unpacking libxtables12:arm64 (1.8.9-2) ... [2024-04-26T19:03:26.971Z] #109 5.600 Selecting previously unselected package libcap2-bin. [2024-04-26T19:03:26.971Z] #109 5.601 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ... [2024-04-26T19:03:26.971Z] #109 5.606 Unpacking libcap2-bin (1:2.66-4) ... [2024-04-26T19:03:26.971Z] #109 5.657 Selecting previously unselected package iproute2. [2024-04-26T19:03:26.971Z] #109 5.658 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ... [2024-04-26T19:03:26.971Z] #109 5.662 Unpacking iproute2 (6.1.0-3) ... [2024-04-26T19:03:26.971Z] #109 5.791 Selecting previously unselected package vim-common. [2024-04-26T19:03:27.227Z] #109 5.793 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ... [2024-04-26T19:03:27.227Z] #109 5.798 Unpacking vim-common (2:9.0.1378-2) ... [2024-04-26T19:03:27.227Z] #109 5.850 Selecting previously unselected package bash-completion. [2024-04-26T19:03:27.227Z] #109 5.852 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ... [2024-04-26T19:03:27.227Z] #109 5.863 Unpacking bash-completion (1:2.11-6) ... [2024-04-26T19:03:27.227Z] #109 5.987 Selecting previously unselected package bzip2. [2024-04-26T19:03:27.483Z] #109 5.989 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ... [2024-04-26T19:03:27.483Z] #109 5.993 Unpacking bzip2 (1.0.8-5+b1) ... [2024-04-26T19:03:27.483Z] #109 6.034 Selecting previously unselected package xz-utils. [2024-04-26T19:03:27.483Z] #109 6.035 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ... [2024-04-26T19:03:27.483Z] #109 6.040 Unpacking xz-utils (5.4.1-0.2) ... [2024-04-26T19:03:27.483Z] #109 6.126 Selecting previously unselected package apparmor. [2024-04-26T19:03:27.483Z] #109 6.128 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ... [2024-04-26T19:03:27.483Z] #109 6.144 Unpacking apparmor (3.0.8-3) ... [2024-04-26T19:03:27.483Z] #109 6.231 Selecting previously unselected package inetutils-ping. [2024-04-26T19:03:27.483Z] #109 6.234 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ... [2024-04-26T19:03:27.483Z] #109 6.238 Unpacking inetutils-ping (2:2.4-2+deb12u1) ... [2024-04-26T19:03:27.483Z] #109 6.286 Selecting previously unselected package libip6tc2:arm64. [2024-04-26T19:03:27.483Z] #109 6.288 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ... [2024-04-26T19:03:27.483Z] #109 6.293 Unpacking libip6tc2:arm64 (1.8.9-2) ... [2024-04-26T19:03:27.483Z] #109 6.327 Selecting previously unselected package libnfnetlink0:arm64. [2024-04-26T19:03:27.483Z] #109 6.329 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ... [2024-04-26T19:03:27.483Z] #109 6.332 Unpacking libnfnetlink0:arm64 (1.0.2-2) ... [2024-04-26T19:03:27.739Z] #109 6.377 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2024-04-26T19:03:27.739Z] #109 6.379 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ... [2024-04-26T19:03:27.739Z] #109 6.385 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ... [2024-04-26T19:03:27.739Z] #109 6.425 Selecting previously unselected package libnftnl11:arm64. [2024-04-26T19:03:27.739Z] #109 6.427 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ... [2024-04-26T19:03:27.739Z] #109 6.431 Unpacking libnftnl11:arm64 (1.2.4-2) ... [2024-04-26T19:03:27.739Z] #109 6.472 Selecting previously unselected package iptables. [2024-04-26T19:03:27.739Z] #109 6.474 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ... [2024-04-26T19:03:27.739Z] #109 6.478 Unpacking iptables (1.8.9-2) ... [2024-04-26T19:03:27.739Z] #109 6.566 Selecting previously unselected package libonig5:arm64. [2024-04-26T19:03:27.739Z] #109 6.568 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ... [2024-04-26T19:03:27.739Z] #109 6.572 Unpacking libonig5:arm64 (6.9.8-1) ... [2024-04-26T19:03:27.995Z] #109 6.623 Selecting previously unselected package libjq1:arm64. [2024-04-26T19:03:27.995Z] #109 6.625 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ... [2024-04-26T19:03:27.995Z] #109 6.629 Unpacking libjq1:arm64 (1.6-2.1) ... [2024-04-26T19:03:27.995Z] #109 6.670 Selecting previously unselected package jq. [2024-04-26T19:03:27.995Z] #109 6.671 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ... [2024-04-26T19:03:27.995Z] #109 6.675 Unpacking jq (1.6-2.1) ... [2024-04-26T19:03:27.995Z] #109 6.713 Selecting previously unselected package libaio1:arm64. [2024-04-26T19:03:27.995Z] #109 6.715 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ... [2024-04-26T19:03:27.995Z] #109 6.720 Unpacking libaio1:arm64 (0.3.113-4) ... [2024-04-26T19:03:27.995Z] #109 6.762 Selecting previously unselected package libgpm2:arm64. [2024-04-26T19:03:27.995Z] #109 6.763 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ... [2024-04-26T19:03:27.995Z] #109 6.767 Unpacking libgpm2:arm64 (1.20.7-10+b1) ... [2024-04-26T19:03:27.995Z] #109 6.800 Selecting previously unselected package libicu72:arm64. [2024-04-26T19:03:28.251Z] #109 6.802 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ... [2024-04-26T19:03:28.251Z] #109 6.806 Unpacking libicu72:arm64 (72.1-3) ... [2024-04-26T19:03:28.507Z] #109 7.357 Selecting previously unselected package libinih1:arm64. [2024-04-26T19:03:28.763Z] #109 7.359 Preparing to unpack .../37-libinih1_55-1_arm64.deb ... [2024-04-26T19:03:28.763Z] #109 7.363 Unpacking libinih1:arm64 (55-1) ... [2024-04-26T19:03:28.763Z] #109 7.396 Selecting previously unselected package libmicrohttpd12:arm64. [2024-04-26T19:03:28.763Z] #109 7.398 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ... [2024-04-26T19:03:28.763Z] #109 7.402 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ... [2024-04-26T19:03:28.763Z] #109 7.452 Selecting previously unselected package libnet1:arm64. [2024-04-26T19:03:28.763Z] #109 7.454 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ... [2024-04-26T19:03:28.763Z] #109 7.458 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ... [2024-04-26T19:03:28.763Z] #109 7.504 Selecting previously unselected package libnl-3-200:arm64. [2024-04-26T19:03:28.763Z] #109 7.506 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ... [2024-04-26T19:03:28.763Z] #109 7.510 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ... [2024-04-26T19:03:28.763Z] #109 7.554 Selecting previously unselected package libprotobuf-c1:arm64. [2024-04-26T19:03:28.763Z] #109 7.555 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ... [2024-04-26T19:03:28.763Z] #109 7.561 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ... [2024-04-26T19:03:29.020Z] #109 7.609 Selecting previously unselected package libsodium23:arm64. [2024-04-26T19:03:29.020Z] #109 7.611 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ... [2024-04-26T19:03:29.020Z] #109 7.614 Unpacking libsodium23:arm64 (1.0.18-1) ... [2024-04-26T19:03:29.020Z] #109 7.661 Selecting previously unselected package libsubid4:arm64. [2024-04-26T19:03:29.020Z] #109 7.663 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ... [2024-04-26T19:03:29.020Z] #109 7.670 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ... [2024-04-26T19:03:29.020Z] #109 7.717 Selecting previously unselected package liburcu8:arm64. [2024-04-26T19:03:29.020Z] #109 7.719 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ... [2024-04-26T19:03:29.020Z] #109 7.723 Unpacking liburcu8:arm64 (0.13.2-1) ... [2024-04-26T19:03:29.020Z] #109 7.770 Selecting previously unselected package libyajl2:arm64. [2024-04-26T19:03:29.020Z] #109 7.772 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ... [2024-04-26T19:03:29.020Z] #109 7.782 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ... [2024-04-26T19:03:29.020Z] #109 7.823 Selecting previously unselected package net-tools. [2024-04-26T19:03:29.020Z] #109 7.825 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ... [2024-04-26T19:03:29.020Z] #109 7.831 Unpacking net-tools (2.10-0.1) ... [2024-04-26T19:03:29.020Z] #109 7.881 Selecting previously unselected package patch. [2024-04-26T19:03:29.276Z] #109 7.882 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ... [2024-04-26T19:03:29.276Z] #109 7.886 Unpacking patch (2.7.6-7) ... [2024-04-26T19:03:29.276Z] #109 7.948 Selecting previously unselected package systemd-journal-remote. [2024-04-26T19:03:29.276Z] #109 7.950 Preparing to unpack .../48-systemd-journal-remote_252.22-1~deb12u1_arm64.deb ... [2024-04-26T19:03:29.276Z] #109 7.954 Unpacking systemd-journal-remote (252.22-1~deb12u1) ... [2024-04-26T19:03:29.276Z] #109 8.001 Selecting previously unselected package thin-provisioning-tools. [2024-04-26T19:03:29.276Z] #109 8.003 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ... [2024-04-26T19:03:29.276Z] #109 8.008 Unpacking thin-provisioning-tools (0.9.0-2) ... [2024-04-26T19:03:29.276Z] #109 8.072 Selecting previously unselected package uidmap. [2024-04-26T19:03:29.276Z] #109 8.074 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ... [2024-04-26T19:03:29.276Z] #109 8.080 Unpacking uidmap (1:4.13+dfsg1-1+b1) ... [2024-04-26T19:03:29.276Z] #109 8.138 Selecting previously unselected package vim-runtime. [2024-04-26T19:03:29.532Z] #109 8.140 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ... [2024-04-26T19:03:29.532Z] #109 8.160 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime' [2024-04-26T19:03:29.532Z] #109 8.171 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime' [2024-04-26T19:03:29.532Z] #109 8.180 Unpacking vim-runtime (2:9.0.1378-2) ... [2024-04-26T19:03:29.788Z] #109 8.666 Selecting previously unselected package vim. [2024-04-26T19:03:30.045Z] #109 8.669 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ... [2024-04-26T19:03:30.045Z] #109 8.673 Unpacking vim (2:9.0.1378-2) ... [2024-04-26T19:03:30.045Z] #109 8.808 Selecting previously unselected package xfsprogs. [2024-04-26T19:03:30.045Z] #109 8.810 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ... [2024-04-26T19:03:30.045Z] #109 8.814 Unpacking xfsprogs (6.1.0-1) ... [2024-04-26T19:03:30.045Z] #109 8.914 Selecting previously unselected package zip. [2024-04-26T19:03:30.301Z] #109 8.917 Preparing to unpack .../54-zip_3.0-13_arm64.deb ... [2024-04-26T19:03:30.301Z] #109 8.921 Unpacking zip (3.0-13) ... [2024-04-26T19:03:30.301Z] #109 8.967 Selecting previously unselected package zstd. [2024-04-26T19:03:30.301Z] #109 8.969 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ... [2024-04-26T19:03:30.301Z] #109 8.973 Unpacking zstd (1.5.4+dfsg2-5) ... [2024-04-26T19:03:30.301Z] #109 9.061 Setting up libip4tc2:arm64 (1.8.9-2) ... [2024-04-26T19:03:30.301Z] #109 9.073 Setting up net-tools (2.10-0.1) ... [2024-04-26T19:03:30.301Z] #109 9.087 Setting up libapparmor1:arm64 (3.0.8-3) ... [2024-04-26T19:03:30.301Z] #109 9.100 Setting up libsodium23:arm64 (1.0.18-1) ... [2024-04-26T19:03:30.301Z] #109 9.112 Setting up libgpm2:arm64 (1.20.7-10+b1) ... [2024-04-26T19:03:30.301Z] #109 9.124 Setting up libicu72:arm64 (72.1-3) ... [2024-04-26T19:03:30.301Z] #109 9.136 Setting up libip6tc2:arm64 (1.8.9-2) ... [2024-04-26T19:03:30.301Z] #109 9.147 Setting up libinih1:arm64 (55-1) ... [2024-04-26T19:03:30.301Z] #109 9.161 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2024-04-26T19:03:30.301Z] #109 9.174 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ... [2024-04-26T19:03:30.557Z] #109 9.186 Setting up bzip2 (1.0.8-5+b1) ... [2024-04-26T19:03:30.557Z] #109 9.198 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ... [2024-04-26T19:03:30.557Z] #109 9.212 Setting up libmicrohttpd12:arm64 (0.9.75-6) ... [2024-04-26T19:03:30.557Z] #109 9.226 Setting up libcap2-bin (1:2.66-4) ... [2024-04-26T19:03:30.557Z] #109 9.249 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ... [2024-04-26T19:03:30.557Z] #109 9.261 Setting up apparmor (3.0.8-3) ... [2024-04-26T19:03:31.118Z] #109 10.00 debconf: unable to initialize frontend: Dialog [2024-04-26T19:03:31.118Z] #109 10.00 debconf: (TERM is not set, so the dialog frontend is not usable.) [2024-04-26T19:03:31.118Z] #109 10.00 debconf: falling back to frontend: Readline [2024-04-26T19:03:31.374Z] #109 10.01 debconf: unable to initialize frontend: Readline [2024-04-26T19:03:31.374Z] #109 10.01 debconf: (This frontend requires a controlling tty.) [2024-04-26T19:03:31.374Z] #109 10.01 debconf: falling back to frontend: Teletype [2024-04-26T19:03:31.374Z] #109 10.16 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2024-04-26T19:03:31.374Z] #109 10.19 Setting up zip (3.0-13) ... [2024-04-26T19:03:31.374Z] #109 10.21 Setting up vim-common (2:9.0.1378-2) ... [2024-04-26T19:03:31.374Z] #109 10.23 Setting up bash-completion (1:2.11-6) ... [2024-04-26T19:03:31.374Z] #109 10.25 Setting up xz-utils (5.4.1-0.2) ... [2024-04-26T19:03:31.374Z] #109 10.27 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2024-04-26T19:03:31.630Z] #109 10.28 Setting up libmnl0:arm64 (1.0.4-3) ... [2024-04-26T19:03:31.630Z] #109 10.29 Setting up patch (2.7.6-7) ... [2024-04-26T19:03:31.630Z] #109 10.31 Setting up sudo (1.9.13p3-1+deb12u1) ... [2024-04-26T19:03:31.630Z] #109 10.37 invoke-rc.d: could not determine current runlevel [2024-04-26T19:03:31.630Z] #109 10.38 invoke-rc.d: policy-rc.d denied execution of start. [2024-04-26T19:03:31.630Z] #109 10.38 Setting up libxtables12:arm64 (1.8.9-2) ... [2024-04-26T19:03:31.630Z] #109 10.39 Setting up liburcu8:arm64 (0.13.2-1) ... [2024-04-26T19:03:31.630Z] #109 10.41 Setting up libfdisk1:arm64 (2.38.1-5+deb12u1) ... [2024-04-26T19:03:31.630Z] #109 10.42 Setting up inetutils-ping (2:2.4-2+deb12u1) ... [2024-04-26T19:03:31.630Z] #109 10.43 Setting up pigz (2.6-1) ... [2024-04-26T19:03:31.630Z] #109 10.45 Setting up libnfnetlink0:arm64 (1.0.2-2) ... [2024-04-26T19:03:31.630Z] #109 10.47 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ... [2024-04-26T19:03:31.630Z] #109 10.51 Setting up sgml-base (1.31) ... [2024-04-26T19:03:31.981Z] #109 10.55 Setting up vim-runtime (2:9.0.1378-2) ... [2024-04-26T19:03:31.981Z] #109 10.62 Setting up libaio1:arm64 (0.3.113-4) ... [2024-04-26T19:03:31.981Z] #109 10.64 Setting up libelf1:arm64 (0.188-2.1) ... [2024-04-26T19:03:31.981Z] #109 10.65 Setting up libjson-c5:arm64 (0.16-2) ... [2024-04-26T19:03:31.981Z] #109 10.66 Setting up zstd (1.5.4+dfsg2-5) ... [2024-04-26T19:03:31.981Z] #109 10.68 Setting up libonig5:arm64 (6.9.8-1) ... [2024-04-26T19:03:31.981Z] #109 10.70 Setting up libbpf1:arm64 (1:1.1.0-1) ... [2024-04-26T19:03:31.981Z] #109 10.71 Setting up libkmod2:arm64 (30+20221128-1) ... [2024-04-26T19:03:31.981Z] #109 10.73 Setting up vim (2:9.0.1378-2) ... [2024-04-26T19:03:32.237Z] #109 10.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2024-04-26T19:03:32.237Z] #109 10.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2024-04-26T19:03:32.237Z] #109 10.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2024-04-26T19:03:32.237Z] #109 10.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2024-04-26T19:03:32.237Z] #109 10.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2024-04-26T19:03:32.237Z] #109 10.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2024-04-26T19:03:32.237Z] #109 10.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2024-04-26T19:03:32.237Z] #109 10.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2024-04-26T19:03:32.237Z] #109 10.79 Setting up libjq1:arm64 (1.6-2.1) ... [2024-04-26T19:03:32.237Z] #109 10.81 Setting up iproute2 (6.1.0-3) ... [2024-04-26T19:03:32.237Z] #109 10.96 debconf: unable to initialize frontend: Dialog [2024-04-26T19:03:32.237Z] #109 10.96 debconf: (TERM is not set, so the dialog frontend is not usable.) [2024-04-26T19:03:32.237Z] #109 10.96 debconf: falling back to frontend: Readline [2024-04-26T19:03:32.237Z] #109 10.97 debconf: unable to initialize frontend: Readline [2024-04-26T19:03:32.237Z] #109 10.97 debconf: (This frontend requires a controlling tty.) [2024-04-26T19:03:32.237Z] #109 10.97 debconf: falling back to frontend: Teletype [2024-04-26T19:03:32.237Z] #109 11.01 Setting up uidmap (1:4.13+dfsg1-1+b1) ... [2024-04-26T19:03:32.237Z] #109 11.04 Setting up libnftnl11:arm64 (1.2.4-2) ... [2024-04-26T19:03:32.237Z] #109 11.06 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ... [2024-04-26T19:03:32.237Z] #109 11.07 Setting up thin-provisioning-tools (0.9.0-2) ... [2024-04-26T19:03:32.495Z] #109 11.08 Setting up libsystemd-shared:arm64 (252.22-1~deb12u1) ... [2024-04-26T19:03:32.495Z] #109 11.10 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ... [2024-04-26T19:03:32.495Z] #109 11.11 Setting up jq (1.6-2.1) ... [2024-04-26T19:03:32.495Z] #109 11.12 Setting up iptables (1.8.9-2) ... [2024-04-26T19:03:32.495Z] #109 11.13 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2024-04-26T19:03:32.495Z] #109 11.14 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2024-04-26T19:03:32.495Z] #109 11.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2024-04-26T19:03:32.495Z] #109 11.15 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2024-04-26T19:03:32.495Z] #109 11.15 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2024-04-26T19:03:32.495Z] #109 11.16 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2024-04-26T19:03:32.495Z] #109 11.17 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2024-04-26T19:03:32.495Z] #109 11.18 Setting up dmsetup (2:1.02.185-2) ... [2024-04-26T19:03:32.495Z] #109 11.20 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2024-04-26T19:03:32.495Z] #109 11.22 Setting up systemd (252.22-1~deb12u1) ... [2024-04-26T19:03:32.495Z] #109 11.26 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2024-04-26T19:03:32.495Z] #109 11.27 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2024-04-26T19:03:32.495Z] #109 11.27 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2024-04-26T19:03:32.495Z] #109 11.28 Initializing machine ID from random generator. [2024-04-26T19:03:32.495Z] #109 11.30 Creating group 'systemd-journal' with GID 998. [2024-04-26T19:03:32.751Z] #109 11.30 Creating group 'systemd-network' with GID 997. [2024-04-26T19:03:32.751Z] #109 11.30 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997. [2024-04-26T19:03:32.751Z] #109 11.35 Setting up systemd-journal-remote (252.22-1~deb12u1) ... [2024-04-26T19:03:32.751Z] #109 11.38 Creating group 'systemd-journal-remote' with GID 996. [2024-04-26T19:03:32.751Z] #109 11.38 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996. [2024-04-26T19:03:32.751Z] #109 11.40 Setting up xfsprogs (6.1.0-1) ... [2024-04-26T19:03:32.751Z] #109 11.43 System has not been booted with systemd as init system (PID 1). Can't operate. [2024-04-26T19:03:32.751Z] #109 11.43 Failed to connect to bus: Host is down [2024-04-26T19:03:32.751Z] #109 11.43 Processing triggers for libc-bin (2.36-9+deb12u6) ... [2024-04-26T19:03:33.313Z] #109 DONE 11.9s [2024-04-26T19:03:33.313Z] [2024-04-26T19:03:33.313Z] #110 [dev-base 9/12] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2024-04-26T19:03:33.313Z] #110 0.193 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2024-04-26T19:03:33.569Z] #110 0.197 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2024-04-26T19:03:33.569Z] #110 0.201 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2024-04-26T19:03:33.569Z] #110 DONE 0.2s [2024-04-26T19:03:33.569Z] [2024-04-26T19:03:33.569Z] #111 [dev-base 10/12] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install --no-install-recommends -y gcc pkg-config dpkg-dev libapparmor-dev libseccomp-dev libsecret-1-dev libsystemd-dev libudev-dev yamllint [2024-04-26T19:03:34.131Z] #111 0.595 Hit:1 http://deb.debian.org/debian bookworm InRelease [2024-04-26T19:03:34.131Z] #111 0.595 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease [2024-04-26T19:03:34.131Z] #111 0.595 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease [2024-04-26T19:03:34.693Z] #111 0.768 Reading package lists... [2024-04-26T19:03:35.204Z] #111 1.340 Reading package lists... [2024-04-26T19:03:35.461Z] #111 1.901 Building dependency tree... [2024-04-26T19:03:35.716Z] #111 2.042 Reading state information... [2024-04-26T19:03:35.716Z] #111 2.235 gcc is already the newest version (4:12.2.0-3). [2024-04-26T19:03:35.716Z] #111 2.235 pkg-config is already the newest version (1.8.1-1). [2024-04-26T19:03:35.716Z] #111 2.235 The following additional packages will be installed: [2024-04-26T19:03:35.716Z] #111 2.235 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev [2024-04-26T19:03:35.716Z] #111 2.235 libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin [2024-04-26T19:03:35.716Z] #111 2.236 libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev [2024-04-26T19:03:35.716Z] #111 2.236 libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 [2024-04-26T19:03:35.716Z] #111 2.236 libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2 [2024-04-26T19:03:35.716Z] #111 2.236 python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources [2024-04-26T19:03:35.716Z] #111 2.236 python3-yaml uuid-dev zlib1g-dev [2024-04-26T19:03:35.716Z] #111 2.238 Suggested packages: [2024-04-26T19:03:35.716Z] #111 2.238 debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev [2024-04-26T19:03:35.717Z] #111 2.238 libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools [2024-04-26T19:03:35.717Z] #111 2.238 Recommended packages: [2024-04-26T19:03:35.717Z] #111 2.238 build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl [2024-04-26T19:03:35.717Z] #111 2.238 liblocale-gettext-perl shared-mime-info xdg-user-dirs [2024-04-26T19:03:35.972Z] #111 2.491 The following NEW packages will be installed: [2024-04-26T19:03:35.972Z] #111 2.492 dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev [2024-04-26T19:03:35.972Z] #111 2.492 libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 [2024-04-26T19:03:35.972Z] #111 2.492 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin [2024-04-26T19:03:35.972Z] #111 2.492 libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev [2024-04-26T19:03:35.972Z] #111 2.492 libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev [2024-04-26T19:03:35.972Z] #111 2.492 libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev [2024-04-26T19:03:35.972Z] #111 2.493 libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec [2024-04-26T19:03:35.972Z] #111 2.493 python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev [2024-04-26T19:03:36.229Z] #111 2.767 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded. [2024-04-26T19:03:36.229Z] #111 2.767 Need to get 11.9 MB of archives. [2024-04-26T19:03:36.229Z] #111 2.767 After this operation, 53.1 MB of additional disk space will be used. [2024-04-26T19:03:36.229Z] #111 2.767 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB] [2024-04-26T19:03:36.485Z] #111 2.775 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB] [2024-04-26T19:03:36.485Z] #111 2.781 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB] [2024-04-26T19:03:36.485Z] #111 2.787 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB] [2024-04-26T19:03:36.485Z] #111 2.788 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB] [2024-04-26T19:03:36.485Z] #111 2.789 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB] [2024-04-26T19:03:36.485Z] #111 2.789 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB] [2024-04-26T19:03:36.485Z] #111 2.790 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB] [2024-04-26T19:03:36.485Z] #111 2.790 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB] [2024-04-26T19:03:36.485Z] #111 2.791 Get:10 http://deb.debian.org/debian-security bookworm-security/main arm64 uuid-dev arm64 2.38.1-5+deb12u1 [40.3 kB] [2024-04-26T19:03:36.485Z] #111 2.793 Get:11 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB] [2024-04-26T19:03:36.485Z] #111 2.793 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB] [2024-04-26T19:03:36.485Z] #111 2.795 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB] [2024-04-26T19:03:36.485Z] #111 2.798 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB] [2024-04-26T19:03:36.485Z] #111 2.803 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB] [2024-04-26T19:03:36.485Z] #111 2.809 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB] [2024-04-26T19:03:36.485Z] #111 2.809 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB] [2024-04-26T19:03:36.485Z] #111 2.810 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB] [2024-04-26T19:03:36.485Z] #111 2.811 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB] [2024-04-26T19:03:36.485Z] #111 2.813 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB] [2024-04-26T19:03:36.485Z] #111 2.818 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB] [2024-04-26T19:03:36.485Z] #111 2.819 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB] [2024-04-26T19:03:36.485Z] #111 2.821 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB] [2024-04-26T19:03:36.485Z] #111 2.824 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB] [2024-04-26T19:03:36.485Z] #111 2.828 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB] [2024-04-26T19:03:36.485Z] #111 2.831 Get:26 http://deb.debian.org/debian-security bookworm-security/main arm64 libmount-dev arm64 2.38.1-5+deb12u1 [22.3 kB] [2024-04-26T19:03:36.485Z] #111 2.833 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB] [2024-04-26T19:03:36.485Z] #111 2.837 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB] [2024-04-26T19:03:36.485Z] #111 2.845 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB] [2024-04-26T19:03:36.485Z] #111 2.846 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB] [2024-04-26T19:03:36.485Z] #111 2.846 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB] [2024-04-26T19:03:36.485Z] #111 2.848 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB] [2024-04-26T19:03:36.485Z] #111 2.849 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB] [2024-04-26T19:03:36.485Z] #111 2.850 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB] [2024-04-26T19:03:36.485Z] #111 2.852 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB] [2024-04-26T19:03:36.485Z] #111 2.859 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB] [2024-04-26T19:03:36.485Z] #111 2.860 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB] [2024-04-26T19:03:36.485Z] #111 3.004 debconf: delaying package configuration, since apt-utils is not installed [2024-04-26T19:03:36.485Z] #111 3.038 Fetched 11.9 MB in 0s (33.1 MB/s) [2024-04-26T19:03:36.485Z] #111 3.061 Selecting previously unselected package libdpkg-perl. [2024-04-26T19:03:36.485Z] #111 3.061 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21013 files and directories currently installed.) [2024-04-26T19:03:36.485Z] #111 3.072 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ... [2024-04-26T19:03:36.485Z] #111 3.080 Unpacking libdpkg-perl (1.21.22) ... [2024-04-26T19:03:36.485Z] #111 3.151 Selecting previously unselected package dpkg-dev. [2024-04-26T19:03:36.741Z] #111 3.153 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ... [2024-04-26T19:03:36.741Z] #111 3.157 Unpacking dpkg-dev (1.21.22) ... [2024-04-26T19:03:36.741Z] #111 3.282 Selecting previously unselected package libglib2.0-0:arm64. [2024-04-26T19:03:36.741Z] #111 3.284 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ... [2024-04-26T19:03:36.741Z] #111 3.294 Unpacking libglib2.0-0:arm64 (2.74.6-2) ... [2024-04-26T19:03:36.741Z] #111 3.415 Selecting previously unselected package libgirepository-1.0-1:arm64. [2024-04-26T19:03:36.997Z] #111 3.417 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ... [2024-04-26T19:03:36.997Z] #111 3.422 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ... [2024-04-26T19:03:36.998Z] #111 3.458 Selecting previously unselected package gir1.2-glib-2.0:arm64. [2024-04-26T19:03:36.998Z] #111 3.460 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ... [2024-04-26T19:03:36.998Z] #111 3.465 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ... [2024-04-26T19:03:36.998Z] #111 3.507 Selecting previously unselected package libsecret-common. [2024-04-26T19:03:36.998Z] #111 3.509 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ... [2024-04-26T19:03:36.998Z] #111 3.513 Unpacking libsecret-common (0.20.5-3) ... [2024-04-26T19:03:36.998Z] #111 3.567 Selecting previously unselected package libsecret-1-0:arm64. [2024-04-26T19:03:36.998Z] #111 3.569 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ... [2024-04-26T19:03:36.998Z] #111 3.573 Unpacking libsecret-1-0:arm64 (0.20.5-3) ... [2024-04-26T19:03:36.998Z] #111 3.618 Selecting previously unselected package gir1.2-secret-1:arm64. [2024-04-26T19:03:36.998Z] #111 3.620 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ... [2024-04-26T19:03:36.998Z] #111 3.625 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ... [2024-04-26T19:03:36.998Z] #111 3.658 Selecting previously unselected package libapparmor-dev:arm64. [2024-04-26T19:03:36.998Z] #111 3.660 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ... [2024-04-26T19:03:36.998Z] #111 3.665 Unpacking libapparmor-dev:arm64 (3.0.8-3) ... [2024-04-26T19:03:36.998Z] #111 3.702 Selecting previously unselected package uuid-dev:arm64. [2024-04-26T19:03:37.254Z] #111 3.703 Preparing to unpack .../09-uuid-dev_2.38.1-5+deb12u1_arm64.deb ... [2024-04-26T19:03:37.254Z] #111 3.708 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-26T19:03:37.254Z] #111 3.741 Selecting previously unselected package libblkid-dev:arm64. [2024-04-26T19:03:37.254Z] #111 3.743 Preparing to unpack .../10-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ... [2024-04-26T19:03:37.254Z] #111 3.749 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-26T19:03:37.254Z] #111 3.792 Selecting previously unselected package libffi-dev:arm64. [2024-04-26T19:03:37.254Z] #111 3.794 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ... [2024-04-26T19:03:37.254Z] #111 3.799 Unpacking libffi-dev:arm64 (3.4.4-1) ... [2024-04-26T19:03:37.254Z] #111 3.837 Selecting previously unselected package libgpg-error-dev. [2024-04-26T19:03:37.254Z] #111 3.839 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ... [2024-04-26T19:03:37.254Z] #111 3.844 Unpacking libgpg-error-dev (1.46-1) ... [2024-04-26T19:03:37.254Z] #111 3.886 Selecting previously unselected package libgcrypt20-dev. [2024-04-26T19:03:37.254Z] #111 3.887 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ... [2024-04-26T19:03:37.254Z] #111 3.891 Unpacking libgcrypt20-dev (1.10.1-3) ... [2024-04-26T19:03:37.254Z] #111 3.969 Selecting previously unselected package libglib2.0-data. [2024-04-26T19:03:37.510Z] #111 3.971 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ... [2024-04-26T19:03:37.510Z] #111 3.976 Unpacking libglib2.0-data (2.74.6-2) ... [2024-04-26T19:03:37.510Z] #111 4.125 Selecting previously unselected package libglib2.0-bin. [2024-04-26T19:03:37.766Z] #111 4.127 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ... [2024-04-26T19:03:37.766Z] #111 4.132 Unpacking libglib2.0-bin (2.74.6-2) ... [2024-04-26T19:03:37.766Z] #111 4.191 Selecting previously unselected package python3-lib2to3. [2024-04-26T19:03:37.766Z] #111 4.193 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ... [2024-04-26T19:03:37.766Z] #111 4.199 Unpacking python3-lib2to3 (3.11.2-3) ... [2024-04-26T19:03:37.766Z] #111 4.244 Selecting previously unselected package python3-distutils. [2024-04-26T19:03:37.766Z] #111 4.246 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ... [2024-04-26T19:03:37.766Z] #111 4.250 Unpacking python3-distutils (3.11.2-3) ... [2024-04-26T19:03:37.766Z] #111 4.300 Selecting previously unselected package libglib2.0-dev-bin. [2024-04-26T19:03:37.766Z] #111 4.302 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ... [2024-04-26T19:03:37.766Z] #111 4.307 Unpacking libglib2.0-dev-bin (2.74.6-2) ... [2024-04-26T19:03:37.766Z] #111 4.348 Selecting previously unselected package libsepol-dev:arm64. [2024-04-26T19:03:37.766Z] #111 4.350 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ... [2024-04-26T19:03:37.766Z] #111 4.354 Unpacking libsepol-dev:arm64 (3.4-2.1) ... [2024-04-26T19:03:37.766Z] #111 4.424 Selecting previously unselected package libpcre2-16-0:arm64. [2024-04-26T19:03:37.766Z] #111 4.426 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ... [2024-04-26T19:03:37.766Z] #111 4.430 Unpacking libpcre2-16-0:arm64 (10.42-1) ... [2024-04-26T19:03:37.766Z] #111 4.481 Selecting previously unselected package libpcre2-32-0:arm64. [2024-04-26T19:03:38.022Z] #111 4.483 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ... [2024-04-26T19:03:38.022Z] #111 4.487 Unpacking libpcre2-32-0:arm64 (10.42-1) ... [2024-04-26T19:03:38.022Z] #111 4.541 Selecting previously unselected package libpcre2-posix3:arm64. [2024-04-26T19:03:38.022Z] #111 4.543 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ... [2024-04-26T19:03:38.022Z] #111 4.548 Unpacking libpcre2-posix3:arm64 (10.42-1) ... [2024-04-26T19:03:38.022Z] #111 4.586 Selecting previously unselected package libpcre2-dev:arm64. [2024-04-26T19:03:38.278Z] #111 4.588 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ... [2024-04-26T19:03:38.278Z] #111 4.591 Unpacking libpcre2-dev:arm64 (10.42-1) ... [2024-04-26T19:03:38.278Z] #111 4.668 Selecting previously unselected package libselinux1-dev:arm64. [2024-04-26T19:03:38.278Z] #111 4.670 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ... [2024-04-26T19:03:38.278Z] #111 4.674 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ... [2024-04-26T19:03:38.278Z] #111 4.741 Selecting previously unselected package libmount-dev:arm64. [2024-04-26T19:03:38.278Z] #111 4.743 Preparing to unpack .../25-libmount-dev_2.38.1-5+deb12u1_arm64.deb ... [2024-04-26T19:03:38.278Z] #111 4.747 Unpacking libmount-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-26T19:03:38.278Z] #111 4.777 Selecting previously unselected package zlib1g-dev:arm64. [2024-04-26T19:03:38.278Z] #111 4.779 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ... [2024-04-26T19:03:38.278Z] #111 4.782 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... [2024-04-26T19:03:38.278Z] #111 4.839 Selecting previously unselected package libglib2.0-dev:arm64. [2024-04-26T19:03:38.278Z] #111 4.841 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ... [2024-04-26T19:03:38.534Z] #111 4.848 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ... [2024-04-26T19:03:38.534Z] #111 5.012 Selecting previously unselected package libseccomp-dev:arm64. [2024-04-26T19:03:38.534Z] #111 5.014 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ... [2024-04-26T19:03:38.534Z] #111 5.019 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ... [2024-04-26T19:03:38.534Z] #111 5.062 Selecting previously unselected package libsecret-1-dev:arm64. [2024-04-26T19:03:38.534Z] #111 5.064 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ... [2024-04-26T19:03:38.534Z] #111 5.070 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ... [2024-04-26T19:03:38.534Z] #111 5.149 Selecting previously unselected package libsystemd-dev:arm64. [2024-04-26T19:03:38.790Z] #111 5.151 Preparing to unpack .../30-libsystemd-dev_252.22-1~deb12u1_arm64.deb ... [2024-04-26T19:03:38.790Z] #111 5.156 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ... [2024-04-26T19:03:38.790Z] #111 5.268 Selecting previously unselected package libudev-dev:arm64. [2024-04-26T19:03:38.790Z] #111 5.270 Preparing to unpack .../31-libudev-dev_252.22-1~deb12u1_arm64.deb ... [2024-04-26T19:03:38.790Z] #111 5.275 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ... [2024-04-26T19:03:38.790Z] #111 5.323 Selecting previously unselected package libyaml-0-2:arm64. [2024-04-26T19:03:38.790Z] #111 5.325 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ... [2024-04-26T19:03:38.790Z] #111 5.333 Unpacking libyaml-0-2:arm64 (0.2.5-1) ... [2024-04-26T19:03:38.790Z] #111 5.380 Selecting previously unselected package python3-pathspec. [2024-04-26T19:03:38.790Z] #111 5.382 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ... [2024-04-26T19:03:38.790Z] #111 5.388 Unpacking python3-pathspec (0.11.0-1) ... [2024-04-26T19:03:38.790Z] #111 5.425 Selecting previously unselected package python3-pkg-resources. [2024-04-26T19:03:38.790Z] #111 5.427 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ... [2024-04-26T19:03:38.790Z] #111 5.431 Unpacking python3-pkg-resources (66.1.1-1) ... [2024-04-26T19:03:38.790Z] #111 5.490 Selecting previously unselected package python3-yaml. [2024-04-26T19:03:39.045Z] #111 5.492 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ... [2024-04-26T19:03:39.045Z] #111 5.496 Unpacking python3-yaml (6.0-3+b2) ... [2024-04-26T19:03:39.045Z] #111 5.540 Selecting previously unselected package yamllint. [2024-04-26T19:03:39.045Z] #111 5.543 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ... [2024-04-26T19:03:39.045Z] #111 5.547 Unpacking yamllint (1.29.0-1) ... [2024-04-26T19:03:39.045Z] #111 5.601 Setting up python3-pkg-resources (66.1.1-1) ... [2024-04-26T19:03:39.301Z] #111 5.850 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ... [2024-04-26T19:03:39.557Z] #111 5.866 Setting up libyaml-0-2:arm64 (0.2.5-1) ... [2024-04-26T19:03:39.557Z] #111 5.881 Setting up libglib2.0-0:arm64 (2.74.6-2) ... [2024-04-26T19:03:39.557Z] #111 5.894 No schema files found: doing nothing. [2024-04-26T19:03:39.557Z] #111 5.901 Setting up python3-yaml (6.0-3+b2) ... [2024-04-26T19:03:39.557Z] #111 6.050 Setting up libffi-dev:arm64 (3.4.4-1) ... [2024-04-26T19:03:39.557Z] #111 6.061 Setting up libpcre2-16-0:arm64 (10.42-1) ... [2024-04-26T19:03:39.557Z] #111 6.074 Setting up libpcre2-32-0:arm64 (10.42-1) ... [2024-04-26T19:03:39.557Z] #111 6.087 Setting up libglib2.0-data (2.74.6-2) ... [2024-04-26T19:03:39.557Z] #111 6.099 Setting up libgpg-error-dev (1.46-1) ... [2024-04-26T19:03:39.557Z] #111 6.111 Setting up uuid-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-26T19:03:39.557Z] #111 6.122 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ... [2024-04-26T19:03:39.557Z] #111 6.134 Setting up libsepol-dev:arm64 (3.4-2.1) ... [2024-04-26T19:03:39.557Z] #111 6.147 Setting up libdpkg-perl (1.21.22) ... [2024-04-26T19:03:39.557Z] #111 6.159 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... [2024-04-26T19:03:39.813Z] #111 6.172 Setting up libpcre2-posix3:arm64 (10.42-1) ... [2024-04-26T19:03:39.813Z] #111 6.184 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ... [2024-04-26T19:03:39.813Z] #111 6.197 Setting up libapparmor-dev:arm64 (3.0.8-3) ... [2024-04-26T19:03:39.813Z] #111 6.209 Setting up python3-pathspec (0.11.0-1) ... [2024-04-26T19:03:39.813Z] #111 6.335 Setting up python3-lib2to3 (3.11.2-3) ... [2024-04-26T19:03:39.813Z] #111 6.446 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ... [2024-04-26T19:03:40.069Z] #111 6.464 Setting up libsecret-common (0.20.5-3) ... [2024-04-26T19:03:40.069Z] #111 6.476 Setting up python3-distutils (3.11.2-3) ... [2024-04-26T19:03:40.069Z] #111 6.604 Setting up libglib2.0-dev-bin (2.74.6-2) ... [2024-04-26T19:03:40.069Z] #111 6.754 Setting up libblkid-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-26T19:03:40.324Z] #111 6.767 Setting up libpcre2-dev:arm64 (10.42-1) ... [2024-04-26T19:03:40.324Z] #111 6.780 Setting up libselinux1-dev:arm64 (3.4-1+b6) ... [2024-04-26T19:03:40.324Z] #111 6.792 Setting up libglib2.0-bin (2.74.6-2) ... [2024-04-26T19:03:40.324Z] #111 6.805 Setting up dpkg-dev (1.21.22) ... [2024-04-26T19:03:40.324Z] #111 6.826 Setting up libsecret-1-0:arm64 (0.20.5-3) ... [2024-04-26T19:03:40.324Z] #111 6.837 Setting up yamllint (1.29.0-1) ... [2024-04-26T19:03:40.324Z] #111 6.976 Setting up libgcrypt20-dev (1.10.1-3) ... [2024-04-26T19:03:40.580Z] #111 6.990 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ... [2024-04-26T19:03:40.580Z] #111 7.002 Setting up libmount-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-26T19:03:40.580Z] #111 7.016 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ... [2024-04-26T19:03:40.580Z] #111 7.030 Setting up libglib2.0-dev:arm64 (2.74.6-2) ... [2024-04-26T19:03:40.580Z] #111 7.042 Setting up libsecret-1-dev:arm64 (0.20.5-3) ... [2024-04-26T19:03:40.580Z] #111 7.056 Processing triggers for libc-bin (2.36-9+deb12u6) ... [2024-04-26T19:03:40.836Z] #111 DONE 7.4s [2024-04-26T19:03:40.836Z] [2024-04-26T19:03:40.836Z] #112 [dev-base 11/12] COPY --link --from=dockercli /build/ /usr/local/cli [2024-04-26T19:03:40.836Z] #112 DONE 0.1s [2024-04-26T19:03:41.092Z] [2024-04-26T19:03:41.092Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration [2024-04-26T19:03:41.092Z] #113 DONE 0.1s [2024-04-26T19:03:41.092Z] [2024-04-26T19:03:41.092Z] #114 [dev 1/1] COPY --link . . [2024-04-26T19:03:42.458Z] #114 DONE 1.2s [2024-04-26T19:03:42.458Z] [2024-04-26T19:03:42.458Z] #115 exporting to image [2024-04-26T19:03:42.458Z] #115 exporting layers [2024-04-26T19:03:43.386Z] #115 exporting layers 1.1s done [2024-04-26T19:03:43.386Z] #115 writing image sha256:c84d5351385fb667aabd4257b3cddce1c1f97e3375fb569e86f0e9c15d6be991 done [2024-04-26T19:03:43.386Z] #115 naming to docker.io/library/docker:1d6ca63a6e29e3dc659020536041e7692a321f8f done [2024-04-26T19:03:43.386Z] #115 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2024-04-26T19:03:43.674Z] + sudo modprobe ip6table_filter [Pipeline] sh [2024-04-26T19:03:44.203Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47769/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1d6ca63a6e29e3dc659020536041e7692a321f8f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1d6ca63a6e29e3dc659020536041e7692a321f8f hack/test/unit [2024-04-26T19:03:44.459Z] + BUILDFLAGS=(-tags 'netgo journald') [2024-04-26T19:03:44.459Z] + TESTFLAGS+=' -test.timeout=5m' [2024-04-26T19:03:44.459Z] + TESTDIRS=./... [2024-04-26T19:03:44.459Z] + exclude_paths='/vendor/|/integration' [2024-04-26T19:03:44.459Z] ++ go list ./... [2024-04-26T19:03:44.459Z] ++ grep -vE '(/vendor/|/integration)' [2024-04-26T19:03:45.022Z] + pkg_list='github.com/docker/docker/api [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/backend/build [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/httpstatus [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/httputils [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/middleware [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/build [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/container [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/debug [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/distribution [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/grpc [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/image [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/network [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/plugin [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/session [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/swarm [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/system [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/server/router/volume [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/backend [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/blkiodev [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/checkpoint [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/container [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/events [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/filters [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/image [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/mount [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/network [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/registry [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/strslice [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/swarm [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/system [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/time [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/versions [2024-04-26T19:03:45.022Z] github.com/docker/docker/api/types/volume [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/builder-next [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/builder-next/worker [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/dockerfile [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/remotecontext [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/remotecontext/git [2024-04-26T19:03:45.022Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-26T19:03:45.022Z] github.com/docker/docker/cli/debug [2024-04-26T19:03:45.022Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-26T19:03:45.022Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-26T19:03:45.022Z] github.com/docker/docker/client [2024-04-26T19:03:45.022Z] github.com/docker/docker/client/buildkit [2024-04-26T19:03:45.022Z] github.com/docker/docker/cmd/docker-proxy [2024-04-26T19:03:45.022Z] github.com/docker/docker/cmd/dockerd [2024-04-26T19:03:45.022Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-26T19:03:45.022Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-26T19:03:45.022Z] github.com/docker/docker/container [2024-04-26T19:03:45.022Z] github.com/docker/docker/container/stream [2024-04-26T19:03:45.022Z] github.com/docker/docker/contrib/apparmor [2024-04-26T19:03:45.022Z] github.com/docker/docker/contrib/httpserver [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/cluster [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/cluster/convert [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/cluster/executor [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/cluster/provider [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/config [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/containerd [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/events [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/events/testutils [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/graphdriver [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/images [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/initlayer [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/links [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/listeners [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/gelf [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/journald [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/local [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/splunk [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/syslog [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/logger/templates [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/names [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/network [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/snapshotter [2024-04-26T19:03:45.022Z] github.com/docker/docker/daemon/stats [2024-04-26T19:03:45.022Z] github.com/docker/docker/distribution [2024-04-26T19:03:45.022Z] github.com/docker/docker/distribution/metadata [2024-04-26T19:03:45.022Z] github.com/docker/docker/distribution/utils [2024-04-26T19:03:45.022Z] github.com/docker/docker/distribution/xfer [2024-04-26T19:03:45.022Z] github.com/docker/docker/dockerversion [2024-04-26T19:03:45.022Z] github.com/docker/docker/errdefs [2024-04-26T19:03:45.022Z] github.com/docker/docker/image [2024-04-26T19:03:45.022Z] github.com/docker/docker/image/cache [2024-04-26T19:03:45.022Z] github.com/docker/docker/image/spec/specs-go [2024-04-26T19:03:45.022Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-26T19:03:45.022Z] github.com/docker/docker/image/tarexport [2024-04-26T19:03:45.022Z] github.com/docker/docker/image/v1 [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/cleanups [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/compatcontext [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/mod [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/mounttree [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/multierror [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/safepath [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/sliceutil [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/test/suite [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/testutils [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/unix_noeintr [2024-04-26T19:03:45.022Z] github.com/docker/docker/internal/unshare [2024-04-26T19:03:45.022Z] github.com/docker/docker/layer [2024-04-26T19:03:45.022Z] github.com/docker/docker/libcontainerd [2024-04-26T19:03:45.022Z] github.com/docker/docker/libcontainerd/queue [2024-04-26T19:03:45.022Z] github.com/docker/docker/libcontainerd/remote [2024-04-26T19:03:45.022Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-26T19:03:45.022Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-26T19:03:45.022Z] github.com/docker/docker/libcontainerd/types [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/bitmap [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/cluster [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/config [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/datastore [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/driverapi [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-26T19:03:45.022Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/etchosts [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipam [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipbits [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/iptables [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/netlabel [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/netutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/networkdb [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ns [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/options [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/osl [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/portallocator [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/portmapper [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/scope [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/types [2024-04-26T19:03:45.023Z] github.com/docker/docker/oci [2024-04-26T19:03:45.023Z] github.com/docker/docker/oci/caps [2024-04-26T19:03:45.023Z] github.com/docker/docker/opts [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/archive [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/authorization [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/broadcaster [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/capabilities [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/chrootarchive [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/containerfs [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/directory [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/dmesg [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/fileutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/homedir [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/idtools [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/ioutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/jsonmessage [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/longpath [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/meminfo [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/namesgenerator [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/parsers [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/pidfile [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/platform [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugingetter [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugins [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugins/transport [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/pools [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/process [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/progress [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/reexec [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/rootless [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/stack [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/stdcopy [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/streamformatter [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/stringid [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/sysinfo [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/system [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/tailfile [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/tarsum [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/useragent [2024-04-26T19:03:45.023Z] github.com/docker/docker/plugin [2024-04-26T19:03:45.023Z] github.com/docker/docker/plugin/executor/containerd [2024-04-26T19:03:45.023Z] github.com/docker/docker/plugin/v2 [2024-04-26T19:03:45.023Z] github.com/docker/docker/profiles/apparmor [2024-04-26T19:03:45.023Z] github.com/docker/docker/profiles/seccomp [2024-04-26T19:03:45.023Z] github.com/docker/docker/quota [2024-04-26T19:03:45.023Z] github.com/docker/docker/reference [2024-04-26T19:03:45.023Z] github.com/docker/docker/registry [2024-04-26T19:03:45.023Z] github.com/docker/docker/registry/resumable [2024-04-26T19:03:45.023Z] github.com/docker/docker/restartmanager [2024-04-26T19:03:45.023Z] github.com/docker/docker/runconfig [2024-04-26T19:03:45.023Z] github.com/docker/docker/runconfig/opts [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/daemon [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/environment [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fakecontext [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fakegit [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fakestorage [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fixtures/load [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/registry [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/request [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/drivers [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/local [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/mounts [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/service [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/service/opts [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/testutils' [2024-04-26T19:03:45.023Z] ++ grep --fixed-strings -v /libnetwork [2024-04-26T19:03:45.023Z] ++ echo 'github.com/docker/docker/api [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/backend/build [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/httpstatus [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/httputils [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/middleware [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/build [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/container [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/debug [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/distribution [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/grpc [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/image [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/network [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/plugin [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/session [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/swarm [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/system [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/volume [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/backend [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/blkiodev [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/checkpoint [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/container [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/events [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/filters [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/image [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/mount [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/network [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/registry [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/strslice [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/swarm [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/system [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/time [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/versions [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/volume [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/worker [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/dockerfile [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/remotecontext [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/remotecontext/git [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-26T19:03:45.023Z] github.com/docker/docker/cli/debug [2024-04-26T19:03:45.023Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-26T19:03:45.023Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-26T19:03:45.023Z] github.com/docker/docker/client [2024-04-26T19:03:45.023Z] github.com/docker/docker/client/buildkit [2024-04-26T19:03:45.023Z] github.com/docker/docker/cmd/docker-proxy [2024-04-26T19:03:45.023Z] github.com/docker/docker/cmd/dockerd [2024-04-26T19:03:45.023Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-26T19:03:45.023Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-26T19:03:45.023Z] github.com/docker/docker/container [2024-04-26T19:03:45.023Z] github.com/docker/docker/container/stream [2024-04-26T19:03:45.023Z] github.com/docker/docker/contrib/apparmor [2024-04-26T19:03:45.023Z] github.com/docker/docker/contrib/httpserver [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster/convert [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster/executor [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster/provider [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/config [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/containerd [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/events [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/events/testutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/images [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/initlayer [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/links [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/listeners [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/gelf [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/journald [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/local [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/splunk [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/syslog [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/templates [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/names [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/network [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/snapshotter [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/stats [2024-04-26T19:03:45.023Z] github.com/docker/docker/distribution [2024-04-26T19:03:45.023Z] github.com/docker/docker/distribution/metadata [2024-04-26T19:03:45.023Z] github.com/docker/docker/distribution/utils [2024-04-26T19:03:45.023Z] github.com/docker/docker/distribution/xfer [2024-04-26T19:03:45.023Z] github.com/docker/docker/dockerversion [2024-04-26T19:03:45.023Z] github.com/docker/docker/errdefs [2024-04-26T19:03:45.023Z] github.com/docker/docker/image [2024-04-26T19:03:45.023Z] github.com/docker/docker/image/cache [2024-04-26T19:03:45.023Z] github.com/docker/docker/image/spec/specs-go [2024-04-26T19:03:45.023Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-26T19:03:45.023Z] github.com/docker/docker/image/tarexport [2024-04-26T19:03:45.023Z] github.com/docker/docker/image/v1 [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/cleanups [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/compatcontext [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/mod [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/mounttree [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/multierror [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/safepath [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/sliceutil [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/test/suite [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/testutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/unix_noeintr [2024-04-26T19:03:45.023Z] github.com/docker/docker/internal/unshare [2024-04-26T19:03:45.023Z] github.com/docker/docker/layer [2024-04-26T19:03:45.023Z] github.com/docker/docker/libcontainerd [2024-04-26T19:03:45.023Z] github.com/docker/docker/libcontainerd/queue [2024-04-26T19:03:45.023Z] github.com/docker/docker/libcontainerd/remote [2024-04-26T19:03:45.023Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-26T19:03:45.023Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-26T19:03:45.023Z] github.com/docker/docker/libcontainerd/types [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/bitmap [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/cluster [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/config [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/datastore [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/driverapi [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/etchosts [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipam [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ipbits [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/iptables [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/netlabel [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/netutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/networkdb [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/ns [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/options [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/osl [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/portallocator [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/portmapper [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/scope [2024-04-26T19:03:45.023Z] github.com/docker/docker/libnetwork/types [2024-04-26T19:03:45.023Z] github.com/docker/docker/oci [2024-04-26T19:03:45.023Z] github.com/docker/docker/oci/caps [2024-04-26T19:03:45.023Z] github.com/docker/docker/opts [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/archive [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/authorization [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/broadcaster [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/capabilities [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/chrootarchive [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/containerfs [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/directory [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/dmesg [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/fileutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/homedir [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/idtools [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/ioutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/jsonmessage [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/longpath [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/meminfo [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/namesgenerator [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/parsers [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/pidfile [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/platform [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugingetter [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugins [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/plugins/transport [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/pools [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/process [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/progress [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/reexec [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/rootless [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/stack [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/stdcopy [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/streamformatter [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/stringid [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/sysinfo [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/system [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/tailfile [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/tarsum [2024-04-26T19:03:45.023Z] github.com/docker/docker/pkg/useragent [2024-04-26T19:03:45.023Z] github.com/docker/docker/plugin [2024-04-26T19:03:45.023Z] github.com/docker/docker/plugin/executor/containerd [2024-04-26T19:03:45.023Z] github.com/docker/docker/plugin/v2 [2024-04-26T19:03:45.023Z] github.com/docker/docker/profiles/apparmor [2024-04-26T19:03:45.023Z] github.com/docker/docker/profiles/seccomp [2024-04-26T19:03:45.023Z] github.com/docker/docker/quota [2024-04-26T19:03:45.023Z] github.com/docker/docker/reference [2024-04-26T19:03:45.023Z] github.com/docker/docker/registry [2024-04-26T19:03:45.023Z] github.com/docker/docker/registry/resumable [2024-04-26T19:03:45.023Z] github.com/docker/docker/restartmanager [2024-04-26T19:03:45.023Z] github.com/docker/docker/runconfig [2024-04-26T19:03:45.023Z] github.com/docker/docker/runconfig/opts [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/daemon [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/environment [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fakecontext [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fakegit [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fakestorage [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fixtures/load [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/registry [2024-04-26T19:03:45.023Z] github.com/docker/docker/testutil/request [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/drivers [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/local [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/mounts [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/service [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/service/opts [2024-04-26T19:03:45.023Z] github.com/docker/docker/volume/testutils' [2024-04-26T19:03:45.023Z] + base_pkg_list='github.com/docker/docker/api [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/backend/build [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/httpstatus [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/httputils [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/middleware [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/build [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/container [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/debug [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/distribution [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/grpc [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/image [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/network [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/plugin [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/session [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/swarm [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/system [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/server/router/volume [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/backend [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/blkiodev [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/checkpoint [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/container [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/events [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/filters [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/image [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/mount [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/network [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/registry [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/strslice [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/swarm [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/system [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/time [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/versions [2024-04-26T19:03:45.023Z] github.com/docker/docker/api/types/volume [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/worker [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/dockerfile [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/remotecontext [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/remotecontext/git [2024-04-26T19:03:45.023Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-26T19:03:45.023Z] github.com/docker/docker/cli/debug [2024-04-26T19:03:45.023Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-26T19:03:45.023Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-26T19:03:45.023Z] github.com/docker/docker/client [2024-04-26T19:03:45.023Z] github.com/docker/docker/client/buildkit [2024-04-26T19:03:45.023Z] github.com/docker/docker/cmd/docker-proxy [2024-04-26T19:03:45.023Z] github.com/docker/docker/cmd/dockerd [2024-04-26T19:03:45.023Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-26T19:03:45.023Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-26T19:03:45.023Z] github.com/docker/docker/container [2024-04-26T19:03:45.023Z] github.com/docker/docker/container/stream [2024-04-26T19:03:45.023Z] github.com/docker/docker/contrib/apparmor [2024-04-26T19:03:45.023Z] github.com/docker/docker/contrib/httpserver [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster/convert [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster/executor [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/cluster/provider [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/config [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/containerd [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/events [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/events/testutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/images [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/initlayer [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/links [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/listeners [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/gelf [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/journald [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-26T19:03:45.023Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/local [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/splunk [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/syslog [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/templates [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/names [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/network [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/snapshotter [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/stats [2024-04-26T19:03:45.024Z] github.com/docker/docker/distribution [2024-04-26T19:03:45.024Z] github.com/docker/docker/distribution/metadata [2024-04-26T19:03:45.024Z] github.com/docker/docker/distribution/utils [2024-04-26T19:03:45.024Z] github.com/docker/docker/distribution/xfer [2024-04-26T19:03:45.024Z] github.com/docker/docker/dockerversion [2024-04-26T19:03:45.024Z] github.com/docker/docker/errdefs [2024-04-26T19:03:45.024Z] github.com/docker/docker/image [2024-04-26T19:03:45.024Z] github.com/docker/docker/image/cache [2024-04-26T19:03:45.024Z] github.com/docker/docker/image/spec/specs-go [2024-04-26T19:03:45.024Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-26T19:03:45.024Z] github.com/docker/docker/image/tarexport [2024-04-26T19:03:45.024Z] github.com/docker/docker/image/v1 [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/cleanups [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/compatcontext [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/mod [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/mounttree [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/multierror [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/safepath [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/sliceutil [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/test/suite [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/testutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/unix_noeintr [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/unshare [2024-04-26T19:03:45.024Z] github.com/docker/docker/layer [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd/queue [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd/remote [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd/types [2024-04-26T19:03:45.024Z] github.com/docker/docker/oci [2024-04-26T19:03:45.024Z] github.com/docker/docker/oci/caps [2024-04-26T19:03:45.024Z] github.com/docker/docker/opts [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/archive [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/authorization [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/broadcaster [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/capabilities [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/chrootarchive [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/containerfs [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/directory [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/dmesg [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/fileutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/homedir [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/idtools [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/ioutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/jsonmessage [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/longpath [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/meminfo [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/namesgenerator [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/parsers [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/pidfile [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/platform [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugingetter [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugins [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugins/transport [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/pools [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/process [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/progress [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/reexec [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/rootless [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/stack [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/stdcopy [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/streamformatter [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/stringid [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/sysinfo [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/system [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/tailfile [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/tarsum [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/useragent [2024-04-26T19:03:45.024Z] github.com/docker/docker/plugin [2024-04-26T19:03:45.024Z] github.com/docker/docker/plugin/executor/containerd [2024-04-26T19:03:45.024Z] github.com/docker/docker/plugin/v2 [2024-04-26T19:03:45.024Z] github.com/docker/docker/profiles/apparmor [2024-04-26T19:03:45.024Z] github.com/docker/docker/profiles/seccomp [2024-04-26T19:03:45.024Z] github.com/docker/docker/quota [2024-04-26T19:03:45.024Z] github.com/docker/docker/reference [2024-04-26T19:03:45.024Z] github.com/docker/docker/registry [2024-04-26T19:03:45.024Z] github.com/docker/docker/registry/resumable [2024-04-26T19:03:45.024Z] github.com/docker/docker/restartmanager [2024-04-26T19:03:45.024Z] github.com/docker/docker/runconfig [2024-04-26T19:03:45.024Z] github.com/docker/docker/runconfig/opts [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/daemon [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/environment [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fakecontext [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fakegit [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fakestorage [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fixtures/load [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/registry [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/request [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/drivers [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/local [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/mounts [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/service [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/service/opts [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/testutils' [2024-04-26T19:03:45.024Z] ++ grep --fixed-strings /libnetwork [2024-04-26T19:03:45.024Z] ++ echo 'github.com/docker/docker/api [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/backend/build [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/httpstatus [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/httputils [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/middleware [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/build [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/container [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/debug [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/distribution [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/grpc [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/image [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/network [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/plugin [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/session [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/swarm [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/system [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/server/router/volume [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/backend [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/blkiodev [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/checkpoint [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/container [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/events [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/filters [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/image [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/mount [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/network [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/registry [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/strslice [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/swarm [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/system [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/time [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/versions [2024-04-26T19:03:45.024Z] github.com/docker/docker/api/types/volume [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/builder-next [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/builder-next/worker [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/dockerfile [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/remotecontext [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/remotecontext/git [2024-04-26T19:03:45.024Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-26T19:03:45.024Z] github.com/docker/docker/cli/debug [2024-04-26T19:03:45.024Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-26T19:03:45.024Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-26T19:03:45.024Z] github.com/docker/docker/client [2024-04-26T19:03:45.024Z] github.com/docker/docker/client/buildkit [2024-04-26T19:03:45.024Z] github.com/docker/docker/cmd/docker-proxy [2024-04-26T19:03:45.024Z] github.com/docker/docker/cmd/dockerd [2024-04-26T19:03:45.024Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-26T19:03:45.024Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-26T19:03:45.024Z] github.com/docker/docker/container [2024-04-26T19:03:45.024Z] github.com/docker/docker/container/stream [2024-04-26T19:03:45.024Z] github.com/docker/docker/contrib/apparmor [2024-04-26T19:03:45.024Z] github.com/docker/docker/contrib/httpserver [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/cluster [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/cluster/convert [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/cluster/executor [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/cluster/provider [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/config [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/containerd [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/events [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/events/testutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/graphdriver [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/images [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/initlayer [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/links [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/listeners [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/gelf [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/journald [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/local [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/splunk [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/syslog [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/logger/templates [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/names [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/network [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/snapshotter [2024-04-26T19:03:45.024Z] github.com/docker/docker/daemon/stats [2024-04-26T19:03:45.024Z] github.com/docker/docker/distribution [2024-04-26T19:03:45.024Z] github.com/docker/docker/distribution/metadata [2024-04-26T19:03:45.024Z] github.com/docker/docker/distribution/utils [2024-04-26T19:03:45.024Z] github.com/docker/docker/distribution/xfer [2024-04-26T19:03:45.024Z] github.com/docker/docker/dockerversion [2024-04-26T19:03:45.024Z] github.com/docker/docker/errdefs [2024-04-26T19:03:45.024Z] github.com/docker/docker/image [2024-04-26T19:03:45.024Z] github.com/docker/docker/image/cache [2024-04-26T19:03:45.024Z] github.com/docker/docker/image/spec/specs-go [2024-04-26T19:03:45.024Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-26T19:03:45.024Z] github.com/docker/docker/image/tarexport [2024-04-26T19:03:45.024Z] github.com/docker/docker/image/v1 [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/cleanups [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/compatcontext [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/mod [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/mounttree [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/multierror [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/safepath [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/sliceutil [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/test/suite [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/testutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/unix_noeintr [2024-04-26T19:03:45.024Z] github.com/docker/docker/internal/unshare [2024-04-26T19:03:45.024Z] github.com/docker/docker/layer [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd/queue [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd/remote [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-26T19:03:45.024Z] github.com/docker/docker/libcontainerd/types [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/bitmap [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cluster [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/config [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/datastore [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/driverapi [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/etchosts [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipam [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipbits [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/iptables [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/netlabel [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/netutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/networkdb [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ns [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/options [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/osl [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/portallocator [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/portmapper [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/scope [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/types [2024-04-26T19:03:45.024Z] github.com/docker/docker/oci [2024-04-26T19:03:45.024Z] github.com/docker/docker/oci/caps [2024-04-26T19:03:45.024Z] github.com/docker/docker/opts [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/archive [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/authorization [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/broadcaster [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/capabilities [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/chrootarchive [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/containerfs [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/directory [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/dmesg [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/fileutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/homedir [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/idtools [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/ioutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/jsonmessage [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/longpath [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/meminfo [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/namesgenerator [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/parsers [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/pidfile [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/platform [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugingetter [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugins [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/plugins/transport [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/pools [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/process [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/progress [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/reexec [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/rootless [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/stack [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/stdcopy [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/streamformatter [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/stringid [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/sysinfo [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/system [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/tailfile [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/tarsum [2024-04-26T19:03:45.024Z] github.com/docker/docker/pkg/useragent [2024-04-26T19:03:45.024Z] github.com/docker/docker/plugin [2024-04-26T19:03:45.024Z] github.com/docker/docker/plugin/executor/containerd [2024-04-26T19:03:45.024Z] github.com/docker/docker/plugin/v2 [2024-04-26T19:03:45.024Z] github.com/docker/docker/profiles/apparmor [2024-04-26T19:03:45.024Z] github.com/docker/docker/profiles/seccomp [2024-04-26T19:03:45.024Z] github.com/docker/docker/quota [2024-04-26T19:03:45.024Z] github.com/docker/docker/reference [2024-04-26T19:03:45.024Z] github.com/docker/docker/registry [2024-04-26T19:03:45.024Z] github.com/docker/docker/registry/resumable [2024-04-26T19:03:45.024Z] github.com/docker/docker/restartmanager [2024-04-26T19:03:45.024Z] github.com/docker/docker/runconfig [2024-04-26T19:03:45.024Z] github.com/docker/docker/runconfig/opts [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/daemon [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/environment [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fakecontext [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fakegit [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fakestorage [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fixtures/load [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/registry [2024-04-26T19:03:45.024Z] github.com/docker/docker/testutil/request [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/drivers [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/local [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/mounts [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/service [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/service/opts [2024-04-26T19:03:45.024Z] github.com/docker/docker/volume/testutils' [2024-04-26T19:03:45.024Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/bitmap [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cluster [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/config [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/datastore [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/driverapi [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/etchosts [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipam [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ipbits [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/iptables [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/netlabel [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/netutils [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/networkdb [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/ns [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/options [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/osl [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/portallocator [2024-04-26T19:03:45.024Z] github.com/docker/docker/libnetwork/portmapper [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/scope [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/types' [2024-04-26T19:03:45.025Z] + echo 'github.com/docker/docker/libnetwork [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/bitmap [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/cluster [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/config [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/datastore [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/driverapi [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/etchosts [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/ipam [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/ipa+ grep --fixed-strings libnetwork/drivers/bridge [2024-04-26T19:03:45.025Z] mapi [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/ipbits [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/iptables [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/netlabel [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/netutils [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/networkdb [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/ns [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/options [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/osl [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/portallocator [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/portmapper [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/scope [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/types' [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-26T19:03:45.025Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-26T19:03:45.025Z] + type docker-proxy [2024-04-26T19:03:45.025Z] hack/test/unit: line 25: type: docker-proxy: not found [2024-04-26T19:03:45.025Z] + hack/make.sh binary-proxy install-proxy [2024-04-26T19:03:45.025Z] [2024-04-26T19:03:45.025Z] Removing bundles/ [2024-04-26T19:03:45.025Z] [2024-04-26T19:03:45.025Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2024-04-26T19:03:45.025Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2024-04-26T19:03:45.025Z] + tee /go/src/github.com/docker/docker/go.mod [2024-04-26T19:03:45.025Z] module github.com/docker/docker [2024-04-26T19:03:45.025Z] [2024-04-26T19:03:45.025Z] go 1.21 [2024-04-26T19:03:45.025Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-04-26T19:03:45.025Z] + GO111MODULE=on [2024-04-26T19:03:45.025Z] + GOTOOLCHAIN=local [2024-04-26T19:03:45.025Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/binary-proxy/docker-proxy -tags 'netgo osusergo static_build journald' -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=1d6ca63a6e29e3dc659020536041e7692a321f8f" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-26T19:03:44.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy [2024-04-26T19:03:49.194Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-04-26T19:03:49.194Z] Created binary: bundles/binary-proxy/docker-proxy [2024-04-26T19:03:49.194Z] [2024-04-26T19:03:49.194Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2024-04-26T19:03:49.194Z] Installing docker-proxy to /usr/local/bin/ [2024-04-26T19:03:49.194Z] [2024-04-26T19:03:49.194Z] + mkdir -p bundles [2024-04-26T19:03:49.194Z] + '[' -n 'github.com/docker/docker/api [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/backend/build [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/httpstatus [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/httputils [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/middleware [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/build [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/container [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/debug [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/distribution [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/grpc [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/image [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/network [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/plugin [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/session [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/swarm [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/system [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/server/router/volume [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/backend [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/blkiodev [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/checkpoint [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/container [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/events [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/filters [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/image [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/mount [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/network [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/registry [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/strslice [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/swarm [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/system [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/time [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/versions [2024-04-26T19:03:49.194Z] github.com/docker/docker/api/types/volume [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/builder-next [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/builder-next/worker [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/dockerfile [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/remotecontext [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/remotecontext/git [2024-04-26T19:03:49.194Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-26T19:03:49.194Z] github.com/docker/docker/cli/debug [2024-04-26T19:03:49.194Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-26T19:03:49.194Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-26T19:03:49.194Z] github.com/docker/docker/client [2024-04-26T19:03:49.194Z] github.com/docker/docker/client/buildkit [2024-04-26T19:03:49.194Z] github.com/docker/docker/cmd/docker-proxy [2024-04-26T19:03:49.194Z] github.com/docker/docker/cmd/dockerd [2024-04-26T19:03:49.194Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-26T19:03:49.194Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-26T19:03:49.194Z] github.com/docker/docker/container [2024-04-26T19:03:49.194Z] github.com/docker/docker/container/stream [2024-04-26T19:03:49.194Z] github.com/docker/docker/contrib/apparmor [2024-04-26T19:03:49.194Z] github.com/docker/docker/contrib/httpserver [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/cluster [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/cluster/convert [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/cluster/executor [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/cluster/provider [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/config [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/containerd [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/events [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/events/testutils [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/graphdriver [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/images [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/initlayer [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/links [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/listeners [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/gelf [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/journald [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/local [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/splunk [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/syslog [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/logger/templates [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/names [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/network [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/snapshotter [2024-04-26T19:03:49.194Z] github.com/docker/docker/daemon/stats [2024-04-26T19:03:49.194Z] github.com/docker/docker/distribution [2024-04-26T19:03:49.194Z] github.com/docker/docker/distribution/metadata [2024-04-26T19:03:49.194Z] github.com/docker/docker/distribution/utils [2024-04-26T19:03:49.194Z] github.com/docker/docker/distribution/xfer [2024-04-26T19:03:49.194Z] github.com/docker/docker/dockerversion [2024-04-26T19:03:49.194Z] github.com/docker/docker/errdefs [2024-04-26T19:03:49.194Z] github.com/docker/docker/image [2024-04-26T19:03:49.194Z] github.com/docker/docker/image/cache [2024-04-26T19:03:49.194Z] github.com/docker/docker/image/spec/specs-go [2024-04-26T19:03:49.194Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-26T19:03:49.194Z] github.com/docker/docker/image/tarexport [2024-04-26T19:03:49.194Z] github.com/docker/docker/image/v1 [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/cleanups [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/compatcontext [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/mod [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/mounttree [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/multierror [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/safepath [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/sliceutil [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/test/suite [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/testutils [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/unix_noeintr [2024-04-26T19:03:49.194Z] github.com/docker/docker/internal/unshare [2024-04-26T19:03:49.194Z] github.com/docker/docker/layer [2024-04-26T19:03:49.194Z] github.com/docker/docker/libcontainerd [2024-04-26T19:03:49.194Z] github.com/docker/docker/libcontainerd/queue [2024-04-26T19:03:49.194Z] github.com/docker/docker/libcontainerd/remote [2024-04-26T19:03:49.194Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-26T19:03:49.194Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-26T19:03:49.194Z] github.com/docker/docker/libcontainerd/types [2024-04-26T19:03:49.194Z] github.com/docker/docker/oci [2024-04-26T19:03:49.194Z] github.com/docker/docker/oci/caps [2024-04-26T19:03:49.194Z] github.com/docker/docker/opts [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/archive [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/authorization [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/broadcaster [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/capabilities [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/chrootarchive [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/containerfs [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/directory [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/dmesg [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/fileutils [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/homedir [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/idtools [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/ioutils [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/jsonmessage [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/longpath [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/meminfo [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/namesgenerator [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/parsers [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/pidfile [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/platform [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/plugingetter [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/plugins [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/plugins/transport [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/pools [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/process [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/progress [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/reexec [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/rootless [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/stack [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/stdcopy [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/streamformatter [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/stringid [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/sysinfo [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/system [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/tailfile [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/tarsum [2024-04-26T19:03:49.194Z] github.com/docker/docker/pkg/useragent [2024-04-26T19:03:49.194Z] github.com/docker/docker/plugin [2024-04-26T19:03:49.194Z] github.com/docker/docker/plugin/executor/containerd [2024-04-26T19:03:49.194Z] github.com/docker/docker/plugin/v2 [2024-04-26T19:03:49.194Z] github.com/docker/docker/profiles/apparmor [2024-04-26T19:03:49.194Z] github.com/docker/docker/profiles/seccomp [2024-04-26T19:03:49.194Z] github.com/docker/docker/quota [2024-04-26T19:03:49.194Z] github.com/docker/docker/reference [2024-04-26T19:03:49.194Z] github.com/docker/docker/registry [2024-04-26T19:03:49.194Z] github.com/docker/docker/registry/resumable [2024-04-26T19:03:49.194Z] github.com/docker/docker/restartmanager [2024-04-26T19:03:49.194Z] github.com/docker/docker/runconfig [2024-04-26T19:03:49.194Z] github.com/docker/docker/runconfig/opts [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil/daemon [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil/environment [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil/fakecontext [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil/fakegit [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil/fakestorage [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil/fixtures/load [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil/registry [2024-04-26T19:03:49.194Z] github.com/docker/docker/testutil/request [2024-04-26T19:03:49.194Z] github.com/docker/docker/volume [2024-04-26T19:03:49.194Z] github.com/docker/docker/volume/drivers [2024-04-26T19:03:49.194Z] github.com/docker/docker/volume/local [2024-04-26T19:03:49.194Z] github.com/docker/docker/volume/mounts [2024-04-26T19:03:49.194Z] github.com/docker/docker/volume/service [2024-04-26T19:03:49.194Z] github.com/docker/docker/volume/service/opts [2024-04-26T19:03:49.194Z] github.com/docker/docker/volume/testutils' ']' [2024-04-26T19:03:49.195Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/checkpoint github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/cleanups github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/rootless/mountopts github.com/docker/docker/internal/safepath github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unix_noeintr github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2024-04-26T19:03:49.758Z] ? github.com/docker/docker/api [no test files] [2024-04-26T19:03:57.848Z] ok github.com/docker/docker/api/server 0.019s coverage: 16.2% of statements [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router/build [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 28.3% of statements [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/server/middleware 0.022s coverage: 42.7% of statements [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router/image [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router/network [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router/session [no test files] [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/server/router/container 0.012s coverage: 5.9% of statements [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/server/router/system [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/backend [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 7.3% of statements [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/server/router/volume 0.007s coverage: 66.7% of statements [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/events [no test files] [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/types/container 0.006s coverage: 83.7% of statements [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/image [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/mount [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/swarm [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/system [no test files] [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 94.0% of statements [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/types/network 0.004s coverage: 80.0% of statements [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/types/registry 0.004s coverage: 54.2% of statements [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/api/types/volume [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder/builder-next [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2024-04-26T19:04:19.743Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2024-04-26T19:04:19.743Z] ok github.com/docker/docker/api/types/versions 0.011s coverage: 77.3% of statements [2024-04-26T19:04:20.305Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2024-04-26T19:04:20.305Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2024-04-26T19:04:20.305Z] ok github.com/docker/docker/cli/debug 0.011s coverage: 100.0% of statements [2024-04-26T19:04:20.305Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.025s coverage: 100.0% of statements [2024-04-26T19:04:20.305Z] ok github.com/docker/docker/builder/remotecontext 0.048s coverage: 33.7% of statements [2024-04-26T19:04:20.305Z] ok github.com/docker/docker/builder/dockerfile 0.063s coverage: 50.1% of statements [2024-04-26T19:04:22.197Z] ? github.com/docker/docker/client/buildkit [no test files] [2024-04-26T19:04:22.453Z] ok github.com/docker/docker/client 0.108s coverage: 77.0% of statements [2024-04-26T19:04:22.710Z] ok github.com/docker/docker/cmd/docker-proxy 0.446s coverage: 66.5% of statements [2024-04-26T19:04:22.966Z] ok github.com/docker/docker/builder/remotecontext/git 2.711s coverage: 82.5% of statements [2024-04-26T19:04:35.143Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2024-04-26T19:04:35.143Z] ? github.com/docker/docker/container/stream [no test files] [2024-04-26T19:04:35.143Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2024-04-26T19:04:35.143Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2024-04-26T19:04:35.143Z] ok github.com/docker/docker/container 0.119s coverage: 36.4% of statements [2024-04-26T19:04:35.143Z] ok github.com/docker/docker/cmd/dockerd 0.207s coverage: 29.7% of statements [2024-04-26T19:04:37.035Z] ok github.com/docker/docker/cmd/dockerd/trap 2.405s coverage: 0.0% of statements [2024-04-26T19:04:38.402Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2024-04-26T19:04:38.402Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2024-04-26T19:04:38.402Z] ok github.com/docker/docker/daemon/cluster/convert 0.016s coverage: 39.3% of statements [2024-04-26T19:04:38.402Z] ok github.com/docker/docker/daemon/cluster 0.047s coverage: 0.5% of statements [2024-04-26T19:04:38.402Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2024-04-26T19:04:38.402Z] ok github.com/docker/docker/daemon/config 0.069s coverage: 74.4% of statements [2024-04-26T19:04:40.293Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2024-04-26T19:04:40.293Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.3% of statements [2024-04-26T19:04:40.293Z] ok github.com/docker/docker/daemon/containerd 0.041s coverage: 17.6% of statements [2024-04-26T19:04:40.293Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2024-04-26T19:04:40.293Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.8% of statements [2024-04-26T19:04:40.293Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.181s coverage: 60.9% of statements [2024-04-26T19:04:40.855Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2024-04-26T19:04:40.855Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2024-04-26T19:04:40.855Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2024-04-26T19:04:40.855Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2024-04-26T19:04:41.111Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.170s coverage: 60.2% of statements [2024-04-26T19:04:41.111Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.017s coverage: 60.9% of statements [2024-04-26T19:04:41.673Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2024-04-26T19:04:41.930Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.448s coverage: 13.2% of statements [2024-04-26T19:04:42.186Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2024-04-26T19:04:42.186Z] ? github.com/docker/docker/daemon/listeners [no test files] [2024-04-26T19:04:42.186Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2024-04-26T19:04:42.186Z] ok github.com/docker/docker/daemon/images 0.033s coverage: 2.9% of statements [2024-04-26T19:04:42.442Z] ok github.com/docker/docker/daemon/logger 0.216s coverage: 43.2% of statements [2024-04-26T19:04:42.699Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2024-04-26T19:04:42.699Z] ok github.com/docker/docker/daemon/logger/fluentd 0.009s coverage: 53.6% of statements [2024-04-26T19:04:42.699Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2024-04-26T19:04:42.699Z] ok github.com/docker/docker/daemon/logger/awslogs 0.105s coverage: 78.2% of statements [2024-04-26T19:04:43.261Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2024-04-26T19:04:43.261Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2024-04-26T19:04:43.261Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.003s coverage: 88.2% of statements [2024-04-26T19:04:43.261Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2024-04-26T19:04:43.261Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.091s coverage: 76.8% of statements [2024-04-26T19:04:43.261Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2024-04-26T19:04:43.261Z] ok github.com/docker/docker/daemon/logger/local 0.039s coverage: 79.4% of statements [2024-04-26T19:04:43.824Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2024-04-26T19:04:43.824Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.024s coverage: 63.7% of statements [2024-04-26T19:04:44.081Z] ? github.com/docker/docker/daemon/names [no test files] [2024-04-26T19:04:44.081Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2024-04-26T19:04:44.081Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2024-04-26T19:04:44.337Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2024-04-26T19:04:44.337Z] ? github.com/docker/docker/daemon/stats [no test files] [2024-04-26T19:04:44.337Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2024-04-26T19:04:44.899Z] ok github.com/docker/docker/daemon/logger/journald 1.653s coverage: 72.7% of statements [2024-04-26T19:04:45.155Z] ? github.com/docker/docker/distribution/utils [no test files] [2024-04-26T19:04:45.156Z] ok github.com/docker/docker/dockerversion 0.003s coverage: 100.0% of statements [2024-04-26T19:04:45.156Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.2% of statements [2024-04-26T19:04:45.156Z] ok github.com/docker/docker/distribution/metadata 0.050s coverage: 44.4% of statements [2024-04-26T19:04:45.412Z] ok github.com/docker/docker/daemon/logger/splunk 1.459s coverage: 82.5% of statements [2024-04-26T19:04:45.668Z] ok github.com/docker/docker/image 0.024s coverage: 82.8% of statements [2024-04-26T19:04:45.924Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2024-04-26T19:04:45.924Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2024-04-26T19:04:45.924Z] ok github.com/docker/docker/image/cache 0.011s coverage: 26.1% of statements [2024-04-26T19:04:46.181Z] ? github.com/docker/docker/image/v1 [no test files] [2024-04-26T19:04:46.181Z] ok github.com/docker/docker/image/tarexport 0.006s coverage: 0.6% of statements [2024-04-26T19:04:46.181Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2024-04-26T19:04:46.181Z] ? github.com/docker/docker/internal/mounttree [no test files] [2024-04-26T19:04:46.181Z] ok github.com/docker/docker/internal/mod 0.002s coverage: 66.7% of statements [2024-04-26T19:04:46.181Z] ok github.com/docker/docker/internal/cleanups 0.003s coverage: 69.2% of statements [2024-04-26T19:04:46.181Z] ? github.com/docker/docker/internal/rootless/mountopts [no test files] [2024-04-26T19:04:46.181Z] ok github.com/docker/docker/internal/multierror 0.004s coverage: 88.9% of statements [2024-04-26T19:04:46.437Z] ? github.com/docker/docker/internal/test/suite [no test files] [2024-04-26T19:04:46.437Z] ? github.com/docker/docker/internal/testutils [no test files] [2024-04-26T19:04:46.437Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2024-04-26T19:04:46.437Z] ? github.com/docker/docker/internal/testutils/specialimage [no test files] [2024-04-26T19:04:46.437Z] ? github.com/docker/docker/internal/unix_noeintr [no test files] [2024-04-26T19:04:46.437Z] ? github.com/docker/docker/internal/unshare [no test files] [2024-04-26T19:04:46.437Z] ok github.com/docker/docker/internal/sliceutil 0.002s coverage: 56.2% of statements [2024-04-26T19:04:46.437Z] ok github.com/docker/docker/internal/safepath 0.005s coverage: 42.9% of statements [2024-04-26T19:04:46.693Z] ok github.com/docker/docker/distribution 1.580s coverage: 28.7% of statements [2024-04-26T19:04:47.256Z] ok github.com/docker/docker/distribution/xfer 2.187s coverage: 85.4% of statements [2024-04-26T19:04:47.512Z] ok github.com/docker/docker/daemon 10.551s coverage: 15.8% of statements [2024-04-26T19:04:47.512Z] ? github.com/docker/docker/libcontainerd [no test files] [2024-04-26T19:04:47.512Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2024-04-26T19:04:47.512Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2024-04-26T19:04:47.512Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2024-04-26T19:04:47.512Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2024-04-26T19:04:47.512Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2024-04-26T19:04:48.075Z] ? github.com/docker/docker/oci/caps [no test files] [2024-04-26T19:04:48.075Z] ok github.com/docker/docker/oci 0.012s coverage: 35.8% of statements [2024-04-26T19:04:48.075Z] ok github.com/docker/docker/opts 0.022s coverage: 67.9% of statements [2024-04-26T19:04:48.638Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2024-04-26T19:04:48.638Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2024-04-26T19:04:48.638Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 26.7% of statements [2024-04-26T19:04:48.638Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 81.8% of statements [2024-04-26T19:04:48.638Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2024-04-26T19:04:48.638Z] ok github.com/docker/docker/pkg/chrootarchive 0.253s coverage: 83.7% of statements [2024-04-26T19:04:48.895Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 51.7% of statements [2024-04-26T19:04:48.895Z] ok github.com/docker/docker/pkg/homedir 0.016s coverage: 6.5% of statements [2024-04-26T19:04:48.895Z] ok github.com/docker/docker/pkg/archive 0.429s coverage: 81.1% of statements [2024-04-26T19:04:49.151Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 92.3% of statements [2024-04-26T19:04:49.151Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 45.5% of statements [2024-04-26T19:04:49.151Z] ok github.com/docker/docker/pkg/meminfo 0.002s coverage: 75.0% of statements [2024-04-26T19:04:49.151Z] ok github.com/docker/docker/pkg/namesgenerator 0.018s coverage: 85.7% of statements [2024-04-26T19:04:49.408Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2024-04-26T19:04:49.408Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2024-04-26T19:04:49.408Z] ok github.com/docker/docker/pkg/authorization 0.860s coverage: 68.3% of statements [2024-04-26T19:04:49.408Z] ok github.com/docker/docker/pkg/idtools 0.456s coverage: 69.7% of statements [2024-04-26T19:04:49.408Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 90.2% of statements [2024-04-26T19:04:49.408Z] ? github.com/docker/docker/pkg/platform [no test files] [2024-04-26T19:04:49.408Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2024-04-26T19:04:49.408Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 94.1% of statements [2024-04-26T19:04:49.408Z] ok github.com/docker/docker/pkg/ioutils 0.380s coverage: 69.5% of statements [2024-04-26T19:04:49.970Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2024-04-26T19:04:49.970Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2024-04-26T19:04:49.970Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2024-04-26T19:04:49.970Z] ok github.com/docker/docker/pkg/process 0.004s coverage: 21.7% of statements [2024-04-26T19:04:49.970Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 90.0% of statements [2024-04-26T19:04:49.970Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2024-04-26T19:04:49.970Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2024-04-26T19:04:50.226Z] ? github.com/docker/docker/pkg/rootless [no test files] [2024-04-26T19:04:50.226Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2024-04-26T19:04:50.226Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2024-04-26T19:04:50.226Z] ok github.com/docker/docker/pkg/reexec 0.015s coverage: 82.4% of statements [2024-04-26T19:04:50.226Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2024-04-26T19:04:50.483Z] ok github.com/docker/docker/pkg/stringid 0.012s coverage: 61.9% of statements [2024-04-26T19:04:50.483Z] ok github.com/docker/docker/pkg/streamformatter 0.015s coverage: 64.5% of statements [2024-04-26T19:04:50.483Z] ok github.com/docker/docker/pkg/system 0.009s coverage: 41.0% of statements [2024-04-26T19:04:50.483Z] ok github.com/docker/docker/pkg/sysinfo 0.017s coverage: 53.4% of statements [2024-04-26T19:04:50.483Z] ok github.com/docker/docker/pkg/tailfile 0.034s coverage: 88.6% of statements [2024-04-26T19:04:50.739Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2024-04-26T19:04:50.739Z] ok github.com/docker/docker/pkg/tarsum 0.045s coverage: 89.6% of statements [2024-04-26T19:04:51.303Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2024-04-26T19:04:51.303Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2024-04-26T19:04:51.303Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2024-04-26T19:04:51.303Z] ok github.com/docker/docker/plugin/v2 0.010s coverage: 13.6% of statements [2024-04-26T19:04:51.865Z] ok github.com/docker/docker/reference 0.009s coverage: 83.7% of statements [2024-04-26T19:04:51.865Z] ok github.com/docker/docker/pkg/plugins 2.012s coverage: 73.7% of statements [2024-04-26T19:04:51.865Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2024-04-26T19:04:52.122Z] ok github.com/docker/docker/restartmanager 0.011s coverage: 51.9% of statements [2024-04-26T19:04:52.122Z] ok github.com/docker/docker/registry/resumable 0.019s coverage: 100.0% of statements [2024-04-26T19:04:52.122Z] ? github.com/docker/docker/runconfig/opts [no test files] [2024-04-26T19:04:52.122Z] ok github.com/docker/docker/runconfig 0.006s coverage: 54.0% of statements [2024-04-26T19:04:52.378Z] ok github.com/docker/docker/registry 0.113s coverage: 63.9% of statements [2024-04-26T19:04:52.378Z] ok github.com/docker/docker/testutil 0.005s coverage: 6.8% of statements [2024-04-26T19:04:52.634Z] ok github.com/docker/docker/quota 0.938s coverage: 69.3% of statements [2024-04-26T19:04:52.634Z] ? github.com/docker/docker/testutil/daemon [no test files] [2024-04-26T19:04:52.634Z] ? github.com/docker/docker/testutil/environment [no test files] [2024-04-26T19:04:52.634Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2024-04-26T19:04:52.891Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2024-04-26T19:04:52.891Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2024-04-26T19:04:52.891Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2024-04-26T19:04:52.891Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2024-04-26T19:04:52.891Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2024-04-26T19:04:52.891Z] ? github.com/docker/docker/testutil/registry [no test files] [2024-04-26T19:04:52.891Z] ? github.com/docker/docker/testutil/request [no test files] [2024-04-26T19:04:52.891Z] ? github.com/docker/docker/volume [no test files] [2024-04-26T19:04:53.147Z] ok github.com/docker/docker/volume/drivers 0.007s coverage: 36.1% of statements [2024-04-26T19:04:53.403Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 61.5% of statements [2024-04-26T19:04:53.403Z] ok github.com/docker/docker/volume/local 0.095s coverage: 76.4% of statements [2024-04-26T19:04:53.965Z] ? github.com/docker/docker/volume/service/opts [no test files] [2024-04-26T19:04:53.965Z] ? github.com/docker/docker/volume/testutils [no test files] [2024-04-26T19:04:53.965Z] ok github.com/docker/docker/volume/service 0.011s coverage: 71.8% of statements [2024-04-26T19:04:55.329Z] ok github.com/docker/docker/layer 7.652s coverage: 68.1% of statements [2024-04-26T19:04:55.329Z] [2024-04-26T19:04:55.329Z] === Skipped [2024-04-26T19:04:55.329Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2024-04-26T19:04:55.329Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2024-04-26T19:04:55.329Z] [2024-04-26T19:04:55.329Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2024-04-26T19:04:55.329Z] network_proxy_test.go:210: No support for dual stack yet [2024-04-26T19:04:55.329Z] [2024-04-26T19:04:55.329Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2024-04-26T19:04:55.329Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2024-04-26T19:04:55.329Z] [2024-04-26T19:04:55.329Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2024-04-26T19:04:55.329Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2024-04-26T19:04:55.329Z] [2024-04-26T19:04:55.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2024-04-26T19:04:55.329Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-26T19:04:55.329Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-26T19:04:55.329Z] [2024-04-26T19:04:55.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2024-04-26T19:04:55.329Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-26T19:04:55.329Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-26T19:04:55.329Z] [2024-04-26T19:04:55.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2024-04-26T19:04:55.329Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-26T19:04:55.329Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-26T19:04:55.329Z] [2024-04-26T19:04:55.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2024-04-26T19:04:55.329Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-26T19:04:55.329Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-26T19:04:55.329Z] [2024-04-26T19:04:55.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2024-04-26T19:04:55.329Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-26T19:04:55.329Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2024-04-26T19:04:55.330Z] graphtest_unix.go:68: No driver to put! [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2024-04-26T19:04:55.330Z] time="2024-04-26T19:04:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-26T19:04:55.330Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-26T19:04:55.330Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2024-04-26T19:04:55.330Z] time="2024-04-26T19:04:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-26T19:04:55.330Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-26T19:04:55.330Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2024-04-26T19:04:55.330Z] time="2024-04-26T19:04:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-26T19:04:55.330Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-26T19:04:55.330Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2024-04-26T19:04:55.330Z] time="2024-04-26T19:04:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-26T19:04:55.330Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-26T19:04:55.330Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2024-04-26T19:04:55.330Z] time="2024-04-26T19:04:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-26T19:04:55.330Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-26T19:04:55.330Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2024-04-26T19:04:55.330Z] graphtest_unix.go:68: No driver to put! [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2024-04-26T19:04:55.330Z] overlay_test.go:61: Cannot run test with naive change algorithm [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2024-04-26T19:04:55.330Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2024-04-26T19:04:55.330Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-26T19:04:55.330Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2024-04-26T19:04:55.330Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-26T19:04:55.330Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2024-04-26T19:04:55.330Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-26T19:04:55.330Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2024-04-26T19:04:55.330Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-26T19:04:55.330Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2024-04-26T19:04:55.330Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-26T19:04:55.330Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2024-04-26T19:04:55.330Z] graphtest_unix.go:68: No driver to put! [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2024-04-26T19:04:55.330Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2024-04-26T19:04:55.330Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2024-04-26T19:04:55.330Z] validate_test.go:73: only tested on Windows [2024-04-26T19:04:55.330Z] [2024-04-26T19:04:55.330Z] DONE 3286 tests, 27 skipped in 66.227s [2024-04-26T19:04:55.330Z] + '[' -n 'github.com/docker/docker/libnetwork [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/bitmap [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/cluster [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/config [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/datastore [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/driverapi [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/etchosts [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/ipam [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/ipbits [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/iptables [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/netlabel [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/netutils [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/networkdb [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/ns [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/options [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/osl [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/portallocator [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/portmapper [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/scope [2024-04-26T19:04:55.330Z] github.com/docker/docker/libnetwork/types' ']' [2024-04-26T19:04:55.330Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cnmallocator github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil github.com/docker/docker/libnetwork/internal/resolvconf github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/scope github.com/docker/docker/libnetwork/types [2024-04-26T19:05:51.499Z] ok github.com/docker/docker/libnetwork 45.898s coverage: 43.0% of statements [2024-04-26T19:05:51.499Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements [2024-04-26T19:05:51.499Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2024-04-26T19:05:51.499Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2024-04-26T19:05:51.499Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2024-04-26T19:05:51.499Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2024-04-26T19:05:51.499Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2024-04-26T19:05:51.499Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2024-04-26T19:05:52.428Z] ok github.com/docker/docker/libnetwork/cnmallocator 4.947s coverage: 72.3% of statements [2024-04-26T19:05:52.991Z] ok github.com/docker/docker/libnetwork/config 0.011s coverage: 10.3% of statements [2024-04-26T19:05:53.247Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 37.0% of statements [2024-04-26T19:05:53.247Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2024-04-26T19:05:53.247Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2024-04-26T19:05:53.503Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2024-04-26T19:05:58.752Z] ok github.com/docker/docker/libnetwork/drivers/bridge 3.834s coverage: 63.3% of statements [2024-04-26T19:05:58.752Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2024-04-26T19:05:58.752Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 40.0% of statements [2024-04-26T19:06:00.119Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 1.081s coverage: 5.1% of statements [2024-04-26T19:06:00.119Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2024-04-26T19:06:00.375Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.003s coverage: 4.7% of statements [2024-04-26T19:06:00.375Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2024-04-26T19:06:00.375Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 40.0% of statements [2024-04-26T19:06:01.305Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.009s coverage: 1.4% of statements [2024-04-26T19:06:01.562Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.003s coverage: 45.0% of statements [2024-04-26T19:06:01.819Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 62.7% of statements [2024-04-26T19:06:02.382Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.2% of statements [2024-04-26T19:06:02.382Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2024-04-26T19:06:02.382Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2024-04-26T19:06:02.382Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2024-04-26T19:06:02.638Z] ok github.com/docker/docker/libnetwork/drvregistry 0.019s coverage: 87.0% of statements [2024-04-26T19:06:03.201Z] ok github.com/docker/docker/libnetwork/etchosts 0.017s coverage: 82.1% of statements [2024-04-26T19:06:03.201Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2024-04-26T19:06:03.201Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2024-04-26T19:06:03.201Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2024-04-26T19:06:03.201Z] ? github.com/docker/docker/libnetwork/internal/netiputil [no test files] [2024-04-26T19:06:03.457Z] ok github.com/docker/docker/libnetwork/internal/resolvconf 0.015s coverage: 86.0% of statements [2024-04-26T19:06:15.630Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2024-04-26T19:06:17.521Z] ok github.com/docker/docker/libnetwork/ipam 3.066s coverage: 80.3% of statements [2024-04-26T19:06:17.521Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2024-04-26T19:06:17.521Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2024-04-26T19:06:17.521Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 63.2% of statements [2024-04-26T19:06:17.777Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 48.7% of statements [2024-04-26T19:06:17.777Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2024-04-26T19:06:18.033Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 80.0% of statements [2024-04-26T19:06:18.595Z] ok github.com/docker/docker/libnetwork/ipamutils 0.316s coverage: 86.4% of statements [2024-04-26T19:06:18.851Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2024-04-26T19:06:19.413Z] ok github.com/docker/docker/libnetwork/iptables 0.162s coverage: 39.9% of statements [2024-04-26T19:06:19.413Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2024-04-26T19:06:19.669Z] ok github.com/docker/docker/libnetwork/netutils 0.015s coverage: 50.6% of statements [2024-04-26T19:08:56.071Z] ok github.com/docker/docker/libnetwork/networkdb 146.063s coverage: 59.7% of statements [2024-04-26T19:08:56.071Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2024-04-26T19:08:56.071Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2024-04-26T19:08:56.071Z] # github.com/docker/docker/libnetwork/osl [2024-04-26T19:08:56.071Z] libnetwork/osl/namespace_linux.go:669:5: (*github.com/docker/docker/vendor/github.com/sirupsen/logrus.Entry).Warn call has possible Printf formatting directive %s [2024-04-26T19:08:56.071Z] WARN invalid TestEvent: FAIL github.com/docker/docker/libnetwork/osl [build failed] [2024-04-26T19:08:56.071Z] bad output from test2json: FAIL github.com/docker/docker/libnetwork/osl [build failed] [2024-04-26T19:08:56.071Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2024-04-26T19:08:56.071Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 80.5% of statements [2024-04-26T19:08:56.071Z] ok github.com/docker/docker/libnetwork/portmapper 0.662s coverage: 47.9% of statements [2024-04-26T19:08:56.071Z] ok github.com/docker/docker/libnetwork/resolvconf 0.005s coverage: 75.8% of statements [2024-04-26T19:08:56.071Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2024-04-26T19:08:56.071Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 41.7% of statements [2024-04-26T19:08:56.071Z] [2024-04-26T19:08:56.071Z] === Skipped [2024-04-26T19:08:56.071Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2024-04-26T19:08:56.071Z] firewalld_test.go:29: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory [2024-04-26T19:08:56.071Z] [2024-04-26T19:08:56.071Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2024-04-26T19:08:56.071Z] firewalld_test.go:88: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory [2024-04-26T19:08:56.071Z]  [2024-04-26T19:08:56.071Z] === Errors [2024-04-26T19:08:56.071Z] libnetwork/osl/namespace_linux.go:669:5: (*github.com/docker/docker/vendor/github.com/sirupsen/logrus.Entry).Warn call has possible Printf formatting directive %s [2024-04-26T19:08:56.071Z] [2024-04-26T19:08:56.071Z] DONE 464 tests, 2 skipped, 1 error in 234.501s Post stage [Pipeline] junit [2024-04-26T19:08:56.089Z] Recording test results [2024-04-26T19:08:57.380Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) Stage "Integration tests" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2024-04-26T19:08:57.675Z] + echo Ensuring container killed. [2024-04-26T19:08:57.675Z] Ensuring container killed. [2024-04-26T19:08:57.675Z] + docker rm -vf docker-pr1 [2024-04-26T19:08:57.675Z] Error response from daemon: No such container: docker-pr1 [Pipeline] sh [2024-04-26T19:08:57.947Z] + echo Chowning /workspace to jenkins user [2024-04-26T19:08:57.947Z] Chowning /workspace to jenkins user [2024-04-26T19:08:57.947Z] + id -u [2024-04-26T19:08:57.947Z] + id -g [2024-04-26T19:08:57.947Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47769:/workspace busybox chown -R 1000:1000 /workspace [2024-04-26T19:08:57.947Z] Unable to find image 'busybox:latest' locally [2024-04-26T19:08:57.947Z] latest: Pulling from library/busybox [2024-04-26T19:08:58.203Z] 45d8eb5967de: Already exists [2024-04-26T19:08:58.203Z] Digest: sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 [2024-04-26T19:08:58.203Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2024-04-26T19:08:59.232Z] + bundleName=arm64-integration [2024-04-26T19:08:59.232Z] + echo Creating arm64-integration-bundles.tar.gz [2024-04-26T19:08:59.232Z] Creating arm64-integration-bundles.tar.gz [2024-04-26T19:08:59.232Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2024-04-26T19:08:59.232Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2024-04-26T19:08:59.272Z] Archiving artifacts [2024-04-26T19:09:00.829Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47769/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2024-04-26T19:09:01.110Z] + make clean [2024-04-26T19:09:01.110Z] docker volume rm -f docker-dev-cache docker-mod-cache [2024-04-26T19:09:01.110Z] docker-dev-cache [2024-04-26T19:09:01.110Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-04-26T19:09:01.597Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE Deleted 0 stash(es) from https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47769/1/stashes/