Push event to branch 25.0 Connecting to https://api.github.com using docker-jenkins GitHub credentials Obtained Jenkinsfile from 5beae56515ee0007fc4788045e4fc590bb7d87cb Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision c8880eb865108326b5561629a909e5c780e6ef50 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/moby_25.0@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.39.2' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c8880eb865108326b5561629a909e5c780e6ef50 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10 Commit message: "Merge pull request #28 from docker/codeowners_oos4a9mi" > git rev-list --no-walk c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) Stage "pr-hack" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2024-04-23T20:16:53.017Z] Still waiting to schedule task [2024-04-23T20:16:53.017Z] ‘EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-07c43cb0d3d8e2c85)’ is offline [2024-04-23T20:17:53.066Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-07c43cb0d3d8e2c85) in /home/ubuntu/workspace/moby_25.0 [Pipeline] { [Pipeline] checkout [2024-04-23T20:17:53.093Z] The recommended git tool is: git [2024-04-23T20:17:55.819Z] using credential docker-jenkins-github-credentials [2024-04-23T20:17:55.826Z] Cloning the remote Git repository [2024-04-23T20:17:55.826Z] Cloning with configured refspecs honoured and without tags [2024-04-23T20:17:55.871Z] Cloning repository https://github.com/moby/moby.git [2024-04-23T20:17:55.922Z] > git init /home/ubuntu/workspace/moby_25.0 # timeout=10 [2024-04-23T20:17:56.650Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-04-23T20:17:56.650Z] > git --version # timeout=10 [2024-04-23T20:17:56.653Z] > git --version # 'git version 2.25.1' [2024-04-23T20:17:56.654Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-23T20:17:56.660Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-04-23T20:18:10.885Z] Avoid second fetch [2024-04-23T20:18:10.885Z] Checking out Revision 5beae56515ee0007fc4788045e4fc590bb7d87cb (25.0) [2024-04-23T20:18:10.648Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-04-23T20:18:10.651Z] > git config --add remote.origin.fetch +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-04-23T20:18:10.883Z] > git config core.sparsecheckout # timeout=10 [2024-04-23T20:18:10.894Z] > git checkout -f 5beae56515ee0007fc4788045e4fc590bb7d87cb # timeout=10 [2024-04-23T20:18:11.803Z] Commit message: "Merge pull request #47746 from austinvazquez/cherry-pick-d66589496e5ab42d31f3fddaf8075fb37f1b77c6-to-25.0" [2024-04-23T20:18:11.799Z] > git rev-list --no-walk 7ac688aa0fa6218ccba7518ae21241a9b35528a7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-23T20:18:12.574Z] + docker run --rm -v /home/ubuntu/workspace/moby_25.0:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2024-04-23T20:18:16.738Z] Unable to find image 'alpine:latest' locally [2024-04-23T20:18:17.680Z] latest: Pulling from library/alpine [2024-04-23T20:18:17.935Z] bca4290a9639: Pulling fs layer [2024-04-23T20:18:17.935Z] bca4290a9639: Verifying Checksum [2024-04-23T20:18:17.935Z] bca4290a9639: Download complete [2024-04-23T20:18:18.192Z] bca4290a9639: Pull complete [2024-04-23T20:18:18.448Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b [2024-04-23T20:18:18.448Z] Status: Downloaded newer image for alpine:latest [2024-04-23T20:18:30.608Z] 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-23T20:18:30.665Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-07c43cb0d3d8e2c85) in /home/ubuntu/workspace/moby_25.0 [Pipeline] { [Pipeline] checkout [2024-04-23T20:18:30.679Z] The recommended git tool is: git [2024-04-23T20:18:30.689Z] using credential docker-jenkins-github-credentials [2024-04-23T20:18:30.699Z] Fetching changes from the remote Git repository [2024-04-23T20:18:30.748Z] Fetching without tags [2024-04-23T20:18:30.932Z] Checking out Revision 5beae56515ee0007fc4788045e4fc590bb7d87cb (25.0) [2024-04-23T20:18:31.686Z] Commit message: "Merge pull request #47746 from austinvazquez/cherry-pick-d66589496e5ab42d31f3fddaf8075fb37f1b77c6-to-25.0" [2024-04-23T20:18:30.698Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_25.0/.git # timeout=10 [2024-04-23T20:18:30.747Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-04-23T20:18:30.752Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-04-23T20:18:30.753Z] > git --version # timeout=10 [2024-04-23T20:18:30.755Z] > git --version # 'git version 2.25.1' [2024-04-23T20:18:30.755Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-23T20:18:30.758Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-04-23T20:18:30.935Z] > git config core.sparsecheckout # timeout=10 [2024-04-23T20:18:30.938Z] > git checkout -f 5beae56515ee0007fc4788045e4fc590bb7d87cb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2024-04-23T20:18:32.332Z] + docker version [2024-04-23T20:18:32.332Z] Client: Docker Engine - Community [2024-04-23T20:18:32.332Z] Version: 25.0.3 [2024-04-23T20:18:32.332Z] API version: 1.44 [2024-04-23T20:18:32.332Z] Go version: go1.21.6 [2024-04-23T20:18:32.332Z] Git commit: 4debf41 [2024-04-23T20:18:32.332Z] Built: Tue Feb 6 21:13:09 2024 [2024-04-23T20:18:32.332Z] OS/Arch: linux/arm64 [2024-04-23T20:18:32.332Z] Context: default [2024-04-23T20:18:32.332Z] [2024-04-23T20:18:32.332Z] Server: Docker Engine - Community [2024-04-23T20:18:32.332Z] Engine: [2024-04-23T20:18:32.332Z] Version: 25.0.3 [2024-04-23T20:18:32.332Z] API version: 1.44 (minimum version 1.24) [2024-04-23T20:18:32.332Z] Go version: go1.21.6 [2024-04-23T20:18:32.332Z] Git commit: f417435 [2024-04-23T20:18:32.332Z] Built: Tue Feb 6 21:13:09 2024 [2024-04-23T20:18:32.332Z] OS/Arch: linux/arm64 [2024-04-23T20:18:32.332Z] Experimental: true [2024-04-23T20:18:32.332Z] containerd: [2024-04-23T20:18:32.332Z] Version: 1.6.28 [2024-04-23T20:18:32.332Z] GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-04-23T20:18:32.332Z] runc: [2024-04-23T20:18:32.332Z] Version: 1.1.12 [2024-04-23T20:18:32.332Z] GitCommit: v1.1.12-0-g51d5e94 [2024-04-23T20:18:32.332Z] docker-init: [2024-04-23T20:18:32.332Z] Version: 0.19.0 [2024-04-23T20:18:32.332Z] GitCommit: de40ad0 [Pipeline] sh [2024-04-23T20:18:32.687Z] + docker info [2024-04-23T20:18:40.762Z] Client: Docker Engine - Community [2024-04-23T20:18:40.762Z] Version: 25.0.3 [2024-04-23T20:18:40.762Z] Context: default [2024-04-23T20:18:40.762Z] Debug Mode: false [2024-04-23T20:18:40.762Z] Plugins: [2024-04-23T20:18:40.762Z] buildx: Docker Buildx (Docker Inc.) [2024-04-23T20:18:40.762Z] Version: v0.12.1 [2024-04-23T20:18:40.762Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2024-04-23T20:18:40.762Z] compose: Docker Compose (Docker Inc.) [2024-04-23T20:18:40.762Z] Version: v2.24.6 [2024-04-23T20:18:40.762Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2024-04-23T20:18:40.762Z] [2024-04-23T20:18:40.762Z] Server: [2024-04-23T20:18:40.762Z] Containers: 0 [2024-04-23T20:18:40.762Z] Running: 0 [2024-04-23T20:18:40.762Z] Paused: 0 [2024-04-23T20:18:40.762Z] Stopped: 0 [2024-04-23T20:18:40.762Z] Images: 1 [2024-04-23T20:18:40.762Z] Server Version: 25.0.3 [2024-04-23T20:18:40.762Z] Storage Driver: overlay2 [2024-04-23T20:18:40.762Z] Backing Filesystem: extfs [2024-04-23T20:18:40.762Z] Supports d_type: true [2024-04-23T20:18:40.762Z] Using metacopy: false [2024-04-23T20:18:40.762Z] Native Overlay Diff: true [2024-04-23T20:18:40.762Z] userxattr: false [2024-04-23T20:18:40.762Z] Logging Driver: json-file [2024-04-23T20:18:40.762Z] Cgroup Driver: cgroupfs [2024-04-23T20:18:40.762Z] Cgroup Version: 1 [2024-04-23T20:18:40.762Z] Plugins: [2024-04-23T20:18:40.762Z] Volume: local [2024-04-23T20:18:40.762Z] Network: bridge host ipvlan macvlan null overlay [2024-04-23T20:18:40.762Z] Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog [2024-04-23T20:18:40.762Z] Swarm: inactive [2024-04-23T20:18:40.762Z] Runtimes: io.containerd.runc.v2 runc [2024-04-23T20:18:40.762Z] Default Runtime: runc [2024-04-23T20:18:40.762Z] Init Binary: docker-init [2024-04-23T20:18:40.762Z] containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-04-23T20:18:40.762Z] runc version: v1.1.12-0-g51d5e94 [2024-04-23T20:18:40.762Z] init version: de40ad0 [2024-04-23T20:18:40.762Z] Security Options: [2024-04-23T20:18:40.762Z] apparmor [2024-04-23T20:18:40.762Z] seccomp [2024-04-23T20:18:40.762Z] Profile: builtin [2024-04-23T20:18:40.762Z] Kernel Version: 5.15.0-1053-aws [2024-04-23T20:18:40.762Z] Operating System: Ubuntu 20.04.6 LTS [2024-04-23T20:18:40.762Z] OSType: linux [2024-04-23T20:18:40.762Z] Architecture: aarch64 [2024-04-23T20:18:40.762Z] CPUs: 8 [2024-04-23T20:18:40.762Z] Total Memory: 30.64GiB [2024-04-23T20:18:40.762Z] Name: ip-10-100-66-156 [2024-04-23T20:18:40.762Z] ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac [2024-04-23T20:18:40.762Z] Docker Root Dir: /var/lib/docker [2024-04-23T20:18:40.762Z] Debug Mode: false [2024-04-23T20:18:40.762Z] Experimental: true [2024-04-23T20:18:40.762Z] Insecure Registries: [2024-04-23T20:18:40.762Z] 127.0.0.0/8 [2024-04-23T20:18:40.762Z] Live Restore Enabled: true [2024-04-23T20:18:40.762Z] [Pipeline] sh [2024-04-23T20:18:41.204Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-04-23T20:18:41.205Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-04-23T20:18:41.205Z] + curl -fsSL -o /home/ubuntu/workspace/moby_25.0/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2024-04-23T20:18:41.205Z] + bash /home/ubuntu/workspace/moby_25.0/check-config.sh [2024-04-23T20:18:41.205Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2024-04-23T20:18:41.205Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ... [2024-04-23T20:18:41.205Z] [2024-04-23T20:18:41.205Z] Generally Necessary: [2024-04-23T20:18:41.205Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2024-04-23T20:18:41.205Z] - apparmor: enabled and tools installed [2024-04-23T20:18:41.460Z] - CONFIG_NAMESPACES: enabled [2024-04-23T20:18:41.460Z] - CONFIG_NET_NS: enabled [2024-04-23T20:18:41.460Z] - CONFIG_PID_NS: enabled [2024-04-23T20:18:41.460Z] - CONFIG_IPC_NS: enabled [2024-04-23T20:18:41.460Z] - CONFIG_UTS_NS: enabled [2024-04-23T20:18:41.460Z] - CONFIG_CGROUPS: enabled [2024-04-23T20:18:41.460Z] - CONFIG_CGROUP_CPUACCT: enabled [2024-04-23T20:18:41.460Z] - CONFIG_CGROUP_DEVICE: enabled [2024-04-23T20:18:41.460Z] - CONFIG_CGROUP_FREEZER: enabled [2024-04-23T20:18:41.460Z] - CONFIG_CGROUP_SCHED: enabled [2024-04-23T20:18:41.460Z] - CONFIG_CPUSETS: enabled [2024-04-23T20:18:41.460Z] - CONFIG_MEMCG: enabled [2024-04-23T20:18:41.460Z] - CONFIG_KEYS: enabled [2024-04-23T20:18:41.460Z] - CONFIG_VETH: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_BRIDGE: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_IP_NF_NAT: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_NF_NAT: enabled (as module) [2024-04-23T20:18:41.460Z] - CONFIG_POSIX_MQUEUE: enabled [2024-04-23T20:18:41.460Z] - CONFIG_CGROUP_BPF: enabled [2024-04-23T20:18:41.460Z] [2024-04-23T20:18:41.460Z] Optional Features: [2024-04-23T20:18:41.460Z] - CONFIG_USER_NS: enabled [2024-04-23T20:18:41.460Z] - CONFIG_SECCOMP: enabled [2024-04-23T20:18:41.460Z] - CONFIG_SECCOMP_FILTER: enabled [2024-04-23T20:18:41.460Z] - CONFIG_CGROUP_PIDS: enabled [2024-04-23T20:18:41.460Z] - CONFIG_MEMCG_SWAP: enabled [2024-04-23T20:18:41.460Z] (cgroup swap accounting is currently enabled) [2024-04-23T20:18:41.715Z] - CONFIG_BLK_CGROUP: enabled [2024-04-23T20:18:41.715Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2024-04-23T20:18:41.715Z] - CONFIG_CGROUP_PERF: enabled [2024-04-23T20:18:41.715Z] - CONFIG_CGROUP_HUGETLB: enabled [2024-04-23T20:18:41.715Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2024-04-23T20:18:41.715Z] - CONFIG_CGROUP_NET_PRIO: enabled [2024-04-23T20:18:41.715Z] - CONFIG_CFS_BANDWIDTH: enabled [2024-04-23T20:18:41.715Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2024-04-23T20:18:41.715Z] - CONFIG_RT_GROUP_SCHED: missing [2024-04-23T20:18:41.715Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2024-04-23T20:18:41.716Z] - CONFIG_IP_VS: enabled (as module) [2024-04-23T20:18:41.716Z] - CONFIG_IP_VS_NFCT: enabled [2024-04-23T20:18:41.716Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2024-04-23T20:18:41.716Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2024-04-23T20:18:41.716Z] - CONFIG_IP_VS_RR: enabled (as module) [2024-04-23T20:18:41.716Z] - CONFIG_SECURITY_SELINUX: enabled [2024-04-23T20:18:41.716Z] - CONFIG_SECURITY_APPARMOR: enabled [2024-04-23T20:18:41.716Z] - CONFIG_EXT4_FS: enabled [2024-04-23T20:18:41.716Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2024-04-23T20:18:41.716Z] - CONFIG_EXT4_FS_SECURITY: enabled [2024-04-23T20:18:41.716Z] - Network Drivers: [2024-04-23T20:18:41.716Z] - "overlay": [2024-04-23T20:18:41.716Z] - CONFIG_VXLAN: enabled (as module) [2024-04-23T20:18:41.716Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2024-04-23T20:18:41.716Z] Optional (for encrypted networks): [2024-04-23T20:18:41.716Z] - CONFIG_CRYPTO: enabled [2024-04-23T20:18:41.716Z] - CONFIG_CRYPTO_AEAD: enabled [2024-04-23T20:18:41.716Z] - CONFIG_CRYPTO_GCM: enabled [2024-04-23T20:18:41.716Z] - CONFIG_CRYPTO_SEQIV: enabled [2024-04-23T20:18:41.716Z] - CONFIG_CRYPTO_GHASH: enabled [2024-04-23T20:18:41.716Z] - CONFIG_XFRM: enabled [2024-04-23T20:18:41.716Z] - CONFIG_XFRM_USER: enabled (as module) [2024-04-23T20:18:41.716Z] - CONFIG_XFRM_ALGO: enabled (as module) [2024-04-23T20:18:41.716Z] - CONFIG_INET_ESP: enabled (as module) [2024-04-23T20:18:41.716Z] - "ipvlan": [2024-04-23T20:18:41.716Z] - CONFIG_IPVLAN: enabled (as module) [2024-04-23T20:18:41.716Z] - "macvlan": [2024-04-23T20:18:41.971Z] - CONFIG_MACVLAN: enabled (as module) [2024-04-23T20:18:41.971Z] - CONFIG_DUMMY: enabled (as module) [2024-04-23T20:18:41.971Z] - "ftp,tftp client in container": [2024-04-23T20:18:41.971Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2024-04-23T20:18:41.971Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2024-04-23T20:18:41.971Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2024-04-23T20:18:41.971Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2024-04-23T20:18:41.971Z] - Storage Drivers: [2024-04-23T20:18:41.971Z] - "aufs": [2024-04-23T20:18:41.971Z] - CONFIG_AUFS_FS: enabled (as module) [2024-04-23T20:18:41.971Z] - "btrfs": [2024-04-23T20:18:41.971Z] - CONFIG_BTRFS_FS: enabled (as module) [2024-04-23T20:18:41.971Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2024-04-23T20:18:41.971Z] - "devicemapper": [2024-04-23T20:18:41.971Z] - CONFIG_BLK_DEV_DM: enabled [2024-04-23T20:18:41.971Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2024-04-23T20:18:41.971Z] - "overlay": [2024-04-23T20:18:41.971Z] - CONFIG_OVERLAY_FS: enabled (as module) [2024-04-23T20:18:41.971Z] - "zfs": [2024-04-23T20:18:41.971Z] - /dev/zfs: present [2024-04-23T20:18:41.971Z] - zfs command: missing [2024-04-23T20:18:41.971Z] - zpool command: missing [2024-04-23T20:18:41.971Z] [2024-04-23T20:18:41.971Z] Limits: [2024-04-23T20:18:41.971Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2024-04-23T20:18:41.971Z] [2024-04-23T20:18:41.971Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2024-04-23T20:18:42.384Z] + docker build --force-rm -t docker:5beae56515ee0007fc4788045e4fc590bb7d87cb . [2024-04-23T20:18:42.639Z] #0 building with "default" instance using docker driver [2024-04-23T20:18:42.639Z] [2024-04-23T20:18:42.639Z] #1 [internal] load build definition from Dockerfile [2024-04-23T20:18:42.639Z] #1 transferring dockerfile: 27.92kB done [2024-04-23T20:18:42.639Z] #1 DONE 0.0s [2024-04-23T20:18:42.639Z] [2024-04-23T20:18:42.639Z] #2 resolve image config for docker.io/docker/dockerfile:1 [2024-04-23T20:18:42.894Z] #2 DONE 0.4s [2024-04-23T20:18:42.894Z] [2024-04-23T20:18:42.894Z] #3 docker-image://docker.io/docker/dockerfile:1@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 [2024-04-23T20:18:42.894Z] #3 resolve docker.io/docker/dockerfile:1@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 0.0s done [2024-04-23T20:18:42.894Z] #3 sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 8.40kB / 8.40kB done [2024-04-23T20:18:42.894Z] #3 sha256:ab4d84ec8cad8a7b0e8b6ad1fb49536f000b86e30993c74a251bb16f3e6e3f5b 482B / 482B done [2024-04-23T20:18:42.894Z] #3 sha256:6bb827dc58ef706c3d261e31d3a2ebd9965fa640ec3bc1cef4c98d8068b55685 1.26kB / 1.26kB done [2024-04-23T20:18:42.894Z] #3 sha256:7938f7c0984b428949317499eff7773a7294fdc03c085c649e24d1e3a452fba7 4.19MB / 11.23MB 0.1s [2024-04-23T20:18:43.148Z] #3 sha256:7938f7c0984b428949317499eff7773a7294fdc03c085c649e24d1e3a452fba7 11.23MB / 11.23MB 0.3s [2024-04-23T20:18:43.403Z] #3 sha256:7938f7c0984b428949317499eff7773a7294fdc03c085c649e24d1e3a452fba7 11.23MB / 11.23MB 0.5s done [2024-04-23T20:18:43.403Z] #3 extracting sha256:7938f7c0984b428949317499eff7773a7294fdc03c085c649e24d1e3a452fba7 0.1s done [2024-04-23T20:18:43.658Z] #3 DONE 0.7s [2024-04-23T20:18:43.658Z] [2024-04-23T20:18:43.658Z] #4 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2024-04-23T20:18:44.218Z] #4 ... [2024-04-23T20:18:44.218Z] [2024-04-23T20:18:44.218Z] #5 [internal] load metadata for docker.io/library/busybox:latest [2024-04-23T20:18:44.218Z] #5 DONE 0.6s [2024-04-23T20:18:44.473Z] [2024-04-23T20:18:44.473Z] #6 [internal] load metadata for docker.io/library/debian:bookworm [2024-04-23T20:18:44.473Z] #6 DONE 0.7s [2024-04-23T20:18:44.473Z] [2024-04-23T20:18:44.473Z] #7 [internal] load metadata for docker.io/library/golang:1.21.9-bookworm [2024-04-23T20:18:44.473Z] #7 DONE 0.7s [2024-04-23T20:18:44.473Z] [2024-04-23T20:18:44.473Z] #8 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1 [2024-04-23T20:18:44.473Z] #8 DONE 0.8s [2024-04-23T20:18:44.473Z] [2024-04-23T20:18:44.473Z] #9 [internal] load metadata for docker.io/docker/compose-bin:v2.24.5 [2024-04-23T20:18:44.728Z] #9 DONE 0.8s [2024-04-23T20:18:44.728Z] [2024-04-23T20:18:44.728Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2024-04-23T20:18:44.728Z] #10 DONE 0.8s [2024-04-23T20:18:44.728Z] [2024-04-23T20:18:44.728Z] #11 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 [2024-04-23T20:18:44.728Z] #11 DONE 0.8s [2024-04-23T20:18:44.728Z] [2024-04-23T20:18:44.728Z] #4 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2024-04-23T20:18:44.728Z] #4 DONE 1.0s [2024-04-23T20:18:44.728Z] [2024-04-23T20:18:44.728Z] #12 [internal] load .dockerignore [2024-04-23T20:18:44.728Z] #12 transferring context: 113B done [2024-04-23T20:18:44.728Z] #12 DONE 0.0s [2024-04-23T20:18:45.289Z] [2024-04-23T20:18:45.289Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 [2024-04-23T20:18:45.289Z] #13 resolve docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 [2024-04-23T20:18:45.544Z] #13 resolve docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 0.4s done [2024-04-23T20:18:46.105Z] #13 sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 1.85kB / 1.85kB done [2024-04-23T20:18:46.105Z] #13 sha256:e27b218f4fbed3b1b2769805708bf8c4cb7992287e801c8a38821d8765d02880 529B / 529B done [2024-04-23T20:18:46.105Z] #13 sha256:5c2e61c12a0309c810a74286953043691637ada6452b0c2f33a8e3d67d80fced 1.48kB / 1.48kB done [2024-04-23T20:18:46.105Z] #13 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 0B / 49.60MB 0.3s [2024-04-23T20:18:46.105Z] #13 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 19.92MB / 49.60MB 0.3s [2024-04-23T20:18:46.362Z] #13 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 39.85MB / 49.60MB 0.5s [2024-04-23T20:18:46.362Z] #13 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 49.60MB / 49.60MB 0.7s [2024-04-23T20:18:47.724Z] #13 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 49.60MB / 49.60MB 2.1s done [2024-04-23T20:18:47.980Z] #13 ... [2024-04-23T20:18:47.980Z] [2024-04-23T20:18:47.980Z] #14 [internal] load build context [2024-04-23T20:18:47.980Z] #14 transferring context: 75.17MB 1.8s done [2024-04-23T20:18:47.980Z] #14 DONE 2.9s [2024-04-23T20:18:48.236Z] [2024-04-23T20:18:48.236Z] #15 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T20:18:48.236Z] #15 resolve docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 0.4s done [2024-04-23T20:18:48.236Z] #15 sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 1.64kB / 1.64kB done [2024-04-23T20:18:48.236Z] #15 sha256:d606747c3d6f91a6e4a073efb2478c1dd5b422a4ad5b7fd8dffc3f61cc396a14 1.79kB / 1.79kB done [2024-04-23T20:18:48.236Z] #15 sha256:8abc7e3032aeb13a3562d096ef133a12f4741e7fec06c0f7e22f3c23229cc90c 2.89kB / 2.89kB done [2024-04-23T20:18:48.236Z] #15 sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 49.60MB / 49.60MB 2.2s done [2024-04-23T20:18:48.236Z] #15 sha256:421c44fab18bc9f4c62ca481e074d50b3a036e7c95c7607b6d036c34d67c5264 63.99MB / 63.99MB 2.4s [2024-04-23T20:18:48.236Z] #15 sha256:374850c6db1702573c7004d630027931be318b2d71cb28e890e2fcd0f0730712 23.58MB / 23.58MB 2.4s [2024-04-23T20:18:48.236Z] #15 extracting sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 [2024-04-23T20:18:48.797Z] #15 sha256:374850c6db1702573c7004d630027931be318b2d71cb28e890e2fcd0f0730712 23.58MB / 23.58MB 2.9s done [2024-04-23T20:18:49.722Z] #15 extracting sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 1.5s done [2024-04-23T20:18:50.282Z] #15 extracting sha256:374850c6db1702573c7004d630027931be318b2d71cb28e890e2fcd0f0730712 [2024-04-23T20:18:50.538Z] #15 ... [2024-04-23T20:18:50.538Z] [2024-04-23T20:18:50.538Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 [2024-04-23T20:18:50.538Z] #13 DONE 5.4s [2024-04-23T20:18:50.538Z] [2024-04-23T20:18:50.538Z] #15 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T20:18:50.538Z] #15 ... [2024-04-23T20:18:50.538Z] [2024-04-23T20:18:50.538Z] #16 [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-23T20:18:50.793Z] #16 ... [2024-04-23T20:18:50.793Z] [2024-04-23T20:18:50.793Z] #17 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2024-04-23T20:18:50.793Z] #17 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.4s done [2024-04-23T20:18:50.793Z] #17 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done [2024-04-23T20:18:50.793Z] #17 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done [2024-04-23T20:18:50.793Z] #17 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done [2024-04-23T20:18:50.793Z] #17 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done [2024-04-23T20:18:50.793Z] #17 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 4.9s done [2024-04-23T20:18:50.793Z] #17 DONE 5.6s [2024-04-23T20:18:50.793Z] [2024-04-23T20:18:50.793Z] #15 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T20:18:50.793Z] #15 extracting sha256:374850c6db1702573c7004d630027931be318b2d71cb28e890e2fcd0f0730712 0.4s done [2024-04-23T20:18:50.793Z] #15 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 32.51MB / 86.41MB 5.1s [2024-04-23T20:18:50.793Z] #15 sha256:45fbff829e9908764b70d1bd05228741beb91f547505b2f1c395d05a427371bb 174B / 174B 4.8s done [2024-04-23T20:18:50.793Z] #15 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 16.78MB / 64.11MB 5.1s [2024-04-23T20:18:50.793Z] #15 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 4.8s done [2024-04-23T20:18:51.172Z] #15 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 50.33MB / 86.41MB 5.3s [2024-04-23T20:18:51.172Z] #15 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 21.98MB / 64.11MB 5.3s [2024-04-23T20:18:51.172Z] #15 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 66.06MB / 86.41MB 5.4s [2024-04-23T20:18:51.172Z] #15 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 32.51MB / 64.11MB 5.4s [2024-04-23T20:18:51.429Z] #15 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 74.45MB / 86.41MB 5.6s [2024-04-23T20:18:51.429Z] #15 extracting sha256:421c44fab18bc9f4c62ca481e074d50b3a036e7c95c7607b6d036c34d67c5264 [2024-04-23T20:18:51.429Z] #15 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 83.89MB / 86.41MB 5.7s [2024-04-23T20:18:51.429Z] #15 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 40.89MB / 64.11MB 5.7s [2024-04-23T20:18:51.684Z] #15 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 64.11MB / 64.11MB 5.9s [2024-04-23T20:18:53.569Z] #15 extracting sha256:421c44fab18bc9f4c62ca481e074d50b3a036e7c95c7607b6d036c34d67c5264 2.2s done [2024-04-23T20:18:53.823Z] #15 sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 86.41MB / 86.41MB 8.1s done [2024-04-23T20:18:55.185Z] #15 ... [2024-04-23T20:18:55.185Z] [2024-04-23T20:18:55.185Z] #18 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-04-23T20:18:55.185Z] #18 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.4s done [2024-04-23T20:18:55.185Z] #18 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done [2024-04-23T20:18:55.185Z] #18 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done [2024-04-23T20:18:55.185Z] #18 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done [2024-04-23T20:18:55.185Z] #18 ... [2024-04-23T20:18:55.185Z] [2024-04-23T20:18:55.185Z] #19 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2024-04-23T20:18:55.185Z] #19 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.4s done [2024-04-23T20:18:55.185Z] #19 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2024-04-23T20:18:55.185Z] #19 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2024-04-23T20:18:55.185Z] #19 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2024-04-23T20:18:55.185Z] #19 ... [2024-04-23T20:18:55.185Z] [2024-04-23T20:18:55.185Z] #20 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 [2024-04-23T20:18:55.185Z] #20 resolve docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 0.4s done [2024-04-23T20:18:55.185Z] #20 sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 8.43kB / 8.43kB done [2024-04-23T20:18:55.185Z] #20 sha256:152601ea1a432a294017848c66fb84d04e1a90d4380ce9b5cd519cdf09e43722 482B / 482B done [2024-04-23T20:18:55.185Z] #20 sha256:a5a1ba0fd157960c623fcbba319e3c92650faeacc179ed940362aed94d69a42f 1.14kB / 1.14kB done [2024-04-23T20:18:55.185Z] #20 sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 15.64MB / 15.64MB 9.5s [2024-04-23T20:18:55.440Z] #20 ... [2024-04-23T20:18:55.440Z] [2024-04-23T20:18:55.440Z] #21 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 [2024-04-23T20:18:55.440Z] #21 resolve docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 0.4s done [2024-04-23T20:18:55.440Z] #21 sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 8.43kB / 8.43kB done [2024-04-23T20:18:55.440Z] #21 sha256:06eae01801a52c8f549787b29c2bfb65c88c0a218b217321e99a157565a0fa5a 482B / 482B done [2024-04-23T20:18:55.440Z] #21 sha256:d06dcef7a21624ea13d7671125a7fe4cded9aaa21792757846e72064e5214dec 1.13kB / 1.13kB done [2024-04-23T20:18:55.440Z] #21 sha256:823737807fa37f6a71175786ba6042e4b83f8bb78f65079d56c0a0dff55d1e73 16.62MB / 16.62MB 5.7s done [2024-04-23T20:18:55.440Z] #21 extracting sha256:823737807fa37f6a71175786ba6042e4b83f8bb78f65079d56c0a0dff55d1e73 0.3s done [2024-04-23T20:18:55.440Z] #21 ... [2024-04-23T20:18:55.440Z] [2024-04-23T20:18:55.440Z] #22 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 [2024-04-23T20:18:55.440Z] #22 resolve docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 0.4s done [2024-04-23T20:18:55.440Z] #22 sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 6.76kB / 6.76kB done [2024-04-23T20:18:55.440Z] #22 sha256:15b3852228f2a4251fb997ce32a52204b76babcaae22df16cac5e217d95a5c07 610B / 610B done [2024-04-23T20:18:55.440Z] #22 sha256:46bd05c4a04f3d121198e054da02daed22d0f561764acb0f0594066d5972619b 390B / 390B done [2024-04-23T20:18:55.695Z] #22 ... [2024-04-23T20:18:55.695Z] [2024-04-23T20:18:55.695Z] #15 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T20:18:55.695Z] #15 extracting sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 0.1s [2024-04-23T20:18:55.971Z] #15 sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 64.11MB / 64.11MB 10.0s done [2024-04-23T20:18:57.335Z] #15 extracting sha256:6cbe4bb4a0d8b43491c9cd09a1939fa98f6e0c6bb41b83b515758995342fc910 2.0s done [2024-04-23T20:18:57.590Z] #15 ... [2024-04-23T20:18:57.590Z] [2024-04-23T20:18:57.590Z] #21 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 [2024-04-23T20:18:57.590Z] #21 DONE 12.6s [2024-04-23T20:18:57.948Z] [2024-04-23T20:18:57.948Z] #15 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T20:18:57.948Z] #15 extracting sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 [2024-04-23T20:18:58.335Z] #15 ... [2024-04-23T20:18:58.335Z] [2024-04-23T20:18:58.335Z] #20 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 [2024-04-23T20:18:58.335Z] #20 sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 15.64MB / 15.64MB 10.5s done [2024-04-23T20:18:58.335Z] #20 extracting sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 0.2s done [2024-04-23T20:18:58.335Z] #20 DONE 13.1s [2024-04-23T20:18:58.335Z] [2024-04-23T20:18:58.335Z] #15 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T20:18:58.895Z] #15 ... [2024-04-23T20:18:58.895Z] [2024-04-23T20:18:58.895Z] #22 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 [2024-04-23T20:18:58.895Z] #22 sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 1.84MB / 1.84MB 11.0s done [2024-04-23T20:18:58.895Z] #22 extracting sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 0.1s done [2024-04-23T20:18:58.895Z] #22 DONE 13.7s [2024-04-23T20:18:58.895Z] [2024-04-23T20:18:58.895Z] #15 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T20:18:58.895Z] #15 ... [2024-04-23T20:18:58.895Z] [2024-04-23T20:18:58.895Z] #19 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2024-04-23T20:18:58.895Z] #19 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 11.8s done [2024-04-23T20:18:58.895Z] #19 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s done [2024-04-23T20:18:58.895Z] #19 DONE 14.0s [2024-04-23T20:18:58.895Z] [2024-04-23T20:18:58.895Z] #15 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T20:18:59.819Z] #15 ... [2024-04-23T20:18:59.819Z] [2024-04-23T20:18:59.819Z] #18 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-04-23T20:18:59.819Z] #18 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 11.2s done [2024-04-23T20:18:59.819Z] #18 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.1s done [2024-04-23T20:18:59.819Z] #18 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 12.4s [2024-04-23T20:18:59.819Z] #18 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 0B / 766B 12.4s [2024-04-23T20:18:59.819Z] #18 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 12.9s done [2024-04-23T20:18:59.819Z] #18 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.1s done [2024-04-23T20:18:59.819Z] #18 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done [2024-04-23T20:18:59.819Z] #18 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.1s done [2024-04-23T20:18:59.819Z] #18 ... [2024-04-23T20:18:59.819Z] [2024-04-23T20:18:59.819Z] #15 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T20:19:01.181Z] #15 ... [2024-04-23T20:19:01.181Z] [2024-04-23T20:19:01.181Z] #16 [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-23T20:19:01.181Z] #16 0.500 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-23T20:19:01.181Z] #16 0.537 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-23T20:19:01.181Z] #16 0.605 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-23T20:19:01.181Z] #16 0.673 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-23T20:19:01.181Z] #16 0.981 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB] [2024-04-23T20:19:01.181Z] #16 0.985 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-23T20:19:01.181Z] #16 2.245 Fetched 9104 kB in 2s (4527 kB/s) [2024-04-23T20:19:01.181Z] #16 2.245 Reading package lists... [2024-04-23T20:19:01.181Z] #16 2.875 Reading package lists... [2024-04-23T20:19:01.181Z] #16 3.482 Building dependency tree... [2024-04-23T20:19:01.181Z] #16 3.902 The following additional packages will be installed: [2024-04-23T20:19:01.181Z] #16 3.903 libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 [2024-04-23T20:19:01.181Z] #16 3.903 libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5 [2024-04-23T20:19:01.181Z] #16 3.904 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl [2024-04-23T20:19:01.181Z] #16 3.907 Suggested packages: [2024-04-23T20:19:01.181Z] #16 3.907 krb5-doc krb5-user [2024-04-23T20:19:01.181Z] #16 3.907 Recommended packages: [2024-04-23T20:19:01.181Z] #16 3.907 krb5-locales libldap-common publicsuffix libsasl2-modules [2024-04-23T20:19:01.181Z] #16 4.081 The following NEW packages will be installed: [2024-04-23T20:19:01.181Z] #16 4.081 ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 [2024-04-23T20:19:01.181Z] #16 4.081 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 [2024-04-23T20:19:01.181Z] #16 4.082 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2024-04-23T20:19:01.181Z] #16 4.082 libssh2-1 libssl3 openssl [2024-04-23T20:19:01.181Z] #16 4.392 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded. [2024-04-23T20:19:01.181Z] #16 4.392 Need to get 5813 kB of archives. [2024-04-23T20:19:01.181Z] #16 4.392 After this operation, 16.1 MB of additional disk space will be used. [2024-04-23T20:19:01.181Z] #16 4.392 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB] [2024-04-23T20:19:01.181Z] #16 4.661 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB] [2024-04-23T20:19:01.181Z] #16 4.759 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB] [2024-04-23T20:19:01.181Z] #16 4.771 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] [2024-04-23T20:19:01.181Z] #16 4.860 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB] [2024-04-23T20:19:01.181Z] #16 4.936 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB] [2024-04-23T20:19:01.181Z] #16 4.957 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] [2024-04-23T20:19:01.181Z] #16 5.074 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB] [2024-04-23T20:19:01.181Z] #16 5.095 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB] [2024-04-23T20:19:01.181Z] #16 5.165 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] [2024-04-23T20:19:01.181Z] #16 5.174 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] [2024-04-23T20:19:01.181Z] #16 5.176 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2024-04-23T20:19:01.181Z] #16 5.177 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB] [2024-04-23T20:19:01.181Z] #16 5.178 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] [2024-04-23T20:19:01.181Z] #16 5.179 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2024-04-23T20:19:01.181Z] #16 5.181 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] [2024-04-23T20:19:01.181Z] #16 5.182 Get:17 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB] [2024-04-23T20:19:01.181Z] #16 5.185 Get:18 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB] [2024-04-23T20:19:01.181Z] #16 5.188 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB] [2024-04-23T20:19:01.181Z] #16 5.217 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2024-04-23T20:19:01.181Z] #16 5.267 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2024-04-23T20:19:01.181Z] #16 5.894 debconf: delaying package configuration, since apt-utils is not installed [2024-04-23T20:19:01.181Z] #16 6.019 Fetched 5813 kB in 1s (5045 kB/s) [2024-04-23T20:19:01.181Z] #16 6.211 Selecting previously unselected package libssl3:arm64. [2024-04-23T20:19:01.181Z] #16 6.211 (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-23T20:19:01.181Z] #16 6.216 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ... [2024-04-23T20:19:01.181Z] #16 6.228 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ... [2024-04-23T20:19:01.181Z] #16 7.009 Selecting previously unselected package openssl. [2024-04-23T20:19:01.181Z] #16 7.010 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ... [2024-04-23T20:19:01.181Z] #16 7.092 Unpacking openssl (3.0.11-1~deb12u2) ... [2024-04-23T20:19:01.181Z] #16 7.686 Selecting previously unselected package ca-certificates. [2024-04-23T20:19:01.181Z] #16 7.688 Preparing to unpack .../02-ca-certificates_20230311_all.deb ... [2024-04-23T20:19:01.181Z] #16 7.695 Unpacking ca-certificates (20230311) ... [2024-04-23T20:19:01.181Z] #16 8.282 Selecting previously unselected package libbrotli1:arm64. [2024-04-23T20:19:01.181Z] #16 8.284 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ... [2024-04-23T20:19:01.181Z] #16 8.297 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [2024-04-23T20:19:01.181Z] #16 8.698 Selecting previously unselected package libkrb5support0:arm64. [2024-04-23T20:19:01.181Z] #16 8.700 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ... [2024-04-23T20:19:01.181Z] #16 8.709 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ... [2024-04-23T20:19:01.181Z] #16 9.165 Selecting previously unselected package libk5crypto3:arm64. [2024-04-23T20:19:01.181Z] #16 9.167 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ... [2024-04-23T20:19:01.181Z] #16 9.197 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ... [2024-04-23T20:19:01.181Z] #16 9.392 Selecting previously unselected package libkeyutils1:arm64. [2024-04-23T20:19:01.181Z] #16 9.393 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ... [2024-04-23T20:19:01.181Z] #16 9.406 Unpacking libkeyutils1:arm64 (1.6.3-2) ... [2024-04-23T20:19:01.181Z] #16 9.579 Selecting previously unselected package libkrb5-3:arm64. [2024-04-23T20:19:01.181Z] #16 9.581 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ... [2024-04-23T20:19:01.181Z] #16 9.589 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ... [2024-04-23T20:19:01.181Z] #16 10.07 Selecting previously unselected package libgssapi-krb5-2:arm64. [2024-04-23T20:19:01.181Z] #16 10.08 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ... [2024-04-23T20:19:01.181Z] #16 10.09 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ... [2024-04-23T20:19:01.181Z] #16 10.28 Selecting previously unselected package libsasl2-modules-db:arm64. [2024-04-23T20:19:01.181Z] #16 10.29 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... [2024-04-23T20:19:01.181Z] #16 10.31 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2024-04-23T20:19:01.181Z] #16 10.57 Selecting previously unselected package libsasl2-2:arm64. [2024-04-23T20:19:01.181Z] #16 10.57 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... [2024-04-23T20:19:01.181Z] #16 10.58 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2024-04-23T20:19:01.181Z] #16 ... [2024-04-23T20:19:01.181Z] [2024-04-23T20:19:01.181Z] #15 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T20:19:03.067Z] #15 extracting sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 5.2s [2024-04-23T20:19:04.956Z] #15 extracting sha256:0a12a9cc36370776dd253aef34583c7f7faf7f322a4276ac347cf1fc956889e8 7.0s done [2024-04-23T20:19:05.516Z] #15 extracting sha256:45fbff829e9908764b70d1bd05228741beb91f547505b2f1c395d05a427371bb [2024-04-23T20:19:05.516Z] #15 extracting sha256:45fbff829e9908764b70d1bd05228741beb91f547505b2f1c395d05a427371bb done [2024-04-23T20:19:05.772Z] #15 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 [2024-04-23T20:19:06.026Z] #15 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2024-04-23T20:19:06.603Z] #15 DONE 21.3s [2024-04-23T20:19:06.603Z] [2024-04-23T20:19:06.603Z] #16 [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-23T20:19:06.603Z] #16 11.03 Selecting previously unselected package libldap-2.5-0:arm64. [2024-04-23T20:19:06.603Z] #16 11.03 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... [2024-04-23T20:19:06.603Z] #16 11.12 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2024-04-23T20:19:06.603Z] #16 11.44 Selecting previously unselected package libnghttp2-14:arm64. [2024-04-23T20:19:06.603Z] #16 11.44 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ... [2024-04-23T20:19:06.603Z] #16 11.45 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ... [2024-04-23T20:19:06.603Z] #16 11.91 Selecting previously unselected package libpsl5:arm64. [2024-04-23T20:19:06.603Z] #16 11.91 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ... [2024-04-23T20:19:06.603Z] #16 11.92 Unpacking libpsl5:arm64 (0.21.2-1) ... [2024-04-23T20:19:06.603Z] #16 12.43 Selecting previously unselected package librtmp1:arm64. [2024-04-23T20:19:06.603Z] #16 12.43 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2024-04-23T20:19:06.603Z] #16 12.44 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2024-04-23T20:19:06.603Z] #16 12.55 Selecting previously unselected package libssh2-1:arm64. [2024-04-23T20:19:06.603Z] #16 12.55 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ... [2024-04-23T20:19:06.603Z] #16 12.56 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... [2024-04-23T20:19:06.603Z] #16 12.89 Selecting previously unselected package libcurl4:arm64. [2024-04-23T20:19:06.603Z] #16 12.89 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ... [2024-04-23T20:19:06.603Z] #16 12.93 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ... [2024-04-23T20:19:06.603Z] #16 13.45 Selecting previously unselected package curl. [2024-04-23T20:19:06.603Z] #16 13.45 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ... [2024-04-23T20:19:06.603Z] #16 13.60 Unpacking curl (7.88.1-10+deb12u5) ... [2024-04-23T20:19:06.603Z] #16 14.65 Selecting previously unselected package libonig5:arm64. [2024-04-23T20:19:06.603Z] #16 14.65 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ... [2024-04-23T20:19:06.603Z] #16 14.85 Unpacking libonig5:arm64 (6.9.8-1) ... [2024-04-23T20:19:06.603Z] #16 15.19 Selecting previously unselected package libjq1:arm64. [2024-04-23T20:19:06.603Z] #16 15.20 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ... [2024-04-23T20:19:06.603Z] #16 15.21 Unpacking libjq1:arm64 (1.6-2.1) ... [2024-04-23T20:19:06.603Z] #16 15.59 Selecting previously unselected package jq. [2024-04-23T20:19:06.603Z] #16 15.59 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ... [2024-04-23T20:19:06.603Z] #16 15.60 Unpacking jq (1.6-2.1) ... [2024-04-23T20:19:06.603Z] #16 15.71 Setting up libkeyutils1:arm64 (1.6.3-2) ... [2024-04-23T20:19:06.603Z] #16 15.73 Setting up libpsl5:arm64 (0.21.2-1) ... [2024-04-23T20:19:06.603Z] #16 15.75 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... [2024-04-23T20:19:06.603Z] #16 15.78 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ... [2024-04-23T20:19:06.603Z] #16 15.82 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ... [2024-04-23T20:19:06.603Z] #16 15.84 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ... [2024-04-23T20:19:06.603Z] #16 15.87 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2024-04-23T20:19:06.603Z] #16 16.02 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2024-04-23T20:19:06.603Z] #16 16.06 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ... [2024-04-23T20:19:06.603Z] #16 16.08 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2024-04-23T20:19:06.603Z] #16 16.13 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... [2024-04-23T20:19:06.603Z] #16 16.22 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ... [2024-04-23T20:19:06.603Z] #16 16.24 Setting up openssl (3.0.11-1~deb12u2) ... [2024-04-23T20:19:06.858Z] #16 16.27 Setting up libonig5:arm64 (6.9.8-1) ... [2024-04-23T20:19:06.858Z] #16 16.30 Setting up libjq1:arm64 (1.6-2.1) ... [2024-04-23T20:19:06.858Z] #16 16.39 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2024-04-23T20:19:06.858Z] #16 16.44 Setting up ca-certificates (20230311) ... [2024-04-23T20:19:06.858Z] #16 16.52 debconf: unable to initialize frontend: Dialog [2024-04-23T20:19:06.858Z] #16 16.52 debconf: (TERM is not set, so the dialog frontend is not usable.) [2024-04-23T20:19:06.858Z] #16 16.52 debconf: falling back to frontend: Readline [2024-04-23T20:19:07.113Z] #16 16.52 debconf: unable to initialize frontend: Readline [2024-04-23T20:19:07.113Z] #16 16.52 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-23T20:19:07.113Z] #16 16.52 debconf: falling back to frontend: Teletype [2024-04-23T20:19:07.113Z] #16 16.82 Updating certificates in /etc/ssl/certs... [2024-04-23T20:19:07.673Z] #16 17.25 140 added, 0 removed; done. [2024-04-23T20:19:07.927Z] #16 17.34 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ... [2024-04-23T20:19:07.928Z] #16 17.40 Setting up jq (1.6-2.1) ... [2024-04-23T20:19:07.928Z] #16 17.43 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ... [2024-04-23T20:19:07.928Z] #16 17.46 Setting up curl (7.88.1-10+deb12u5) ... [2024-04-23T20:19:07.928Z] #16 17.48 Processing triggers for libc-bin (2.36-9+deb12u4) ... [2024-04-23T20:19:07.928Z] #16 17.52 Processing triggers for ca-certificates (20230311) ... [2024-04-23T20:19:08.182Z] #16 17.53 Updating certificates in /etc/ssl/certs... [2024-04-23T20:19:08.182Z] #16 17.89 0 added, 0 removed; done. [2024-04-23T20:19:08.182Z] #16 17.89 Running hooks in /etc/ca-certificates/update.d... [2024-04-23T20:19:08.437Z] #16 17.89 done. [2024-04-23T20:19:08.997Z] #16 ... [2024-04-23T20:19:08.997Z] [2024-04-23T20:19:08.997Z] #23 [build-dummy 2/2] RUN mkdir -p /build [2024-04-23T20:19:09.252Z] #23 ... [2024-04-23T20:19:09.252Z] [2024-04-23T20:19:09.252Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2 [2024-04-23T20:19:11.135Z] #24 ... [2024-04-23T20:19:11.135Z] [2024-04-23T20:19:11.135Z] #25 [base 2/4] COPY --from=xx / / [2024-04-23T20:19:11.135Z] #25 DONE 0.1s [2024-04-23T20:19:11.135Z] [2024-04-23T20:19:11.135Z] #23 [build-dummy 2/2] RUN mkdir -p /build [2024-04-23T20:19:11.135Z] #23 DONE 12.0s [2024-04-23T20:19:11.135Z] [2024-04-23T20:19:11.135Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2 [2024-04-23T20:19:11.135Z] #24 DONE 11.1s [2024-04-23T20:19:11.135Z] [2024-04-23T20:19:11.135Z] #16 [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-23T20:19:11.135Z] #16 DONE 20.5s [2024-04-23T20:19:11.135Z] [2024-04-23T20:19:11.135Z] #26 [binary-dummy 1/1] COPY --from=build-dummy /build /build [2024-04-23T20:19:11.135Z] #26 DONE 0.0s [2024-04-23T20:19:11.135Z] [2024-04-23T20:19:11.135Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2024-04-23T20:19:11.135Z] #27 DONE 0.1s [2024-04-23T20:19:11.135Z] [2024-04-23T20:19:11.135Z] #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-23T20:19:11.390Z] #28 ... [2024-04-23T20:19:11.390Z] [2024-04-23T20:19:11.390Z] #29 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2024-04-23T20:19:11.390Z] #29 DONE 0.4s [2024-04-23T20:19:11.645Z] [2024-04-23T20:19:11.645Z] #30 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file [2024-04-23T20:19:11.899Z] #30 0.529 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-23T20:19:12.154Z] #30 0.538 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-23T20:19:12.154Z] #30 0.539 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-23T20:19:12.154Z] #30 0.609 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-23T20:19:12.154Z] #30 0.675 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB] [2024-04-23T20:19:12.409Z] #30 0.722 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-23T20:19:12.968Z] #30 1.639 Fetched 9104 kB in 1s (6662 kB/s) [2024-04-23T20:19:13.891Z] #30 1.639 Reading package lists... [2024-04-23T20:19:14.450Z] #30 2.264 Reading package lists... [2024-04-23T20:19:14.450Z] #30 2.876 Building dependency tree... [2024-04-23T20:19:14.450Z] #30 3.059 Reading state information... [2024-04-23T20:19:14.704Z] #30 3.322 The following additional packages will be installed: [2024-04-23T20:19:14.959Z] #30 3.324 libmagic-mgc libmagic1 [2024-04-23T20:19:14.959Z] #30 3.354 The following NEW packages will be installed: [2024-04-23T20:19:14.959Z] #30 3.355 file libmagic-mgc libmagic1 [2024-04-23T20:19:14.959Z] #30 3.629 0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded. [2024-04-23T20:19:14.959Z] #30 3.629 Need to get 446 kB of archives. [2024-04-23T20:19:14.959Z] #30 3.629 After this operation, 8709 kB of additional disk space will be used. [2024-04-23T20:19:14.959Z] #30 3.629 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB] [2024-04-23T20:19:15.213Z] #30 3.638 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB] [2024-04-23T20:19:15.213Z] #30 3.639 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB] [2024-04-23T20:19:15.213Z] #30 3.787 debconf: delaying package configuration, since apt-utils is not installed [2024-04-23T20:19:15.468Z] #30 3.826 Fetched 446 kB in 0s (1624 kB/s) [2024-04-23T20:19:15.468Z] #30 3.844 Selecting previously unselected package libmagic-mgc. [2024-04-23T20:19:15.468Z] #30 3.844 (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-23T20:19:15.468Z] #30 3.854 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ... [2024-04-23T20:19:15.468Z] #30 3.858 Unpacking libmagic-mgc (1:5.44-3) ... [2024-04-23T20:19:15.468Z] #30 3.931 Selecting previously unselected package libmagic1:arm64. [2024-04-23T20:19:15.468Z] #30 3.933 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ... [2024-04-23T20:19:15.468Z] #30 3.942 Unpacking libmagic1:arm64 (1:5.44-3) ... [2024-04-23T20:19:15.468Z] #30 3.980 Selecting previously unselected package file. [2024-04-23T20:19:15.468Z] #30 3.982 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ... [2024-04-23T20:19:15.468Z] #30 3.986 Unpacking file (1:5.44-3) ... [2024-04-23T20:19:15.468Z] #30 4.026 Setting up libmagic-mgc (1:5.44-3) ... [2024-04-23T20:19:15.468Z] #30 4.036 Setting up libmagic1:arm64 (1:5.44-3) ... [2024-04-23T20:19:15.723Z] #30 4.057 Setting up file (1:5.44-3) ... [2024-04-23T20:19:15.723Z] #30 4.069 Processing triggers for libc-bin (2.36-9+deb12u4) ... [2024-04-23T20:19:15.978Z] #30 DONE 4.5s [2024-04-23T20:19:15.978Z] [2024-04-23T20:19:15.978Z] #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-23T20:19:15.978Z] #28 2.419 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2024-04-23T20:19:15.978Z] #28 2.996 #=#=# ##O#-# [2024-04-23T20:19:15.978Z] #28 3.321 #=#=# # 1.9% ######################################################################## 100.0% [2024-04-23T20:19:15.978Z] #28 3.582 [2024-04-23T20:19:15.978Z] #28 ... [2024-04-23T20:19:15.978Z] [2024-04-23T20:19:15.978Z] #31 [containerd-src 1/3] WORKDIR /usr/src/containerd [2024-04-23T20:19:15.978Z] #31 DONE 0.1s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #32 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" [2024-04-23T20:19:16.233Z] #32 ... [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #33 [delve-src 1/3] WORKDIR /usr/src/delve [2024-04-23T20:19:16.233Z] #33 DONE 0.3s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #34 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli [2024-04-23T20:19:16.233Z] #34 DONE 0.3s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #35 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc [2024-04-23T20:19:16.233Z] #35 DONE 0.3s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #36 [tini-src 1/3] WORKDIR /usr/src/tini [2024-04-23T20:19:16.233Z] #36 DONE 0.3s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #37 [runc-src 1/3] WORKDIR /usr/src/runc [2024-04-23T20:19:16.233Z] #37 DONE 0.3s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2024-04-23T20:19:16.233Z] #38 DONE 0.4s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #39 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini [2024-04-23T20:19:16.233Z] #39 DONE 0.4s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #40 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit [2024-04-23T20:19:16.233Z] #40 DONE 0.4s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #41 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit [2024-04-23T20:19:16.233Z] #41 DONE 0.4s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #42 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd [2024-04-23T20:19:16.233Z] #42 DONE 0.4s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #43 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2024-04-23T20:19:16.233Z] #43 DONE 0.4s [2024-04-23T20:19:16.233Z] [2024-04-23T20:19:16.233Z] #44 [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-23T20:19:16.488Z] #44 ... [2024-04-23T20:19:16.488Z] [2024-04-23T20:19:16.488Z] #45 [swagger-src 1/3] WORKDIR /usr/src/swagger [2024-04-23T20:19:16.488Z] #45 DONE 0.4s [2024-04-23T20:19:16.488Z] [2024-04-23T20:19:16.488Z] #46 [registry-src 1/2] WORKDIR /usr/src/registry [2024-04-23T20:19:16.488Z] #46 DONE 0.6s [2024-04-23T20:19:16.743Z] [2024-04-23T20:19:16.743Z] #32 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" [2024-04-23T20:19:16.743Z] #32 0.316 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-23T20:19:16.743Z] #32 0.316 hint: is subject to change. To configure the initial branch name to use in all [2024-04-23T20:19:16.743Z] #32 0.316 hint: of your new repositories, which will suppress this warning, call: [2024-04-23T20:19:16.743Z] #32 0.316 hint: [2024-04-23T20:19:16.743Z] #32 0.316 hint: git config --global init.defaultBranch [2024-04-23T20:19:16.743Z] #32 0.316 hint: [2024-04-23T20:19:16.743Z] #32 0.316 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-23T20:19:16.743Z] #32 0.316 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-23T20:19:16.743Z] #32 0.316 hint: [2024-04-23T20:19:16.743Z] #32 0.316 hint: git branch -m [2024-04-23T20:19:16.743Z] #32 0.318 Initialized empty Git repository in /usr/src/containerd/.git/ [2024-04-23T20:19:16.743Z] #32 DONE 0.5s [2024-04-23T20:19:16.743Z] [2024-04-23T20:19:16.743Z] #47 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.13" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-04-23T20:19:18.106Z] #47 ... [2024-04-23T20:19:18.106Z] [2024-04-23T20:19:18.106Z] #48 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" [2024-04-23T20:19:18.106Z] #48 1.470 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-23T20:19:18.106Z] #48 1.470 hint: is subject to change. To configure the initial branch name to use in all [2024-04-23T20:19:18.106Z] #48 1.470 hint: of your new repositories, which will suppress this warning, call: [2024-04-23T20:19:18.106Z] #48 1.470 hint: [2024-04-23T20:19:18.106Z] #48 1.470 hint: git config --global init.defaultBranch [2024-04-23T20:19:18.106Z] #48 1.470 hint: [2024-04-23T20:19:18.106Z] #48 1.470 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-23T20:19:18.106Z] #48 1.470 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-23T20:19:18.106Z] #48 1.470 hint: [2024-04-23T20:19:18.106Z] #48 1.470 hint: git branch -m [2024-04-23T20:19:18.106Z] #48 1.477 Initialized empty Git repository in /usr/src/tini/.git/ [2024-04-23T20:19:18.106Z] #48 DONE 1.6s [2024-04-23T20:19:18.106Z] [2024-04-23T20:19:18.106Z] #49 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" [2024-04-23T20:19:18.106Z] #49 1.368 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-23T20:19:18.106Z] #49 1.368 hint: is subject to change. To configure the initial branch name to use in all [2024-04-23T20:19:18.106Z] #49 1.368 hint: of your new repositories, which will suppress this warning, call: [2024-04-23T20:19:18.106Z] #49 1.368 hint: [2024-04-23T20:19:18.106Z] #49 1.368 hint: git config --global init.defaultBranch [2024-04-23T20:19:18.106Z] #49 1.368 hint: [2024-04-23T20:19:18.106Z] #49 1.368 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-23T20:19:18.106Z] #49 1.368 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-23T20:19:18.106Z] #49 1.368 hint: [2024-04-23T20:19:18.106Z] #49 1.368 hint: git branch -m [2024-04-23T20:19:18.106Z] #49 1.370 Initialized empty Git repository in /usr/src/delve/.git/ [2024-04-23T20:19:18.106Z] #49 DONE 1.6s [2024-04-23T20:19:18.106Z] [2024-04-23T20:19:18.106Z] #50 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git" [2024-04-23T20:19:18.106Z] #50 1.232 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-23T20:19:18.106Z] #50 1.232 hint: is subject to change. To configure the initial branch name to use in all [2024-04-23T20:19:18.106Z] #50 1.232 hint: of your new repositories, which will suppress this warning, call: [2024-04-23T20:19:18.106Z] #50 1.232 hint: [2024-04-23T20:19:18.106Z] #50 1.232 hint: git config --global init.defaultBranch [2024-04-23T20:19:18.106Z] #50 1.232 hint: [2024-04-23T20:19:18.106Z] #50 1.232 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-23T20:19:18.106Z] #50 1.232 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-23T20:19:18.106Z] #50 1.232 hint: [2024-04-23T20:19:18.106Z] #50 1.232 hint: git branch -m [2024-04-23T20:19:18.106Z] #50 1.235 Initialized empty Git repository in /usr/src/runc/.git/ [2024-04-23T20:19:18.106Z] #50 DONE 1.6s [2024-04-23T20:19:18.106Z] [2024-04-23T20:19:18.106Z] #51 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" [2024-04-23T20:19:18.106Z] #51 1.436 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-23T20:19:18.106Z] #51 1.436 hint: is subject to change. To configure the initial branch name to use in all [2024-04-23T20:19:18.106Z] #51 1.436 hint: of your new repositories, which will suppress this warning, call: [2024-04-23T20:19:18.106Z] #51 1.436 hint: [2024-04-23T20:19:18.106Z] #51 1.436 hint: git config --global init.defaultBranch [2024-04-23T20:19:18.106Z] #51 1.436 hint: [2024-04-23T20:19:18.106Z] #51 1.436 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-23T20:19:18.106Z] #51 1.436 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-23T20:19:18.106Z] #51 1.436 hint: [2024-04-23T20:19:18.106Z] #51 1.436 hint: git branch -m [2024-04-23T20:19:18.106Z] #51 1.439 Initialized empty Git repository in /usr/src/rootlesskit/.git/ [2024-04-23T20:19:18.106Z] #51 DONE 1.5s [2024-04-23T20:19:18.106Z] [2024-04-23T20:19:18.106Z] #52 [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-23T20:19:22.268Z] #52 ... [2024-04-23T20:19:22.268Z] [2024-04-23T20:19:22.268Z] #53 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" [2024-04-23T20:19:22.268Z] #53 2.005 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-23T20:19:22.268Z] #53 2.005 hint: is subject to change. To configure the initial branch name to use in all [2024-04-23T20:19:22.268Z] #53 2.005 hint: of your new repositories, which will suppress this warning, call: [2024-04-23T20:19:22.268Z] #53 2.005 hint: [2024-04-23T20:19:22.268Z] #53 2.005 hint: git config --global init.defaultBranch [2024-04-23T20:19:22.268Z] #53 2.005 hint: [2024-04-23T20:19:22.268Z] #53 2.005 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-23T20:19:22.268Z] #53 2.005 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-23T20:19:22.268Z] #53 2.005 hint: [2024-04-23T20:19:22.268Z] #53 2.005 hint: git branch -m [2024-04-23T20:19:22.268Z] #53 2.011 Initialized empty Git repository in /usr/src/registry/.git/ [2024-04-23T20:19:22.268Z] #53 DONE 5.4s [2024-04-23T20:19:22.268Z] [2024-04-23T20:19:22.268Z] #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-23T20:19:22.268Z] #28 5.578 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2024-04-23T20:19:22.268Z] #28 6.125 #=#=# ##O#-# [2024-04-23T20:19:22.268Z] #28 6.456 #=#=# ##O#-# 0.9% ######################################################################## 100.0% [2024-04-23T20:19:22.268Z] #28 7.039 [2024-04-23T20:19:22.268Z] #28 9.325 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)... [2024-04-23T20:19:22.268Z] #28 10.03 #=#=# [2024-04-23T20:19:22.268Z] #28 10.35 #=#=# 0.1% ######################## 34.6% ################################################################ 89.1% ####################################################################### 100.0% ######################################################################## 100.0% [2024-04-23T20:19:22.268Z] #28 ... [2024-04-23T20:19:22.268Z] [2024-04-23T20:19:22.268Z] #54 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git" [2024-04-23T20:19:22.268Z] #54 2.180 hint: Using 'master' as the name for the initial branch. This default branch name [2024-04-23T20:19:22.268Z] #54 2.180 hint: is subject to change. To configure the initial branch name to use in all [2024-04-23T20:19:22.268Z] #54 2.180 hint: of your new repositories, which will suppress this warning, call: [2024-04-23T20:19:22.268Z] #54 2.180 hint: [2024-04-23T20:19:22.268Z] #54 2.180 hint: git config --global init.defaultBranch [2024-04-23T20:19:22.268Z] #54 2.180 hint: [2024-04-23T20:19:22.268Z] #54 2.180 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2024-04-23T20:19:22.268Z] #54 2.180 hint: 'development'. The just-created branch can be renamed via this command: [2024-04-23T20:19:22.268Z] #54 2.180 hint: [2024-04-23T20:19:22.268Z] #54 2.180 hint: git branch -m [2024-04-23T20:19:22.268Z] #54 2.185 Initialized empty Git repository in /usr/src/swagger/.git/ [2024-04-23T20:19:22.268Z] #54 DONE 6.0s [2024-04-23T20:19:22.268Z] [2024-04-23T20:19:22.268Z] #55 [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-23T20:19:22.268Z] #55 1.831 go: downloading github.com/golangci/golangci-lint v1.55.2 [2024-04-23T20:19:22.268Z] #55 2.597 go: downloading github.com/fatih/color v1.15.0 [2024-04-23T20:19:22.268Z] #55 2.597 go: downloading github.com/gofrs/flock v0.8.1 [2024-04-23T20:19:22.268Z] #55 2.597 go: downloading github.com/spf13/cobra v1.7.0 [2024-04-23T20:19:22.268Z] #55 2.597 go: downloading github.com/spf13/pflag v1.0.5 [2024-04-23T20:19:22.268Z] #55 2.597 go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-04-23T20:19:22.268Z] #55 2.597 go: downloading github.com/spf13/viper v1.12.0 [2024-04-23T20:19:22.268Z] #55 2.630 go: downloading golang.org/x/tools v0.14.0 [2024-04-23T20:19:22.268Z] #55 2.648 go: downloading github.com/hashicorp/go-version v1.6.0 [2024-04-23T20:19:22.268Z] #55 2.711 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2024-04-23T20:19:22.268Z] #55 2.719 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2024-04-23T20:19:22.268Z] #55 2.801 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2024-04-23T20:19:22.268Z] #55 2.801 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea [2024-04-23T20:19:22.268Z] #55 2.804 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-04-23T20:19:22.268Z] #55 2.964 go: downloading github.com/mattn/go-colorable v0.1.13 [2024-04-23T20:19:22.268Z] #55 2.966 go: downloading github.com/sirupsen/logrus v1.9.3 [2024-04-23T20:19:22.268Z] #55 2.967 go: downloading github.com/stretchr/testify v1.8.4 [2024-04-23T20:19:22.268Z] #55 2.983 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2 [2024-04-23T20:19:22.268Z] #55 3.165 go: downloading github.com/mattn/go-isatty v0.0.17 [2024-04-23T20:19:22.268Z] #55 3.228 go: downloading golang.org/x/mod v0.13.0 [2024-04-23T20:19:22.268Z] #55 3.230 go: downloading github.com/golangci/revgrep v0.5.2 [2024-04-23T20:19:22.268Z] #55 3.325 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1 [2024-04-23T20:19:22.268Z] #55 3.595 go: downloading 4d63.com/gochecknoglobals v0.2.1 [2024-04-23T20:19:22.268Z] #55 3.596 go: downloading github.com/4meepo/tagalign v1.3.3 [2024-04-23T20:19:22.268Z] #55 3.654 go: downloading github.com/Abirdcfly/dupword v0.0.13 [2024-04-23T20:19:22.268Z] #55 3.726 go: downloading github.com/Antonboom/errname v0.1.12 [2024-04-23T20:19:22.268Z] #55 3.728 go: downloading github.com/Antonboom/nilnil v0.1.7 [2024-04-23T20:19:22.268Z] #55 3.839 go: downloading github.com/Antonboom/testifylint v0.2.3 [2024-04-23T20:19:22.268Z] #55 3.881 go: downloading github.com/BurntSushi/toml v1.3.2 [2024-04-23T20:19:22.268Z] #55 3.882 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2024-04-23T20:19:22.268Z] #55 3.961 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0 [2024-04-23T20:19:22.268Z] #55 4.088 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0 [2024-04-23T20:19:22.268Z] #55 4.088 go: downloading github.com/alecthomas/go-check-sumtype v0.1.3 [2024-04-23T20:19:22.268Z] #55 4.088 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2 [2024-04-23T20:19:22.268Z] #55 4.089 go: downloading github.com/alexkohler/prealloc v1.0.0 [2024-04-23T20:19:22.268Z] #55 4.090 go: downloading github.com/alingse/asasalint v0.0.11 [2024-04-23T20:19:22.268Z] #55 4.090 go: downloading github.com/ashanbrown/forbidigo v1.6.0 [2024-04-23T20:19:22.268Z] #55 4.131 go: downloading github.com/ashanbrown/makezero v1.1.1 [2024-04-23T20:19:22.268Z] #55 4.293 go: downloading github.com/bkielbasa/cyclop v1.2.1 [2024-04-23T20:19:22.268Z] #55 4.293 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2024-04-23T20:19:22.268Z] #55 4.296 go: downloading github.com/bombsimon/wsl/v3 v3.4.0 [2024-04-23T20:19:22.268Z] #55 4.296 go: downloading github.com/breml/bidichk v0.2.7 [2024-04-23T20:19:22.268Z] #55 4.296 go: downloading github.com/butuzov/ireturn v0.2.2 [2024-04-23T20:19:22.268Z] #55 4.299 go: downloading github.com/breml/errchkjson v0.3.6 [2024-04-23T20:19:22.268Z] #55 4.300 go: downloading github.com/butuzov/mirror v1.1.0 [2024-04-23T20:19:22.269Z] #55 4.314 go: downloading github.com/catenacyber/perfsprint v0.2.0 [2024-04-23T20:19:22.269Z] #55 4.420 go: downloading github.com/charithe/durationcheck v0.0.10 [2024-04-23T20:19:22.269Z] #55 4.550 go: downloading github.com/curioswitch/go-reassign v0.2.0 [2024-04-23T20:19:22.269Z] #55 4.552 go: downloading github.com/daixiang0/gci v0.11.2 [2024-04-23T20:19:22.269Z] #55 4.553 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2024-04-23T20:19:22.269Z] #55 4.554 go: downloading github.com/esimonov/ifshort v1.0.4 [2024-04-23T20:19:22.269Z] #55 4.635 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2024-04-23T20:19:22.269Z] #55 4.710 go: downloading github.com/ghostiam/protogetter v0.2.3 [2024-04-23T20:19:22.269Z] #55 4.710 go: downloading github.com/go-critic/go-critic v0.9.0 [2024-04-23T20:19:22.269Z] #55 4.710 go: downloading github.com/fzipp/gocyclo v0.6.0 [2024-04-23T20:19:22.269Z] #55 4.750 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2024-04-23T20:19:22.269Z] #55 4.882 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2024-04-23T20:19:22.269Z] #55 4.883 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2024-04-23T20:19:22.269Z] #55 4.966 go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e [2024-04-23T20:19:22.269Z] #55 4.966 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2024-04-23T20:19:22.269Z] #55 4.970 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2024-04-23T20:19:22.269Z] #55 5.009 go: downloading github.com/golangci/misspell v0.4.1 [2024-04-23T20:19:22.269Z] #55 5.011 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2024-04-23T20:19:22.269Z] #55 5.122 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601 [2024-04-23T20:19:22.269Z] #55 5.123 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2024-04-23T20:19:22.269Z] #55 5.130 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2024-04-23T20:19:22.269Z] #55 5.189 go: downloading github.com/hexops/gotextdiff v1.0.3 [2024-04-23T20:19:22.269Z] #55 5.221 go: downloading github.com/jgautheron/goconst v1.6.0 [2024-04-23T20:19:22.269Z] #55 5.231 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2024-04-23T20:19:22.269Z] #55 5.270 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2024-04-23T20:19:22.269Z] #55 5.281 go: downloading github.com/julz/importas v0.1.0 [2024-04-23T20:19:22.269Z] #55 5.281 go: downloading github.com/kisielk/errcheck v1.6.3 [2024-04-23T20:19:22.269Z] #55 5.299 go: downloading github.com/kkHAIKE/contextcheck v1.1.4 [2024-04-23T20:19:22.269Z] #55 5.312 go: downloading github.com/kunwardeep/paralleltest v1.0.8 [2024-04-23T20:19:22.269Z] #55 5.315 go: downloading github.com/kulti/thelper v0.6.3 [2024-04-23T20:19:22.269Z] #55 5.354 go: downloading github.com/kyoh86/exportloopref v0.1.11 [2024-04-23T20:19:22.269Z] #55 5.402 go: downloading github.com/ldez/tagliatelle v0.5.0 [2024-04-23T20:19:22.269Z] #55 5.407 go: downloading github.com/leonklingele/grouper v1.1.1 [2024-04-23T20:19:22.269Z] #55 5.408 go: downloading github.com/lufeee/execinquery v1.2.1 [2024-04-23T20:19:22.269Z] #55 5.444 go: downloading github.com/macabu/inamedparam v0.1.2 [2024-04-23T20:19:22.269Z] #55 5.449 go: downloading github.com/maratori/testableexamples v1.0.0 [2024-04-23T20:19:22.269Z] #55 5.487 go: downloading github.com/maratori/testpackage v1.1.1 [2024-04-23T20:19:22.269Z] #55 5.508 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 [2024-04-23T20:19:22.269Z] #55 5.511 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2024-04-23T20:19:22.269Z] #55 5.515 go: downloading github.com/mgechev/revive v1.3.4 [2024-04-23T20:19:22.269Z] #55 5.603 go: downloading github.com/moricho/tparallel v0.3.1 [2024-04-23T20:19:22.269Z] #55 5.685 go: downloading github.com/nakabonne/nestif v0.3.1 [2024-04-23T20:19:22.269Z] #55 5.687 go: downloading github.com/nishanths/exhaustive v0.11.0 [2024-04-23T20:19:22.269Z] #55 5.687 go: downloading github.com/nishanths/predeclared v0.2.2 [2024-04-23T20:19:22.269Z] #55 5.699 go: downloading github.com/nunnatsa/ginkgolinter v0.14.1 [2024-04-23T20:19:22.269Z] #55 5.809 go: downloading github.com/polyfloyd/go-errorlint v1.4.5 [2024-04-23T20:19:22.269Z] #55 5.911 go: downloading github.com/ryancurrah/gomodguard v1.3.0 [2024-04-23T20:19:22.269Z] #55 5.911 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1 [2024-04-23T20:19:22.269Z] #55 5.914 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7 [2024-04-23T20:19:22.269Z] #55 5.914 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2024-04-23T20:19:22.269Z] #55 5.915 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0 [2024-04-23T20:19:22.269Z] #55 5.916 go: downloading github.com/securego/gosec/v2 v2.18.2 [2024-04-23T20:19:22.269Z] #55 6.042 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2024-04-23T20:19:22.269Z] #55 6.044 go: downloading github.com/sivchari/containedctx v1.0.3 [2024-04-23T20:19:22.269Z] #55 6.189 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2024-04-23T20:19:22.269Z] #55 6.194 go: downloading github.com/sivchari/tenv v1.7.1 [2024-04-23T20:19:22.269Z] #55 6.195 go: downloading github.com/sonatard/noctx v0.0.2 [2024-04-23T20:19:22.269Z] #55 6.196 go: downloading github.com/sourcegraph/go-diff v0.7.0 [2024-04-23T20:19:22.269Z] #55 6.197 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2024-04-23T20:19:22.269Z] #55 6.301 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2024-04-23T20:19:22.269Z] #55 6.303 go: downloading github.com/tdakkota/asciicheck v0.2.0 [2024-04-23T20:19:22.269Z] #55 6.303 go: downloading github.com/tetafro/godot v1.4.15 [2024-04-23T20:19:22.269Z] #55 6.323 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 [2024-04-23T20:19:22.269Z] #55 6.342 go: downloading github.com/timonwong/loggercheck v0.9.4 [2024-04-23T20:19:22.269Z] #55 6.373 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1 [2024-04-23T20:19:22.525Z] #55 6.525 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1 [2024-04-23T20:19:22.525Z] #55 6.545 go: downloading github.com/ultraware/whitespace v0.0.5 [2024-04-23T20:19:22.525Z] #55 6.545 go: downloading github.com/uudashr/gocognit v1.1.2 [2024-04-23T20:19:22.525Z] #55 6.545 go: downloading github.com/ultraware/funlen v0.1.0 [2024-04-23T20:19:22.525Z] #55 6.581 go: downloading github.com/xen0n/gosmopolitan v1.2.2 [2024-04-23T20:19:22.525Z] #55 6.583 go: downloading github.com/yagipy/maintidx v1.0.0 [2024-04-23T20:19:22.525Z] #55 6.647 go: downloading github.com/yeya24/promlinter v0.2.0 [2024-04-23T20:19:22.797Z] #55 6.715 go: downloading github.com/ykadowak/zerologlint v0.1.3 [2024-04-23T20:19:22.797Z] #55 6.716 go: downloading gitlab.com/bosi/decorder v0.4.1 [2024-04-23T20:19:22.797Z] #55 6.803 go: downloading go-simpler.org/sloglint v0.1.2 [2024-04-23T20:19:22.797Z] #55 6.803 go: downloading go.tmz.dev/musttag v0.7.2 [2024-04-23T20:19:22.797Z] #55 6.807 go: downloading honnef.co/go/tools v0.4.6 [2024-04-23T20:19:23.737Z] #55 7.744 go: downloading mvdan.cc/gofumpt v0.5.0 [2024-04-23T20:19:23.737Z] #55 7.744 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d [2024-04-23T20:19:23.737Z] #55 7.744 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2024-04-23T20:19:23.737Z] #55 7.766 go: downloading github.com/spf13/afero v1.8.2 [2024-04-23T20:19:23.992Z] #55 7.767 go: downloading github.com/spf13/cast v1.5.0 [2024-04-23T20:19:23.992Z] #55 7.767 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2024-04-23T20:19:23.992Z] #55 7.767 go: downloading github.com/hashicorp/errwrap v1.0.0 [2024-04-23T20:19:23.992Z] #55 7.767 go: downloading golang.org/x/sys v0.13.0 [2024-04-23T20:19:23.992Z] #55 7.963 go: downloading github.com/davecgh/go-spew v1.1.1 [2024-04-23T20:19:23.992Z] #55 7.995 go: downloading github.com/pmezard/go-difflib v1.0.0 [2024-04-23T20:19:23.992Z] #55 8.080 go: downloading github.com/stretchr/objx v0.5.0 [2024-04-23T20:19:24.248Z] #55 8.128 go: downloading github.com/fatih/structtag v1.2.0 [2024-04-23T20:19:24.248Z] #55 8.259 go: downloading github.com/gobwas/glob v0.2.3 [2024-04-23T20:19:24.248Z] #55 8.308 go: downloading github.com/google/go-cmp v0.6.0 [2024-04-23T20:19:24.248Z] #55 8.348 go: downloading gopkg.in/yaml.v2 v2.4.0 [2024-04-23T20:19:24.248Z] #55 8.375 go: downloading go.uber.org/zap v1.24.0 [2024-04-23T20:19:24.810Z] #55 8.495 go: downloading golang.org/x/sync v0.4.0 [2024-04-23T20:19:24.810Z] #55 8.496 go: downloading github.com/kisielk/gotool v1.0.0 [2024-04-23T20:19:24.810Z] #55 8.501 go: downloading golang.org/x/text v0.13.0 [2024-04-23T20:19:25.065Z] #55 8.992 go: downloading github.com/go-toolsmith/astcast v1.1.0 [2024-04-23T20:19:25.065Z] #55 8.996 go: downloading github.com/go-toolsmith/astcopy v1.1.0 [2024-04-23T20:19:25.065Z] #55 9.074 go: downloading github.com/go-toolsmith/astequal v1.1.0 [2024-04-23T20:19:25.321Z] #55 9.128 go: downloading github.com/go-toolsmith/astfmt v1.1.0 [2024-04-23T20:19:25.321Z] #55 9.129 go: downloading github.com/go-toolsmith/astp v1.1.0 [2024-04-23T20:19:25.321Z] #55 9.260 go: downloading github.com/go-toolsmith/strparse v1.1.0 [2024-04-23T20:19:25.321Z] #55 9.260 go: downloading github.com/go-toolsmith/typep v1.1.0 [2024-04-23T20:19:25.321Z] #55 9.352 go: downloading github.com/quasilyte/go-ruleguard v0.4.0 [2024-04-23T20:19:25.321Z] #55 9.354 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 [2024-04-23T20:19:25.321Z] #55 9.358 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2024-04-23T20:19:25.713Z] #55 9.578 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2024-04-23T20:19:25.713Z] #55 9.599 go: downloading github.com/ettle/strcase v0.1.1 [2024-04-23T20:19:25.713Z] #55 9.640 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1 [2024-04-23T20:19:26.014Z] #55 9.739 go: downloading github.com/Masterminds/semver v1.5.0 [2024-04-23T20:19:26.014Z] #55 ... [2024-04-23T20:19:26.014Z] [2024-04-23T20:19:26.014Z] #56 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0" && /build/shfmt --version [2024-04-23T20:19:26.014Z] #56 0.796 go: downloading mvdan.cc/sh/v3 v3.6.0 [2024-04-23T20:19:26.014Z] #56 1.204 go: downloading golang.org/x/term v0.3.0 [2024-04-23T20:19:26.014Z] #56 1.204 go: downloading github.com/google/renameio/v2 v2.0.0 [2024-04-23T20:19:26.014Z] #56 1.204 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e [2024-04-23T20:19:26.014Z] #56 1.205 go: downloading mvdan.cc/editorconfig v0.2.0 [2024-04-23T20:19:26.014Z] #56 1.240 go: downloading golang.org/x/sys v0.3.0 [2024-04-23T20:19:26.272Z] #56 ... [2024-04-23T20:19:26.272Z] [2024-04-23T20:19:26.272Z] #57 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2024-04-23T20:19:26.272Z] #57 1.302 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-23T20:19:26.272Z] #57 1.312 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-23T20:19:26.272Z] #57 1.312 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-23T20:19:26.272Z] #57 1.460 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-23T20:19:26.272Z] #57 1.530 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB] [2024-04-23T20:19:26.272Z] #57 1.548 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-23T20:19:26.272Z] #57 2.597 Fetched 9104 kB in 2s (5768 kB/s) [2024-04-23T20:19:26.272Z] #57 2.597 Reading package lists... [2024-04-23T20:19:26.272Z] #57 3.386 Reading package lists... [2024-04-23T20:19:26.272Z] #57 4.117 Building dependency tree... [2024-04-23T20:19:26.272Z] #57 4.765 python3 is already the newest version (3.11.2-1+b1). [2024-04-23T20:19:26.272Z] #57 4.765 The following additional packages will be installed: [2024-04-23T20:19:26.272Z] #57 4.769 autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch [2024-04-23T20:19:26.272Z] #57 4.769 xz-utils [2024-04-23T20:19:26.272Z] #57 4.775 Suggested packages: [2024-04-23T20:19:26.272Z] #57 4.775 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2024-04-23T20:19:26.272Z] #57 4.775 manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2024-04-23T20:19:26.272Z] #57 4.775 m4-doc ed diffutils-doc [2024-04-23T20:19:26.272Z] #57 4.775 Recommended packages: [2024-04-23T20:19:26.272Z] #57 4.775 fakeroot libalgorithm-merge-perl libfile-fcntllock-perl [2024-04-23T20:19:26.272Z] #57 4.775 liblocale-gettext-perl libltdl-dev [2024-04-23T20:19:26.272Z] #57 5.003 The following NEW packages will be installed: [2024-04-23T20:19:26.272Z] #57 5.003 autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev [2024-04-23T20:19:26.272Z] #57 5.003 libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev [2024-04-23T20:19:26.272Z] #57 5.003 libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils [2024-04-23T20:19:26.272Z] #57 5.316 0 upgraded, 19 newly installed, 0 to remove and 5 not upgraded. [2024-04-23T20:19:26.272Z] #57 5.316 Need to get 5657 kB of archives. [2024-04-23T20:19:26.272Z] #57 5.316 After this operation, 16.7 MB of additional disk space will be used. [2024-04-23T20:19:26.272Z] #57 5.316 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB] [2024-04-23T20:19:26.272Z] #57 5.359 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB] [2024-04-23T20:19:26.272Z] #57 5.409 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB] [2024-04-23T20:19:26.272Z] #57 5.417 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB] [2024-04-23T20:19:26.272Z] #57 5.434 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB] [2024-04-23T20:19:26.272Z] #57 5.444 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB] [2024-04-23T20:19:26.272Z] #57 5.512 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB] [2024-04-23T20:19:26.272Z] #57 5.605 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2024-04-23T20:19:26.272Z] #57 5.608 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB] [2024-04-23T20:19:26.272Z] #57 5.741 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B] [2024-04-23T20:19:26.272Z] #57 5.750 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB] [2024-04-23T20:19:26.272Z] #57 5.809 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB] [2024-04-23T20:19:26.272Z] #57 5.812 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB] [2024-04-23T20:19:26.272Z] #57 5.817 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB] [2024-04-23T20:19:26.272Z] #57 5.818 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB] [2024-04-23T20:19:26.272Z] #57 5.844 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB] [2024-04-23T20:19:26.272Z] #57 5.937 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB] [2024-04-23T20:19:26.272Z] #57 5.940 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB] [2024-04-23T20:19:26.272Z] #57 5.947 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB] [2024-04-23T20:19:26.272Z] #57 6.356 debconf: delaying package configuration, since apt-utils is not installed [2024-04-23T20:19:26.272Z] #57 6.478 Fetched 5657 kB in 1s (6319 kB/s) [2024-04-23T20:19:26.272Z] #57 6.744 Selecting previously unselected package bzip2. [2024-04-23T20:19:26.272Z] #57 6.744 (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-23T20:19:26.272Z] #57 6.775 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ... [2024-04-23T20:19:26.272Z] #57 7.055 Unpacking bzip2 (1.0.8-5+b1) ... [2024-04-23T20:19:26.272Z] #57 7.384 Selecting previously unselected package xz-utils. [2024-04-23T20:19:26.272Z] #57 7.386 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ... [2024-04-23T20:19:26.272Z] #57 7.654 Unpacking xz-utils (5.4.1-0.2) ... [2024-04-23T20:19:26.272Z] #57 8.301 Selecting previously unselected package m4. [2024-04-23T20:19:26.272Z] #57 8.304 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ... [2024-04-23T20:19:26.272Z] #57 8.418 Unpacking m4 (1.4.19-3) ... [2024-04-23T20:19:26.272Z] #57 9.130 Selecting previously unselected package autoconf. [2024-04-23T20:19:26.272Z] #57 9.132 Preparing to unpack .../03-autoconf_2.71-3_all.deb ... [2024-04-23T20:19:26.272Z] #57 9.157 Unpacking autoconf (2.71-3) ... [2024-04-23T20:19:26.272Z] #57 10.22 Selecting previously unselected package autotools-dev. [2024-04-23T20:19:26.272Z] #57 10.22 Preparing to unpack .../04-autotools-dev_20220109.1_all.deb ... [2024-04-23T20:19:26.272Z] #57 ... [2024-04-23T20:19:26.272Z] [2024-04-23T20:19:26.272Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2" && /build/gotestsum --version [2024-04-23T20:19:26.272Z] #58 1.963 go: downloading gotest.tools/gotestsum v1.8.2 [2024-04-23T20:19:26.272Z] #58 2.728 go: downloading golang.org/x/tools v0.1.11 [2024-04-23T20:19:26.272Z] #58 2.728 go: downloading github.com/fatih/color v1.13.0 [2024-04-23T20:19:26.272Z] #58 2.728 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2024-04-23T20:19:26.272Z] #58 2.728 go: downloading github.com/dnephin/pflag v1.0.7 [2024-04-23T20:19:26.272Z] #58 2.742 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2024-04-23T20:19:26.272Z] #58 2.742 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2024-04-23T20:19:26.272Z] #58 2.742 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2024-04-23T20:19:26.272Z] #58 2.777 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2024-04-23T20:19:26.272Z] #58 2.819 go: downloading github.com/mattn/go-colorable v0.1.12 [2024-04-23T20:19:26.272Z] #58 2.830 go: downloading github.com/mattn/go-isatty v0.0.14 [2024-04-23T20:19:26.272Z] #58 3.922 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2024-04-23T20:19:26.272Z] #58 ... [2024-04-23T20:19:26.272Z] [2024-04-23T20:19:26.272Z] #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 v25.0.2 https://github.com/docker/cli.git /build && /build/docker --version [2024-04-23T20:19:26.527Z] #59 ... [2024-04-23T20:19:26.527Z] [2024-04-23T20:19:26.527Z] #60 [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-23T20:19:26.527Z] #60 3.099 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-23T20:19:26.527Z] #60 3.176 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-23T20:19:26.527Z] #60 3.181 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-23T20:19:26.527Z] #60 3.389 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-23T20:19:26.527Z] #60 3.690 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB] [2024-04-23T20:19:26.527Z] #60 3.767 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-23T20:19:26.527Z] #60 5.029 Fetched 9104 kB in 2s (4248 kB/s) [2024-04-23T20:19:26.527Z] #60 5.029 Reading package lists... [2024-04-23T20:19:26.527Z] #60 6.561 Hit:1 http://deb.debian.org/debian bookworm InRelease [2024-04-23T20:19:26.527Z] #60 6.561 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease [2024-04-23T20:19:26.527Z] #60 6.561 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease [2024-04-23T20:19:26.527Z] #60 7.125 Reading package lists... [2024-04-23T20:19:26.527Z] #60 8.166 + apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config [2024-04-23T20:19:26.527Z] #60 8.173 Reading package lists... [2024-04-23T20:19:26.527Z] #60 9.045 Building dependency tree... [2024-04-23T20:19:26.527Z] #60 9.728 gcc is already the newest version (4:12.2.0-3). [2024-04-23T20:19:26.527Z] #60 9.728 pkg-config is already the newest version (1.8.1-1). [2024-04-23T20:19:26.527Z] #60 9.728 The following additional packages will be installed: [2024-04-23T20:19:26.527Z] #60 9.728 bzip2 libc-bin libc-dev-bin libc6 libdpkg-perl patch xz-utils [2024-04-23T20:19:26.527Z] #60 9.732 Suggested packages: [2024-04-23T20:19:26.527Z] #60 9.732 bzip2-doc debian-keyring glibc-doc libc-l10n locales libnss-nis [2024-04-23T20:19:26.527Z] #60 9.732 libnss-nisplus manpages-dev bzr seccomp ed diffutils-doc [2024-04-23T20:19:26.527Z] #60 9.732 Recommended packages: [2024-04-23T20:19:26.527Z] #60 9.732 build-essential fakeroot libalgorithm-merge-perl manpages manpages-dev [2024-04-23T20:19:26.527Z] #60 9.732 libc-devtools libfile-fcntllock-perl liblocale-gettext-perl [2024-04-23T20:19:26.527Z] #60 9.827 The following NEW packages will be installed: [2024-04-23T20:19:26.527Z] #60 9.829 bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils [2024-04-23T20:19:26.527Z] #60 9.830 The following packages will be upgraded: [2024-04-23T20:19:26.527Z] #60 9.831 libc-bin libc-dev-bin libc6 libc6-dev [2024-04-23T20:19:26.527Z] #60 10.17 4 upgraded, 6 newly installed, 0 to remove and 1 not upgraded. [2024-04-23T20:19:26.527Z] #60 10.17 Need to get 7009 kB of archives. [2024-04-23T20:19:26.527Z] #60 10.17 After this operation, 6011 kB of additional disk space will be used. [2024-04-23T20:19:26.527Z] #60 10.17 Get:1 http://deb.debian.org/debian-security bookworm-security/main arm64 libc6-dev arm64 2.36-9+deb12u6 [1430 kB] [2024-04-23T20:19:26.786Z] #60 ... [2024-04-23T20:19:26.786Z] [2024-04-23T20:19:26.786Z] #61 [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-23T20:19:26.786Z] #61 DONE 8.7s [2024-04-23T20:19:26.786Z] [2024-04-23T20:19:26.786Z] #60 [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-23T20:19:26.786Z] #60 10.27 Get:2 http://deb.debian.org/debian-security bookworm-security/main arm64 libc-dev-bin arm64 2.36-9+deb12u6 [44.7 kB] [2024-04-23T20:19:26.786Z] #60 10.28 Get:3 http://deb.debian.org/debian-security bookworm-security/main arm64 libc6 arm64 2.36-9+deb12u6 [2321 kB] [2024-04-23T20:19:26.786Z] #60 ... [2024-04-23T20:19:26.786Z] [2024-04-23T20:19:26.786Z] #62 [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-23T20:19:26.786Z] #62 1.153 go: downloading github.com/pelletier/go-toml v1.8.1 [2024-04-23T20:19:26.786Z] #62 ... [2024-04-23T20:19:26.786Z] [2024-04-23T20:19:26.786Z] #63 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 rm -f ./.git/*.lock && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build && /build/docker --version [2024-04-23T20:19:26.786Z] #63 ... [2024-04-23T20:19:26.786Z] [2024-04-23T20:19:26.786Z] #64 [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-23T20:19:26.786Z] #64 3.872 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-23T20:19:26.786Z] #64 3.924 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-23T20:19:26.787Z] #64 3.935 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-23T20:19:26.787Z] #64 4.048 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-23T20:19:26.787Z] #64 4.384 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB] [2024-04-23T20:19:26.787Z] #64 4.410 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-23T20:19:26.787Z] #64 5.685 Fetched 9104 kB in 2s (4372 kB/s) [2024-04-23T20:19:26.787Z] #64 5.685 Reading package lists... [2024-04-23T20:19:26.787Z] #64 6.688 Reading package lists... [2024-04-23T20:19:26.787Z] #64 7.587 Building dependency tree... [2024-04-23T20:19:26.787Z] #64 8.292 The following additional packages will be installed: [2024-04-23T20:19:26.787Z] #64 8.295 cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2 [2024-04-23T20:19:26.787Z] #64 8.298 Suggested packages: [2024-04-23T20:19:26.787Z] #64 8.298 cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip [2024-04-23T20:19:26.787Z] #64 8.437 The following NEW packages will be installed: [2024-04-23T20:19:26.787Z] #64 8.439 cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2 [2024-04-23T20:19:26.787Z] #64 8.725 0 upgraded, 8 newly installed, 0 to remove and 5 not upgraded. [2024-04-23T20:19:26.787Z] #64 8.725 Need to get 19.3 MB of archives. [2024-04-23T20:19:26.787Z] #64 8.725 After this operation, 77.0 MB of additional disk space will be used. [2024-04-23T20:19:26.787Z] #64 8.725 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] [2024-04-23T20:19:26.787Z] #64 9.208 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB] [2024-04-23T20:19:26.787Z] #64 9.213 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB] [2024-04-23T20:19:26.787Z] #64 9.229 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB] [2024-04-23T20:19:26.787Z] #64 9.231 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB] [2024-04-23T20:19:26.787Z] #64 9.326 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libuv1 arm64 1.44.2-1+deb12u1 [130 kB] [2024-04-23T20:19:26.787Z] #64 9.358 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB] [2024-04-23T20:19:26.787Z] #64 9.612 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB] [2024-04-23T20:19:26.787Z] #64 10.34 debconf: delaying package configuration, since apt-utils is not installed [2024-04-23T20:19:27.055Z] #64 10.60 Fetched 19.3 MB in 1s (14.1 MB/s) [2024-04-23T20:19:27.055Z] #64 ... [2024-04-23T20:19:27.055Z] [2024-04-23T20:19:27.055Z] #65 [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-23T20:19:27.055Z] #65 4.556 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-23T20:19:27.055Z] #65 4.574 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-23T20:19:27.055Z] #65 4.582 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-23T20:19:27.055Z] #65 4.794 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-23T20:19:27.055Z] #65 5.429 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB] [2024-04-23T20:19:27.055Z] #65 5.432 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-23T20:19:27.055Z] #65 8.700 Fetched 9104 kB in 4s (2045 kB/s) [2024-04-23T20:19:27.055Z] #65 8.700 Reading package lists... [2024-04-23T20:19:27.055Z] #65 10.14 Hit:1 http://deb.debian.org/debian bookworm InRelease [2024-04-23T20:19:27.055Z] #65 10.14 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease [2024-04-23T20:19:27.055Z] #65 10.14 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease [2024-04-23T20:19:27.055Z] #65 ... [2024-04-23T20:19:27.055Z] [2024-04-23T20:19:27.055Z] #66 [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-23T20:19:27.055Z] #66 1.850 go: downloading github.com/tc-hib/go-winres v0.3.1 [2024-04-23T20:19:27.055Z] #66 2.560 go: downloading github.com/tc-hib/winres v0.1.6 [2024-04-23T20:19:27.055Z] #66 2.560 go: downloading github.com/urfave/cli/v2 v2.3.0 [2024-04-23T20:19:27.055Z] #66 2.791 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2024-04-23T20:19:27.055Z] #66 2.801 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2024-04-23T20:19:27.055Z] #66 2.810 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2024-04-23T20:19:27.055Z] #66 2.961 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2024-04-23T20:19:27.310Z] #66 ... [2024-04-23T20:19:27.310Z] [2024-04-23T20:19:27.310Z] #55 [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-23T20:19:27.310Z] #55 10.08 go: downloading github.com/prometheus/client_golang v1.12.1 [2024-04-23T20:19:27.310Z] #55 10.09 go: downloading github.com/prometheus/client_model v0.2.0 [2024-04-23T20:19:27.310Z] #55 10.09 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 [2024-04-23T20:19:27.310Z] #55 10.11 go: downloading github.com/hashicorp/hcl v1.0.0 [2024-04-23T20:19:27.310Z] #55 10.33 go: downloading github.com/subosito/gotenv v1.4.1 [2024-04-23T20:19:27.310Z] #55 10.33 go: downloading gopkg.in/ini.v1 v1.67.0 [2024-04-23T20:19:27.310Z] #55 10.33 go: downloading github.com/magiconair/properties v1.8.6 [2024-04-23T20:19:27.310Z] #55 10.33 go: downloading github.com/pelletier/go-toml/v2 v2.0.5 [2024-04-23T20:19:27.310Z] #55 10.46 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2024-04-23T20:19:27.310Z] #55 10.48 go: downloading github.com/pelletier/go-toml v1.9.5 [2024-04-23T20:19:27.310Z] #55 10.53 go: downloading go.uber.org/atomic v1.7.0 [2024-04-23T20:19:27.310Z] #55 10.58 go: downloading go.uber.org/multierr v1.6.0 [2024-04-23T20:19:27.310Z] #55 10.74 go: downloading github.com/chavacava/garif v0.1.0 [2024-04-23T20:19:27.310Z] #55 10.83 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2024-04-23T20:19:27.310Z] #55 10.85 go: downloading github.com/quasilyte/gogrep v0.5.0 [2024-04-23T20:19:27.310Z] #55 10.90 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2024-04-23T20:19:27.310Z] #55 10.94 go: downloading github.com/golang/protobuf v1.5.2 [2024-04-23T20:19:27.310Z] #55 10.95 go: downloading github.com/beorn7/perks v1.0.1 [2024-04-23T20:19:27.310Z] #55 11.01 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2024-04-23T20:19:27.310Z] #55 11.12 go: downloading github.com/prometheus/common v0.32.1 [2024-04-23T20:19:27.310Z] #55 11.12 go: downloading google.golang.org/protobuf v1.28.0 [2024-04-23T20:19:27.310Z] #55 11.12 go: downloading github.com/prometheus/procfs v0.7.3 [2024-04-23T20:19:27.311Z] #55 11.23 go: downloading github.com/mattn/go-runewidth v0.0.9 [2024-04-23T20:19:27.570Z] #55 11.66 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2024-04-23T20:19:28.178Z] #55 ... [2024-04-23T20:19:28.178Z] [2024-04-23T20:19:28.178Z] #67 [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-23T20:19:28.178Z] #67 ... [2024-04-23T20:19:28.178Z] [2024-04-23T20:19:28.178Z] #68 [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-23T20:19:28.433Z] #68 ... [2024-04-23T20:19:28.433Z] [2024-04-23T20:19:28.433Z] #60 [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-23T20:19:28.433Z] #60 10.53 Get:4 http://deb.debian.org/debian-security bookworm-security/main arm64 libc-bin arm64 2.36-9+deb12u6 [531 kB] [2024-04-23T20:19:28.433Z] #60 10.60 Get:5 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB] [2024-04-23T20:19:28.433Z] #60 10.60 Get:6 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB] [2024-04-23T20:19:28.433Z] #60 10.62 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB] [2024-04-23T20:19:28.433Z] #60 10.62 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2024-04-23T20:19:28.433Z] #60 10.65 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB] [2024-04-23T20:19:28.433Z] #60 10.68 Get:10 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB] [2024-04-23T20:19:28.433Z] #60 11.08 debconf: delaying package configuration, since apt-utils is not installed [2024-04-23T20:19:28.433Z] #60 11.26 Fetched 7009 kB in 1s (8738 kB/s) [2024-04-23T20:19:28.433Z] #60 11.64 (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-23T20:19:28.433Z] #60 11.65 Preparing to unpack .../libc6-dev_2.36-9+deb12u6_arm64.deb ... [2024-04-23T20:19:28.433Z] #60 11.87 Unpacking libc6-dev:arm64 (2.36-9+deb12u6) over (2.36-9+deb12u4) ... [2024-04-23T20:19:30.946Z] #60 ... [2024-04-23T20:19:30.946Z] [2024-04-23T20:19:30.946Z] #44 [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-23T20:19:30.946Z] #44 4.138 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-23T20:19:30.946Z] #44 4.177 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-23T20:19:30.946Z] #44 4.249 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-23T20:19:30.946Z] #44 4.386 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-23T20:19:30.946Z] #44 4.759 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB] [2024-04-23T20:19:30.946Z] #44 4.785 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-23T20:19:30.946Z] #44 6.622 Fetched 9104 kB in 3s (3335 kB/s) [2024-04-23T20:19:30.946Z] #44 6.622 Reading package lists... [2024-04-23T20:19:30.946Z] #44 8.431 Hit:1 http://deb.debian.org/debian bookworm InRelease [2024-04-23T20:19:30.946Z] #44 8.431 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease [2024-04-23T20:19:30.946Z] #44 8.432 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease [2024-04-23T20:19:30.946Z] #44 9.142 Reading package lists... [2024-04-23T20:19:30.946Z] #44 9.986 + apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config [2024-04-23T20:19:30.946Z] #44 9.999 Reading package lists... [2024-04-23T20:19:30.946Z] #44 10.84 Building dependency tree... [2024-04-23T20:19:30.946Z] #44 11.47 gcc is already the newest version (4:12.2.0-3). [2024-04-23T20:19:30.946Z] #44 11.47 pkg-config is already the newest version (1.8.1-1). [2024-04-23T20:19:30.946Z] #44 11.47 The following additional packages will be installed: [2024-04-23T20:19:30.946Z] #44 11.47 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev [2024-04-23T20:19:30.946Z] #44 11.47 libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin [2024-04-23T20:19:30.946Z] #44 11.47 libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev [2024-04-23T20:19:30.946Z] #44 11.47 libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 [2024-04-23T20:19:30.946Z] #44 11.48 libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev [2024-04-23T20:19:30.946Z] #44 11.48 python3-distutils python3-lib2to3 uuid-dev zlib1g-dev [2024-04-23T20:19:30.946Z] #44 11.49 Suggested packages: [2024-04-23T20:19:30.946Z] #44 11.49 libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc [2024-04-23T20:19:30.946Z] #44 11.49 libgdk-pixbuf2.0-bin libxml2-utils [2024-04-23T20:19:30.946Z] #44 11.49 Recommended packages: [2024-04-23T20:19:30.946Z] #44 11.49 shared-mime-info xdg-user-dirs [2024-04-23T20:19:30.946Z] #44 11.74 The following NEW packages will be installed: [2024-04-23T20:19:30.946Z] #44 11.74 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1 [2024-04-23T20:19:30.946Z] #44 11.74 libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin [2024-04-23T20:19:30.946Z] #44 11.74 libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev [2024-04-23T20:19:30.946Z] #44 11.74 libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 [2024-04-23T20:19:30.946Z] #44 11.74 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev [2024-04-23T20:19:30.946Z] #44 11.74 python3-distutils python3-lib2to3 uuid-dev zlib1g-dev [2024-04-23T20:19:30.946Z] #44 12.03 0 upgraded, 29 newly installed, 0 to remove and 5 not upgraded. [2024-04-23T20:19:30.946Z] #44 12.03 Need to get 9078 kB of archives. [2024-04-23T20:19:30.946Z] #44 12.03 After this operation, 46.9 MB of additional disk space will be used. [2024-04-23T20:19:30.946Z] #44 12.03 Get:1 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB] [2024-04-23T20:19:30.946Z] #44 12.12 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB] [2024-04-23T20:19:30.946Z] #44 12.13 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB] [2024-04-23T20:19:30.946Z] #44 12.15 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB] [2024-04-23T20:19:30.946Z] #44 12.15 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB] [2024-04-23T20:19:30.946Z] #44 12.27 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB] [2024-04-23T20:19:30.946Z] #44 12.28 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-23T20:19:30.946Z] #44 12.28 Get:8 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB] [2024-04-23T20:19:30.946Z] #44 12.42 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB] [2024-04-23T20:19:30.946Z] #44 12.43 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB] [2024-04-23T20:19:30.946Z] #44 12.46 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB] [2024-04-23T20:19:30.946Z] #44 12.47 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB] [2024-04-23T20:19:30.946Z] #44 12.47 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB] [2024-04-23T20:19:30.946Z] #44 12.49 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB] [2024-04-23T20:19:30.946Z] #44 12.68 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB] [2024-04-23T20:19:30.946Z] #44 12.77 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB] [2024-04-23T20:19:30.946Z] #44 12.78 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB] [2024-04-23T20:19:30.946Z] #44 12.79 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB] [2024-04-23T20:19:30.946Z] #44 12.80 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB] [2024-04-23T20:19:30.946Z] #44 12.89 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB] [2024-04-23T20:19:30.946Z] #44 13.00 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB] [2024-04-23T20:19:30.946Z] #44 13.11 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB] [2024-04-23T20:19:30.946Z] #44 13.11 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB] [2024-04-23T20:19:30.946Z] #44 13.14 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB] [2024-04-23T20:19:30.946Z] #44 13.21 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB] [2024-04-23T20:19:30.946Z] #44 13.28 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-23T20:19:30.946Z] #44 13.28 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB] [2024-04-23T20:19:30.946Z] #44 13.33 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB] [2024-04-23T20:19:30.946Z] #44 13.43 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB] [2024-04-23T20:19:30.946Z] #44 13.73 debconf: delaying package configuration, since apt-utils is not installed [2024-04-23T20:19:30.946Z] #44 ... [2024-04-23T20:19:30.946Z] [2024-04-23T20:19:30.946Z] #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-23T20:19:30.946Z] #28 11.38 [2024-04-23T20:19:30.946Z] #28 14.29 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2024-04-23T20:19:30.946Z] #28 15.09 #=#=# [2024-04-23T20:19:30.946Z] #28 15.40 #=#=# ######################################################################## 100.0% [2024-04-23T20:19:30.946Z] #28 15.92 [2024-04-23T20:19:30.946Z] #28 17.53 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2024-04-23T20:19:30.946Z] #28 18.38 #=#=# [2024-04-23T20:19:30.946Z] #28 18.72 #=#=# ######################################################################## 100.0% [2024-04-23T20:19:30.946Z] #28 19.23 [2024-04-23T20:19:30.946Z] #28 19.46 Download of images into '/build' complete. [2024-04-23T20:19:30.946Z] #28 19.46 Use something like the following to load the result into a Docker daemon: [2024-04-23T20:19:30.946Z] #28 19.46 tar -cC '/build' . | docker load [2024-04-23T20:19:30.946Z] #28 ... [2024-04-23T20:19:30.946Z] [2024-04-23T20:19:30.946Z] #44 [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-23T20:19:30.946Z] #44 14.47 Fetched 9078 kB in 2s (5429 kB/s) [2024-04-23T20:19:31.521Z] #44 15.05 Selecting previously unselected package libglib2.0-0:arm64. [2024-04-23T20:19:31.521Z] #44 15.05 (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-23T20:19:31.521Z] #44 15.08 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_arm64.deb ... [2024-04-23T20:19:31.776Z] #44 15.19 Unpacking libglib2.0-0:arm64 (2.74.6-2) ... [2024-04-23T20:19:32.708Z] #44 ... [2024-04-23T20:19:32.708Z] [2024-04-23T20:19:32.708Z] #69 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD [2024-04-23T20:19:32.708Z] #69 ... [2024-04-23T20:19:32.708Z] [2024-04-23T20:19:32.708Z] #57 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2024-04-23T20:19:32.708Z] #57 10.45 Unpacking autotools-dev (20220109.1) ... [2024-04-23T20:19:32.708Z] #57 11.44 Selecting previously unselected package automake. [2024-04-23T20:19:32.708Z] #57 11.44 Preparing to unpack .../05-automake_1%3a1.16.5-1.3_all.deb ... [2024-04-23T20:19:32.708Z] #57 11.54 Unpacking automake (1:1.16.5-1.3) ... [2024-04-23T20:19:32.708Z] #57 12.19 Selecting previously unselected package libdpkg-perl. [2024-04-23T20:19:32.708Z] #57 12.19 Preparing to unpack .../06-libdpkg-perl_1.21.22_all.deb ... [2024-04-23T20:19:32.708Z] #57 12.26 Unpacking libdpkg-perl (1.21.22) ... [2024-04-23T20:19:32.708Z] #57 12.87 Selecting previously unselected package patch. [2024-04-23T20:19:32.708Z] #57 12.87 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ... [2024-04-23T20:19:32.709Z] #57 13.05 Unpacking patch (2.7.6-7) ... [2024-04-23T20:19:32.709Z] #57 13.92 Selecting previously unselected package dpkg-dev. [2024-04-23T20:19:32.709Z] #57 13.92 Preparing to unpack .../08-dpkg-dev_1.21.22_all.deb ... [2024-04-23T20:19:32.709Z] #57 14.09 Unpacking dpkg-dev (1.21.22) ... [2024-04-23T20:19:32.709Z] #57 15.25 Selecting previously unselected package build-essential. [2024-04-23T20:19:32.709Z] #57 15.25 Preparing to unpack .../09-build-essential_12.9_arm64.deb ... [2024-04-23T20:19:32.709Z] #57 15.36 Unpacking build-essential (12.9) ... [2024-04-23T20:19:32.709Z] #57 15.77 Selecting previously unselected package libcap-dev:arm64. [2024-04-23T20:19:32.709Z] #57 15.77 Preparing to unpack .../10-libcap-dev_1%3a2.66-4_arm64.deb ... [2024-04-23T20:19:32.709Z] #57 15.81 Unpacking libcap-dev:arm64 (1:2.66-4) ... [2024-04-23T20:19:32.964Z] #57 ... [2024-04-23T20:19:32.964Z] [2024-04-23T20:19:32.964Z] #44 [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-23T20:19:32.964Z] #44 16.68 Selecting previously unselected package libgirepository-1.0-1:arm64. [2024-04-23T20:19:33.219Z] #44 16.69 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ... [2024-04-23T20:19:33.549Z] #44 16.80 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ... [2024-04-23T20:19:33.549Z] #44 17.07 Selecting previously unselected package gir1.2-glib-2.0:arm64. [2024-04-23T20:19:33.549Z] #44 17.07 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_arm64.deb ... [2024-04-23T20:19:33.549Z] #44 17.15 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ... [2024-04-23T20:19:34.110Z] #44 17.63 Selecting previously unselected package libsecret-common. [2024-04-23T20:19:34.110Z] #44 17.63 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ... [2024-04-23T20:19:34.110Z] #44 17.67 Unpacking libsecret-common (0.20.5-3) ... [2024-04-23T20:19:34.940Z] #44 18.44 Selecting previously unselected package libsecret-1-0:arm64. [2024-04-23T20:19:34.940Z] #44 18.45 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_arm64.deb ... [2024-04-23T20:19:35.246Z] #44 18.60 Unpacking libsecret-1-0:arm64 (0.20.5-3) ... [2024-04-23T20:19:36.426Z] #44 19.90 Selecting previously unselected package gir1.2-secret-1:arm64. [2024-04-23T20:19:36.426Z] #44 19.90 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_arm64.deb ... [2024-04-23T20:19:36.426Z] #44 20.03 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ... [2024-04-23T20:19:37.375Z] #44 ... [2024-04-23T20:19:37.375Z] [2024-04-23T20:19:37.375Z] #65 [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-23T20:19:37.375Z] #65 10.88 Reading package lists... [2024-04-23T20:19:37.375Z] #65 11.76 + apt-get install -y --no-install-recommends gcc libc6-dev pkg-config [2024-04-23T20:19:37.375Z] #65 11.77 Reading package lists... [2024-04-23T20:19:37.375Z] #65 12.72 Building dependency tree... [2024-04-23T20:19:37.375Z] #65 13.63 gcc is already the newest version (4:12.2.0-3). [2024-04-23T20:19:37.375Z] #65 13.63 pkg-config is already the newest version (1.8.1-1). [2024-04-23T20:19:37.375Z] #65 13.63 The following additional packages will be installed: [2024-04-23T20:19:37.375Z] #65 13.64 libc-bin libc-dev-bin libc6 [2024-04-23T20:19:37.375Z] #65 13.64 Suggested packages: [2024-04-23T20:19:37.375Z] #65 13.64 glibc-doc libc-l10n locales libnss-nis libnss-nisplus manpages-dev [2024-04-23T20:19:37.375Z] #65 13.64 Recommended packages: [2024-04-23T20:19:37.375Z] #65 13.64 manpages manpages-dev libc-devtools [2024-04-23T20:19:37.375Z] #65 13.71 The following packages will be upgraded: [2024-04-23T20:19:37.375Z] #65 13.71 libc-bin libc-dev-bin libc6 libc6-dev [2024-04-23T20:19:37.375Z] #65 14.05 4 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. [2024-04-23T20:19:37.375Z] #65 14.05 Need to get 4326 kB of archives. [2024-04-23T20:19:37.375Z] #65 14.05 After this operation, 1024 B of additional disk space will be used. [2024-04-23T20:19:37.375Z] #65 14.05 Get:1 http://deb.debian.org/debian-security bookworm-security/main arm64 libc6-dev arm64 2.36-9+deb12u6 [1430 kB] [2024-04-23T20:19:37.375Z] #65 14.34 Get:2 http://deb.debian.org/debian-security bookworm-security/main arm64 libc-dev-bin arm64 2.36-9+deb12u6 [44.7 kB] [2024-04-23T20:19:37.375Z] #65 14.37 Get:3 http://deb.debian.org/debian-security bookworm-security/main arm64 libc6 arm64 2.36-9+deb12u6 [2321 kB] [2024-04-23T20:19:37.375Z] #65 14.43 Get:4 http://deb.debian.org/debian-security bookworm-security/main arm64 libc-bin arm64 2.36-9+deb12u6 [531 kB] [2024-04-23T20:19:37.375Z] #65 14.87 debconf: delaying package configuration, since apt-utils is not installed [2024-04-23T20:19:37.375Z] #65 15.03 Fetched 4326 kB in 1s (6030 kB/s) [2024-04-23T20:19:37.375Z] #65 15.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15659 files and directories currently installed.) [2024-04-23T20:19:37.375Z] #65 15.20 Preparing to unpack .../libc6-dev_2.36-9+deb12u6_arm64.deb ... [2024-04-23T20:19:37.375Z] #65 15.52 Unpacking libc6-dev:arm64 (2.36-9+deb12u6) over (2.36-9+deb12u4) ... [2024-04-23T20:19:37.375Z] #65 ... [2024-04-23T20:19:37.375Z] [2024-04-23T20:19:37.375Z] #64 [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-23T20:19:37.375Z] #64 11.05 Selecting previously unselected package libicu72:arm64. [2024-04-23T20:19:37.375Z] #64 11.05 (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-23T20:19:37.375Z] #64 11.07 Preparing to unpack .../0-libicu72_72.1-3_arm64.deb ... [2024-04-23T20:19:37.375Z] #64 11.39 Unpacking libicu72:arm64 (72.1-3) ... [2024-04-23T20:19:37.375Z] #64 13.73 Selecting previously unselected package libxml2:arm64. [2024-04-23T20:19:37.375Z] #64 13.73 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ... [2024-04-23T20:19:37.375Z] #64 14.06 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... [2024-04-23T20:19:37.375Z] #64 15.00 Selecting previously unselected package libarchive13:arm64. [2024-04-23T20:19:37.375Z] #64 15.01 Preparing to unpack .../2-libarchive13_3.6.2-1_arm64.deb ... [2024-04-23T20:19:37.375Z] #64 15.05 Unpacking libarchive13:arm64 (3.6.2-1) ... [2024-04-23T20:19:37.375Z] #64 15.53 Selecting previously unselected package libjsoncpp25:arm64. [2024-04-23T20:19:37.375Z] #64 15.53 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_arm64.deb ... [2024-04-23T20:19:37.375Z] #64 15.73 Unpacking libjsoncpp25:arm64 (1.9.5-4) ... [2024-04-23T20:19:37.375Z] #64 16.71 Selecting previously unselected package librhash0:arm64. [2024-04-23T20:19:37.375Z] #64 16.71 Preparing to unpack .../4-librhash0_1.4.3-3_arm64.deb ... [2024-04-23T20:19:37.375Z] #64 16.83 Unpacking librhash0:arm64 (1.4.3-3) ... [2024-04-23T20:19:37.375Z] #64 17.18 Selecting previously unselected package libuv1:arm64. [2024-04-23T20:19:37.375Z] #64 17.19 Preparing to unpack .../5-libuv1_1.44.2-1+deb12u1_arm64.deb ... [2024-04-23T20:19:37.375Z] #64 17.21 Unpacking libuv1:arm64 (1.44.2-1+deb12u1) ... [2024-04-23T20:19:37.375Z] #64 18.05 Selecting previously unselected package cmake-data. [2024-04-23T20:19:37.375Z] #64 18.05 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ... [2024-04-23T20:19:37.375Z] #64 18.19 Unpacking cmake-data (3.25.1-1) ... [2024-04-23T20:19:37.375Z] #64 20.11 Selecting previously unselected package cmake. [2024-04-23T20:19:37.375Z] #64 20.11 Preparing to unpack .../7-cmake_3.25.1-1_arm64.deb ... [2024-04-23T20:19:37.375Z] #64 20.29 Unpacking cmake (3.25.1-1) ... [2024-04-23T20:19:37.631Z] #64 ... [2024-04-23T20:19:37.631Z] [2024-04-23T20:19:37.631Z] #44 [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-23T20:19:37.631Z] #44 21.07 Selecting previously unselected package uuid-dev:arm64. [2024-04-23T20:19:37.631Z] #44 21.08 Preparing to unpack .../06-uuid-dev_2.38.1-5+deb12u1_arm64.deb ... [2024-04-23T20:19:37.631Z] #44 21.38 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-23T20:19:39.517Z] #44 23.20 Selecting previously unselected package libblkid-dev:arm64. [2024-04-23T20:19:39.772Z] #44 23.20 Preparing to unpack .../07-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ... [2024-04-23T20:19:39.772Z] #44 23.33 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-23T20:19:41.135Z] #44 ... [2024-04-23T20:19:41.135Z] [2024-04-23T20:19:41.135Z] #62 [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-23T20:19:41.135Z] #62 15.27 tomll can be used in two ways: [2024-04-23T20:19:41.135Z] #62 15.28 Writing to STDIN and reading from STDOUT: [2024-04-23T20:19:41.135Z] #62 15.28 cat file.toml | tomll > file.toml [2024-04-23T20:19:41.135Z] #62 15.28 [2024-04-23T20:19:41.135Z] #62 15.28 Reading and updating a list of files: [2024-04-23T20:19:41.135Z] #62 15.28 tomll a.toml b.toml c.toml [2024-04-23T20:19:41.135Z] #62 15.28 [2024-04-23T20:19:41.135Z] #62 15.28 When given a list of files, tomll will modify all files in place without asking. [2024-04-23T20:19:41.391Z] #62 ... [2024-04-23T20:19:41.391Z] [2024-04-23T20:19:41.391Z] #44 [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-23T20:19:41.391Z] #44 25.00 Selecting previously unselected package libbtrfs0:arm64. [2024-04-23T20:19:41.391Z] #44 25.00 Preparing to unpack .../08-libbtrfs0_6.2-1_arm64.deb ... [2024-04-23T20:19:41.951Z] #44 ... [2024-04-23T20:19:41.951Z] [2024-04-23T20:19:41.951Z] #56 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0" && /build/shfmt --version [2024-04-23T20:19:41.951Z] #56 15.87 v3.6.0 [2024-04-23T20:19:41.951Z] #56 ... [2024-04-23T20:19:41.951Z] [2024-04-23T20:19:41.951Z] #44 [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-23T20:19:41.951Z] #44 25.68 Unpacking libbtrfs0:arm64 (6.2-1) ... [2024-04-23T20:19:43.314Z] #44 ... [2024-04-23T20:19:43.314Z] [2024-04-23T20:19:43.314Z] #57 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2024-04-23T20:19:43.314Z] #57 17.10 Selecting previously unselected package libprotobuf-c1:arm64. [2024-04-23T20:19:43.314Z] #57 17.10 Preparing to unpack .../11-libprotobuf-c1_1.4.1-1+b1_arm64.deb ... [2024-04-23T20:19:43.314Z] #57 17.26 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ... [2024-04-23T20:19:43.314Z] #57 17.58 Selecting previously unselected package libprotobuf-c-dev:arm64. [2024-04-23T20:19:43.314Z] #57 17.58 Preparing to unpack .../12-libprotobuf-c-dev_1.4.1-1+b1_arm64.deb ... [2024-04-23T20:19:43.314Z] #57 17.61 Unpacking libprotobuf-c-dev:arm64 (1.4.1-1+b1) ... [2024-04-23T20:19:43.314Z] #57 18.25 Selecting previously unselected package libseccomp-dev:arm64. [2024-04-23T20:19:43.314Z] #57 18.25 Preparing to unpack .../13-libseccomp-dev_2.5.4-1+b3_arm64.deb ... [2024-04-23T20:19:43.314Z] #57 18.33 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ... [2024-04-23T20:19:43.314Z] #57 18.97 Selecting previously unselected package libsystemd-dev:arm64. [2024-04-23T20:19:43.314Z] #57 19.00 Preparing to unpack .../14-libsystemd-dev_252.22-1~deb12u1_arm64.deb ... [2024-04-23T20:19:43.314Z] #57 19.45 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ... [2024-04-23T20:19:43.314Z] #57 20.65 Selecting previously unselected package libtool. [2024-04-23T20:19:43.314Z] #57 20.65 Preparing to unpack .../15-libtool_2.4.7-5_all.deb ... [2024-04-23T20:19:43.314Z] #57 20.77 Unpacking libtool (2.4.7-5) ... [2024-04-23T20:19:43.314Z] #57 22.58 Selecting previously unselected package libudev-dev:arm64. [2024-04-23T20:19:43.314Z] #57 22.58 Preparing to unpack .../16-libudev-dev_252.22-1~deb12u1_arm64.deb ... [2024-04-23T20:19:43.314Z] #57 22.87 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ... [2024-04-23T20:19:43.314Z] #57 24.35 Selecting previously unselected package libyajl2:arm64. [2024-04-23T20:19:43.314Z] #57 24.35 Preparing to unpack .../17-libyajl2_2.1.0-3+deb12u2_arm64.deb ... [2024-04-23T20:19:43.314Z] #57 24.36 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ... [2024-04-23T20:19:43.314Z] #57 27.28 Selecting previously unselected package libyajl-dev:arm64. [2024-04-23T20:19:43.314Z] #57 ... [2024-04-23T20:19:43.314Z] [2024-04-23T20:19:43.315Z] #66 [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-23T20:19:43.315Z] #66 17.24 NAME: [2024-04-23T20:19:43.315Z] #66 17.24 go-winres - A tool for embedding resources in Windows executables [2024-04-23T20:19:43.315Z] #66 17.24 [2024-04-23T20:19:43.315Z] #66 17.24 USAGE: [2024-04-23T20:19:43.315Z] #66 17.24 go-winres [global options] command [command options] [arguments...] [2024-04-23T20:19:43.315Z] #66 17.24 [2024-04-23T20:19:43.315Z] #66 17.24 COMMANDS: [2024-04-23T20:19:43.315Z] #66 17.24 init Create an initial ./winres/winres.json [2024-04-23T20:19:43.315Z] #66 17.25 make Make syso files for the "go build" command [2024-04-23T20:19:43.315Z] #66 17.25 simply Make syso files for the "go build" command (simplified) [2024-04-23T20:19:43.315Z] #66 17.25 extract Extract all resources from an executable [2024-04-23T20:19:43.315Z] #66 17.25 patch Replace resources in an executable file (exe, dll) [2024-04-23T20:19:43.315Z] #66 17.25 help, h Shows a list of commands or help for one command [2024-04-23T20:19:43.315Z] #66 17.25 [2024-04-23T20:19:43.315Z] #66 17.25 GLOBAL OPTIONS: [2024-04-23T20:19:43.315Z] #66 17.25 --help, -h show help (default: false) [2024-04-23T20:19:43.315Z] #66 ... [2024-04-23T20:19:43.315Z] [2024-04-23T20:19:43.315Z] #57 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2024-04-23T20:19:43.315Z] #57 27.28 Preparing to unpack .../18-libyajl-dev_2.1.0-3+deb12u2_arm64.deb ... [2024-04-23T20:19:43.315Z] #57 27.46 Unpacking libyajl-dev:arm64 (2.1.0-3+deb12u2) ... [2024-04-23T20:19:45.263Z] #57 29.21 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ... [2024-04-23T20:19:45.519Z] #57 29.67 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ... [2024-04-23T20:19:46.079Z] #57 30.04 Setting up m4 (1.4.19-3) ... [2024-04-23T20:19:46.335Z] #57 30.43 Setting up bzip2 (1.0.8-5+b1) ... [2024-04-23T20:19:46.895Z] #57 30.76 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ... [2024-04-23T20:19:46.895Z] #57 31.02 Setting up libprotobuf-c-dev:arm64 (1.4.1-1+b1) ... [2024-04-23T20:19:47.532Z] #57 31.49 Setting up autotools-dev (20220109.1) ... [2024-04-23T20:19:48.154Z] #57 32.07 Setting up xz-utils (5.4.1-0.2) ... [2024-04-23T20:19:48.724Z] #57 32.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2024-04-23T20:19:48.980Z] #57 32.95 Setting up patch (2.7.6-7) ... [2024-04-23T20:19:49.235Z] #57 ... [2024-04-23T20:19:49.235Z] [2024-04-23T20:19:49.235Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2" && /build/gotestsum --version [2024-04-23T20:19:49.235Z] #58 23.26 gotestsum version dev [2024-04-23T20:19:49.235Z] #58 ... [2024-04-23T20:19:49.235Z] [2024-04-23T20:19:49.235Z] #64 [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-23T20:19:49.235Z] #64 22.90 Setting up libicu72:arm64 (72.1-3) ... [2024-04-23T20:19:49.235Z] #64 23.36 Setting up libuv1:arm64 (1.44.2-1+deb12u1) ... [2024-04-23T20:19:49.235Z] #64 23.83 Setting up libjsoncpp25:arm64 (1.9.5-4) ... [2024-04-23T20:19:49.235Z] #64 24.30 Setting up librhash0:arm64 (1.4.3-3) ... [2024-04-23T20:19:49.235Z] #64 26.05 Setting up cmake-data (3.25.1-1) ... [2024-04-23T20:19:49.235Z] #64 27.77 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... [2024-04-23T20:19:49.235Z] #64 28.48 Setting up libarchive13:arm64 (3.6.2-1) ... [2024-04-23T20:19:49.235Z] #64 29.11 Setting up cmake (3.25.1-1) ... [2024-04-23T20:19:49.235Z] #64 29.37 Processing triggers for libc-bin (2.36-9+deb12u4) ... [2024-04-23T20:19:49.491Z] #64 ... [2024-04-23T20:19:49.491Z] [2024-04-23T20:19:49.491Z] #44 [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-23T20:19:49.491Z] #44 28.06 Selecting previously unselected package libbtrfs-dev:arm64. [2024-04-23T20:19:49.491Z] #44 28.06 Preparing to unpack .../09-libbtrfs-dev_6.2-1_arm64.deb ... [2024-04-23T20:19:49.491Z] #44 28.18 Unpacking libbtrfs-dev:arm64 (6.2-1) ... [2024-04-23T20:19:49.491Z] #44 29.33 Selecting previously unselected package libelf1:arm64. [2024-04-23T20:19:49.491Z] #44 29.33 Preparing to unpack .../10-libelf1_0.188-2.1_arm64.deb ... [2024-04-23T20:19:49.491Z] #44 29.40 Unpacking libelf1:arm64 (0.188-2.1) ... [2024-04-23T20:19:49.491Z] #44 30.20 Selecting previously unselected package libffi-dev:arm64. [2024-04-23T20:19:49.491Z] #44 30.20 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ... [2024-04-23T20:19:49.491Z] #44 30.36 Unpacking libffi-dev:arm64 (3.4.4-1) ... [2024-04-23T20:19:49.491Z] #44 31.31 Selecting previously unselected package libgpg-error-dev. [2024-04-23T20:19:49.491Z] #44 31.31 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ... [2024-04-23T20:19:49.491Z] #44 31.49 Unpacking libgpg-error-dev (1.46-1) ... [2024-04-23T20:19:49.491Z] #44 32.27 Selecting previously unselected package libgcrypt20-dev. [2024-04-23T20:19:49.491Z] #44 32.30 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ... [2024-04-23T20:19:49.491Z] #44 32.56 Unpacking libgcrypt20-dev (1.10.1-3) ... [2024-04-23T20:19:49.757Z] #44 ... [2024-04-23T20:19:49.757Z] [2024-04-23T20:19:49.757Z] #57 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2024-04-23T20:19:49.757Z] #57 33.71 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ... [2024-04-23T20:19:50.319Z] #57 34.15 Setting up libdpkg-perl (1.21.22) ... [2024-04-23T20:19:50.575Z] #57 34.64 Setting up autoconf (2.71-3) ... [2024-04-23T20:19:51.511Z] #57 35.38 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ... [2024-04-23T20:19:51.765Z] #57 35.79 Setting up libcap-dev:arm64 (1:2.66-4) ... [2024-04-23T20:19:52.325Z] #57 36.20 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ... [2024-04-23T20:19:52.601Z] #57 36.53 Setting up automake (1:1.16.5-1.3) ... [2024-04-23T20:19:52.857Z] #57 36.91 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2024-04-23T20:19:53.121Z] #57 37.01 Setting up libtool (2.4.7-5) ... [2024-04-23T20:19:53.681Z] #57 37.44 Setting up dpkg-dev (1.21.22) ... [2024-04-23T20:19:53.936Z] #57 38.02 Setting up build-essential (12.9) ... [2024-04-23T20:19:54.495Z] #57 38.28 Processing triggers for libc-bin (2.36-9+deb12u4) ... [2024-04-23T20:19:55.054Z] #57 ... [2024-04-23T20:19:55.054Z] [2024-04-23T20:19:55.054Z] #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 < value or use a ... suffix to tell [2024-04-23T20:20:24.559Z] #79 0.676 CMake that the project does not need compatibility with older versions. [2024-04-23T20:20:24.559Z] #79 0.676 [2024-04-23T20:20:24.559Z] #79 0.681 [2024-04-23T20:20:24.559Z] #79 0.864 -- The C compiler identification is GNU 12.2.0 [2024-04-23T20:20:24.816Z] #79 0.886 -- Detecting C compiler ABI info [2024-04-23T20:20:24.816Z] #79 1.170 -- Detecting C compiler ABI info - done [2024-04-23T20:20:25.073Z] #79 1.196 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped [2024-04-23T20:20:25.073Z] #79 1.199 -- Detecting C compile features [2024-04-23T20:20:25.073Z] #79 1.200 -- Detecting C compile features - done [2024-04-23T20:20:25.073Z] #79 1.209 -- Performing Test HAS_BUILTIN_FORTIFY [2024-04-23T20:20:25.073Z] #79 1.326 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2024-04-23T20:20:25.328Z] #79 1.355 -- Configuring done [2024-04-23T20:20:25.328Z] #79 1.359 -- Generating done [2024-04-23T20:20:25.328Z] #79 1.363 -- Build files have been written to: /go/src/github.com/krallin/tini [2024-04-23T20:20:25.328Z] #79 1.504 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2024-04-23T20:20:25.584Z] #79 1.932 [100%] Linking C executable tini-static [2024-04-23T20:20:25.840Z] #79 2.015 [100%] Built target tini-static [2024-04-23T20:20:26.768Z] #79 DONE 2.9s [2024-04-23T20:20:26.768Z] [2024-04-23T20:20:26.768Z] #76 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ <= 3... python3 [2024-04-23T20:20:32.246Z] #72 32.83 checking for python3... /usr/bin/python3 [2024-04-23T20:20:32.246Z] #72 32.83 checking for python3 version... 3.11 [2024-04-23T20:20:32.246Z] #72 32.85 checking for python3 platform... linux [2024-04-23T20:20:32.246Z] #72 32.87 checking for GNU default python3 prefix... ${prefix} [2024-04-23T20:20:32.246Z] #72 32.87 checking for GNU default python3 exec_prefix... ${exec_prefix} [2024-04-23T20:20:32.246Z] #72 32.87 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages [2024-04-23T20:20:32.246Z] #72 32.93 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages [2024-04-23T20:20:32.246Z] #72 33.00 checking for go-md2man... no [2024-04-23T20:20:32.246Z] #72 33.00 checking for error.h... yes [2024-04-23T20:20:32.501Z] #72 33.07 checking for linux/openat2.h... yes [2024-04-23T20:20:32.501Z] #72 33.13 checking for stdatomic.h... yes [2024-04-23T20:20:32.501Z] #72 33.18 checking for linux/ioprio.h... yes [2024-04-23T20:20:32.501Z] #72 33.24 checking for atomic_int... yes [2024-04-23T20:20:32.756Z] #72 33.33 checking for atomic_bool... yes [2024-04-23T20:20:32.756Z] #72 33.46 checking for copy_file_range... yes [2024-04-23T20:20:32.756Z] #72 33.53 checking for fgetxattr... yes [2024-04-23T20:20:33.011Z] #72 33.62 checking for statx... yes [2024-04-23T20:20:33.011Z] #72 33.69 checking for fgetpwent_r... yes [2024-04-23T20:20:33.266Z] #72 33.87 checking for issetugid... no [2024-04-23T20:20:33.266Z] #72 34.02 checking for memfd_create... yes [2024-04-23T20:20:33.522Z] #72 34.12 checking for pkg-config... /usr/bin/pkg-config [2024-04-23T20:20:33.522Z] #72 34.12 checking pkg-config is at least version 0.9.0... yes [2024-04-23T20:20:33.522Z] #72 34.13 checking for library containing yajl_tree_get... -lyajl [2024-04-23T20:20:33.777Z] #72 34.29 checking for yajl >= 2.0.0... yes [2024-04-23T20:20:33.777Z] #72 34.32 checking for sys/capability.h... yes [2024-04-23T20:20:33.777Z] #72 34.36 checking for library containing cap_from_name... -lcap [2024-04-23T20:20:33.777Z] #72 34.50 checking for library containing gcry_check_version... no [2024-04-23T20:20:34.033Z] #72 34.68 checking for library containing dlopen... none required [2024-04-23T20:20:34.291Z] #72 34.82 checking for seccomp.h... yes [2024-04-23T20:20:34.291Z] #72 34.88 checking for library containing seccomp_rule_add... -lseccomp [2024-04-23T20:20:34.291Z] #72 35.07 checking for library containing seccomp_arch_resolve_name... none required [2024-04-23T20:20:34.546Z] #72 35.20 checking for systemd/sd-bus.h... yes [2024-04-23T20:20:34.801Z] #72 35.27 checking for library containing sd_bus_match_signal_async... -lsystemd [2024-04-23T20:20:34.801Z] #72 35.54 checking for sd_notify_barrier... yes [2024-04-23T20:20:35.060Z] #72 35.65 checking for linux/bpf.h... yes [2024-04-23T20:20:35.060Z] #72 35.73 checking compilation for eBPF... yes [2024-04-23T20:20:35.315Z] #72 35.84 checking for criu >= 3.15... no [2024-04-23T20:20:35.315Z] #72 35.85 configure: CRIU headers not found, building without CRIU support [2024-04-23T20:20:35.315Z] #72 35.85 checking for criu > 3.16... no [2024-04-23T20:20:35.315Z] #72 35.88 configure: CRIU version doesn't support join-ns API [2024-04-23T20:20:35.315Z] #72 35.88 checking for criu > 3.16.1... no [2024-04-23T20:20:35.315Z] #72 35.88 configure: CRIU version doesn't support for pre-dumping [2024-04-23T20:20:35.315Z] #72 35.88 checking for new mount API (fsconfig)... yes [2024-04-23T20:20:35.315Z] #72 36.01 yes [2024-04-23T20:20:35.315Z] #72 36.02 checking for seccomp notify API... yes [2024-04-23T20:20:35.315Z] #72 36.10 checking for gperf... no [2024-04-23T20:20:35.315Z] #72 36.10 configure: gperf not found - cannot rebuild signal parser code [2024-04-23T20:20:35.315Z] #72 36.10 checking for library containing argp_parse... none required [2024-04-23T20:20:35.570Z] #72 36.30 checking that generated files are newer than configure... done [2024-04-23T20:20:35.570Z] #72 36.30 configure: creating ./config.status [2024-04-23T20:20:36.140Z] #72 ... [2024-04-23T20:20:36.140Z] [2024-04-23T20:20:36.140Z] #75 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod <= 2.1.0... yes [2024-04-23T20:20:41.649Z] #72 42.45 checking for a sed that does not truncate output... (cached) /usr/bin/sed [2024-04-23T20:20:41.649Z] #72 42.45 checking for gcc... (cached) gcc [2024-04-23T20:20:41.649Z] #72 42.48 checking whether the compiler supports GNU C... (cached) yes [2024-04-23T20:20:41.649Z] #72 42.48 checking whether gcc accepts -g... (cached) yes [2024-04-23T20:20:41.649Z] #72 42.48 checking for gcc option to enable C11 features... (cached) none needed [2024-04-23T20:20:41.649Z] #72 42.48 checking whether gcc understands -c and -o together... (cached) yes [2024-04-23T20:20:41.649Z] #72 42.48 checking for a Python interpreter with version >= 3... python3 [2024-04-23T20:20:41.649Z] #72 42.50 checking for python3... /usr/bin/python3 [2024-04-23T20:20:41.649Z] #72 42.50 checking for python3 version... 3.11 [2024-04-23T20:20:41.649Z] #72 42.52 checking for python3 platform... linux [2024-04-23T20:20:41.649Z] #72 42.53 checking for GNU default python3 prefix... ${prefix} [2024-04-23T20:20:41.649Z] #72 42.53 checking for GNU default python3 exec_prefix... ${exec_prefix} [2024-04-23T20:20:41.904Z] #72 42.53 checking for python3 script directory (pythondir)... [2024-04-23T20:20:41.904Z] #72 ... [2024-04-23T20:20:41.904Z] [2024-04-23T20:20:41.904Z] #78 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 < '/go/src/github.com/docker/docker/.bashrc' [2024-04-23T20:21:09.840Z] #104 DONE 0.3s [2024-04-23T20:21:09.840Z] [2024-04-23T20:21:09.840Z] #105 [dev-base 4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2024-04-23T20:21:10.399Z] #105 DONE 0.4s [2024-04-23T20:21:10.399Z] [2024-04-23T20:21:10.399Z] #106 [dev-base 5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2024-04-23T20:21:10.654Z] #106 DONE 0.3s [2024-04-23T20:21:10.654Z] [2024-04-23T20:21:10.654Z] #107 [dev-base 6/12] RUN ldconfig [2024-04-23T20:21:10.908Z] #107 DONE 0.3s [2024-04-23T20:21:11.163Z] [2024-04-23T20:21:11.163Z] #108 [dev-base 7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2024-04-23T20:21:11.163Z] #108 DONE 0.4s [2024-04-23T20:21:11.417Z] [2024-04-23T20:21:11.417Z] #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-23T20:21:11.976Z] #109 0.643 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2024-04-23T20:21:12.231Z] #109 0.652 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2024-04-23T20:21:12.231Z] #109 0.652 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2024-04-23T20:21:12.231Z] #109 0.722 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB] [2024-04-23T20:21:12.231Z] #109 1.057 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB] [2024-04-23T20:21:12.485Z] #109 1.122 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [152 kB] [2024-04-23T20:21:13.408Z] #109 2.019 Fetched 9104 kB in 2s (5568 kB/s) [2024-04-23T20:21:13.967Z] #109 2.019 Reading package lists... [2024-04-23T20:21:14.525Z] #109 2.631 Reading package lists... [2024-04-23T20:21:14.780Z] #109 3.238 Building dependency tree... [2024-04-23T20:21:15.034Z] #109 3.644 The following additional packages will be installed: [2024-04-23T20:21:15.034Z] #109 3.644 dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12 [2024-04-23T20:21:15.034Z] #109 3.644 libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2 [2024-04-23T20:21:15.034Z] #109 3.645 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 [2024-04-23T20:21:15.034Z] #109 3.645 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23 [2024-04-23T20:21:15.034Z] #109 3.646 libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd [2024-04-23T20:21:15.034Z] #109 3.646 vim-runtime [2024-04-23T20:21:15.034Z] #109 3.649 Suggested packages: [2024-04-23T20:21:15.034Z] #109 3.649 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2024-04-23T20:21:15.034Z] #109 3.649 gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed [2024-04-23T20:21:15.034Z] #109 3.649 systemd-userdbd systemd-boot systemd-resolved libqrencode4 [2024-04-23T20:21:15.034Z] #109 3.649 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags [2024-04-23T20:21:15.034Z] #109 3.649 vim-doc vim-scripts xfsdump acl attr quota [2024-04-23T20:21:15.034Z] #109 3.649 Recommended packages: [2024-04-23T20:21:15.034Z] #109 3.649 libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus [2024-04-23T20:21:15.034Z] #109 3.649 systemd-timesyncd | time-daemon xxd unzip [2024-04-23T20:21:15.289Z] #109 4.027 The following NEW packages will be installed: [2024-04-23T20:21:15.543Z] #109 4.027 apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq [2024-04-23T20:21:15.543Z] #109 4.027 libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12 [2024-04-23T20:21:15.543Z] #109 4.027 libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2 [2024-04-23T20:21:15.543Z] #109 4.027 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1 [2024-04-23T20:21:15.543Z] #109 4.027 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2024-04-23T20:21:15.543Z] #109 4.028 libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12 [2024-04-23T20:21:15.543Z] #109 4.028 libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote [2024-04-23T20:21:15.543Z] #109 4.028 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils [2024-04-23T20:21:15.543Z] #109 4.028 zip zstd [2024-04-23T20:21:15.543Z] #109 4.305 0 upgraded, 56 newly installed, 0 to remove and 5 not upgraded. [2024-04-23T20:21:15.543Z] #109 4.305 Need to get 31.8 MB of archives. [2024-04-23T20:21:15.543Z] #109 4.305 After this operation, 143 MB of additional disk space will be used. [2024-04-23T20:21:15.543Z] #109 4.305 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2024-04-23T20:21:15.798Z] #109 4.308 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2024-04-23T20:21:15.798Z] #109 4.309 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2024-04-23T20:21:15.798Z] #109 4.311 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2024-04-23T20:21:15.798Z] #109 4.313 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2024-04-23T20:21:15.798Z] #109 4.315 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libfdisk1 arm64 2.38.1-5+deb12u1 [182 kB] [2024-04-23T20:21:15.798Z] #109 4.317 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2024-04-23T20:21:15.798Z] #109 4.318 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2024-04-23T20:21:15.798Z] #109 4.319 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2024-04-23T20:21:15.798Z] #109 4.320 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.22-1~deb12u1 [1508 kB] [2024-04-23T20:21:15.798Z] #109 4.329 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.22-1~deb12u1 [2829 kB] [2024-04-23T20:21:15.798Z] #109 4.342 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB] [2024-04-23T20:21:15.798Z] #109 4.461 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB] [2024-04-23T20:21:15.798Z] #109 4.462 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB] [2024-04-23T20:21:15.798Z] #109 4.470 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB] [2024-04-23T20:21:15.798Z] #109 4.472 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB] [2024-04-23T20:21:15.798Z] #109 4.472 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2024-04-23T20:21:15.798Z] #109 4.473 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB] [2024-04-23T20:21:15.798Z] #109 4.476 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB] [2024-04-23T20:21:15.798Z] #109 4.476 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB] [2024-04-23T20:21:15.798Z] #109 4.566 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB] [2024-04-23T20:21:16.052Z] #109 4.566 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB] [2024-04-23T20:21:16.052Z] #109 4.568 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB] [2024-04-23T20:21:16.052Z] #109 4.568 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB] [2024-04-23T20:21:16.052Z] #109 4.571 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB] [2024-04-23T20:21:16.052Z] #109 4.574 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB] [2024-04-23T20:21:16.052Z] #109 4.574 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB] [2024-04-23T20:21:16.052Z] #109 4.575 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB] [2024-04-23T20:21:16.052Z] #109 4.575 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB] [2024-04-23T20:21:16.052Z] #109 4.575 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB] [2024-04-23T20:21:16.052Z] #109 4.576 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB] [2024-04-23T20:21:16.052Z] #109 4.577 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB] [2024-04-23T20:21:16.052Z] #109 4.578 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2024-04-23T20:21:16.052Z] #109 4.579 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2024-04-23T20:21:16.052Z] #109 4.579 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB] [2024-04-23T20:21:16.052Z] #109 4.580 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB] [2024-04-23T20:21:16.052Z] #109 4.580 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] [2024-04-23T20:21:16.307Z] #109 4.973 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B] [2024-04-23T20:21:16.307Z] #109 4.973 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB] [2024-04-23T20:21:16.307Z] #109 4.976 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB] [2024-04-23T20:21:16.307Z] #109 4.977 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-23T20:21:16.307Z] #109 4.977 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB] [2024-04-23T20:21:16.307Z] #109 4.978 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB] [2024-04-23T20:21:16.307Z] #109 4.978 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB] [2024-04-23T20:21:16.307Z] #109 4.979 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB] [2024-04-23T20:21:16.307Z] #109 4.980 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB] [2024-04-23T20:21:16.307Z] #109 4.980 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB] [2024-04-23T20:21:16.307Z] #109 4.981 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2024-04-23T20:21:16.307Z] #109 4.982 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.22-1~deb12u1 [92.2 kB] [2024-04-23T20:21:16.307Z] #109 4.983 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB] [2024-04-23T20:21:16.307Z] #109 5.079 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB] [2024-04-23T20:21:16.561Z] #109 5.080 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB] [2024-04-23T20:21:16.561Z] #109 5.315 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB] [2024-04-23T20:21:16.816Z] #109 5.422 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB] [2024-04-23T20:21:16.816Z] #109 5.433 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB] [2024-04-23T20:21:16.816Z] #109 5.434 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB] [2024-04-23T20:21:17.071Z] #109 5.758 debconf: delaying package configuration, since apt-utils is not installed [2024-04-23T20:21:17.071Z] #109 5.797 Fetched 31.8 MB in 1s (22.4 MB/s) [2024-04-23T20:21:17.071Z] #109 5.823 Selecting previously unselected package libargon2-1:arm64. [2024-04-23T20:21:17.071Z] #109 5.823 (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-23T20:21:17.071Z] #109 5.833 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2024-04-23T20:21:17.071Z] #109 5.844 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2024-04-23T20:21:17.071Z] #109 5.881 Selecting previously unselected package dmsetup. [2024-04-23T20:21:17.325Z] #109 5.883 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2024-04-23T20:21:17.325Z] #109 5.888 Unpacking dmsetup (2:1.02.185-2) ... [2024-04-23T20:21:17.325Z] #109 5.935 Selecting previously unselected package libdevmapper1.02.1:arm64. [2024-04-23T20:21:17.325Z] #109 5.937 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2024-04-23T20:21:17.325Z] #109 5.944 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2024-04-23T20:21:17.325Z] #109 5.987 Selecting previously unselected package libjson-c5:arm64. [2024-04-23T20:21:17.325Z] #109 5.990 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2024-04-23T20:21:17.325Z] #109 5.993 Unpacking libjson-c5:arm64 (0.16-2) ... [2024-04-23T20:21:17.325Z] #109 6.029 Selecting previously unselected package libcryptsetup12:arm64. [2024-04-23T20:21:17.325Z] #109 6.031 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2024-04-23T20:21:17.325Z] #109 6.036 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2024-04-23T20:21:17.325Z] #109 6.098 Selecting previously unselected package libfdisk1:arm64. [2024-04-23T20:21:17.580Z] #109 6.100 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u1_arm64.deb ... [2024-04-23T20:21:17.580Z] #109 6.108 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u1) ... [2024-04-23T20:21:17.580Z] #109 6.159 Selecting previously unselected package libkmod2:arm64. [2024-04-23T20:21:17.580Z] #109 6.161 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... [2024-04-23T20:21:17.580Z] #109 6.165 Unpacking libkmod2:arm64 (30+20221128-1) ... [2024-04-23T20:21:17.580Z] #109 6.217 Selecting previously unselected package libapparmor1:arm64. [2024-04-23T20:21:17.835Z] #109 6.219 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... [2024-04-23T20:21:17.835Z] #109 6.225 Unpacking libapparmor1:arm64 (3.0.8-3) ... [2024-04-23T20:21:17.835Z] #109 6.259 Selecting previously unselected package libip4tc2:arm64. [2024-04-23T20:21:17.835Z] #109 6.261 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... [2024-04-23T20:21:17.835Z] #109 6.265 Unpacking libip4tc2:arm64 (1.8.9-2) ... [2024-04-23T20:21:17.835Z] #109 6.299 Selecting previously unselected package libsystemd-shared:arm64. [2024-04-23T20:21:17.835Z] #109 6.301 Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_arm64.deb ... [2024-04-23T20:21:17.835Z] #109 6.305 Unpacking libsystemd-shared:arm64 (252.22-1~deb12u1) ... [2024-04-23T20:21:17.835Z] #109 6.468 Selecting previously unselected package systemd. [2024-04-23T20:21:17.835Z] #109 6.470 Preparing to unpack .../10-systemd_252.22-1~deb12u1_arm64.deb ... [2024-04-23T20:21:17.835Z] #109 6.485 Unpacking systemd (252.22-1~deb12u1) ... [2024-04-23T20:21:18.089Z] #109 6.743 Selecting previously unselected package pigz. [2024-04-23T20:21:18.089Z] #109 6.745 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ... [2024-04-23T20:21:18.089Z] #109 6.749 Unpacking pigz (2.6-1) ... [2024-04-23T20:21:18.089Z] #109 6.797 Selecting previously unselected package sgml-base. [2024-04-23T20:21:18.089Z] #109 6.799 Preparing to unpack .../12-sgml-base_1.31_all.deb ... [2024-04-23T20:21:18.089Z] #109 6.807 Unpacking sgml-base (1.31) ... [2024-04-23T20:21:18.089Z] #109 6.860 Selecting previously unselected package sudo. [2024-04-23T20:21:18.343Z] #109 6.862 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ... [2024-04-23T20:21:18.344Z] #109 6.869 Unpacking sudo (1.9.13p3-1+deb12u1) ... [2024-04-23T20:21:18.344Z] #109 6.996 Selecting previously unselected package libelf1:arm64. [2024-04-23T20:21:18.344Z] #109 6.998 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ... [2024-04-23T20:21:18.344Z] #109 7.004 Unpacking libelf1:arm64 (0.188-2.1) ... [2024-04-23T20:21:18.344Z] #109 7.057 Selecting previously unselected package libbpf1:arm64. [2024-04-23T20:21:18.344Z] #109 7.059 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ... [2024-04-23T20:21:18.344Z] #109 7.065 Unpacking libbpf1:arm64 (1:1.1.0-1) ... [2024-04-23T20:21:18.344Z] #109 7.116 Selecting previously unselected package libmnl0:arm64. [2024-04-23T20:21:18.598Z] #109 7.118 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ... [2024-04-23T20:21:18.598Z] #109 7.124 Unpacking libmnl0:arm64 (1.0.4-3) ... [2024-04-23T20:21:18.598Z] #109 7.170 Selecting previously unselected package libxtables12:arm64. [2024-04-23T20:21:18.598Z] #109 7.172 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ... [2024-04-23T20:21:18.598Z] #109 7.176 Unpacking libxtables12:arm64 (1.8.9-2) ... [2024-04-23T20:21:18.598Z] #109 7.217 Selecting previously unselected package libcap2-bin. [2024-04-23T20:21:18.598Z] #109 7.219 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ... [2024-04-23T20:21:18.598Z] #109 7.223 Unpacking libcap2-bin (1:2.66-4) ... [2024-04-23T20:21:18.598Z] #109 7.280 Selecting previously unselected package iproute2. [2024-04-23T20:21:18.598Z] #109 7.282 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ... [2024-04-23T20:21:18.598Z] #109 7.287 Unpacking iproute2 (6.1.0-3) ... [2024-04-23T20:21:18.598Z] #109 7.402 Selecting previously unselected package vim-common. [2024-04-23T20:21:18.853Z] #109 7.404 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ... [2024-04-23T20:21:18.853Z] #109 7.407 Unpacking vim-common (2:9.0.1378-2) ... [2024-04-23T20:21:18.853Z] #109 7.457 Selecting previously unselected package bash-completion. [2024-04-23T20:21:18.853Z] #109 7.459 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ... [2024-04-23T20:21:18.853Z] #109 7.472 Unpacking bash-completion (1:2.11-6) ... [2024-04-23T20:21:18.853Z] #109 7.599 Selecting previously unselected package bzip2. [2024-04-23T20:21:19.107Z] #109 7.601 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ... [2024-04-23T20:21:19.107Z] #109 7.609 Unpacking bzip2 (1.0.8-5+b1) ... [2024-04-23T20:21:19.107Z] #109 7.651 Selecting previously unselected package xz-utils. [2024-04-23T20:21:19.107Z] #109 7.653 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ... [2024-04-23T20:21:19.107Z] #109 7.657 Unpacking xz-utils (5.4.1-0.2) ... [2024-04-23T20:21:19.107Z] #109 7.749 Selecting previously unselected package apparmor. [2024-04-23T20:21:19.107Z] #109 7.751 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ... [2024-04-23T20:21:19.107Z] #109 7.767 Unpacking apparmor (3.0.8-3) ... [2024-04-23T20:21:19.107Z] #109 7.854 Selecting previously unselected package inetutils-ping. [2024-04-23T20:21:19.361Z] #109 7.856 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ... [2024-04-23T20:21:19.361Z] #109 7.860 Unpacking inetutils-ping (2:2.4-2+deb12u1) ... [2024-04-23T20:21:19.361Z] #109 7.905 Selecting previously unselected package libip6tc2:arm64. [2024-04-23T20:21:19.361Z] #109 7.907 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ... [2024-04-23T20:21:19.361Z] #109 7.911 Unpacking libip6tc2:arm64 (1.8.9-2) ... [2024-04-23T20:21:19.361Z] #109 7.982 Selecting previously unselected package libnfnetlink0:arm64. [2024-04-23T20:21:19.361Z] #109 7.985 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ... [2024-04-23T20:21:19.361Z] #109 7.991 Unpacking libnfnetlink0:arm64 (1.0.2-2) ... [2024-04-23T20:21:19.361Z] #109 8.027 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2024-04-23T20:21:19.361Z] #109 8.029 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ... [2024-04-23T20:21:19.361Z] #109 8.033 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ... [2024-04-23T20:21:19.361Z] #109 8.075 Selecting previously unselected package libnftnl11:arm64. [2024-04-23T20:21:19.361Z] #109 8.077 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ... [2024-04-23T20:21:19.361Z] #109 8.084 Unpacking libnftnl11:arm64 (1.2.4-2) ... [2024-04-23T20:21:19.616Z] #109 8.130 Selecting previously unselected package iptables. [2024-04-23T20:21:19.616Z] #109 8.132 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ... [2024-04-23T20:21:19.616Z] #109 8.136 Unpacking iptables (1.8.9-2) ... [2024-04-23T20:21:19.616Z] #109 8.223 Selecting previously unselected package libonig5:arm64. [2024-04-23T20:21:19.616Z] #109 8.225 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ... [2024-04-23T20:21:19.616Z] #109 8.229 Unpacking libonig5:arm64 (6.9.8-1) ... [2024-04-23T20:21:19.616Z] #109 8.284 Selecting previously unselected package libjq1:arm64. [2024-04-23T20:21:19.616Z] #109 8.286 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ... [2024-04-23T20:21:19.616Z] #109 8.290 Unpacking libjq1:arm64 (1.6-2.1) ... [2024-04-23T20:21:19.616Z] #109 8.328 Selecting previously unselected package jq. [2024-04-23T20:21:19.616Z] #109 8.331 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ... [2024-04-23T20:21:19.616Z] #109 8.335 Unpacking jq (1.6-2.1) ... [2024-04-23T20:21:19.616Z] #109 8.374 Selecting previously unselected package libaio1:arm64. [2024-04-23T20:21:19.616Z] #109 8.376 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ... [2024-04-23T20:21:19.616Z] #109 8.381 Unpacking libaio1:arm64 (0.3.113-4) ... [2024-04-23T20:21:19.616Z] #109 8.415 Selecting previously unselected package libgpm2:arm64. [2024-04-23T20:21:19.616Z] #109 8.417 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ... [2024-04-23T20:21:19.616Z] #109 8.421 Unpacking libgpm2:arm64 (1.20.7-10+b1) ... [2024-04-23T20:21:19.616Z] #109 8.458 Selecting previously unselected package libicu72:arm64. [2024-04-23T20:21:19.870Z] #109 8.460 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ... [2024-04-23T20:21:19.870Z] #109 8.463 Unpacking libicu72:arm64 (72.1-3) ... [2024-04-23T20:21:20.429Z] #109 9.020 Selecting previously unselected package libinih1:arm64. [2024-04-23T20:21:20.429Z] #109 9.023 Preparing to unpack .../37-libinih1_55-1_arm64.deb ... [2024-04-23T20:21:20.429Z] #109 9.026 Unpacking libinih1:arm64 (55-1) ... [2024-04-23T20:21:20.429Z] #109 9.057 Selecting previously unselected package libmicrohttpd12:arm64. [2024-04-23T20:21:20.429Z] #109 9.060 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ... [2024-04-23T20:21:20.429Z] #109 9.063 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ... [2024-04-23T20:21:20.429Z] #109 9.108 Selecting previously unselected package libnet1:arm64. [2024-04-23T20:21:20.429Z] #109 9.111 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ... [2024-04-23T20:21:20.429Z] #109 9.114 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ... [2024-04-23T20:21:20.429Z] #109 9.154 Selecting previously unselected package libnl-3-200:arm64. [2024-04-23T20:21:20.684Z] #109 9.157 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ... [2024-04-23T20:21:20.684Z] #109 9.162 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ... [2024-04-23T20:21:20.684Z] #109 9.208 Selecting previously unselected package libprotobuf-c1:arm64. [2024-04-23T20:21:20.684Z] #109 9.210 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ... [2024-04-23T20:21:20.684Z] #109 9.215 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ... [2024-04-23T20:21:20.684Z] #109 9.247 Selecting previously unselected package libsodium23:arm64. [2024-04-23T20:21:20.684Z] #109 9.249 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ... [2024-04-23T20:21:20.684Z] #109 9.253 Unpacking libsodium23:arm64 (1.0.18-1) ... [2024-04-23T20:21:20.684Z] #109 9.294 Selecting previously unselected package libsubid4:arm64. [2024-04-23T20:21:20.684Z] #109 9.297 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ... [2024-04-23T20:21:20.684Z] #109 9.300 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ... [2024-04-23T20:21:20.684Z] #109 9.352 Selecting previously unselected package liburcu8:arm64. [2024-04-23T20:21:20.684Z] #109 9.354 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ... [2024-04-23T20:21:20.684Z] #109 9.358 Unpacking liburcu8:arm64 (0.13.2-1) ... [2024-04-23T20:21:20.684Z] #109 9.402 Selecting previously unselected package libyajl2:arm64. [2024-04-23T20:21:20.684Z] #109 9.404 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ... [2024-04-23T20:21:20.684Z] #109 9.408 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ... [2024-04-23T20:21:20.684Z] #109 9.441 Selecting previously unselected package net-tools. [2024-04-23T20:21:20.684Z] #109 9.443 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ... [2024-04-23T20:21:20.684Z] #109 9.447 Unpacking net-tools (2.10-0.1) ... [2024-04-23T20:21:20.684Z] #109 9.503 Selecting previously unselected package patch. [2024-04-23T20:21:20.939Z] #109 9.505 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ... [2024-04-23T20:21:20.939Z] #109 9.514 Unpacking patch (2.7.6-7) ... [2024-04-23T20:21:20.939Z] #109 9.556 Selecting previously unselected package systemd-journal-remote. [2024-04-23T20:21:20.939Z] #109 9.559 Preparing to unpack .../48-systemd-journal-remote_252.22-1~deb12u1_arm64.deb ... [2024-04-23T20:21:20.939Z] #109 9.562 Unpacking systemd-journal-remote (252.22-1~deb12u1) ... [2024-04-23T20:21:20.939Z] #109 9.600 Selecting previously unselected package thin-provisioning-tools. [2024-04-23T20:21:20.939Z] #109 9.602 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ... [2024-04-23T20:21:20.939Z] #109 9.608 Unpacking thin-provisioning-tools (0.9.0-2) ... [2024-04-23T20:21:20.939Z] #109 9.686 Selecting previously unselected package uidmap. [2024-04-23T20:21:20.939Z] #109 9.688 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ... [2024-04-23T20:21:20.939Z] #109 9.694 Unpacking uidmap (1:4.13+dfsg1-1+b1) ... [2024-04-23T20:21:20.939Z] #109 9.740 Selecting previously unselected package vim-runtime. [2024-04-23T20:21:21.193Z] #109 9.742 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ... [2024-04-23T20:21:21.193Z] #109 9.752 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-23T20:21:21.193Z] #109 9.766 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime' [2024-04-23T20:21:21.193Z] #109 9.772 Unpacking vim-runtime (2:9.0.1378-2) ... [2024-04-23T20:21:21.447Z] #109 10.27 Selecting previously unselected package vim. [2024-04-23T20:21:21.702Z] #109 10.27 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ... [2024-04-23T20:21:21.702Z] #109 10.28 Unpacking vim (2:9.0.1378-2) ... [2024-04-23T20:21:21.702Z] #109 10.42 Selecting previously unselected package xfsprogs. [2024-04-23T20:21:21.702Z] #109 10.42 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ... [2024-04-23T20:21:21.702Z] #109 10.43 Unpacking xfsprogs (6.1.0-1) ... [2024-04-23T20:21:21.702Z] #109 10.54 Selecting previously unselected package zip. [2024-04-23T20:21:21.956Z] #109 10.54 Preparing to unpack .../54-zip_3.0-13_arm64.deb ... [2024-04-23T20:21:21.956Z] #109 10.55 Unpacking zip (3.0-13) ... [2024-04-23T20:21:21.956Z] #109 10.60 Selecting previously unselected package zstd. [2024-04-23T20:21:21.956Z] #109 10.60 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ... [2024-04-23T20:21:21.956Z] #109 10.61 Unpacking zstd (1.5.4+dfsg2-5) ... [2024-04-23T20:21:21.956Z] #109 10.73 Setting up libip4tc2:arm64 (1.8.9-2) ... [2024-04-23T20:21:22.211Z] #109 10.74 Setting up net-tools (2.10-0.1) ... [2024-04-23T20:21:22.211Z] #109 10.78 Setting up libapparmor1:arm64 (3.0.8-3) ... [2024-04-23T20:21:22.211Z] #109 10.80 Setting up libsodium23:arm64 (1.0.18-1) ... [2024-04-23T20:21:22.211Z] #109 10.82 Setting up libgpm2:arm64 (1.20.7-10+b1) ... [2024-04-23T20:21:22.211Z] #109 10.83 Setting up libicu72:arm64 (72.1-3) ... [2024-04-23T20:21:22.211Z] #109 10.85 Setting up libip6tc2:arm64 (1.8.9-2) ... [2024-04-23T20:21:22.211Z] #109 10.86 Setting up libinih1:arm64 (55-1) ... [2024-04-23T20:21:22.211Z] #109 10.88 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2024-04-23T20:21:22.211Z] #109 10.90 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ... [2024-04-23T20:21:22.211Z] #109 10.91 Setting up bzip2 (1.0.8-5+b1) ... [2024-04-23T20:21:22.211Z] #109 10.92 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ... [2024-04-23T20:21:22.211Z] #109 10.94 Setting up libmicrohttpd12:arm64 (0.9.75-6) ... [2024-04-23T20:21:22.466Z] #109 10.95 Setting up libcap2-bin (1:2.66-4) ... [2024-04-23T20:21:22.466Z] #109 10.97 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ... [2024-04-23T20:21:22.466Z] #109 10.99 Setting up apparmor (3.0.8-3) ... [2024-04-23T20:21:23.025Z] #109 11.81 debconf: unable to initialize frontend: Dialog [2024-04-23T20:21:23.025Z] #109 11.81 debconf: (TERM is not set, so the dialog frontend is not usable.) [2024-04-23T20:21:23.025Z] #109 11.81 debconf: falling back to frontend: Readline [2024-04-23T20:21:23.279Z] #109 11.82 debconf: unable to initialize frontend: Readline [2024-04-23T20:21:23.279Z] #109 11.82 debconf: (This frontend requires a controlling tty.) [2024-04-23T20:21:23.279Z] #109 11.82 debconf: falling back to frontend: Teletype [2024-04-23T20:21:23.279Z] #109 11.98 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2024-04-23T20:21:23.534Z] #109 12.14 Setting up zip (3.0-13) ... [2024-04-23T20:21:23.534Z] #109 12.16 Setting up vim-common (2:9.0.1378-2) ... [2024-04-23T20:21:23.534Z] #109 12.17 Setting up bash-completion (1:2.11-6) ... [2024-04-23T20:21:23.534Z] #109 12.19 Setting up xz-utils (5.4.1-0.2) ... [2024-04-23T20:21:23.534Z] #109 12.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2024-04-23T20:21:23.534Z] #109 12.22 Setting up libmnl0:arm64 (1.0.4-3) ... [2024-04-23T20:21:23.534Z] #109 12.23 Setting up patch (2.7.6-7) ... [2024-04-23T20:21:23.534Z] #109 12.25 Setting up sudo (1.9.13p3-1+deb12u1) ... [2024-04-23T20:21:23.534Z] #109 12.31 invoke-rc.d: could not determine current runlevel [2024-04-23T20:21:23.534Z] #109 12.31 invoke-rc.d: policy-rc.d denied execution of start. [2024-04-23T20:21:23.534Z] #109 12.31 Setting up libxtables12:arm64 (1.8.9-2) ... [2024-04-23T20:21:23.534Z] #109 12.32 Setting up liburcu8:arm64 (0.13.2-1) ... [2024-04-23T20:21:23.534Z] #109 12.35 Setting up libfdisk1:arm64 (2.38.1-5+deb12u1) ... [2024-04-23T20:21:23.534Z] #109 12.36 Setting up inetutils-ping (2:2.4-2+deb12u1) ... [2024-04-23T20:21:23.788Z] #109 12.37 Setting up pigz (2.6-1) ... [2024-04-23T20:21:23.788Z] #109 12.38 Setting up libnfnetlink0:arm64 (1.0.2-2) ... [2024-04-23T20:21:23.788Z] #109 12.39 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ... [2024-04-23T20:21:23.788Z] #109 12.56 Setting up sgml-base (1.31) ... [2024-04-23T20:21:24.043Z] #109 12.59 Setting up vim-runtime (2:9.0.1378-2) ... [2024-04-23T20:21:24.043Z] #109 12.66 Setting up libaio1:arm64 (0.3.113-4) ... [2024-04-23T20:21:24.043Z] #109 12.68 Setting up libelf1:arm64 (0.188-2.1) ... [2024-04-23T20:21:24.043Z] #109 12.69 Setting up libjson-c5:arm64 (0.16-2) ... [2024-04-23T20:21:24.043Z] #109 12.71 Setting up zstd (1.5.4+dfsg2-5) ... [2024-04-23T20:21:24.043Z] #109 12.72 Setting up libonig5:arm64 (6.9.8-1) ... [2024-04-23T20:21:24.043Z] #109 12.74 Setting up libbpf1:arm64 (1:1.1.0-1) ... [2024-04-23T20:21:24.043Z] #109 12.75 Setting up libkmod2:arm64 (30+20221128-1) ... [2024-04-23T20:21:24.043Z] #109 12.76 Setting up vim (2:9.0.1378-2) ... [2024-04-23T20:21:24.043Z] #109 12.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2024-04-23T20:21:24.043Z] #109 12.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2024-04-23T20:21:24.043Z] #109 12.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2024-04-23T20:21:24.297Z] #109 12.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2024-04-23T20:21:24.297Z] #109 12.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2024-04-23T20:21:24.297Z] #109 12.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2024-04-23T20:21:24.297Z] #109 12.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2024-04-23T20:21:24.297Z] #109 12.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2024-04-23T20:21:24.297Z] #109 12.81 Setting up libjq1:arm64 (1.6-2.1) ... [2024-04-23T20:21:24.297Z] #109 12.83 Setting up iproute2 (6.1.0-3) ... [2024-04-23T20:21:24.297Z] #109 12.96 debconf: unable to initialize frontend: Dialog [2024-04-23T20:21:24.297Z] #109 12.96 debconf: (TERM is not set, so the dialog frontend is not usable.) [2024-04-23T20:21:24.297Z] #109 12.96 debconf: falling back to frontend: Readline [2024-04-23T20:21:24.297Z] #109 12.97 debconf: unable to initialize frontend: Readline [2024-04-23T20:21:24.297Z] #109 12.97 debconf: (This frontend requires a controlling tty.) [2024-04-23T20:21:24.297Z] #109 12.97 debconf: falling back to frontend: Teletype [2024-04-23T20:21:24.297Z] #109 13.12 Setting up uidmap (1:4.13+dfsg1-1+b1) ... [2024-04-23T20:21:24.552Z] #109 13.13 Setting up libnftnl11:arm64 (1.2.4-2) ... [2024-04-23T20:21:24.552Z] #109 13.15 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ... [2024-04-23T20:21:24.552Z] #109 13.18 Setting up thin-provisioning-tools (0.9.0-2) ... [2024-04-23T20:21:24.552Z] #109 13.19 Setting up libsystemd-shared:arm64 (252.22-1~deb12u1) ... [2024-04-23T20:21:24.552Z] #109 13.20 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ... [2024-04-23T20:21:24.552Z] #109 13.22 Setting up jq (1.6-2.1) ... [2024-04-23T20:21:24.552Z] #109 13.24 Setting up iptables (1.8.9-2) ... [2024-04-23T20:21:24.552Z] #109 13.25 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2024-04-23T20:21:24.552Z] #109 13.25 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2024-04-23T20:21:24.552Z] #109 13.34 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2024-04-23T20:21:24.807Z] #109 13.34 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2024-04-23T20:21:24.807Z] #109 13.35 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2024-04-23T20:21:24.807Z] #109 13.35 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2024-04-23T20:21:24.807Z] #109 13.36 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2024-04-23T20:21:24.807Z] #109 13.37 Setting up dmsetup (2:1.02.185-2) ... [2024-04-23T20:21:24.807Z] #109 13.39 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2024-04-23T20:21:24.807Z] #109 13.41 Setting up systemd (252.22-1~deb12u1) ... [2024-04-23T20:21:24.807Z] #109 13.46 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2024-04-23T20:21:24.807Z] #109 13.46 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2024-04-23T20:21:24.807Z] #109 13.47 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2024-04-23T20:21:24.807Z] #109 13.47 Initializing machine ID from random generator. [2024-04-23T20:21:24.807Z] #109 13.49 Creating group 'systemd-journal' with GID 998. [2024-04-23T20:21:24.807Z] #109 13.49 Creating group 'systemd-network' with GID 997. [2024-04-23T20:21:24.807Z] #109 13.49 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997. [2024-04-23T20:21:24.807Z] #109 13.54 Setting up systemd-journal-remote (252.22-1~deb12u1) ... [2024-04-23T20:21:24.807Z] #109 13.57 Creating group 'systemd-journal-remote' with GID 996. [2024-04-23T20:21:25.062Z] #109 13.57 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996. [2024-04-23T20:21:25.062Z] #109 13.59 Setting up xfsprogs (6.1.0-1) ... [2024-04-23T20:21:25.062Z] #109 13.61 System has not been booted with systemd as init system (PID 1). Can't operate. [2024-04-23T20:21:25.062Z] #109 13.61 Failed to connect to bus: Host is down [2024-04-23T20:21:25.062Z] #109 13.61 Processing triggers for libc-bin (2.36-9+deb12u4) ... [2024-04-23T20:21:26.943Z] #109 DONE 15.4s [2024-04-23T20:21:26.943Z] [2024-04-23T20:21:26.943Z] #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-23T20:21:26.943Z] #110 0.190 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2024-04-23T20:21:26.943Z] #110 0.193 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2024-04-23T20:21:26.943Z] #110 0.196 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2024-04-23T20:21:26.943Z] #110 DONE 0.2s [2024-04-23T20:21:26.943Z] [2024-04-23T20:21:26.943Z] #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-23T20:21:27.502Z] #111 0.551 Hit:1 http://deb.debian.org/debian bookworm InRelease [2024-04-23T20:21:27.502Z] #111 0.551 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease [2024-04-23T20:21:27.502Z] #111 0.551 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease [2024-04-23T20:21:28.425Z] #111 0.728 Reading package lists... [2024-04-23T20:21:28.984Z] #111 1.336 Reading package lists... [2024-04-23T20:21:28.984Z] #111 1.936 Building dependency tree... [2024-04-23T20:21:29.238Z] #111 2.106 Reading state information... [2024-04-23T20:21:29.238Z] #111 2.324 gcc is already the newest version (4:12.2.0-3). [2024-04-23T20:21:29.238Z] #111 2.324 pkg-config is already the newest version (1.8.1-1). [2024-04-23T20:21:29.238Z] #111 2.324 The following additional packages will be installed: [2024-04-23T20:21:29.492Z] #111 2.324 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev [2024-04-23T20:21:29.492Z] #111 2.324 libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin [2024-04-23T20:21:29.492Z] #111 2.325 libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev [2024-04-23T20:21:29.492Z] #111 2.325 libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 [2024-04-23T20:21:29.492Z] #111 2.326 libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2 [2024-04-23T20:21:29.492Z] #111 2.326 python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources [2024-04-23T20:21:29.492Z] #111 2.326 python3-yaml uuid-dev zlib1g-dev [2024-04-23T20:21:29.492Z] #111 2.328 Suggested packages: [2024-04-23T20:21:29.492Z] #111 2.328 debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev [2024-04-23T20:21:29.492Z] #111 2.328 libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools [2024-04-23T20:21:29.492Z] #111 2.328 Recommended packages: [2024-04-23T20:21:29.492Z] #111 2.328 build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl [2024-04-23T20:21:29.492Z] #111 2.328 liblocale-gettext-perl shared-mime-info xdg-user-dirs [2024-04-23T20:21:29.492Z] #111 2.589 The following NEW packages will be installed: [2024-04-23T20:21:29.747Z] #111 2.589 dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev [2024-04-23T20:21:29.747Z] #111 2.589 libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 [2024-04-23T20:21:29.747Z] #111 2.589 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin [2024-04-23T20:21:29.747Z] #111 2.590 libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev [2024-04-23T20:21:29.747Z] #111 2.590 libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev [2024-04-23T20:21:29.747Z] #111 2.590 libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev [2024-04-23T20:21:29.747Z] #111 2.590 libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec [2024-04-23T20:21:29.747Z] #111 2.591 python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev [2024-04-23T20:21:29.747Z] #111 2.868 0 upgraded, 37 newly installed, 0 to remove and 5 not upgraded. [2024-04-23T20:21:29.747Z] #111 2.868 Need to get 11.9 MB of archives. [2024-04-23T20:21:29.747Z] #111 2.868 After this operation, 53.1 MB of additional disk space will be used. [2024-04-23T20:21:29.747Z] #111 2.868 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB] [2024-04-23T20:21:30.001Z] #111 2.877 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB] [2024-04-23T20:21:30.001Z] #111 2.949 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB] [2024-04-23T20:21:30.001Z] #111 2.955 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB] [2024-04-23T20:21:30.001Z] #111 2.956 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB] [2024-04-23T20:21:30.001Z] #111 2.980 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB] [2024-04-23T20:21:30.001Z] #111 2.980 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB] [2024-04-23T20:21:30.001Z] #111 2.981 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB] [2024-04-23T20:21:30.001Z] #111 2.981 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB] [2024-04-23T20:21:30.001Z] #111 2.981 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-23T20:21:30.001Z] #111 2.982 Get:11 http://deb.debian.org/debian-security bookworm-security/main arm64 libblkid-dev arm64 2.38.1-5+deb12u1 [183 kB] [2024-04-23T20:21:30.001Z] #111 2.982 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB] [2024-04-23T20:21:30.001Z] #111 2.983 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB] [2024-04-23T20:21:30.001Z] #111 2.992 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB] [2024-04-23T20:21:30.001Z] #111 2.995 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB] [2024-04-23T20:21:30.001Z] #111 3.075 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB] [2024-04-23T20:21:30.001Z] #111 3.076 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB] [2024-04-23T20:21:30.001Z] #111 3.081 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB] [2024-04-23T20:21:30.001Z] #111 3.082 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB] [2024-04-23T20:21:30.001Z] #111 3.083 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB] [2024-04-23T20:21:30.001Z] #111 3.085 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB] [2024-04-23T20:21:30.001Z] #111 3.086 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB] [2024-04-23T20:21:30.001Z] #111 3.087 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB] [2024-04-23T20:21:30.001Z] #111 3.087 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB] [2024-04-23T20:21:30.001Z] #111 3.114 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB] [2024-04-23T20:21:30.002Z] #111 3.115 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-23T20:21:30.002Z] #111 3.115 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB] [2024-04-23T20:21:30.002Z] #111 3.178 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB] [2024-04-23T20:21:30.002Z] #111 3.228 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB] [2024-04-23T20:21:30.256Z] #111 3.229 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB] [2024-04-23T20:21:30.256Z] #111 3.256 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB] [2024-04-23T20:21:30.256Z] #111 3.258 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB] [2024-04-23T20:21:30.256Z] #111 3.258 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB] [2024-04-23T20:21:30.256Z] #111 3.259 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB] [2024-04-23T20:21:30.256Z] #111 3.259 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB] [2024-04-23T20:21:30.256Z] #111 3.262 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB] [2024-04-23T20:21:30.256Z] #111 3.262 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB] [2024-04-23T20:21:30.510Z] #111 3.555 debconf: delaying package configuration, since apt-utils is not installed [2024-04-23T20:21:30.510Z] #111 3.598 Fetched 11.9 MB in 1s (17.3 MB/s) [2024-04-23T20:21:30.510Z] #111 3.620 Selecting previously unselected package libdpkg-perl. [2024-04-23T20:21:30.510Z] #111 3.620 (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-23T20:21:30.510Z] #111 3.632 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ... [2024-04-23T20:21:30.510Z] #111 3.637 Unpacking libdpkg-perl (1.21.22) ... [2024-04-23T20:21:30.510Z] #111 3.716 Selecting previously unselected package dpkg-dev. [2024-04-23T20:21:30.765Z] #111 3.718 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ... [2024-04-23T20:21:30.765Z] #111 3.724 Unpacking dpkg-dev (1.21.22) ... [2024-04-23T20:21:30.765Z] #111 3.848 Selecting previously unselected package libglib2.0-0:arm64. [2024-04-23T20:21:30.765Z] #111 3.851 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ... [2024-04-23T20:21:30.765Z] #111 3.860 Unpacking libglib2.0-0:arm64 (2.74.6-2) ... [2024-04-23T20:21:30.765Z] #111 3.985 Selecting previously unselected package libgirepository-1.0-1:arm64. [2024-04-23T20:21:31.019Z] #111 3.988 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ... [2024-04-23T20:21:31.019Z] #111 3.993 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ... [2024-04-23T20:21:31.019Z] #111 4.030 Selecting previously unselected package gir1.2-glib-2.0:arm64. [2024-04-23T20:21:31.019Z] #111 4.033 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ... [2024-04-23T20:21:31.019Z] #111 4.037 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ... [2024-04-23T20:21:31.019Z] #111 4.079 Selecting previously unselected package libsecret-common. [2024-04-23T20:21:31.019Z] #111 4.081 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ... [2024-04-23T20:21:31.019Z] #111 4.089 Unpacking libsecret-common (0.20.5-3) ... [2024-04-23T20:21:31.019Z] #111 4.151 Selecting previously unselected package libsecret-1-0:arm64. [2024-04-23T20:21:31.019Z] #111 4.153 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ... [2024-04-23T20:21:31.019Z] #111 4.157 Unpacking libsecret-1-0:arm64 (0.20.5-3) ... [2024-04-23T20:21:31.019Z] #111 4.189 Selecting previously unselected package gir1.2-secret-1:arm64. [2024-04-23T20:21:31.274Z] #111 4.192 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ... [2024-04-23T20:21:31.274Z] #111 4.197 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ... [2024-04-23T20:21:31.274Z] #111 4.226 Selecting previously unselected package libapparmor-dev:arm64. [2024-04-23T20:21:31.274Z] #111 4.228 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ... [2024-04-23T20:21:31.274Z] #111 4.233 Unpacking libapparmor-dev:arm64 (3.0.8-3) ... [2024-04-23T20:21:31.274Z] #111 4.280 Selecting previously unselected package uuid-dev:arm64. [2024-04-23T20:21:31.274Z] #111 4.282 Preparing to unpack .../09-uuid-dev_2.38.1-5+deb12u1_arm64.deb ... [2024-04-23T20:21:31.274Z] #111 4.293 Unpacking uuid-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-23T20:21:31.274Z] #111 4.331 Selecting previously unselected package libblkid-dev:arm64. [2024-04-23T20:21:31.274Z] #111 4.333 Preparing to unpack .../10-libblkid-dev_2.38.1-5+deb12u1_arm64.deb ... [2024-04-23T20:21:31.274Z] #111 4.337 Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-23T20:21:31.274Z] #111 4.383 Selecting previously unselected package libffi-dev:arm64. [2024-04-23T20:21:31.274Z] #111 4.385 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ... [2024-04-23T20:21:31.274Z] #111 4.389 Unpacking libffi-dev:arm64 (3.4.4-1) ... [2024-04-23T20:21:31.274Z] #111 4.433 Selecting previously unselected package libgpg-error-dev. [2024-04-23T20:21:31.528Z] #111 4.436 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ... [2024-04-23T20:21:31.528Z] #111 4.439 Unpacking libgpg-error-dev (1.46-1) ... [2024-04-23T20:21:31.528Z] #111 4.481 Selecting previously unselected package libgcrypt20-dev. [2024-04-23T20:21:31.528Z] #111 4.483 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ... [2024-04-23T20:21:31.528Z] #111 4.487 Unpacking libgcrypt20-dev (1.10.1-3) ... [2024-04-23T20:21:31.528Z] #111 4.564 Selecting previously unselected package libglib2.0-data. [2024-04-23T20:21:31.528Z] #111 4.566 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ... [2024-04-23T20:21:31.528Z] #111 4.572 Unpacking libglib2.0-data (2.74.6-2) ... [2024-04-23T20:21:31.528Z] #111 4.714 Selecting previously unselected package libglib2.0-bin. [2024-04-23T20:21:31.782Z] #111 4.716 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ... [2024-04-23T20:21:31.782Z] #111 4.723 Unpacking libglib2.0-bin (2.74.6-2) ... [2024-04-23T20:21:31.782Z] #111 4.762 Selecting previously unselected package python3-lib2to3. [2024-04-23T20:21:31.782Z] #111 4.764 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ... [2024-04-23T20:21:31.782Z] #111 4.768 Unpacking python3-lib2to3 (3.11.2-3) ... [2024-04-23T20:21:31.782Z] #111 4.822 Selecting previously unselected package python3-distutils. [2024-04-23T20:21:31.782Z] #111 4.824 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ... [2024-04-23T20:21:31.782Z] #111 4.829 Unpacking python3-distutils (3.11.2-3) ... [2024-04-23T20:21:31.782Z] #111 4.870 Selecting previously unselected package libglib2.0-dev-bin. [2024-04-23T20:21:31.782Z] #111 4.873 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ... [2024-04-23T20:21:31.782Z] #111 4.876 Unpacking libglib2.0-dev-bin (2.74.6-2) ... [2024-04-23T20:21:31.782Z] #111 4.924 Selecting previously unselected package libsepol-dev:arm64. [2024-04-23T20:21:32.037Z] #111 4.926 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ... [2024-04-23T20:21:32.037Z] #111 4.933 Unpacking libsepol-dev:arm64 (3.4-2.1) ... [2024-04-23T20:21:32.037Z] #111 5.000 Selecting previously unselected package libpcre2-16-0:arm64. [2024-04-23T20:21:32.037Z] #111 5.002 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ... [2024-04-23T20:21:32.037Z] #111 5.006 Unpacking libpcre2-16-0:arm64 (10.42-1) ... [2024-04-23T20:21:32.037Z] #111 5.057 Selecting previously unselected package libpcre2-32-0:arm64. [2024-04-23T20:21:32.037Z] #111 5.059 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ... [2024-04-23T20:21:32.037Z] #111 5.065 Unpacking libpcre2-32-0:arm64 (10.42-1) ... [2024-04-23T20:21:32.037Z] #111 5.119 Selecting previously unselected package libpcre2-posix3:arm64. [2024-04-23T20:21:32.037Z] #111 5.121 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ... [2024-04-23T20:21:32.037Z] #111 5.125 Unpacking libpcre2-posix3:arm64 (10.42-1) ... [2024-04-23T20:21:32.037Z] #111 5.155 Selecting previously unselected package libpcre2-dev:arm64. [2024-04-23T20:21:32.037Z] #111 5.158 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ... [2024-04-23T20:21:32.291Z] #111 5.162 Unpacking libpcre2-dev:arm64 (10.42-1) ... [2024-04-23T20:21:32.291Z] #111 5.240 Selecting previously unselected package libselinux1-dev:arm64. [2024-04-23T20:21:32.291Z] #111 5.242 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ... [2024-04-23T20:21:32.291Z] #111 5.246 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ... [2024-04-23T20:21:32.291Z] #111 5.304 Selecting previously unselected package libmount-dev:arm64. [2024-04-23T20:21:32.291Z] #111 5.307 Preparing to unpack .../25-libmount-dev_2.38.1-5+deb12u1_arm64.deb ... [2024-04-23T20:21:32.291Z] #111 5.310 Unpacking libmount-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-23T20:21:32.291Z] #111 5.348 Selecting previously unselected package zlib1g-dev:arm64. [2024-04-23T20:21:32.291Z] #111 5.351 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ... [2024-04-23T20:21:32.291Z] #111 5.361 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... [2024-04-23T20:21:32.291Z] #111 5.417 Selecting previously unselected package libglib2.0-dev:arm64. [2024-04-23T20:21:32.546Z] #111 5.419 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ... [2024-04-23T20:21:32.546Z] #111 5.423 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ... [2024-04-23T20:21:32.546Z] #111 5.598 Selecting previously unselected package libseccomp-dev:arm64. [2024-04-23T20:21:32.546Z] #111 5.600 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ... [2024-04-23T20:21:32.546Z] #111 5.606 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ... [2024-04-23T20:21:32.546Z] #111 5.649 Selecting previously unselected package libsecret-1-dev:arm64. [2024-04-23T20:21:32.546Z] #111 5.651 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ... [2024-04-23T20:21:32.546Z] #111 5.656 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ... [2024-04-23T20:21:32.546Z] #111 5.735 Selecting previously unselected package libsystemd-dev:arm64. [2024-04-23T20:21:32.801Z] #111 5.738 Preparing to unpack .../30-libsystemd-dev_252.22-1~deb12u1_arm64.deb ... [2024-04-23T20:21:32.801Z] #111 5.744 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ... [2024-04-23T20:21:32.801Z] #111 5.843 Selecting previously unselected package libudev-dev:arm64. [2024-04-23T20:21:32.801Z] #111 5.845 Preparing to unpack .../31-libudev-dev_252.22-1~deb12u1_arm64.deb ... [2024-04-23T20:21:32.801Z] #111 5.849 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ... [2024-04-23T20:21:32.801Z] #111 5.898 Selecting previously unselected package libyaml-0-2:arm64. [2024-04-23T20:21:32.801Z] #111 5.901 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ... [2024-04-23T20:21:32.801Z] #111 5.909 Unpacking libyaml-0-2:arm64 (0.2.5-1) ... [2024-04-23T20:21:32.801Z] #111 5.950 Selecting previously unselected package python3-pathspec. [2024-04-23T20:21:33.055Z] #111 5.953 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ... [2024-04-23T20:21:33.055Z] #111 5.956 Unpacking python3-pathspec (0.11.0-1) ... [2024-04-23T20:21:33.055Z] #111 5.991 Selecting previously unselected package python3-pkg-resources. [2024-04-23T20:21:33.055Z] #111 5.994 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ... [2024-04-23T20:21:33.055Z] #111 6.001 Unpacking python3-pkg-resources (66.1.1-1) ... [2024-04-23T20:21:33.055Z] #111 6.067 Selecting previously unselected package python3-yaml. [2024-04-23T20:21:33.055Z] #111 6.069 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ... [2024-04-23T20:21:33.055Z] #111 6.073 Unpacking python3-yaml (6.0-3+b2) ... [2024-04-23T20:21:33.055Z] #111 6.116 Selecting previously unselected package yamllint. [2024-04-23T20:21:33.055Z] #111 6.118 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ... [2024-04-23T20:21:33.055Z] #111 6.124 Unpacking yamllint (1.29.0-1) ... [2024-04-23T20:21:33.310Z] #111 6.378 Setting up python3-pkg-resources (66.1.1-1) ... [2024-04-23T20:21:33.564Z] #111 6.638 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ... [2024-04-23T20:21:33.818Z] #111 6.653 Setting up libyaml-0-2:arm64 (0.2.5-1) ... [2024-04-23T20:21:33.818Z] #111 6.666 Setting up libglib2.0-0:arm64 (2.74.6-2) ... [2024-04-23T20:21:33.818Z] #111 6.677 No schema files found: doing nothing. [2024-04-23T20:21:33.818Z] #111 6.685 Setting up python3-yaml (6.0-3+b2) ... [2024-04-23T20:21:33.818Z] #111 6.838 Setting up libffi-dev:arm64 (3.4.4-1) ... [2024-04-23T20:21:33.818Z] #111 6.848 Setting up libpcre2-16-0:arm64 (10.42-1) ... [2024-04-23T20:21:33.819Z] #111 6.863 Setting up libpcre2-32-0:arm64 (10.42-1) ... [2024-04-23T20:21:33.819Z] #111 6.875 Setting up libglib2.0-data (2.74.6-2) ... [2024-04-23T20:21:33.819Z] #111 6.885 Setting up libgpg-error-dev (1.46-1) ... [2024-04-23T20:21:33.819Z] #111 6.896 Setting up uuid-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-23T20:21:33.819Z] #111 6.915 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ... [2024-04-23T20:21:33.819Z] #111 6.929 Setting up libsepol-dev:arm64 (3.4-2.1) ... [2024-04-23T20:21:33.819Z] #111 6.947 Setting up libdpkg-perl (1.21.22) ... [2024-04-23T20:21:34.073Z] #111 6.958 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... [2024-04-23T20:21:34.073Z] #111 6.970 Setting up libpcre2-posix3:arm64 (10.42-1) ... [2024-04-23T20:21:34.073Z] #111 6.981 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ... [2024-04-23T20:21:34.073Z] #111 6.995 Setting up libapparmor-dev:arm64 (3.0.8-3) ... [2024-04-23T20:21:34.073Z] #111 7.023 Setting up python3-pathspec (0.11.0-1) ... [2024-04-23T20:21:34.073Z] #111 7.155 Setting up python3-lib2to3 (3.11.2-3) ... [2024-04-23T20:21:34.073Z] #111 7.265 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ... [2024-04-23T20:21:34.327Z] #111 7.285 Setting up libsecret-common (0.20.5-3) ... [2024-04-23T20:21:34.327Z] #111 7.301 Setting up python3-distutils (3.11.2-3) ... [2024-04-23T20:21:34.327Z] #111 7.434 Setting up libglib2.0-dev-bin (2.74.6-2) ... [2024-04-23T20:21:34.581Z] #111 7.585 Setting up libblkid-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-23T20:21:34.836Z] #111 7.597 Setting up libpcre2-dev:arm64 (10.42-1) ... [2024-04-23T20:21:34.836Z] #111 7.615 Setting up libselinux1-dev:arm64 (3.4-1+b6) ... [2024-04-23T20:21:34.836Z] #111 7.628 Setting up libglib2.0-bin (2.74.6-2) ... [2024-04-23T20:21:34.836Z] #111 7.642 Setting up dpkg-dev (1.21.22) ... [2024-04-23T20:21:34.836Z] #111 7.661 Setting up libsecret-1-0:arm64 (0.20.5-3) ... [2024-04-23T20:21:34.836Z] #111 7.672 Setting up yamllint (1.29.0-1) ... [2024-04-23T20:21:34.836Z] #111 7.813 Setting up libgcrypt20-dev (1.10.1-3) ... [2024-04-23T20:21:34.836Z] #111 7.826 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ... [2024-04-23T20:21:34.836Z] #111 7.838 Setting up libmount-dev:arm64 (2.38.1-5+deb12u1) ... [2024-04-23T20:21:34.836Z] #111 7.863 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ... [2024-04-23T20:21:34.836Z] #111 7.875 Setting up libglib2.0-dev:arm64 (2.74.6-2) ... [2024-04-23T20:21:34.836Z] #111 7.885 Setting up libsecret-1-dev:arm64 (0.20.5-3) ... [2024-04-23T20:21:34.836Z] #111 7.896 Processing triggers for libc-bin (2.36-9+deb12u4) ... [2024-04-23T20:21:35.394Z] #111 DONE 8.4s [2024-04-23T20:21:35.394Z] [2024-04-23T20:21:35.394Z] #112 [dev-base 11/12] COPY --link --from=dockercli /build/ /usr/local/cli [2024-04-23T20:21:36.753Z] #112 DONE 1.4s [2024-04-23T20:21:36.753Z] [2024-04-23T20:21:36.753Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration [2024-04-23T20:21:37.008Z] #113 DONE 0.4s [2024-04-23T20:21:37.262Z] [2024-04-23T20:21:37.262Z] #114 [dev 1/1] COPY --link . . [2024-04-23T20:21:40.518Z] #114 DONE 3.1s [2024-04-23T20:21:40.518Z] [2024-04-23T20:21:40.518Z] #115 exporting to image [2024-04-23T20:21:40.518Z] #115 exporting layers [2024-04-23T20:21:41.441Z] #115 exporting layers 1.1s done [2024-04-23T20:21:41.441Z] #115 writing image sha256:05044d168c8d74e70d8f128f0c36fefb8f476af1e34f506ee0f58b379f377ef3 done [2024-04-23T20:21:41.441Z] #115 naming to docker.io/library/docker:5beae56515ee0007fc4788045e4fc590bb7d87cb done [2024-04-23T20:21:41.441Z] #115 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2024-04-23T20:21:41.728Z] + sudo modprobe ip6table_filter [Pipeline] sh [2024-04-23T20:21:42.079Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_25.0/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr76 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5beae56515ee0007fc4788045e4fc590bb7d87cb -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:5beae56515ee0007fc4788045e4fc590bb7d87cb hack/test/unit [2024-04-23T20:21:42.333Z] + BUILDFLAGS=(-tags 'netgo journald') [2024-04-23T20:21:42.333Z] + TESTFLAGS+=' -test.timeout=5m' [2024-04-23T20:21:42.333Z] + TESTDIRS=./... [2024-04-23T20:21:42.333Z] + exclude_paths='/vendor/|/integration' [2024-04-23T20:21:42.333Z] ++ go list ./... [2024-04-23T20:21:42.333Z] ++ grep -vE '(/vendor/|/integration)' [2024-04-23T20:21:42.894Z] + pkg_list='github.com/docker/docker/api [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/backend/build [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/httputils [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/middleware [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/build [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/container [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/debug [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/image [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/network [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/session [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/system [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/server/router/volume [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/backend [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/container [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/events [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/filters [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/image [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/mount [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/network [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/registry [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/strslice [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/swarm [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/system [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/time [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/versions [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/versions/v1p19 [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/versions/v1p20 [2024-04-23T20:21:42.894Z] github.com/docker/docker/api/types/volume [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/builder-next [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/dockerfile [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/remotecontext [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T20:21:42.894Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T20:21:42.894Z] github.com/docker/docker/cli/debug [2024-04-23T20:21:42.894Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T20:21:42.894Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T20:21:42.894Z] github.com/docker/docker/client [2024-04-23T20:21:42.894Z] github.com/docker/docker/client/buildkit [2024-04-23T20:21:42.894Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T20:21:42.894Z] github.com/docker/docker/cmd/dockerd [2024-04-23T20:21:42.894Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T20:21:42.894Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T20:21:42.894Z] github.com/docker/docker/container [2024-04-23T20:21:42.894Z] github.com/docker/docker/container/stream [2024-04-23T20:21:42.894Z] github.com/docker/docker/contrib/apparmor [2024-04-23T20:21:42.894Z] github.com/docker/docker/contrib/httpserver [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/cluster [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/config [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/containerd [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/events [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/images [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/initlayer [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/links [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/listeners [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/local [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/names [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/network [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T20:21:42.894Z] github.com/docker/docker/daemon/stats [2024-04-23T20:21:42.894Z] github.com/docker/docker/distribution [2024-04-23T20:21:42.894Z] github.com/docker/docker/distribution/metadata [2024-04-23T20:21:42.894Z] github.com/docker/docker/distribution/utils [2024-04-23T20:21:42.894Z] github.com/docker/docker/distribution/xfer [2024-04-23T20:21:42.894Z] github.com/docker/docker/dockerversion [2024-04-23T20:21:42.894Z] github.com/docker/docker/errdefs [2024-04-23T20:21:42.894Z] github.com/docker/docker/image [2024-04-23T20:21:42.894Z] github.com/docker/docker/image/cache [2024-04-23T20:21:42.894Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T20:21:42.894Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T20:21:42.894Z] github.com/docker/docker/image/tarexport [2024-04-23T20:21:42.894Z] github.com/docker/docker/image/v1 [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/compatcontext [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/mod [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/mounttree [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/multierror [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/sliceutil [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/test/suite [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/testutils [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T20:21:42.894Z] github.com/docker/docker/internal/unshare [2024-04-23T20:21:42.894Z] github.com/docker/docker/layer [2024-04-23T20:21:42.894Z] github.com/docker/docker/libcontainerd [2024-04-23T20:21:42.894Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T20:21:42.894Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T20:21:42.894Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T20:21:42.894Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T20:21:42.894Z] github.com/docker/docker/libcontainerd/types [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/config [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/ns [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/options [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/osl [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/scope [2024-04-23T20:21:42.894Z] github.com/docker/docker/libnetwork/types [2024-04-23T20:21:42.894Z] github.com/docker/docker/oci [2024-04-23T20:21:42.894Z] github.com/docker/docker/oci/caps [2024-04-23T20:21:42.894Z] github.com/docker/docker/opts [2024-04-23T20:21:42.894Z] github.com/docker/docker/pkg/archive [2024-04-23T20:21:42.894Z] github.com/docker/docker/pkg/authorization [2024-04-23T20:21:42.894Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T20:21:42.894Z] github.com/docker/docker/pkg/capabilities [2024-04-23T20:21:42.894Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T20:21:42.894Z] github.com/docker/docker/pkg/containerfs [2024-04-23T20:21:42.894Z] github.com/docker/docker/pkg/directory [2024-04-23T20:21:42.894Z] github.com/docker/docker/pkg/dmesg [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/fileutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/homedir [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/idtools [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/ioutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/longpath [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/loopback [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/meminfo [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/parsers [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/pidfile [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/platform [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugins [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/pools [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/process [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/progress [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/reexec [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/rootless [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/stack [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/stringid [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/system [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/tailfile [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/tarsum [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/useragent [2024-04-23T20:21:42.895Z] github.com/docker/docker/plugin [2024-04-23T20:21:42.895Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T20:21:42.895Z] github.com/docker/docker/plugin/v2 [2024-04-23T20:21:42.895Z] github.com/docker/docker/profiles/apparmor [2024-04-23T20:21:42.895Z] github.com/docker/docker/profiles/seccomp [2024-04-23T20:21:42.895Z] github.com/docker/docker/quota [2024-04-23T20:21:42.895Z] github.com/docker/docker/reference [2024-04-23T20:21:42.895Z] github.com/docker/docker/registry [2024-04-23T20:21:42.895Z] github.com/docker/docker/registry/resumable [2024-04-23T20:21:42.895Z] github.com/docker/docker/restartmanager [2024-04-23T20:21:42.895Z] github.com/docker/docker/runconfig [2024-04-23T20:21:42.895Z] github.com/docker/docker/runconfig/opts [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/daemon [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/environment [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fakegit [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/registry [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/request [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/drivers [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/local [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/mounts [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/service [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/service/opts [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/testutils' [2024-04-23T20:21:42.895Z] ++ grep --fixed-strings -v /libnetwork [2024-04-23T20:21:42.895Z] ++ echo 'github.com/docker/docker/api [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/backend/build [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/httputils [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/middleware [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/build [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/container [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/debug [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/image [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/network [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/session [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/system [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/volume [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/backend [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/container [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/events [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/filters [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/image [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/mount [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/network [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/registry [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/strslice [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/swarm [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/system [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/time [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/versions [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/versions/v1p19 [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/versions/v1p20 [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/volume [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/dockerfile [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/remotecontext [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T20:21:42.895Z] github.com/docker/docker/cli/debug [2024-04-23T20:21:42.895Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T20:21:42.895Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T20:21:42.895Z] github.com/docker/docker/client [2024-04-23T20:21:42.895Z] github.com/docker/docker/client/buildkit [2024-04-23T20:21:42.895Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T20:21:42.895Z] github.com/docker/docker/cmd/dockerd [2024-04-23T20:21:42.895Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T20:21:42.895Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T20:21:42.895Z] github.com/docker/docker/container [2024-04-23T20:21:42.895Z] github.com/docker/docker/container/stream [2024-04-23T20:21:42.895Z] github.com/docker/docker/contrib/apparmor [2024-04-23T20:21:42.895Z] github.com/docker/docker/contrib/httpserver [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/config [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/containerd [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/events [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/images [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/initlayer [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/links [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/listeners [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/local [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/names [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/network [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/stats [2024-04-23T20:21:42.895Z] github.com/docker/docker/distribution [2024-04-23T20:21:42.895Z] github.com/docker/docker/distribution/metadata [2024-04-23T20:21:42.895Z] github.com/docker/docker/distribution/utils [2024-04-23T20:21:42.895Z] github.com/docker/docker/distribution/xfer [2024-04-23T20:21:42.895Z] github.com/docker/docker/dockerversion [2024-04-23T20:21:42.895Z] github.com/docker/docker/errdefs [2024-04-23T20:21:42.895Z] github.com/docker/docker/image [2024-04-23T20:21:42.895Z] github.com/docker/docker/image/cache [2024-04-23T20:21:42.895Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T20:21:42.895Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T20:21:42.895Z] github.com/docker/docker/image/tarexport [2024-04-23T20:21:42.895Z] github.com/docker/docker/image/v1 [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/compatcontext [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/mod [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/mounttree [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/multierror [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/sliceutil [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/test/suite [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/testutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/unshare [2024-04-23T20:21:42.895Z] github.com/docker/docker/layer [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd/types [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/config [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/ns [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/options [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/osl [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/scope [2024-04-23T20:21:42.895Z] github.com/docker/docker/libnetwork/types [2024-04-23T20:21:42.895Z] github.com/docker/docker/oci [2024-04-23T20:21:42.895Z] github.com/docker/docker/oci/caps [2024-04-23T20:21:42.895Z] github.com/docker/docker/opts [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/archive [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/authorization [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/capabilities [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/containerfs [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/directory [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/dmesg [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/fileutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/homedir [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/idtools [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/ioutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/longpath [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/loopback [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/meminfo [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/parsers [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/pidfile [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/platform [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugins [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/pools [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/process [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/progress [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/reexec [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/rootless [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/stack [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/stringid [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/system [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/tailfile [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/tarsum [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/useragent [2024-04-23T20:21:42.895Z] github.com/docker/docker/plugin [2024-04-23T20:21:42.895Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T20:21:42.895Z] github.com/docker/docker/plugin/v2 [2024-04-23T20:21:42.895Z] github.com/docker/docker/profiles/apparmor [2024-04-23T20:21:42.895Z] github.com/docker/docker/profiles/seccomp [2024-04-23T20:21:42.895Z] github.com/docker/docker/quota [2024-04-23T20:21:42.895Z] github.com/docker/docker/reference [2024-04-23T20:21:42.895Z] github.com/docker/docker/registry [2024-04-23T20:21:42.895Z] github.com/docker/docker/registry/resumable [2024-04-23T20:21:42.895Z] github.com/docker/docker/restartmanager [2024-04-23T20:21:42.895Z] github.com/docker/docker/runconfig [2024-04-23T20:21:42.895Z] github.com/docker/docker/runconfig/opts [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/daemon [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/environment [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fakegit [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/registry [2024-04-23T20:21:42.895Z] github.com/docker/docker/testutil/request [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/drivers [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/local [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/mounts [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/service [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/service/opts [2024-04-23T20:21:42.895Z] github.com/docker/docker/volume/testutils' [2024-04-23T20:21:42.895Z] + base_pkg_list='github.com/docker/docker/api [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/backend/build [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/httputils [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/middleware [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/build [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/container [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/debug [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/image [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/network [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/session [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/system [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/server/router/volume [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/backend [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/container [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/events [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/filters [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/image [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/mount [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/network [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/registry [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/strslice [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/swarm [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/system [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/time [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/versions [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/versions/v1p19 [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/versions/v1p20 [2024-04-23T20:21:42.895Z] github.com/docker/docker/api/types/volume [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/dockerfile [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/remotecontext [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T20:21:42.895Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T20:21:42.895Z] github.com/docker/docker/cli/debug [2024-04-23T20:21:42.895Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T20:21:42.895Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T20:21:42.895Z] github.com/docker/docker/client [2024-04-23T20:21:42.895Z] github.com/docker/docker/client/buildkit [2024-04-23T20:21:42.895Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T20:21:42.895Z] github.com/docker/docker/cmd/dockerd [2024-04-23T20:21:42.895Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T20:21:42.895Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T20:21:42.895Z] github.com/docker/docker/container [2024-04-23T20:21:42.895Z] github.com/docker/docker/container/stream [2024-04-23T20:21:42.895Z] github.com/docker/docker/contrib/apparmor [2024-04-23T20:21:42.895Z] github.com/docker/docker/contrib/httpserver [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/config [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/containerd [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/events [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/images [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/initlayer [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/links [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/listeners [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/local [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/names [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/network [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T20:21:42.895Z] github.com/docker/docker/daemon/stats [2024-04-23T20:21:42.895Z] github.com/docker/docker/distribution [2024-04-23T20:21:42.895Z] github.com/docker/docker/distribution/metadata [2024-04-23T20:21:42.895Z] github.com/docker/docker/distribution/utils [2024-04-23T20:21:42.895Z] github.com/docker/docker/distribution/xfer [2024-04-23T20:21:42.895Z] github.com/docker/docker/dockerversion [2024-04-23T20:21:42.895Z] github.com/docker/docker/errdefs [2024-04-23T20:21:42.895Z] github.com/docker/docker/image [2024-04-23T20:21:42.895Z] github.com/docker/docker/image/cache [2024-04-23T20:21:42.895Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T20:21:42.895Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T20:21:42.895Z] github.com/docker/docker/image/tarexport [2024-04-23T20:21:42.895Z] github.com/docker/docker/image/v1 [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/compatcontext [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/mod [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/mounttree [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/multierror [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/sliceutil [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/test/suite [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/testutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T20:21:42.895Z] github.com/docker/docker/internal/unshare [2024-04-23T20:21:42.895Z] github.com/docker/docker/layer [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T20:21:42.895Z] github.com/docker/docker/libcontainerd/types [2024-04-23T20:21:42.895Z] github.com/docker/docker/oci [2024-04-23T20:21:42.895Z] github.com/docker/docker/oci/caps [2024-04-23T20:21:42.895Z] github.com/docker/docker/opts [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/archive [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/authorization [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/capabilities [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/containerfs [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/directory [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/dmesg [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/fileutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/homedir [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/idtools [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/ioutils [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/longpath [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/loopback [2024-04-23T20:21:42.895Z] github.com/docker/docker/pkg/meminfo [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/parsers [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/pidfile [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/platform [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugins [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/pools [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/process [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/progress [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/reexec [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/rootless [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/stack [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/stringid [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/system [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/tailfile [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/tarsum [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/useragent [2024-04-23T20:21:42.896Z] github.com/docker/docker/plugin [2024-04-23T20:21:42.896Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T20:21:42.896Z] github.com/docker/docker/plugin/v2 [2024-04-23T20:21:42.896Z] github.com/docker/docker/profiles/apparmor [2024-04-23T20:21:42.896Z] github.com/docker/docker/profiles/seccomp [2024-04-23T20:21:42.896Z] github.com/docker/docker/quota [2024-04-23T20:21:42.896Z] github.com/docker/docker/reference [2024-04-23T20:21:42.896Z] github.com/docker/docker/registry [2024-04-23T20:21:42.896Z] github.com/docker/docker/registry/resumable [2024-04-23T20:21:42.896Z] github.com/docker/docker/restartmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/runconfig [2024-04-23T20:21:42.896Z] github.com/docker/docker/runconfig/opts [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/daemon [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/environment [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fakegit [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/registry [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/request [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/drivers [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/local [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/mounts [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/service [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/service/opts [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/testutils' [2024-04-23T20:21:42.896Z] ++ grep --fixed-strings /libnetwork [2024-04-23T20:21:42.896Z] ++ echo 'github.com/docker/docker/api [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/backend/build [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/httputils [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/middleware [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/build [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/container [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/debug [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/image [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/network [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/session [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/system [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/server/router/volume [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/backend [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/container [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/events [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/filters [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/image [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/mount [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/network [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/registry [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/strslice [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/swarm [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/system [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/time [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/versions [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/versions/v1p19 [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/versions/v1p20 [2024-04-23T20:21:42.896Z] github.com/docker/docker/api/types/volume [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/builder-next [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/dockerfile [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/remotecontext [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T20:21:42.896Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T20:21:42.896Z] github.com/docker/docker/cli/debug [2024-04-23T20:21:42.896Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T20:21:42.896Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T20:21:42.896Z] github.com/docker/docker/client [2024-04-23T20:21:42.896Z] github.com/docker/docker/client/buildkit [2024-04-23T20:21:42.896Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T20:21:42.896Z] github.com/docker/docker/cmd/dockerd [2024-04-23T20:21:42.896Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T20:21:42.896Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T20:21:42.896Z] github.com/docker/docker/container [2024-04-23T20:21:42.896Z] github.com/docker/docker/container/stream [2024-04-23T20:21:42.896Z] github.com/docker/docker/contrib/apparmor [2024-04-23T20:21:42.896Z] github.com/docker/docker/contrib/httpserver [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/cluster [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/config [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/containerd [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/events [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/images [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/initlayer [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/links [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/listeners [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/local [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/names [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/network [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T20:21:42.896Z] github.com/docker/docker/daemon/stats [2024-04-23T20:21:42.896Z] github.com/docker/docker/distribution [2024-04-23T20:21:42.896Z] github.com/docker/docker/distribution/metadata [2024-04-23T20:21:42.896Z] github.com/docker/docker/distribution/utils [2024-04-23T20:21:42.896Z] github.com/docker/docker/distribution/xfer [2024-04-23T20:21:42.896Z] github.com/docker/docker/dockerversion [2024-04-23T20:21:42.896Z] github.com/docker/docker/errdefs [2024-04-23T20:21:42.896Z] github.com/docker/docker/image [2024-04-23T20:21:42.896Z] github.com/docker/docker/image/cache [2024-04-23T20:21:42.896Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T20:21:42.896Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T20:21:42.896Z] github.com/docker/docker/image/tarexport [2024-04-23T20:21:42.896Z] github.com/docker/docker/image/v1 [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/compatcontext [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/mod [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/mounttree [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/multierror [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/sliceutil [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/test/suite [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/testutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T20:21:42.896Z] github.com/docker/docker/internal/unshare [2024-04-23T20:21:42.896Z] github.com/docker/docker/layer [2024-04-23T20:21:42.896Z] github.com/docker/docker/libcontainerd [2024-04-23T20:21:42.896Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T20:21:42.896Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T20:21:42.896Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T20:21:42.896Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T20:21:42.896Z] github.com/docker/docker/libcontainerd/types [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/config [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ns [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/options [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/osl [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/scope [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/types [2024-04-23T20:21:42.896Z] github.com/docker/docker/oci [2024-04-23T20:21:42.896Z] github.com/docker/docker/oci/caps [2024-04-23T20:21:42.896Z] github.com/docker/docker/opts [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/archive [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/authorization [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/capabilities [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/containerfs [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/directory [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/dmesg [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/fileutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/homedir [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/idtools [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/ioutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/longpath [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/loopback [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/meminfo [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/parsers [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/pidfile [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/platform [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugins [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/pools [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/process [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/progress [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/reexec [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/rootless [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/stack [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/stringid [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/system [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/tailfile [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/tarsum [2024-04-23T20:21:42.896Z] github.com/docker/docker/pkg/useragent [2024-04-23T20:21:42.896Z] github.com/docker/docker/plugin [2024-04-23T20:21:42.896Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T20:21:42.896Z] github.com/docker/docker/plugin/v2 [2024-04-23T20:21:42.896Z] github.com/docker/docker/profiles/apparmor [2024-04-23T20:21:42.896Z] github.com/docker/docker/profiles/seccomp [2024-04-23T20:21:42.896Z] github.com/docker/docker/quota [2024-04-23T20:21:42.896Z] github.com/docker/docker/reference [2024-04-23T20:21:42.896Z] github.com/docker/docker/registry [2024-04-23T20:21:42.896Z] github.com/docker/docker/registry/resumable [2024-04-23T20:21:42.896Z] github.com/docker/docker/restartmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/runconfig [2024-04-23T20:21:42.896Z] github.com/docker/docker/runconfig/opts [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/daemon [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/environment [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fakegit [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/registry [2024-04-23T20:21:42.896Z] github.com/docker/docker/testutil/request [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/drivers [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/local [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/mounts [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/service [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/service/opts [2024-04-23T20:21:42.896Z] github.com/docker/docker/volume/testutils' [2024-04-23T20:21:42.896Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/config [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ns [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/options [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/osl [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/scope [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/types' [2024-04-23T20:21:42.896Z] + echo 'github.com/docker/docker/libnetwork [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/config [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T20:21:42.896Z] git+ grep --fixed-strings libnetwork/drivers/bridge [2024-04-23T20:21:42.896Z] hub.com/docker/docker/libnetwork/ipams/remote [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/ns [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/options [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/osl [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/scope [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/types' [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T20:21:42.896Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T20:21:42.896Z] + type docker-proxy [2024-04-23T20:21:42.896Z] hack/test/unit: line 25: type: docker-proxy: not found [2024-04-23T20:21:42.896Z] + hack/make.sh binary-proxy install-proxy [2024-04-23T20:21:42.897Z] [2024-04-23T20:21:42.897Z] Removing bundles/ [2024-04-23T20:21:42.897Z] [2024-04-23T20:21:42.897Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2024-04-23T20:21:42.897Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2024-04-23T20:21:42.897Z] + tee /go/src/github.com/docker/docker/go.mod [2024-04-23T20:21:42.897Z] module github.com/docker/docker [2024-04-23T20:21:42.897Z] [2024-04-23T20:21:42.897Z] go 1.20 [2024-04-23T20:21:42.897Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-04-23T20:21:42.897Z] + GO111MODULE=on [2024-04-23T20:21:42.897Z] + 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=5beae56515ee0007fc4788045e4fc590bb7d87cb" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-23T20:21:42.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy [2024-04-23T20:21:47.053Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-04-23T20:21:47.053Z] Created binary: bundles/binary-proxy/docker-proxy [2024-04-23T20:21:47.053Z] [2024-04-23T20:21:47.053Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2024-04-23T20:21:47.053Z] Installing docker-proxy to /usr/local/bin/ [2024-04-23T20:21:47.053Z] [2024-04-23T20:21:47.053Z] + mkdir -p bundles [2024-04-23T20:21:47.053Z] + '[' -n 'github.com/docker/docker/api [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/backend/build [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/httputils [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/middleware [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/build [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/container [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/debug [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/image [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/network [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/session [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/system [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/server/router/volume [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/backend [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/container [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/events [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/filters [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/image [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/mount [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/network [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/registry [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/strslice [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/swarm [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/system [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/time [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/versions [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/versions/v1p19 [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/versions/v1p20 [2024-04-23T20:21:47.053Z] github.com/docker/docker/api/types/volume [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/builder-next [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/dockerfile [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/remotecontext [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T20:21:47.053Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T20:21:47.053Z] github.com/docker/docker/cli/debug [2024-04-23T20:21:47.053Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T20:21:47.053Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T20:21:47.053Z] github.com/docker/docker/client [2024-04-23T20:21:47.053Z] github.com/docker/docker/client/buildkit [2024-04-23T20:21:47.053Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T20:21:47.053Z] github.com/docker/docker/cmd/dockerd [2024-04-23T20:21:47.053Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T20:21:47.053Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T20:21:47.053Z] github.com/docker/docker/container [2024-04-23T20:21:47.053Z] github.com/docker/docker/container/stream [2024-04-23T20:21:47.053Z] github.com/docker/docker/contrib/apparmor [2024-04-23T20:21:47.053Z] github.com/docker/docker/contrib/httpserver [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/cluster [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/config [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/containerd [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/events [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/images [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/initlayer [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/links [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/listeners [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/local [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/names [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/network [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T20:21:47.053Z] github.com/docker/docker/daemon/stats [2024-04-23T20:21:47.053Z] github.com/docker/docker/distribution [2024-04-23T20:21:47.053Z] github.com/docker/docker/distribution/metadata [2024-04-23T20:21:47.053Z] github.com/docker/docker/distribution/utils [2024-04-23T20:21:47.053Z] github.com/docker/docker/distribution/xfer [2024-04-23T20:21:47.053Z] github.com/docker/docker/dockerversion [2024-04-23T20:21:47.053Z] github.com/docker/docker/errdefs [2024-04-23T20:21:47.053Z] github.com/docker/docker/image [2024-04-23T20:21:47.053Z] github.com/docker/docker/image/cache [2024-04-23T20:21:47.053Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T20:21:47.053Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T20:21:47.053Z] github.com/docker/docker/image/tarexport [2024-04-23T20:21:47.053Z] github.com/docker/docker/image/v1 [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/compatcontext [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/mod [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/mounttree [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/multierror [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/sliceutil [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/test/suite [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/testutils [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T20:21:47.053Z] github.com/docker/docker/internal/unshare [2024-04-23T20:21:47.053Z] github.com/docker/docker/layer [2024-04-23T20:21:47.053Z] github.com/docker/docker/libcontainerd [2024-04-23T20:21:47.053Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T20:21:47.053Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T20:21:47.053Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T20:21:47.053Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T20:21:47.053Z] github.com/docker/docker/libcontainerd/types [2024-04-23T20:21:47.053Z] github.com/docker/docker/oci [2024-04-23T20:21:47.053Z] github.com/docker/docker/oci/caps [2024-04-23T20:21:47.053Z] github.com/docker/docker/opts [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/archive [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/authorization [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/capabilities [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/containerfs [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/directory [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/dmesg [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/fileutils [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/homedir [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/idtools [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/ioutils [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/longpath [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/loopback [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/meminfo [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/parsers [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/pidfile [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/platform [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/plugins [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/pools [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/process [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/progress [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/reexec [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/rootless [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/stack [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/stringid [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/system [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/tailfile [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/tarsum [2024-04-23T20:21:47.053Z] github.com/docker/docker/pkg/useragent [2024-04-23T20:21:47.053Z] github.com/docker/docker/plugin [2024-04-23T20:21:47.053Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T20:21:47.053Z] github.com/docker/docker/plugin/v2 [2024-04-23T20:21:47.053Z] github.com/docker/docker/profiles/apparmor [2024-04-23T20:21:47.053Z] github.com/docker/docker/profiles/seccomp [2024-04-23T20:21:47.053Z] github.com/docker/docker/quota [2024-04-23T20:21:47.053Z] github.com/docker/docker/reference [2024-04-23T20:21:47.053Z] github.com/docker/docker/registry [2024-04-23T20:21:47.053Z] github.com/docker/docker/registry/resumable [2024-04-23T20:21:47.053Z] github.com/docker/docker/restartmanager [2024-04-23T20:21:47.053Z] github.com/docker/docker/runconfig [2024-04-23T20:21:47.053Z] github.com/docker/docker/runconfig/opts [2024-04-23T20:21:47.053Z] github.com/docker/docker/testutil [2024-04-23T20:21:47.054Z] github.com/docker/docker/testutil/daemon [2024-04-23T20:21:47.054Z] github.com/docker/docker/testutil/environment [2024-04-23T20:21:47.054Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T20:21:47.054Z] github.com/docker/docker/testutil/fakegit [2024-04-23T20:21:47.054Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T20:21:47.054Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T20:21:47.054Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T20:21:47.054Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T20:21:47.054Z] github.com/docker/docker/testutil/registry [2024-04-23T20:21:47.054Z] github.com/docker/docker/testutil/request [2024-04-23T20:21:47.054Z] github.com/docker/docker/volume [2024-04-23T20:21:47.054Z] github.com/docker/docker/volume/drivers [2024-04-23T20:21:47.054Z] github.com/docker/docker/volume/local [2024-04-23T20:21:47.054Z] github.com/docker/docker/volume/mounts [2024-04-23T20:21:47.054Z] github.com/docker/docker/volume/service [2024-04-23T20:21:47.054Z] github.com/docker/docker/volume/service/opts [2024-04-23T20:21:47.054Z] github.com/docker/docker/volume/testutils' ']' [2024-04-23T20:21:47.054Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/checkpoint github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/rootless/mountopts github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2024-04-23T20:21:47.613Z] ? github.com/docker/docker/api [no test files] [2024-04-23T20:21:55.686Z] ok github.com/docker/docker/api/server 0.053s coverage: 13.0% of statements [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 28.3% of statements [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router/build [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router/image [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router/network [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router/session [no test files] [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/server/router/container 0.014s coverage: 5.5% of statements [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/server/router/system [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/backend [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/events [no test files] [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 7.3% of statements [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/server/router/volume 0.006s coverage: 66.7% of statements [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/types/container 0.007s coverage: 83.7% of statements [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/image [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/mount [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/swarm [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/system [no test files] [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 94.0% of statements [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/types/registry 0.004s coverage: 54.2% of statements [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/types/network 0.004s coverage: 80.0% of statements [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/api/types/volume [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder/builder-next [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2024-04-23T20:22:17.558Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2024-04-23T20:22:17.558Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2024-04-23T20:22:18.483Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2024-04-23T20:22:18.483Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2024-04-23T20:22:18.483Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.010s coverage: 100.0% of statements [2024-04-23T20:22:18.483Z] ok github.com/docker/docker/cli/debug 0.011s coverage: 100.0% of statements [2024-04-23T20:22:18.483Z] ok github.com/docker/docker/builder/remotecontext 0.038s coverage: 33.7% of statements [2024-04-23T20:22:18.738Z] ok github.com/docker/docker/builder/dockerfile 0.069s coverage: 50.0% of statements [2024-04-23T20:22:20.099Z] ? github.com/docker/docker/client/buildkit [no test files] [2024-04-23T20:22:20.099Z] ok github.com/docker/docker/client 0.108s coverage: 77.0% of statements [2024-04-23T20:22:20.354Z] ok github.com/docker/docker/cmd/docker-proxy 0.204s coverage: 66.5% of statements [2024-04-23T20:22:21.718Z] ok github.com/docker/docker/builder/remotecontext/git 2.952s coverage: 82.5% of statements [2024-04-23T20:22:33.872Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2024-04-23T20:22:33.872Z] ? github.com/docker/docker/container/stream [no test files] [2024-04-23T20:22:33.872Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2024-04-23T20:22:33.872Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2024-04-23T20:22:33.872Z] ok github.com/docker/docker/container 0.133s coverage: 35.7% of statements [2024-04-23T20:22:33.872Z] ok github.com/docker/docker/cmd/dockerd 0.221s coverage: 30.0% of statements [2024-04-23T20:22:34.795Z] ok github.com/docker/docker/cmd/dockerd/trap 2.398s coverage: 0.0% of statements [2024-04-23T20:22:36.157Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2024-04-23T20:22:36.157Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.026s coverage: 65.3% of statements [2024-04-23T20:22:36.157Z] ok github.com/docker/docker/daemon/cluster/convert 0.026s coverage: 38.7% of statements [2024-04-23T20:22:36.157Z] ok github.com/docker/docker/daemon/cluster 0.065s coverage: 0.5% of statements [2024-04-23T20:22:36.412Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2024-04-23T20:22:36.412Z] ok github.com/docker/docker/daemon/config 0.045s coverage: 74.4% of statements [2024-04-23T20:22:37.772Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2024-04-23T20:22:37.772Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.3% of statements [2024-04-23T20:22:37.772Z] ok github.com/docker/docker/daemon/containerd 0.040s coverage: 9.0% of statements [2024-04-23T20:22:37.772Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2024-04-23T20:22:37.772Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.8% of statements [2024-04-23T20:22:38.027Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.188s coverage: 60.9% of statements [2024-04-23T20:22:38.587Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2024-04-23T20:22:38.587Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.9% of statements [2024-04-23T20:22:38.587Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2024-04-23T20:22:38.587Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2024-04-23T20:22:38.841Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.029s coverage: 60.9% of statements [2024-04-23T20:22:38.841Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.208s coverage: 60.2% of statements [2024-04-23T20:22:39.401Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2024-04-23T20:22:39.960Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.449s coverage: 13.3% of statements [2024-04-23T20:22:39.960Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2024-04-23T20:22:39.960Z] ? github.com/docker/docker/daemon/listeners [no test files] [2024-04-23T20:22:39.960Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2024-04-23T20:22:39.960Z] ok github.com/docker/docker/daemon/images 0.025s coverage: 3.0% of statements [2024-04-23T20:22:39.960Z] ok github.com/docker/docker/daemon/logger 0.229s coverage: 43.2% of statements [2024-04-23T20:22:40.520Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2024-04-23T20:22:40.520Z] ok github.com/docker/docker/daemon/logger/awslogs 0.115s coverage: 78.2% of statements [2024-04-23T20:22:40.520Z] ok github.com/docker/docker/daemon/logger/gelf 0.018s coverage: 68.2% of statements [2024-04-23T20:22:40.520Z] ok github.com/docker/docker/daemon/logger/fluentd 0.021s coverage: 53.6% of statements [2024-04-23T20:22:40.776Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2024-04-23T20:22:40.776Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2024-04-23T20:22:40.776Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.009s coverage: 88.2% of statements [2024-04-23T20:22:41.031Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2024-04-23T20:22:41.031Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2024-04-23T20:22:41.031Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.121s coverage: 76.8% of statements [2024-04-23T20:22:41.286Z] ok github.com/docker/docker/daemon/logger/local 0.028s coverage: 79.4% of statements [2024-04-23T20:22:41.846Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.014s coverage: 63.5% of statements [2024-04-23T20:22:41.846Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2024-04-23T20:22:41.846Z] ? github.com/docker/docker/daemon/names [no test files] [2024-04-23T20:22:41.846Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2024-04-23T20:22:41.846Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2024-04-23T20:22:42.101Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2024-04-23T20:22:42.101Z] ? github.com/docker/docker/daemon/stats [no test files] [2024-04-23T20:22:42.101Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2024-04-23T20:22:42.356Z] ok github.com/docker/docker/daemon/logger/journald 1.627s coverage: 72.7% of statements [2024-04-23T20:22:43.280Z] ? github.com/docker/docker/distribution/utils [no test files] [2024-04-23T20:22:43.280Z] ok github.com/docker/docker/dockerversion 0.003s coverage: 100.0% of statements [2024-04-23T20:22:43.280Z] ok github.com/docker/docker/errdefs 0.003s coverage: 77.2% of statements [2024-04-23T20:22:43.280Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 44.4% of statements [2024-04-23T20:22:43.280Z] ok github.com/docker/docker/daemon/logger/splunk 1.475s coverage: 82.5% of statements [2024-04-23T20:22:43.840Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2024-04-23T20:22:43.840Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2024-04-23T20:22:43.840Z] ok github.com/docker/docker/image/cache 0.006s coverage: 24.1% of statements [2024-04-23T20:22:43.840Z] ok github.com/docker/docker/image 0.025s coverage: 82.5% of statements [2024-04-23T20:22:44.094Z] ? github.com/docker/docker/image/v1 [no test files] [2024-04-23T20:22:44.095Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2024-04-23T20:22:44.095Z] ? github.com/docker/docker/internal/mounttree [no test files] [2024-04-23T20:22:44.095Z] ok github.com/docker/docker/internal/mod 0.002s coverage: 66.7% of statements [2024-04-23T20:22:44.095Z] ok github.com/docker/docker/image/tarexport 0.006s coverage: 0.6% of statements [2024-04-23T20:22:44.349Z] ? github.com/docker/docker/internal/rootless/mountopts [no test files] [2024-04-23T20:22:44.349Z] ? github.com/docker/docker/internal/sliceutil [no test files] [2024-04-23T20:22:44.349Z] ? github.com/docker/docker/internal/test/suite [no test files] [2024-04-23T20:22:44.349Z] ? github.com/docker/docker/internal/testutils [no test files] [2024-04-23T20:22:44.349Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2024-04-23T20:22:44.349Z] ok github.com/docker/docker/internal/multierror 0.003s coverage: 88.9% of statements [2024-04-23T20:22:44.349Z] ? github.com/docker/docker/internal/testutils/specialimage [no test files] [2024-04-23T20:22:44.349Z] ? github.com/docker/docker/internal/unshare [no test files] [2024-04-23T20:22:44.604Z] ok github.com/docker/docker/distribution 1.512s coverage: 28.9% of statements [2024-04-23T20:22:45.163Z] ok github.com/docker/docker/daemon 10.587s coverage: 17.1% of statements [2024-04-23T20:22:45.163Z] ok github.com/docker/docker/distribution/xfer 2.177s coverage: 85.4% of statements [2024-04-23T20:22:45.417Z] ? github.com/docker/docker/libcontainerd [no test files] [2024-04-23T20:22:45.417Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2024-04-23T20:22:45.417Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2024-04-23T20:22:45.417Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2024-04-23T20:22:45.417Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2024-04-23T20:22:45.417Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2024-04-23T20:22:45.672Z] ? github.com/docker/docker/oci/caps [no test files] [2024-04-23T20:22:45.927Z] ok github.com/docker/docker/oci 0.011s coverage: 38.1% of statements [2024-04-23T20:22:45.927Z] ok github.com/docker/docker/opts 0.025s coverage: 67.9% of statements [2024-04-23T20:22:46.486Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2024-04-23T20:22:46.486Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2024-04-23T20:22:46.486Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 81.8% of statements [2024-04-23T20:22:46.486Z] ok github.com/docker/docker/pkg/containerfs 0.005s coverage: 25.8% of statements [2024-04-23T20:22:46.486Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2024-04-23T20:22:46.486Z] ok github.com/docker/docker/pkg/chrootarchive 0.276s coverage: 83.7% of statements [2024-04-23T20:22:46.742Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 51.7% of statements [2024-04-23T20:22:46.742Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 8.3% of statements [2024-04-23T20:22:46.742Z] ok github.com/docker/docker/pkg/archive 0.495s coverage: 81.3% of statements [2024-04-23T20:22:46.996Z] ok github.com/docker/docker/pkg/authorization 0.655s coverage: 68.3% of statements [2024-04-23T20:22:46.996Z] ? github.com/docker/docker/pkg/loopback [no test files] [2024-04-23T20:22:46.996Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 45.5% of statements [2024-04-23T20:22:46.996Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 92.3% of statements [2024-04-23T20:22:46.996Z] ok github.com/docker/docker/pkg/meminfo 0.002s coverage: 75.0% of statements [2024-04-23T20:22:47.251Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2024-04-23T20:22:47.251Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2024-04-23T20:22:47.251Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2024-04-23T20:22:47.251Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.2% of statements [2024-04-23T20:22:47.251Z] ? github.com/docker/docker/pkg/platform [no test files] [2024-04-23T20:22:47.251Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2024-04-23T20:22:47.251Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 94.1% of statements [2024-04-23T20:22:47.506Z] ok github.com/docker/docker/pkg/ioutils 0.398s coverage: 69.1% of statements [2024-04-23T20:22:47.761Z] ok github.com/docker/docker/pkg/idtools 0.881s coverage: 69.7% of statements [2024-04-23T20:22:47.761Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2024-04-23T20:22:47.761Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2024-04-23T20:22:47.761Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 90.0% of statements [2024-04-23T20:22:47.761Z] ok github.com/docker/docker/pkg/pools 0.007s coverage: 88.2% of statements [2024-04-23T20:22:47.761Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2024-04-23T20:22:48.016Z] ok github.com/docker/docker/pkg/process 0.004s coverage: 21.7% of statements [2024-04-23T20:22:48.016Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2024-04-23T20:22:48.016Z] ? github.com/docker/docker/pkg/rootless [no test files] [2024-04-23T20:22:48.016Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2024-04-23T20:22:48.016Z] ok github.com/docker/docker/pkg/reexec 0.024s coverage: 82.4% of statements [2024-04-23T20:22:48.016Z] ok github.com/docker/docker/pkg/stack 0.016s coverage: 90.9% of statements [2024-04-23T20:22:48.271Z] ok github.com/docker/docker/pkg/stdcopy 0.008s coverage: 100.0% of statements [2024-04-23T20:22:48.271Z] ok github.com/docker/docker/pkg/stringid 0.007s coverage: 61.9% of statements [2024-04-23T20:22:48.271Z] ok github.com/docker/docker/pkg/streamformatter 0.012s coverage: 64.5% of statements [2024-04-23T20:22:48.526Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.3% of statements [2024-04-23T20:22:48.526Z] ok github.com/docker/docker/pkg/sysinfo 0.011s coverage: 53.4% of statements [2024-04-23T20:22:48.526Z] ok github.com/docker/docker/pkg/tailfile 0.035s coverage: 88.6% of statements [2024-04-23T20:22:48.526Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2024-04-23T20:22:48.780Z] ok github.com/docker/docker/pkg/tarsum 0.046s coverage: 89.6% of statements [2024-04-23T20:22:49.705Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2024-04-23T20:22:49.705Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2024-04-23T20:22:49.705Z] ok github.com/docker/docker/plugin/v2 0.005s coverage: 13.6% of statements [2024-04-23T20:22:49.705Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2024-04-23T20:22:49.960Z] ok github.com/docker/docker/reference 0.006s coverage: 83.0% of statements [2024-04-23T20:22:49.960Z] ok github.com/docker/docker/pkg/plugins 2.075s coverage: 73.7% of statements [2024-04-23T20:22:49.960Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2024-04-23T20:22:50.215Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 46.2% of statements [2024-04-23T20:22:50.215Z] ? github.com/docker/docker/runconfig/opts [no test files] [2024-04-23T20:22:50.215Z] ok github.com/docker/docker/registry/resumable 0.019s coverage: 100.0% of statements [2024-04-23T20:22:50.215Z] ok github.com/docker/docker/runconfig 0.010s coverage: 63.8% of statements [2024-04-23T20:22:50.470Z] ok github.com/docker/docker/registry 0.118s coverage: 63.9% of statements [2024-04-23T20:22:50.470Z] ok github.com/docker/docker/testutil 0.006s coverage: 6.8% of statements [2024-04-23T20:22:50.724Z] ok github.com/docker/docker/quota 1.031s coverage: 69.3% of statements [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/testutil/daemon [no test files] [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/testutil/environment [no test files] [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/testutil/registry [no test files] [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/testutil/request [no test files] [2024-04-23T20:22:50.979Z] ? github.com/docker/docker/volume [no test files] [2024-04-23T20:22:51.539Z] ok github.com/docker/docker/volume/drivers 0.016s coverage: 36.1% of statements [2024-04-23T20:22:51.539Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 64.9% of statements [2024-04-23T20:22:51.793Z] ok github.com/docker/docker/volume/local 0.093s coverage: 76.4% of statements [2024-04-23T20:22:52.048Z] ? github.com/docker/docker/volume/service/opts [no test files] [2024-04-23T20:22:52.048Z] ? github.com/docker/docker/volume/testutils [no test files] [2024-04-23T20:22:52.048Z] ok github.com/docker/docker/volume/service 0.011s coverage: 71.8% of statements [2024-04-23T20:22:53.408Z] ok github.com/docker/docker/layer 7.828s coverage: 68.1% of statements [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === Skipped [2024-04-23T20:22:53.408Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2024-04-23T20:22:53.408Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2024-04-23T20:22:53.408Z] network_proxy_test.go:210: No support for dual stack yet [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2024-04-23T20:22:53.408Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2024-04-23T20:22:53.408Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2024-04-23T20:22:53.408Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T20:22:53.408Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2024-04-23T20:22:53.408Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T20:22:53.408Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2024-04-23T20:22:53.408Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T20:22:53.408Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2024-04-23T20:22:53.408Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T20:22:53.408Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2024-04-23T20:22:53.408Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T20:22:53.408Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2024-04-23T20:22:53.408Z] graphtest_unix.go:68: No driver to put! [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2024-04-23T20:22:53.408Z] time="2024-04-23T20:22:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T20:22:53.408Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T20:22:53.408Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2024-04-23T20:22:53.408Z] time="2024-04-23T20:22:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T20:22:53.408Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T20:22:53.408Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2024-04-23T20:22:53.408Z] time="2024-04-23T20:22:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T20:22:53.408Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T20:22:53.408Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2024-04-23T20:22:53.408Z] time="2024-04-23T20:22:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T20:22:53.408Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T20:22:53.408Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2024-04-23T20:22:53.408Z] time="2024-04-23T20:22:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T20:22:53.408Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T20:22:53.408Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2024-04-23T20:22:53.408Z] graphtest_unix.go:68: No driver to put! [2024-04-23T20:22:53.408Z] [2024-04-23T20:22:53.408Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2024-04-23T20:22:53.409Z] overlay_test.go:61: Cannot run test with naive change algorithm [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2024-04-23T20:22:53.409Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2024-04-23T20:22:53.409Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T20:22:53.409Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2024-04-23T20:22:53.409Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T20:22:53.409Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2024-04-23T20:22:53.409Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T20:22:53.409Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2024-04-23T20:22:53.409Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T20:22:53.409Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2024-04-23T20:22:53.409Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T20:22:53.409Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2024-04-23T20:22:53.409Z] graphtest_unix.go:68: No driver to put! [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2024-04-23T20:22:53.409Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2024-04-23T20:22:53.409Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2024-04-23T20:22:53.409Z] validate_test.go:70: only tested on Windows [2024-04-23T20:22:53.409Z] [2024-04-23T20:22:53.409Z] DONE 3245 tests, 27 skipped in 66.134s [2024-04-23T20:22:53.409Z] + '[' -n 'github.com/docker/docker/libnetwork [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/config [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/ns [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/options [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/osl [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/scope [2024-04-23T20:22:53.409Z] github.com/docker/docker/libnetwork/types' ']' [2024-04-23T20:22:53.409Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/scope github.com/docker/docker/libnetwork/types [2024-04-23T20:23:49.548Z] ok github.com/docker/docker/libnetwork 44.363s coverage: 43.1% of statements [2024-04-23T20:23:49.548Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements [2024-04-23T20:23:49.548Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2024-04-23T20:23:49.548Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2024-04-23T20:23:49.548Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2024-04-23T20:23:49.548Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2024-04-23T20:23:49.548Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2024-04-23T20:23:49.548Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2024-04-23T20:23:49.548Z] ok github.com/docker/docker/libnetwork/config 0.011s coverage: 10.3% of statements [2024-04-23T20:23:49.548Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 37.0% of statements [2024-04-23T20:23:49.548Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2024-04-23T20:23:49.548Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2024-04-23T20:23:49.548Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2024-04-23T20:23:49.548Z] ok github.com/docker/docker/libnetwork/drivers/bridge 3.911s coverage: 63.0% of statements [2024-04-23T20:23:49.548Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2024-04-23T20:23:49.548Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 40.0% of statements [2024-04-23T20:23:50.472Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.863s coverage: 5.0% of statements [2024-04-23T20:23:50.472Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2024-04-23T20:23:50.727Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.004s coverage: 4.6% of statements [2024-04-23T20:23:50.727Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2024-04-23T20:23:50.982Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 40.0% of statements [2024-04-23T20:23:51.906Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.009s coverage: 1.4% of statements [2024-04-23T20:23:52.160Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.003s coverage: 45.0% of statements [2024-04-23T20:23:52.415Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 62.7% of statements [2024-04-23T20:23:52.973Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.2% of statements [2024-04-23T20:23:52.973Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2024-04-23T20:23:52.973Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2024-04-23T20:23:52.973Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2024-04-23T20:23:53.228Z] ok github.com/docker/docker/libnetwork/drvregistry 0.018s coverage: 87.0% of statements [2024-04-23T20:23:53.483Z] ok github.com/docker/docker/libnetwork/etchosts 0.016s coverage: 81.0% of statements [2024-04-23T20:23:53.737Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2024-04-23T20:23:53.737Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2024-04-23T20:23:53.737Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2024-04-23T20:23:53.737Z] ? github.com/docker/docker/libnetwork/internal/netiputil [no test files] [2024-04-23T20:24:05.889Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2024-04-23T20:24:07.772Z] ok github.com/docker/docker/libnetwork/ipam 3.068s coverage: 80.3% of statements [2024-04-23T20:24:07.772Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2024-04-23T20:24:07.772Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2024-04-23T20:24:07.772Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 63.2% of statements [2024-04-23T20:24:08.027Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 48.7% of statements [2024-04-23T20:24:08.027Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2024-04-23T20:24:08.281Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 80.0% of statements [2024-04-23T20:24:08.840Z] ok github.com/docker/docker/libnetwork/ipamutils 0.320s coverage: 86.4% of statements [2024-04-23T20:24:09.095Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2024-04-23T20:24:09.654Z] ok github.com/docker/docker/libnetwork/iptables 0.163s coverage: 39.9% of statements [2024-04-23T20:24:09.654Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2024-04-23T20:24:10.213Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 54.9% of statements [2024-04-23T20:28:01.604Z] FAIL [2024-04-23T20:28:01.604Z] panic: Log in goroutine after TestNetworkDBIslands has completed: node4: Node 9c79af725fef left [2024-04-23T20:28:01.604Z] [2024-04-23T20:28:01.604Z] goroutine 1283 [running]: [2024-04-23T20:28:01.604Z] testing.(*common).logDepth(0x400048a000, {0x40001186e0, 0x1d}, 0x3) [2024-04-23T20:28:01.604Z] /usr/local/go/src/testing/testing.go:1022 +0x3d4 [2024-04-23T20:28:01.604Z] testing.(*common).log(...) [2024-04-23T20:28:01.604Z] /usr/local/go/src/testing/testing.go:1004 [2024-04-23T20:28:01.604Z] testing.(*common).Logf(0x400048a000, {0x5b2994?, 0x10?}, {0x4000260e20?, 0x4000338d01?, 0x4ad674?}) [2024-04-23T20:28:01.604Z] /usr/local/go/src/testing/testing.go:1055 +0x5c [2024-04-23T20:28:01.604Z] github.com/docker/docker/libnetwork/networkdb.TestNetworkDBIslands.func2({0xffff67d18028, 0x400048a000}) [2024-04-23T20:28:01.604Z] /go/src/github.com/docker/docker/libnetwork/networkdb/networkdb_test.go:883 +0x290 [2024-04-23T20:28:01.604Z] github.com/docker/docker/vendor/gotest.tools/v3/poll.WaitOn.func1() [2024-04-23T20:28:01.604Z] /go/src/github.com/docker/docker/vendor/gotest.tools/v3/poll/poll.go:125 +0x50 [2024-04-23T20:28:01.604Z] created by github.com/docker/docker/vendor/gotest.tools/v3/poll.WaitOn in goroutine 678 [2024-04-23T20:28:01.604Z] /go/src/github.com/docker/docker/vendor/gotest.tools/v3/poll/poll.go:124 +0x17c [2024-04-23T20:28:01.604Z] FAIL github.com/docker/docker/libnetwork/networkdb 215.912s [2024-04-23T20:28:01.604Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2024-04-23T20:28:01.604Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2024-04-23T20:28:01.604Z] ok github.com/docker/docker/libnetwork/osl 4.396s coverage: 40.2% of statements [2024-04-23T20:28:01.604Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2024-04-23T20:28:01.604Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.5% of statements [2024-04-23T20:28:01.604Z] ok github.com/docker/docker/libnetwork/portmapper 0.713s coverage: 47.9% of statements [2024-04-23T20:28:01.604Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 84.9% of statements [2024-04-23T20:28:01.604Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2024-04-23T20:28:01.604Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 41.7% of statements [2024-04-23T20:28:01.604Z] [2024-04-23T20:28:01.604Z] === Skipped [2024-04-23T20:28:01.604Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2024-04-23T20:28:01.604Z] 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-23T20:28:01.604Z] [2024-04-23T20:28:01.604Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2024-04-23T20:28:01.604Z] 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-23T20:28:01.604Z] [2024-04-23T20:28:01.604Z] === Failed [2024-04-23T20:28:01.604Z] === FAIL: libnetwork/networkdb TestNetworkDBIslands (124.06s) [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:f122af1615de with config:&{NodeID:f122af1615de Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="Node f122af1615de/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="Node f122af1615de/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9c79af725fef with config:&{NodeID:9c79af725fef Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="Node 9c79af725fef/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="Node 9c79af725fef/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=debug msg="memberlist: Stream connection from=[::1]:53698" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="Node 9c79af725fef/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="Node 9c79af725fef/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="Node f122af1615de/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=info msg="Node f122af1615de/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:43Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:40696" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:5f8b9835f2b4 with config:&{NodeID:5f8b9835f2b4 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Stream connection from=[::1]:36182" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node f122af1615de/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node f122af1615de/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 9c79af725fef/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 9c79af725fef/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:56094" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:073e346d9c5e with config:&{NodeID:073e346d9c5e Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 073e346d9c5e/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 073e346d9c5e/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Stream connection from=[::1]:40636" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 073e346d9c5e/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 073e346d9c5e/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 9c79af725fef/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 9c79af725fef/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node f122af1615de/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node f122af1615de/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:52822" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 073e346d9c5e/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 073e346d9c5e/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 073e346d9c5e/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 073e346d9c5e/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:90d03aab7cca with config:&{NodeID:90d03aab7cca Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 90d03aab7cca/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 90d03aab7cca/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Stream connection from=[::1]:34556" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 90d03aab7cca/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 90d03aab7cca/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node f122af1615de/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node f122af1615de/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 073e346d9c5e/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 073e346d9c5e/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 9c79af725fef/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 9c79af725fef/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:47196" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="Node 90d03aab7cca/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="Node 90d03aab7cca/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="Node 90d03aab7cca/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="Node 90d03aab7cca/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="Node 90d03aab7cca/172.17.0.2, joined gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="Node 90d03aab7cca/172.17.0.2, added to nodes list" [2024-04-23T20:28:01.604Z] networkdb_test.go:860: Re-joining: 3 [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="The new bootstrap node list is:[172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.0.2:10033" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:50128" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.0.2:10034" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:60452" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.0.2:10035" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:48280" [2024-04-23T20:28:01.604Z] networkdb_test.go:860: Re-joining: 4 [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="The new bootstrap node list is:[172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.0.2:10033" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:50136" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.0.2:10034" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:60468" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.0.2:10035" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:48296" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="node 0 leaving" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="Node f122af1615de change state NodeActive --> NodeLeft" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:45Z" level=info msg="node5(90d03aab7cca): Node leave event for f122af1615de/172.17.0.2" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de change state NodeActive --> NodeLeft" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de change state NodeActive --> NodeFailed" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node2(9c79af725fef): Node leave event for f122af1615de/172.17.0.2" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de change state NodeActive --> NodeLeft" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node3(5f8b9835f2b4): Node leave event for f122af1615de/172.17.0.2" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de/172.17.0.2, added to failed nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de change state NodeActive --> NodeFailed" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de/172.17.0.2, added to failed nodes list" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=error msg="node: f122af1615de is unknown to memberlist" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=error msg="node: f122af1615de is unknown to memberlist" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node f122af1615de/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node 1 leaving" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 9c79af725fef change state NodeActive --> NodeLeft" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node5(90d03aab7cca): Node leave event for 9c79af725fef/172.17.0.2" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 9c79af725fef change state NodeActive --> NodeLeft" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node4(073e346d9c5e): Node leave event for 9c79af725fef/172.17.0.2" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 9c79af725fef change state NodeActive --> NodeLeft" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node3(5f8b9835f2b4): Node leave event for 9c79af725fef/172.17.0.2" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 9c79af725fef change state NodeActive --> NodeLeft" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node2(9c79af725fef): Node leave event for 9c79af725fef/172.17.0.2" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 9c79af725fef/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 9c79af725fef/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 9c79af725fef/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 9c79af725fef/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node 2 leaving" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 5f8b9835f2b4 change state NodeActive --> NodeLeft" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node5(90d03aab7cca): Node leave event for 5f8b9835f2b4/172.17.0.2" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 5f8b9835f2b4 change state NodeActive --> NodeLeft" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node4(073e346d9c5e): Node leave event for 5f8b9835f2b4/172.17.0.2" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 5f8b9835f2b4 change state NodeActive --> NodeLeft" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="node3(5f8b9835f2b4): Node leave event for 5f8b9835f2b4/172.17.0.2" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:46Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:47Z" level=warning msg="memberlist: Failed to send gossip to 172.17.0.2:10036: write udp [::]:10035->172.17.0.2:10036: use of closed network connection" [2024-04-23T20:28:01.604Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.604Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.604Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:47Z" level=info msg="Node 5f8b9835f2b4/172.17.0.2, left gossip cluster" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:47Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:47Z" level=debug msg="memberlist: Failed UDP ping: 073e346d9c5e (timeout reached)" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:47Z" level=warning msg="memberlist: Failed to send indirect UDP ping: write udp [::]:10035->172.17.0.2:10037: use of closed network connection" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:47Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:46724" [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:48Z" level=warning msg="memberlist: Was able to connect to 073e346d9c5e over TCP but UDP probes failed, network may be misconfigured" [2024-04-23T20:28:01.604Z] networkdb_test.go:892: node5: OK [2024-04-23T20:28:01.604Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.604Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.604Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:48Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.604Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.604Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.604Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:49Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.604Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.604Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.604Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.604Z] time="2024-04-23T20:25:50Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:50Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:50Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:51Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:51Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:52Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:53Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:54Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:55Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:56Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:56Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:56Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:57Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:57Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:58Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:25:59Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:00Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:01Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:02Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:02Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:02Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:03Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:03Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:04Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:05Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:06Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:07Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:08Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:08Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:08Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:09Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:09Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:10Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:11Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:12Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:13Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:14Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:14Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:14Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:15Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:15Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:16Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:17Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:18Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:19Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.605Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:20Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:20Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.605Z] time="2024-04-23T20:26:20Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.605Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:21Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:21Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:22Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:23Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:24Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:25Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:26Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:26Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:26Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:27Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:27Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:28Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:29Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:30Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:31Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:32Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:32Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:32Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 073e346d9c5e 172.17.0.2:10036" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:36128" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:33Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:34Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:35Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:36Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:37Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:38Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:38Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:38Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.606Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.606Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.606Z] time="2024-04-23T20:26:39Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:39Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:40Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:41Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:42Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 90d03aab7cca 172.17.0.2:10037" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:43Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:47162" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:43Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:44Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:44Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:44Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:45Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:45Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:46Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:47Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:48Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:49Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:50Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:50Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:50Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.607Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.607Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:51Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.607Z] time="2024-04-23T20:26:51Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:51Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:52Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:53Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:54Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:55Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:56Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:56Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:56Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:57Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:57Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:57Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:58Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:26:59Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:00Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:01Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:02Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:02Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:02Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 073e346d9c5e 172.17.0.2:10036" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:39228" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:03Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:04Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:05Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:06Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:07Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:08Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:08Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:08Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:09Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:09Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:09Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:10Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:11Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:12Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 90d03aab7cca 172.17.0.2:10037" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:13Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:41868" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:13Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:14Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:14Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:14Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:15Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:15Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:15Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:16Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:17Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:18Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:19Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:20Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:20Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:20Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.608Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.608Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:21Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.608Z] time="2024-04-23T20:27:21Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:21Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:22Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:23Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:24Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:25Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:26Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:26Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:26Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:27Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:27Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:27Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:28Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:29Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:30Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:31Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:32Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:32Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:32Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 073e346d9c5e 172.17.0.2:10036" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:33Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:38708" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:33Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:33Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:34Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:35Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:36Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:37Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:38Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:38Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:38Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:39Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:39Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:39Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:40Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:41Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:42Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 90d03aab7cca 172.17.0.2:10037" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:43Z" level=debug msg="memberlist: Stream connection from=172.17.0.2:43040" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:43Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:44Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:44Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:44Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035]" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:45Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:45Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused" [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:45Z" level=error msg="Failed to join memberlist [172.17.0.2:10033 172.17.0.2:10034 172.17.0.2:10035] on retry: 3 errors occurred:\n\t* Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused\n\t* Failed to join 172.17.0.2:10034: dial tcp 172.17.0.2:10034: connect: connection refused\n\t* Failed to join 172.17.0.2:10035: dial tcp 172.17.0.2:10035: connect: connection refused\n\n" [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 9c79af725fef left [2024-04-23T20:28:01.609Z] networkdb_test.go:883: node4: Node 5f8b9835f2b4 left [2024-04-23T20:28:01.609Z] networkdb_test.go:886: node4: Node f122af1615de failed [2024-04-23T20:28:01.609Z] time="2024-04-23T20:27:46Z" level=debug msg="memberlist: Failed to join 172.17.0.2:10033: dial tcp 172.17.0.2:10033: connect: connection refused" [2024-04-23T20:28:01.609Z] networkdb_test.go:897: timeout hit after 2m0s: node4:Waiting for all nodes to cleanly leave, left: 2, failed nodes: 1 [2024-04-23T20:28:01.609Z] [2024-04-23T20:28:01.609Z] DONE 377 tests, 2 skipped, 1 failure in 301.157s Post stage [Pipeline] junit [2024-04-23T20:28:01.621Z] Recording test results [2024-04-23T20:28:03.087Z] [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-23T20:28:03.457Z] + echo Ensuring container killed. [2024-04-23T20:28:03.457Z] Ensuring container killed. [2024-04-23T20:28:03.457Z] + docker rm -vf docker-pr76 [2024-04-23T20:28:03.457Z] Error response from daemon: No such container: docker-pr76 [Pipeline] sh [2024-04-23T20:28:03.731Z] + echo Chowning /workspace to jenkins user [2024-04-23T20:28:03.731Z] Chowning /workspace to jenkins user [2024-04-23T20:28:03.731Z] + id -u [2024-04-23T20:28:03.731Z] + id -g [2024-04-23T20:28:03.731Z] + docker run --rm -v /home/ubuntu/workspace/moby_25.0:/workspace busybox chown -R 1000:1000 /workspace [2024-04-23T20:28:03.731Z] Unable to find image 'busybox:latest' locally [2024-04-23T20:28:03.731Z] latest: Pulling from library/busybox [2024-04-23T20:28:03.986Z] 45d8eb5967de: Already exists [2024-04-23T20:28:03.986Z] Digest: sha256:c3839dd800b9eb7603340509769c43e146a74c63dca3045a8e7dc8ee07e53966 [2024-04-23T20:28:03.986Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2024-04-23T20:28:04.825Z] + bundleName=arm64-integration [2024-04-23T20:28:04.825Z] + echo Creating arm64-integration-bundles.tar.gz [2024-04-23T20:28:04.825Z] Creating arm64-integration-bundles.tar.gz [2024-04-23T20:28:04.825Z] + 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-23T20:28:04.825Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2024-04-23T20:28:04.833Z] Archiving artifacts [2024-04-23T20:28:06.268Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/25.0/76/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2024-04-23T20:28:06.665Z] + make clean [2024-04-23T20:28:06.665Z] docker volume rm -f docker-dev-cache docker-mod-cache [2024-04-23T20:28:06.665Z] docker-dev-cache [2024-04-23T20:28:06.665Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-04-23T20:28:07.247Z] 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/25.0/76/stashes/