Push event to branch backport/46667/24.0 22:02:16 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 535b70e90c59d249cfa5bb62cfdd140153a80d34 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_backport_46667_24.0@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) Stage "pr-hack" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node 22:02:33 [2023-10-18T22:02:33.327Z] Still waiting to schedule task 22:02:33 [2023-10-18T22:02:33.327Z]EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-004425d2a5a564797)’ is offline 22:03:03 [2023-10-18T22:03:03.196Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07607864621e7a59c) in /home/ubuntu/workspace/moby_backport_46667_24.0 [Pipeline] { [Pipeline] checkout 22:03:03 [2023-10-18T22:03:03.269Z] The recommended git tool is: git 22:03:04 [2023-10-18T22:03:04.991Z] using credential docker-jenkins-github-credentials 22:03:05 [2023-10-18T22:03:05.005Z] Cloning the remote Git repository 22:03:05 [2023-10-18T22:03:05.005Z] Cloning with configured refspecs honoured and without tags 22:03:05 [2023-10-18T22:03:05.087Z] Cloning repository https://github.com/moby/moby.git 22:03:05 [2023-10-18T22:03:05.137Z] > git init /home/ubuntu/workspace/moby_backport_46667_24.0 # timeout=10 22:03:05 [2023-10-18T22:03:05.461Z] Fetching upstream changes from https://github.com/moby/moby.git 22:03:05 [2023-10-18T22:03:05.462Z] > git --version # timeout=10 22:03:05 [2023-10-18T22:03:05.465Z] > git --version # 'git version 2.25.1' 22:03:05 [2023-10-18T22:03:05.465Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 22:03:05 [2023-10-18T22:03:05.466Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/backport/46667/24.0:refs/remotes/origin/backport/46667/24.0 # timeout=10 22:03:18 [2023-10-18T22:03:18.424Z] Avoid second fetch 22:03:18 [2023-10-18T22:03:18.424Z] Checking out Revision 535b70e90c59d249cfa5bb62cfdd140153a80d34 (backport/46667/24.0) 22:03:18 [2023-10-18T22:03:18.442Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 22:03:18 [2023-10-18T22:03:18.446Z] > git config --add remote.origin.fetch +refs/heads/backport/46667/24.0:refs/remotes/origin/backport/46667/24.0 # timeout=10 22:03:18 [2023-10-18T22:03:18.461Z] > git config core.sparsecheckout # timeout=10 22:03:18 [2023-10-18T22:03:18.464Z] > git checkout -f 535b70e90c59d249cfa5bb62cfdd140153a80d34 # timeout=10 22:03:22 [2023-10-18T22:03:22.674Z] Commit message: "Update check-config.sh" 22:03:22 [2023-10-18T22:03:22.674Z] First time build. Skipping changelog. 22:03:22 [2023-10-18T22:03:22.717Z] > git --version # timeout=10 22:03:22 [2023-10-18T22:03:22.720Z] > git --version # 'git version 2.25.1' 22:03:22 [2023-10-18T22:03:22.722Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:23 [2023-10-18T22:03:23.503Z] + docker run --rm -v /home/ubuntu/workspace/moby_backport_46667_24.0:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco 22:03:26 [2023-10-18T22:03:26.808Z] Unable to find image 'alpine:latest' locally 22:03:26 [2023-10-18T22:03:26.808Z] latest: Pulling from library/alpine 22:03:26 [2023-10-18T22:03:26.808Z] 579b34f0a95b: Pulling fs layer 22:03:26 [2023-10-18T22:03:26.808Z] 579b34f0a95b: Download complete 22:03:27 [2023-10-18T22:03:27.069Z] 579b34f0a95b: Pull complete 22:03:27 [2023-10-18T22:03:27.069Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 22:03:27 [2023-10-18T22:03:27.069Z] Status: Downloaded newer image for alpine:latest 22:03:39 [2023-10-18T22:03:39.304Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node 22:03:39 [2023-10-18T22:03:39.396Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07607864621e7a59c) in /home/ubuntu/workspace/moby_backport_46667_24.0 [Pipeline] { [Pipeline] checkout 22:03:39 [2023-10-18T22:03:39.411Z] The recommended git tool is: git 22:03:39 [2023-10-18T22:03:39.421Z] using credential docker-jenkins-github-credentials 22:03:39 [2023-10-18T22:03:39.439Z] Fetching changes from the remote Git repository 22:03:39 [2023-10-18T22:03:39.445Z] Fetching without tags 22:03:39 [2023-10-18T22:03:39.650Z] Checking out Revision 535b70e90c59d249cfa5bb62cfdd140153a80d34 (backport/46667/24.0) 22:03:39 [2023-10-18T22:03:39.795Z] Commit message: "Update check-config.sh" 22:03:39 [2023-10-18T22:03:39.818Z] > git --version # timeout=10 22:03:39 [2023-10-18T22:03:39.820Z] > git --version # 'git version 2.25.1' 22:03:39 [2023-10-18T22:03:39.823Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh 22:03:39 [2023-10-18T22:03:39.442Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_backport_46667_24.0/.git # timeout=10 22:03:39 [2023-10-18T22:03:39.449Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 22:03:39 [2023-10-18T22:03:39.456Z] Fetching upstream changes from https://github.com/moby/moby.git 22:03:39 [2023-10-18T22:03:39.457Z] > git --version # timeout=10 22:03:39 [2023-10-18T22:03:39.460Z] > git --version # 'git version 2.25.1' 22:03:39 [2023-10-18T22:03:39.460Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 22:03:39 [2023-10-18T22:03:39.461Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/backport/46667/24.0:refs/remotes/origin/backport/46667/24.0 # timeout=10 22:03:39 [2023-10-18T22:03:39.660Z] > git config core.sparsecheckout # timeout=10 22:03:39 [2023-10-18T22:03:39.663Z] > git checkout -f 535b70e90c59d249cfa5bb62cfdd140153a80d34 # timeout=10 22:03:40 [2023-10-18T22:03:40.530Z] + docker version 22:03:40 [2023-10-18T22:03:40.530Z] Client: Docker Engine - Community 22:03:40 [2023-10-18T22:03:40.530Z] Version: 24.0.2 22:03:40 [2023-10-18T22:03:40.530Z] API version: 1.43 22:03:40 [2023-10-18T22:03:40.530Z] Go version: go1.20.4 22:03:40 [2023-10-18T22:03:40.530Z] Git commit: cb74dfc 22:03:40 [2023-10-18T22:03:40.530Z] Built: Thu May 25 21:52:41 2023 22:03:40 [2023-10-18T22:03:40.530Z] OS/Arch: linux/arm64 22:03:40 [2023-10-18T22:03:40.530Z] Context: default 22:03:40 [2023-10-18T22:03:40.530Z] 22:03:40 [2023-10-18T22:03:40.530Z] Server: Docker Engine - Community 22:03:40 [2023-10-18T22:03:40.530Z] Engine: 22:03:40 [2023-10-18T22:03:40.530Z] Version: 24.0.2 22:03:40 [2023-10-18T22:03:40.530Z] API version: 1.43 (minimum version 1.12) 22:03:40 [2023-10-18T22:03:40.530Z] Go version: go1.20.4 22:03:40 [2023-10-18T22:03:40.530Z] Git commit: 659604f 22:03:40 [2023-10-18T22:03:40.530Z] Built: Thu May 25 21:52:41 2023 22:03:40 [2023-10-18T22:03:40.530Z] OS/Arch: linux/arm64 22:03:40 [2023-10-18T22:03:40.530Z] Experimental: true 22:03:40 [2023-10-18T22:03:40.530Z] containerd: 22:03:40 [2023-10-18T22:03:40.530Z] Version: 1.6.21 22:03:40 [2023-10-18T22:03:40.530Z] GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8 22:03:40 [2023-10-18T22:03:40.530Z] runc: 22:03:40 [2023-10-18T22:03:40.530Z] Version: 1.1.7 22:03:40 [2023-10-18T22:03:40.530Z] GitCommit: v1.1.7-0-g860f061 22:03:40 [2023-10-18T22:03:40.530Z] docker-init: 22:03:40 [2023-10-18T22:03:40.530Z] Version: 0.19.0 22:03:40 [2023-10-18T22:03:40.530Z] GitCommit: de40ad0 [Pipeline] sh 22:03:40 [2023-10-18T22:03:40.821Z] + docker info 22:03:53 [2023-10-18T22:03:53.055Z] Client: Docker Engine - Community 22:03:53 [2023-10-18T22:03:53.055Z] Version: 24.0.2 22:03:53 [2023-10-18T22:03:53.055Z] Context: default 22:03:53 [2023-10-18T22:03:53.055Z] Debug Mode: false 22:03:53 [2023-10-18T22:03:53.055Z] Plugins: 22:03:53 [2023-10-18T22:03:53.055Z] buildx: Docker Buildx (Docker Inc.) 22:03:53 [2023-10-18T22:03:53.055Z] Version: v0.11.0 22:03:53 [2023-10-18T22:03:53.055Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx 22:03:53 [2023-10-18T22:03:53.055Z] compose: Docker Compose (Docker Inc.) 22:03:53 [2023-10-18T22:03:53.055Z] Version: v2.19.1 22:03:53 [2023-10-18T22:03:53.055Z] Path: /usr/libexec/docker/cli-plugins/docker-compose 22:03:53 [2023-10-18T22:03:53.055Z] 22:03:53 [2023-10-18T22:03:53.055Z] Server: 22:03:53 [2023-10-18T22:03:53.055Z] Containers: 0 22:03:53 [2023-10-18T22:03:53.055Z] Running: 0 22:03:53 [2023-10-18T22:03:53.055Z] Paused: 0 22:03:53 [2023-10-18T22:03:53.055Z] Stopped: 0 22:03:53 [2023-10-18T22:03:53.055Z] Images: 1 22:03:53 [2023-10-18T22:03:53.055Z] Server Version: 24.0.2 22:03:53 [2023-10-18T22:03:53.055Z] Storage Driver: overlay2 22:03:53 [2023-10-18T22:03:53.055Z] Backing Filesystem: extfs 22:03:53 [2023-10-18T22:03:53.055Z] Supports d_type: true 22:03:53 [2023-10-18T22:03:53.055Z] Using metacopy: false 22:03:53 [2023-10-18T22:03:53.055Z] Native Overlay Diff: true 22:03:53 [2023-10-18T22:03:53.055Z] userxattr: false 22:03:53 [2023-10-18T22:03:53.055Z] Logging Driver: json-file 22:03:53 [2023-10-18T22:03:53.055Z] Cgroup Driver: cgroupfs 22:03:53 [2023-10-18T22:03:53.055Z] Cgroup Version: 1 22:03:53 [2023-10-18T22:03:53.055Z] Plugins: 22:03:53 [2023-10-18T22:03:53.055Z] Volume: local 22:03:53 [2023-10-18T22:03:53.055Z] Network: bridge host ipvlan macvlan null overlay 22:03:53 [2023-10-18T22:03:53.055Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 22:03:53 [2023-10-18T22:03:53.055Z] Swarm: inactive 22:03:53 [2023-10-18T22:03:53.055Z] Runtimes: io.containerd.runc.v2 runc 22:03:53 [2023-10-18T22:03:53.055Z] Default Runtime: runc 22:03:53 [2023-10-18T22:03:53.055Z] Init Binary: docker-init 22:03:53 [2023-10-18T22:03:53.055Z] containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8 22:03:53 [2023-10-18T22:03:53.055Z] runc version: v1.1.7-0-g860f061 22:03:53 [2023-10-18T22:03:53.055Z] init version: de40ad0 22:03:53 [2023-10-18T22:03:53.055Z] Security Options: 22:03:53 [2023-10-18T22:03:53.055Z] apparmor 22:03:53 [2023-10-18T22:03:53.055Z] seccomp 22:03:53 [2023-10-18T22:03:53.055Z] Profile: builtin 22:03:53 [2023-10-18T22:03:53.055Z] Kernel Version: 5.15.0-1039-aws 22:03:53 [2023-10-18T22:03:53.055Z] Operating System: Ubuntu 20.04.6 LTS 22:03:53 [2023-10-18T22:03:53.055Z] OSType: linux 22:03:53 [2023-10-18T22:03:53.055Z] Architecture: aarch64 22:03:53 [2023-10-18T22:03:53.055Z] CPUs: 8 22:03:53 [2023-10-18T22:03:53.055Z] Total Memory: 30.64GiB 22:03:53 [2023-10-18T22:03:53.055Z] Name: ip-10-100-62-188 22:03:53 [2023-10-18T22:03:53.055Z] ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5 22:03:53 [2023-10-18T22:03:53.055Z] Docker Root Dir: /var/lib/docker 22:03:53 [2023-10-18T22:03:53.055Z] Debug Mode: false 22:03:53 [2023-10-18T22:03:53.055Z] Experimental: true 22:03:53 [2023-10-18T22:03:53.055Z] Insecure Registries: 22:03:53 [2023-10-18T22:03:53.055Z] 127.0.0.0/8 22:03:53 [2023-10-18T22:03:53.055Z] Live Restore Enabled: true 22:03:53 [2023-10-18T22:03:53.055Z] [Pipeline] sh 22:03:53 [2023-10-18T22:03:53.343Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee 22:03:53 [2023-10-18T22:03:53.343Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee 22:03:53 [2023-10-18T22:03:53.343Z] + curl -fsSL -o /home/ubuntu/workspace/moby_backport_46667_24.0/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh 22:03:53 [2023-10-18T22:03:53.343Z] + bash /home/ubuntu/workspace/moby_backport_46667_24.0/check-config.sh 22:03:53 [2023-10-18T22:03:53.343Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... 22:03:53 [2023-10-18T22:03:53.343Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ... 22:03:53 [2023-10-18T22:03:53.343Z] 22:03:53 [2023-10-18T22:03:53.343Z] Generally Necessary: 22:03:53 [2023-10-18T22:03:53.343Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] 22:03:53 [2023-10-18T22:03:53.343Z] - apparmor: enabled and tools installed 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_NAMESPACES: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_NET_NS: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_PID_NS: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_IPC_NS: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_UTS_NS: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_CGROUPS: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_CGROUP_CPUACCT: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_CGROUP_DEVICE: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_CGROUP_FREEZER: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_CGROUP_SCHED: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_CPUSETS: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_MEMCG: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_KEYS: enabled 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_VETH: enabled (as module) 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_BRIDGE: enabled (as module) 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) 22:03:53 [2023-10-18T22:03:53.343Z] - CONFIG_IP_NF_FILTER: enabled (as module) 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_IP_NF_NAT: enabled (as module) 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_NF_NAT: enabled (as module) 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_POSIX_MQUEUE: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_CGROUP_BPF: enabled 22:03:53 [2023-10-18T22:03:53.604Z] 22:03:53 [2023-10-18T22:03:53.604Z] Optional Features: 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_USER_NS: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_SECCOMP: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_SECCOMP_FILTER: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_CGROUP_PIDS: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_MEMCG_SWAP: enabled 22:03:53 [2023-10-18T22:03:53.604Z] (cgroup swap accounting is currently enabled) 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_BLK_CGROUP: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_BLK_DEV_THROTTLING: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_CGROUP_PERF: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_CGROUP_HUGETLB: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_CGROUP_NET_PRIO: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_CFS_BANDWIDTH: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_FAIR_GROUP_SCHED: enabled 22:03:53 [2023-10-18T22:03:53.604Z] - CONFIG_RT_GROUP_SCHED: missing 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_IP_VS: enabled (as module) 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_IP_VS_NFCT: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_IP_VS_PROTO_TCP: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_IP_VS_PROTO_UDP: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_IP_VS_RR: enabled (as module) 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_SECURITY_SELINUX: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_SECURITY_APPARMOR: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_EXT4_FS: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_EXT4_FS_SECURITY: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - Network Drivers: 22:03:53 [2023-10-18T22:03:53.865Z] - "overlay": 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_VXLAN: enabled (as module) 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled 22:03:53 [2023-10-18T22:03:53.865Z] Optional (for encrypted networks): 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_CRYPTO: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_CRYPTO_AEAD: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_CRYPTO_GCM: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_CRYPTO_SEQIV: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_CRYPTO_GHASH: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_XFRM: enabled 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_XFRM_USER: enabled (as module) 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_XFRM_ALGO: enabled (as module) 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_INET_ESP: enabled (as module) 22:03:53 [2023-10-18T22:03:53.865Z] - "ipvlan": 22:03:53 [2023-10-18T22:03:53.865Z] - CONFIG_IPVLAN: enabled (as module) 22:03:53 [2023-10-18T22:03:53.865Z] - "macvlan": 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_MACVLAN: enabled (as module) 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_DUMMY: enabled (as module) 22:03:54 [2023-10-18T22:03:54.126Z] - "ftp,tftp client in container": 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_NF_NAT_FTP: enabled (as module) 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_NF_NAT_TFTP: enabled (as module) 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) 22:03:54 [2023-10-18T22:03:54.126Z] - Storage Drivers: 22:03:54 [2023-10-18T22:03:54.126Z] - "aufs": 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_AUFS_FS: enabled (as module) 22:03:54 [2023-10-18T22:03:54.126Z] - "btrfs": 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_BTRFS_FS: enabled (as module) 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled 22:03:54 [2023-10-18T22:03:54.126Z] - "devicemapper": 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_BLK_DEV_DM: enabled 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) 22:03:54 [2023-10-18T22:03:54.126Z] - "overlay": 22:03:54 [2023-10-18T22:03:54.126Z] - CONFIG_OVERLAY_FS: enabled (as module) 22:03:54 [2023-10-18T22:03:54.126Z] - "zfs": 22:03:54 [2023-10-18T22:03:54.126Z] - /dev/zfs: present 22:03:54 [2023-10-18T22:03:54.126Z] - zfs command: missing 22:03:54 [2023-10-18T22:03:54.126Z] - zpool command: missing 22:03:54 [2023-10-18T22:03:54.126Z] 22:03:54 [2023-10-18T22:03:54.126Z] Limits: 22:03:54 [2023-10-18T22:03:54.126Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 22:03:54 [2023-10-18T22:03:54.126Z] 22:03:54 [2023-10-18T22:03:54.126Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh 22:03:54 [2023-10-18T22:03:54.432Z] + docker build --force-rm -t docker:535b70e90c59d249cfa5bb62cfdd140153a80d34 . 22:03:54 [2023-10-18T22:03:54.693Z] #0 building with "default" instance using docker driver 22:03:54 [2023-10-18T22:03:54.693Z] 22:03:54 [2023-10-18T22:03:54.693Z] #1 [internal] load .dockerignore 22:03:54 [2023-10-18T22:03:54.693Z] #1 transferring context: 113B done 22:03:54 [2023-10-18T22:03:54.693Z] #1 DONE 0.1s 22:03:54 [2023-10-18T22:03:54.693Z] 22:03:54 [2023-10-18T22:03:54.693Z] #2 [internal] load build definition from Dockerfile 22:03:54 [2023-10-18T22:03:54.693Z] #2 transferring dockerfile: 27.84kB done 22:03:54 [2023-10-18T22:03:54.693Z] #2 DONE 0.1s 22:03:54 [2023-10-18T22:03:54.693Z] 22:03:54 [2023-10-18T22:03:54.693Z] #3 resolve image config for docker.io/docker/dockerfile:1 22:03:55 [2023-10-18T22:03:55.264Z] #3 DONE 0.4s 22:03:55 [2023-10-18T22:03:55.264Z] 22:03:55 [2023-10-18T22:03:55.264Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 22:03:55 [2023-10-18T22:03:55.264Z] #4 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done 22:03:55 [2023-10-18T22:03:55.264Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 4.19MB / 11.02MB 0.1s 22:03:55 [2023-10-18T22:03:55.264Z] #4 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done 22:03:55 [2023-10-18T22:03:55.264Z] #4 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done 22:03:55 [2023-10-18T22:03:55.264Z] #4 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done 22:03:55 [2023-10-18T22:03:55.264Z] #4 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 22:03:55 [2023-10-18T22:03:55.264Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done 22:03:55 [2023-10-18T22:03:55.264Z] #4 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done 22:03:55 [2023-10-18T22:03:55.264Z] #4 DONE 0.3s 22:03:55 [2023-10-18T22:03:55.525Z] 22:03:55 [2023-10-18T22:03:55.525Z] #5 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 22:03:56 [2023-10-18T22:03:56.911Z] #5 DONE 1.2s 22:03:56 [2023-10-18T22:03:56.911Z] 22:03:56 [2023-10-18T22:03:56.911Z] #6 [internal] load metadata for docker.io/library/golang:1.20.10-bullseye 22:03:56 [2023-10-18T22:03:56.911Z] #6 DONE 1.3s 22:03:56 [2023-10-18T22:03:56.911Z] 22:03:56 [2023-10-18T22:03:56.911Z] #7 [internal] load metadata for docker.io/docker/buildx-bin:0.11.2 22:03:56 [2023-10-18T22:03:56.911Z] #7 DONE 1.3s 22:03:56 [2023-10-18T22:03:56.911Z] 22:03:56 [2023-10-18T22:03:56.911Z] #8 [internal] load metadata for docker.io/library/busybox:latest 22:03:56 [2023-10-18T22:03:56.911Z] #8 DONE 1.3s 22:03:56 [2023-10-18T22:03:56.911Z] 22:03:56 [2023-10-18T22:03:56.911Z] #9 [internal] load metadata for docker.io/library/debian:bullseye 22:03:56 [2023-10-18T22:03:56.911Z] #9 DONE 1.3s 22:03:56 [2023-10-18T22:03:56.911Z] 22:03:56 [2023-10-18T22:03:56.911Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 22:03:56 [2023-10-18T22:03:56.911Z] #10 DONE 1.3s 22:03:57 [2023-10-18T22:03:57.171Z] 22:03:57 [2023-10-18T22:03:57.171Z] #11 [internal] load build context 22:03:58 [2023-10-18T22:03:58.116Z] #11 ... 22:03:58 [2023-10-18T22:03:58.116Z] 22:03:58 [2023-10-18T22:03:58.116Z] #12 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 22:03:58 [2023-10-18T22:03:58.116Z] #12 resolve docker.io/library/busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 0.2s done 22:03:58 [2023-10-18T22:03:58.116Z] #12 sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 2.29kB / 2.29kB done 22:03:58 [2023-10-18T22:03:58.116Z] #12 sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11 528B / 528B done 22:03:58 [2023-10-18T22:03:58.116Z] #12 sha256:fc9db2894f4e4b8c296b8c9dab7e18a6e78de700d21bc0cfaf5c78484226db9c 1.47kB / 1.47kB done 22:03:58 [2023-10-18T22:03:58.116Z] #12 sha256:8a0af25e8c2e5dc07c14df3b857877f58bf10c944685cb717b81c5a90974a5ee 1.92MB / 1.92MB 0.2s done 22:03:58 [2023-10-18T22:03:58.116Z] #12 extracting sha256:8a0af25e8c2e5dc07c14df3b857877f58bf10c944685cb717b81c5a90974a5ee 0.1s done 22:03:58 [2023-10-18T22:03:58.116Z] #12 DONE 0.9s 22:03:58 [2023-10-18T22:03:58.116Z] 22:03:58 [2023-10-18T22:03:58.116Z] #11 [internal] load build context 22:03:59 [2023-10-18T22:03:59.059Z] #11 transferring context: 67.72MB 1.8s done 22:03:59 [2023-10-18T22:03:59.059Z] #11 DONE 1.9s 22:03:59 [2023-10-18T22:03:59.059Z] 22:03:59 [2023-10-18T22:03:59.059Z] #13 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647 22:03:59 [2023-10-18T22:03:59.059Z] #13 resolve docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647 0.2s done 22:03:59 [2023-10-18T22:03:59.059Z] #13 sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647 8.43kB / 8.43kB done 22:03:59 [2023-10-18T22:03:59.059Z] #13 sha256:72063b8434af3e33c5e482f4432eaa293a62d010f907a8e61de4aca2b897f168 482B / 482B done 22:03:59 [2023-10-18T22:03:59.059Z] #13 sha256:a6921127aa893540af6281ca86f9acb7d5de67c0e34f407ff27705836995d407 1.14kB / 1.14kB done 22:03:59 [2023-10-18T22:03:59.059Z] #13 sha256:83dd0f3a655166fb7a4047920553ab005e8ddd63e1444c9bcf8c215b26da129f 15.77MB / 15.77MB 0.7s done 22:03:59 [2023-10-18T22:03:59.059Z] #13 extracting sha256:83dd0f3a655166fb7a4047920553ab005e8ddd63e1444c9bcf8c215b26da129f 0.3s done 22:03:59 [2023-10-18T22:03:59.059Z] #13 DONE 1.9s 22:03:59 [2023-10-18T22:03:59.059Z] 22:03:59 [2023-10-18T22:03:59.059Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 22:03:59 [2023-10-18T22:03:59.059Z] #14 resolve docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 0.3s done 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 1.86kB / 1.86kB done 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:0780978389faa11ff595bf7ccb5ed707fdf31fdefe14a027c22f6d5f05de69c1 7.08kB / 7.08kB done 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:46839d5c6cbea0de2d0b175617eb73641fdf00a5ea9a799c9eb90241d5ccdfaa 1.58kB / 1.58kB done 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 53.71MB / 53.71MB 0.9s done 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:cd7a630df11a812111dd2b7f5b819a692f2350ad055fab0cd3e60b322c2eead5 15.75MB / 15.75MB 1.0s done 22:03:59 [2023-10-18T22:03:59.059Z] #14 extracting sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 0.6s 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:d9c8e3bce435b9fb78d2fd6a8f0ce18ddecff51902c10074a9da4287cb35963b 49.28MB / 54.70MB 1.5s 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 47.07MB / 95.74MB 1.5s 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 32.51MB / 81.49MB 1.5s 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:d9c8e3bce435b9fb78d2fd6a8f0ce18ddecff51902c10074a9da4287cb35963b 54.70MB / 54.70MB 1.6s 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:d9c8e3bce435b9fb78d2fd6a8f0ce18ddecff51902c10074a9da4287cb35963b 54.70MB / 54.70MB 1.7s done 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 62.91MB / 95.74MB 1.7s 22:03:59 [2023-10-18T22:03:59.059Z] #14 sha256:451495e4a7344e52137bd14f6e1d04252b726a88c7cd4fff0b7897ce6bc349d9 0B / 155B 1.7s 22:03:59 [2023-10-18T22:03:59.321Z] #14 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 40.89MB / 81.49MB 1.8s 22:03:59 [2023-10-18T22:03:59.321Z] #14 sha256:451495e4a7344e52137bd14f6e1d04252b726a88c7cd4fff0b7897ce6bc349d9 155B / 155B 1.8s done 22:03:59 [2023-10-18T22:03:59.321Z] #14 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 54.53MB / 81.49MB 2.0s 22:03:59 [2023-10-18T22:03:59.582Z] #14 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 82.84MB / 95.74MB 2.1s 22:03:59 [2023-10-18T22:03:59.582Z] #14 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 66.06MB / 81.49MB 2.1s 22:03:59 [2023-10-18T22:03:59.843Z] #14 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 93.32MB / 95.74MB 2.4s 22:03:59 [2023-10-18T22:03:59.843Z] #14 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 79.69MB / 81.49MB 2.4s 22:04:00 [2023-10-18T22:04:00.105Z] #14 sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 81.49MB / 81.49MB 2.7s done 22:04:00 [2023-10-18T22:04:00.366Z] #14 sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 95.74MB / 95.74MB 2.9s done 22:04:00 [2023-10-18T22:04:00.366Z] #14 ... 22:04:00 [2023-10-18T22:04:00.366Z] 22:04:00 [2023-10-18T22:04:00.366Z] #15 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 22:04:00 [2023-10-18T22:04:00.366Z] #15 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done 22:04:00 [2023-10-18T22:04:00.366Z] #15 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done 22:04:00 [2023-10-18T22:04:00.366Z] #15 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done 22:04:00 [2023-10-18T22:04:00.366Z] #15 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done 22:04:00 [2023-10-18T22:04:00.366Z] #15 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.5s done 22:04:00 [2023-10-18T22:04:00.366Z] #15 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.1s done 22:04:00 [2023-10-18T22:04:00.366Z] #15 DONE 3.5s 22:04:00 [2023-10-18T22:04:00.366Z] 22:04:00 [2023-10-18T22:04:00.366Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 22:04:00 [2023-10-18T22:04:00.366Z] #14 extracting sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 2.2s done 22:04:00 [2023-10-18T22:04:00.627Z] #14 extracting sha256:cd7a630df11a812111dd2b7f5b819a692f2350ad055fab0cd3e60b322c2eead5 22:04:00 [2023-10-18T22:04:00.627Z] #14 ... 22:04:00 [2023-10-18T22:04:00.627Z] 22:04:00 [2023-10-18T22:04:00.627Z] #16 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 22:04:00 [2023-10-18T22:04:00.627Z] #16 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.3s done 22:04:00 [2023-10-18T22:04:00.627Z] #16 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done 22:04:00 [2023-10-18T22:04:00.627Z] #16 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done 22:04:00 [2023-10-18T22:04:00.627Z] #16 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done 22:04:00 [2023-10-18T22:04:00.627Z] #16 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 3.0s done 22:04:00 [2023-10-18T22:04:00.627Z] #16 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done 22:04:00 [2023-10-18T22:04:00.627Z] #16 DONE 3.7s 22:04:00 [2023-10-18T22:04:00.627Z] 22:04:00 [2023-10-18T22:04:00.627Z] #17 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:c141beaa9e0767774221cc82efe3a6712a1cc4f75d2699334dfd9a28a6f7357b 22:04:00 [2023-10-18T22:04:00.627Z] #17 resolve docker.io/library/debian:bullseye@sha256:c141beaa9e0767774221cc82efe3a6712a1cc4f75d2699334dfd9a28a6f7357b 0.3s done 22:04:00 [2023-10-18T22:04:00.627Z] #17 sha256:9369a4a8069a235728caedd4cda816161ef33a51a59a6591662972b18463188c 1.48kB / 1.48kB done 22:04:00 [2023-10-18T22:04:00.627Z] #17 sha256:c141beaa9e0767774221cc82efe3a6712a1cc4f75d2699334dfd9a28a6f7357b 1.85kB / 1.85kB done 22:04:00 [2023-10-18T22:04:00.627Z] #17 sha256:7a89d1fd045f797f2f34dd778bdf19335587357c3603859f2048f4c0285b06a8 529B / 529B done 22:04:00 [2023-10-18T22:04:00.627Z] #17 sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 53.71MB / 53.71MB 0.9s done 22:04:00 [2023-10-18T22:04:00.627Z] #17 extracting sha256:dd0dc10f921f4b3b65b17f20d367374079e6cb4e26531624ee64caaaf4adcc28 2.2s done 22:04:00 [2023-10-18T22:04:00.627Z] #17 DONE 3.7s 22:04:00 [2023-10-18T22:04:00.627Z] 22:04:00 [2023-10-18T22:04:00.627Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 22:04:00 [2023-10-18T22:04:00.888Z] #14 ... 22:04:00 [2023-10-18T22:04:00.888Z] 22:04:00 [2023-10-18T22:04:00.888Z] #18 [build-dummy 2/2] RUN mkdir -p /build 22:04:00 [2023-10-18T22:04:00.888Z] #18 DONE 2.9s 22:04:00 [2023-10-18T22:04:00.888Z] 22:04:00 [2023-10-18T22:04:00.888Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 22:04:00 [2023-10-18T22:04:00.888Z] #14 extracting sha256:cd7a630df11a812111dd2b7f5b819a692f2350ad055fab0cd3e60b322c2eead5 0.3s done 22:04:01 [2023-10-18T22:04:01.149Z] #14 extracting sha256:d9c8e3bce435b9fb78d2fd6a8f0ce18ddecff51902c10074a9da4287cb35963b 22:04:02 [2023-10-18T22:04:02.540Z] #14 extracting sha256:d9c8e3bce435b9fb78d2fd6a8f0ce18ddecff51902c10074a9da4287cb35963b 1.5s done 22:04:02 [2023-10-18T22:04:02.802Z] #14 extracting sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 0.1s 22:04:04 [2023-10-18T22:04:04.190Z] #14 extracting sha256:211c8057838854322032a4dd1bc8c7f6b6153c4a220fdd291a45493e1925f494 1.4s done 22:04:04 [2023-10-18T22:04:04.451Z] #14 extracting sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 22:04:06 [2023-10-18T22:04:06.366Z] #14 ... 22:04:06 [2023-10-18T22:04:06.366Z] 22:04:06 [2023-10-18T22:04:06.366Z] #19 [binary-dummy 1/1] COPY --from=build-dummy /build /build 22:04:06 [2023-10-18T22:04:06.366Z] #19 DONE 3.4s 22:04:06 [2023-10-18T22:04:06.366Z] 22:04:06 [2023-10-18T22:04:06.366Z] #20 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq 22:04:06 [2023-10-18T22:04:06.366Z] #20 0.925 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 0.957 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 0.981 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 1.078 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 1.423 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 1.459 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 2.318 Fetched 8426 kB in 2s (5102 kB/s) 22:04:06 [2023-10-18T22:04:06.366Z] #20 2.318 Reading package lists... 22:04:06 [2023-10-18T22:04:06.366Z] #20 2.859 Reading package lists... 22:04:06 [2023-10-18T22:04:06.366Z] #20 3.392 Building dependency tree... 22:04:06 [2023-10-18T22:04:06.366Z] #20 3.740 The following additional packages will be installed: 22:04:06 [2023-10-18T22:04:06.366Z] #20 3.740 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 22:04:06 [2023-10-18T22:04:06.366Z] #20 3.740 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl 22:04:06 [2023-10-18T22:04:06.366Z] #20 3.742 Recommended packages: 22:04:06 [2023-10-18T22:04:06.366Z] #20 3.742 libldap-common publicsuffix libsasl2-modules 22:04:06 [2023-10-18T22:04:06.366Z] #20 3.861 The following NEW packages will be installed: 22:04:06 [2023-10-18T22:04:06.366Z] #20 3.861 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 22:04:06 [2023-10-18T22:04:06.366Z] #20 3.862 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db 22:04:06 [2023-10-18T22:04:06.366Z] #20 3.862 libssh2-1 openssl 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.135 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.135 Need to get 2951 kB of archives. 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.135 After this operation, 6501 kB of additional disk space will be used. 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.135 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1w-0+deb11u1 [837 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.202 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.215 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.220 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.225 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.232 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.234 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.239 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.242 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.245 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.250 Get:11 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u10 [326 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.253 Get:12 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u10 [265 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.256 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.259 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.266 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.472 debconf: delaying package configuration, since apt-utils is not installed 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.539 Fetched 2951 kB in 0s (7411 kB/s) 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.641 Selecting previously unselected package openssl. 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.641 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6656 files and directories currently installed.) 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.645 Preparing to unpack .../00-openssl_1.1.1w-0+deb11u1_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.366Z] #20 4.754 Unpacking openssl (1.1.1w-0+deb11u1) ... 22:04:06 [2023-10-18T22:04:06.366Z] #20 5.222 Selecting previously unselected package ca-certificates. 22:04:06 [2023-10-18T22:04:06.366Z] #20 5.223 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... 22:04:06 [2023-10-18T22:04:06.366Z] #20 5.231 Unpacking ca-certificates (20210119) ... 22:04:06 [2023-10-18T22:04:06.366Z] #20 5.522 Selecting previously unselected package libbrotli1:arm64. 22:04:06 [2023-10-18T22:04:06.366Z] #20 5.524 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.366Z] #20 5.534 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... 22:04:06 [2023-10-18T22:04:06.367Z] #20 5.663 Selecting previously unselected package libsasl2-modules-db:arm64. 22:04:06 [2023-10-18T22:04:06.367Z] #20 5.664 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.367Z] #20 5.669 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... 22:04:06 [2023-10-18T22:04:06.367Z] #20 5.709 Selecting previously unselected package libsasl2-2:arm64. 22:04:06 [2023-10-18T22:04:06.367Z] #20 5.711 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.367Z] #20 5.715 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... 22:04:06 [2023-10-18T22:04:06.367Z] #20 5.761 Selecting previously unselected package libldap-2.4-2:arm64. 22:04:06 [2023-10-18T22:04:06.367Z] #20 5.762 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.367Z] #20 5.767 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.823 Selecting previously unselected package libnghttp2-14:arm64. 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.824 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.828 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.872 Selecting previously unselected package libpsl5:arm64. 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.874 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.880 Unpacking libpsl5:arm64 (0.21.0-1.2) ... 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.919 Selecting previously unselected package librtmp1:arm64. 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.920 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.925 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.967 Selecting previously unselected package libssh2-1:arm64. 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.969 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.628Z] #20 5.973 Unpacking libssh2-1:arm64 (1.9.0-2) ... 22:04:06 [2023-10-18T22:04:06.628Z] #20 6.019 Selecting previously unselected package libcurl4:arm64. 22:04:06 [2023-10-18T22:04:06.628Z] #20 6.020 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u10_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.081 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u10) ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.133 Selecting previously unselected package curl. 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.135 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u10_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.139 Unpacking curl (7.74.0-1.3+deb11u10) ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.194 Selecting previously unselected package libonig5:arm64. 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.195 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.199 Unpacking libonig5:arm64 (6.9.6-1.1) ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.251 Selecting previously unselected package libjq1:arm64. 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.253 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.257 Unpacking libjq1:arm64 (1.6-2.1) ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.295 Selecting previously unselected package jq. 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.296 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.301 Unpacking jq (1.6-2.1) ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.341 Setting up libpsl5:arm64 (0.21.0-1.2) ... 22:04:06 [2023-10-18T22:04:06.889Z] #20 6.356 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... 22:04:07 [2023-10-18T22:04:07.150Z] #20 6.371 Setting up libnghttp2-14:arm64 (1.43.0-1) ... 22:04:07 [2023-10-18T22:04:07.150Z] #20 6.385 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.150Z] #20 6.398 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 22:04:07 [2023-10-18T22:04:07.150Z] #20 6.409 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.150Z] #20 6.422 Setting up libssh2-1:arm64 (1.9.0-2) ... 22:04:07 [2023-10-18T22:04:07.150Z] #20 6.437 Setting up openssl (1.1.1w-0+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.150Z] #20 6.453 Setting up libonig5:arm64 (6.9.6-1.1) ... 22:04:07 [2023-10-18T22:04:07.150Z] #20 6.467 Setting up libjq1:arm64 (1.6-2.1) ... 22:04:07 [2023-10-18T22:04:07.150Z] #20 6.482 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... 22:04:07 [2023-10-18T22:04:07.150Z] #20 6.493 Setting up ca-certificates (20210119) ... 22:04:07 [2023-10-18T22:04:07.723Z] #20 6.984 Updating certificates in /etc/ssl/certs... 22:04:08 [2023-10-18T22:04:08.297Z] #20 7.554 129 added, 0 removed; done. 22:04:08 [2023-10-18T22:04:08.297Z] #20 7.594 Setting up jq (1.6-2.1) ... 22:04:08 [2023-10-18T22:04:08.297Z] #20 7.604 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u10) ... 22:04:08 [2023-10-18T22:04:08.297Z] #20 7.617 Setting up curl (7.74.0-1.3+deb11u10) ... 22:04:08 [2023-10-18T22:04:08.297Z] #20 7.630 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:04:08 [2023-10-18T22:04:08.297Z] #20 7.658 Processing triggers for ca-certificates (20210119) ... 22:04:08 [2023-10-18T22:04:08.297Z] #20 7.667 Updating certificates in /etc/ssl/certs... 22:04:08 [2023-10-18T22:04:08.565Z] #20 ... 22:04:08 [2023-10-18T22:04:08.565Z] 22:04:08 [2023-10-18T22:04:08.565Z] #14 [base 1/5] FROM docker.io/library/golang:1.20.10-bullseye@sha256:082569b3303b164cc4a7c88ac59b19b69c1a5d662041ac0dca046ac239632442 22:04:08 [2023-10-18T22:04:08.565Z] #14 extracting sha256:230d15426ba2b1bab464755e57963a47ab0a636dbd1af3ab3c5134270c0aa86d 3.7s done 22:04:08 [2023-10-18T22:04:08.565Z] #14 extracting sha256:451495e4a7344e52137bd14f6e1d04252b726a88c7cd4fff0b7897ce6bc349d9 done 22:04:08 [2023-10-18T22:04:08.565Z] #14 DONE 11.5s 22:04:08 [2023-10-18T22:04:08.565Z] 22:04:08 [2023-10-18T22:04:08.565Z] #21 [base 2/5] COPY --from=xx / / 22:04:11 [2023-10-18T22:04:11.119Z] #21 DONE 2.5s 22:04:11 [2023-10-18T22:04:11.119Z] 22:04:11 [2023-10-18T22:04:11.119Z] #20 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq 22:04:11 [2023-10-18T22:04:11.119Z] #20 8.121 0 added, 0 removed; done. 22:04:11 [2023-10-18T22:04:11.119Z] #20 8.121 Running hooks in /etc/ca-certificates/update.d... 22:04:11 [2023-10-18T22:04:11.119Z] #20 8.122 done. 22:04:11 [2023-10-18T22:04:11.119Z] #20 DONE 10.3s 22:04:11 [2023-10-18T22:04:11.119Z] 22:04:11 [2023-10-18T22:04:11.119Z] #22 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache 22:04:11 [2023-10-18T22:04:11.119Z] #22 ... 22:04:11 [2023-10-18T22:04:11.119Z] 22:04:11 [2023-10-18T22:04:11.119Z] #23 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / 22:04:11 [2023-10-18T22:04:11.119Z] #23 DONE 0.1s 22:04:11 [2023-10-18T22:04:11.381Z] 22:04:11 [2023-10-18T22:04:11.381Z] #22 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache 22:04:11 [2023-10-18T22:04:11.381Z] #22 DONE 0.3s 22:04:11 [2023-10-18T22:04:11.381Z] 22:04:11 [2023-10-18T22:04:11.381Z] #24 [base 4/5] RUN test -n "$APT_MIRROR" && sed -ri "s#(httpredir|deb|security).debian.org#${APT_MIRROR}#g" /etc/apt/sources.list || true 22:04:11 [2023-10-18T22:04:11.643Z] #24 DONE 0.3s 22:04:11 [2023-10-18T22:04:11.643Z] 22:04:11 [2023-10-18T22:04:11.643Z] #25 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:13 [2023-10-18T22:04:13.559Z] #25 2.365 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... 22:04:14 [2023-10-18T22:04:14.131Z] #25 2.937 #=#=# 22:04:14 [2023-10-18T22:04:14.653Z] #25 3.196 #=#=# ################################################ 67.6% ######################################################################## 100.0% 22:04:14 [2023-10-18T22:04:14.653Z] #25 3.454 22:04:16 [2023-10-18T22:04:16.038Z] #25 ... 22:04:16 [2023-10-18T22:04:16.038Z] 22:04:16 [2023-10-18T22:04:16.038Z] #26 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file 22:04:16 [2023-10-18T22:04:16.038Z] #26 0.630 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:16 [2023-10-18T22:04:16.038Z] #26 0.640 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:16 [2023-10-18T22:04:16.038Z] #26 0.640 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:16 [2023-10-18T22:04:16.038Z] #26 0.764 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:16 [2023-10-18T22:04:16.038Z] #26 0.884 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:16 [2023-10-18T22:04:16.038Z] #26 0.999 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:16 [2023-10-18T22:04:16.038Z] #26 1.719 Fetched 8426 kB in 1s (6242 kB/s) 22:04:16 [2023-10-18T22:04:16.038Z] #26 1.719 Reading package lists... 22:04:16 [2023-10-18T22:04:16.038Z] #26 2.266 Reading package lists... 22:04:16 [2023-10-18T22:04:16.038Z] #26 2.812 Building dependency tree... 22:04:16 [2023-10-18T22:04:16.038Z] #26 2.978 Reading state information... 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.177 The following additional packages will be installed: 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.178 libmagic-mgc libmagic1 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.205 The following NEW packages will be installed: 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.206 file libmagic-mgc libmagic1 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.479 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.479 Need to get 465 kB of archives. 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.479 After this operation, 7075 kB of additional disk space will be used. 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.479 Get:1 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3+deb11u1 [273 kB] 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.485 Get:2 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3+deb11u1 [123 kB] 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.487 Get:3 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3+deb11u1 [69.2 kB] 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.613 debconf: delaying package configuration, since apt-utils is not installed 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.652 Fetched 465 kB in 0s (1698 kB/s) 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.671 Selecting previously unselected package libmagic-mgc. 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.671 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15711 files and directories currently installed.) 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.681 Preparing to unpack .../libmagic-mgc_1%3a5.39-3+deb11u1_arm64.deb ... 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.685 Unpacking libmagic-mgc (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.757 Selecting previously unselected package libmagic1:arm64. 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.759 Preparing to unpack .../libmagic1_1%3a5.39-3+deb11u1_arm64.deb ... 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.767 Unpacking libmagic1:arm64 (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.808 Selecting previously unselected package file. 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.810 Preparing to unpack .../file_1%3a5.39-3+deb11u1_arm64.deb ... 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.815 Unpacking file (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.857 Setting up libmagic-mgc (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.868 Setting up libmagic1:arm64 (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.889 Setting up file (1:5.39-3+deb11u1) ... 22:04:16 [2023-10-18T22:04:16.038Z] #26 3.903 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:04:16 [2023-10-18T22:04:16.038Z] #26 DONE 4.2s 22:04:16 [2023-10-18T22:04:16.038Z] 22:04:16 [2023-10-18T22:04:16.038Z] #27 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli 22:04:16 [2023-10-18T22:04:16.038Z] #27 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.038Z] 22:04:16 [2023-10-18T22:04:16.038Z] #28 [swagger-src 1/3] WORKDIR /usr/src/swagger 22:04:16 [2023-10-18T22:04:16.038Z] #28 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.038Z] 22:04:16 [2023-10-18T22:04:16.038Z] #29 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution 22:04:16 [2023-10-18T22:04:16.038Z] #29 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.038Z] 22:04:16 [2023-10-18T22:04:16.038Z] #30 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd 22:04:16 [2023-10-18T22:04:16.038Z] #30 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.038Z] 22:04:16 [2023-10-18T22:04:16.038Z] #31 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini 22:04:16 [2023-10-18T22:04:16.038Z] #31 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.038Z] 22:04:16 [2023-10-18T22:04:16.038Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger 22:04:16 [2023-10-18T22:04:16.038Z] #32 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.038Z] 22:04:16 [2023-10-18T22:04:16.038Z] #33 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake 22:04:16 [2023-10-18T22:04:16.299Z] #33 ... 22:04:16 [2023-10-18T22:04:16.300Z] 22:04:16 [2023-10-18T22:04:16.300Z] #34 [registry-src 1/2] WORKDIR /usr/src/registry 22:04:16 [2023-10-18T22:04:16.300Z] #34 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.300Z] 22:04:16 [2023-10-18T22:04:16.300Z] #35 [containerd-src 1/3] WORKDIR /usr/src/containerd 22:04:16 [2023-10-18T22:04:16.300Z] #35 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.300Z] 22:04:16 [2023-10-18T22:04:16.300Z] #36 [delve-src 1/3] WORKDIR /usr/src/delve 22:04:16 [2023-10-18T22:04:16.300Z] #36 DONE 0.2s 22:04:16 [2023-10-18T22:04:16.300Z] 22:04:16 [2023-10-18T22:04:16.300Z] #37 [runc-src 1/3] WORKDIR /usr/src/runc 22:04:16 [2023-10-18T22:04:16.300Z] #37 DONE 0.3s 22:04:16 [2023-10-18T22:04:16.300Z] 22:04:16 [2023-10-18T22:04:16.300Z] #38 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc 22:04:16 [2023-10-18T22:04:16.300Z] #38 DONE 0.3s 22:04:16 [2023-10-18T22:04:16.300Z] 22:04:16 [2023-10-18T22:04:16.300Z] #39 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit 22:04:16 [2023-10-18T22:04:16.300Z] #39 DONE 0.3s 22:04:16 [2023-10-18T22:04:16.300Z] 22:04:16 [2023-10-18T22:04:16.300Z] #40 [tini-src 1/3] WORKDIR /usr/src/tini 22:04:16 [2023-10-18T22:04:16.300Z] #40 DONE 0.3s 22:04:16 [2023-10-18T22:04:16.300Z] 22:04:16 [2023-10-18T22:04:16.300Z] #41 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit 22:04:16 [2023-10-18T22:04:16.300Z] #41 DONE 0.3s 22:04:16 [2023-10-18T22:04:16.300Z] 22:04:16 [2023-10-18T22:04:16.300Z] #42 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" 22:04:16 [2023-10-18T22:04:16.561Z] #42 ... 22:04:16 [2023-10-18T22:04:16.561Z] 22:04:16 [2023-10-18T22:04:16.561Z] #43 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.417 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.417 hint: is subject to change. To configure the initial branch name to use in all 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.417 hint: of your new repositories, which will suppress this warning, call: 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.417 hint: 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.417 hint: git config --global init.defaultBranch <name> 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.417 hint: 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.417 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.417 hint: 'development'. The just-created branch can be renamed via this command: 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.417 hint: 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.417 hint: git branch -m <name> 22:04:16 [2023-10-18T22:04:16.561Z] #43 0.419 Initialized empty Git repository in /usr/src/registry/.git/ 22:04:16 [2023-10-18T22:04:16.561Z] #43 DONE 0.5s 22:04:16 [2023-10-18T22:04:16.821Z] 22:04:16 [2023-10-18T22:04:16.821Z] #44 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git" 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.532 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.532 hint: is subject to change. To configure the initial branch name to use in all 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.532 hint: of your new repositories, which will suppress this warning, call: 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.532 hint: 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.532 hint: git config --global init.defaultBranch <name> 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.532 hint: 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.532 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.532 hint: 'development'. The just-created branch can be renamed via this command: 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.532 hint: 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.532 hint: git branch -m <name> 22:04:16 [2023-10-18T22:04:16.821Z] #44 0.533 Initialized empty Git repository in /usr/src/swagger/.git/ 22:04:16 [2023-10-18T22:04:16.821Z] #44 DONE 0.6s 22:04:16 [2023-10-18T22:04:16.821Z] 22:04:16 [2023-10-18T22:04:16.821Z] #45 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD 22:04:17 [2023-10-18T22:04:17.083Z] #45 ... 22:04:17 [2023-10-18T22:04:17.083Z] 22:04:17 [2023-10-18T22:04:17.083Z] #46 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.711 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.711 hint: is subject to change. To configure the initial branch name to use in all 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.711 hint: of your new repositories, which will suppress this warning, call: 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.711 hint: 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.711 hint: git config --global init.defaultBranch <name> 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.711 hint: 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.711 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.711 hint: 'development'. The just-created branch can be renamed via this command: 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.711 hint: 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.711 hint: git branch -m <name> 22:04:17 [2023-10-18T22:04:17.083Z] #46 0.713 Initialized empty Git repository in /usr/src/containerd/.git/ 22:04:17 [2023-10-18T22:04:17.083Z] #46 DONE 0.8s 22:04:17 [2023-10-18T22:04:17.083Z] 22:04:17 [2023-10-18T22:04:17.083Z] #25 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:17 [2023-10-18T22:04:17.083Z] #25 5.328 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... 22:04:17 [2023-10-18T22:04:17.083Z] #25 5.934 #=#=# 22:04:17 [2023-10-18T22:04:17.608Z] #25 6.086 #=#=# ##O#-# 0.4% ######################################################################## 100.0% 22:04:17 [2023-10-18T22:04:17.871Z] #25 ... 22:04:17 [2023-10-18T22:04:17.871Z] 22:04:17 [2023-10-18T22:04:17.871Z] #47 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.405 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.405 hint: is subject to change. To configure the initial branch name to use in all 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.405 hint: of your new repositories, which will suppress this warning, call: 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.405 hint: 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.405 hint: git config --global init.defaultBranch <name> 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.405 hint: 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.405 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.405 hint: 'development'. The just-created branch can be renamed via this command: 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.405 hint: 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.405 hint: git branch -m <name> 22:04:17 [2023-10-18T22:04:17.871Z] #47 1.406 Initialized empty Git repository in /usr/src/delve/.git/ 22:04:17 [2023-10-18T22:04:17.871Z] #47 DONE 1.6s 22:04:17 [2023-10-18T22:04:17.871Z] 22:04:17 [2023-10-18T22:04:17.871Z] #25 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:17 [2023-10-18T22:04:17.871Z] #25 6.577 22:04:18 [2023-10-18T22:04:18.134Z] #25 ... 22:04:18 [2023-10-18T22:04:18.134Z] 22:04:18 [2023-10-18T22:04:18.134Z] #42 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.586 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.586 hint: is subject to change. To configure the initial branch name to use in all 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.586 hint: of your new repositories, which will suppress this warning, call: 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.586 hint: 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.586 hint: git config --global init.defaultBranch <name> 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.586 hint: 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.586 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.586 hint: 'development'. The just-created branch can be renamed via this command: 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.586 hint: 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.586 hint: git branch -m <name> 22:04:18 [2023-10-18T22:04:18.134Z] #42 1.587 Initialized empty Git repository in /usr/src/rootlesskit/.git/ 22:04:18 [2023-10-18T22:04:18.134Z] #42 DONE 1.8s 22:04:18 [2023-10-18T22:04:18.134Z] 22:04:18 [2023-10-18T22:04:18.134Z] #33 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake 22:04:18 [2023-10-18T22:04:18.134Z] #33 1.072 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:18 [2023-10-18T22:04:18.134Z] #33 1.083 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:18 [2023-10-18T22:04:18.134Z] #33 1.083 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:18 [2023-10-18T22:04:18.134Z] #33 1.211 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:18 [2023-10-18T22:04:18.134Z] #33 1.345 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:18 [2023-10-18T22:04:18.134Z] #33 1.494 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:18 [2023-10-18T22:04:18.396Z] #33 2.213 Fetched 8426 kB in 1s (5935 kB/s) 22:04:18 [2023-10-18T22:04:18.971Z] #33 2.213 Reading package lists... 22:04:19 [2023-10-18T22:04:19.547Z] #33 2.860 Reading package lists... 22:04:19 [2023-10-18T22:04:19.809Z] #33 3.514 Building dependency tree... 22:04:20 [2023-10-18T22:04:20.071Z] #33 4.002 The following additional packages will be installed: 22:04:20 [2023-10-18T22:04:20.071Z] #33 4.002 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 22:04:20 [2023-10-18T22:04:20.071Z] #33 4.002 Suggested packages: 22:04:20 [2023-10-18T22:04:20.071Z] #33 4.002 cmake-doc ninja-build lrzip 22:04:20 [2023-10-18T22:04:20.334Z] #33 4.106 The following NEW packages will be installed: 22:04:20 [2023-10-18T22:04:20.334Z] #33 4.106 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 22:04:20 [2023-10-18T22:04:20.334Z] #33 ... 22:04:20 [2023-10-18T22:04:20.334Z] 22:04:20 [2023-10-18T22:04:20.334Z] #48 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git" 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.467 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.467 hint: is subject to change. To configure the initial branch name to use in all 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.467 hint: of your new repositories, which will suppress this warning, call: 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.467 hint: 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.467 hint: git config --global init.defaultBranch <name> 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.467 hint: 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.467 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.467 hint: 'development'. The just-created branch can be renamed via this command: 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.467 hint: 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.467 hint: git branch -m <name> 22:04:20 [2023-10-18T22:04:20.334Z] #48 2.499 Initialized empty Git repository in /usr/src/runc/.git/ 22:04:20 [2023-10-18T22:04:20.334Z] #48 DONE 4.3s 22:04:20 [2023-10-18T22:04:20.597Z] 22:04:20 [2023-10-18T22:04:20.597Z] #49 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.125 hint: Using 'master' as the name for the initial branch. This default branch name 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.125 hint: is subject to change. To configure the initial branch name to use in all 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.125 hint: of your new repositories, which will suppress this warning, call: 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.125 hint: 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.125 hint: git config --global init.defaultBranch <name> 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.125 hint: 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.125 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.125 hint: 'development'. The just-created branch can be renamed via this command: 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.125 hint: 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.125 hint: git branch -m <name> 22:04:20 [2023-10-18T22:04:20.597Z] #49 2.127 Initialized empty Git repository in /usr/src/tini/.git/ 22:04:20 [2023-10-18T22:04:20.597Z] #49 DONE 4.3s 22:04:20 [2023-10-18T22:04:20.597Z] 22:04:20 [2023-10-18T22:04:20.597Z] #50 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:23 [2023-10-18T22:04:23.923Z] #50 DONE 3.5s 22:04:23 [2023-10-18T22:04:23.923Z] 22:04:23 [2023-10-18T22:04:23.923Z] #45 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD 22:04:23 [2023-10-18T22:04:23.923Z] #45 DONE 7.2s 22:04:23 [2023-10-18T22:04:23.923Z] 22:04:23 [2023-10-18T22:04:23.923Z] #51 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:23 [2023-10-18T22:04:23.923Z] #51 DONE 6.1s 22:04:23 [2023-10-18T22:04:23.923Z] 22:04:23 [2023-10-18T22:04:23.923Z] #25 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:23 [2023-10-18T22:04:23.923Z] #25 9.107 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... 22:04:23 [2023-10-18T22:04:23.923Z] #25 9.879 #=#=# 22:04:23 [2023-10-18T22:04:23.923Z] #25 10.18 #=#=# 0.1% ############################### 44.1% ########################################## 59.2% ######################################################################## 100.0% 22:04:23 [2023-10-18T22:04:23.923Z] #25 11.04 22:04:25 [2023-10-18T22:04:25.316Z] #25 13.84 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... 22:04:25 [2023-10-18T22:04:25.858Z] #25 14.52 #=#=# 22:04:25 [2023-10-18T22:04:25.858Z] #25 ... 22:04:25 [2023-10-18T22:04:25.858Z] 22:04:25 [2023-10-18T22:04:25.858Z] #52 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2" && /build/gotestsum --version 22:04:25 [2023-10-18T22:04:25.858Z] #52 2.109 go: downloading gotest.tools/gotestsum v1.8.2 22:04:25 [2023-10-18T22:04:25.858Z] #52 2.914 go: downloading golang.org/x/tools v0.1.11 22:04:25 [2023-10-18T22:04:25.858Z] #52 2.914 go: downloading github.com/dnephin/pflag v1.0.7 22:04:25 [2023-10-18T22:04:25.858Z] #52 2.914 go: downloading github.com/fatih/color v1.13.0 22:04:25 [2023-10-18T22:04:25.858Z] #52 2.915 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f 22:04:25 [2023-10-18T22:04:25.858Z] #52 2.915 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 22:04:25 [2023-10-18T22:04:25.858Z] #52 2.917 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 22:04:25 [2023-10-18T22:04:25.858Z] #52 2.968 go: downloading github.com/fsnotify/fsnotify v1.5.4 22:04:25 [2023-10-18T22:04:25.858Z] #52 2.968 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 22:04:25 [2023-10-18T22:04:25.858Z] #52 2.994 go: downloading github.com/mattn/go-colorable v0.1.12 22:04:25 [2023-10-18T22:04:25.858Z] #52 3.011 go: downloading github.com/mattn/go-isatty v0.0.14 22:04:25 [2023-10-18T22:04:25.858Z] #52 4.233 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 22:04:25 [2023-10-18T22:04:25.858Z] #52 ... 22:04:25 [2023-10-18T22:04:25.858Z] 22:04:25 [2023-10-18T22:04:25.858Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0" && /build/shfmt --version 22:04:25 [2023-10-18T22:04:25.858Z] #53 1.838 go: downloading mvdan.cc/sh/v3 v3.6.0 22:04:25 [2023-10-18T22:04:25.858Z] #53 2.204 go: downloading golang.org/x/term v0.3.0 22:04:25 [2023-10-18T22:04:25.858Z] #53 2.205 go: downloading github.com/google/renameio/v2 v2.0.0 22:04:25 [2023-10-18T22:04:25.858Z] #53 2.205 go: downloading mvdan.cc/editorconfig v0.2.0 22:04:25 [2023-10-18T22:04:25.858Z] #53 2.205 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e 22:04:25 [2023-10-18T22:04:25.858Z] #53 2.239 go: downloading golang.org/x/sys v0.3.0 22:04:26 [2023-10-18T22:04:26.120Z] #53 ... 22:04:26 [2023-10-18T22:04:26.120Z] 22:04:26 [2023-10-18T22:04:26.120Z] #54 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:26 [2023-10-18T22:04:26.120Z] #54 3.033 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:26 [2023-10-18T22:04:26.120Z] #54 3.059 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:26 [2023-10-18T22:04:26.120Z] #54 3.067 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:26 [2023-10-18T22:04:26.120Z] #54 3.407 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:26 [2023-10-18T22:04:26.120Z] #54 3.833 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:26 [2023-10-18T22:04:26.120Z] #54 4.345 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:26 [2023-10-18T22:04:26.120Z] #54 5.331 Fetched 8426 kB in 3s (3316 kB/s) 22:04:26 [2023-10-18T22:04:26.120Z] #54 5.331 Reading package lists... 22:04:26 [2023-10-18T22:04:26.120Z] #54 7.017 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:04:26 [2023-10-18T22:04:26.120Z] #54 7.017 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:04:26 [2023-10-18T22:04:26.120Z] #54 7.017 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:04:26 [2023-10-18T22:04:26.120Z] #54 8.624 Reading package lists... 22:04:26 [2023-10-18T22:04:26.120Z] #54 9.444 + apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:26 [2023-10-18T22:04:26.120Z] #54 9.458 Reading package lists... 22:04:26 [2023-10-18T22:04:26.121Z] #54 ... 22:04:26 [2023-10-18T22:04:26.121Z] 22:04:26 [2023-10-18T22:04:26.121Z] #55 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; 22:04:26 [2023-10-18T22:04:26.121Z] #55 1.767 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 1.780 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 1.780 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 1.966 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 2.165 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 2.342 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 3.198 Fetched 8426 kB in 2s (5016 kB/s) 22:04:26 [2023-10-18T22:04:26.121Z] #55 3.198 Reading package lists... 22:04:26 [2023-10-18T22:04:26.121Z] #55 3.986 Reading package lists... 22:04:26 [2023-10-18T22:04:26.121Z] #55 4.745 Building dependency tree... 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.384 python3 is already the newest version (3.9.2-3). 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.384 The following additional packages will be installed: 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.384 autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.384 patch xz-utils 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.409 Suggested packages: 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.409 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.409 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.409 m4-doc ed diffutils-doc 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.409 Recommended packages: 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.409 fakeroot libalgorithm-merge-perl libltdl-dev 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.807 The following NEW packages will be installed: 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.816 autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.817 libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2 22:04:26 [2023-10-18T22:04:26.121Z] #55 5.818 libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.105 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded. 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.105 Need to get 5461 kB of archives. 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.105 After this operation, 11.6 MB of additional disk space will be used. 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.105 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.109 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.118 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.120 Get:4 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.122 Get:5 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.127 Get:6 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.128 Get:7 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.136 Get:8 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.139 Get:9 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2314 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.180 Get:10 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.183 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.183 Get:12 http://deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.186 Get:13 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.188 Get:14 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.189 Get:15 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.190 Get:16 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.194 Get:17 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.198 Get:18 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.200 Get:19 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3+deb11u2 [23.5 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.213 Get:20 http://deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3+deb11u2 [32.1 kB] 22:04:26 [2023-10-18T22:04:26.121Z] #55 6.864 debconf: delaying package configuration, since apt-utils is not installed 22:04:26 [2023-10-18T22:04:26.121Z] #55 7.009 Fetched 5461 kB in 0s (14.5 MB/s) 22:04:26 [2023-10-18T22:04:26.121Z] #55 7.169 Selecting previously unselected package bzip2. 22:04:26 [2023-10-18T22:04:26.121Z] #55 7.169 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15746 files and directories currently installed.) 22:04:26 [2023-10-18T22:04:26.121Z] #55 7.180 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 7.243 Unpacking bzip2 (1.0.8-4) ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 7.789 Selecting previously unselected package xz-utils. 22:04:26 [2023-10-18T22:04:26.121Z] #55 7.793 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 7.845 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 8.343 Selecting previously unselected package libsigsegv2:arm64. 22:04:26 [2023-10-18T22:04:26.121Z] #55 8.349 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 8.468 Unpacking libsigsegv2:arm64 (2.13-1) ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 8.976 Selecting previously unselected package m4. 22:04:26 [2023-10-18T22:04:26.121Z] #55 8.979 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 9.060 Unpacking m4 (1.4.18-5) ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 9.472 Selecting previously unselected package autoconf. 22:04:26 [2023-10-18T22:04:26.121Z] #55 9.474 Preparing to unpack .../04-autoconf_2.69-14_all.deb ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 9.517 Unpacking autoconf (2.69-14) ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 10.07 Selecting previously unselected package autotools-dev. 22:04:26 [2023-10-18T22:04:26.121Z] #55 10.08 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ... 22:04:26 [2023-10-18T22:04:26.121Z] #55 10.26 Unpacking autotools-dev (20180224.1+nmu1) ... 22:04:26 [2023-10-18T22:04:26.451Z] #55 ... 22:04:26 [2023-10-18T22:04:26.451Z] 22:04:26 [2023-10-18T22:04:26.451Z] #56 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 rm -f ./.git/*.lock && /download-or-build-cli.sh v24.0.2 https://github.com/docker/cli.git /build && /build/docker --version 22:04:26 [2023-10-18T22:04:26.451Z] #56 ... 22:04:26 [2023-10-18T22:04:26.451Z] 22:04:26 [2023-10-18T22:04:26.451Z] #57 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libc6-dev 22:04:26 [2023-10-18T22:04:26.451Z] #57 4.104 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:26 [2023-10-18T22:04:26.451Z] #57 4.147 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:26 [2023-10-18T22:04:26.451Z] #57 4.153 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:26 [2023-10-18T22:04:26.451Z] #57 4.502 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:26 [2023-10-18T22:04:26.451Z] #57 5.209 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:26 [2023-10-18T22:04:26.451Z] #57 5.909 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:26 [2023-10-18T22:04:26.451Z] #57 6.917 Fetched 8426 kB in 3s (2747 kB/s) 22:04:26 [2023-10-18T22:04:26.451Z] #57 6.917 Reading package lists... 22:04:26 [2023-10-18T22:04:26.451Z] #57 8.719 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:04:26 [2023-10-18T22:04:26.451Z] #57 8.720 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:04:26 [2023-10-18T22:04:26.451Z] #57 8.721 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:04:26 [2023-10-18T22:04:26.713Z] #57 9.973 Reading package lists... 22:04:26 [2023-10-18T22:04:26.713Z] #57 ... 22:04:26 [2023-10-18T22:04:26.713Z] 22:04:26 [2023-10-18T22:04:26.713Z] #58 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.9" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:26 [2023-10-18T22:04:26.713Z] #58 DONE 6.2s 22:04:26 [2023-10-18T22:04:26.713Z] 22:04:26 [2023-10-18T22:04:26.713Z] #59 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help 22:04:26 [2023-10-18T22:04:26.713Z] #59 2.366 go: downloading github.com/pelletier/go-toml v1.8.1 22:04:26 [2023-10-18T22:04:26.713Z] #59 ... 22:04:26 [2023-10-18T22:04:26.713Z] 22:04:26 [2023-10-18T22:04:26.713Z] #60 [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 22:04:26 [2023-10-18T22:04:26.713Z] #60 ... 22:04:26 [2023-10-18T22:04:26.713Z] 22:04:26 [2023-10-18T22:04:26.713Z] #61 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:26 [2023-10-18T22:04:26.713Z] #61 3.643 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/* 22:04:26 [2023-10-18T22:04:26.713Z] #61 5.506 + git checkout -q FETCH_HEAD 22:04:26 [2023-10-18T22:04:26.713Z] #61 5.849 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go 22:04:26 [2023-10-18T22:04:26.713Z] #61 5.849 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.532 internal/coverage/rtcov 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.548 internal/goexperiment 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.549 internal/unsafeheader 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.560 internal/goarch 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.569 internal/race 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.569 internal/goos 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.569 internal/cpu 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.624 sync/atomic 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.625 runtime/internal/syscall 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.635 unicode 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.680 unicode/utf8 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.704 internal/abi 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.706 runtime/internal/math 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.724 runtime/internal/sys 22:04:26 [2023-10-18T22:04:26.713Z] #61 6.986 container/list 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.035 internal/itoa 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.080 math/bits 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.083 crypto/internal/alias 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.234 crypto/subtle 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.272 crypto/internal/boring/sig 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.279 unicode/utf16 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.288 vendor/golang.org/x/crypto/cryptobyte/asn1 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.483 math 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.486 internal/bytealg 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.487 runtime/internal/atomic 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.491 internal/nettrace 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.505 vendor/golang.org/x/crypto/internal/alias 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.642 encoding 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.649 github.com/docker/distribution/manifest 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.659 github.com/inconshreveable/mousetrap 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.680 github.com/docker/distribution/registry/storage/driver/gcs 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.703 github.com/docker/distribution/registry/storage/driver/oss 22:04:26 [2023-10-18T22:04:26.713Z] #61 7.901 runtime 22:04:26 [2023-10-18T22:04:26.988Z] #61 ... 22:04:26 [2023-10-18T22:04:26.988Z] 22:04:26 [2023-10-18T22:04:26.988Z] #62 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:26 [2023-10-18T22:04:26.988Z] #62 DONE 9.2s 22:04:26 [2023-10-18T22:04:26.988Z] 22:04:26 [2023-10-18T22:04:26.988Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev 22:04:26 [2023-10-18T22:04:26.988Z] #63 3.754 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:04:26 [2023-10-18T22:04:26.988Z] #63 3.778 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:04:26 [2023-10-18T22:04:26.988Z] #63 3.779 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:04:26 [2023-10-18T22:04:26.988Z] #63 4.138 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:04:26 [2023-10-18T22:04:26.988Z] #63 4.838 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:04:26 [2023-10-18T22:04:26.988Z] #63 5.613 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:04:26 [2023-10-18T22:04:26.988Z] #63 6.472 Fetched 8426 kB in 3s (2859 kB/s) 22:04:26 [2023-10-18T22:04:26.988Z] #63 6.472 Reading package lists... 22:04:26 [2023-10-18T22:04:26.988Z] #63 8.161 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:04:26 [2023-10-18T22:04:26.988Z] #63 8.161 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:04:26 [2023-10-18T22:04:26.988Z] #63 8.161 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:04:26 [2023-10-18T22:04:26.988Z] #63 9.033 Reading package lists... 22:04:26 [2023-10-18T22:04:26.988Z] #63 9.924 + apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev 22:04:27 [2023-10-18T22:04:27.251Z] #63 9.970 Reading package lists... 22:04:27 [2023-10-18T22:04:27.251Z] #63 11.00 Building dependency tree... 22:04:27 [2023-10-18T22:04:27.251Z] #63 ... 22:04:27 [2023-10-18T22:04:27.251Z] 22:04:27 [2023-10-18T22:04:27.251Z] #64 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0" && /build/go-winres --help 22:04:27 [2023-10-18T22:04:27.251Z] #64 1.551 go: downloading github.com/tc-hib/go-winres v0.3.0 22:04:27 [2023-10-18T22:04:27.251Z] #64 2.028 go: downloading github.com/tc-hib/winres v0.1.6 22:04:27 [2023-10-18T22:04:27.251Z] #64 2.028 go: downloading github.com/urfave/cli/v2 v2.3.0 22:04:27 [2023-10-18T22:04:27.251Z] #64 2.226 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 22:04:27 [2023-10-18T22:04:27.251Z] #64 2.227 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb 22:04:27 [2023-10-18T22:04:27.251Z] #64 2.247 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 22:04:27 [2023-10-18T22:04:27.251Z] #64 2.269 go: downloading github.com/russross/blackfriday/v2 v2.1.0 22:04:27 [2023-10-18T22:04:27.251Z] #64 ... 22:04:27 [2023-10-18T22:04:27.251Z] 22:04:27 [2023-10-18T22:04:27.251Z] #65 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.6" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:27 [2023-10-18T22:04:27.251Z] #65 ... 22:04:27 [2023-10-18T22:04:27.251Z] 22:04:27 [2023-10-18T22:04:27.251Z] #66 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2" && /build/golangci-lint --version 22:04:27 [2023-10-18T22:04:27.251Z] #66 3.231 go: downloading github.com/golangci/golangci-lint v1.54.2 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.155 go: downloading github.com/fatih/color v1.15.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.155 go: downloading github.com/gofrs/flock v0.8.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.169 go: downloading github.com/spf13/cobra v1.7.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.169 go: downloading github.com/spf13/pflag v1.0.5 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.169 go: downloading github.com/spf13/viper v1.12.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.177 go: downloading gopkg.in/yaml.v3 v3.0.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.221 go: downloading golang.org/x/tools v0.12.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.221 go: downloading github.com/hashicorp/go-version v1.6.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.342 go: downloading github.com/ldez/gomoddirectives v0.2.3 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.342 go: downloading github.com/mitchellh/go-homedir v1.1.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.342 go: downloading github.com/mitchellh/mapstructure v1.5.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.421 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.425 go: downloading github.com/hashicorp/go-multierror v1.1.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.565 go: downloading github.com/mattn/go-colorable v0.1.13 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.565 go: downloading github.com/sirupsen/logrus v1.9.3 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.577 go: downloading github.com/stretchr/testify v1.8.4 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.641 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.726 go: downloading github.com/mattn/go-isatty v0.0.17 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.727 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.818 go: downloading github.com/hashicorp/errwrap v1.0.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.833 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.876 go: downloading 4d63.com/gochecknoglobals v0.2.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.878 go: downloading github.com/4meepo/tagalign v1.3.2 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.880 go: downloading github.com/Abirdcfly/dupword v0.0.12 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.965 go: downloading github.com/Antonboom/errname v0.1.12 22:04:27 [2023-10-18T22:04:27.251Z] #66 4.965 go: downloading github.com/Antonboom/nilnil v0.1.7 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.021 go: downloading github.com/BurntSushi/toml v1.3.2 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.026 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.053 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.115 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.115 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.265 go: downloading github.com/alexkohler/prealloc v1.0.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.269 go: downloading github.com/alingse/asasalint v0.0.11 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.273 go: downloading github.com/ashanbrown/forbidigo v1.6.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.305 go: downloading github.com/ashanbrown/makezero v1.1.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.312 go: downloading github.com/bkielbasa/cyclop v1.2.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.421 go: downloading github.com/blizzy78/varnamelen v0.8.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.453 go: downloading github.com/bombsimon/wsl/v3 v3.4.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.457 go: downloading github.com/breml/bidichk v0.2.4 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.517 go: downloading github.com/breml/errchkjson v0.3.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.517 go: downloading github.com/butuzov/ireturn v0.2.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.517 go: downloading github.com/butuzov/mirror v1.1.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.517 go: downloading github.com/charithe/durationcheck v0.0.10 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.573 go: downloading github.com/curioswitch/go-reassign v0.2.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.583 go: downloading github.com/daixiang0/gci v0.11.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.669 go: downloading github.com/denis-tingaikin/go-header v0.4.3 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.717 go: downloading github.com/esimonov/ifshort v1.0.4 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.784 go: downloading github.com/firefart/nonamedreturns v1.0.4 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.784 go: downloading github.com/fzipp/gocyclo v0.6.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.787 go: downloading github.com/go-critic/go-critic v0.9.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.787 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 22:04:27 [2023-10-18T22:04:27.251Z] #66 5.884 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.009 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.033 go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.060 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.205 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.350 go: downloading github.com/golangci/misspell v0.4.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.352 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.352 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.410 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.410 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.415 go: downloading github.com/hexops/gotextdiff v1.0.3 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.543 go: downloading github.com/jgautheron/goconst v1.5.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.551 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.682 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.722 go: downloading github.com/julz/importas v0.1.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.722 go: downloading github.com/kisielk/errcheck v1.6.3 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.723 go: downloading github.com/kkHAIKE/contextcheck v1.1.4 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.789 go: downloading github.com/kulti/thelper v0.6.3 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.899 go: downloading github.com/kunwardeep/paralleltest v1.0.8 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.910 go: downloading github.com/kyoh86/exportloopref v0.1.11 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.911 go: downloading github.com/ldez/tagliatelle v0.5.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.912 go: downloading github.com/leonklingele/grouper v1.1.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 6.913 go: downloading github.com/lufeee/execinquery v1.2.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.063 go: downloading github.com/maratori/testableexamples v1.0.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.086 go: downloading github.com/maratori/testpackage v1.1.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.091 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.193 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.198 go: downloading github.com/mgechev/revive v1.3.2 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.330 go: downloading github.com/moricho/tparallel v0.3.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.331 go: downloading github.com/nakabonne/nestif v0.3.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.451 go: downloading github.com/nishanths/exhaustive v0.11.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.609 go: downloading github.com/nishanths/predeclared v0.2.2 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.609 go: downloading github.com/polyfloyd/go-errorlint v1.4.4 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.609 go: downloading github.com/nunnatsa/ginkgolinter v0.13.5 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.610 go: downloading github.com/ryancurrah/gomodguard v1.3.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.716 go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.718 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.815 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.816 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.835 go: downloading github.com/securego/gosec/v2 v2.17.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.851 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.851 go: downloading github.com/sivchari/containedctx v1.0.3 22:04:27 [2023-10-18T22:04:27.251Z] #66 7.934 go: downloading github.com/sivchari/nosnakecase v1.7.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 8.027 go: downloading github.com/sivchari/tenv v1.7.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 8.028 go: downloading github.com/sonatard/noctx v0.0.2 22:04:27 [2023-10-18T22:04:27.251Z] #66 8.049 go: downloading github.com/sourcegraph/go-diff v0.7.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 8.101 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 8.249 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 22:04:27 [2023-10-18T22:04:27.251Z] #66 8.267 go: downloading github.com/tdakkota/asciicheck v0.2.0 22:04:27 [2023-10-18T22:04:27.251Z] #66 8.294 go: downloading github.com/tetafro/godot v1.4.14 22:04:27 [2023-10-18T22:04:27.251Z] #66 8.314 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.315 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.316 go: downloading github.com/timonwong/loggercheck v0.9.4 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.316 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.317 go: downloading github.com/ultraware/funlen v0.1.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.432 go: downloading github.com/ultraware/whitespace v0.0.5 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.450 go: downloading github.com/uudashr/gocognit v1.0.7 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.547 go: downloading github.com/xen0n/gosmopolitan v1.2.1 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.550 go: downloading github.com/yagipy/maintidx v1.0.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.624 go: downloading github.com/yeya24/promlinter v0.2.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.647 go: downloading github.com/ykadowak/zerologlint v0.1.3 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.648 go: downloading gitlab.com/bosi/decorder v0.4.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.660 go: downloading go.tmz.dev/musttag v0.7.2 22:04:27 [2023-10-18T22:04:27.252Z] #66 8.695 go: downloading honnef.co/go/tools v0.4.5 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.290 go: downloading mvdan.cc/gofumpt v0.5.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.509 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.574 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.679 go: downloading github.com/spf13/afero v1.8.2 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.680 go: downloading github.com/spf13/cast v1.5.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.681 go: downloading golang.org/x/mod v0.12.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.686 go: downloading golang.org/x/sys v0.11.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.686 go: downloading github.com/spf13/jwalterweatherman v1.1.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.693 go: downloading github.com/davecgh/go-spew v1.1.1 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.782 go: downloading github.com/pmezard/go-difflib v1.0.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.922 go: downloading github.com/stretchr/objx v0.5.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 9.949 go: downloading github.com/fatih/structtag v1.2.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.04 go: downloading github.com/gobwas/glob v0.2.3 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.04 go: downloading github.com/google/go-cmp v0.5.9 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.07 go: downloading gopkg.in/yaml.v2 v2.4.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.26 go: downloading golang.org/x/sync v0.3.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.38 go: downloading go.uber.org/zap v1.24.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.40 go: downloading github.com/go-toolsmith/astfmt v1.1.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.49 go: downloading github.com/go-toolsmith/astcast v1.1.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.49 go: downloading github.com/go-toolsmith/astcopy v1.1.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.88 go: downloading github.com/go-toolsmith/astequal v1.1.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.92 go: downloading github.com/go-toolsmith/astp v1.1.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 10.99 go: downloading github.com/go-toolsmith/strparse v1.1.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 11.00 go: downloading github.com/go-toolsmith/typep v1.1.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 11.18 go: downloading github.com/quasilyte/go-ruleguard v0.4.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 11.18 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 22:04:27 [2023-10-18T22:04:27.252Z] #66 11.19 go: downloading github.com/kisielk/gotool v1.0.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 11.22 go: downloading golang.org/x/text v0.12.0 22:04:27 [2023-10-18T22:04:27.252Z] #66 11.29 go: downloading github.com/gostaticanalysis/comment v1.4.2 22:04:27 [2023-10-18T22:04:27.252Z] #66 11.35 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 22:04:27 [2023-10-18T22:04:27.252Z] #66 11.38 go: downloading github.com/ettle/strcase v0.1.1 22:04:27 [2023-10-18T22:04:27.578Z] #66 11.53 go: downloading github.com/Masterminds/semver v1.5.0 22:04:27 [2023-10-18T22:04:27.578Z] #66 11.55 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1 22:04:27 [2023-10-18T22:04:27.578Z] #66 ... 22:04:27 [2023-10-18T22:04:27.578Z] 22:04:27 [2023-10-18T22:04:27.578Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev 22:04:27 [2023-10-18T22:04:27.578Z] #63 11.00 Building dependency tree... 22:04:28 [2023-10-18T22:04:28.152Z] #63 11.82 gcc is already the newest version (4:10.2.1-1). 22:04:28 [2023-10-18T22:04:28.152Z] #63 11.82 libc6-dev is already the newest version (2.31-13+deb11u7). 22:04:28 [2023-10-18T22:04:28.152Z] #63 11.82 The following additional packages will be installed: 22:04:28 [2023-10-18T22:04:28.152Z] #63 11.84 bzip2 patch xz-utils 22:04:28 [2023-10-18T22:04:28.152Z] #63 11.85 Suggested packages: 22:04:28 [2023-10-18T22:04:28.152Z] #63 11.85 bzip2-doc debian-keyring seccomp ed diffutils-doc 22:04:28 [2023-10-18T22:04:28.152Z] #63 11.85 Recommended packages: 22:04:28 [2023-10-18T22:04:28.152Z] #63 11.85 build-essential fakeroot libalgorithm-merge-perl 22:04:28 [2023-10-18T22:04:28.152Z] #63 12.01 The following NEW packages will be installed: 22:04:28 [2023-10-18T22:04:28.152Z] #63 12.01 bzip2 dpkg-dev libseccomp-dev patch xz-utils 22:04:28 [2023-10-18T22:04:28.741Z] #63 12.33 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. 22:04:28 [2023-10-18T22:04:28.741Z] #63 12.33 Need to get 2791 kB of archives. 22:04:28 [2023-10-18T22:04:28.741Z] #63 12.33 After this operation, 4078 kB of additional disk space will be used. 22:04:28 [2023-10-18T22:04:28.741Z] #63 12.33 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] 22:04:28 [2023-10-18T22:04:28.741Z] #63 12.47 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] 22:04:28 [2023-10-18T22:04:28.741Z] #63 12.49 Get:3 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] 22:04:28 [2023-10-18T22:04:28.741Z] #63 12.50 Get:4 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2314 kB] 22:04:28 [2023-10-18T22:04:28.741Z] #63 12.54 Get:5 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] 22:04:29 [2023-10-18T22:04:29.003Z] #63 12.91 debconf: delaying package configuration, since apt-utils is not installed 22:04:29 [2023-10-18T22:04:29.293Z] #63 13.12 Fetched 2791 kB in 1s (5496 kB/s) 22:04:29 [2023-10-18T22:04:29.555Z] #63 13.37 Selecting previously unselected package bzip2. 22:04:29 [2023-10-18T22:04:29.555Z] #63 13.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15746 files and directories currently installed.) 22:04:29 [2023-10-18T22:04:29.555Z] #63 13.41 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ... 22:04:29 [2023-10-18T22:04:29.817Z] #63 13.47 Unpacking bzip2 (1.0.8-4) ... 22:04:30 [2023-10-18T22:04:30.079Z] #63 13.99 Selecting previously unselected package xz-utils. 22:04:30 [2023-10-18T22:04:30.360Z] #63 14.00 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.360Z] #63 14.08 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... 22:04:30 [2023-10-18T22:04:30.623Z] #63 ... 22:04:30 [2023-10-18T22:04:30.623Z] 22:04:30 [2023-10-18T22:04:30.623Z] #33 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.435 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.435 Need to get 15.1 MB of archives. 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.435 After this operation, 66.8 MB of additional disk space will be used. 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.435 Get:1 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.458 Get:2 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.544 Get:3 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB] 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.552 Get:4 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.554 Get:5 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.559 Get:6 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.559 Get:7 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.563 Get:8 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.884 debconf: delaying package configuration, since apt-utils is not installed 22:04:30 [2023-10-18T22:04:30.623Z] #33 4.948 Fetched 15.1 MB in 0s (31.2 MB/s) 22:04:30 [2023-10-18T22:04:30.623Z] #33 5.072 Selecting previously unselected package cmake-data. 22:04:30 [2023-10-18T22:04:30.623Z] #33 5.072 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15746 files and directories currently installed.) 22:04:30 [2023-10-18T22:04:30.623Z] #33 5.085 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 5.194 Unpacking cmake-data (3.18.4-2+deb11u1) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 6.839 Selecting previously unselected package libicu67:arm64. 22:04:30 [2023-10-18T22:04:30.623Z] #33 6.845 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 6.971 Unpacking libicu67:arm64 (67.1-7) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 9.212 Selecting previously unselected package libxml2:arm64. 22:04:30 [2023-10-18T22:04:30.623Z] #33 9.215 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 9.245 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 9.908 Selecting previously unselected package libarchive13:arm64. 22:04:30 [2023-10-18T22:04:30.623Z] #33 9.918 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 10.12 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 10.78 Selecting previously unselected package libjsoncpp24:arm64. 22:04:30 [2023-10-18T22:04:30.623Z] #33 10.79 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 10.97 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 11.31 Selecting previously unselected package librhash0:arm64. 22:04:30 [2023-10-18T22:04:30.623Z] #33 11.31 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 11.32 Unpacking librhash0:arm64 (1.4.1-2) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 11.81 Selecting previously unselected package libuv1:arm64. 22:04:30 [2023-10-18T22:04:30.623Z] #33 11.81 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 11.84 Unpacking libuv1:arm64 (1.40.0-2) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 11.99 Selecting previously unselected package cmake. 22:04:30 [2023-10-18T22:04:30.623Z] #33 11.99 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 12.01 Unpacking cmake (3.18.4-2+deb11u1) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 13.55 Setting up libicu67:arm64 (67.1-7) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 13.83 Setting up libuv1:arm64 (1.40.0-2) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 14.04 Setting up libjsoncpp24:arm64 (1.9.4-4) ... 22:04:30 [2023-10-18T22:04:30.623Z] #33 14.27 Setting up librhash0:arm64 (1.4.1-2) ... 22:04:30 [2023-10-18T22:04:30.902Z] #33 ... 22:04:30 [2023-10-18T22:04:30.902Z] 22:04:30 [2023-10-18T22:04:30.902Z] #54 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:30 [2023-10-18T22:04:30.902Z] #54 9.458 Reading package lists... 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.17 Building dependency tree... 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.67 gcc is already the newest version (4:10.2.1-1). 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.67 The following additional packages will be installed: 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.67 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.67 libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.67 libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.68 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.68 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.68 python3-distutils python3-lib2to3 uuid-dev zlib1g-dev 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.68 Suggested packages: 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.68 libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin 22:04:30 [2023-10-18T22:04:30.902Z] #54 10.68 | libgdk-pixbuf2.0-dev libxml2-utils 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.11 The following NEW packages will be installed: 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.11 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.11 libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.11 libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.11 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.11 libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.11 libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.41 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.41 Need to get 7950 kB of archives. 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.41 After this operation, 39.9 MB of additional disk space will be used. 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.41 Get:1 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.41 Get:2 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.43 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.43 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.43 Get:5 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.43 Get:6 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.43 Get:7 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.43 Get:8 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.43 Get:9 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.44 Get:10 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.47 Get:11 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.47 Get:12 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.66 Get:13 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.71 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.71 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.72 Get:16 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.72 Get:17 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.72 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.74 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.77 Get:20 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.77 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.82 Get:22 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.82 Get:23 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.82 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.82 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.83 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.83 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.84 Get:28 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.84 Get:29 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 11.87 Get:30 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB] 22:04:30 [2023-10-18T22:04:30.902Z] #54 12.18 debconf: delaying package configuration, since apt-utils is not installed 22:04:30 [2023-10-18T22:04:30.902Z] #54 12.36 Fetched 7950 kB in 1s (10.7 MB/s) 22:04:30 [2023-10-18T22:04:30.902Z] #54 12.61 Selecting previously unselected package libgirepository-1.0-1:arm64. 22:04:30 [2023-10-18T22:04:30.902Z] #54 12.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15746 files and directories currently installed.) 22:04:30 [2023-10-18T22:04:30.902Z] #54 12.65 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.902Z] #54 12.69 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... 22:04:30 [2023-10-18T22:04:30.902Z] #54 13.13 Selecting previously unselected package gir1.2-glib-2.0:arm64. 22:04:30 [2023-10-18T22:04:30.902Z] #54 13.14 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ... 22:04:30 [2023-10-18T22:04:30.902Z] #54 13.30 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... 22:04:30 [2023-10-18T22:04:30.902Z] #54 13.87 Selecting previously unselected package libsecret-common. 22:04:30 [2023-10-18T22:04:30.902Z] #54 13.87 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ... 22:04:30 [2023-10-18T22:04:30.902Z] #54 13.95 Unpacking libsecret-common (0.20.4-2) ... 22:04:31 [2023-10-18T22:04:31.165Z] #54 14.97 Selecting previously unselected package libsecret-1-0:arm64. 22:04:31 [2023-10-18T22:04:31.165Z] #54 14.97 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ... 22:04:31 [2023-10-18T22:04:31.427Z] #54 15.26 Unpacking libsecret-1-0:arm64 (0.20.4-2) ... 22:04:31 [2023-10-18T22:04:31.690Z] #54 ... 22:04:31 [2023-10-18T22:04:31.690Z] 22:04:31 [2023-10-18T22:04:31.690Z] #61 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:31 [2023-10-18T22:04:31.690Z] #61 14.95 internal/reflectlite 22:04:31 [2023-10-18T22:04:31.690Z] #61 14.95 sync 22:04:31 [2023-10-18T22:04:31.953Z] #61 15.19 internal/testlog 22:04:31 [2023-10-18T22:04:31.953Z] #61 15.19 internal/singleflight 22:04:31 [2023-10-18T22:04:31.953Z] #61 15.19 internal/godebug 22:04:32 [2023-10-18T22:04:32.215Z] #61 15.41 math/rand 22:04:32 [2023-10-18T22:04:32.215Z] #61 15.41 internal/intern 22:04:32 [2023-10-18T22:04:32.804Z] #61 15.88 sort 22:04:32 [2023-10-18T22:04:32.804Z] #61 15.88 errors 22:04:32 [2023-10-18T22:04:32.804Z] #61 15.95 io 22:04:32 [2023-10-18T22:04:32.804Z] #61 15.96 internal/oserror 22:04:32 [2023-10-18T22:04:32.804Z] #61 15.96 crypto/internal/nistec/fiat 22:04:32 [2023-10-18T22:04:32.804Z] #61 15.96 path 22:04:32 [2023-10-18T22:04:32.804Z] #61 15.97 internal/safefilepath 22:04:32 [2023-10-18T22:04:32.804Z] #61 15.97 vendor/golang.org/x/net/dns/dnsmessage 22:04:32 [2023-10-18T22:04:32.804Z] #61 15.98 strconv 22:04:32 [2023-10-18T22:04:32.804Z] #61 16.11 syscall 22:04:33 [2023-10-18T22:04:33.378Z] #61 16.50 container/heap 22:04:33 [2023-10-18T22:04:33.378Z] #61 16.54 bytes 22:04:33 [2023-10-18T22:04:33.378Z] #61 16.56 hash 22:04:33 [2023-10-18T22:04:33.378Z] #61 16.57 crypto/internal/randutil 22:04:33 [2023-10-18T22:04:33.378Z] #61 16.69 strings 22:04:33 [2023-10-18T22:04:33.378Z] #61 16.69 hash/crc32 22:04:33 [2023-10-18T22:04:33.378Z] #61 16.71 github.com/stevvooe/resumable 22:04:33 [2023-10-18T22:04:33.640Z] #61 16.81 text/tabwriter 22:04:33 [2023-10-18T22:04:33.640Z] #61 16.97 vendor/golang.org/x/text/transform 22:04:34 [2023-10-18T22:04:34.587Z] #61 17.72 bufio 22:04:34 [2023-10-18T22:04:34.587Z] #61 17.73 net/http/internal/ascii 22:04:34 [2023-10-18T22:04:34.587Z] #61 17.73 github.com/garyburd/redigo/internal 22:04:34 [2023-10-18T22:04:34.587Z] #61 17.73 html 22:04:34 [2023-10-18T22:04:34.587Z] #61 17.78 crypto 22:04:34 [2023-10-18T22:04:34.587Z] #61 17.79 reflect 22:04:34 [2023-10-18T22:04:34.587Z] #61 17.81 crypto/rc4 22:04:34 [2023-10-18T22:04:34.587Z] #61 17.84 net/netip 22:04:34 [2023-10-18T22:04:34.587Z] #61 17.94 regexp/syntax 22:04:34 [2023-10-18T22:04:34.849Z] #61 18.01 encoding/base32 22:04:34 [2023-10-18T22:04:34.849Z] #61 18.12 golang.org/x/crypto/blowfish 22:04:35 [2023-10-18T22:04:35.261Z] #61 ... 22:04:35 [2023-10-18T22:04:35.261Z] 22:04:35 [2023-10-18T22:04:35.261Z] #67 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...) 22:04:35 [2023-10-18T22:04:35.261Z] #67 ... 22:04:35 [2023-10-18T22:04:35.261Z] 22:04:35 [2023-10-18T22:04:35.261Z] #55 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; 22:04:35 [2023-10-18T22:04:35.261Z] #55 11.01 Selecting previously unselected package automake. 22:04:35 [2023-10-18T22:04:35.261Z] #55 11.01 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 11.02 Unpacking automake (1:1.16.3-2) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 11.55 Selecting previously unselected package patch. 22:04:35 [2023-10-18T22:04:35.261Z] #55 11.55 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 11.59 Unpacking patch (2.7.6-7) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 11.94 Selecting previously unselected package dpkg-dev. 22:04:35 [2023-10-18T22:04:35.261Z] #55 11.95 Preparing to unpack .../08-dpkg-dev_1.20.13_all.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 12.04 Unpacking dpkg-dev (1.20.13) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 12.76 Selecting previously unselected package build-essential. 22:04:35 [2023-10-18T22:04:35.261Z] #55 12.77 Preparing to unpack .../09-build-essential_12.9_arm64.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 12.79 Unpacking build-essential (12.9) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 13.08 Selecting previously unselected package libcap2:arm64. 22:04:35 [2023-10-18T22:04:35.261Z] #55 13.08 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 13.15 Unpacking libcap2:arm64 (1:2.44-1) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 13.71 Selecting previously unselected package libcap-dev:arm64. 22:04:35 [2023-10-18T22:04:35.261Z] #55 13.72 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 13.77 Unpacking libcap-dev:arm64 (1:2.44-1) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 14.32 Selecting previously unselected package libprotobuf-c1:arm64. 22:04:35 [2023-10-18T22:04:35.261Z] #55 14.32 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 14.39 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 15.35 Selecting previously unselected package libprotobuf-c-dev:arm64. 22:04:35 [2023-10-18T22:04:35.261Z] #55 15.35 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 15.52 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 16.23 Selecting previously unselected package libseccomp-dev:arm64. 22:04:35 [2023-10-18T22:04:35.261Z] #55 16.25 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 16.36 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 17.15 Selecting previously unselected package libsystemd-dev:arm64. 22:04:35 [2023-10-18T22:04:35.261Z] #55 17.15 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u4_arm64.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 17.31 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 18.12 Selecting previously unselected package libtool. 22:04:35 [2023-10-18T22:04:35.261Z] #55 18.12 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 18.36 Unpacking libtool (2.4.6-15) ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 18.78 Selecting previously unselected package libudev-dev:arm64. 22:04:35 [2023-10-18T22:04:35.261Z] #55 18.78 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u4_arm64.deb ... 22:04:35 [2023-10-18T22:04:35.261Z] #55 18.80 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ... 22:04:35 [2023-10-18T22:04:35.523Z] #55 ... 22:04:35 [2023-10-18T22:04:35.523Z] 22:04:35 [2023-10-18T22:04:35.523Z] #59 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help 22:04:35 [2023-10-18T22:04:35.523Z] #59 19.54 tomll can be used in two ways: 22:04:35 [2023-10-18T22:04:35.523Z] #59 19.55 Writing to STDIN and reading from STDOUT: 22:04:35 [2023-10-18T22:04:35.523Z] #59 19.55 cat file.toml | tomll > file.toml 22:04:35 [2023-10-18T22:04:35.523Z] #59 19.55 22:04:35 [2023-10-18T22:04:35.523Z] #59 19.55 Reading and updating a list of files: 22:04:35 [2023-10-18T22:04:35.523Z] #59 19.55 tomll a.toml b.toml c.toml 22:04:35 [2023-10-18T22:04:35.523Z] #59 19.55 22:04:35 [2023-10-18T22:04:35.524Z] #59 19.55 When given a list of files, tomll will modify all files in place without asking. 22:04:36 [2023-10-18T22:04:36.098Z] #59 ... 22:04:36 [2023-10-18T22:04:36.098Z] 22:04:36 [2023-10-18T22:04:36.098Z] #25 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:36 [2023-10-18T22:04:36.098Z] #25 14.88 #=#=# ######################################################################## 100.0% 22:04:36 [2023-10-18T22:04:36.098Z] #25 15.44 22:04:36 [2023-10-18T22:04:36.098Z] #25 17.11 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... 22:04:36 [2023-10-18T22:04:36.098Z] #25 18.02 #=#=# 22:04:36 [2023-10-18T22:04:36.098Z] #25 18.29 #=#=# ######################################################################## 100.0% 22:04:36 [2023-10-18T22:04:36.098Z] #25 18.77 22:04:36 [2023-10-18T22:04:36.098Z] #25 18.91 Download of images into '/build' complete. 22:04:36 [2023-10-18T22:04:36.098Z] #25 18.91 Use something like the following to load the result into a Docker daemon: 22:04:36 [2023-10-18T22:04:36.098Z] #25 18.92 tar -cC '/build' . | docker load 22:04:36 [2023-10-18T22:04:36.098Z] #25 ... 22:04:36 [2023-10-18T22:04:36.098Z] 22:04:36 [2023-10-18T22:04:36.098Z] #55 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; 22:04:36 [2023-10-18T22:04:36.098Z] #55 20.14 Selecting previously unselected package libyajl2:arm64. 22:04:36 [2023-10-18T22:04:36.098Z] #55 20.14 Preparing to unpack .../18-libyajl2_2.1.0-3+deb11u2_arm64.deb ... 22:04:36 [2023-10-18T22:04:36.098Z] #55 20.27 Unpacking libyajl2:arm64 (2.1.0-3+deb11u2) ... 22:04:36 [2023-10-18T22:04:36.430Z] #55 ... 22:04:36 [2023-10-18T22:04:36.430Z] 22:04:36 [2023-10-18T22:04:36.430Z] #57 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libc6-dev 22:04:36 [2023-10-18T22:04:36.430Z] #57 9.973 Reading package lists... 22:04:36 [2023-10-18T22:04:36.430Z] #57 10.97 + apt-get install -y --no-install-recommends gcc libc6-dev 22:04:36 [2023-10-18T22:04:36.430Z] #57 11.02 Reading package lists... 22:04:36 [2023-10-18T22:04:36.430Z] #57 12.10 Building dependency tree... 22:04:36 [2023-10-18T22:04:36.430Z] #57 12.75 gcc is already the newest version (4:10.2.1-1). 22:04:36 [2023-10-18T22:04:36.430Z] #57 12.75 libc6-dev is already the newest version (2.31-13+deb11u7). 22:04:36 [2023-10-18T22:04:36.430Z] #57 12.75 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:04:36 [2023-10-18T22:04:36.430Z] #57 DONE 20.1s 22:04:36 [2023-10-18T22:04:36.430Z] 22:04:36 [2023-10-18T22:04:36.430Z] #54 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:36 [2023-10-18T22:04:36.430Z] #54 15.86 Selecting previously unselected package gir1.2-secret-1:arm64. 22:04:36 [2023-10-18T22:04:36.430Z] #54 15.87 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ... 22:04:36 [2023-10-18T22:04:36.430Z] #54 16.02 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ... 22:04:36 [2023-10-18T22:04:36.430Z] #54 16.76 Selecting previously unselected package uuid-dev:arm64. 22:04:36 [2023-10-18T22:04:36.430Z] #54 16.76 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ... 22:04:36 [2023-10-18T22:04:36.430Z] #54 16.97 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:36 [2023-10-18T22:04:36.430Z] #54 18.00 Selecting previously unselected package libblkid-dev:arm64. 22:04:36 [2023-10-18T22:04:36.430Z] #54 18.00 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ... 22:04:36 [2023-10-18T22:04:36.430Z] #54 18.16 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:36 [2023-10-18T22:04:36.430Z] #54 18.97 Selecting previously unselected package libbtrfs0:arm64. 22:04:36 [2023-10-18T22:04:36.430Z] #54 18.97 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ... 22:04:36 [2023-10-18T22:04:36.430Z] #54 19.50 Unpacking libbtrfs0:arm64 (5.10.1-2) ... 22:04:36 [2023-10-18T22:04:36.430Z] #54 20.13 Selecting previously unselected package libbtrfs-dev:arm64. 22:04:36 [2023-10-18T22:04:36.430Z] #54 20.13 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ... 22:04:36 [2023-10-18T22:04:36.430Z] #54 20.22 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... 22:04:37 [2023-10-18T22:04:37.005Z] #54 20.92 Selecting previously unselected package libelf1:arm64. 22:04:37 [2023-10-18T22:04:37.005Z] #54 20.92 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.302Z] #54 21.03 Unpacking libelf1:arm64 (0.183-1) ... 22:04:37 [2023-10-18T22:04:37.564Z] #54 ... 22:04:37 [2023-10-18T22:04:37.564Z] 22:04:37 [2023-10-18T22:04:37.564Z] #68 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...) 22:04:37 [2023-10-18T22:04:37.564Z] #68 ... 22:04:37 [2023-10-18T22:04:37.564Z] 22:04:37 [2023-10-18T22:04:37.564Z] #66 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2" && /build/golangci-lint --version 22:04:37 [2023-10-18T22:04:37.564Z] #66 11.65 go: downloading github.com/prometheus/client_golang v1.12.1 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.04 go: downloading github.com/prometheus/client_model v0.2.0 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.04 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.06 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.11 go: downloading github.com/subosito/gotenv v1.4.1 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.24 go: downloading github.com/hashicorp/hcl v1.0.0 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.31 go: downloading gopkg.in/ini.v1 v1.67.0 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.32 go: downloading github.com/magiconair/properties v1.8.6 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.32 go: downloading github.com/pelletier/go-toml/v2 v2.0.5 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.58 go: downloading go.uber.org/atomic v1.7.0 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.73 go: downloading go.uber.org/multierr v1.6.0 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.79 go: downloading github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.79 go: downloading github.com/olekukonko/tablewriter v0.0.5 22:04:37 [2023-10-18T22:04:37.564Z] #66 12.93 go: downloading github.com/quasilyte/gogrep v0.5.0 22:04:37 [2023-10-18T22:04:37.565Z] #66 12.93 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 22:04:37 [2023-10-18T22:04:37.565Z] #66 12.94 go: downloading github.com/pelletier/go-toml v1.9.5 22:04:37 [2023-10-18T22:04:37.565Z] #66 13.15 go: downloading github.com/beorn7/perks v1.0.1 22:04:37 [2023-10-18T22:04:37.565Z] #66 13.15 go: downloading github.com/cespare/xxhash/v2 v2.1.2 22:04:37 [2023-10-18T22:04:37.565Z] #66 13.24 go: downloading github.com/golang/protobuf v1.5.2 22:04:37 [2023-10-18T22:04:37.565Z] #66 13.24 go: downloading github.com/prometheus/common v0.32.1 22:04:37 [2023-10-18T22:04:37.565Z] #66 13.32 go: downloading github.com/prometheus/procfs v0.7.3 22:04:37 [2023-10-18T22:04:37.565Z] #66 13.61 go: downloading google.golang.org/protobuf v1.28.0 22:04:37 [2023-10-18T22:04:37.565Z] #66 13.64 go: downloading github.com/mattn/go-runewidth v0.0.9 22:04:37 [2023-10-18T22:04:37.565Z] #66 13.78 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 22:04:37 [2023-10-18T22:04:37.565Z] #66 ... 22:04:37 [2023-10-18T22:04:37.565Z] 22:04:37 [2023-10-18T22:04:37.565Z] #55 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; 22:04:37 [2023-10-18T22:04:37.565Z] #55 20.81 Selecting previously unselected package libyajl-dev:arm64. 22:04:37 [2023-10-18T22:04:37.565Z] #55 20.81 Preparing to unpack .../19-libyajl-dev_2.1.0-3+deb11u2_arm64.deb ... 22:04:37 [2023-10-18T22:04:37.565Z] #55 20.89 Unpacking libyajl-dev:arm64 (2.1.0-3+deb11u2) ... 22:04:37 [2023-10-18T22:04:37.565Z] #55 21.32 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:04:37 [2023-10-18T22:04:37.565Z] #55 21.59 Setting up libyajl2:arm64 (2.1.0-3+deb11u2) ... 22:04:37 [2023-10-18T22:04:37.565Z] #55 21.83 Setting up bzip2 (1.0.8-4) ... 22:04:38 [2023-10-18T22:04:38.139Z] #55 22.13 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... 22:04:38 [2023-10-18T22:04:38.139Z] #55 22.27 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... 22:04:38 [2023-10-18T22:04:38.402Z] #55 22.45 Setting up libcap2:arm64 (1:2.44-1) ... 22:04:38 [2023-10-18T22:04:38.702Z] #55 22.73 Setting up autotools-dev (20180224.1+nmu1) ... 22:04:39 [2023-10-18T22:04:39.277Z] #55 23.36 Setting up libsigsegv2:arm64 (2.13-1) ... 22:04:39 [2023-10-18T22:04:39.854Z] #55 23.95 Setting up xz-utils (5.2.5-2.1~deb11u1) ... 22:04:40 [2023-10-18T22:04:40.120Z] #55 ... 22:04:40 [2023-10-18T22:04:40.120Z] 22:04:40 [2023-10-18T22:04:40.120Z] #25 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 22:04:40 [2023-10-18T22:04:40.120Z] #25 DONE 29.0s 22:04:40 [2023-10-18T22:04:40.120Z] 22:04:40 [2023-10-18T22:04:40.120Z] #55 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; 22:04:40 [2023-10-18T22:04:40.120Z] #55 24.18 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 22:04:40 [2023-10-18T22:04:40.120Z] #55 24.32 Setting up patch (2.7.6-7) ... 22:04:40 [2023-10-18T22:04:40.694Z] #55 24.62 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ... 22:04:40 [2023-10-18T22:04:40.957Z] #55 24.95 Setting up libyajl-dev:arm64 (2.1.0-3+deb11u2) ... 22:04:40 [2023-10-18T22:04:40.957Z] #55 ... 22:04:40 [2023-10-18T22:04:40.957Z] 22:04:40 [2023-10-18T22:04:40.957Z] #33 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake 22:04:40 [2023-10-18T22:04:40.957Z] #33 14.87 Setting up cmake-data (3.18.4-2+deb11u1) ... 22:04:40 [2023-10-18T22:04:40.957Z] #33 15.45 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ... 22:04:40 [2023-10-18T22:04:40.957Z] #33 15.85 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... 22:04:40 [2023-10-18T22:04:40.957Z] #33 16.27 Setting up cmake (3.18.4-2+deb11u1) ... 22:04:40 [2023-10-18T22:04:40.957Z] #33 16.73 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:04:41 [2023-10-18T22:04:41.219Z] #33 ... 22:04:41 [2023-10-18T22:04:41.219Z] 22:04:41 [2023-10-18T22:04:41.219Z] #55 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; 22:04:41 [2023-10-18T22:04:41.219Z] #55 25.18 Setting up libcap-dev:arm64 (1:2.44-1) ... 22:04:41 [2023-10-18T22:04:41.219Z] #55 25.37 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ... 22:04:41 [2023-10-18T22:04:41.219Z] #55 ... 22:04:41 [2023-10-18T22:04:41.219Z] 22:04:41 [2023-10-18T22:04:41.219Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev 22:04:41 [2023-10-18T22:04:41.219Z] #63 15.08 Selecting previously unselected package patch. 22:04:41 [2023-10-18T22:04:41.219Z] #63 15.09 Preparing to unpack .../patch_2.7.6-7_arm64.deb ... 22:04:41 [2023-10-18T22:04:41.219Z] #63 15.29 Unpacking patch (2.7.6-7) ... 22:04:41 [2023-10-18T22:04:41.219Z] #63 16.06 Selecting previously unselected package dpkg-dev. 22:04:41 [2023-10-18T22:04:41.219Z] #63 16.06 Preparing to unpack .../dpkg-dev_1.20.13_all.deb ... 22:04:41 [2023-10-18T22:04:41.219Z] #63 16.24 Unpacking dpkg-dev (1.20.13) ... 22:04:41 [2023-10-18T22:04:41.219Z] #63 17.27 Selecting previously unselected package libseccomp-dev:arm64. 22:04:41 [2023-10-18T22:04:41.219Z] #63 17.27 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... 22:04:41 [2023-10-18T22:04:41.219Z] #63 17.37 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:04:41 [2023-10-18T22:04:41.219Z] #63 18.15 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:04:41 [2023-10-18T22:04:41.219Z] #63 18.43 Setting up bzip2 (1.0.8-4) ... 22:04:41 [2023-10-18T22:04:41.219Z] #63 18.72 Setting up xz-utils (5.2.5-2.1~deb11u1) ... 22:04:41 [2023-10-18T22:04:41.219Z] #63 19.47 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 22:04:41 [2023-10-18T22:04:41.219Z] #63 19.79 Setting up patch (2.7.6-7) ... 22:04:41 [2023-10-18T22:04:41.219Z] #63 20.05 Setting up dpkg-dev (1.20.13) ... 22:04:41 [2023-10-18T22:04:41.482Z] #63 ... 22:04:41 [2023-10-18T22:04:41.482Z] 22:04:41 [2023-10-18T22:04:41.482Z] #64 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0" && /build/go-winres --help 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 NAME: 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 go-winres - A tool for embedding resources in Windows executables 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 USAGE: 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 go-winres [global options] command [command options] [arguments...] 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 COMMANDS: 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 init Create an initial ./winres/winres.json 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 make Make syso files for the "go build" command 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 simply Make syso files for the "go build" command (simplified) 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 extract Extract all resources from an executable 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 patch Replace resources in an executable file (exe, dll) 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 help, h Shows a list of commands or help for one command 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 GLOBAL OPTIONS: 22:04:41 [2023-10-18T22:04:41.482Z] #64 21.93 --help, -h show help (default: false) 22:04:44 [2023-10-18T22:04:44.035Z] #64 ... 22:04:44 [2023-10-18T22:04:44.035Z] 22:04:44 [2023-10-18T22:04:44.035Z] #61 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:44 [2023-10-18T22:04:44.035Z] #61 19.13 regexp 22:04:44 [2023-10-18T22:04:44.035Z] #61 20.02 internal/syscall/unix 22:04:44 [2023-10-18T22:04:44.035Z] #61 20.02 internal/syscall/execenv 22:04:44 [2023-10-18T22:04:44.035Z] #61 20.03 time 22:04:44 [2023-10-18T22:04:44.035Z] #61 21.29 io/fs 22:04:44 [2023-10-18T22:04:44.035Z] #61 21.30 internal/poll 22:04:44 [2023-10-18T22:04:44.035Z] #61 21.32 context 22:04:44 [2023-10-18T22:04:44.035Z] #61 21.59 embed 22:04:44 [2023-10-18T22:04:44.035Z] #61 21.75 encoding/binary 22:04:44 [2023-10-18T22:04:44.035Z] #61 21.75 internal/fmtsort 22:04:44 [2023-10-18T22:04:44.035Z] #61 21.83 internal/saferio 22:04:44 [2023-10-18T22:04:44.035Z] #61 21.83 os 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.15 crypto/internal/edwards25519/field 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.16 crypto/cipher 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.18 crypto/internal/nistec 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.19 crypto/sha1 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.19 encoding/base64 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.19 crypto/md5 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.19 vendor/golang.org/x/crypto/internal/poly1305 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.44 fmt 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.51 net 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.64 crypto/internal/boring 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.66 crypto/des 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.67 crypto/internal/edwards25519 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.70 encoding/pem 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.75 crypto/aes 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.86 crypto/sha512 22:04:44 [2023-10-18T22:04:44.035Z] #61 22.87 crypto/hmac 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.07 crypto/sha256 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.13 path/filepath 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.41 vendor/golang.org/x/crypto/chacha20 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.51 crypto/ecdh 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.54 vendor/golang.org/x/crypto/hkdf 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.61 io/ioutil 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.74 github.com/bugsnag/osext 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.79 os/exec 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.81 os/signal 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.94 math/big 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.94 encoding/hex 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.95 net/url 22:04:44 [2023-10-18T22:04:44.035Z] #61 23.98 encoding/json 22:04:44 [2023-10-18T22:04:44.035Z] #61 24.12 vendor/golang.org/x/crypto/chacha20poly1305 22:04:44 [2023-10-18T22:04:44.035Z] #61 24.33 log 22:04:44 [2023-10-18T22:04:44.035Z] #61 24.34 github.com/bugsnag/bugsnag-go/errors 22:04:44 [2023-10-18T22:04:44.035Z] #61 24.55 compress/flate 22:04:44 [2023-10-18T22:04:44.035Z] #61 24.55 vendor/golang.org/x/text/unicode/bidi 22:04:44 [2023-10-18T22:04:44.035Z] #61 24.58 vendor/golang.org/x/text/unicode/norm 22:04:44 [2023-10-18T22:04:44.035Z] #61 24.59 github.com/bugsnag/panicwrap 22:04:44 [2023-10-18T22:04:44.035Z] #61 24.90 vendor/golang.org/x/net/http2/hpack 22:04:44 [2023-10-18T22:04:44.035Z] #61 24.99 mime 22:04:44 [2023-10-18T22:04:44.035Z] #61 25.59 compress/gzip 22:04:44 [2023-10-18T22:04:44.035Z] #61 26.23 mime/quotedprintable 22:04:44 [2023-10-18T22:04:44.035Z] #61 26.28 net/http/internal 22:04:44 [2023-10-18T22:04:44.035Z] #61 26.29 gopkg.in/yaml.v2 22:04:44 [2023-10-18T22:04:44.035Z] #61 26.42 vendor/golang.org/x/text/secure/bidirule 22:04:44 [2023-10-18T22:04:44.035Z] #61 26.49 golang.org/x/net/context 22:04:44 [2023-10-18T22:04:44.035Z] #61 26.79 github.com/docker/distribution/digest 22:04:44 [2023-10-18T22:04:44.035Z] #61 26.88 encoding/gob 22:04:44 [2023-10-18T22:04:44.035Z] #61 26.92 github.com/Sirupsen/logrus 22:04:44 [2023-10-18T22:04:44.035Z] #61 26.93 text/template/parse 22:04:44 [2023-10-18T22:04:44.035Z] #61 27.27 github.com/docker/distribution/reference 22:04:44 [2023-10-18T22:04:44.297Z] #61 27.50 github.com/docker/distribution/version 22:04:44 [2023-10-18T22:04:44.564Z] #61 ... 22:04:44 [2023-10-18T22:04:44.564Z] 22:04:44 [2023-10-18T22:04:44.564Z] #65 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.6" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD 22:04:44 [2023-10-18T22:04:44.564Z] #65 DONE 27.5s 22:04:44 [2023-10-18T22:04:44.564Z] 22:04:44 [2023-10-18T22:04:44.564Z] #54 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:44 [2023-10-18T22:04:44.564Z] #54 21.86 Selecting previously unselected package libffi-dev:arm64. 22:04:44 [2023-10-18T22:04:44.564Z] #54 21.87 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 21.91 Unpacking libffi-dev:arm64 (3.3-6) ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 22.46 Selecting previously unselected package libglib2.0-data. 22:04:44 [2023-10-18T22:04:44.564Z] #54 22.47 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 22.52 Unpacking libglib2.0-data (2.66.8-1) ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 24.06 Selecting previously unselected package libglib2.0-bin. 22:04:44 [2023-10-18T22:04:44.564Z] #54 24.06 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 24.11 Unpacking libglib2.0-bin (2.66.8-1) ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 24.80 Selecting previously unselected package python3-lib2to3. 22:04:44 [2023-10-18T22:04:44.564Z] #54 24.80 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 24.90 Unpacking python3-lib2to3 (3.9.2-1) ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 25.61 Selecting previously unselected package python3-distutils. 22:04:44 [2023-10-18T22:04:44.564Z] #54 25.61 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 25.68 Unpacking python3-distutils (3.9.2-1) ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 26.46 Selecting previously unselected package libglib2.0-dev-bin. 22:04:44 [2023-10-18T22:04:44.564Z] #54 26.47 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 26.50 Unpacking libglib2.0-dev-bin (2.66.8-1) ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 27.09 Selecting previously unselected package libsepol1-dev:arm64. 22:04:44 [2023-10-18T22:04:44.564Z] #54 27.09 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 27.21 Unpacking libsepol1-dev:arm64 (3.1-1) ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 27.79 Selecting previously unselected package libpcre2-16-0:arm64. 22:04:44 [2023-10-18T22:04:44.564Z] #54 27.79 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 28.06 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 28.41 Selecting previously unselected package libpcre2-32-0:arm64. 22:04:44 [2023-10-18T22:04:44.564Z] #54 ... 22:04:44 [2023-10-18T22:04:44.564Z] 22:04:44 [2023-10-18T22:04:44.564Z] #59 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help 22:04:44 [2023-10-18T22:04:44.564Z] #59 DONE 28.7s 22:04:44 [2023-10-18T22:04:44.564Z] 22:04:44 [2023-10-18T22:04:44.564Z] #64 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0" && /build/go-winres --help 22:04:44 [2023-10-18T22:04:44.564Z] #64 DONE 28.8s 22:04:44 [2023-10-18T22:04:44.564Z] 22:04:44 [2023-10-18T22:04:44.564Z] #54 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:44 [2023-10-18T22:04:44.564Z] #54 28.41 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 28.44 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ... 22:04:44 [2023-10-18T22:04:44.564Z] #54 ... 22:04:44 [2023-10-18T22:04:44.564Z] 22:04:44 [2023-10-18T22:04:44.564Z] #69 [dev-systemd-false 1/19] COPY --link --from=frozen-images /build/ /docker-frozen-images 22:04:44 [2023-10-18T22:04:44.826Z] #69 ... 22:04:44 [2023-10-18T22:04:44.826Z] 22:04:44 [2023-10-18T22:04:44.826Z] #33 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake 22:04:44 [2023-10-18T22:04:44.826Z] #33 DONE 28.6s 22:04:44 [2023-10-18T22:04:44.826Z] 22:04:44 [2023-10-18T22:04:44.826Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0" && /build/shfmt --version 22:04:44 [2023-10-18T22:04:44.826Z] #53 20.86 v3.6.0 22:04:44 [2023-10-18T22:04:44.826Z] #53 DONE 28.8s 22:04:44 [2023-10-18T22:04:44.826Z] 22:04:44 [2023-10-18T22:04:44.826Z] #55 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; 22:04:44 [2023-10-18T22:04:44.826Z] #55 25.85 Setting up libtool (2.4.6-15) ... 22:04:44 [2023-10-18T22:04:44.826Z] #55 25.97 Setting up m4 (1.4.18-5) ... 22:04:44 [2023-10-18T22:04:44.826Z] #55 26.42 Setting up dpkg-dev (1.20.13) ... 22:04:44 [2023-10-18T22:04:44.826Z] #55 26.81 Setting up autoconf (2.69-14) ... 22:04:44 [2023-10-18T22:04:44.826Z] #55 27.19 Setting up build-essential (12.9) ... 22:04:44 [2023-10-18T22:04:44.826Z] #55 27.44 Setting up automake (1:1.16.3-2) ... 22:04:44 [2023-10-18T22:04:44.826Z] #55 27.64 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 22:04:44 [2023-10-18T22:04:44.826Z] #55 27.74 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:04:44 [2023-10-18T22:04:44.826Z] #55 DONE 28.8s 22:04:44 [2023-10-18T22:04:44.826Z] 22:04:44 [2023-10-18T22:04:44.826Z] #63 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev 22:04:44 [2023-10-18T22:04:44.826Z] #63 DONE 28.6s 22:04:44 [2023-10-18T22:04:44.826Z] 22:04:44 [2023-10-18T22:04:44.826Z] #54 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:44 [2023-10-18T22:04:44.826Z] #54 28.78 Selecting previously unselected package libpcre2-posix2:arm64. 22:04:44 [2023-10-18T22:04:44.826Z] #54 28.78 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ... 22:04:45 [2023-10-18T22:04:45.107Z] #54 28.81 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ... 22:04:45 [2023-10-18T22:04:45.746Z] #54 29.57 Selecting previously unselected package libpcre2-dev:arm64. 22:04:45 [2023-10-18T22:04:45.746Z] #54 29.58 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ... 22:04:45 [2023-10-18T22:04:45.746Z] #54 29.59 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ... 22:04:46 [2023-10-18T22:04:46.413Z] #54 ... 22:04:46 [2023-10-18T22:04:46.413Z] 22:04:46 [2023-10-18T22:04:46.413Z] #70 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...) 22:04:46 [2023-10-18T22:04:46.413Z] #70 1.448 go: downloading github.com/urfave/cli/v2 v2.23.5 22:04:46 [2023-10-18T22:04:46.413Z] #70 1.453 go: downloading github.com/sirupsen/logrus v1.9.0 22:04:46 [2023-10-18T22:04:46.413Z] #70 1.477 go: downloading github.com/google/uuid v1.3.0 22:04:46 [2023-10-18T22:04:46.413Z] #70 1.489 go: downloading github.com/moby/vpnkit v0.5.0 22:04:46 [2023-10-18T22:04:46.413Z] #70 1.497 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 22:04:46 [2023-10-18T22:04:46.413Z] #70 1.508 go: downloading github.com/gorilla/mux v1.8.0 22:04:46 [2023-10-18T22:04:46.413Z] #70 1.512 go: downloading github.com/moby/sys/mountinfo v0.6.2 22:04:46 [2023-10-18T22:04:46.413Z] #70 1.552 go: downloading golang.org/x/sys v0.2.0 22:04:46 [2023-10-18T22:04:46.413Z] #70 2.101 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd 22:04:46 [2023-10-18T22:04:46.413Z] #70 2.913 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c 22:04:46 [2023-10-18T22:04:46.413Z] #70 2.973 go: downloading golang.org/x/net v0.1.0 22:04:46 [2023-10-18T22:04:46.413Z] #70 3.201 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 22:04:46 [2023-10-18T22:04:46.413Z] #70 3.220 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 22:04:46 [2023-10-18T22:04:46.413Z] #70 ... 22:04:46 [2023-10-18T22:04:46.413Z] 22:04:46 [2023-10-18T22:04:46.536Z] #54 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:46 [2023-10-18T22:04:46.536Z] #54 30.18 Selecting previously unselected package libselinux1-dev:arm64. 22:04:46 [2023-10-18T22:04:46.536Z] #54 30.18 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ... 22:04:46 [2023-10-18T22:04:46.536Z] #54 30.21 Unpacking libselinux1-dev:arm64 (3.1-3) ... 22:04:46 [2023-10-18T22:04:46.834Z] #54 ... 22:04:46 [2023-10-18T22:04:46.834Z] 22:04:46 [2023-10-18T22:04:46.834Z] #69 [dev-systemd-false 1/19] COPY --link --from=frozen-images /build/ /docker-frozen-images 22:04:46 [2023-10-18T22:04:46.834Z] #69 DONE 2.0s 22:04:46 [2023-10-18T22:04:46.834Z] 22:04:46 [2023-10-18T22:04:46.834Z] #54 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:46 [2023-10-18T22:04:46.834Z] #54 30.53 Selecting previously unselected package libmount-dev:arm64. 22:04:46 [2023-10-18T22:04:46.834Z] #54 30.54 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ... 22:04:46 [2023-10-18T22:04:46.834Z] #54 30.55 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:46 [2023-10-18T22:04:46.834Z] #54 30.65 Selecting previously unselected package libpcre16-3:arm64. 22:04:46 [2023-10-18T22:04:46.834Z] #54 30.65 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ... 22:04:46 [2023-10-18T22:04:46.834Z] #54 30.68 Unpacking libpcre16-3:arm64 (2:8.39-13) ... 22:04:47 [2023-10-18T22:04:47.125Z] #54 30.80 Selecting previously unselected package libpcre32-3:arm64. 22:04:47 [2023-10-18T22:04:47.125Z] #54 30.80 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ... 22:04:47 [2023-10-18T22:04:47.125Z] #54 30.81 Unpacking libpcre32-3:arm64 (2:8.39-13) ... 22:04:47 [2023-10-18T22:04:47.125Z] #54 30.93 Selecting previously unselected package libpcrecpp0v5:arm64. 22:04:47 [2023-10-18T22:04:47.125Z] #54 30.93 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ... 22:04:47 [2023-10-18T22:04:47.125Z] #54 30.96 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ... 22:04:47 [2023-10-18T22:04:47.402Z] #54 31.08 Selecting previously unselected package libpcre3-dev:arm64. 22:04:47 [2023-10-18T22:04:47.402Z] #54 31.09 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ... 22:04:47 [2023-10-18T22:04:47.402Z] #54 31.11 Unpacking libpcre3-dev:arm64 (2:8.39-13) ... 22:04:47 [2023-10-18T22:04:47.402Z] #54 31.33 Selecting previously unselected package zlib1g-dev:arm64. 22:04:47 [2023-10-18T22:04:47.402Z] #54 31.33 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ... 22:04:47 [2023-10-18T22:04:47.402Z] #54 31.34 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... 22:04:47 [2023-10-18T22:04:47.679Z] #54 31.51 Selecting previously unselected package libglib2.0-dev:arm64. 22:04:47 [2023-10-18T22:04:47.679Z] #54 31.51 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ... 22:04:47 [2023-10-18T22:04:47.679Z] #54 31.53 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ... 22:04:48 [2023-10-18T22:04:48.623Z] #54 32.58 Selecting previously unselected package libsecret-1-dev:arm64. 22:04:48 [2023-10-18T22:04:48.623Z] #54 32.58 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ... 22:04:48 [2023-10-18T22:04:48.623Z] #54 32.61 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ... 22:04:49 [2023-10-18T22:04:49.199Z] #54 ... 22:04:49 [2023-10-18T22:04:49.199Z] 22:04:49 [2023-10-18T22:04:49.199Z] #52 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2" && /build/gotestsum --version 22:04:49 [2023-10-18T22:04:49.199Z] #52 31.92 gotestsum version dev 22:04:49 [2023-10-18T22:04:49.199Z] #52 DONE 33.2s 22:04:49 [2023-10-18T22:04:49.199Z] 22:04:49 [2023-10-18T22:04:49.199Z] #54 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev 22:04:49 [2023-10-18T22:04:49.199Z] #54 33.08 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ... 22:04:49 [2023-10-18T22:04:49.199Z] #54 33.11 Setting up libpcre16-3:arm64 (2:8.39-13) ... 22:04:49 [2023-10-18T22:04:49.199Z] #54 33.12 Setting up libsepol1-dev:arm64 (3.1-1) ... 22:04:49 [2023-10-18T22:04:49.199Z] #54 33.16 Setting up libffi-dev:arm64 (3.3-6) ... 22:04:49 [2023-10-18T22:04:49.461Z] #54 33.22 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ... 22:04:49 [2023-10-18T22:04:49.461Z] #54 33.29 Setting up libbtrfs0:arm64 (5.10.1-2) ... 22:04:49 [2023-10-18T22:04:49.461Z] #54 33.32 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ... 22:04:49 [2023-10-18T22:04:49.461Z] #54 33.37 Setting up libglib2.0-data (2.66.8-1) ... 22:04:49 [2023-10-18T22:04:49.461Z] #54 33.39 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:49 [2023-10-18T22:04:49.723Z] #54 33.58 Setting up libpcre32-3:arm64 (2:8.39-13) ... 22:04:49 [2023-10-18T22:04:49.723Z] #54 33.66 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ... 22:04:49 [2023-10-18T22:04:49.723Z] #54 33.73 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... 22:04:49 [2023-10-18T22:04:49.723Z] #54 33.77 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... 22:04:50 [2023-10-18T22:04:50.031Z] #54 33.79 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... 22:04:50 [2023-10-18T22:04:50.031Z] #54 33.81 Setting up python3-lib2to3 (3.9.2-1) ... 22:04:50 [2023-10-18T22:04:50.031Z] #54 34.00 Setting up libelf1:arm64 (0.183-1) ... 22:04:50 [2023-10-18T22:04:50.293Z] #54 34.11 Setting up libsecret-common (0.20.4-2) ... 22:04:50 [2023-10-18T22:04:50.293Z] #54 34.13 Setting up python3-distutils (3.9.2-1) ... 22:04:50 [2023-10-18T22:04:50.555Z] #54 34.33 Setting up libglib2.0-dev-bin (2.66.8-1) ... 22:04:50 [2023-10-18T22:04:50.817Z] #54 34.88 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:51 [2023-10-18T22:04:51.086Z] #54 34.93 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ... 22:04:51 [2023-10-18T22:04:51.086Z] #54 34.96 Setting up libselinux1-dev:arm64 (3.1-3) ... 22:04:51 [2023-10-18T22:04:51.086Z] #54 34.98 Setting up libpcre3-dev:arm64 (2:8.39-13) ... 22:04:51 [2023-10-18T22:04:51.086Z] #54 35.00 Setting up libglib2.0-bin (2.66.8-1) ... 22:04:51 [2023-10-18T22:04:51.086Z] #54 35.01 Setting up libsecret-1-0:arm64 (0.20.4-2) ... 22:04:51 [2023-10-18T22:04:51.086Z] #54 35.02 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... 22:04:51 [2023-10-18T22:04:51.086Z] #54 35.05 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ... 22:04:51 [2023-10-18T22:04:51.086Z] #54 35.07 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ... 22:04:51 [2023-10-18T22:04:51.351Z] #54 35.09 Setting up libglib2.0-dev:arm64 (2.66.8-1) ... 22:04:51 [2023-10-18T22:04:51.351Z] #54 35.11 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ... 22:04:51 [2023-10-18T22:04:51.351Z] #54 35.16 No schema files found: doing nothing. 22:04:51 [2023-10-18T22:04:51.351Z] #54 35.17 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:04:51 [2023-10-18T22:04:51.351Z] #54 35.24 Setting up libsecret-1-dev:arm64 (0.20.4-2) ... 22:04:52 [2023-10-18T22:04:52.398Z] #54 DONE 36.1s 22:04:52 [2023-10-18T22:04:52.398Z] 22:04:52 [2023-10-18T22:04:52.398Z] #61 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:52 [2023-10-18T22:04:52.398Z] #61 27.82 runtime/debug 22:04:52 [2023-10-18T22:04:52.398Z] #61 28.41 encoding/xml 22:04:52 [2023-10-18T22:04:52.398Z] #61 28.70 crypto/elliptic 22:04:52 [2023-10-18T22:04:52.398Z] #61 29.00 crypto/internal/bigmod 22:04:52 [2023-10-18T22:04:52.398Z] #61 29.26 crypto/internal/boring/bbig 22:04:52 [2023-10-18T22:04:52.398Z] #61 29.33 encoding/asn1 22:04:52 [2023-10-18T22:04:52.399Z] #61 29.77 crypto/rand 22:04:52 [2023-10-18T22:04:52.399Z] #61 29.80 crypto/dsa 22:04:52 [2023-10-18T22:04:52.399Z] #61 29.95 github.com/Sirupsen/logrus/formatters/logstash 22:04:52 [2023-10-18T22:04:52.399Z] #61 30.12 crypto/ed25519 22:04:52 [2023-10-18T22:04:52.399Z] #61 30.21 crypto/rsa 22:04:52 [2023-10-18T22:04:52.399Z] #61 30.46 vendor/golang.org/x/crypto/cryptobyte 22:04:52 [2023-10-18T22:04:52.399Z] #61 30.63 crypto/x509/pkix 22:04:52 [2023-10-18T22:04:52.399Z] #61 30.63 vendor/golang.org/x/net/idna 22:04:52 [2023-10-18T22:04:52.399Z] #61 30.66 net/textproto 22:04:52 [2023-10-18T22:04:52.399Z] #61 30.69 github.com/docker/distribution/uuid 22:04:52 [2023-10-18T22:04:52.399Z] #61 30.80 github.com/garyburd/redigo/redis 22:04:52 [2023-10-18T22:04:52.399Z] #61 31.21 text/template 22:04:52 [2023-10-18T22:04:52.399Z] #61 31.61 mime/multipart 22:04:52 [2023-10-18T22:04:52.399Z] #61 31.62 crypto/ecdsa 22:04:52 [2023-10-18T22:04:52.399Z] #61 31.76 github.com/docker/distribution/registry/listener 22:04:52 [2023-10-18T22:04:52.399Z] #61 31.77 github.com/stevvooe/resumable/sha256 22:04:52 [2023-10-18T22:04:52.399Z] #61 31.78 github.com/stevvooe/resumable/sha512 22:04:52 [2023-10-18T22:04:52.399Z] #61 31.91 vendor/golang.org/x/net/http/httpguts 22:04:52 [2023-10-18T22:04:52.399Z] #61 32.12 vendor/golang.org/x/net/http/httpproxy 22:04:52 [2023-10-18T22:04:52.399Z] #61 32.21 github.com/spf13/pflag 22:04:52 [2023-10-18T22:04:52.399Z] #61 32.29 log/syslog 22:04:52 [2023-10-18T22:04:52.399Z] #61 32.31 golang.org/x/crypto/bcrypt 22:04:52 [2023-10-18T22:04:52.399Z] #61 32.31 os/user 22:04:52 [2023-10-18T22:04:52.399Z] #61 32.34 github.com/mitchellh/mapstructure 22:04:52 [2023-10-18T22:04:52.399Z] #61 32.52 internal/profile 22:04:52 [2023-10-18T22:04:52.399Z] #61 32.92 github.com/yvasiyarov/go-metrics 22:04:52 [2023-10-18T22:04:52.399Z] #61 32.93 crypto/x509 22:04:52 [2023-10-18T22:04:52.399Z] #61 32.97 runtime/pprof 22:04:52 [2023-10-18T22:04:52.399Z] #61 33.03 runtime/trace 22:04:52 [2023-10-18T22:04:52.399Z] #61 33.49 github.com/spf13/cobra 22:04:52 [2023-10-18T22:04:52.399Z] #61 ... 22:04:52 [2023-10-18T22:04:52.399Z] 22:04:52 [2023-10-18T22:04:52.399Z] #71 [tini-build 3/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt xx-apt-get install -y --no-install-recommends gcc libc6-dev 22:04:52 [2023-10-18T22:04:52.399Z] #71 2.777 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:04:52 [2023-10-18T22:04:52.399Z] #71 2.777 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:04:52 [2023-10-18T22:04:52.399Z] #71 2.777 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:04:52 [2023-10-18T22:04:52.399Z] #71 4.307 Reading package lists... 22:04:52 [2023-10-18T22:04:52.399Z] #71 5.525 + apt-get install -y --no-install-recommends gcc libc6-dev 22:04:52 [2023-10-18T22:04:52.399Z] #71 5.537 Reading package lists... 22:04:52 [2023-10-18T22:04:52.399Z] #71 6.237 Building dependency tree... 22:04:52 [2023-10-18T22:04:52.399Z] #71 6.468 Reading state information... 22:04:52 [2023-10-18T22:04:52.399Z] #71 6.901 gcc is already the newest version (4:10.2.1-1). 22:04:52 [2023-10-18T22:04:52.399Z] #71 6.901 libc6-dev is already the newest version (2.31-13+deb11u7). 22:04:52 [2023-10-18T22:04:52.399Z] #71 6.901 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:04:52 [2023-10-18T22:04:52.399Z] #71 DONE 7.6s 22:04:52 [2023-10-18T22:04:52.399Z] 22:04:52 [2023-10-18T22:04:52.399Z] #61 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:52 [2023-10-18T22:04:52.399Z] #61 35.58 crypto/tls 22:04:52 [2023-10-18T22:04:52.399Z] #61 ... 22:04:52 [2023-10-18T22:04:52.399Z] 22:04:52 [2023-10-18T22:04:52.399Z] #72 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...) 22:04:53 [2023-10-18T22:04:53.347Z] #72 1.097 -- The C compiler identification is GNU 10.2.1 22:04:53 [2023-10-18T22:04:53.347Z] #72 1.156 -- Detecting C compiler ABI info 22:04:53 [2023-10-18T22:04:53.625Z] #72 1.376 -- Detecting C compiler ABI info - done 22:04:53 [2023-10-18T22:04:53.625Z] #72 1.404 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped 22:04:53 [2023-10-18T22:04:53.625Z] #72 1.406 -- Detecting C compile features 22:04:53 [2023-10-18T22:04:53.625Z] #72 1.407 -- Detecting C compile features - done 22:04:53 [2023-10-18T22:04:53.888Z] #72 1.420 -- Performing Test HAS_BUILTIN_FORTIFY 22:04:53 [2023-10-18T22:04:53.888Z] #72 1.525 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 22:04:53 [2023-10-18T22:04:53.888Z] #72 1.561 -- Configuring done 22:04:53 [2023-10-18T22:04:53.888Z] #72 1.565 -- Generating done 22:04:53 [2023-10-18T22:04:53.888Z] #72 1.566 -- Build files have been written to: /go/src/github.com/krallin/tini 22:04:53 [2023-10-18T22:04:53.888Z] #72 1.667 Scanning dependencies of target tini-static 22:04:54 [2023-10-18T22:04:54.150Z] #72 1.705 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 22:04:54 [2023-10-18T22:04:54.413Z] #72 2.083 [100%] Linking C executable tini-static 22:04:54 [2023-10-18T22:04:54.674Z] #72 2.319 [100%] Built target tini-static 22:04:54 [2023-10-18T22:04:54.674Z] #72 ... 22:04:54 [2023-10-18T22:04:54.674Z] 22:04:54 [2023-10-18T22:04:54.674Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:04:54 [2023-10-18T22:04:54.674Z] #73 2.312 Cloning into '/tmp/crun-build'... 22:04:54 [2023-10-18T22:04:54.674Z] #73 3.955 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' 22:04:54 [2023-10-18T22:04:54.674Z] #73 3.972 Cloning into '/tmp/crun-build/libocispec'... 22:04:54 [2023-10-18T22:04:54.674Z] #73 4.748 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' 22:04:54 [2023-10-18T22:04:54.674Z] #73 4.768 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' 22:04:54 [2023-10-18T22:04:54.674Z] #73 4.769 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' 22:04:54 [2023-10-18T22:04:54.674Z] #73 4.769 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' 22:04:54 [2023-10-18T22:04:54.674Z] #73 4.810 Cloning into '/tmp/crun-build/libocispec/image-spec'... 22:04:54 [2023-10-18T22:04:54.674Z] #73 5.408 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... 22:04:54 [2023-10-18T22:04:54.674Z] #73 6.029 Cloning into '/tmp/crun-build/libocispec/yajl'... 22:04:54 [2023-10-18T22:04:54.674Z] #73 6.644 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' 22:04:54 [2023-10-18T22:04:54.674Z] #73 6.919 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' 22:04:54 [2023-10-18T22:04:54.674Z] #73 7.103 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' 22:04:54 [2023-10-18T22:04:54.936Z] #73 ... 22:04:54 [2023-10-18T22:04:54.936Z] 22:04:54 [2023-10-18T22:04:54.936Z] #74 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...) 22:04:54 [2023-10-18T22:04:54.936Z] #74 2.484 go build -trimpath -buildmode=pie -tags "seccomp netgo osusergo" -ldflags "-X main.gitCommit=v1.1.9-0-gccaecfc -X main.version=1.1.9 -linkmode external -extldflags --static-pie " -o runc . 22:04:55 [2023-10-18T22:04:55.198Z] #74 ... 22:04:55 [2023-10-18T22:04:55.198Z] 22:04:55 [2023-10-18T22:04:55.198Z] #61 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:04:55 [2023-10-18T22:04:55.198Z] #61 37.52 net/http/httptrace 22:04:55 [2023-10-18T22:04:55.198Z] #61 37.52 github.com/docker/libtrust 22:04:55 [2023-10-18T22:04:55.198Z] #61 37.52 net/smtp 22:04:55 [2023-10-18T22:04:55.198Z] #61 37.60 net/http 22:04:57 [2023-10-18T22:04:57.753Z] #61 ... 22:04:57 [2023-10-18T22:04:57.753Z] 22:04:57 [2023-10-18T22:04:57.753Z] #72 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...) 22:04:57 [2023-10-18T22:04:57.753Z] #72 DONE 4.9s 22:04:57 [2023-10-18T22:04:57.753Z] 22:04:57 [2023-10-18T22:04:57.753Z] #75 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...) 22:04:57 [2023-10-18T22:04:57.753Z] #75 4.566 + bin/ctr 22:04:57 [2023-10-18T22:04:57.753Z] #75 4.566 go build -gcflags=-trimpath=/go/src -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.6 -X github.com/containerd/containerd/version.Revision=091922f03c2762540fd057fba91260237ff86acb -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build" ./cmd/ctr 22:04:58 [2023-10-18T22:04:58.353Z] #75 ... 22:04:58 [2023-10-18T22:04:58.353Z] 22:04:58 [2023-10-18T22:04:58.353Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:04:58 [2023-10-18T22:04:58.353Z] #73 13.50 aclocal: warning: couldn't open directory 'm4': No such file or directory 22:05:03 [2023-10-18T22:05:03.658Z] #73 ... 22:05:03 [2023-10-18T22:05:03.658Z] 22:05:03 [2023-10-18T22:05:03.658Z] #61 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <<EOT (set -ex...) 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.41 github.com/docker/distribution/configuration 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.42 github.com/gorilla/context 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.42 github.com/docker/distribution/registry/api/errcode 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.42 expvar 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.42 github.com/docker/distribution/registry/client/transport 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.42 github.com/gorilla/handlers 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.42 github.com/yvasiyarov/newrelic_platform_go 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.42 github.com/bugsnag/bugsnag-go 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.64 github.com/gorilla/mux 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.86 github.com/yvasiyarov/gorelic 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.97 github.com/Azure/azure-sdk-for-go/storage 22:05:03 [2023-10-18T22:05:03.658Z] #61 42.97 github.com/AdRoll/goamz/aws 22:05:03 [2023-10-18T22:05:03.658Z] #61 43.06 net/http/httputil 22:05:03 [2023-10-18T22:05:03.658Z] #61 43.35 github.com/docker/distribution/context 22:05:03 [2023-10-18T22:05:03.658Z] #61 43.38 github.com/docker/distribution/registry/api/v2 22:05:03 [2023-10-18T22:05:03.658Z] #61 43.38 github.com/ncw/swift 22:05:03 [2023-10-18T22:05:03.658Z] #61 43.64 net/http/pprof 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.13 github.com/docker/distribution/health 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.14 github.com/docker/distribution 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.37 github.com/docker/distribution/registry/auth 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.43 github.com/docker/distribution/registry/storage/driver 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.50 github.com/AdRoll/goamz/cloudfront 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.51 github.com/AdRoll/goamz/s3 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.61 github.com/docker/distribution/registry/auth/htpasswd 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.61 github.com/docker/distribution/registry/auth/silly 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.66 github.com/docker/distribution/manifest/manifestlist 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.71 github.com/docker/distribution/health/checks 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.72 github.com/docker/distribution/manifest/schema1 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.86 github.com/docker/distribution/manifest/schema2 22:05:03 [2023-10-18T22:05:03.658Z] #61 44.91 github.com/docker/distribution/notifications 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.03 github.com/docker/distribution/registry/middleware/registry 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.08 github.com/docker/distribution/registry/middleware/repository 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.12 github.com/docker/distribution/registry/storage/cache 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.18 github.com/docker/distribution/registry/proxy/scheduler 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.29 github.com/docker/distribution/registry/storage/driver/factory 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.40 github.com/docker/distribution/registry/storage/driver/middleware 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.49 github.com/docker/distribution/registry/auth/token 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.49 github.com/docker/distribution/registry/storage/driver/base 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.54 github.com/docker/distribution/registry/storage/cache/memory 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.63 github.com/docker/distribution/registry/storage 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.66 github.com/docker/distribution/registry/storage/cache/redis 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.76 github.com/docker/distribution/registry/storage/driver/azure 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.81 github.com/docker/distribution/registry/storage/driver/filesystem 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.85 github.com/docker/distribution/registry/storage/driver/inmemory 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.86 github.com/docker/distribution/registry/client 22:05:03 [2023-10-18T22:05:03.658Z] #61 45.99 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront 22:05:03 [2023-10-18T22:05:03.658Z] #61 46.15 github.com/docker/distribution/registry/storage/driver/s3 22:05:03 [2023-10-18T22:05:03.658Z] #61 46.25 github.com/docker/distribution/registry/storage/driver/swift 22:05:03 [2023-10-18T22:05:03.658Z] #61 46.92 github.com/docker/distribution/registry/client/auth 22:05:04 [2023-10-18T22:05:04.234Z] #61 47.38 github.com/docker/distribution/registry/proxy 22:05:04 [2023-10-18T22:05:04.234Z] #61 47.55 github.com/docker/distribution/registry/handlers 22:05:05 [2023-10-18T22:05:05.182Z] #61 48.31 github.com/docker/distribution/registry 22:05:05 [2023-10-18T22:05:05.182Z] #61 48.52 github.com/docker/distribution/cmd/registry 22:05:07 [2023-10-18T22:05:07.102Z] #61 49.97 + xx-verify /build/registry-v2 22:05:12 [2023-10-18T22:05:12.410Z] #61 DONE 55.4s 22:05:12 [2023-10-18T22:05:12.410Z] 22:05:12 [2023-10-18T22:05:12.410Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:12 [2023-10-18T22:05:12.410Z] #73 18.77 libtoolize: putting auxiliary files in '.'. 22:05:12 [2023-10-18T22:05:12.410Z] #73 18.78 libtoolize: copying file './ltmain.sh' 22:05:12 [2023-10-18T22:05:12.410Z] #73 19.70 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, 22:05:12 [2023-10-18T22:05:12.410Z] #73 19.70 libtoolize: and rerunning libtoolize and aclocal. 22:05:12 [2023-10-18T22:05:12.410Z] #73 19.70 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. 22:05:12 [2023-10-18T22:05:12.410Z] #73 23.77 configure.ac:7: installing './compile' 22:05:12 [2023-10-18T22:05:12.410Z] #73 23.77 configure.ac:11: installing './config.guess' 22:05:12 [2023-10-18T22:05:12.410Z] #73 23.77 configure.ac:11: installing './config.sub' 22:05:12 [2023-10-18T22:05:12.410Z] #73 23.78 configure.ac:8: installing './install-sh' 22:05:12 [2023-10-18T22:05:12.410Z] #73 23.79 configure.ac:8: installing './missing' 22:05:12 [2023-10-18T22:05:12.410Z] #73 23.88 Makefile.am: installing './depcomp' 22:05:12 [2023-10-18T22:05:12.410Z] #73 24.81 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. 22:05:12 [2023-10-18T22:05:12.410Z] #73 24.81 libtoolize: copying file 'build-aux/ltmain.sh' 22:05:12 [2023-10-18T22:05:12.410Z] #73 24.93 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. 22:05:12 [2023-10-18T22:05:12.410Z] #73 24.93 libtoolize: copying file 'm4/libtool.m4' 22:05:12 [2023-10-18T22:05:12.410Z] #73 25.10 libtoolize: copying file 'm4/ltoptions.m4' 22:05:12 [2023-10-18T22:05:12.410Z] #73 25.25 libtoolize: copying file 'm4/ltsugar.m4' 22:05:12 [2023-10-18T22:05:12.410Z] #73 25.42 libtoolize: copying file 'm4/ltversion.m4' 22:05:12 [2023-10-18T22:05:12.410Z] #73 25.59 libtoolize: copying file 'm4/lt~obsolete.m4' 22:05:12 [2023-10-18T22:05:12.410Z] #73 25.71 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. 22:05:15 [2023-10-18T22:05:15.726Z] #73 30.35 configure.ac:7: installing 'build-aux/compile' 22:05:15 [2023-10-18T22:05:15.726Z] #73 30.35 configure.ac:9: installing 'build-aux/config.guess' 22:05:15 [2023-10-18T22:05:15.726Z] #73 30.36 configure.ac:9: installing 'build-aux/config.sub' 22:05:15 [2023-10-18T22:05:15.726Z] #73 30.36 configure.ac:11: installing 'build-aux/install-sh' 22:05:15 [2023-10-18T22:05:15.726Z] #73 30.37 configure.ac:11: installing 'build-aux/missing' 22:05:15 [2023-10-18T22:05:15.726Z] #73 30.43 Makefile.am: installing 'build-aux/depcomp' 22:05:15 [2023-10-18T22:05:15.726Z] #73 30.48 parallel-tests: installing 'build-aux/test-driver' 22:05:17 [2023-10-18T22:05:17.115Z] #73 32.03 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. 22:05:17 [2023-10-18T22:05:17.115Z] #73 32.03 libtoolize: copying file 'build-aux/ltmain.sh' 22:05:17 [2023-10-18T22:05:17.377Z] #73 32.66 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. 22:05:17 [2023-10-18T22:05:17.377Z] #73 32.66 libtoolize: copying file 'm4/libtool.m4' 22:05:17 [2023-10-18T22:05:17.638Z] #73 32.77 libtoolize: copying file 'm4/ltoptions.m4' 22:05:17 [2023-10-18T22:05:17.638Z] #73 32.83 libtoolize: copying file 'm4/ltsugar.m4' 22:05:17 [2023-10-18T22:05:17.638Z] #73 32.96 libtoolize: copying file 'm4/ltversion.m4' 22:05:17 [2023-10-18T22:05:17.920Z] #73 33.10 libtoolize: copying file 'm4/lt~obsolete.m4' 22:05:24 [2023-10-18T22:05:24.517Z] #73 38.81 configure.ac:11: installing 'build-aux/compile' 22:05:24 [2023-10-18T22:05:24.517Z] #73 38.82 configure.ac:11: installing 'build-aux/config.guess' 22:05:24 [2023-10-18T22:05:24.517Z] #73 38.82 configure.ac:11: installing 'build-aux/config.sub' 22:05:24 [2023-10-18T22:05:24.517Z] #73 38.83 configure.ac:13: installing 'build-aux/install-sh' 22:05:24 [2023-10-18T22:05:24.517Z] #73 38.83 configure.ac:13: installing 'build-aux/missing' 22:05:24 [2023-10-18T22:05:24.517Z] #73 38.83 configure.ac:8: installing 'build-aux/tap-driver.sh' 22:05:24 [2023-10-18T22:05:24.517Z] #73 38.91 Makefile.am: installing 'build-aux/depcomp' 22:05:24 [2023-10-18T22:05:24.517Z] #73 39.64 checking build system type... aarch64-unknown-linux-gnu 22:05:24 [2023-10-18T22:05:24.789Z] #73 39.90 checking host system type... aarch64-unknown-linux-gnu 22:05:24 [2023-10-18T22:05:24.789Z] #73 39.90 checking how to print strings... printf 22:05:24 [2023-10-18T22:05:24.789Z] #73 39.91 checking for gcc... gcc 22:05:24 [2023-10-18T22:05:24.789Z] #73 39.98 checking whether the C compiler works... yes 22:05:24 [2023-10-18T22:05:24.789Z] #73 40.07 checking for C compiler default output file name... a.out 22:05:24 [2023-10-18T22:05:24.789Z] #73 40.07 checking for suffix of executables... 22:05:25 [2023-10-18T22:05:25.050Z] #73 40.21 checking whether we are cross compiling... no 22:05:25 [2023-10-18T22:05:25.050Z] #73 40.32 checking for suffix of object files... o 22:05:25 [2023-10-18T22:05:25.313Z] #73 40.42 checking whether we are using the GNU C compiler... yes 22:05:25 [2023-10-18T22:05:25.313Z] #73 40.54 checking whether gcc accepts -g... yes 22:05:25 [2023-10-18T22:05:25.575Z] #73 40.61 checking for gcc option to accept ISO C89... none needed 22:05:25 [2023-10-18T22:05:25.575Z] #73 40.70 checking whether gcc understands -c and -o together... yes 22:05:25 [2023-10-18T22:05:25.575Z] #73 40.83 checking for a sed that does not truncate output... /bin/sed 22:05:25 [2023-10-18T22:05:25.575Z] #73 40.85 checking for grep that handles long lines and -e... /bin/grep 22:05:25 [2023-10-18T22:05:25.575Z] #73 40.86 checking for egrep... /bin/grep -E 22:05:25 [2023-10-18T22:05:25.575Z] #73 40.87 checking for fgrep... /bin/grep -F 22:05:25 [2023-10-18T22:05:25.575Z] #73 40.88 checking for ld used by gcc... /usr/bin/ld 22:05:25 [2023-10-18T22:05:25.575Z] #73 40.90 checking if the linker (/usr/bin/ld) is GNU ld... yes 22:05:25 [2023-10-18T22:05:25.575Z] #73 40.91 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 22:05:25 [2023-10-18T22:05:25.836Z] #73 40.93 checking the name lister (/usr/bin/nm -B) interface... BSD nm 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.01 checking whether ln -s works... yes 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.01 checking the maximum length of command line arguments... 1572864 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.05 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.06 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.06 checking for /usr/bin/ld option to reload object files... -r 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.06 checking for objdump... objdump 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.06 checking how to recognize dependent libraries... pass_all 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.06 checking for dlltool... no 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.06 checking how to associate runtime and link libraries... printf %s\n 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.06 checking for ar... ar 22:05:25 [2023-10-18T22:05:25.836Z] #73 41.06 checking for archiver @FILE support... @ 22:05:26 [2023-10-18T22:05:26.098Z] 22:05:26 [2023-10-18T22:05:26.098Z] #73 ... 22:05:26 [2023-10-18T22:05:26.098Z] 22:05:26 [2023-10-18T22:05:26.098Z] #67 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...) 22:05:26 [2023-10-18T22:05:26.098Z] #67 DONE 61.0s 22:05:26 [2023-10-18T22:05:26.098Z] 22:05:26 [2023-10-18T22:05:26.098Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:26 [2023-10-18T22:05:26.098Z] #73 41.18 checking for strip... strip 22:05:26 [2023-10-18T22:05:26.098Z] #73 41.18 checking for ranlib... ranlib 22:05:26 [2023-10-18T22:05:26.098Z] #73 41.18 checking for gawk... no 22:05:26 [2023-10-18T22:05:26.098Z] #73 41.18 checking for mawk... mawk 22:05:26 [2023-10-18T22:05:26.098Z] #73 41.18 checking command to parse /usr/bin/nm -B output from gcc object... 22:05:26 [2023-10-18T22:05:26.098Z] #73 ... 22:05:26 [2023-10-18T22:05:26.098Z] 22:05:26 [2023-10-18T22:05:26.098Z] #68 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...) 22:05:26 [2023-10-18T22:05:26.098Z] #68 DONE 58.8s 22:05:26 [2023-10-18T22:05:26.360Z] 22:05:26 [2023-10-18T22:05:26.360Z] #70 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...) 22:05:26 [2023-10-18T22:05:26.360Z] #70 DONE 50.0s 22:05:26 [2023-10-18T22:05:26.360Z] 22:05:26 [2023-10-18T22:05:26.360Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:26 [2023-10-18T22:05:26.360Z] #73 41.18 checking command to parse /usr/bin/nm -B output from gcc object... ok 22:05:26 [2023-10-18T22:05:26.360Z] #73 41.48 checking for sysroot... no 22:05:26 [2023-10-18T22:05:26.360Z] #73 41.48 checking for a working dd... /bin/dd 22:05:26 [2023-10-18T22:05:26.360Z] #73 41.50 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 22:05:26 [2023-10-18T22:05:26.360Z] #73 41.54 checking for mt... no 22:05:26 [2023-10-18T22:05:26.360Z] #73 41.54 checking if : is a manifest tool... #73 ... 22:05:26 [2023-10-18T22:05:26.360Z] 22:05:26 [2023-10-18T22:05:26.360Z] #76 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/ 22:05:26 [2023-10-18T22:05:26.360Z] #76 DONE 0.1s 22:05:26 [2023-10-18T22:05:26.360Z] 22:05:26 [2023-10-18T22:05:26.360Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:26 [2023-10-18T22:05:26.360Z] #73 41.54 checking if : is a manifest tool... no 22:05:26 [2023-10-18T22:05:26.360Z] #73 41.55 checking how to run the C preprocessor... gcc -E 22:05:26 [2023-10-18T22:05:26.624Z] #73 41.70 checking for ANSI C header files... 22:05:26 [2023-10-18T22:05:26.624Z] #73 ... 22:05:26 [2023-10-18T22:05:26.624Z] 22:05:26 [2023-10-18T22:05:26.624Z] #77 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/ 22:05:26 [2023-10-18T22:05:26.624Z] #77 DONE 0.3s 22:05:26 [2023-10-18T22:05:26.886Z] 22:05:26 [2023-10-18T22:05:26.886Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:26 [2023-10-18T22:05:26.886Z] #73 41.70 checking for ANSI C header files... yes 22:05:26 [2023-10-18T22:05:26.886Z] #73 42.02 checking for sys/types.h... yes 22:05:27 [2023-10-18T22:05:27.148Z] #73 42.14 checking for sys/stat.h... yes 22:05:27 [2023-10-18T22:05:27.409Z] #73 42.40 checking for stdlib.h... yes 22:05:27 [2023-10-18T22:05:27.409Z] #73 42.62 checking for string.h... yes 22:05:27 [2023-10-18T22:05:27.673Z] #73 42.85 checking for memory.h... yes 22:05:27 [2023-10-18T22:05:27.673Z] #73 42.98 checking for strings.h... yes 22:05:27 [2023-10-18T22:05:27.934Z] #73 43.10 checking for inttypes.h... yes 22:05:27 [2023-10-18T22:05:27.934Z] #73 43.22 checking for stdint.h... yes 22:05:28 [2023-10-18T22:05:28.199Z] #73 43.35 checking for unistd.h... yes 22:05:28 [2023-10-18T22:05:28.199Z] #73 43.43 checking for dlfcn.h... yes 22:05:28 [2023-10-18T22:05:28.199Z] #73 43.50 checking for objdir... .libs 22:05:28 [2023-10-18T22:05:28.461Z] 22:05:28 [2023-10-18T22:05:28.461Z] #73 ... 22:05:28 [2023-10-18T22:05:28.461Z] 22:05:28 [2023-10-18T22:05:28.461Z] #78 [dev-systemd-false 2/19] COPY --link --from=swagger /build/ /usr/local/bin/ 22:05:28 [2023-10-18T22:05:28.461Z] #78 DONE 0.9s 22:05:28 [2023-10-18T22:05:28.461Z] 22:05:28 [2023-10-18T22:05:28.461Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:28 [2023-10-18T22:05:28.461Z] #73 43.68 checking if gcc supports -fno-rtti -fno-exceptions... no 22:05:28 [2023-10-18T22:05:28.461Z] #73 43.78 checking for gcc option to produce PIC... -fPIC -DPIC 22:05:28 [2023-10-18T22:05:28.461Z] #73 43.78 checking if gcc PIC flag -fPIC -DPIC works... yes 22:05:28 [2023-10-18T22:05:28.724Z] 22:05:28 [2023-10-18T22:05:28.724Z] #73 ... 22:05:28 [2023-10-18T22:05:28.724Z] 22:05:28 [2023-10-18T22:05:28.724Z] #79 [dev-systemd-false 3/19] COPY --link --from=delve /build/ /usr/local/bin/ 22:05:28 [2023-10-18T22:05:28.724Z] #79 DONE 0.3s 22:05:28 [2023-10-18T22:05:28.724Z] 22:05:28 [2023-10-18T22:05:28.724Z] #80 [dev-systemd-false 4/19] COPY --link --from=tomll /build/ /usr/local/bin/ 22:05:28 [2023-10-18T22:05:28.724Z] #80 DONE 0.0s 22:05:28 [2023-10-18T22:05:28.724Z] 22:05:28 [2023-10-18T22:05:28.724Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:28 [2023-10-18T22:05:28.724Z] #73 43.86 checking if gcc static flag -static works... 22:05:28 [2023-10-18T22:05:28.724Z] #73 ... 22:05:28 [2023-10-18T22:05:28.724Z] 22:05:28 [2023-10-18T22:05:28.724Z] #81 [dev-systemd-false 5/19] COPY --link --from=gowinres /build/ /usr/local/bin/ 22:05:28 [2023-10-18T22:05:28.724Z] #81 DONE 0.1s 22:05:28 [2023-10-18T22:05:28.724Z] 22:05:28 [2023-10-18T22:05:28.724Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:28 [2023-10-18T22:05:28.724Z] #73 43.86 checking if gcc static flag -static works... yes 22:05:28 [2023-10-18T22:05:28.724Z] #73 44.01 checking if gcc supports -c -o file.o... yes 22:05:28 [2023-10-18T22:05:28.724Z] #73 44.07 checking if gcc supports -c -o file.o... (cached) yes 22:05:28 [2023-10-18T22:05:28.724Z] #73 44.08 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes 22:05:28 [2023-10-18T22:05:28.986Z] #73 44.11 checking dynamic linker characteristics... 22:05:28 [2023-10-18T22:05:28.986Z] #73 ... 22:05:28 [2023-10-18T22:05:28.986Z] 22:05:28 [2023-10-18T22:05:28.986Z] #82 [dev-systemd-false 6/19] COPY --link --from=tini /build/ /usr/local/bin/ 22:05:28 [2023-10-18T22:05:28.986Z] #82 DONE 0.1s 22:05:28 [2023-10-18T22:05:28.986Z] 22:05:28 [2023-10-18T22:05:28.986Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:28 [2023-10-18T22:05:28.986Z] #73 44.11 checking dynamic linker characteristics... GNU/Linux ld.so 22:05:28 [2023-10-18T22:05:28.986Z] #73 44.32 checking how to hardcode library paths into programs... immediate 22:05:28 [2023-10-18T22:05:28.986Z] #73 44.32 checking whether stripping libraries is possible... yes 22:05:28 [2023-10-18T22:05:28.986Z] #73 44.33 checking if libtool supports shared libraries... yes 22:05:28 [2023-10-18T22:05:28.986Z] #73 44.33 checking whether to build shared libraries... no 22:05:28 [2023-10-18T22:05:28.986Z] #73 44.33 checking whether to build static libraries... yes 22:05:28 [2023-10-18T22:05:28.986Z] #73 44.33 checking for a BSD-compatible install... /usr/bin/install -c 22:05:28 [2023-10-18T22:05:28.986Z] #73 44.36 checking whether build environment is sane... yes 22:05:29 [2023-10-18T22:05:29.248Z] #73 44.38 checking for a thread-safe mkdir -p... /bin/mkdir -p 22:05:29 [2023-10-18T22:05:29.248Z] #73 44.39 checking whether make sets $(MAKE)... yes 22:05:29 [2023-10-18T22:05:29.248Z] #73 44.43 checking whether make supports the include directive... yes (GNU style) 22:05:29 [2023-10-18T22:05:29.248Z] #73 44.46 checking whether make supports nested variables... yes 22:05:29 [2023-10-18T22:05:29.248Z] #73 44.49 checking whether UID '0' is supported by ustar format... yes 22:05:29 [2023-10-18T22:05:29.248Z] #73 44.49 checking whether GID '0' is supported by ustar format... yes 22:05:29 [2023-10-18T22:05:29.248Z] #73 44.49 checking how to create a ustar tar archive... gnutar 22:05:29 [2023-10-18T22:05:29.248Z] #73 44.52 checking dependency style of gcc... gcc3 22:05:29 [2023-10-18T22:05:29.511Z] #73 ... 22:05:29 [2023-10-18T22:05:29.511Z] 22:05:29 [2023-10-18T22:05:29.511Z] #83 [dev-systemd-false 7/19] COPY --link --from=registry /build/ /usr/local/bin/ 22:05:29 [2023-10-18T22:05:29.511Z] #83 DONE 0.5s 22:05:29 [2023-10-18T22:05:29.511Z] 22:05:29 [2023-10-18T22:05:29.511Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.62 checking whether to enable maintainer-specific portions of Makefiles... yes 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.62 checking whether make supports nested variables... (cached) yes 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.62 checking for gawk... (cached) mawk 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.62 checking for a sed that does not truncate output... (cached) /bin/sed 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.63 checking for gcc... (cached) gcc 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.68 checking whether we are using the GNU C compiler... (cached) yes 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.68 checking whether gcc accepts -g... (cached) yes 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.68 checking for gcc option to accept ISO C89... (cached) none needed 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.68 checking whether gcc understands -c and -o together... (cached) yes 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.68 checking for a Python interpreter with version >= 3... python3 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.72 checking for python3... /usr/bin/python3 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.72 checking for python3 version... 3.9 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.75 checking for python3 platform... linux 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.77 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.82 checking for python3 extension module directory... 22:05:29 [2023-10-18T22:05:29.511Z] #73 ... 22:05:29 [2023-10-18T22:05:29.511Z] 22:05:29 [2023-10-18T22:05:29.511Z] #84 [dev-systemd-false 8/19] COPY --link --from=gotestsum /build/ /usr/local/bin/ 22:05:29 [2023-10-18T22:05:29.511Z] #84 DONE 0.2s 22:05:29 [2023-10-18T22:05:29.511Z] 22:05:29 [2023-10-18T22:05:29.511Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.82 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages 22:05:29 [2023-10-18T22:05:29.511Z] #73 44.92 checking for go-md2man... no 22:05:29 [2023-10-18T22:05:29.773Z] #73 44.93 checking error.h usability... yes 22:05:29 [2023-10-18T22:05:29.773Z] #73 45.04 checking error.h presence... yes 22:05:29 [2023-10-18T22:05:29.773Z] #73 45.08 checking for error.h... yes 22:05:29 [2023-10-18T22:05:29.773Z] #73 45.11 checking linux/openat2.h usability... yes 22:05:30 [2023-10-18T22:05:30.035Z] #73 45.16 checking linux/openat2.h presence... yes 22:05:30 [2023-10-18T22:05:30.035Z] #73 45.19 checking for linux/openat2.h... yes 22:05:30 [2023-10-18T22:05:30.035Z] #73 45.22 checking for copy_file_range... yes 22:05:30 [2023-10-18T22:05:30.297Z] #73 45.38 checking for fgetxattr... yes 22:05:30 [2023-10-18T22:05:30.559Z] #73 45.53 checking for statx... yes 22:05:30 [2023-10-18T22:05:30.559Z] #73 45.67 checking for fgetpwent_r... yes 22:05:30 [2023-10-18T22:05:30.559Z] #73 45.78 checking for issetugid... no 22:05:30 [2023-10-18T22:05:30.820Z] #73 45.85 checking for pkg-config... /usr/bin/pkg-config 22:05:30 [2023-10-18T22:05:30.820Z] #73 45.85 checking pkg-config is at least version 0.9.0... yes 22:05:30 [2023-10-18T22:05:30.820Z] #73 45.86 checking for library containing yajl_tree_get... -lyajl 22:05:30 [2023-10-18T22:05:30.820Z] #73 46.01 checking for yajl >= 2.0.0... yes 22:05:30 [2023-10-18T22:05:30.820Z] #73 46.02 checking sys/capability.h usability... yes 22:05:30 [2023-10-18T22:05:30.820Z] #73 46.07 checking sys/capability.h presence... yes 22:05:30 [2023-10-18T22:05:30.820Z] #73 46.09 checking for sys/capability.h... yes 22:05:30 [2023-10-18T22:05:30.820Z] #73 46.09 checking for library containing cap_from_name... -lcap 22:05:31 [2023-10-18T22:05:31.081Z] #73 46.26 checking for library containing dlopen... -ldl 22:05:31 [2023-10-18T22:05:31.081Z] #73 46.37 checking seccomp.h usability... yes 22:05:31 [2023-10-18T22:05:31.082Z] #73 46.43 checking seccomp.h presence... yes 22:05:31 [2023-10-18T22:05:31.082Z] #73 46.47 checking for seccomp.h... yes 22:05:31 [2023-10-18T22:05:31.343Z] #73 46.48 checking for library containing seccomp_rule_add... -lseccomp 22:05:31 [2023-10-18T22:05:31.343Z] #73 46.66 checking for library containing seccomp_arch_resolve_name... none required 22:05:31 [2023-10-18T22:05:31.605Z] #73 46.74 checking systemd/sd-bus.h usability... yes 22:05:31 [2023-10-18T22:05:31.605Z] #73 46.81 checking systemd/sd-bus.h presence... yes 22:05:31 [2023-10-18T22:05:31.605Z] #73 46.86 checking for systemd/sd-bus.h... yes 22:05:31 [2023-10-18T22:05:31.867Z] #73 46.86 checking for library containing sd_bus_match_signal_async... -lsystemd 22:05:31 [2023-10-18T22:05:31.867Z] #73 47.07 checking for sd_notify_barrier... yes 22:05:31 [2023-10-18T22:05:31.867Z] #73 47.16 checking linux/bpf.h usability... yes 22:05:31 [2023-10-18T22:05:31.867Z] #73 47.22 checking linux/bpf.h presence... yes 22:05:32 [2023-10-18T22:05:32.130Z] #73 47.26 checking for linux/bpf.h... yes 22:05:32 [2023-10-18T22:05:32.130Z] #73 47.27 checking compilation for eBPF... yes 22:05:32 [2023-10-18T22:05:32.130Z] #73 47.33 checking for criu >= 3.15... no 22:05:32 [2023-10-18T22:05:32.130Z] #73 47.34 configure: CRIU headers not found, building without CRIU support 22:05:32 [2023-10-18T22:05:32.130Z] #73 47.34 checking for criu > 3.16... no 22:05:32 [2023-10-18T22:05:32.130Z] #73 47.35 configure: CRIU version doesn't support join-ns API 22:05:32 [2023-10-18T22:05:32.130Z] #73 47.35 checking for criu > 3.16.1... no 22:05:32 [2023-10-18T22:05:32.130Z] #73 47.36 configure: CRIU version doesn't support for pre-dumping 22:05:32 [2023-10-18T22:05:32.130Z] #73 47.36 checking for new mount API (fsconfig)... yes 22:05:32 [2023-10-18T22:05:32.130Z] #73 47.40 checking for seccomp notify API... yes 22:05:32 [2023-10-18T22:05:32.392Z] #73 47.50 checking for gperf... no 22:05:32 [2023-10-18T22:05:32.392Z] #73 47.51 configure: gperf not found - cannot rebuild signal parser code 22:05:32 [2023-10-18T22:05:32.392Z] #73 47.51 checking for library containing argp_parse... none required 22:05:32 [2023-10-18T22:05:32.392Z] #73 47.61 checking that generated files are newer than configure... #73 ... 22:05:32 [2023-10-18T22:05:32.392Z] 22:05:32 [2023-10-18T22:05:32.392Z] #74 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...) 22:05:32 [2023-10-18T22:05:32.392Z] #74 DONE 47.7s 22:05:32 [2023-10-18T22:05:32.392Z] 22:05:32 [2023-10-18T22:05:32.392Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:32 [2023-10-18T22:05:32.392Z] #73 47.61 checking that generated files are newer than configure... done 22:05:32 [2023-10-18T22:05:32.392Z] #73 47.61 configure: creating ./config.status 22:05:33 [2023-10-18T22:05:33.336Z] #73 ... 22:05:33 [2023-10-18T22:05:33.336Z] 22:05:33 [2023-10-18T22:05:33.336Z] #60 [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 22:05:33 [2023-10-18T22:05:33.336Z] #60 76.89 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v 22:05:33 [2023-10-18T22:05:33.336Z] #60 76.95 Docker version unknown-version, build unknown-commit 22:05:33 [2023-10-18T22:05:33.336Z] #60 DONE 77.2s 22:05:33 [2023-10-18T22:05:33.599Z] 22:05:33 [2023-10-18T22:05:33.599Z] #66 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2" && /build/golangci-lint --version 22:05:34 [2023-10-18T22:05:34.173Z] #66 ... 22:05:34 [2023-10-18T22:05:34.173Z] 22:05:34 [2023-10-18T22:05:34.173Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:34 [2023-10-18T22:05:34.173Z] #73 49.57 config.status: creating Makefile 22:05:34 [2023-10-18T22:05:34.435Z] #73 49.59 config.status: creating rpm/crun.spec 22:05:34 [2023-10-18T22:05:34.435Z] #73 49.63 config.status: creating config.h 22:05:34 [2023-10-18T22:05:34.435Z] #73 49.64 config.status: executing libtool commands 22:05:34 [2023-10-18T22:05:34.435Z] #73 49.66 config.status: executing depfiles commands 22:05:35 [2023-10-18T22:05:35.009Z] #73 50.40 === configuring in libocispec (/tmp/crun-build/libocispec) 22:05:35 [2023-10-18T22:05:35.009Z] #73 50.43 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. 22:05:35 [2023-10-18T22:05:35.582Z] #73 50.72 checking for gcc... gcc 22:05:35 [2023-10-18T22:05:35.582Z] #73 50.75 checking whether the C compiler works... yes 22:05:35 [2023-10-18T22:05:35.582Z] #73 50.80 checking for C compiler default output file name... a.out 22:05:35 [2023-10-18T22:05:35.582Z] #73 50.80 checking for suffix of executables... 22:05:35 [2023-10-18T22:05:35.582Z] #73 50.87 checking whether we are cross compiling... no 22:05:35 [2023-10-18T22:05:35.582Z] #73 50.93 checking for suffix of object files... o 22:05:35 [2023-10-18T22:05:35.582Z] #73 50.96 checking whether we are using the GNU C compiler... yes 22:05:35 [2023-10-18T22:05:35.844Z] #73 50.99 checking whether gcc accepts -g... yes 22:05:35 [2023-10-18T22:05:35.844Z] #73 51.02 checking for gcc option to accept ISO C89... none needed 22:05:35 [2023-10-18T22:05:35.844Z] #73 51.07 checking whether gcc understands -c and -o together... yes 22:05:35 [2023-10-18T22:05:35.844Z] #73 51.12 checking how to run the C preprocessor... gcc -E 22:05:35 [2023-10-18T22:05:35.844Z] #73 51.19 checking for grep that handles long lines and -e... /bin/grep 22:05:35 [2023-10-18T22:05:35.844Z] #73 51.20 checking for egrep... /bin/grep -E 22:05:36 [2023-10-18T22:05:36.105Z] #73 51.20 checking for ANSI C header files... yes 22:05:36 [2023-10-18T22:05:36.105Z] #73 51.34 checking for sys/types.h... yes 22:05:36 [2023-10-18T22:05:36.105Z] #73 51.40 checking for sys/stat.h... yes 22:05:36 [2023-10-18T22:05:36.105Z] #73 51.45 checking for stdlib.h... yes 22:05:36 [2023-10-18T22:05:36.366Z] #73 51.49 checking for string.h... yes 22:05:36 [2023-10-18T22:05:36.366Z] #73 51.53 checking for memory.h... yes 22:05:36 [2023-10-18T22:05:36.366Z] #73 51.57 checking for strings.h... yes 22:05:36 [2023-10-18T22:05:36.366Z] #73 51.62 checking for inttypes.h... yes 22:05:36 [2023-10-18T22:05:36.367Z] #73 51.66 checking for stdint.h... yes 22:05:36 [2023-10-18T22:05:36.367Z] #73 51.70 checking for unistd.h... yes 22:05:36 [2023-10-18T22:05:36.627Z] #73 ... 22:05:36 [2023-10-18T22:05:36.627Z] 22:05:36 [2023-10-18T22:05:36.627Z] #56 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 rm -f ./.git/*.lock && /download-or-build-cli.sh v24.0.2 https://github.com/docker/cli.git /build && /build/docker --version 22:05:36 [2023-10-18T22:05:36.627Z] #56 79.96 Docker version 24.0.2, build cb74dfc 22:05:36 [2023-10-18T22:05:36.627Z] #56 DONE 80.4s 22:05:36 [2023-10-18T22:05:36.627Z] 22:05:36 [2023-10-18T22:05:36.627Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:36 [2023-10-18T22:05:36.627Z] #73 51.75 checking minix/config.h usability... no 22:05:36 [2023-10-18T22:05:36.627Z] #73 51.79 checking minix/config.h presence... no 22:05:36 [2023-10-18T22:05:36.627Z] #73 51.82 checking for minix/config.h... no 22:05:36 [2023-10-18T22:05:36.627Z] #73 51.82 checking whether it is safe to define __EXTENSIONS__... yes 22:05:36 [2023-10-18T22:05:36.627Z] #73 51.93 checking build system type... aarch64-unknown-linux-gnu 22:05:36 [2023-10-18T22:05:36.627Z] #73 52.00 checking host system type... aarch64-unknown-linux-gnu 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.00 checking how to print strings... printf 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.01 checking for a sed that does not truncate output... /bin/sed 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.01 checking for fgrep... /bin/grep -F 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.01 checking for ld used by gcc... /usr/bin/ld 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.02 checking if the linker (/usr/bin/ld) is GNU ld... yes 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.02 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.03 checking the name lister (/usr/bin/nm -B) interface... BSD nm 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.07 checking whether ln -s works... yes 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.07 checking the maximum length of command line arguments... 1572864 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.09 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.09 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.09 checking for /usr/bin/ld option to reload object files... -r 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.09 checking for objdump... objdump 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.09 checking how to recognize dependent libraries... pass_all 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.09 checking for dlltool... no 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.09 checking how to associate runtime and link libraries... printf %s\n 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.09 checking for ar... ar 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.09 checking for archiver @FILE support... @ 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.15 checking for strip... strip 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.15 checking for ranlib... ranlib 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.15 checking for gawk... no 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.15 checking for mawk... mawk 22:05:36 [2023-10-18T22:05:36.889Z] #73 52.15 checking command to parse /usr/bin/nm -B output from gcc object... ok 22:05:37 [2023-10-18T22:05:37.152Z] #73 52.28 checking for sysroot... no 22:05:37 [2023-10-18T22:05:37.152Z] #73 52.28 checking for a working dd... /bin/dd 22:05:37 [2023-10-18T22:05:37.152Z] #73 52.29 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 22:05:37 [2023-10-18T22:05:37.152Z] #73 52.33 checking for mt... no 22:05:37 [2023-10-18T22:05:37.152Z] #73 52.33 checking if : is a manifest tool... no 22:05:37 [2023-10-18T22:05:37.152Z] #73 52.35 checking for dlfcn.h... yes 22:05:37 [2023-10-18T22:05:37.152Z] #73 52.39 checking for objdir... .libs 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.50 checking if gcc supports -fno-rtti -fno-exceptions... 22:05:37 [2023-10-18T22:05:37.412Z] #73 ... 22:05:37 [2023-10-18T22:05:37.412Z] 22:05:37 [2023-10-18T22:05:37.412Z] #66 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2" && /build/golangci-lint --version 22:05:37 [2023-10-18T22:05:37.412Z] #66 81.40 golangci-lint has version v1.54.2 built with go1.20.10 from (unknown, mod sum: "h1:oR9zxfWYxt7hFqk6+fw6Enr+E7F0SN2nqHhJYyIb0yo=") on (unknown) 22:05:37 [2023-10-18T22:05:37.412Z] #66 DONE 81.5s 22:05:37 [2023-10-18T22:05:37.412Z] 22:05:37 [2023-10-18T22:05:37.412Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.50 checking if gcc supports -fno-rtti -fno-exceptions... no 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.55 checking for gcc option to produce PIC... -fPIC -DPIC 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.55 checking if gcc PIC flag -fPIC -DPIC works... yes 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.59 checking if gcc static flag -static works... yes 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.67 checking if gcc supports -c -o file.o... yes 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.71 checking if gcc supports -c -o file.o... (cached) yes 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.71 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.73 checking dynamic linker characteristics... GNU/Linux ld.so 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.79 checking how to hardcode library paths into programs... immediate 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.79 checking whether stripping libraries is possible... yes 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.79 checking if libtool supports shared libraries... yes 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.79 checking whether to build shared libraries... no 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.79 checking whether to build static libraries... yes 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.79 checking for a BSD-compatible install... /usr/bin/install -c 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.81 checking whether build environment is sane... yes 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.82 checking for a thread-safe mkdir -p... /bin/mkdir -p 22:05:37 [2023-10-18T22:05:37.412Z] #73 52.82 checking whether make sets $(MAKE)... yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.84 checking whether make supports the include directive... yes (GNU style) 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.85 checking whether make supports nested variables... yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.86 checking whether UID '0' is supported by ustar format... yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.86 checking whether GID '0' is supported by ustar format... yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.86 checking how to create a ustar tar archive... gnutar 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.88 checking dependency style of gcc... gcc3 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.93 checking whether to enable maintainer-specific portions of Makefiles... yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.93 checking whether make supports nested variables... (cached) yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.93 checking for pkg-config... /usr/bin/pkg-config 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.93 checking pkg-config is at least version 0.9.0... yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.93 checking for yajl >= 2.1.0... yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.94 checking for a sed that does not truncate output... (cached) /bin/sed 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.94 checking for gcc... (cached) gcc 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.97 checking whether we are using the GNU C compiler... (cached) yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.97 checking whether gcc accepts -g... (cached) yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.97 checking for gcc option to accept ISO C89... (cached) none needed 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.97 checking whether gcc understands -c and -o together... (cached) yes 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.97 checking for a Python interpreter with version >= 3... python3 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.99 checking for python3... /usr/bin/python3 22:05:37 [2023-10-18T22:05:37.674Z] #73 52.99 checking for python3 version... 3.9 22:05:37 [2023-10-18T22:05:37.674Z] #73 53.01 checking for python3 platform... linux 22:05:37 [2023-10-18T22:05:37.674Z] #73 53.02 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages 22:05:37 [2023-10-18T22:05:37.934Z] #73 53.05 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages 22:05:37 [2023-10-18T22:05:37.934Z] #73 53.12 checking that generated files are newer than configure... 22:05:37 [2023-10-18T22:05:37.934Z] #73 ... 22:05:37 [2023-10-18T22:05:37.934Z] 22:05:37 [2023-10-18T22:05:37.934Z] #85 [dev-systemd-false 9/19] COPY --link --from=golangci_lint /build/ /usr/local/bin/ 22:05:37 [2023-10-18T22:05:37.934Z] #85 DONE 0.1s 22:05:38 [2023-10-18T22:05:38.194Z] 22:05:38 [2023-10-18T22:05:38.194Z] #86 [dev-systemd-false 10/19] COPY --link --from=shfmt /build/ /usr/local/bin/ 22:05:38 [2023-10-18T22:05:38.194Z] #86 DONE 0.0s 22:05:38 [2023-10-18T22:05:38.194Z] 22:05:38 [2023-10-18T22:05:38.194Z] #87 [dev-systemd-false 11/19] COPY --link --from=runc /build/ /usr/local/bin/ 22:05:38 [2023-10-18T22:05:38.194Z] #87 DONE 0.1s 22:05:38 [2023-10-18T22:05:38.194Z] 22:05:38 [2023-10-18T22:05:38.194Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:38 [2023-10-18T22:05:38.766Z] #73 53.12 checking that generated files are newer than configure... done 22:05:38 [2023-10-18T22:05:38.766Z] #73 53.81 configure: creating ./config.status 22:05:39 [2023-10-18T22:05:39.339Z] #73 54.45 config.status: creating Makefile 22:05:39 [2023-10-18T22:05:39.339Z] #73 54.48 config.status: creating config.h 22:05:39 [2023-10-18T22:05:39.339Z] #73 54.49 config.status: executing libtool commands 22:05:39 [2023-10-18T22:05:39.339Z] #73 54.50 config.status: executing depfiles commands 22:05:39 [2023-10-18T22:05:39.599Z] #73 54.69 === configuring in yajl (/tmp/crun-build/libocispec/yajl) 22:05:39 [2023-10-18T22:05:39.599Z] #73 54.70 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. 22:05:39 [2023-10-18T22:05:39.599Z] #73 54.80 checking for gcc... gcc 22:05:39 [2023-10-18T22:05:39.599Z] #73 54.83 checking whether the C compiler works... yes 22:05:39 [2023-10-18T22:05:39.599Z] #73 54.88 checking for C compiler default output file name... a.out 22:05:39 [2023-10-18T22:05:39.599Z] #73 54.88 checking for suffix of executables... 22:05:39 [2023-10-18T22:05:39.599Z] #73 54.92 checking whether we are cross compiling... no 22:05:39 [2023-10-18T22:05:39.599Z] #73 54.97 checking for suffix of object files... o 22:05:39 [2023-10-18T22:05:39.860Z] #73 55.00 checking whether we are using the GNU C compiler... yes 22:05:39 [2023-10-18T22:05:39.860Z] #73 55.02 checking whether gcc accepts -g... yes 22:05:39 [2023-10-18T22:05:39.860Z] #73 55.05 checking for gcc option to accept ISO C89... none needed 22:05:39 [2023-10-18T22:05:39.861Z] #73 55.09 checking whether gcc understands -c and -o together... yes 22:05:39 [2023-10-18T22:05:39.861Z] #73 55.15 checking for a BSD-compatible install... /usr/bin/install -c 22:05:39 [2023-10-18T22:05:39.861Z] #73 55.16 checking whether build environment is sane... yes 22:05:39 [2023-10-18T22:05:39.861Z] #73 55.19 checking for a thread-safe mkdir -p... /bin/mkdir -p 22:05:39 [2023-10-18T22:05:39.861Z] #73 55.19 checking for gawk... no 22:05:39 [2023-10-18T22:05:39.861Z] #73 55.19 checking for mawk... mawk 22:05:39 [2023-10-18T22:05:39.861Z] #73 55.19 checking whether make sets $(MAKE)... yes 22:05:39 [2023-10-18T22:05:39.861Z] #73 55.22 checking whether make supports the include directive... yes (GNU style) 22:05:39 [2023-10-18T22:05:39.861Z] #73 55.25 checking whether make supports nested variables... yes 22:05:40 [2023-10-18T22:05:40.123Z] #73 55.28 checking whether UID '0' is supported by ustar format... yes 22:05:40 [2023-10-18T22:05:40.123Z] #73 55.28 checking whether GID '0' is supported by ustar format... yes 22:05:40 [2023-10-18T22:05:40.123Z] #73 55.28 checking how to create a ustar tar archive... gnutar 22:05:40 [2023-10-18T22:05:40.123Z] #73 55.31 checking dependency style of gcc... gcc3 22:05:40 [2023-10-18T22:05:40.123Z] #73 55.40 checking whether to enable maintainer-specific portions of Makefiles... yes 22:05:40 [2023-10-18T22:05:40.123Z] #73 55.41 checking whether make supports nested variables... (cached) yes 22:05:40 [2023-10-18T22:05:40.123Z] #73 55.44 checking build system type... aarch64-unknown-linux-gnu 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.54 checking host system type... aarch64-unknown-linux-gnu 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.54 checking how to print strings... printf 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.54 checking for a sed that does not truncate output... /bin/sed 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.55 checking for grep that handles long lines and -e... /bin/grep 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.56 checking for egrep... /bin/grep -E 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.56 checking for fgrep... /bin/grep -F 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.56 checking for ld used by gcc... /usr/bin/ld 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.57 checking if the linker (/usr/bin/ld) is GNU ld... yes 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.57 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.58 checking the name lister (/usr/bin/nm -B) interface... BSD nm 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.62 checking whether ln -s works... yes 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.62 checking the maximum length of command line arguments... 1572864 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.63 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.63 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.63 checking for /usr/bin/ld option to reload object files... -r 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.63 checking for objdump... objdump 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.63 checking how to recognize dependent libraries... pass_all 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.64 checking for dlltool... no 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.64 checking how to associate runtime and link libraries... printf %s\n 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.64 checking for ar... ar 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.64 checking for archiver @FILE support... @ 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.68 checking for strip... strip 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.68 checking for ranlib... ranlib 22:05:40 [2023-10-18T22:05:40.385Z] #73 55.68 checking command to parse /usr/bin/nm -B output from gcc object... ok 22:05:40 [2023-10-18T22:05:40.647Z] #73 55.82 checking for sysroot... no 22:05:40 [2023-10-18T22:05:40.647Z] #73 55.82 checking for a working dd... /bin/dd 22:05:40 [2023-10-18T22:05:40.647Z] #73 55.83 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 22:05:40 [2023-10-18T22:05:40.647Z] #73 55.83 checking for mt... no 22:05:40 [2023-10-18T22:05:40.647Z] #73 55.83 checking if : is a manifest tool... no 22:05:40 [2023-10-18T22:05:40.647Z] #73 55.84 checking how to run the C preprocessor... gcc -E 22:05:40 [2023-10-18T22:05:40.909Z] #73 55.95 checking for ANSI C header files... yes 22:05:40 [2023-10-18T22:05:40.909Z] #73 56.10 checking for sys/types.h... yes 22:05:40 [2023-10-18T22:05:40.909Z] #73 56.17 checking for sys/stat.h... yes 22:05:41 [2023-10-18T22:05:41.171Z] #73 56.25 checking for stdlib.h... yes 22:05:41 [2023-10-18T22:05:41.171Z] #73 56.32 checking for string.h... yes 22:05:41 [2023-10-18T22:05:41.171Z] #73 56.38 checking for memory.h... yes 22:05:41 [2023-10-18T22:05:41.171Z] #73 56.43 checking for strings.h... yes 22:05:41 [2023-10-18T22:05:41.432Z] #73 56.49 checking for inttypes.h... yes 22:05:41 [2023-10-18T22:05:41.432Z] #73 56.56 checking for stdint.h... yes 22:05:41 [2023-10-18T22:05:41.432Z] #73 56.63 checking for unistd.h... yes 22:05:41 [2023-10-18T22:05:41.432Z] #73 56.69 checking for dlfcn.h... yes 22:05:41 [2023-10-18T22:05:41.432Z] #73 56.75 checking for objdir... .libs 22:05:41 [2023-10-18T22:05:41.694Z] #73 56.86 checking if gcc supports -fno-rtti -fno-exceptions... no 22:05:41 [2023-10-18T22:05:41.694Z] #73 56.92 checking for gcc option to produce PIC... -fPIC -DPIC 22:05:41 [2023-10-18T22:05:41.694Z] #73 56.92 checking if gcc PIC flag -fPIC -DPIC works... yes 22:05:41 [2023-10-18T22:05:41.694Z] #73 56.96 checking if gcc static flag -static works... yes 22:05:41 [2023-10-18T22:05:41.694Z] #73 57.04 checking if gcc supports -c -o file.o... yes 22:05:41 [2023-10-18T22:05:41.694Z] #73 57.08 checking if gcc supports -c -o file.o... (cached) yes 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.08 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.10 checking dynamic linker characteristics... GNU/Linux ld.so 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.19 checking how to hardcode library paths into programs... immediate 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.19 checking whether stripping libraries is possible... yes 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.19 checking if libtool supports shared libraries... yes 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.19 checking whether to build shared libraries... no 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.19 checking whether to build static libraries... yes 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.20 checking float.h usability... yes 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.24 checking float.h presence... yes 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.25 checking for float.h... yes 22:05:41 [2023-10-18T22:05:41.956Z] #73 57.27 checking limits.h usability... yes 22:05:42 [2023-10-18T22:05:42.218Z] #73 57.31 checking limits.h presence... yes 22:05:42 [2023-10-18T22:05:42.218Z] #73 57.33 checking for limits.h... yes 22:05:42 [2023-10-18T22:05:42.218Z] #73 57.36 checking stddef.h usability... yes 22:05:42 [2023-10-18T22:05:42.218Z] #73 57.40 checking stddef.h presence... yes 22:05:42 [2023-10-18T22:05:42.218Z] #73 57.41 checking for stddef.h... yes 22:05:42 [2023-10-18T22:05:42.218Z] #73 57.43 checking for stdlib.h... (cached) yes 22:05:42 [2023-10-18T22:05:42.218Z] #73 57.47 checking for string.h... (cached) yes 22:05:42 [2023-10-18T22:05:42.218Z] #73 57.49 checking sys/time.h usability... yes 22:05:42 [2023-10-18T22:05:42.480Z] #73 57.53 checking sys/time.h presence... yes 22:05:42 [2023-10-18T22:05:42.480Z] #73 57.55 checking for sys/time.h... yes 22:05:42 [2023-10-18T22:05:42.480Z] #73 57.57 checking for inline... inline 22:05:42 [2023-10-18T22:05:42.480Z] #73 57.61 checking for size_t... yes 22:05:42 [2023-10-18T22:05:42.480Z] #73 57.70 checking for stdlib.h... (cached) yes 22:05:42 [2023-10-18T22:05:42.480Z] #73 57.70 checking for GNU libc compatible malloc... yes 22:05:42 [2023-10-18T22:05:42.480Z] #73 57.75 checking for stdlib.h... (cached) yes 22:05:42 [2023-10-18T22:05:42.480Z] #73 57.76 checking for GNU libc compatible realloc... yes 22:05:42 [2023-10-18T22:05:42.742Z] #73 57.82 checking for working strtod... yes 22:05:42 [2023-10-18T22:05:42.742Z] #73 57.93 checking for gettimeofday... yes 22:05:42 [2023-10-18T22:05:42.742Z] #73 58.00 checking for memset... yes 22:05:43 [2023-10-18T22:05:43.004Z] #73 58.07 checking for strspn... yes 22:05:43 [2023-10-18T22:05:43.004Z] #73 58.19 checking that generated files are newer than configure... done 22:05:43 [2023-10-18T22:05:43.004Z] #73 58.19 configure: creating ./config.status 22:05:44 [2023-10-18T22:05:44.393Z] #73 59.77 config.status: creating Makefile 22:05:44 [2023-10-18T22:05:44.393Z] #73 59.83 config.status: creating config.h 22:05:44 [2023-10-18T22:05:44.654Z] #73 59.86 config.status: executing depfiles commands 22:05:44 [2023-10-18T22:05:44.654Z] #73 59.96 config.status: executing libtool commands 22:05:45 [2023-10-18T22:05:45.227Z] #73 60.43 GEN .version 22:05:45 [2023-10-18T22:05:45.227Z] #73 60.44 make install-recursive 22:05:45 [2023-10-18T22:05:45.228Z] #73 60.44 make[1]: Entering directory '/tmp/crun-build' 22:05:45 [2023-10-18T22:05:45.228Z] #73 60.49 Making install in libocispec 22:05:45 [2023-10-18T22:05:45.228Z] #73 60.50 make[2]: Entering directory '/tmp/crun-build/libocispec' 22:05:45 [2023-10-18T22:05:45.228Z] #73 60.54 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.54 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.54 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.55 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.60 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.60 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.60 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.60 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.60 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.60 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.60 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.60 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.60 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.61 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.61 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.61 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.61 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.61 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.61 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.61 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success 22:05:45 [2023-10-18T22:05:45.489Z] #73 60.83 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.84 make install-recursive 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.84 make[3]: Entering directory '/tmp/crun-build/libocispec' 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.87 Making install in yajl 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.88 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.96 CC verify/json_verify-json_verify.o 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.96 CC src/libyajl_la-yajl_alloc.lo 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.97 CC src/libyajl_la-yajl.lo 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.97 CC src/libyajl_la-yajl_gen.lo 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.98 CC src/libyajl_la-yajl_parser.lo 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.98 CC src/libyajl_la-yajl_buf.lo 22:05:45 [2023-10-18T22:05:45.750Z] #73 60.99 CC src/libyajl_la-yajl_encode.lo 22:05:45 [2023-10-18T22:05:45.750Z] #73 61.00 CC src/libyajl_la-yajl_lex.lo 22:05:45 [2023-10-18T22:05:45.750Z] #73 61.00 CC src/libyajl_la-yajl_tree.lo 22:05:46 [2023-10-18T22:05:46.324Z] #73 61.57 CCLD libyajl.la 22:05:46 [2023-10-18T22:05:46.585Z] #73 61.75 CCLD verify/json_verify 22:05:46 [2023-10-18T22:05:46.585Z] #73 61.98 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' 22:05:46 [2023-10-18T22:05:46.847Z] #73 61.98 make[5]: Nothing to be done for 'install-exec-am'. 22:05:46 [2023-10-18T22:05:46.847Z] #73 61.98 make[5]: Nothing to be done for 'install-data-am'. 22:05:46 [2023-10-18T22:05:46.847Z] #73 61.98 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' 22:05:46 [2023-10-18T22:05:46.847Z] #73 61.98 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' 22:05:46 [2023-10-18T22:05:46.847Z] #73 61.99 make[4]: Entering directory '/tmp/crun-build/libocispec' 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.08 CC src/validate.o 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.08 CC src/image_spec_schema_config_schema.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.08 CC src/image_spec_schema_content_descriptor.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.08 CC src/image_spec_schema_defs.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.09 CC src/image_spec_schema_defs_descriptor.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.10 CC src/image_spec_schema_image_index_schema.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.10 CC src/image_spec_schema_image_layout_schema.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.11 CC src/image_spec_schema_image_manifest_schema.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.11 CC src/runtime_spec_schema_config_linux.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.11 CC src/runtime_spec_schema_config_zos.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.11 CC src/runtime_spec_schema_config_schema.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.12 CC src/runtime_spec_schema_config_solaris.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.12 CC src/runtime_spec_schema_config_vm.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.13 CC src/runtime_spec_schema_config_windows.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.14 CC src/runtime_spec_schema_defs.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.15 CC src/runtime_spec_schema_defs_linux.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.15 CC src/runtime_spec_schema_defs_zos.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.16 CC src/runtime_spec_schema_defs_vm.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.17 CC src/runtime_spec_schema_defs_windows.lo 22:05:46 [2023-10-18T22:05:46.847Z] #73 62.19 CC src/runtime_spec_schema_state_schema.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.20 CC src/image_manifest_items_image_manifest_items_schema.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.21 CC src/basic_test_double_array_item.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.22 CC src/basic_test_double_array.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.24 CC src/basic_test_top_array_int.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.25 CC src/basic_test_top_array_string.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.27 CC src/basic_test_top_double_array_int.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.30 CC src/basic_test_top_double_array_obj.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.31 CC src/basic_test_top_double_array_refobj.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.31 CC src/basic_test_top_double_array_string.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.32 CC src/read-file.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.33 CC src/json_common.lo 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.35 CC tests/test-1.o 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.35 CC tests/test-2.o 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.36 CC tests/test-3.o 22:05:47 [2023-10-18T22:05:47.109Z] #73 62.42 CC tests/test-4.o 22:05:47 [2023-10-18T22:05:47.371Z] #73 62.45 CC tests/test-5.o 22:05:47 [2023-10-18T22:05:47.371Z] #73 62.47 CC tests/test-6.o 22:05:47 [2023-10-18T22:05:47.371Z] #73 62.49 CC tests/test-7.o 22:05:47 [2023-10-18T22:05:47.371Z] #73 62.50 CC tests/test-8.o 22:05:47 [2023-10-18T22:05:47.371Z] #73 62.51 CC tests/test-9.o 22:05:47 [2023-10-18T22:05:47.371Z] #73 62.59 CC tests/test-10.o 22:05:47 [2023-10-18T22:05:47.371Z] #73 62.61 CC tests/test-11.o 22:05:49 [2023-10-18T22:05:49.920Z] #73 ... 22:05:49 [2023-10-18T22:05:49.920Z] 22:05:49 [2023-10-18T22:05:49.920Z] #75 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...) 22:05:49 [2023-10-18T22:05:49.920Z] #75 47.32 + bin/containerd 22:05:49 [2023-10-18T22:05:49.920Z] #75 47.32 go build -gcflags=-trimpath=/go/src -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.6 -X github.com/containerd/containerd/version.Revision=091922f03c2762540fd057fba91260237ff86acb -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build" ./cmd/containerd 22:05:49 [2023-10-18T22:05:49.920Z] #75 ... 22:05:49 [2023-10-18T22:05:49.920Z] 22:05:49 [2023-10-18T22:05:49.920Z] #73 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.01 CCLD libocispec.la 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.14 CCLD src/validate 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.14 CCLD tests/test-1 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.15 CCLD tests/test-2 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.16 CCLD tests/test-3 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.16 CCLD tests/test-4 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.18 CCLD tests/test-7 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.19 CCLD tests/test-6 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.19 CCLD tests/test-5 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.19 CCLD tests/test-8 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.20 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.20 CCLD tests/test-9 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.20 CCLD tests/test-10 22:05:49 [2023-10-18T22:05:49.920Z] #73 65.21 CCLD tests/test-11 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.38 libtool: link: ar cr libocispec.a 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.39 libtool: link: ranlib libocispec.a 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.51 make[5]: Entering directory '/tmp/crun-build/libocispec' 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.53 make[5]: Nothing to be done for 'install-exec-am'. 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.53 make[5]: Nothing to be done for 'install-data-am'. 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.53 make[5]: Leaving directory '/tmp/crun-build/libocispec' 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.53 make[4]: Leaving directory '/tmp/crun-build/libocispec' 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.53 make[3]: Leaving directory '/tmp/crun-build/libocispec' 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.53 make[2]: Leaving directory '/tmp/crun-build/libocispec' 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.53 make[2]: Entering directory '/tmp/crun-build' 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.61 CC src/crun-crun.o 22:05:50 [2023-10-18T22:05:50.182Z] #73 65.61 CC src/crun-run.o 22:05:50 [2023-10-18T22:05:50.444Z] #73 65.61 CC src/crun-delete.o 22:05:50 [2023-10-18T22:05:50.444Z] #73 65.62 CC src/crun-kill.o 22:05:50 [2023-10-18T22:05:50.444Z] #73 65.62 CC src/crun-pause.o 22:05:50 [2023-10-18T22:05:50.444Z] #73 65.62 CC src/crun-unpause.o 22:05:50 [2023-10-18T22:05:50.444Z] #73 65.62 CC src/crun-spec.o 22:05:50 [2023-10-18T22:05:50.444Z] #73 65.63 CC src/crun-exec.o 22:05:50 [2023-10-18T22:05:50.444Z] #73 65.63 CC src/crun-list.o 22:05:50 [2023-10-18T22:05:50.444Z] #73 65.64 CC src/crun-create.o 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.65 CC src/crun-start.o 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.66 CC src/crun-state.o 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.67 CC src/crun-update.o 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.68 CC src/crun-ps.o 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.69 CC src/crun-checkpoint.o 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.81 CC src/crun-restore.o 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.84 CC src/libcrun/libcrun_la-utils.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.84 CC src/libcrun/libcrun_la-cloned_binary.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.84 CC src/libcrun/libcrun_la-container.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.84 CC src/libcrun/libcrun_la-cgroup.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.84 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.84 CC src/libcrun/libcrun_la-cgroup-setup.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.84 CC src/libcrun/libcrun_la-cgroup-resources.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.85 CC src/libcrun/libcrun_la-cgroup-systemd.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.85 CC src/libcrun/libcrun_la-cgroup-utils.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.86 CC src/libcrun/libcrun_la-criu.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.86 CC src/libcrun/libcrun_la-custom-handler.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.86 CC src/libcrun/libcrun_la-linux.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.86 CC src/libcrun/libcrun_la-seccomp.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.86 CC src/libcrun/libcrun_la-ebpf.lo 22:05:50 [2023-10-18T22:05:50.445Z] #73 65.86 CC src/libcrun/libcrun_la-error.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 65.87 CC src/libcrun/libcrun_la-status.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 65.87 CC src/libcrun/libcrun_la-terminal.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 65.88 CC src/libcrun/libcrun_la-signals.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 65.88 CC src/libcrun/libcrun_la-chroot_realpath.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 65.89 CC src/libcrun/libcrun_la-mount_flags.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 65.89 CC src/libcrun/libcrun_la-seccomp_notify.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 65.90 CC src/libcrun/handlers/libcrun_la-krun.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 65.90 CC src/libcrun/handlers/libcrun_la-handler-utils.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 65.93 CC src/libcrun/handlers/libcrun_la-wasmedge.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 65.97 CC src/libcrun/handlers/libcrun_la-wasmer.lo 22:05:50 [2023-10-18T22:05:50.707Z] #73 66.00 CC tests/init.o 22:05:50 [2023-10-18T22:05:50.707Z] #73 66.03 CC tests/tests_libcrun_utils-tests_libcrun_utils.o 22:05:50 [2023-10-18T22:05:50.707Z] #73 66.04 CC src/libcrun/libcrun_testing_a-utils.o 22:05:50 [2023-10-18T22:05:50.707Z] #73 66.08 CC src/libcrun/libcrun_testing_a-cloned_binary.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.09 CC src/libcrun/libcrun_testing_a-container.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.10 CC src/libcrun/libcrun_testing_a-cgroup.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.10 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.12 CC src/libcrun/libcrun_testing_a-cgroup-resources.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.14 CC src/libcrun/libcrun_testing_a-cgroup-setup.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.19 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.23 CC src/libcrun/libcrun_testing_a-cgroup-utils.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.25 CC src/libcrun/libcrun_testing_a-criu.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.28 CC src/libcrun/libcrun_testing_a-custom-handler.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.29 CC src/libcrun/libcrun_testing_a-linux.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.31 CC src/libcrun/libcrun_testing_a-seccomp.o 22:05:50 [2023-10-18T22:05:50.968Z] #73 66.40 CC src/libcrun/libcrun_testing_a-ebpf.o 22:05:51 [2023-10-18T22:05:51.230Z] #73 66.48 CC src/libcrun/libcrun_testing_a-error.o 22:05:51 [2023-10-18T22:05:51.230Z] #73 66.51 CC src/libcrun/libcrun_testing_a-status.o 22:05:51 [2023-10-18T22:05:51.230Z] #73 66.52 CC src/libcrun/libcrun_testing_a-terminal.o 22:05:51 [2023-10-18T22:05:51.230Z] #73 66.55 CC src/libcrun/libcrun_testing_a-chroot_realpath.o 22:05:51 [2023-10-18T22:05:51.230Z] #73 66.56 CC src/libcrun/libcrun_testing_a-signals.o 22:05:51 [2023-10-18T22:05:51.230Z] #73 66.58 CC src/libcrun/libcrun_testing_a-mount_flags.o 22:05:51 [2023-10-18T22:05:51.230Z] #73 66.60 CC src/libcrun/libcrun_testing_a-seccomp_notify.o 22:05:51 [2023-10-18T22:05:51.230Z] #73 66.63 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o 22:05:51 [2023-10-18T22:05:51.491Z] #73 66.68 CC src/libcrun/handlers/libcrun_testing_a-krun.o 22:05:51 [2023-10-18T22:05:51.491Z] #73 66.68 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o 22:05:51 [2023-10-18T22:05:51.491Z] #73 66.71 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o 22:05:51 [2023-10-18T22:05:51.491Z] #73 66.72 CC tests/tests_libcrun_errors-tests_libcrun_errors.o 22:05:51 [2023-10-18T22:05:51.491Z] #73 66.74 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o 22:05:52 [2023-10-18T22:05:52.065Z] #73 67.39 CCLD tests/init 22:05:53 [2023-10-18T22:05:53.980Z] #73 69.00 CCLD libcrun.la 22:05:53 [2023-10-18T22:05:53.980Z] #73 69.05 AR libcrun_testing.a 22:05:53 [2023-10-18T22:05:53.980Z] #73 69.05 ar: `u' modifier ignored since `D' is the default (see `U') 22:05:53 [2023-10-18T22:05:53.980Z] #73 69.07 CCLD tests/tests_libcrun_utils 22:05:53 [2023-10-18T22:05:53.980Z] #73 69.07 CCLD tests/tests_libcrun_errors 22:05:53 [2023-10-18T22:05:53.980Z] #73 69.07 CCLD tests/tests_libcrun_fuzzer 22:05:53 [2023-10-18T22:05:53.980Z] #73 69.19 CCLD crun 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.36 make[3]: Entering directory '/tmp/crun-build' 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.43 /bin/mkdir -p '/usr/local/share/man/man1' 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.43 /bin/mkdir -p '/usr/local/lib' 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.43 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.44 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.45 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.46 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.46 libtool: install: chmod 644 /usr/local/lib/libcrun.a 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.47 libtool: install: ranlib /usr/local/lib/libcrun.a 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 ---------------------------------------------------------------------- 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 Libraries have been installed in: 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 /usr/local/lib 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 If you ever happen to want to link against installed libraries 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 in a given directory, LIBDIR, you must either use libtool, and 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 specify the full pathname of the library, or use the '-LLIBDIR' 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 flag during linking and do at least one of the following: 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 during execution 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 - add LIBDIR to the 'LD_RUN_PATH' environment variable 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 during linking 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 - have your system administrator add LIBDIR to '/etc/ld.so.conf' 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 See any operating system documentation about shared libraries for 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 more information, such as the ld(1) and ld.so(8) manual pages. 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 ---------------------------------------------------------------------- 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 /bin/mkdir -p '/build' 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.52 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' 22:05:54 [2023-10-18T22:05:54.241Z] #73 69.55 libtool: install: /usr/bin/install -c crun /build/crun 22:05:54 [2023-10-18T22:05:54.501Z] #73 69.55 make[3]: Leaving directory '/tmp/crun-build' 22:05:54 [2023-10-18T22:05:54.501Z] #73 69.55 make[2]: Leaving directory '/tmp/crun-build' 22:05:54 [2023-10-18T22:05:54.501Z] #73 69.55 make[1]: Leaving directory '/tmp/crun-build' 22:05:55 [2023-10-18T22:05:55.071Z] #73 DONE 70.4s 22:05:55 [2023-10-18T22:05:55.071Z] 22:05:55 [2023-10-18T22:05:55.071Z] #75 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...) 22:05:55 [2023-10-18T22:05:55.643Z] #75 63.31 + bin/containerd-stress 22:05:55 [2023-10-18T22:05:55.643Z] #75 63.31 go build -gcflags=-trimpath=/go/src -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.6 -X github.com/containerd/containerd/version.Revision=091922f03c2762540fd057fba91260237ff86acb -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build" ./cmd/containerd-stress 22:05:57 [2023-10-18T22:05:57.026Z] #75 64.59 + bin/containerd-shim 22:05:57 [2023-10-18T22:05:57.287Z] #75 65.14 + bin/containerd-shim-runc-v1 22:05:58 [2023-10-18T22:05:58.229Z] #75 65.94 + bin/containerd-shim-runc-v2 22:05:59 [2023-10-18T22:05:59.170Z] #75 66.69 + binaries 22:05:59 [2023-10-18T22:05:59.170Z] #75 DONE 67.1s 22:05:59 [2023-10-18T22:05:59.740Z] 22:05:59 [2023-10-18T22:05:59.740Z] #88 [dev-systemd-false 12/19] COPY --link --from=containerd /build/ /usr/local/bin/ 22:06:01 [2023-10-18T22:06:01.122Z] #88 DONE 1.0s 22:06:01 [2023-10-18T22:06:01.122Z] 22:06:01 [2023-10-18T22:06:01.122Z] #89 [dev-systemd-false 13/19] COPY --link --from=rootlesskit /build/ /usr/local/bin/ 22:06:01 [2023-10-18T22:06:01.382Z] #89 DONE 0.4s 22:06:01 [2023-10-18T22:06:01.382Z] 22:06:01 [2023-10-18T22:06:01.382Z] #90 [dev-systemd-false 14/19] COPY --link --from=vpnkit / /usr/local/bin/ 22:06:01 [2023-10-18T22:06:01.953Z] #90 DONE 0.8s 22:06:01 [2023-10-18T22:06:01.953Z] 22:06:01 [2023-10-18T22:06:01.953Z] #91 [dev-systemd-false 15/19] COPY --link --from=containerutil /build/ /usr/local/bin/ 22:06:01 [2023-10-18T22:06:01.953Z] #91 DONE 0.0s 22:06:02 [2023-10-18T22:06:02.213Z] 22:06:02 [2023-10-18T22:06:02.213Z] #92 [dev-systemd-false 16/19] COPY --link --from=crun /build/ /usr/local/bin/ 22:06:02 [2023-10-18T22:06:02.213Z] #92 DONE 0.1s 22:06:02 [2023-10-18T22:06:02.213Z] 22:06:02 [2023-10-18T22:06:02.213Z] #93 [dev-systemd-false 17/19] COPY --link hack/dockerfile/etc/docker/ /etc/docker/ 22:06:02 [2023-10-18T22:06:02.213Z] #93 DONE 0.0s 22:06:02 [2023-10-18T22:06:02.213Z] 22:06:02 [2023-10-18T22:06:02.213Z] #94 [dev-systemd-false 18/19] COPY --link --from=buildx /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx 22:06:03 [2023-10-18T22:06:03.154Z] #94 DONE 1.0s 22:06:03 [2023-10-18T22:06:03.154Z] 22:06:03 [2023-10-18T22:06:03.154Z] #95 [dev-systemd-false 19/19] WORKDIR /go/src/github.com/docker/docker 22:06:03 [2023-10-18T22:06:03.154Z] #95 DONE 0.0s 22:06:03 [2023-10-18T22:06:03.154Z] 22:06:03 [2023-10-18T22:06:03.154Z] #96 [dev-base 1/13] RUN groupadd -r docker 22:06:03 [2023-10-18T22:06:03.414Z] #96 DONE 0.2s 22:06:03 [2023-10-18T22:06:03.414Z] 22:06:03 [2023-10-18T22:06:03.414Z] #97 [dev-base 2/13] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser 22:06:03 [2023-10-18T22:06:03.674Z] #97 DONE 0.4s 22:06:03 [2023-10-18T22:06:03.935Z] 22:06:03 [2023-10-18T22:06:03.935Z] #98 [dev-base 3/13] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc 22:06:04 [2023-10-18T22:06:04.195Z] #98 0.331 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' 22:06:04 [2023-10-18T22:06:04.195Z] #98 DONE 0.4s 22:06:04 [2023-10-18T22:06:04.195Z] 22:06:04 [2023-10-18T22:06:04.195Z] #99 [dev-base 4/13] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc 22:06:04 [2023-10-18T22:06:04.769Z] #99 DONE 0.4s 22:06:04 [2023-10-18T22:06:04.769Z] 22:06:04 [2023-10-18T22:06:04.769Z] #100 [dev-base 5/13] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker 22:06:05 [2023-10-18T22:06:05.029Z] #100 DONE 0.3s 22:06:05 [2023-10-18T22:06:05.029Z] 22:06:05 [2023-10-18T22:06:05.029Z] #101 [dev-base 6/13] RUN ldconfig 22:06:05 [2023-10-18T22:06:05.289Z] #101 DONE 0.4s 22:06:05 [2023-10-18T22:06:05.550Z] 22:06:05 [2023-10-18T22:06:05.550Z] #102 [dev-base 7/13] RUN git config --global --add safe.directory /go/src/github.com/docker/docker 22:06:05 [2023-10-18T22:06:05.810Z] #102 DONE 0.4s 22:06:05 [2023-10-18T22:06:05.810Z] 22:06:05 [2023-10-18T22:06:05.810Z] #103 [dev-base 8/13] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd 22:06:06 [2023-10-18T22:06:06.380Z] #103 0.608 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] 22:06:06 [2023-10-18T22:06:06.380Z] #103 0.619 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] 22:06:06 [2023-10-18T22:06:06.380Z] #103 0.619 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] 22:06:06 [2023-10-18T22:06:06.380Z] #103 0.745 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] 22:06:06 [2023-10-18T22:06:06.640Z] #103 0.866 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [252 kB] 22:06:06 [2023-10-18T22:06:06.640Z] #103 0.983 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] 22:06:07 [2023-10-18T22:06:07.210Z] #103 1.700 Fetched 8426 kB in 1s (6230 kB/s) 22:06:08 [2023-10-18T22:06:08.149Z] #103 1.700 Reading package lists... 22:06:08 [2023-10-18T22:06:08.718Z] #103 2.248 Reading package lists... 22:06:08 [2023-10-18T22:06:08.718Z] #103 2.774 Building dependency tree... 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.108 The following additional packages will be installed: 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.108 dmsetup libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcryptsetup12 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.108 libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.108 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnetfilter-conntrack3 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.109 libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.109 python3-distutils python3-lib2to3 python3-pkg-resources systemd vim-runtime 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.109 xxd 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.110 Suggested packages: 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.110 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.110 gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.110 ctags vim-doc vim-scripts xfsdump acl attr quota 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.110 Recommended packages: 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.110 libatm1 nftables libpam-cap build-essential python3-dev dbus 22:06:08 [2023-10-18T22:06:08.718Z] #103 3.110 systemd-timesyncd | time-daemon unzip 22:06:08 [2023-10-18T22:06:08.978Z] #103 3.470 The following NEW packages will be installed: 22:06:09 [2023-10-18T22:06:09.238Z] #103 3.470 apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq 22:06:09 [2023-10-18T22:06:09.238Z] #103 3.470 libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 22:06:09 [2023-10-18T22:06:09.238Z] #103 3.470 libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2 22:06:09 [2023-10-18T22:06:09.238Z] #103 3.470 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1 22:06:09 [2023-10-18T22:06:09.238Z] #103 3.471 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 22:06:09 [2023-10-18T22:06:09.238Z] #103 3.471 libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl 22:06:09 [2023-10-18T22:06:09.238Z] #103 3.471 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources 22:06:09 [2023-10-18T22:06:09.238Z] #103 3.471 python3-setuptools python3-wheel sudo systemd systemd-journal-remote 22:06:09 [2023-10-18T22:06:09.238Z] #103 3.471 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd 22:06:09 [2023-10-18T22:06:09.238Z] #103 3.471 xz-utils zip zstd 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.745 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded. 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.745 Need to get 32.1 MB of archives. 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.745 After this operation, 124 MB of additional disk space will be used. 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.745 Get:1 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.748 Get:2 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.749 Get:3 http://deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.749 Get:4 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.750 Get:5 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.751 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2+deb11u1 [41.6 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.755 Get:7 http://deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.756 Get:8 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.756 Get:9 http://deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.777 Get:10 http://deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u4 [4155 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.802 Get:11 http://deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.803 Get:12 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.804 Get:13 http://deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.805 Get:14 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.805 Get:15 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.806 Get:16 http://deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.806 Get:17 http://deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.811 Get:18 http://deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.812 Get:19 http://deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.813 Get:20 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.814 Get:21 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.815 Get:22 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.816 Get:23 http://deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.819 Get:24 http://deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u2 [242 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.820 Get:25 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.823 Get:26 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.824 Get:27 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.825 Get:28 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.828 Get:29 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.830 Get:30 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.831 Get:31 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.837 Get:32 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.838 Get:33 http://deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.839 Get:34 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] 22:06:09 [2023-10-18T22:06:09.498Z] #103 3.841 Get:35 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 3.960 Get:36 http://deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] 22:06:09 [2023-10-18T22:06:09.758Z] #103 3.986 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 3.987 Get:38 http://deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 3.987 Get:39 http://deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 3.988 Get:40 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 3.988 Get:41 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3+deb11u2 [23.5 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 3.988 Get:42 http://deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 3.990 Get:43 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 3.991 Get:44 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.011 Get:45 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.029 Get:46 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.030 Get:47 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.031 Get:48 http://deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.033 Get:49 http://deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.033 Get:50 http://deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.035 Get:51 http://deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.056 Get:52 http://deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u4 [161 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.057 Get:53 http://deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.073 Get:54 http://deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] 22:06:09 [2023-10-18T22:06:09.758Z] #103 4.074 Get:55 http://deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] 22:06:10 [2023-10-18T22:06:10.019Z] #103 4.197 Get:56 http://deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] 22:06:10 [2023-10-18T22:06:10.019Z] #103 4.215 Get:57 http://deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] 22:06:10 [2023-10-18T22:06:10.019Z] #103 4.231 Get:58 http://deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] 22:06:10 [2023-10-18T22:06:10.019Z] #103 4.232 Get:59 http://deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] 22:06:10 [2023-10-18T22:06:10.019Z] #103 4.455 debconf: delaying package configuration, since apt-utils is not installed 22:06:10 [2023-10-18T22:06:10.278Z] #103 4.491 Fetched 32.1 MB in 1s (42.5 MB/s) 22:06:10 [2023-10-18T22:06:10.278Z] #103 4.516 Selecting previously unselected package libapparmor1:arm64. 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.516 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15746 files and directories currently installed.) 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.525 Preparing to unpack .../00-libapparmor1_2.13.6-10_arm64.deb ... 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.531 Unpacking libapparmor1:arm64 (2.13.6-10) ... 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.569 Selecting previously unselected package libcap2:arm64. 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.571 Preparing to unpack .../01-libcap2_1%3a2.44-1_arm64.deb ... 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.574 Unpacking libcap2:arm64 (1:2.44-1) ... 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.606 Selecting previously unselected package libargon2-1:arm64. 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.609 Preparing to unpack .../02-libargon2-1_0~20171227-0.2_arm64.deb ... 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.612 Unpacking libargon2-1:arm64 (0~20171227-0.2) ... 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.642 Selecting previously unselected package dmsetup. 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.644 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_arm64.deb ... 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.647 Unpacking dmsetup (2:1.02.175-2.1) ... 22:06:10 [2023-10-18T22:06:10.279Z] #103 4.686 Selecting previously unselected package libdevmapper1.02.1:arm64. 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.688 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.691 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.731 Selecting previously unselected package libjson-c5:arm64. 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.733 Preparing to unpack .../05-libjson-c5_0.15-2+deb11u1_arm64.deb ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.737 Unpacking libjson-c5:arm64 (0.15-2+deb11u1) ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.772 Selecting previously unselected package libcryptsetup12:arm64. 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.774 Preparing to unpack .../06-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.777 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.825 Selecting previously unselected package libip4tc2:arm64. 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.827 Preparing to unpack .../07-libip4tc2_1.8.7-1_arm64.deb ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.830 Unpacking libip4tc2:arm64 (1.8.7-1) ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.864 Selecting previously unselected package libkmod2:arm64. 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.866 Preparing to unpack .../08-libkmod2_28-1_arm64.deb ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.869 Unpacking libkmod2:arm64 (28-1) ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.910 Selecting previously unselected package systemd. 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.913 Preparing to unpack .../09-systemd_247.3-7+deb11u4_arm64.deb ... 22:06:10 [2023-10-18T22:06:10.538Z] #103 4.958 Unpacking systemd (247.3-7+deb11u4) ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.322 Selecting previously unselected package pigz. 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.324 Preparing to unpack .../10-pigz_2.6-1_arm64.deb ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.328 Unpacking pigz (2.6-1) ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.364 Selecting previously unselected package libelf1:arm64. 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.366 Preparing to unpack .../11-libelf1_0.183-1_arm64.deb ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.370 Unpacking libelf1:arm64 (0.183-1) ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.415 Selecting previously unselected package libbpf0:arm64. 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.418 Preparing to unpack .../12-libbpf0_1%3a0.3-2_arm64.deb ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.421 Unpacking libbpf0:arm64 (1:0.3-2) ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.460 Selecting previously unselected package libmnl0:arm64. 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.462 Preparing to unpack .../13-libmnl0_1.0.4-3_arm64.deb ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.466 Unpacking libmnl0:arm64 (1.0.4-3) ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.500 Selecting previously unselected package libxtables12:arm64. 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.502 Preparing to unpack .../14-libxtables12_1.8.7-1_arm64.deb ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.505 Unpacking libxtables12:arm64 (1.8.7-1) ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.535 Selecting previously unselected package libcap2-bin. 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.537 Preparing to unpack .../15-libcap2-bin_1%3a2.44-1_arm64.deb ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.540 Unpacking libcap2-bin (1:2.44-1) ... 22:06:11 [2023-10-18T22:06:11.109Z] #103 5.577 Selecting previously unselected package iproute2. 22:06:11 [2023-10-18T22:06:11.369Z] #103 5.579 Preparing to unpack .../16-iproute2_5.10.0-4_arm64.deb ... 22:06:11 [2023-10-18T22:06:11.369Z] #103 5.583 Unpacking iproute2 (5.10.0-4) ... 22:06:11 [2023-10-18T22:06:11.369Z] #103 5.679 Selecting previously unselected package xxd. 22:06:11 [2023-10-18T22:06:11.369Z] #103 5.681 Preparing to unpack .../17-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... 22:06:11 [2023-10-18T22:06:11.369Z] #103 5.685 Unpacking xxd (2:8.2.2434-3+deb11u1) ... 22:06:11 [2023-10-18T22:06:11.369Z] #103 5.730 Selecting previously unselected package vim-common. 22:06:11 [2023-10-18T22:06:11.369Z] #103 5.732 Preparing to unpack .../18-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... 22:06:11 [2023-10-18T22:06:11.369Z] #103 5.741 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... 22:06:11 [2023-10-18T22:06:11.369Z] #103 5.791 Selecting previously unselected package bash-completion. 22:06:11 [2023-10-18T22:06:11.630Z] #103 5.793 Preparing to unpack .../19-bash-completion_1%3a2.11-2_all.deb ... 22:06:12 [2023-10-18T22:06:12.200Z] #103 6.452 Unpacking bash-completion (1:2.11-2) ... 22:06:12 [2023-10-18T22:06:12.200Z] #103 6.559 Selecting previously unselected package bzip2. 22:06:12 [2023-10-18T22:06:12.200Z] #103 6.562 Preparing to unpack .../20-bzip2_1.0.8-4_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.200Z] #103 6.565 Unpacking bzip2 (1.0.8-4) ... 22:06:12 [2023-10-18T22:06:12.200Z] #103 6.600 Selecting previously unselected package xz-utils. 22:06:12 [2023-10-18T22:06:12.200Z] #103 6.602 Preparing to unpack .../21-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.200Z] #103 6.605 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... 22:06:12 [2023-10-18T22:06:12.200Z] #103 6.662 Selecting previously unselected package apparmor. 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.665 Preparing to unpack .../22-apparmor_2.13.6-10_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.688 Unpacking apparmor (2.13.6-10) ... 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.779 Selecting previously unselected package inetutils-ping. 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.782 Preparing to unpack .../23-inetutils-ping_2%3a2.0-1+deb11u2_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.786 Unpacking inetutils-ping (2:2.0-1+deb11u2) ... 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.831 Selecting previously unselected package libip6tc2:arm64. 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.833 Preparing to unpack .../24-libip6tc2_1.8.7-1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.837 Unpacking libip6tc2:arm64 (1.8.7-1) ... 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.871 Selecting previously unselected package libnfnetlink0:arm64. 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.874 Preparing to unpack .../25-libnfnetlink0_1.0.1-3+b1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.877 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... 22:06:12 [2023-10-18T22:06:12.460Z] #103 6.912 Selecting previously unselected package libnetfilter-conntrack3:arm64. 22:06:12 [2023-10-18T22:06:12.720Z] #103 6.915 Preparing to unpack .../26-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.720Z] #103 6.918 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... 22:06:12 [2023-10-18T22:06:12.720Z] #103 6.954 Selecting previously unselected package libnftnl11:arm64. 22:06:12 [2023-10-18T22:06:12.720Z] #103 6.956 Preparing to unpack .../27-libnftnl11_1.1.9-1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.720Z] #103 6.961 Unpacking libnftnl11:arm64 (1.1.9-1) ... 22:06:12 [2023-10-18T22:06:12.720Z] #103 6.999 Selecting previously unselected package iptables. 22:06:12 [2023-10-18T22:06:12.720Z] #103 7.001 Preparing to unpack .../28-iptables_1.8.7-1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.720Z] #103 7.005 Unpacking iptables (1.8.7-1) ... 22:06:12 [2023-10-18T22:06:12.720Z] #103 7.071 Selecting previously unselected package libonig5:arm64. 22:06:12 [2023-10-18T22:06:12.720Z] #103 7.074 Preparing to unpack .../29-libonig5_6.9.6-1.1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.720Z] #103 7.078 Unpacking libonig5:arm64 (6.9.6-1.1) ... 22:06:12 [2023-10-18T22:06:12.720Z] #103 7.125 Selecting previously unselected package libjq1:arm64. 22:06:12 [2023-10-18T22:06:12.720Z] #103 7.128 Preparing to unpack .../30-libjq1_1.6-2.1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.720Z] #103 7.131 Unpacking libjq1:arm64 (1.6-2.1) ... 22:06:12 [2023-10-18T22:06:12.720Z] #103 7.166 Selecting previously unselected package jq. 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.168 Preparing to unpack .../31-jq_1.6-2.1_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.172 Unpacking jq (1.6-2.1) ... 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.210 Selecting previously unselected package libaio1:arm64. 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.213 Preparing to unpack .../32-libaio1_0.3.112-9_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.216 Unpacking libaio1:arm64 (0.3.112-9) ... 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.249 Selecting previously unselected package libgpm2:arm64. 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.252 Preparing to unpack .../33-libgpm2_1.20.7-8_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.255 Unpacking libgpm2:arm64 (1.20.7-8) ... 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.288 Selecting previously unselected package libicu67:arm64. 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.290 Preparing to unpack .../34-libicu67_67.1-7_arm64.deb ... 22:06:12 [2023-10-18T22:06:12.981Z] #103 7.294 Unpacking libicu67:arm64 (67.1-7) ... 22:06:13 [2023-10-18T22:06:13.551Z] #103 7.957 Selecting previously unselected package libinih1:arm64. 22:06:13 [2023-10-18T22:06:13.551Z] #103 7.959 Preparing to unpack .../35-libinih1_53-1+b2_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.551Z] #103 7.962 Unpacking libinih1:arm64 (53-1+b2) ... 22:06:13 [2023-10-18T22:06:13.551Z] #103 7.993 Selecting previously unselected package libmicrohttpd12:arm64. 22:06:13 [2023-10-18T22:06:13.811Z] #103 7.995 Preparing to unpack .../36-libmicrohttpd12_0.9.72-2_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.811Z] #103 7.999 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ... 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.037 Selecting previously unselected package libnet1:arm64. 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.040 Preparing to unpack .../37-libnet1_1.1.6+dfsg-3.1_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.043 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.080 Selecting previously unselected package libnl-3-200:arm64. 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.082 Preparing to unpack .../38-libnl-3-200_3.4.0-1+b1_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.095 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.133 Selecting previously unselected package libprotobuf-c1:arm64. 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.135 Preparing to unpack .../39-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.139 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.171 Selecting previously unselected package libyajl2:arm64. 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.174 Preparing to unpack .../40-libyajl2_2.1.0-3+deb11u2_arm64.deb ... 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.177 Unpacking libyajl2:arm64 (2.1.0-3+deb11u2) ... 22:06:13 [2023-10-18T22:06:13.811Z] #103 8.204 Selecting previously unselected package net-tools. 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.207 Preparing to unpack .../41-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.210 Unpacking net-tools (1.60+git20181103.0eebece-1) ... 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.256 Selecting previously unselected package patch. 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.258 Preparing to unpack .../42-patch_2.7.6-7_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.262 Unpacking patch (2.7.6-7) ... 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.296 Selecting previously unselected package python-pip-whl. 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.298 Preparing to unpack .../43-python-pip-whl_20.3.4-4+deb11u1_all.deb ... 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.302 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.433 Selecting previously unselected package python3-lib2to3. 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.436 Preparing to unpack .../44-python3-lib2to3_3.9.2-1_all.deb ... 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.439 Unpacking python3-lib2to3 (3.9.2-1) ... 22:06:14 [2023-10-18T22:06:14.071Z] #103 8.477 Selecting previously unselected package python3-distutils. 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.480 Preparing to unpack .../45-python3-distutils_3.9.2-1_all.deb ... 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.483 Unpacking python3-distutils (3.9.2-1) ... 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.524 Selecting previously unselected package python3-pkg-resources. 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.526 Preparing to unpack .../46-python3-pkg-resources_52.0.0-4_all.deb ... 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.530 Unpacking python3-pkg-resources (52.0.0-4) ... 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.574 Selecting previously unselected package python3-setuptools. 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.576 Preparing to unpack .../47-python3-setuptools_52.0.0-4_all.deb ... 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.580 Unpacking python3-setuptools (52.0.0-4) ... 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.637 Selecting previously unselected package python3-wheel. 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.640 Preparing to unpack .../48-python3-wheel_0.34.2-1_all.deb ... 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.643 Unpacking python3-wheel (0.34.2-1) ... 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.676 Selecting previously unselected package python3-pip. 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.679 Preparing to unpack .../49-python3-pip_20.3.4-4+deb11u1_all.deb ... 22:06:14 [2023-10-18T22:06:14.332Z] #103 8.682 Unpacking python3-pip (20.3.4-4+deb11u1) ... 22:06:14 [2023-10-18T22:06:14.593Z] #103 8.747 Selecting previously unselected package sudo. 22:06:14 [2023-10-18T22:06:14.593Z] #103 8.749 Preparing to unpack .../50-sudo_1.9.5p2-3+deb11u1_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.593Z] #103 8.755 Unpacking sudo (1.9.5p2-3+deb11u1) ... 22:06:14 [2023-10-18T22:06:14.593Z] #103 8.867 Selecting previously unselected package systemd-journal-remote. 22:06:14 [2023-10-18T22:06:14.593Z] #103 8.870 Preparing to unpack .../51-systemd-journal-remote_247.3-7+deb11u4_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.593Z] #103 8.874 Unpacking systemd-journal-remote (247.3-7+deb11u4) ... 22:06:14 [2023-10-18T22:06:14.593Z] #103 8.913 Selecting previously unselected package thin-provisioning-tools. 22:06:14 [2023-10-18T22:06:14.593Z] #103 8.915 Preparing to unpack .../52-thin-provisioning-tools_0.9.0-1_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.593Z] #103 8.919 Unpacking thin-provisioning-tools (0.9.0-1) ... 22:06:14 [2023-10-18T22:06:14.593Z] #103 8.976 Selecting previously unselected package uidmap. 22:06:14 [2023-10-18T22:06:14.853Z] #103 8.979 Preparing to unpack .../53-uidmap_1%3a4.8.1-1_arm64.deb ... 22:06:14 [2023-10-18T22:06:14.853Z] #103 8.982 Unpacking uidmap (1:4.8.1-1) ... 22:06:14 [2023-10-18T22:06:14.853Z] #103 9.028 Selecting previously unselected package vim-runtime. 22:06:14 [2023-10-18T22:06:14.853Z] #103 9.030 Preparing to unpack .../54-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... 22:06:14 [2023-10-18T22:06:14.853Z] #103 9.041 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' 22:06:14 [2023-10-18T22:06:14.853Z] #103 9.052 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' 22:06:14 [2023-10-18T22:06:14.853Z] #103 9.055 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... 22:06:15 [2023-10-18T22:06:15.424Z] #103 9.615 Selecting previously unselected package vim. 22:06:15 [2023-10-18T22:06:15.424Z] #103 9.618 Preparing to unpack .../55-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... 22:06:15 [2023-10-18T22:06:15.424Z] #103 9.627 Unpacking vim (2:8.2.2434-3+deb11u1) ... 22:06:15 [2023-10-18T22:06:15.424Z] #103 9.752 Selecting previously unselected package xfsprogs. 22:06:15 [2023-10-18T22:06:15.424Z] #103 9.755 Preparing to unpack .../56-xfsprogs_5.10.0-4_arm64.deb ... 22:06:15 [2023-10-18T22:06:15.424Z] #103 9.758 Unpacking xfsprogs (5.10.0-4) ... 22:06:15 [2023-10-18T22:06:15.424Z] #103 9.851 Selecting previously unselected package zip. 22:06:15 [2023-10-18T22:06:15.684Z] #103 9.854 Preparing to unpack .../57-zip_3.0-12_arm64.deb ... 22:06:15 [2023-10-18T22:06:15.684Z] #103 9.857 Unpacking zip (3.0-12) ... 22:06:15 [2023-10-18T22:06:15.684Z] #103 9.902 Selecting previously unselected package zstd. 22:06:15 [2023-10-18T22:06:15.684Z] #103 9.904 Preparing to unpack .../58-zstd_1.4.8+dfsg-2.1_arm64.deb ... 22:06:15 [2023-10-18T22:06:15.684Z] #103 9.908 Unpacking zstd (1.4.8+dfsg-2.1) ... 22:06:15 [2023-10-18T22:06:15.684Z] #103 10.05 Setting up python3-pkg-resources (52.0.0-4) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.23 Setting up libip4tc2:arm64 (1.8.7-1) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.24 Setting up net-tools (1.60+git20181103.0eebece-1) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.25 Setting up libapparmor1:arm64 (2.13.6-10) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.26 Setting up libgpm2:arm64 (1.20.7-8) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.27 Setting up libicu67:arm64 (67.1-7) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.28 Setting up libip6tc2:arm64 (1.8.7-1) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.29 Setting up libinih1:arm64 (53-1+b2) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.30 Setting up libargon2-1:arm64 (0~20171227-0.2) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.31 Setting up uidmap (1:4.8.1-1) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.32 Setting up libyajl2:arm64 (2.1.0-3+deb11u2) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.33 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.34 Setting up bzip2 (1.0.8-4) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.35 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... 22:06:15 [2023-10-18T22:06:15.945Z] #103 10.36 Setting up python3-wheel (0.34.2-1) ... 22:06:16 [2023-10-18T22:06:16.205Z] #103 10.50 Setting up libmicrohttpd12:arm64 (0.9.72-2) ... 22:06:16 [2023-10-18T22:06:16.205Z] #103 10.51 Setting up xxd (2:8.2.2434-3+deb11u1) ... 22:06:16 [2023-10-18T22:06:16.205Z] #103 10.52 Setting up libcap2:arm64 (1:2.44-1) ... 22:06:16 [2023-10-18T22:06:16.205Z] #103 10.53 Setting up libcap2-bin (1:2.44-1) ... 22:06:16 [2023-10-18T22:06:16.205Z] #103 10.54 Setting up apparmor (2.13.6-10) ... 22:06:16 [2023-10-18T22:06:16.775Z] #103 11.21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:06:17 [2023-10-18T22:06:17.035Z] #103 11.26 Setting up zip (3.0-12) ... 22:06:17 [2023-10-18T22:06:17.035Z] #103 11.27 Setting up vim-common (2:8.2.2434-3+deb11u1) ... 22:06:17 [2023-10-18T22:06:17.035Z] #103 11.28 Setting up bash-completion (1:2.11-2) ... 22:06:17 [2023-10-18T22:06:17.605Z] #103 12.02 Setting up xz-utils (5.2.5-2.1~deb11u1) ... 22:06:17 [2023-10-18T22:06:17.605Z] #103 12.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 22:06:17 [2023-10-18T22:06:17.605Z] #103 12.04 Setting up libmnl0:arm64 (1.0.4-3) ... 22:06:17 [2023-10-18T22:06:17.605Z] #103 12.05 Setting up patch (2.7.6-7) ... 22:06:17 [2023-10-18T22:06:17.605Z] #103 12.06 Setting up sudo (1.9.5p2-3+deb11u1) ... 22:06:17 [2023-10-18T22:06:17.865Z] #103 12.10 invoke-rc.d: could not determine current runlevel 22:06:17 [2023-10-18T22:06:17.865Z] #103 12.10 invoke-rc.d: policy-rc.d denied execution of start. 22:06:17 [2023-10-18T22:06:17.865Z] #103 12.11 Setting up libxtables12:arm64 (1.8.7-1) ... 22:06:17 [2023-10-18T22:06:17.865Z] #103 12.12 Setting up inetutils-ping (2:2.0-1+deb11u2) ... 22:06:17 [2023-10-18T22:06:17.865Z] #103 12.13 Setting up pigz (2.6-1) ... 22:06:17 [2023-10-18T22:06:17.865Z] #103 12.14 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... 22:06:17 [2023-10-18T22:06:17.865Z] #103 12.16 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... 22:06:17 [2023-10-18T22:06:17.866Z] #103 12.18 Setting up python-pip-whl (20.3.4-4+deb11u1) ... 22:06:17 [2023-10-18T22:06:17.866Z] #103 12.19 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... 22:06:18 [2023-10-18T22:06:18.126Z] #103 12.37 Setting up libaio1:arm64 (0.3.112-9) ... 22:06:18 [2023-10-18T22:06:18.126Z] #103 12.38 Setting up python3-lib2to3 (3.9.2-1) ... 22:06:18 [2023-10-18T22:06:18.126Z] #103 12.48 Setting up libelf1:arm64 (0.183-1) ... 22:06:18 [2023-10-18T22:06:18.126Z] #103 12.49 Setting up libjson-c5:arm64 (0.15-2+deb11u1) ... 22:06:18 [2023-10-18T22:06:18.126Z] #103 12.50 Setting up zstd (1.4.8+dfsg-2.1) ... 22:06:18 [2023-10-18T22:06:18.126Z] #103 12.51 Setting up libonig5:arm64 (6.9.6-1.1) ... 22:06:18 [2023-10-18T22:06:18.126Z] #103 12.53 Setting up libkmod2:arm64 (28-1) ... 22:06:18 [2023-10-18T22:06:18.126Z] #103 12.53 Setting up python3-distutils (3.9.2-1) ... 22:06:18 [2023-10-18T22:06:18.385Z] #103 12.66 Setting up vim (2:8.2.2434-3+deb11u1) ... 22:06:18 [2023-10-18T22:06:18.385Z] #103 12.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 22:06:18 [2023-10-18T22:06:18.385Z] #103 12.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 22:06:18 [2023-10-18T22:06:18.385Z] #103 12.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 22:06:18 [2023-10-18T22:06:18.385Z] #103 12.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 22:06:18 [2023-10-18T22:06:18.385Z] #103 12.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 22:06:18 [2023-10-18T22:06:18.385Z] #103 12.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 22:06:18 [2023-10-18T22:06:18.385Z] #103 12.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 22:06:18 [2023-10-18T22:06:18.385Z] #103 12.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 22:06:18 [2023-10-18T22:06:18.385Z] #103 12.71 Setting up python3-setuptools (52.0.0-4) ... 22:06:18 [2023-10-18T22:06:18.646Z] #103 13.04 Setting up libjq1:arm64 (1.6-2.1) ... 22:06:18 [2023-10-18T22:06:18.906Z] #103 13.05 Setting up libnftnl11:arm64 (1.1.9-1) ... 22:06:18 [2023-10-18T22:06:18.906Z] #103 13.06 Setting up thin-provisioning-tools (0.9.0-1) ... 22:06:18 [2023-10-18T22:06:18.906Z] #103 13.07 Setting up python3-pip (20.3.4-4+deb11u1) ... 22:06:18 [2023-10-18T22:06:18.906Z] #103 13.33 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.34 Setting up jq (1.6-2.1) ... 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.35 Setting up libbpf0:arm64 (1:0.3-2) ... 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.36 Setting up iptables (1.8.7-1) ... 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.37 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.38 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.39 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.39 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.39 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.40 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.40 Setting up iproute2 (5.10.0-4) ... 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.53 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.54 Setting up dmsetup (2:1.02.175-2.1) ... 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.56 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ... 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.57 Setting up systemd (247.3-7+deb11u4) ... 22:06:19 [2023-10-18T22:06:19.166Z] #103 13.61 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 22:06:19 [2023-10-18T22:06:19.427Z] #103 13.61 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 22:06:19 [2023-10-18T22:06:19.427Z] #103 13.61 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 22:06:19 [2023-10-18T22:06:19.427Z] #103 13.62 Initializing machine ID from random generator. 22:06:19 [2023-10-18T22:06:19.687Z] #103 14.04 Setting up systemd-journal-remote (247.3-7+deb11u4) ... 22:06:19 [2023-10-18T22:06:19.687Z] #103 14.16 Setting up xfsprogs (5.10.0-4) ... 22:06:19 [2023-10-18T22:06:19.947Z] #103 14.17 System has not been booted with systemd as init system (PID 1). Can't operate. 22:06:19 [2023-10-18T22:06:19.947Z] #103 14.17 Failed to connect to bus: Host is down 22:06:19 [2023-10-18T22:06:19.947Z] #103 14.18 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:06:20 [2023-10-18T22:06:20.887Z] #103 DONE 15.3s 22:06:20 [2023-10-18T22:06:20.887Z] 22:06:20 [2023-10-18T22:06:20.887Z] #104 [dev-base 9/13] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true 22:06:21 [2023-10-18T22:06:21.457Z] #104 0.295 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode 22:06:21 [2023-10-18T22:06:21.457Z] #104 0.300 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode 22:06:21 [2023-10-18T22:06:21.457Z] #104 0.303 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting 22:06:21 [2023-10-18T22:06:21.457Z] #104 DONE 0.3s 22:06:21 [2023-10-18T22:06:21.457Z] 22:06:21 [2023-10-18T22:06:21.457Z] #105 [dev-base 10/13] RUN pip3 install yamllint==1.27.1 22:06:26 [2023-10-18T22:06:26.735Z] #105 5.601 Collecting yamllint==1.27.1 22:06:28 [2023-10-18T22:06:28.117Z] #105 6.629 Downloading yamllint-1.27.1.tar.gz (129 kB) 22:06:28 [2023-10-18T22:06:28.117Z] #105 6.922 Collecting pathspec>=0.5.3 22:06:28 [2023-10-18T22:06:28.376Z] #105 6.925 Downloading pathspec-0.11.2-py3-none-any.whl (29 kB) 22:06:28 [2023-10-18T22:06:28.376Z] #105 7.030 Collecting pyyaml 22:06:28 [2023-10-18T22:06:28.376Z] #105 7.037 Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) 22:06:28 [2023-10-18T22:06:28.376Z] #105 7.105 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0) 22:06:28 [2023-10-18T22:06:28.376Z] #105 7.109 Building wheels for collected packages: yamllint 22:06:28 [2023-10-18T22:06:28.376Z] #105 7.110 Building wheel for yamllint (setup.py): started 22:06:28 [2023-10-18T22:06:28.637Z] #105 7.358 Building wheel for yamllint (setup.py): finished with status 'done' 22:06:28 [2023-10-18T22:06:28.637Z] #105 7.359 Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=b1447de20405e3a3c34c077715f39665b4704618da544b5a9c9052b87317d1de 22:06:28 [2023-10-18T22:06:28.637Z] #105 7.359 Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee 22:06:28 [2023-10-18T22:06:28.637Z] #105 7.361 Successfully built yamllint 22:06:28 [2023-10-18T22:06:28.637Z] #105 7.367 Installing collected packages: pyyaml, pathspec, yamllint 22:06:28 [2023-10-18T22:06:28.898Z] #105 7.487 Successfully installed pathspec-0.11.2 pyyaml-6.0.1 yamllint-1.27.1 22:06:28 [2023-10-18T22:06:28.898Z] #105 DONE 7.6s 22:06:28 [2023-10-18T22:06:28.898Z] 22:06:28 [2023-10-18T22:06:28.898Z] #106 [dev-base 11/13] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install --no-install-recommends -y gcc pkg-config dpkg-dev libapparmor-dev libdevmapper-dev libseccomp-dev libsecret-1-dev libsystemd-dev libudev-dev 22:06:29 [2023-10-18T22:06:29.839Z] #106 0.636 Hit:1 http://deb.debian.org/debian bullseye InRelease 22:06:29 [2023-10-18T22:06:29.839Z] #106 0.636 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease 22:06:29 [2023-10-18T22:06:29.839Z] #106 0.636 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease 22:06:30 [2023-10-18T22:06:30.410Z] #106 0.999 Reading package lists... 22:06:30 [2023-10-18T22:06:30.979Z] #106 1.566 Reading package lists... 22:06:31 [2023-10-18T22:06:31.239Z] #106 2.098 Building dependency tree... 22:06:31 [2023-10-18T22:06:31.239Z] #106 2.248 Reading state information... 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.433 gcc is already the newest version (4:10.2.1-1). 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.433 pkg-config is already the newest version (0.29.2-1). 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.433 The following additional packages will be installed: 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.433 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdevmapper-event1.02.1 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.433 libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.433 libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.433 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.434 libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.434 uuid-dev zlib1g-dev 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.436 Suggested packages: 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.436 debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.436 | libgdk-pixbuf2.0-dev libxml2-utils seccomp 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.436 Recommended packages: 22:06:31 [2023-10-18T22:06:31.500Z] #106 2.436 build-essential fakeroot libalgorithm-merge-perl 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.697 The following NEW packages will be installed: 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.697 dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.697 libdevmapper-dev libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.697 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.697 libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.697 libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.697 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol1-dev 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.698 libsystemd-dev libudev-dev uuid-dev zlib1g-dev 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.976 0 upgraded, 32 newly installed, 0 to remove and 0 not upgraded. 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.976 Need to get 10.3 MB of archives. 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.976 After this operation, 41.5 MB of additional disk space will be used. 22:06:31 [2023-10-18T22:06:31.760Z] #106 2.976 Get:1 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2314 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.035 Get:2 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.037 Get:3 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.039 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.040 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.042 Get:6 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.043 Get:7 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.056 Get:8 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.057 Get:9 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.076 Get:10 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.079 Get:11 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.081 Get:12 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.083 Get:13 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.095 Get:14 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.098 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.102 Get:16 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.105 Get:17 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.106 Get:18 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.106 Get:19 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.107 Get:20 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.113 Get:21 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.136 Get:22 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.137 Get:23 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.138 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.140 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.141 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.142 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.166 Get:28 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.167 Get:29 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB] 22:06:32 [2023-10-18T22:06:32.020Z] #106 3.187 Get:30 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] 22:06:32 [2023-10-18T22:06:32.281Z] #106 3.188 Get:31 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB] 22:06:32 [2023-10-18T22:06:32.281Z] #106 3.189 Get:32 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB] 22:06:32 [2023-10-18T22:06:32.281Z] #106 3.407 debconf: delaying package configuration, since apt-utils is not installed 22:06:32 [2023-10-18T22:06:32.281Z] #106 3.447 Fetched 10.3 MB in 1s (20.2 MB/s) 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.473 Selecting previously unselected package dpkg-dev. 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.473 (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 ... 21237 files and directories currently installed.) 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.485 Preparing to unpack .../00-dpkg-dev_1.20.13_all.deb ... 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.489 Unpacking dpkg-dev (1.20.13) ... 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.615 Selecting previously unselected package libgirepository-1.0-1:arm64. 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.618 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ... 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.627 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.665 Selecting previously unselected package gir1.2-glib-2.0:arm64. 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.668 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ... 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.672 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.711 Selecting previously unselected package libsecret-common. 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.713 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ... 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.718 Unpacking libsecret-common (0.20.4-2) ... 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.769 Selecting previously unselected package libsecret-1-0:arm64. 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.771 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ... 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.775 Unpacking libsecret-1-0:arm64 (0.20.4-2) ... 22:06:32 [2023-10-18T22:06:32.541Z] #106 3.814 Selecting previously unselected package gir1.2-secret-1:arm64. 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.817 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ... 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.820 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ... 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.854 Selecting previously unselected package libapparmor-dev:arm64. 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.856 Preparing to unpack .../06-libapparmor-dev_2.13.6-10_arm64.deb ... 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.860 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.898 Selecting previously unselected package uuid-dev:arm64. 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.900 Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u1_arm64.deb ... 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.903 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.947 Selecting previously unselected package libblkid-dev:arm64. 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.950 Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ... 22:06:32 [2023-10-18T22:06:32.802Z] #106 3.958 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:32 [2023-10-18T22:06:32.802Z] #106 4.010 Selecting previously unselected package libdevmapper-event1.02.1:arm64. 22:06:32 [2023-10-18T22:06:32.802Z] #106 4.013 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... 22:06:32 [2023-10-18T22:06:32.802Z] #106 4.017 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... 22:06:32 [2023-10-18T22:06:32.802Z] #106 4.047 Selecting previously unselected package libudev-dev:arm64. 22:06:32 [2023-10-18T22:06:32.802Z] #106 4.049 Preparing to unpack .../10-libudev-dev_247.3-7+deb11u4_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.055 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ... 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.097 Selecting previously unselected package libsepol1-dev:arm64. 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.100 Preparing to unpack .../11-libsepol1-dev_3.1-1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.104 Unpacking libsepol1-dev:arm64 (3.1-1) ... 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.173 Selecting previously unselected package libpcre2-16-0:arm64. 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.176 Preparing to unpack .../12-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.183 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.233 Selecting previously unselected package libpcre2-32-0:arm64. 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.235 Preparing to unpack .../13-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.239 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.063Z] #106 4.287 Selecting previously unselected package libpcre2-posix2:arm64. 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.290 Preparing to unpack .../14-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.293 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.329 Selecting previously unselected package libpcre2-dev:arm64. 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.332 Preparing to unpack .../15-libpcre2-dev_10.36-2+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.335 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.411 Selecting previously unselected package libselinux1-dev:arm64. 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.414 Preparing to unpack .../16-libselinux1-dev_3.1-3_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.417 Unpacking libselinux1-dev:arm64 (3.1-3) ... 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.473 Selecting previously unselected package libdevmapper-dev:arm64. 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.475 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.479 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... 22:06:33 [2023-10-18T22:06:33.323Z] #106 4.512 Selecting previously unselected package libffi-dev:arm64. 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.514 Preparing to unpack .../18-libffi-dev_3.3-6_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.518 Unpacking libffi-dev:arm64 (3.3-6) ... 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.553 Selecting previously unselected package libglib2.0-data. 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.556 Preparing to unpack .../19-libglib2.0-data_2.66.8-1_all.deb ... 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.560 Unpacking libglib2.0-data (2.66.8-1) ... 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.690 Selecting previously unselected package libglib2.0-bin. 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.693 Preparing to unpack .../20-libglib2.0-bin_2.66.8-1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.698 Unpacking libglib2.0-bin (2.66.8-1) ... 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.741 Selecting previously unselected package libglib2.0-dev-bin. 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.744 Preparing to unpack .../21-libglib2.0-dev-bin_2.66.8-1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.748 Unpacking libglib2.0-dev-bin (2.66.8-1) ... 22:06:33 [2023-10-18T22:06:33.583Z] #106 4.792 Selecting previously unselected package libmount-dev:arm64. 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.796 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.800 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.846 Selecting previously unselected package libpcre16-3:arm64. 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.849 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.853 Unpacking libpcre16-3:arm64 (2:8.39-13) ... 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.900 Selecting previously unselected package libpcre32-3:arm64. 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.903 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.907 Unpacking libpcre32-3:arm64 (2:8.39-13) ... 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.963 Selecting previously unselected package libpcrecpp0v5:arm64. 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.965 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ... 22:06:33 [2023-10-18T22:06:33.843Z] #106 4.969 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ... 22:06:33 [2023-10-18T22:06:33.843Z] #106 5.007 Selecting previously unselected package libpcre3-dev:arm64. 22:06:34 [2023-10-18T22:06:34.103Z] #106 5.009 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.103Z] #106 5.015 Unpacking libpcre3-dev:arm64 (2:8.39-13) ... 22:06:34 [2023-10-18T22:06:34.103Z] #106 5.092 Selecting previously unselected package zlib1g-dev:arm64. 22:06:34 [2023-10-18T22:06:34.103Z] #106 5.095 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.103Z] #106 5.099 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... 22:06:34 [2023-10-18T22:06:34.103Z] #106 5.143 Selecting previously unselected package libglib2.0-dev:arm64. 22:06:34 [2023-10-18T22:06:34.103Z] #106 5.146 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.103Z] #106 5.150 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ... 22:06:34 [2023-10-18T22:06:34.363Z] #106 5.334 Selecting previously unselected package libseccomp-dev:arm64. 22:06:34 [2023-10-18T22:06:34.363Z] #106 5.337 Preparing to unpack .../29-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.363Z] #106 5.342 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:06:34 [2023-10-18T22:06:34.363Z] #106 5.379 Selecting previously unselected package libsecret-1-dev:arm64. 22:06:34 [2023-10-18T22:06:34.363Z] #106 5.382 Preparing to unpack .../30-libsecret-1-dev_0.20.4-2_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.363Z] #106 5.385 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ... 22:06:34 [2023-10-18T22:06:34.363Z] #106 5.442 Selecting previously unselected package libsystemd-dev:arm64. 22:06:34 [2023-10-18T22:06:34.363Z] #106 5.445 Preparing to unpack .../31-libsystemd-dev_247.3-7+deb11u4_arm64.deb ... 22:06:34 [2023-10-18T22:06:34.363Z] #106 5.449 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ... 22:06:34 [2023-10-18T22:06:34.623Z] #106 5.600 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ... 22:06:34 [2023-10-18T22:06:34.623Z] #106 5.613 Setting up libglib2.0-dev-bin (2.66.8-1) ... 22:06:34 [2023-10-18T22:06:34.623Z] #106 5.777 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... 22:06:34 [2023-10-18T22:06:34.623Z] #106 5.789 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... 22:06:34 [2023-10-18T22:06:34.623Z] #106 5.803 Setting up libpcre16-3:arm64 (2:8.39-13) ... 22:06:34 [2023-10-18T22:06:34.623Z] #106 5.815 Setting up libsepol1-dev:arm64 (3.1-1) ... 22:06:34 [2023-10-18T22:06:34.623Z] #106 5.828 Setting up libffi-dev:arm64 (3.3-6) ... 22:06:34 [2023-10-18T22:06:34.623Z] #106 5.839 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ... 22:06:34 [2023-10-18T22:06:34.623Z] #106 5.851 Setting up dpkg-dev (1.20.13) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.871 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.885 Setting up libglib2.0-data (2.66.8-1) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.898 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.910 Setting up libpcre32-3:arm64 (2:8.39-13) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.925 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.935 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.948 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.958 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.971 Setting up libapparmor-dev:arm64 (2.13.6-10) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.982 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 5.992 Setting up libsecret-common (0.20.4-2) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 6.003 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 6.019 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 6.033 Setting up libselinux1-dev:arm64 (3.1-3) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 6.045 Setting up libpcre3-dev:arm64 (2:8.39-13) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 6.057 Setting up libglib2.0-bin (2.66.8-1) ... 22:06:34 [2023-10-18T22:06:34.883Z] #106 6.071 Setting up libsecret-1-0:arm64 (0.20.4-2) ... 22:06:35 [2023-10-18T22:06:35.143Z] #106 6.084 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... 22:06:35 [2023-10-18T22:06:35.143Z] #106 6.095 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... 22:06:35 [2023-10-18T22:06:35.143Z] #106 6.108 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ... 22:06:35 [2023-10-18T22:06:35.143Z] #106 6.121 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ... 22:06:35 [2023-10-18T22:06:35.143Z] #106 6.134 Setting up libglib2.0-dev:arm64 (2.66.8-1) ... 22:06:35 [2023-10-18T22:06:35.143Z] #106 6.147 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ... 22:06:35 [2023-10-18T22:06:35.143Z] #106 6.160 No schema files found: doing nothing. 22:06:35 [2023-10-18T22:06:35.143Z] #106 6.165 Processing triggers for libc-bin (2.31-13+deb11u7) ... 22:06:35 [2023-10-18T22:06:35.143Z] #106 6.190 Setting up libsecret-1-dev:arm64 (0.20.4-2) ... 22:06:35 [2023-10-18T22:06:35.404Z] #106 DONE 6.6s 22:06:35 [2023-10-18T22:06:35.665Z] 22:06:35 [2023-10-18T22:06:35.665Z] #107 [dev-base 12/13] COPY --link --from=dockercli /build/ /usr/local/cli 22:06:36 [2023-10-18T22:06:36.236Z] #107 DONE 0.6s 22:06:36 [2023-10-18T22:06:36.236Z] 22:06:36 [2023-10-18T22:06:36.236Z] #108 [dev-base 13/13] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration 22:06:36 [2023-10-18T22:06:36.816Z] #108 DONE 0.6s 22:06:36 [2023-10-18T22:06:36.816Z] 22:06:36 [2023-10-18T22:06:36.816Z] #109 [dev 1/1] COPY --link . . 22:06:37 [2023-10-18T22:06:37.766Z] #109 DONE 1.1s 22:06:37 [2023-10-18T22:06:37.766Z] 22:06:37 [2023-10-18T22:06:37.766Z] #110 exporting to image 22:06:37 [2023-10-18T22:06:37.766Z] #110 exporting layers 22:06:38 [2023-10-18T22:06:38.712Z] #110 exporting layers 0.9s done 22:06:38 [2023-10-18T22:06:38.712Z] #110 writing image sha256:cbc77ce51a89afe24da517416f7677428b15455894143f1cd0287b37f035d915 done 22:06:38 [2023-10-18T22:06:38.712Z] #110 naming to docker.io/library/docker:535b70e90c59d249cfa5bb62cfdd140153a80d34 done 22:06:38 [2023-10-18T22:06:38.712Z] #110 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh 22:06:39 [2023-10-18T22:06:39.047Z] + sudo modprobe ip6table_filter [Pipeline] sh 22:06:39 [2023-10-18T22:06:39.351Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_backport_46667_24.0/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=535b70e90c59d249cfa5bb62cfdd140153a80d34 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:535b70e90c59d249cfa5bb62cfdd140153a80d34 hack/test/unit 22:06:39 [2023-10-18T22:06:39.615Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald') 22:06:39 [2023-10-18T22:06:39.615Z] + TESTFLAGS+=' -test.timeout=5m' 22:06:39 [2023-10-18T22:06:39.615Z] + TESTDIRS=./... 22:06:39 [2023-10-18T22:06:39.615Z] + exclude_paths='/vendor/|/integration' 22:06:39 [2023-10-18T22:06:39.615Z] ++ go list ./... 22:06:39 [2023-10-18T22:06:39.615Z] ++ grep -vE '(/vendor/|/integration)' 22:06:40 [2023-10-18T22:06:40.190Z] + pkg_list='github.com/docker/docker/api 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/backend/build 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/httpstatus 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/httputils 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/middleware 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/build 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/checkpoint 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/container 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/debug 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/distribution 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/grpc 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/image 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/network 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/plugin 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/session 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/swarm 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/system 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/server/router/volume 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/backend 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/blkiodev 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/container 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/events 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/filters 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/image 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/mount 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/network 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/plugins/logdriver 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/registry 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/strslice 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/swarm 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/swarm/runtime 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/time 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/versions 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/versions/v1p19 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/versions/v1p20 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/api/types/volume 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/builder-next 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/builder-next/adapters/containerimage 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/builder-next/adapters/snapshot 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/builder-next/exporter 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/builder-next/exporter/overrides 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/builder-next/imagerefchecker 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/builder-next/worker 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/builder-next/worker/label 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/dockerfile 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/remotecontext 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/remotecontext/git 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/builder/remotecontext/urlutil 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/cli/debug 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/cli/winresources/docker-proxy 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/cli/winresources/dockerd 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/client 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/client/buildkit 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/cmd/docker-proxy 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/cmd/dockerd 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/cmd/dockerd/trap 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/cmd/dockerd/trap/testfiles 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/container 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/container/stream 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/contrib/apparmor 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/contrib/docker-device-tool 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/contrib/httpserver 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/cluster 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/cluster/controllers/plugin 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/cluster/convert 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/cluster/executor 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/cluster/executor/container 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/cluster/provider 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/config 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/containerd 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/events 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/events/testutils 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/graphdriver 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/graphdriver/btrfs 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/graphdriver/copy 22:06:40 [2023-10-18T22:06:40.190Z] github.com/docker/docker/daemon/graphdriver/devmapper 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/graphdriver/graphtest 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/graphdriver/overlay2 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/graphdriver/overlayutils 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/graphdriver/register 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/graphdriver/vfs 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/graphdriver/zfs 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/images 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/initlayer 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/links 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/listeners 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/awslogs 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/fluentd 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/gcplogs 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/gelf 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/journald 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/journald/internal/export 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/journald/internal/fake 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/jsonfilelog 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/local 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/logentries 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/loggertest 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/loggerutils 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/loggerutils/cache 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/splunk 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/syslog 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/logger/templates 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/names 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/network 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/snapshotter 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/daemon/stats 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/distribution 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/distribution/metadata 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/distribution/utils 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/distribution/xfer 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/dockerversion 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/errdefs 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/image 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/image/cache 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/image/tarexport 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/image/v1 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/internal/mounttree 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/internal/test/suite 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/internal/unshare 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/layer 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libcontainerd 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libcontainerd/queue 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libcontainerd/remote 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libcontainerd/shimopts 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libcontainerd/supervisor 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libcontainerd/types 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/bitmap 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/bitseq 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/cluster 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/config 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/datastore 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/diagnostic 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/discoverapi 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/driverapi 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/drivers/host 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/drivers/null 22:06:40 [2023-10-18T22:06:40.191Z] github.com/docker/docker/libnetwork/drivers/overlay 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/drivers/remote 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/drivers/windows 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/drvregistry 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/etchosts 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/idm 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/internal/caller 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/ipam 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/ipamapi 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/ipams/builtin 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/ipams/null 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/ipams/remote 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/ipamutils 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/ipbits 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/iptables 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/netlabel 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/netutils 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/networkdb 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/ns 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/options 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/osl 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/osl/kernel 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/portallocator 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/portmapper 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/resolvconf 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/testutils 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/libnetwork/types 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/oci 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/oci/caps 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/opts 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/aaparser 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/archive 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/authorization 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/broadcaster 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/capabilities 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/chrootarchive 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/containerfs 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/devicemapper 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/directory 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/dmesg 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/fileutils 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/homedir 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/idtools 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/ioutils 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/jsonmessage 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/longpath 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/loopback 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/meminfo 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/namesgenerator 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/parsers 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/parsers/kernel 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/parsers/operatingsystem 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/pidfile 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/platform 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/platforms 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/plugingetter 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/plugins 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/plugins/transport 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/pools 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/process 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/progress 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/reexec 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/rootless 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/rootless/specconv 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/stack 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/stdcopy 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/streamformatter 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/stringid 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/sysinfo 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/system 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/tailfile 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/tarsum 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/pkg/useragent 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/plugin 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/plugin/executor/containerd 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/plugin/v2 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/profiles/apparmor 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/profiles/seccomp 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/quota 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/reference 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/registry 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/registry/resumable 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/restartmanager 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/runconfig 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/runconfig/opts 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil/daemon 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil/environment 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil/fakecontext 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil/fakegit 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil/fakestorage 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil/fixtures/load 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil/fixtures/plugin 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil/fixtures/plugin/basic 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil/registry 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/testutil/request 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/volume 22:06:40 [2023-10-18T22:06:40.192Z] github.com/docker/docker/volume/drivers 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/volume/local 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/volume/mounts 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/volume/service 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/volume/service/opts 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/volume/testutils' 22:06:40 [2023-10-18T22:06:40.193Z] ++ grep --fixed-strings -v /libnetwork 22:06:40 [2023-10-18T22:06:40.193Z] ++ echo 'github.com/docker/docker/api 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/backend/build 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/httpstatus 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/httputils 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/middleware 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/build 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/checkpoint 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/container 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/debug 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/distribution 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/grpc 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/image 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/network 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/plugin 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/session 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/swarm 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/system 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/server/router/volume 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/backend 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/blkiodev 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/container 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/events 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/filters 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/image 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/mount 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/network 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/plugins/logdriver 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/registry 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/strslice 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/swarm 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/swarm/runtime 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/time 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/versions 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/versions/v1p19 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/versions/v1p20 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/api/types/volume 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/builder-next 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/builder-next/adapters/containerimage 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/builder-next/adapters/snapshot 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/builder-next/exporter 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/builder-next/exporter/overrides 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/builder-next/imagerefchecker 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/builder-next/worker 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/builder-next/worker/label 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/dockerfile 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/remotecontext 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/remotecontext/git 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/builder/remotecontext/urlutil 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/cli/debug 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/cli/winresources/docker-proxy 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/cli/winresources/dockerd 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/client 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/client/buildkit 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/cmd/docker-proxy 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/cmd/dockerd 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/cmd/dockerd/trap 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/cmd/dockerd/trap/testfiles 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/container 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/container/stream 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/contrib/apparmor 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/contrib/docker-device-tool 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/contrib/httpserver 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/cluster 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/cluster/controllers/plugin 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/cluster/convert 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/cluster/executor 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/cluster/executor/container 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/cluster/provider 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/config 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/containerd 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/events 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/events/testutils 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver/btrfs 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver/copy 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver/devmapper 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver/graphtest 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver/overlay2 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver/overlayutils 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver/register 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver/vfs 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/graphdriver/zfs 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/images 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/initlayer 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/links 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/listeners 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/awslogs 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/fluentd 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/gcplogs 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/gelf 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/journald 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/journald/internal/export 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/journald/internal/fake 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/jsonfilelog 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/local 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/logentries 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/loggertest 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/loggerutils 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/loggerutils/cache 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/splunk 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/syslog 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/logger/templates 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/names 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/network 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/snapshotter 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/daemon/stats 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/distribution 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/distribution/metadata 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/distribution/utils 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/distribution/xfer 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/dockerversion 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/errdefs 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/image 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/image/cache 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/image/tarexport 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/image/v1 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/internal/mounttree 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/internal/test/suite 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/internal/unshare 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/layer 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libcontainerd 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libcontainerd/queue 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libcontainerd/remote 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libcontainerd/shimopts 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libcontainerd/supervisor 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libcontainerd/types 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/bitmap 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/bitseq 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/cluster 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/config 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/datastore 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/diagnostic 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/discoverapi 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/driverapi 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:40 [2023-10-18T22:06:40.193Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/host 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/null 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/overlay 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/remote 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/windows 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/drvregistry 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/etchosts 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/idm 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/internal/caller 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/ipam 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/ipamapi 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/ipams/builtin 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/ipams/null 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/ipams/remote 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/ipamutils 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/ipbits 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/iptables 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/netlabel 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/netutils 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/networkdb 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/ns 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/options 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/osl 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/osl/kernel 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/portallocator 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/portmapper 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/resolvconf 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/testutils 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/libnetwork/types 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/oci 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/oci/caps 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/opts 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/aaparser 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/archive 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/authorization 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/broadcaster 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/capabilities 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/chrootarchive 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/containerfs 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/devicemapper 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/directory 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/dmesg 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/fileutils 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/homedir 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/idtools 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/ioutils 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/jsonmessage 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/longpath 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/loopback 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/meminfo 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/namesgenerator 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/parsers 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/parsers/kernel 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/parsers/operatingsystem 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/pidfile 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/platform 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/platforms 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/plugingetter 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/plugins 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/plugins/transport 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/pools 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/process 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/progress 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/reexec 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/rootless 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/rootless/specconv 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/stack 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/stdcopy 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/streamformatter 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/stringid 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/sysinfo 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/system 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/tailfile 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/tarsum 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/pkg/useragent 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/plugin 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/plugin/executor/containerd 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/plugin/v2 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/profiles/apparmor 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/profiles/seccomp 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/quota 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/reference 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/registry 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/registry/resumable 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/restartmanager 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/runconfig 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/runconfig/opts 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil/daemon 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil/environment 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil/fakecontext 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil/fakegit 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil/fakestorage 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil/fixtures/load 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil/fixtures/plugin 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil/fixtures/plugin/basic 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil/registry 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/testutil/request 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/volume 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/volume/drivers 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/volume/local 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/volume/mounts 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/volume/service 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/volume/service/opts 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/volume/testutils' 22:06:40 [2023-10-18T22:06:40.194Z] + base_pkg_list='github.com/docker/docker/api 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/backend/build 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/httpstatus 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/httputils 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/middleware 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/build 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/checkpoint 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/container 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/debug 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/distribution 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/grpc 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/image 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/network 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/plugin 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/session 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/swarm 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/system 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/server/router/volume 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/backend 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/blkiodev 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/container 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/events 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/filters 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/image 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/mount 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/network 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/plugins/logdriver 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/registry 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/strslice 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/swarm 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/swarm/runtime 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/time 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/versions 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/versions/v1p19 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/versions/v1p20 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/api/types/volume 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/builder-next 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/builder-next/adapters/containerimage 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/builder-next/adapters/snapshot 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/builder-next/exporter 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/builder-next/exporter/overrides 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/builder-next/imagerefchecker 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/builder-next/worker 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/builder-next/worker/label 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/dockerfile 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/remotecontext 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/remotecontext/git 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/builder/remotecontext/urlutil 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/cli/debug 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/cli/winresources/docker-proxy 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/cli/winresources/dockerd 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/client 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/client/buildkit 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/cmd/docker-proxy 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/cmd/dockerd 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/cmd/dockerd/trap 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/cmd/dockerd/trap/testfiles 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/container 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/container/stream 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/contrib/apparmor 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/contrib/docker-device-tool 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/contrib/httpserver 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/cluster 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/cluster/controllers/plugin 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/cluster/convert 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/cluster/executor 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/cluster/executor/container 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/cluster/provider 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/config 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/containerd 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/events 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/events/testutils 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver/btrfs 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver/copy 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver/devmapper 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver/graphtest 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver/overlay2 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver/overlayutils 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver/register 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver/vfs 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/graphdriver/zfs 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/images 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/initlayer 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/links 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/listeners 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/awslogs 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/fluentd 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/gcplogs 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/gelf 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/journald 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/journald/internal/export 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/journald/internal/fake 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/jsonfilelog 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/local 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/logentries 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/loggertest 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/loggerutils 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/loggerutils/cache 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/splunk 22:06:40 [2023-10-18T22:06:40.194Z] github.com/docker/docker/daemon/logger/syslog 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/daemon/logger/templates 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/daemon/names 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/daemon/network 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/daemon/snapshotter 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/daemon/stats 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/distribution 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/distribution/metadata 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/distribution/utils 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/distribution/xfer 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/dockerversion 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/errdefs 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/image 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/image/cache 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/image/tarexport 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/image/v1 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/internal/mounttree 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/internal/test/suite 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/internal/unshare 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/layer 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/libcontainerd 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/libcontainerd/queue 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/libcontainerd/remote 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/libcontainerd/shimopts 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/libcontainerd/supervisor 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/libcontainerd/types 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/oci 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/oci/caps 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/opts 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/aaparser 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/archive 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/authorization 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/broadcaster 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/capabilities 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/chrootarchive 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/containerfs 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/devicemapper 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/directory 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/dmesg 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/fileutils 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/homedir 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/idtools 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/ioutils 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/jsonmessage 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/longpath 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/loopback 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/meminfo 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/namesgenerator 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/parsers 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/parsers/kernel 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/parsers/operatingsystem 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/pidfile 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/platform 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/platforms 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/plugingetter 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/plugins 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/plugins/transport 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/pools 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/process 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/progress 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/reexec 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/rootless 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/rootless/specconv 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/stack 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/stdcopy 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/streamformatter 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/stringid 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/sysinfo 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/system 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/tailfile 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/tarsum 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/pkg/useragent 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/plugin 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/plugin/executor/containerd 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/plugin/v2 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/profiles/apparmor 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/profiles/seccomp 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/quota 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/reference 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/registry 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/registry/resumable 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/restartmanager 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/runconfig 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/runconfig/opts 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil/daemon 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil/environment 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil/fakecontext 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil/fakegit 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil/fakestorage 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil/fixtures/load 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil/fixtures/plugin 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil/fixtures/plugin/basic 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil/registry 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/testutil/request 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/volume 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/volume/drivers 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/volume/local 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/volume/mounts 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/volume/service 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/volume/service/opts 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/volume/testutils' 22:06:40 [2023-10-18T22:06:40.195Z] ++ grep --fixed-strings /libnetwork 22:06:40 [2023-10-18T22:06:40.195Z] ++ echo 'github.com/docker/docker/api 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/backend/build 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/httpstatus 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/httputils 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/middleware 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/build 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/checkpoint 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/container 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/debug 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/distribution 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/grpc 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/image 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/network 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/plugin 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/session 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/swarm 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/system 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/server/router/volume 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/backend 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/blkiodev 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/container 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/events 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/filters 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/image 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/mount 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/network 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/plugins/logdriver 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/registry 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/strslice 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/swarm 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/swarm/runtime 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/time 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/versions 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/versions/v1p19 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/versions/v1p20 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/api/types/volume 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/builder-next 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/builder-next/adapters/containerimage 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/builder-next/adapters/snapshot 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/builder-next/exporter 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/builder-next/exporter/overrides 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/builder-next/imagerefchecker 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/builder-next/worker 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/builder-next/worker/label 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/dockerfile 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/remotecontext 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/remotecontext/git 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/builder/remotecontext/urlutil 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/cli/debug 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/cli/winresources/docker-proxy 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/cli/winresources/dockerd 22:06:40 [2023-10-18T22:06:40.195Z] github.com/docker/docker/client 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/client/buildkit 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/cmd/docker-proxy 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/cmd/dockerd 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/cmd/dockerd/trap 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/cmd/dockerd/trap/testfiles 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/container 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/container/stream 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/contrib/apparmor 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/contrib/docker-device-tool 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/contrib/httpserver 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/daemon 22:06:40 [2023-10-18T22:06:40.196Z] github.com/docker/docker/daemon/cluster 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/cluster/controllers/plugin 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/cluster/convert 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/cluster/executor 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/cluster/executor/container 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/cluster/provider 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/config 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/containerd 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/events 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/events/testutils 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver/btrfs 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver/copy 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver/devmapper 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver/graphtest 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver/overlay2 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver/overlayutils 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver/register 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver/vfs 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/graphdriver/zfs 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/images 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/initlayer 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/links 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/listeners 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/awslogs 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/fluentd 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/gcplogs 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/gelf 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/journald 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/journald/internal/export 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/journald/internal/fake 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/jsonfilelog 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/local 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/logentries 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/loggertest 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/loggerutils 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/loggerutils/cache 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/splunk 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/syslog 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/logger/templates 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/names 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/network 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/snapshotter 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/daemon/stats 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/distribution 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/distribution/metadata 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/distribution/utils 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/distribution/xfer 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/dockerversion 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/errdefs 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/image 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/image/cache 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/image/tarexport 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/image/v1 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/internal/mounttree 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/internal/test/suite 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/internal/unshare 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/layer 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libcontainerd 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libcontainerd/queue 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libcontainerd/remote 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libcontainerd/shimopts 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libcontainerd/supervisor 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libcontainerd/types 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/bitmap 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/bitseq 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/cluster 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/config 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/datastore 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/diagnostic 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/discoverapi 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/driverapi 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/host 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/null 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/overlay 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/remote 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/windows 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/drvregistry 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/etchosts 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/idm 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/internal/caller 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/ipam 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/ipamapi 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/ipams/builtin 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/ipams/null 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/ipams/remote 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/ipamutils 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/ipbits 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/iptables 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/netlabel 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/netutils 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/networkdb 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/ns 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/options 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/osl 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/osl/kernel 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/portallocator 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/portmapper 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/resolvconf 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/testutils 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/libnetwork/types 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/oci 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/oci/caps 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/opts 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/aaparser 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/archive 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/authorization 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/broadcaster 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/capabilities 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/chrootarchive 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/containerfs 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/devicemapper 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/directory 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/dmesg 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/fileutils 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/homedir 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/idtools 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/ioutils 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/jsonmessage 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/longpath 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/loopback 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/meminfo 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/namesgenerator 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/parsers 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/parsers/kernel 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/parsers/operatingsystem 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/pidfile 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/platform 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/platforms 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/plugingetter 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/plugins 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/plugins/transport 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/pools 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/process 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/progress 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/reexec 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/rootless 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/rootless/specconv 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/stack 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/stdcopy 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/streamformatter 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/stringid 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/sysinfo 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/system 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/tailfile 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/tarsum 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/pkg/useragent 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/plugin 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/plugin/executor/containerd 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/plugin/v2 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/profiles/apparmor 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/profiles/seccomp 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/quota 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/reference 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/registry 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/registry/resumable 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/restartmanager 22:06:40 [2023-10-18T22:06:40.197Z] github.com/docker/docker/runconfig 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/runconfig/opts 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil/daemon 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil/environment 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil/fakecontext 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil/fakegit 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil/fakestorage 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil/fixtures/load 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil/fixtures/plugin 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil/fixtures/plugin/basic 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil/registry 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/testutil/request 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/volume 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/volume/drivers 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/volume/local 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/volume/mounts 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/volume/service 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/volume/service/opts 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/volume/testutils' 22:06:40 [2023-10-18T22:06:40.198Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/bitmap 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/bitseq 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cluster 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/config 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/datastore 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/diagnostic 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/discoverapi 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/driverapi 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/host 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/null 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/overlay 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/remote 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/windows 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drvregistry 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/etchosts 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/idm 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/internal/caller 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipam 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipamapi 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipams/builtin 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipams/null 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipams/remote 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipamutils 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipbits 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/iptables 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/netlabel 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/netutils 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/networkdb 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ns 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/options 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/osl 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/osl/kernel 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/portallocator 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/portmapper 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/resolvconf 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/testutils 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/types' 22:06:40 [2023-10-18T22:06:40.198Z] + echo 'github.com/docker/docker/libnetwork 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/bitmap 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/bitseq 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cluster 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/config 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/datastore 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/diagnostic 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/discoverapi 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/driverapi 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/host 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/null 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/overlay 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/remote 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/windows 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drvregistry 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/etchosts 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/idm 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/internal/caller 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipam 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipamapi 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipams/builtin 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipams/null 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipams/remote 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipamutils 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ipbits 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/iptables 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/netlabel 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/netutils 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/networkdb 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/ns 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/options 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/osl 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/osl/kernel 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/portallocator 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/portmapper 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/resolvconf 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/testutils 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/types' 22:06:40 [2023-10-18T22:06:40.198Z] + grep --fixed-strings libnetwork/drivers/bridge 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/bridge 22:06:40 [2023-10-18T22:06:40.198Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:06:40 [2023-10-18T22:06:40.198Z] + type docker-proxy 22:06:40 [2023-10-18T22:06:40.198Z] hack/test/unit: line 25: type: docker-proxy: not found 22:06:40 [2023-10-18T22:06:40.198Z] + hack/make.sh binary-proxy install-proxy 22:06:40 [2023-10-18T22:06:40.198Z] 22:06:40 [2023-10-18T22:06:40.198Z] Removing bundles/ 22:06:40 [2023-10-18T22:06:40.198Z] 22:06:40 [2023-10-18T22:06:40.198Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) 22:06:40 [2023-10-18T22:06:40.198Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... 22:06:40 [2023-10-18T22:06:40.198Z] + tee /go/src/github.com/docker/docker/go.mod 22:06:40 [2023-10-18T22:06:40.198Z] module github.com/docker/docker 22:06:40 [2023-10-18T22:06:40.198Z] 22:06:40 [2023-10-18T22:06:40.198Z] go 1.19 22:06:40 [2023-10-18T22:06:40.198Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT 22:06:40 [2023-10-18T22:06:40.198Z] + GO111MODULE=on 22:06:40 [2023-10-18T22:06:40.198Z] + 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=535b70e90c59d249cfa5bb62cfdd140153a80d34" -X "github.com/docker/docker/dockerversion.BuildTime=2023-10-18T22:06:40.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 ' github.com/docker/docker/cmd/docker-proxy 22:06:44 [2023-10-18T22:06:44.407Z] + rm -f /go/src/github.com/docker/docker/go.mod 22:06:44 [2023-10-18T22:06:44.407Z] Created binary: bundles/binary-proxy/docker-proxy 22:06:44 [2023-10-18T22:06:44.407Z] 22:06:44 [2023-10-18T22:06:44.407Z] ---> Making bundle: install-proxy (in bundles/install-proxy) 22:06:44 [2023-10-18T22:06:44.407Z] Installing docker-proxy to /usr/local/bin/ 22:06:44 [2023-10-18T22:06:44.407Z] 22:06:44 [2023-10-18T22:06:44.407Z] + mkdir -p bundles 22:06:44 [2023-10-18T22:06:44.407Z] + '[' -n 'github.com/docker/docker/api 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/backend/build 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/httpstatus 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/httputils 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/middleware 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/build 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/checkpoint 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/container 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/debug 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/distribution 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/grpc 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/image 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/network 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/plugin 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/session 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/swarm 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/system 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/server/router/volume 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/backend 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/blkiodev 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/container 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/events 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/filters 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/image 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/mount 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/network 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/plugins/logdriver 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/registry 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/strslice 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/swarm 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/swarm/runtime 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/time 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/versions 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/versions/v1p19 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/versions/v1p20 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/api/types/volume 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/builder-next 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/builder-next/adapters/containerimage 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/builder-next/adapters/snapshot 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/builder-next/exporter 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/builder-next/exporter/overrides 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/builder-next/imagerefchecker 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/builder-next/worker 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/builder-next/worker/label 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/dockerfile 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/remotecontext 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/remotecontext/git 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/builder/remotecontext/urlutil 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/cli/debug 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/cli/winresources/docker-proxy 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/cli/winresources/dockerd 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/client 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/client/buildkit 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/cmd/docker-proxy 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/cmd/dockerd 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/cmd/dockerd/trap 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/cmd/dockerd/trap/testfiles 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/container 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/container/stream 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/contrib/apparmor 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/contrib/docker-device-tool 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/contrib/httpserver 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/cluster 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/cluster/controllers/plugin 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/cluster/convert 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/cluster/executor 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/cluster/executor/container 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/cluster/provider 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/config 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/containerd 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/events 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/events/testutils 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver/btrfs 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver/copy 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver/devmapper 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver/graphtest 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver/overlay2 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver/overlayutils 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver/register 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver/vfs 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/graphdriver/zfs 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/images 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/initlayer 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/links 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/listeners 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/awslogs 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/fluentd 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/gcplogs 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/gelf 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/journald 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/journald/internal/export 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/journald/internal/fake 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/jsonfilelog 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/local 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/logentries 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/loggertest 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/loggerutils 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/loggerutils/cache 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/splunk 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/syslog 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/logger/templates 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/names 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/network 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/snapshotter 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/daemon/stats 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/distribution 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/distribution/metadata 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/distribution/utils 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/distribution/xfer 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/dockerversion 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/errdefs 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/image 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/image/cache 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/image/tarexport 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/image/v1 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/internal/mounttree 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/internal/test/suite 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/internal/unshare 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/layer 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/libcontainerd 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/libcontainerd/queue 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/libcontainerd/remote 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/libcontainerd/shimopts 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/libcontainerd/supervisor 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/libcontainerd/types 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/oci 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/oci/caps 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/opts 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/aaparser 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/archive 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/authorization 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/broadcaster 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/capabilities 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/chrootarchive 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/containerfs 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/devicemapper 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/directory 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/dmesg 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/fileutils 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/homedir 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/idtools 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/ioutils 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/jsonmessage 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/longpath 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/loopback 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/meminfo 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/namesgenerator 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/parsers 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/parsers/kernel 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/parsers/operatingsystem 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/pidfile 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/platform 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/platforms 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/plugingetter 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/plugins 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/plugins/transport 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/pools 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/process 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/progress 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/reexec 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/rootless 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/rootless/specconv 22:06:44 [2023-10-18T22:06:44.407Z] github.com/docker/docker/pkg/stack 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/pkg/stdcopy 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/pkg/streamformatter 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/pkg/stringid 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/pkg/sysinfo 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/pkg/system 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/pkg/tailfile 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/pkg/tarsum 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/pkg/useragent 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/plugin 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/plugin/executor/containerd 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/plugin/v2 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/profiles/apparmor 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/profiles/seccomp 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/quota 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/reference 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/registry 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/registry/resumable 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/restartmanager 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/runconfig 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/runconfig/opts 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil/daemon 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil/environment 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil/fakecontext 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil/fakegit 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil/fakestorage 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil/fixtures/load 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil/fixtures/plugin 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil/fixtures/plugin/basic 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil/registry 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/testutil/request 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/volume 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/volume/drivers 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/volume/local 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/volume/mounts 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/volume/service 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/volume/service/opts 22:06:44 [2023-10-18T22:06:44.408Z] github.com/docker/docker/volume/testutils' ']' 22:06:44 [2023-10-18T22:06:44.408Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove 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/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/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/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/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/devmapper 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/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/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/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/test/suite 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/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/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/platforms 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 22:06:45 [2023-10-18T22:06:45.351Z] ? github.com/docker/docker/api [no test files] 22:06:51 [2023-10-18T22:06:51.944Z] github.com/docker/docker/api/server coverage: 13.0% of statements 22:06:51 [2023-10-18T22:06:51.944Z] ok github.com/docker/docker/api/server 0.050s coverage: 13.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/backend/build [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/httpstatus [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/api/server/httputils coverage: 28.3% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 28.3% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/build [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/container [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/debug [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/distribution [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/grpc [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/api/server/middleware coverage: 37.7% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/image [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/network [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/plugin [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/session [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/server/router/system [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/backend [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/blkiodev [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/api/server/router/swarm coverage: 6.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/api/server/router/volume coverage: 66.7% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 6.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/api/server/router/volume 0.009s coverage: 66.7% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/events [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/api/types/container coverage: 82.3% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/api/types/container 0.007s coverage: 82.3% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/image [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/mount [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/network [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/api/types/registry coverage: 54.2% of statements 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/api/types/filters coverage: 94.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/api/types/registry 0.004s coverage: 54.2% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 94.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/swarm [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/api/types/strslice coverage: 90.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/api/types/volume [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder/builder-next [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/api/types/time coverage: 100.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/api/types/versions coverage: 77.3% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/cli/debug coverage: 100.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/builder/remotecontext/urlutil coverage: 100.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/builder/remotecontext coverage: 13.7% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/builder/remotecontext 0.033s coverage: 13.7% of statements 22:07:13 [2023-10-18T22:07:13.920Z] github.com/docker/docker/builder/dockerfile coverage: 50.1% of statements 22:07:13 [2023-10-18T22:07:13.920Z] ok github.com/docker/docker/builder/dockerfile 0.058s coverage: 50.1% of statements 22:07:14 [2023-10-18T22:07:14.493Z] ? github.com/docker/docker/client/buildkit [no test files] 22:07:14 [2023-10-18T22:07:14.493Z] github.com/docker/docker/client coverage: 76.8% of statements 22:07:14 [2023-10-18T22:07:14.493Z] ok github.com/docker/docker/client 0.094s coverage: 76.8% of statements 22:07:14 [2023-10-18T22:07:14.493Z] github.com/docker/docker/cmd/docker-proxy coverage: 66.5% of statements 22:07:14 [2023-10-18T22:07:14.493Z] ok github.com/docker/docker/cmd/docker-proxy 0.184s coverage: 66.5% of statements 22:07:19 [2023-10-18T22:07:19.788Z] github.com/docker/docker/builder/remotecontext/git coverage: 82.5% of statements 22:07:19 [2023-10-18T22:07:19.788Z] ok github.com/docker/docker/builder/remotecontext/git 5.287s coverage: 82.5% of statements 22:07:26 [2023-10-18T22:07:26.375Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] 22:07:26 [2023-10-18T22:07:26.375Z] ? github.com/docker/docker/container/stream [no test files] 22:07:26 [2023-10-18T22:07:26.375Z] ? github.com/docker/docker/contrib/apparmor [no test files] 22:07:26 [2023-10-18T22:07:26.375Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] 22:07:26 [2023-10-18T22:07:26.375Z] ? github.com/docker/docker/contrib/httpserver [no test files] 22:07:26 [2023-10-18T22:07:26.375Z] github.com/docker/docker/container coverage: 36.5% of statements 22:07:26 [2023-10-18T22:07:26.375Z] ok github.com/docker/docker/container 0.141s coverage: 36.5% of statements 22:07:26 [2023-10-18T22:07:26.375Z] github.com/docker/docker/cmd/dockerd coverage: 29.2% of statements 22:07:26 [2023-10-18T22:07:26.375Z] ok github.com/docker/docker/cmd/dockerd 0.242s coverage: 29.2% of statements 22:07:28 [2023-10-18T22:07:28.288Z] github.com/docker/docker/cmd/dockerd/trap coverage: 0.0% of statements 22:07:28 [2023-10-18T22:07:28.288Z] ok github.com/docker/docker/cmd/dockerd/trap 2.501s coverage: 0.0% of statements 22:07:31 [2023-10-18T22:07:31.587Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] 22:07:31 [2023-10-18T22:07:31.587Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] 22:07:31 [2023-10-18T22:07:31.587Z] github.com/docker/docker/daemon/cluster/convert coverage: 39.2% of statements 22:07:31 [2023-10-18T22:07:31.587Z] ok github.com/docker/docker/daemon/cluster/convert 0.020s coverage: 39.2% of statements 22:07:31 [2023-10-18T22:07:31.587Z] github.com/docker/docker/daemon/cluster/controllers/plugin coverage: 65.3% of statements 22:07:31 [2023-10-18T22:07:31.587Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.028s coverage: 65.3% of statements 22:07:31 [2023-10-18T22:07:31.587Z] github.com/docker/docker/daemon/config coverage: 75.2% of statements 22:07:31 [2023-10-18T22:07:31.587Z] ok github.com/docker/docker/daemon/config 0.074s coverage: 75.2% of statements 22:07:31 [2023-10-18T22:07:31.587Z] github.com/docker/docker/daemon/cluster coverage: 0.5% of statements 22:07:31 [2023-10-18T22:07:31.587Z] ok github.com/docker/docker/daemon/cluster 0.089s coverage: 0.5% of statements 22:07:33 [2023-10-18T22:07:33.499Z] ? github.com/docker/docker/daemon/events/testutils [no test files] 22:07:33 [2023-10-18T22:07:33.499Z] github.com/docker/docker/daemon/graphdriver coverage: 2.2% of statements 22:07:33 [2023-10-18T22:07:33.499Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements 22:07:33 [2023-10-18T22:07:33.499Z] github.com/docker/docker/daemon/containerd coverage: 0.7% of statements 22:07:33 [2023-10-18T22:07:33.499Z] ok github.com/docker/docker/daemon/containerd 0.020s coverage: 0.7% of statements 22:07:33 [2023-10-18T22:07:33.499Z] github.com/docker/docker/daemon/events coverage: 50.0% of statements 22:07:33 [2023-10-18T22:07:33.499Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements 22:07:33 [2023-10-18T22:07:33.499Z] github.com/docker/docker/daemon/graphdriver/btrfs coverage: 2.8% of statements 22:07:33 [2023-10-18T22:07:33.499Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.8% of statements 22:07:33 [2023-10-18T22:07:33.499Z] github.com/docker/docker/daemon/graphdriver/copy coverage: 59.6% of statements 22:07:33 [2023-10-18T22:07:33.499Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.201s coverage: 59.6% of statements 22:07:34 [2023-10-18T22:07:34.439Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] 22:07:34 [2023-10-18T22:07:34.439Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] 22:07:34 [2023-10-18T22:07:34.439Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] 22:07:34 [2023-10-18T22:07:34.439Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs coverage: 1.9% of statements 22:07:34 [2023-10-18T22:07:34.439Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements 22:07:34 [2023-10-18T22:07:34.700Z] github.com/docker/docker/daemon/graphdriver/overlay2 coverage: 60.2% of statements 22:07:34 [2023-10-18T22:07:34.700Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.177s coverage: 60.2% of statements 22:07:34 [2023-10-18T22:07:34.961Z] github.com/docker/docker/daemon/cluster/executor/container coverage: 13.0% of statements 22:07:34 [2023-10-18T22:07:34.961Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.464s coverage: 13.0% of statements 22:07:35 [2023-10-18T22:07:35.222Z] github.com/docker/docker/daemon/graphdriver/vfs coverage: 58.5% of statements 22:07:35 [2023-10-18T22:07:35.222Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements 22:07:35 [2023-10-18T22:07:35.222Z] github.com/docker/docker/daemon/graphdriver/zfs coverage: 3.0% of statements 22:07:35 [2023-10-18T22:07:35.222Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements 22:07:35 [2023-10-18T22:07:35.794Z] ? github.com/docker/docker/daemon/initlayer [no test files] 22:07:35 [2023-10-18T22:07:35.794Z] ? github.com/docker/docker/daemon/listeners [no test files] 22:07:35 [2023-10-18T22:07:35.794Z] github.com/docker/docker/daemon/links coverage: 93.0% of statements 22:07:35 [2023-10-18T22:07:35.794Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements 22:07:36 [2023-10-18T22:07:36.058Z] github.com/docker/docker/daemon/images coverage: 3.0% of statements 22:07:36 [2023-10-18T22:07:36.058Z] ok github.com/docker/docker/daemon/images 0.023s coverage: 3.0% of statements 22:07:36 [2023-10-18T22:07:36.319Z] github.com/docker/docker/daemon/logger coverage: 43.2% of statements 22:07:36 [2023-10-18T22:07:36.319Z] ok github.com/docker/docker/daemon/logger 0.228s coverage: 43.2% of statements 22:07:36 [2023-10-18T22:07:36.580Z] github.com/docker/docker/daemon/logger/awslogs coverage: 78.5% of statements 22:07:36 [2023-10-18T22:07:36.580Z] ok github.com/docker/docker/daemon/logger/awslogs 0.128s coverage: 78.5% of statements 22:07:36 [2023-10-18T22:07:36.580Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] 22:07:36 [2023-10-18T22:07:36.580Z] github.com/docker/docker/daemon/logger/fluentd coverage: 53.6% of statements 22:07:36 [2023-10-18T22:07:36.580Z] ok github.com/docker/docker/daemon/logger/fluentd 0.013s coverage: 53.6% of statements 22:07:36 [2023-10-18T22:07:36.580Z] github.com/docker/docker/daemon/logger/gelf coverage: 68.2% of statements 22:07:36 [2023-10-18T22:07:36.580Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 68.2% of statements 22:07:37 [2023-10-18T22:07:37.151Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] 22:07:37 [2023-10-18T22:07:37.151Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] 22:07:37 [2023-10-18T22:07:37.151Z] github.com/docker/docker/daemon/logger/journald/internal/export coverage: 88.2% of statements 22:07:37 [2023-10-18T22:07:37.151Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.005s coverage: 88.2% of statements 22:07:37 [2023-10-18T22:07:37.151Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog coverage: 87.2% of statements 22:07:37 [2023-10-18T22:07:37.151Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements 22:07:37 [2023-10-18T22:07:37.413Z] github.com/docker/docker/daemon/logger/jsonfilelog coverage: 76.8% of statements 22:07:37 [2023-10-18T22:07:37.413Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.063s coverage: 76.8% of statements 22:07:37 [2023-10-18T22:07:37.674Z] github.com/docker/docker/daemon/graphdriver/devmapper coverage: 45.9% of statements 22:07:37 [2023-10-18T22:07:37.674Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.332s coverage: 45.9% of statements 22:07:37 [2023-10-18T22:07:37.936Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] 22:07:37 [2023-10-18T22:07:37.936Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] 22:07:37 [2023-10-18T22:07:37.936Z] github.com/docker/docker/daemon/logger/local coverage: 79.4% of statements 22:07:37 [2023-10-18T22:07:37.936Z] ok github.com/docker/docker/daemon/logger/local 0.040s coverage: 79.4% of statements 22:07:38 [2023-10-18T22:07:38.196Z] github.com/docker/docker/daemon/logger/loggerutils/cache coverage: 31.5% of statements 22:07:38 [2023-10-18T22:07:38.196Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.034s coverage: 31.5% of statements 22:07:38 [2023-10-18T22:07:38.196Z] github.com/docker/docker/daemon/logger/loggerutils coverage: 63.5% of statements 22:07:38 [2023-10-18T22:07:38.196Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.044s coverage: 63.5% of statements 22:07:38 [2023-10-18T22:07:38.767Z] ? github.com/docker/docker/daemon/names [no test files] 22:07:38 [2023-10-18T22:07:38.767Z] github.com/docker/docker/daemon/logger/templates coverage: 8.3% of statements 22:07:38 [2023-10-18T22:07:38.767Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements 22:07:38 [2023-10-18T22:07:38.767Z] github.com/docker/docker/daemon/logger/syslog coverage: 46.8% of statements 22:07:38 [2023-10-18T22:07:38.767Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 46.8% of statements 22:07:38 [2023-10-18T22:07:38.767Z] ? github.com/docker/docker/daemon/snapshotter [no test files] 22:07:38 [2023-10-18T22:07:38.767Z] ? github.com/docker/docker/daemon/stats [no test files] 22:07:38 [2023-10-18T22:07:38.767Z] github.com/docker/docker/daemon/network coverage: 63.8% of statements 22:07:38 [2023-10-18T22:07:38.767Z] ok github.com/docker/docker/daemon/network 0.007s coverage: 63.8% of statements 22:07:38 [2023-10-18T22:07:38.767Z] github.com/docker/docker/daemon/logger/journald coverage: 74.5% of statements 22:07:38 [2023-10-18T22:07:38.767Z] ok github.com/docker/docker/daemon/logger/journald 1.534s coverage: 74.5% of statements 22:07:39 [2023-10-18T22:07:39.712Z] ? github.com/docker/docker/distribution/utils [no test files] 22:07:39 [2023-10-18T22:07:39.712Z] github.com/docker/docker/dockerversion coverage: 100.0% of statements 22:07:39 [2023-10-18T22:07:39.712Z] ok github.com/docker/docker/dockerversion 0.004s coverage: 100.0% of statements 22:07:39 [2023-10-18T22:07:39.712Z] github.com/docker/docker/errdefs coverage: 77.7% of statements 22:07:39 [2023-10-18T22:07:39.712Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.7% of statements 22:07:39 [2023-10-18T22:07:39.973Z] github.com/docker/docker/distribution/metadata coverage: 44.4% of statements 22:07:39 [2023-10-18T22:07:39.973Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 44.4% of statements 22:07:40 [2023-10-18T22:07:40.233Z] github.com/docker/docker/daemon/logger/splunk coverage: 82.5% of statements 22:07:40 [2023-10-18T22:07:40.233Z] ok github.com/docker/docker/daemon/logger/splunk 1.498s coverage: 82.5% of statements 22:07:40 [2023-10-18T22:07:40.493Z] github.com/docker/docker/image/cache coverage: 19.2% of statements 22:07:40 [2023-10-18T22:07:40.493Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements 22:07:40 [2023-10-18T22:07:40.493Z] github.com/docker/docker/image coverage: 84.9% of statements 22:07:40 [2023-10-18T22:07:40.493Z] ok github.com/docker/docker/image 0.027s coverage: 84.9% of statements 22:07:40 [2023-10-18T22:07:40.493Z] ? github.com/docker/docker/image/v1 [no test files] 22:07:40 [2023-10-18T22:07:40.493Z] ? github.com/docker/docker/internal/mounttree [no test files] 22:07:40 [2023-10-18T22:07:40.493Z] github.com/docker/docker/image/tarexport coverage: 0.7% of statements 22:07:40 [2023-10-18T22:07:40.493Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.7% of statements 22:07:40 [2023-10-18T22:07:40.493Z] ? github.com/docker/docker/internal/test/suite [no test files] 22:07:40 [2023-10-18T22:07:40.493Z] ? github.com/docker/docker/internal/unshare [no test files] 22:07:41 [2023-10-18T22:07:41.433Z] github.com/docker/docker/distribution coverage: 29.6% of statements 22:07:41 [2023-10-18T22:07:41.433Z] ok github.com/docker/docker/distribution 1.509s coverage: 29.6% of statements 22:07:41 [2023-10-18T22:07:41.693Z] ? github.com/docker/docker/libcontainerd [no test files] 22:07:41 [2023-10-18T22:07:41.693Z] ? github.com/docker/docker/libcontainerd/remote [no test files] 22:07:41 [2023-10-18T22:07:41.693Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] 22:07:41 [2023-10-18T22:07:41.693Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] 22:07:41 [2023-10-18T22:07:41.693Z] ? github.com/docker/docker/libcontainerd/types [no test files] 22:07:41 [2023-10-18T22:07:41.693Z] github.com/docker/docker/daemon coverage: 16.8% of statements 22:07:41 [2023-10-18T22:07:41.694Z] github.com/docker/docker/libcontainerd/queue coverage: 100.0% of statements 22:07:41 [2023-10-18T22:07:41.694Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements 22:07:41 [2023-10-18T22:07:41.694Z] ok github.com/docker/docker/daemon 10.171s coverage: 16.8% of statements 22:07:41 [2023-10-18T22:07:41.954Z] github.com/docker/docker/distribution/xfer coverage: 85.4% of statements 22:07:41 [2023-10-18T22:07:41.954Z] ok github.com/docker/docker/distribution/xfer 2.190s coverage: 85.4% of statements 22:07:42 [2023-10-18T22:07:42.214Z] ? github.com/docker/docker/oci/caps [no test files] 22:07:42 [2023-10-18T22:07:42.215Z] github.com/docker/docker/pkg/aaparser coverage: 52.9% of statements 22:07:42 [2023-10-18T22:07:42.215Z] github.com/docker/docker/oci coverage: 38.1% of statements 22:07:42 [2023-10-18T22:07:42.215Z] ok github.com/docker/docker/pkg/aaparser 0.014s coverage: 52.9% of statements 22:07:42 [2023-10-18T22:07:42.215Z] ok github.com/docker/docker/oci 0.023s coverage: 38.1% of statements 22:07:42 [2023-10-18T22:07:42.215Z] github.com/docker/docker/opts coverage: 67.9% of statements 22:07:42 [2023-10-18T22:07:42.215Z] ok github.com/docker/docker/opts 0.043s coverage: 67.9% of statements 22:07:42 [2023-10-18T22:07:42.787Z] ? github.com/docker/docker/pkg/devicemapper [no test files] 22:07:42 [2023-10-18T22:07:42.787Z] github.com/docker/docker/pkg/broadcaster coverage: 100.0% of statements 22:07:42 [2023-10-18T22:07:42.787Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements 22:07:42 [2023-10-18T22:07:42.787Z] github.com/docker/docker/pkg/capabilities coverage: 87.5% of statements 22:07:42 [2023-10-18T22:07:42.787Z] github.com/docker/docker/pkg/containerfs coverage: 28.6% of statements 22:07:42 [2023-10-18T22:07:42.787Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 28.6% of statements 22:07:42 [2023-10-18T22:07:42.787Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements 22:07:43 [2023-10-18T22:07:43.048Z] github.com/docker/docker/pkg/directory coverage: 81.8% of statements 22:07:43 [2023-10-18T22:07:43.048Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 81.8% of statements 22:07:43 [2023-10-18T22:07:43.048Z] github.com/docker/docker/pkg/dmesg coverage: 83.3% of statements 22:07:43 [2023-10-18T22:07:43.048Z] github.com/docker/docker/pkg/chrootarchive coverage: 83.1% of statements 22:07:43 [2023-10-18T22:07:43.048Z] ok github.com/docker/docker/pkg/dmesg 0.013s coverage: 83.3% of statements 22:07:43 [2023-10-18T22:07:43.048Z] ok github.com/docker/docker/pkg/chrootarchive 0.255s coverage: 83.1% of statements 22:07:43 [2023-10-18T22:07:43.048Z] github.com/docker/docker/pkg/fileutils coverage: 56.4% of statements 22:07:43 [2023-10-18T22:07:43.048Z] ok github.com/docker/docker/pkg/fileutils 0.004s coverage: 56.4% of statements 22:07:43 [2023-10-18T22:07:43.048Z] github.com/docker/docker/pkg/homedir coverage: 10.4% of statements 22:07:43 [2023-10-18T22:07:43.048Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 10.4% of statements 22:07:43 [2023-10-18T22:07:43.048Z] github.com/docker/docker/pkg/archive coverage: 81.0% of statements 22:07:43 [2023-10-18T22:07:43.048Z] ok github.com/docker/docker/pkg/archive 0.437s coverage: 81.0% of statements 22:07:43 [2023-10-18T22:07:43.309Z] github.com/docker/docker/pkg/authorization coverage: 68.3% of statements 22:07:43 [2023-10-18T22:07:43.309Z] ok github.com/docker/docker/pkg/authorization 0.649s coverage: 68.3% of statements 22:07:43 [2023-10-18T22:07:43.309Z] ? github.com/docker/docker/pkg/loopback [no test files] 22:07:43 [2023-10-18T22:07:43.309Z] github.com/docker/docker/pkg/meminfo coverage: 75.0% of statements 22:07:43 [2023-10-18T22:07:43.309Z] ok github.com/docker/docker/pkg/meminfo 0.003s coverage: 75.0% of statements 22:07:43 [2023-10-18T22:07:43.309Z] github.com/docker/docker/pkg/jsonmessage coverage: 92.3% of statements 22:07:43 [2023-10-18T22:07:43.309Z] github.com/docker/docker/pkg/longpath coverage: 45.5% of statements 22:07:43 [2023-10-18T22:07:43.309Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 92.3% of statements 22:07:43 [2023-10-18T22:07:43.309Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 45.5% of statements 22:07:43 [2023-10-18T22:07:43.570Z] github.com/docker/docker/pkg/namesgenerator coverage: 85.7% of statements 22:07:43 [2023-10-18T22:07:43.570Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements 22:07:43 [2023-10-18T22:07:43.570Z] github.com/docker/docker/pkg/parsers coverage: 97.0% of statements 22:07:43 [2023-10-18T22:07:43.570Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements 22:07:43 [2023-10-18T22:07:43.570Z] github.com/docker/docker/pkg/parsers/kernel coverage: 60.0% of statements 22:07:43 [2023-10-18T22:07:43.570Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements 22:07:43 [2023-10-18T22:07:43.570Z] github.com/docker/docker/pkg/parsers/operatingsystem coverage: 90.2% of statements 22:07:43 [2023-10-18T22:07:43.570Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.2% of statements 22:07:43 [2023-10-18T22:07:43.830Z] ? github.com/docker/docker/pkg/platform [no test files] 22:07:43 [2023-10-18T22:07:43.831Z] ? github.com/docker/docker/pkg/platforms [no test files] 22:07:43 [2023-10-18T22:07:43.831Z] ? github.com/docker/docker/pkg/plugingetter [no test files] 22:07:43 [2023-10-18T22:07:43.831Z] github.com/docker/docker/pkg/pidfile coverage: 94.1% of statements 22:07:43 [2023-10-18T22:07:43.831Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 94.1% of statements 22:07:43 [2023-10-18T22:07:43.831Z] github.com/docker/docker/pkg/ioutils coverage: 72.3% of statements 22:07:43 [2023-10-18T22:07:43.831Z] ok github.com/docker/docker/pkg/ioutils 0.370s coverage: 72.3% of statements 22:07:43 [2023-10-18T22:07:43.831Z] github.com/docker/docker/pkg/idtools coverage: 69.8% of statements 22:07:43 [2023-10-18T22:07:43.831Z] ok github.com/docker/docker/pkg/idtools 0.380s coverage: 69.8% of statements 22:07:44 [2023-10-18T22:07:44.402Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] 22:07:44 [2023-10-18T22:07:44.402Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] 22:07:44 [2023-10-18T22:07:44.402Z] github.com/docker/docker/pkg/pools coverage: 88.2% of statements 22:07:44 [2023-10-18T22:07:44.402Z] github.com/docker/docker/pkg/plugins/transport coverage: 85.7% of statements 22:07:44 [2023-10-18T22:07:44.402Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen coverage: 56.8% of statements 22:07:44 [2023-10-18T22:07:44.402Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements 22:07:44 [2023-10-18T22:07:44.402Z] github.com/docker/docker/pkg/process coverage: 21.7% of statements 22:07:44 [2023-10-18T22:07:44.402Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 88.2% of statements 22:07:44 [2023-10-18T22:07:44.402Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements 22:07:44 [2023-10-18T22:07:44.402Z] ok github.com/docker/docker/pkg/process 0.006s coverage: 21.7% of statements 22:07:44 [2023-10-18T22:07:44.402Z] github.com/docker/docker/pkg/progress coverage: 75.9% of statements 22:07:44 [2023-10-18T22:07:44.402Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements 22:07:44 [2023-10-18T22:07:44.663Z] ? github.com/docker/docker/pkg/rootless [no test files] 22:07:44 [2023-10-18T22:07:44.663Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] 22:07:44 [2023-10-18T22:07:44.663Z] github.com/docker/docker/pkg/stack coverage: 90.9% of statements 22:07:44 [2023-10-18T22:07:44.663Z] ok github.com/docker/docker/pkg/stack 0.006s coverage: 90.9% of statements 22:07:44 [2023-10-18T22:07:44.663Z] github.com/docker/docker/pkg/reexec coverage: 82.4% of statements 22:07:44 [2023-10-18T22:07:44.663Z] ok github.com/docker/docker/pkg/reexec 0.012s coverage: 82.4% of statements 22:07:44 [2023-10-18T22:07:44.663Z] github.com/docker/docker/pkg/stdcopy coverage: 100.0% of statements 22:07:44 [2023-10-18T22:07:44.663Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements 22:07:44 [2023-10-18T22:07:44.663Z] github.com/docker/docker/pkg/streamformatter coverage: 66.2% of statements 22:07:44 [2023-10-18T22:07:44.663Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements 22:07:44 [2023-10-18T22:07:44.663Z] github.com/docker/docker/pkg/stringid coverage: 61.9% of statements 22:07:44 [2023-10-18T22:07:44.923Z] ok github.com/docker/docker/pkg/stringid 0.013s coverage: 61.9% of statements 22:07:45 [2023-10-18T22:07:45.183Z] github.com/docker/docker/pkg/useragent coverage: 88.9% of statements 22:07:45 [2023-10-18T22:07:45.183Z] github.com/docker/docker/pkg/system coverage: 43.1% of statements 22:07:45 [2023-10-18T22:07:45.183Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 43.1% of statements 22:07:45 [2023-10-18T22:07:45.183Z] github.com/docker/docker/pkg/sysinfo coverage: 53.4% of statements 22:07:45 [2023-10-18T22:07:45.183Z] ok github.com/docker/docker/pkg/useragent 0.006s coverage: 88.9% of statements 22:07:45 [2023-10-18T22:07:45.183Z] ok github.com/docker/docker/pkg/sysinfo 0.008s coverage: 53.4% of statements 22:07:45 [2023-10-18T22:07:45.183Z] github.com/docker/docker/pkg/tarsum coverage: 89.1% of statements 22:07:45 [2023-10-18T22:07:45.183Z] github.com/docker/docker/pkg/tailfile coverage: 88.6% of statements 22:07:45 [2023-10-18T22:07:45.183Z] ok github.com/docker/docker/pkg/tailfile 0.056s coverage: 88.6% of statements 22:07:45 [2023-10-18T22:07:45.183Z] ok github.com/docker/docker/pkg/tarsum 0.059s coverage: 89.1% of statements 22:07:45 [2023-10-18T22:07:45.754Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] 22:07:45 [2023-10-18T22:07:45.754Z] ? github.com/docker/docker/profiles/apparmor [no test files] 22:07:46 [2023-10-18T22:07:46.014Z] github.com/docker/docker/plugin/v2 coverage: 14.4% of statements 22:07:46 [2023-10-18T22:07:46.014Z] ok github.com/docker/docker/plugin/v2 0.009s coverage: 14.4% of statements 22:07:46 [2023-10-18T22:07:46.014Z] github.com/docker/docker/profiles/seccomp coverage: 86.0% of statements 22:07:46 [2023-10-18T22:07:46.014Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements 22:07:46 [2023-10-18T22:07:46.275Z] github.com/docker/docker/reference coverage: 83.0% of statements 22:07:46 [2023-10-18T22:07:46.275Z] ok github.com/docker/docker/reference 0.008s coverage: 83.0% of statements 22:07:46 [2023-10-18T22:07:46.535Z] github.com/docker/docker/plugin coverage: 23.3% of statements 22:07:46 [2023-10-18T22:07:46.535Z] ok github.com/docker/docker/plugin 0.530s coverage: 23.3% of statements 22:07:46 [2023-10-18T22:07:46.535Z] github.com/docker/docker/quota coverage: 69.2% of statements 22:07:46 [2023-10-18T22:07:46.535Z] ok github.com/docker/docker/quota 0.308s coverage: 69.2% of statements 22:07:46 [2023-10-18T22:07:46.796Z] github.com/docker/docker/restartmanager coverage: 51.9% of statements 22:07:46 [2023-10-18T22:07:46.796Z] ok github.com/docker/docker/restartmanager 0.003s coverage: 51.9% of statements 22:07:46 [2023-10-18T22:07:46.796Z] github.com/docker/docker/registry/resumable coverage: 100.0% of statements 22:07:46 [2023-10-18T22:07:46.796Z] ok github.com/docker/docker/registry/resumable 0.019s coverage: 100.0% of statements 22:07:46 [2023-10-18T22:07:46.796Z] ? github.com/docker/docker/runconfig/opts [no test files] 22:07:46 [2023-10-18T22:07:46.796Z] github.com/docker/docker/testutil coverage: 62.5% of statements 22:07:46 [2023-10-18T22:07:46.796Z] ok github.com/docker/docker/testutil 0.004s coverage: 62.5% of statements 22:07:46 [2023-10-18T22:07:46.796Z] github.com/docker/docker/runconfig coverage: 63.6% of statements 22:07:46 [2023-10-18T22:07:46.796Z] ok github.com/docker/docker/runconfig 0.009s coverage: 63.6% of statements 22:07:46 [2023-10-18T22:07:46.796Z] github.com/docker/docker/registry coverage: 64.6% of statements 22:07:46 [2023-10-18T22:07:46.796Z] ok github.com/docker/docker/registry 0.129s coverage: 64.6% of statements 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/testutil/daemon [no test files] 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/testutil/environment [no test files] 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/testutil/fakecontext [no test files] 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/testutil/fakegit [no test files] 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/testutil/fakestorage [no test files] 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/testutil/registry [no test files] 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/testutil/request [no test files] 22:07:47 [2023-10-18T22:07:47.366Z] ? github.com/docker/docker/volume [no test files] 22:07:47 [2023-10-18T22:07:47.937Z] github.com/docker/docker/volume/drivers coverage: 36.1% of statements 22:07:47 [2023-10-18T22:07:47.937Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements 22:07:48 [2023-10-18T22:07:48.197Z] github.com/docker/docker/volume/mounts coverage: 65.7% of statements 22:07:48 [2023-10-18T22:07:48.197Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 65.7% of statements 22:07:48 [2023-10-18T22:07:48.197Z] github.com/docker/docker/volume/local coverage: 74.6% of statements 22:07:48 [2023-10-18T22:07:48.197Z] ok github.com/docker/docker/volume/local 0.121s coverage: 74.6% of statements 22:07:48 [2023-10-18T22:07:48.457Z] ? github.com/docker/docker/volume/service/opts [no test files] 22:07:48 [2023-10-18T22:07:48.457Z] ? github.com/docker/docker/volume/testutils [no test files] 22:07:48 [2023-10-18T22:07:48.457Z] github.com/docker/docker/volume/service coverage: 71.8% of statements 22:07:48 [2023-10-18T22:07:48.457Z] ok github.com/docker/docker/volume/service 0.012s coverage: 71.8% of statements 22:07:49 [2023-10-18T22:07:49.027Z] github.com/docker/docker/layer coverage: 68.7% of statements 22:07:49 [2023-10-18T22:07:49.027Z] ok github.com/docker/docker/layer 7.551s coverage: 68.7% of statements 22:08:21 [2023-10-18T22:08:21.123Z] github.com/docker/docker/pkg/plugins coverage: 74.3% of statements 22:08:21 [2023-10-18T22:08:21.123Z] ok github.com/docker/docker/pkg/plugins 33.643s coverage: 74.3% of statements 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === Skipped 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] network_proxy_test.go:208: No support for dual stack yet 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:44: Driver btrfs not supported 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:44: Driver btrfs not supported 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:44: Driver btrfs not supported 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:44: Driver btrfs not supported 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:44: Driver btrfs not supported 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:71: No driver to put! 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] time="2023-10-18T22:07:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:42: graphdriver: driver not supported 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] time="2023-10-18T22:07:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:42: graphdriver: driver not supported 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) 22:08:21 [2023-10-18T22:08:21.123Z] time="2023-10-18T22:07:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:42: graphdriver: driver not supported 22:08:21 [2023-10-18T22:08:21.123Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported 22:08:21 [2023-10-18T22:08:21.123Z] 22:08:21 [2023-10-18T22:08:21.123Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] time="2023-10-18T22:07:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:42: graphdriver: driver not supported 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] time="2023-10-18T22:07:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:42: graphdriver: driver not supported 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:71: No driver to put! 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] overlay_test.go:62: Cannot run test with naive change algorithm 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:44: Driver zfs not supported 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:44: Driver zfs not supported 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:44: Driver zfs not supported 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:44: Driver zfs not supported 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:44: Driver zfs not supported 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] graphtest_unix.go:71: No driver to put! 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) 22:08:21 [2023-10-18T22:08:21.124Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled 22:08:21 [2023-10-18T22:08:21.124Z] 22:08:21 [2023-10-18T22:08:21.124Z] DONE 3017 tests, 26 skipped in 93.608s 22:08:21 [2023-10-18T22:08:21.124Z] + '[' -n 'github.com/docker/docker/libnetwork 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/bitmap 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/bitseq 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/cluster 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/cmd/diagnostic 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/cmd/networkdb-test 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/cmd/readme_test 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/config 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/datastore 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/diagnostic 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/discoverapi 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/driverapi 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/bridge 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/host 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/ipvlan 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/macvlan 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/null 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/overlay 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/remote 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/remote/api 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/windows 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drivers/windows/overlay 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/drvregistry 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/etchosts 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/idm 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/internal/caller 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/internal/setmatrix 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/ipam 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/ipamapi 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/ipams/builtin 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/ipams/null 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/ipams/remote 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/ipams/remote/api 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/ipams/windowsipam 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/ipamutils 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/ipbits 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/iptables 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/netlabel 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/netutils 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/networkdb 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/ns 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/options 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/osl 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/osl/kernel 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/portallocator 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/portmapper 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/resolvconf 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/testutils 22:08:21 [2023-10-18T22:08:21.124Z] github.com/docker/docker/libnetwork/types' ']' 22:08:21 [2023-10-18T22:08:21.124Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove 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/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/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/testutils github.com/docker/docker/libnetwork/types 22:09:07 [2023-10-18T22:09:07.826Z] github.com/docker/docker/libnetwork coverage: 42.5% of statements 22:09:07 [2023-10-18T22:09:07.826Z] ok github.com/docker/docker/libnetwork 44.973s coverage: 42.5% of statements 22:09:07 [2023-10-18T22:09:07.826Z] github.com/docker/docker/libnetwork/bitmap coverage: 96.1% of statements 22:09:07 [2023-10-18T22:09:07.826Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements 22:09:08 [2023-10-18T22:09:08.397Z] github.com/docker/docker/libnetwork/bitseq coverage: 75.7% of statements 22:09:08 [2023-10-18T22:09:08.397Z] ok github.com/docker/docker/libnetwork/bitseq 0.114s coverage: 75.7% of statements 22:09:08 [2023-10-18T22:09:08.397Z] ? github.com/docker/docker/libnetwork/cluster [no test files] 22:09:08 [2023-10-18T22:09:08.657Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] 22:09:08 [2023-10-18T22:09:08.918Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] 22:09:08 [2023-10-18T22:09:08.918Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] 22:09:08 [2023-10-18T22:09:08.918Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] 22:09:08 [2023-10-18T22:09:08.918Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] 22:09:09 [2023-10-18T22:09:09.178Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] 22:09:09 [2023-10-18T22:09:09.438Z] github.com/docker/docker/libnetwork/config coverage: 10.6% of statements 22:09:09 [2023-10-18T22:09:09.438Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 10.6% of statements 22:09:10 [2023-10-18T22:09:10.008Z] github.com/docker/docker/libnetwork/datastore coverage: 20.5% of statements 22:09:10 [2023-10-18T22:09:10.008Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 20.5% of statements 22:09:10 [2023-10-18T22:09:10.008Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] 22:09:10 [2023-10-18T22:09:10.008Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] 22:09:10 [2023-10-18T22:09:10.268Z] github.com/docker/docker/libnetwork/driverapi coverage: 68.9% of statements 22:09:10 [2023-10-18T22:09:10.268Z] ok github.com/docker/docker/libnetwork/driverapi 0.004s coverage: 68.9% of statements 22:09:13 [2023-10-18T22:09:13.565Z] github.com/docker/docker/libnetwork/drivers/bridge coverage: 62.0% of statements 22:09:13 [2023-10-18T22:09:13.565Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.994s coverage: 62.0% of statements 22:09:13 [2023-10-18T22:09:13.565Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] 22:09:13 [2023-10-18T22:09:13.565Z] github.com/docker/docker/libnetwork/drivers/host coverage: 33.3% of statements 22:09:13 [2023-10-18T22:09:13.565Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 33.3% of statements 22:09:14 [2023-10-18T22:09:14.946Z] github.com/docker/docker/libnetwork/drivers/ipvlan coverage: 5.2% of statements 22:09:14 [2023-10-18T22:09:14.946Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.658s coverage: 5.2% of statements 22:09:14 [2023-10-18T22:09:14.946Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] 22:09:15 [2023-10-18T22:09:15.206Z] github.com/docker/docker/libnetwork/drivers/macvlan coverage: 4.8% of statements 22:09:15 [2023-10-18T22:09:15.206Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.005s coverage: 4.8% of statements 22:09:15 [2023-10-18T22:09:15.466Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] 22:09:15 [2023-10-18T22:09:15.726Z] github.com/docker/docker/libnetwork/drivers/null coverage: 34.8% of statements 22:09:15 [2023-10-18T22:09:15.726Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements 22:09:16 [2023-10-18T22:09:16.667Z] github.com/docker/docker/libnetwork/drivers/overlay coverage: 1.5% of statements 22:09:16 [2023-10-18T22:09:16.667Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.010s coverage: 1.5% of statements 22:09:16 [2023-10-18T22:09:16.667Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] 22:09:17 [2023-10-18T22:09:17.238Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager coverage: 62.9% of statements 22:09:17 [2023-10-18T22:09:17.238Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.005s coverage: 62.9% of statements 22:09:17 [2023-10-18T22:09:17.499Z] github.com/docker/docker/libnetwork/drivers/remote coverage: 57.1% of statements 22:09:17 [2023-10-18T22:09:17.499Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.012s coverage: 57.1% of statements 22:09:17 [2023-10-18T22:09:17.499Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] 22:09:17 [2023-10-18T22:09:17.759Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] 22:09:17 [2023-10-18T22:09:17.759Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] 22:09:18 [2023-10-18T22:09:18.329Z] github.com/docker/docker/libnetwork/drvregistry coverage: 86.2% of statements 22:09:18 [2023-10-18T22:09:18.329Z] ok github.com/docker/docker/libnetwork/drvregistry 0.039s coverage: 86.2% of statements 22:09:18 [2023-10-18T22:09:18.589Z] github.com/docker/docker/libnetwork/etchosts coverage: 81.0% of statements 22:09:18 [2023-10-18T22:09:18.589Z] ok github.com/docker/docker/libnetwork/etchosts 0.017s coverage: 81.0% of statements 22:09:18 [2023-10-18T22:09:18.589Z] github.com/docker/docker/libnetwork/idm coverage: 87.5% of statements 22:09:18 [2023-10-18T22:09:18.589Z] ok github.com/docker/docker/libnetwork/idm 0.003s coverage: 87.5% of statements 22:09:18 [2023-10-18T22:09:18.849Z] github.com/docker/docker/libnetwork/internal/caller coverage: 100.0% of statements 22:09:18 [2023-10-18T22:09:18.849Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements 22:09:31 [2023-10-18T22:09:31.072Z] github.com/docker/docker/libnetwork/internal/setmatrix coverage: 100.0% of statements 22:09:31 [2023-10-18T22:09:31.072Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements 22:09:32 [2023-10-18T22:09:32.013Z] github.com/docker/docker/libnetwork/ipam coverage: 80.2% of statements 22:09:32 [2023-10-18T22:09:32.013Z] ok github.com/docker/docker/libnetwork/ipam 2.388s coverage: 80.2% of statements 22:09:32 [2023-10-18T22:09:32.013Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] 22:09:32 [2023-10-18T22:09:32.013Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] 22:09:32 [2023-10-18T22:09:32.273Z] github.com/docker/docker/libnetwork/ipams/null coverage: 54.5% of statements 22:09:32 [2023-10-18T22:09:32.273Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 54.5% of statements 22:09:32 [2023-10-18T22:09:32.843Z] github.com/docker/docker/libnetwork/ipams/remote coverage: 46.8% of statements 22:09:32 [2023-10-18T22:09:32.843Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.009s coverage: 46.8% of statements 22:09:32 [2023-10-18T22:09:32.843Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] 22:09:33 [2023-10-18T22:09:33.103Z] github.com/docker/docker/libnetwork/ipams/windowsipam coverage: 80.0% of statements 22:09:33 [2023-10-18T22:09:33.103Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 80.0% of statements 22:09:33 [2023-10-18T22:09:33.673Z] github.com/docker/docker/libnetwork/ipamutils coverage: 86.4% of statements 22:09:33 [2023-10-18T22:09:33.673Z] ok github.com/docker/docker/libnetwork/ipamutils 0.289s coverage: 86.4% of statements 22:09:33 [2023-10-18T22:09:33.933Z] github.com/docker/docker/libnetwork/ipbits coverage: 100.0% of statements 22:09:33 [2023-10-18T22:09:33.933Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements 22:09:34 [2023-10-18T22:09:34.503Z] github.com/docker/docker/libnetwork/iptables coverage: 40.7% of statements 22:09:34 [2023-10-18T22:09:34.503Z] ok github.com/docker/docker/libnetwork/iptables 0.225s coverage: 40.7% of statements 22:09:34 [2023-10-18T22:09:34.503Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] 22:09:34 [2023-10-18T22:09:34.764Z] github.com/docker/docker/libnetwork/netutils coverage: 54.9% of statements 22:09:34 [2023-10-18T22:09:34.764Z] ok github.com/docker/docker/libnetwork/netutils 0.015s coverage: 54.9% of statements 22:11:26 [2023-10-18T22:11:26.253Z] github.com/docker/docker/libnetwork/networkdb coverage: 60.7% of statements 22:11:26 [2023-10-18T22:11:26.253Z] ok github.com/docker/docker/libnetwork/networkdb 103.866s coverage: 60.7% of statements 22:11:26 [2023-10-18T22:11:26.253Z] ? github.com/docker/docker/libnetwork/ns [no test files] 22:11:26 [2023-10-18T22:11:26.253Z] github.com/docker/docker/libnetwork/options coverage: 100.0% of statements 22:11:26 [2023-10-18T22:11:26.253Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements 22:11:26 [2023-10-18T22:11:26.253Z] github.com/docker/docker/libnetwork/osl coverage: 41.5% of statements 22:11:26 [2023-10-18T22:11:26.253Z] ok github.com/docker/docker/libnetwork/osl 4.482s coverage: 41.5% of statements 22:11:26 [2023-10-18T22:11:26.253Z] github.com/docker/docker/libnetwork/osl/kernel coverage: 20.0% of statements 22:11:26 [2023-10-18T22:11:26.253Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements 22:11:26 [2023-10-18T22:11:26.253Z] github.com/docker/docker/libnetwork/portallocator coverage: 80.7% of statements 22:11:26 [2023-10-18T22:11:26.253Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements 22:11:26 [2023-10-18T22:11:26.823Z] github.com/docker/docker/libnetwork/portmapper coverage: 46.3% of statements 22:11:26 [2023-10-18T22:11:26.823Z] ok github.com/docker/docker/libnetwork/portmapper 0.676s coverage: 46.3% of statements 22:11:27 [2023-10-18T22:11:27.083Z] github.com/docker/docker/libnetwork/resolvconf coverage: 84.9% of statements 22:11:27 [2023-10-18T22:11:27.083Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 84.9% of statements 22:11:27 [2023-10-18T22:11:27.083Z] ? github.com/docker/docker/libnetwork/testutils [no test files] 22:11:27 [2023-10-18T22:11:27.344Z] github.com/docker/docker/libnetwork/types coverage: 37.3% of statements 22:11:27 [2023-10-18T22:11:27.344Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements 22:11:27 [2023-10-18T22:11:27.344Z] 22:11:27 [2023-10-18T22:11:27.344Z] === Skipped 22:11:27 [2023-10-18T22:11:27.344Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) 22:11:27 [2023-10-18T22:11:27.344Z] firewalld_test.go:14: firewalld is not running 22:11:27 [2023-10-18T22:11:27.344Z] 22:11:27 [2023-10-18T22:11:27.344Z] DONE 355 tests, 1 skipped in 189.151s Post stage [Pipeline] junit 22:11:27 [2023-10-18T22:11:27.928Z] Recording test results 22:11:29 [2023-10-18T22:11:29.232Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:29 [2023-10-18T22:11:29.541Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_backport_46667_24.0/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=535b70e90c59d249cfa5bb62cfdd140153a80d34 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:535b70e90c59d249cfa5bb62cfdd140153a80d34 hack/make.sh dynbinary test-integration 22:11:29 [2023-10-18T22:11:29.812Z] 22:11:29 [2023-10-18T22:11:29.812Z] Removing bundles/ 22:11:29 [2023-10-18T22:11:29.812Z] 22:11:29 [2023-10-18T22:11:29.812Z] ---> Making bundle: dynbinary (in bundles/dynbinary) 22:11:29 [2023-10-18T22:11:29.812Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... 22:11:29 [2023-10-18T22:11:29.812Z] + tee /go/src/github.com/docker/docker/go.mod 22:11:29 [2023-10-18T22:11:29.812Z] module github.com/docker/docker 22:11:29 [2023-10-18T22:11:29.812Z] 22:11:29 [2023-10-18T22:11:29.812Z] go 1.19 22:11:29 [2023-10-18T22:11:29.812Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT 22:11:29 [2023-10-18T22:11:29.812Z] + GO111MODULE=on 22:11:29 [2023-10-18T22:11:29.812Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=535b70e90c59d249cfa5bb62cfdd140153a80d34" -X "github.com/docker/docker/dockerversion.BuildTime=2023-10-18T22:11:29.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' github.com/docker/docker/cmd/dockerd 22:12:08 [2023-10-18T22:12:08.688Z] + rm -f /go/src/github.com/docker/docker/go.mod 22:12:08 [2023-10-18T22:12:08.688Z] Created binary: bundles/dynbinary-daemon/dockerd 22:12:08 [2023-10-18T22:12:08.689Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... 22:12:08 [2023-10-18T22:12:08.689Z] + tee /go/src/github.com/docker/docker/go.mod 22:12:08 [2023-10-18T22:12:08.689Z] module github.com/docker/docker 22:12:08 [2023-10-18T22:12:08.689Z] 22:12:08 [2023-10-18T22:12:08.689Z] go 1.19 22:12:08 [2023-10-18T22:12:08.689Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT 22:12:08 [2023-10-18T22:12:08.689Z] + GO111MODULE=on 22:12:08 [2023-10-18T22:12:08.689Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=535b70e90c59d249cfa5bb62cfdd140153a80d34" -X "github.com/docker/docker/dockerversion.BuildTime=2023-10-18T22:11:29.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' github.com/docker/docker/cmd/docker-proxy 22:12:08 [2023-10-18T22:12:08.689Z] + rm -f /go/src/github.com/docker/docker/go.mod 22:12:08 [2023-10-18T22:12:08.689Z] Created binary: bundles/dynbinary-daemon/docker-proxy 22:12:08 [2023-10-18T22:12:08.689Z] 22:12:08 [2023-10-18T22:12:08.689Z] ---> Making bundle: test-integration (in bundles/test-integration) 22:12:08 [2023-10-18T22:12:08.689Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack 22:12:08 [2023-10-18T22:12:08.689Z] HOSTNAME=058dcf2728a9 22:12:08 [2023-10-18T22:12:08.689Z] TESTDEBUG=0 22:12:08 [2023-10-18T22:12:08.689Z] DEST=bundles/test-integration 22:12:08 [2023-10-18T22:12:08.689Z] PWD=/go/src/github.com/docker/docker 22:12:08 [2023-10-18T22:12:08.689Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock 22:12:08 [2023-10-18T22:12:08.689Z] DOCKER_GITCOMMIT=535b70e90c59d249cfa5bb62cfdd140153a80d34 22:12:08 [2023-10-18T22:12:08.689Z] container=docker 22:12:08 [2023-10-18T22:12:08.689Z] HOME=/root 22:12:08 [2023-10-18T22:12:08.689Z] CONTAINERD_NAMESPACE=moby 22:12:08 [2023-10-18T22:12:08.689Z] GOLANG_VERSION=1.20.10 22:12:08 [2023-10-18T22:12:08.689Z] VALIDATE_REPO=https://github.com/moby/moby.git 22:12:08 [2023-10-18T22:12:08.689Z] VALIDATE_BRANCH= 22:12:08 [2023-10-18T22:12:08.689Z] TERM=xterm 22:12:08 [2023-10-18T22:12:08.689Z] DOCKER_PKG=github.com/docker/docker 22:12:08 [2023-10-18T22:12:08.689Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker 22:12:08 [2023-10-18T22:12:08.689Z] SHLVL=1 22:12:08 [2023-10-18T22:12:08.689Z] TIMEOUT=120m 22:12:08 [2023-10-18T22:12:08.689Z] DOCKER_GRAPHDRIVER=overlay2 22:12:08 [2023-10-18T22:12:08.689Z] GO111MODULE=off 22:12:08 [2023-10-18T22:12:08.689Z] DOCKER_EXPERIMENTAL=1 22:12:08 [2023-10-18T22:12:08.689Z] TEST_SKIP_INTEGRATION_CLI=1 22:12:08 [2023-10-18T22:12:08.689Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 22:12:08 [2023-10-18T22:12:08.689Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make 22:12:08 [2023-10-18T22:12:08.689Z] GOPATH=/go 22:12:08 [2023-10-18T22:12:08.689Z] PKG_CONFIG=pkg-config 22:12:08 [2023-10-18T22:12:08.689Z] _=/usr/bin/env 22:12:08 [2023-10-18T22:12:08.689Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main 22:12:23 [2023-10-18T22:12:23.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main 22:12:23 [2023-10-18T22:12:23.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main 22:12:24 [2023-10-18T22:12:24.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main 22:12:26 [2023-10-18T22:12:26.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main 22:12:30 [2023-10-18T22:12:30.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main 22:12:33 [2023-10-18T22:12:33.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main 22:12:33 [2023-10-18T22:12:33.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main 22:12:34 [2023-10-18T22:12:34.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main 22:12:36 [2023-10-18T22:12:36.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main 22:12:37 [2023-10-18T22:12:37.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main 22:12:37 [2023-10-18T22:12:37.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main 22:12:38 [2023-10-18T22:12:38.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main 22:12:40 [2023-10-18T22:12:40.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main 22:12:42 [2023-10-18T22:12:42.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main 22:12:43 [2023-10-18T22:12:43.528Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main 22:12:43 [2023-10-18T22:12:43.528Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main 22:12:44 [2023-10-18T22:12:44.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main 22:12:45 [2023-10-18T22:12:45.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main 22:12:47 [2023-10-18T22:12:47.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main 22:12:47 [2023-10-18T22:12:47.805Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main 22:12:49 [2023-10-18T22:12:49.187Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main 22:12:50 [2023-10-18T22:12:50.128Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) 22:12:50 [2023-10-18T22:12:50.128Z] Using test binary /usr/local/cli-integration/docker 22:12:50 [2023-10-18T22:12:50.388Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 22:12:50 [2023-10-18T22:12:50.388Z] +++ /etc/init.d/apparmor start 22:12:50 [2023-10-18T22:12:50.388Z] Not: starting. 22:12:50 [2023-10-18T22:12:50.388Z] INFO: Waiting for daemon to start... 22:12:50 [2023-10-18T22:12:50.388Z] Starting dockerd 22:12:50 [2023-10-18T22:12:50.388Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental 22:12:55 [2023-10-18T22:12:55.670Z] . 22:12:55 [2023-10-18T22:12:55.670Z] ---> Making bundle: .build-empty-images (in bundles/test-integration) 22:12:55 [2023-10-18T22:12:55.670Z] ++++ tar -cC bundles/test-integration/emptyfs . 22:12:55 [2023-10-18T22:12:55.670Z] ++++ docker load 22:12:55 [2023-10-18T22:12:55.670Z] Loaded image: emptyfs:latest 22:12:55 [2023-10-18T22:12:55.931Z] ++++ tar -cC bundles/test-integration/dangling . 22:12:55 [2023-10-18T22:12:55.931Z] ++++ docker load 22:12:55 [2023-10-18T22:12:55.931Z] Loaded image ID: sha256:0df1207206e5288f4a989a2f13d1f5b3c4e70467702c1d5d21dfc9f002b7bd43 22:12:55 [2023-10-18T22:12:55.931Z] Running integration-test (iteration 1) 22:12:55 [2023-10-18T22:12:55.931Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 22:12:55 [2023-10-18T22:12:55.931Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m 22:12:55 [2023-10-18T22:12:55.931Z] ++ set -e 22:12:55 [2023-10-18T22:12:55.931Z] ++ '[' -n 0 ']' 22:12:55 [2023-10-18T22:12:55.931Z] ++ set -x 22:12:55 [2023-10-18T22:12:55.931Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m 22:12:55 [2023-10-18T22:12:55.931Z] Loaded image: busybox:latest 22:12:55 [2023-10-18T22:12:55.931Z] Loaded image: busybox:glibc 22:12:57 [2023-10-18T22:12:57.313Z] Loaded image: debian:bullseye-slim 22:12:57 [2023-10-18T22:12:57.313Z] Loaded image: hello-world:latest 22:12:57 [2023-10-18T22:12:57.313Z] Loaded image: arm32v7/hello-world:latest 22:12:57 [2023-10-18T22:12:57.313Z] INFO: Testing against a local daemon 22:12:57 [2023-10-18T22:12:57.313Z] === RUN TestCgroupNamespacesBuild 22:12:58 [2023-10-18T22:12:58.253Z] --- PASS: TestCgroupNamespacesBuild (1.12s) 22:12:58 [2023-10-18T22:12:58.253Z] === RUN TestCgroupNamespacesBuildDaemonHostMode 22:12:59 [2023-10-18T22:12:59.635Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s) 22:12:59 [2023-10-18T22:12:59.635Z] === RUN TestBuildWithSession 22:12:59 [2023-10-18T22:12:59.635Z] build_session_test.go:25: TODO: BuildKit 22:12:59 [2023-10-18T22:12:59.635Z] --- SKIP: TestBuildWithSession (0.00s) 22:12:59 [2023-10-18T22:12:59.635Z] === RUN TestBuildSquashParent 22:13:03 [2023-10-18T22:13:03.836Z] --- PASS: TestBuildSquashParent (3.68s) 22:13:03 [2023-10-18T22:13:03.836Z] === RUN TestBuildWithRemoveAndForceRemove 22:13:03 [2023-10-18T22:13:03.836Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 22:13:03 [2023-10-18T22:13:03.836Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 22:13:03 [2023-10-18T22:13:03.836Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove 22:13:03 [2023-10-18T22:13:03.836Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove 22:13:03 [2023-10-18T22:13:03.836Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 22:13:03 [2023-10-18T22:13:03.836Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 22:13:03 [2023-10-18T22:13:03.836Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 22:13:03 [2023-10-18T22:13:03.836Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 22:13:03 [2023-10-18T22:13:03.836Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove 22:13:03 [2023-10-18T22:13:03.836Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove 22:13:03 [2023-10-18T22:13:03.836Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 22:13:03 [2023-10-18T22:13:03.836Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 22:13:03 [2023-10-18T22:13:03.836Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 22:13:03 [2023-10-18T22:13:03.836Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 22:13:03 [2023-10-18T22:13:03.836Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 22:13:03 [2023-10-18T22:13:03.836Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 22:13:03 [2023-10-18T22:13:03.836Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove 22:13:03 [2023-10-18T22:13:03.836Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove 22:13:07 [2023-10-18T22:13:07.133Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) 22:13:07 [2023-10-18T22:13:07.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.68s) 22:13:07 [2023-10-18T22:13:07.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.75s) 22:13:07 [2023-10-18T22:13:07.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.06s) 22:13:07 [2023-10-18T22:13:07.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.11s) 22:13:07 [2023-10-18T22:13:07.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.38s) 22:13:07 [2023-10-18T22:13:07.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.41s) 22:13:07 [2023-10-18T22:13:07.133Z] === RUN TestBuildMultiStageCopy 22:13:07 [2023-10-18T22:13:07.133Z] === RUN TestBuildMultiStageCopy/copy_to_root 22:13:07 [2023-10-18T22:13:07.393Z] === RUN TestBuildMultiStageCopy/copy_to_newdir 22:13:07 [2023-10-18T22:13:07.654Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested 22:13:07 [2023-10-18T22:13:07.654Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir 22:13:07 [2023-10-18T22:13:07.654Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir 22:13:07 [2023-10-18T22:13:07.654Z] --- PASS: TestBuildMultiStageCopy (1.21s) 22:13:07 [2023-10-18T22:13:07.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.98s) 22:13:07 [2023-10-18T22:13:07.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s) 22:13:07 [2023-10-18T22:13:07.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.05s) 22:13:07 [2023-10-18T22:13:07.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.06s) 22:13:07 [2023-10-18T22:13:07.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.07s) 22:13:07 [2023-10-18T22:13:07.654Z] === RUN TestBuildMultiStageParentConfig 22:13:07 [2023-10-18T22:13:07.914Z] --- PASS: TestBuildMultiStageParentConfig (0.26s) 22:13:07 [2023-10-18T22:13:07.914Z] === RUN TestBuildLabelWithTargets 22:13:08 [2023-10-18T22:13:08.484Z] --- PASS: TestBuildLabelWithTargets (0.40s) 22:13:08 [2023-10-18T22:13:08.484Z] === RUN TestBuildWithEmptyLayers 22:13:08 [2023-10-18T22:13:08.484Z] --- PASS: TestBuildWithEmptyLayers (0.07s) 22:13:08 [2023-10-18T22:13:08.484Z] === RUN TestBuildMultiStageOnBuild 22:13:09 [2023-10-18T22:13:09.868Z] --- PASS: TestBuildMultiStageOnBuild (1.09s) 22:13:09 [2023-10-18T22:13:09.868Z] === RUN TestBuildUncleanTarFilenames 22:13:09 [2023-10-18T22:13:09.868Z] --- PASS: TestBuildUncleanTarFilenames (0.14s) 22:13:09 [2023-10-18T22:13:09.868Z] === RUN TestBuildMultiStageLayerLeak 22:13:10 [2023-10-18T22:13:10.808Z] --- PASS: TestBuildMultiStageLayerLeak (0.97s) 22:13:10 [2023-10-18T22:13:10.808Z] === RUN TestBuildWithHugeFile 22:13:57 [2023-10-18T22:13:57.513Z] --- PASS: TestBuildWithHugeFile (43.76s) 22:13:57 [2023-10-18T22:13:57.513Z] === RUN TestBuildWCOWSandboxSize 22:13:57 [2023-10-18T22:13:57.513Z] build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 22:13:57 [2023-10-18T22:13:57.513Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) 22:13:57 [2023-10-18T22:13:57.513Z] === RUN TestBuildWithEmptyDockerfile 22:13:57 [2023-10-18T22:13:57.513Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile 22:13:57 [2023-10-18T22:13:57.513Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile 22:13:57 [2023-10-18T22:13:57.513Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile 22:13:57 [2023-10-18T22:13:57.513Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile 22:13:57 [2023-10-18T22:13:57.513Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile 22:13:57 [2023-10-18T22:13:57.513Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile 22:13:57 [2023-10-18T22:13:57.513Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile 22:13:57 [2023-10-18T22:13:57.513Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile 22:13:57 [2023-10-18T22:13:57.513Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile 22:13:57 [2023-10-18T22:13:57.513Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) 22:13:57 [2023-10-18T22:13:57.513Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) 22:13:57 [2023-10-18T22:13:57.513Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) 22:13:57 [2023-10-18T22:13:57.513Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) 22:13:57 [2023-10-18T22:13:57.514Z] === RUN TestBuildPreserveOwnership 22:13:57 [2023-10-18T22:13:57.514Z] === RUN TestBuildPreserveOwnership/copy_from 22:13:57 [2023-10-18T22:13:57.514Z] === RUN TestBuildPreserveOwnership/copy_from_chowned 22:13:57 [2023-10-18T22:13:57.514Z] --- PASS: TestBuildPreserveOwnership (2.00s) 22:13:57 [2023-10-18T22:13:57.514Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.44s) 22:13:57 [2023-10-18T22:13:57.514Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.55s) 22:13:57 [2023-10-18T22:13:57.514Z] === RUN TestBuildPlatformInvalid 22:13:57 [2023-10-18T22:13:57.514Z] --- PASS: TestBuildPlatformInvalid (0.02s) 22:13:57 [2023-10-18T22:13:57.514Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 22:13:57 [2023-10-18T22:13:57.514Z] Loaded image: busybox:latest 22:13:57 [2023-10-18T22:13:57.514Z] Loaded image: busybox:glibc 22:13:58 [2023-10-18T22:13:58.084Z] Loaded image: debian:bullseye-slim 22:13:58 [2023-10-18T22:13:58.084Z] Loaded image: hello-world:latest 22:13:58 [2023-10-18T22:13:58.084Z] Loaded image: arm32v7/hello-world:latest 22:14:08 [2023-10-18T22:14:08.076Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.09s) 22:14:08 [2023-10-18T22:14:08.076Z] PASS 22:14:08 [2023-10-18T22:14:08.076Z] 22:14:08 [2023-10-18T22:14:08.076Z] === Skipped 22:14:08 [2023-10-18T22:14:08.076Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) 22:14:08 [2023-10-18T22:14:08.076Z] build_session_test.go:25: TODO: BuildKit 22:14:08 [2023-10-18T22:14:08.076Z] 22:14:08 [2023-10-18T22:14:08.076Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) 22:14:08 [2023-10-18T22:14:08.076Z] build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 22:14:08 [2023-10-18T22:14:08.076Z] 22:14:08 [2023-10-18T22:14:08.076Z] DONE 34 tests, 2 skipped in 70.739s 22:14:08 [2023-10-18T22:14:08.076Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m 22:14:08 [2023-10-18T22:14:08.076Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m 22:14:08 [2023-10-18T22:14:08.076Z] ++ set -e 22:14:08 [2023-10-18T22:14:08.076Z] ++ '[' -n 0 ']' 22:14:08 [2023-10-18T22:14:08.076Z] ++ set -x 22:14:08 [2023-10-18T22:14:08.076Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m 22:14:08 [2023-10-18T22:14:08.076Z] INFO: Testing against a local daemon 22:14:08 [2023-10-18T22:14:08.076Z] === RUN TestNoNewPrivileges 22:14:12 [2023-10-18T22:14:12.276Z] === RUN TestNoNewPrivileges/CapabilityRequested=true 22:14:12 [2023-10-18T22:14:12.276Z] === RUN TestNoNewPrivileges/CapabilityRequested=false 22:14:12 [2023-10-18T22:14:12.536Z] --- PASS: TestNoNewPrivileges (5.90s) 22:14:12 [2023-10-18T22:14:12.536Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.42s) 22:14:12 [2023-10-18T22:14:12.536Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.47s) 22:14:12 [2023-10-18T22:14:12.536Z] PASS 22:14:12 [2023-10-18T22:14:12.536Z] 22:14:12 [2023-10-18T22:14:12.536Z] DONE 3 tests in 5.923s 22:14:12 [2023-10-18T22:14:12.536Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 22:14:12 [2023-10-18T22:14:12.536Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m 22:14:12 [2023-10-18T22:14:12.536Z] ++ set -e 22:14:12 [2023-10-18T22:14:12.536Z] ++ '[' -n 0 ']' 22:14:12 [2023-10-18T22:14:12.536Z] ++ set -x 22:14:12 [2023-10-18T22:14:12.536Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m 22:14:12 [2023-10-18T22:14:12.536Z] INFO: Testing against a local daemon 22:14:12 [2023-10-18T22:14:12.536Z] === RUN TestConfigInspect 22:14:15 [2023-10-18T22:14:15.078Z] --- PASS: TestConfigInspect (2.05s) 22:14:15 [2023-10-18T22:14:15.078Z] === RUN TestConfigList 22:14:16 [2023-10-18T22:14:16.461Z] --- PASS: TestConfigList (1.94s) 22:14:16 [2023-10-18T22:14:16.461Z] === RUN TestConfigsCreateAndDelete 22:14:18 [2023-10-18T22:14:18.371Z] --- PASS: TestConfigsCreateAndDelete (1.94s) 22:14:18 [2023-10-18T22:14:18.371Z] === RUN TestConfigsUpdate 22:14:20 [2023-10-18T22:14:20.281Z] --- PASS: TestConfigsUpdate (1.91s) 22:14:20 [2023-10-18T22:14:20.281Z] === RUN TestTemplatedConfig 22:14:23 [2023-10-18T22:14:23.577Z] --- PASS: TestTemplatedConfig (2.74s) 22:14:23 [2023-10-18T22:14:23.577Z] === RUN TestConfigCreateResolve 22:14:24 [2023-10-18T22:14:24.959Z] --- PASS: TestConfigCreateResolve (1.92s) 22:14:24 [2023-10-18T22:14:24.959Z] PASS 22:14:24 [2023-10-18T22:14:24.959Z] 22:14:24 [2023-10-18T22:14:24.959Z] DONE 6 tests in 12.536s 22:14:24 [2023-10-18T22:14:24.959Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 22:14:24 [2023-10-18T22:14:24.959Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m 22:14:24 [2023-10-18T22:14:24.959Z] ++ set -e 22:14:24 [2023-10-18T22:14:24.959Z] ++ '[' -n 0 ']' 22:14:24 [2023-10-18T22:14:24.959Z] ++ set -x 22:14:24 [2023-10-18T22:14:24.959Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m 22:14:25 [2023-10-18T22:14:25.220Z] INFO: Testing against a local daemon 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestAttachWithTTY 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestAttachWithTTY (0.04s) 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestAttachWithoutTTy 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestAttachWithoutTTy (0.03s) 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestCheckpoint 22:14:25 [2023-10-18T22:14:25.220Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 22:14:25 [2023-10-18T22:14:25.220Z] --- SKIP: TestCheckpoint (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/commit 22:14:25 [2023-10-18T22:14:25.220Z] === PAUSE TestContainerInvalidJSON/commit 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/create 22:14:25 [2023-10-18T22:14:25.220Z] === PAUSE TestContainerInvalidJSON/containers/create 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/foobar/exec 22:14:25 [2023-10-18T22:14:25.220Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/foobar/update 22:14:25 [2023-10-18T22:14:25.220Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/exec/foobar/start 22:14:25 [2023-10-18T22:14:25.220Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy 22:14:25 [2023-10-18T22:14:25.220Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start 22:14:25 [2023-10-18T22:14:25.220Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start 22:14:25 [2023-10-18T22:14:25.220Z] === CONT TestContainerInvalidJSON/commit 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type 22:14:25 [2023-10-18T22:14:25.220Z] === CONT TestContainerInvalidJSON/exec/foobar/start 22:14:25 [2023-10-18T22:14:25.220Z] === CONT TestContainerInvalidJSON/containers/foobar/exec 22:14:25 [2023-10-18T22:14:25.220Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type 22:14:25 [2023-10-18T22:14:25.220Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type 22:14:25 [2023-10-18T22:14:25.220Z] === CONT TestContainerInvalidJSON/containers/create 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type 22:14:25 [2023-10-18T22:14:25.220Z] === CONT TestContainerInvalidJSON/containers/foobar/update 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/commit/empty_body 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/create/empty_body 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON (0.01s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestCopyFromContainerPathDoesNotExist 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestCopyFromContainerPathIsNotDir 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.03s) 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestCopyToContainerPathDoesNotExist 22:14:25 [2023-10-18T22:14:25.220Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) 22:14:25 [2023-10-18T22:14:25.220Z] === RUN TestCopyEmptyFile 22:14:25 [2023-10-18T22:14:25.481Z] --- PASS: TestCopyEmptyFile (0.05s) 22:14:25 [2023-10-18T22:14:25.481Z] === RUN TestCopyToContainerPathIsNotDir 22:14:25 [2023-10-18T22:14:25.481Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) 22:14:25 [2023-10-18T22:14:25.481Z] === RUN TestCopyFromContainer 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer// 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/. 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer//. 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/./ 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer//./ 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer//bar/root 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer//bar/root/ 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer//bar/root/. 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/bar/quux 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/bar/quux/ 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/bar/quux/. 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/bar/quux/baz 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/bar/filesymlink 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/bar/dirsymlink 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/bar/dirsymlink/ 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/bar/dirsymlink/. 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCopyFromContainer/bar/notarget 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer (0.68s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer// (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/. (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer//. (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/./ (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer//./ (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer//bar/root/. (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.00s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCopyFromContainer/bar/notarget (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 22:14:26 [2023-10-18T22:14:26.051Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 22:14:26 [2023-10-18T22:14:26.051Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest 22:14:26 [2023-10-18T22:14:26.051Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest 22:14:26 [2023-10-18T22:14:26.051Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 22:14:26 [2023-10-18T22:14:26.051Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest 22:14:26 [2023-10-18T22:14:26.051Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateLinkToNonExistingContainer 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateWithInvalidEnv 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateWithInvalidEnv/0 22:14:26 [2023-10-18T22:14:26.051Z] === PAUSE TestCreateWithInvalidEnv/0 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateWithInvalidEnv/1 22:14:26 [2023-10-18T22:14:26.051Z] === PAUSE TestCreateWithInvalidEnv/1 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateWithInvalidEnv/2 22:14:26 [2023-10-18T22:14:26.051Z] === PAUSE TestCreateWithInvalidEnv/2 22:14:26 [2023-10-18T22:14:26.051Z] === CONT TestCreateWithInvalidEnv/0 22:14:26 [2023-10-18T22:14:26.051Z] === CONT TestCreateWithInvalidEnv/2 22:14:26 [2023-10-18T22:14:26.051Z] === CONT TestCreateWithInvalidEnv/1 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCreateWithInvalidEnv (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateTmpfsMountsTarget 22:14:26 [2023-10-18T22:14:26.051Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) 22:14:26 [2023-10-18T22:14:26.051Z] === RUN TestCreateWithCustomMaskedPaths 22:14:27 [2023-10-18T22:14:27.962Z] --- PASS: TestCreateWithCustomMaskedPaths (1.45s) 22:14:27 [2023-10-18T22:14:27.962Z] === RUN TestCreateWithCustomReadonlyPaths 22:14:28 [2023-10-18T22:14:28.903Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.30s) 22:14:28 [2023-10-18T22:14:28.903Z] === RUN TestCreateWithInvalidHealthcheckParams 22:14:28 [2023-10-18T22:14:28.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 22:14:28 [2023-10-18T22:14:28.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 22:14:28 [2023-10-18T22:14:28.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 22:14:28 [2023-10-18T22:14:28.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 22:14:28 [2023-10-18T22:14:28.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 22:14:28 [2023-10-18T22:14:28.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 22:14:28 [2023-10-18T22:14:28.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 22:14:28 [2023-10-18T22:14:28.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 22:14:28 [2023-10-18T22:14:28.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 22:14:28 [2023-10-18T22:14:28.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 22:14:28 [2023-10-18T22:14:28.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 22:14:28 [2023-10-18T22:14:28.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 22:14:28 [2023-10-18T22:14:28.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 22:14:28 [2023-10-18T22:14:28.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 22:14:28 [2023-10-18T22:14:28.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 22:14:28 [2023-10-18T22:14:28.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) 22:14:28 [2023-10-18T22:14:28.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) 22:14:28 [2023-10-18T22:14:28.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) 22:14:28 [2023-10-18T22:14:28.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) 22:14:28 [2023-10-18T22:14:28.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) 22:14:28 [2023-10-18T22:14:28.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) 22:14:28 [2023-10-18T22:14:28.903Z] === RUN TestCreateTmpfsOverrideAnonymousVolume 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreateDifferentPlatform 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreateDifferentPlatform/different_os 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreateDifferentPlatform/different_cpu_arch 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateDifferentPlatform (0.01s) 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreateVolumesFromNonExistingContainer 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreatePlatformSpecificImageNoPlatform 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreateInvalidHostConfig 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestCreateInvalidHostConfig/invalid_Annotations 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations 22:14:29 [2023-10-18T22:14:29.473Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode 22:14:29 [2023-10-18T22:14:29.473Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode 22:14:29 [2023-10-18T22:14:29.473Z] === CONT TestCreateInvalidHostConfig/invalid_Annotations 22:14:29 [2023-10-18T22:14:29.473Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID 22:14:29 [2023-10-18T22:14:29.473Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateInvalidHostConfig (0.01s) 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s) 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) 22:14:29 [2023-10-18T22:14:29.473Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestContainerStartOnDaemonRestart 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestContainerStartOnDaemonRestart 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestDaemonRestartIpcMode 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestDaemonRestartIpcMode 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestDaemonHostGatewayIP 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestDaemonHostGatewayIP 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestRestartDaemonWithRestartingContainer 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestRestartDaemonWithRestartingContainer 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestHardRestartWhenContainerIsRunning 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestHardRestartWhenContainerIsRunning 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestContainerKillOnDaemonStart 22:14:29 [2023-10-18T22:14:29.473Z] === PAUSE TestContainerKillOnDaemonStart 22:14:29 [2023-10-18T22:14:29.473Z] === RUN TestDiff 22:14:30 [2023-10-18T22:14:30.043Z] --- PASS: TestDiff (0.49s) 22:14:30 [2023-10-18T22:14:30.043Z] === RUN TestExecConsoleSize 22:14:30 [2023-10-18T22:14:30.613Z] --- PASS: TestExecConsoleSize (0.55s) 22:14:30 [2023-10-18T22:14:30.613Z] === RUN TestExecWithCloseStdin 22:14:30 [2023-10-18T22:14:30.873Z] --- PASS: TestExecWithCloseStdin (0.53s) 22:14:30 [2023-10-18T22:14:30.873Z] === RUN TestExec 22:14:31 [2023-10-18T22:14:31.444Z] --- PASS: TestExec (0.54s) 22:14:31 [2023-10-18T22:14:31.444Z] === RUN TestExecUser 22:14:32 [2023-10-18T22:14:32.014Z] --- PASS: TestExecUser (0.55s) 22:14:32 [2023-10-18T22:14:32.014Z] === RUN TestExportContainerAndImportImage 22:14:32 [2023-10-18T22:14:32.584Z] --- PASS: TestExportContainerAndImportImage (0.50s) 22:14:32 [2023-10-18T22:14:32.584Z] === RUN TestExportContainerAfterDaemonRestart 22:14:39 [2023-10-18T22:14:39.161Z] --- PASS: TestExportContainerAfterDaemonRestart (6.13s) 22:14:39 [2023-10-18T22:14:39.161Z] === RUN TestHealthCheckWorkdir 22:14:39 [2023-10-18T22:14:39.421Z] --- PASS: TestHealthCheckWorkdir (0.66s) 22:14:39 [2023-10-18T22:14:39.421Z] === RUN TestHealthKillContainer 22:14:47 [2023-10-18T22:14:47.550Z] --- PASS: TestHealthKillContainer (7.94s) 22:14:47 [2023-10-18T22:14:47.550Z] === RUN TestHealthCheckProcessKilled 22:14:48 [2023-10-18T22:14:48.120Z] --- PASS: TestHealthCheckProcessKilled (0.76s) 22:14:48 [2023-10-18T22:14:48.120Z] === RUN TestInspectCpusetInConfigPre120 22:14:48 [2023-10-18T22:14:48.380Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s) 22:14:48 [2023-10-18T22:14:48.380Z] === RUN TestInspectAnnotations 22:14:48 [2023-10-18T22:14:48.640Z] --- PASS: TestInspectAnnotations (0.04s) 22:14:48 [2023-10-18T22:14:48.640Z] === RUN TestIpcModeNone 22:14:49 [2023-10-18T22:14:49.210Z] --- PASS: TestIpcModeNone (0.53s) 22:14:49 [2023-10-18T22:14:49.210Z] === RUN TestIpcModePrivate 22:14:49 [2023-10-18T22:14:49.470Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false 22:14:49 [2023-10-18T22:14:49.470Z] --- PASS: TestIpcModePrivate (0.52s) 22:14:49 [2023-10-18T22:14:49.470Z] === RUN TestIpcModeShareable 22:14:50 [2023-10-18T22:14:50.040Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true 22:14:50 [2023-10-18T22:14:50.040Z] --- PASS: TestIpcModeShareable (0.53s) 22:14:50 [2023-10-18T22:14:50.040Z] === RUN TestAPIIpcModeShareableAndContainer 22:14:51 [2023-10-18T22:14:51.950Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.61s) 22:14:51 [2023-10-18T22:14:51.950Z] === RUN TestAPIIpcModeHost 22:14:51 [2023-10-18T22:14:51.950Z] --- PASS: TestAPIIpcModeHost (0.36s) 22:14:51 [2023-10-18T22:14:51.950Z] === RUN TestDaemonIpcModeShareable 22:14:52 [2023-10-18T22:14:52.889Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true 22:14:53 [2023-10-18T22:14:53.150Z] --- PASS: TestDaemonIpcModeShareable (1.10s) 22:14:53 [2023-10-18T22:14:53.150Z] === RUN TestDaemonIpcModePrivate 22:14:54 [2023-10-18T22:14:54.089Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false 22:14:54 [2023-10-18T22:14:54.349Z] --- PASS: TestDaemonIpcModePrivate (1.08s) 22:14:54 [2023-10-18T22:14:54.349Z] === RUN TestDaemonIpcModePrivateFromConfig 22:14:55 [2023-10-18T22:14:55.288Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false 22:14:55 [2023-10-18T22:14:55.288Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.11s) 22:14:55 [2023-10-18T22:14:55.288Z] === RUN TestDaemonIpcModeShareableFromConfig 22:14:56 [2023-10-18T22:14:56.227Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true 22:14:56 [2023-10-18T22:14:56.487Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.07s) 22:14:56 [2023-10-18T22:14:56.487Z] === RUN TestIpcModeOlderClient 22:14:56 [2023-10-18T22:14:56.487Z] === PAUSE TestIpcModeOlderClient 22:14:56 [2023-10-18T22:14:56.487Z] === RUN TestKillContainerInvalidSignal 22:14:57 [2023-10-18T22:14:57.058Z] --- PASS: TestKillContainerInvalidSignal (0.49s) 22:14:57 [2023-10-18T22:14:57.058Z] === RUN TestKillContainer 22:14:57 [2023-10-18T22:14:57.058Z] === RUN TestKillContainer/no_signal 22:14:57 [2023-10-18T22:14:57.318Z] === RUN TestKillContainer/non_killing_signal 22:14:57 [2023-10-18T22:14:57.578Z] === RUN TestKillContainer/killing_signal 22:14:58 [2023-10-18T22:14:58.150Z] --- PASS: TestKillContainer (1.35s) 22:14:58 [2023-10-18T22:14:58.150Z] --- PASS: TestKillContainer/no_signal (0.43s) 22:14:58 [2023-10-18T22:14:58.150Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) 22:14:58 [2023-10-18T22:14:58.150Z] --- PASS: TestKillContainer/killing_signal (0.43s) 22:14:58 [2023-10-18T22:14:58.150Z] === RUN TestKillWithStopSignalAndRestartPolicies 22:14:58 [2023-10-18T22:14:58.150Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy 22:14:58 [2023-10-18T22:14:58.720Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy 22:14:59 [2023-10-18T22:14:59.291Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.95s) 22:14:59 [2023-10-18T22:14:59.291Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s) 22:14:59 [2023-10-18T22:14:59.291Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) 22:14:59 [2023-10-18T22:14:59.291Z] === RUN TestKillStoppedContainer 22:14:59 [2023-10-18T22:14:59.291Z] --- PASS: TestKillStoppedContainer (0.04s) 22:14:59 [2023-10-18T22:14:59.291Z] === RUN TestKillStoppedContainerAPIPre120 22:14:59 [2023-10-18T22:14:59.291Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) 22:14:59 [2023-10-18T22:14:59.291Z] === RUN TestKillDifferentUserContainer 22:14:59 [2023-10-18T22:14:59.861Z] --- PASS: TestKillDifferentUserContainer (0.49s) 22:14:59 [2023-10-18T22:14:59.861Z] === RUN TestInspectOomKilledTrue 22:15:00 [2023-10-18T22:15:00.218Z] --- PASS: TestInspectOomKilledTrue (0.49s) 22:15:00 [2023-10-18T22:15:00.218Z] === RUN TestInspectOomKilledFalse 22:15:00 [2023-10-18T22:15:00.788Z] --- PASS: TestInspectOomKilledFalse (0.45s) 22:15:00 [2023-10-18T22:15:00.788Z] === RUN TestLinksEtcHostsContentMatch 22:15:01 [2023-10-18T22:15:01.047Z] --- PASS: TestLinksEtcHostsContentMatch (0.26s) 22:15:01 [2023-10-18T22:15:01.047Z] === RUN TestLinksContainerNames 22:15:01 [2023-10-18T22:15:01.987Z] --- PASS: TestLinksContainerNames (0.92s) 22:15:01 [2023-10-18T22:15:01.987Z] === RUN TestLogsFollowTailEmpty 22:15:02 [2023-10-18T22:15:02.247Z] --- PASS: TestLogsFollowTailEmpty (0.46s) 22:15:02 [2023-10-18T22:15:02.247Z] === RUN TestLogs 22:15:02 [2023-10-18T22:15:02.247Z] === RUN TestLogs/driver_local 22:15:02 [2023-10-18T22:15:02.247Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === RUN TestLogs/driver_local/tty/only_stdout 22:15:02 [2023-10-18T22:15:02.247Z] === PAUSE TestLogs/driver_local/tty/only_stdout 22:15:02 [2023-10-18T22:15:02.247Z] === RUN TestLogs/driver_local/tty/only_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === PAUSE TestLogs/driver_local/tty/only_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === RUN TestLogs/driver_local/without_tty/only_stdout 22:15:02 [2023-10-18T22:15:02.247Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout 22:15:02 [2023-10-18T22:15:02.247Z] === RUN TestLogs/driver_local/without_tty/only_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === CONT TestLogs/driver_local/tty/only_stderr 22:15:02 [2023-10-18T22:15:02.247Z] === CONT TestLogs/driver_local/tty/only_stdout 22:15:02 [2023-10-18T22:15:02.247Z] === CONT TestLogs/driver_local/without_tty/only_stdout 22:15:02 [2023-10-18T22:15:02.247Z] === CONT TestLogs/driver_local/without_tty/only_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === RUN TestLogs/driver_json-file 22:15:04 [2023-10-18T22:15:04.158Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === RUN TestLogs/driver_json-file/tty/only_stdout 22:15:04 [2023-10-18T22:15:04.158Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout 22:15:04 [2023-10-18T22:15:04.158Z] === RUN TestLogs/driver_json-file/tty/only_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout 22:15:04 [2023-10-18T22:15:04.158Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout 22:15:04 [2023-10-18T22:15:04.158Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === CONT TestLogs/driver_json-file/tty/only_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === CONT TestLogs/driver_json-file/tty/only_stdout 22:15:04 [2023-10-18T22:15:04.158Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr 22:15:04 [2023-10-18T22:15:04.158Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs (3.32s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_local (0.01s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.95s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.98s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.33s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.36s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.41s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.52s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_json-file (0.01s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.88s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.20s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.22s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.48s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.67s) 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.78s) 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestContainerNetworkMountsNoChown 22:15:06 [2023-10-18T22:15:06.069Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s) 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot/default 22:15:06 [2023-10-18T22:15:06.069Z] === PAUSE TestMountDaemonRoot/default 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot/private 22:15:06 [2023-10-18T22:15:06.069Z] === PAUSE TestMountDaemonRoot/private 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot/rprivate 22:15:06 [2023-10-18T22:15:06.069Z] === PAUSE TestMountDaemonRoot/rprivate 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot/slave 22:15:06 [2023-10-18T22:15:06.069Z] === PAUSE TestMountDaemonRoot/slave 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot/rslave 22:15:06 [2023-10-18T22:15:06.069Z] === PAUSE TestMountDaemonRoot/rslave 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot/shared 22:15:06 [2023-10-18T22:15:06.069Z] === PAUSE TestMountDaemonRoot/shared 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot/rshared 22:15:06 [2023-10-18T22:15:06.069Z] === PAUSE TestMountDaemonRoot/rshared 22:15:06 [2023-10-18T22:15:06.069Z] === CONT TestMountDaemonRoot/default 22:15:06 [2023-10-18T22:15:06.069Z] === CONT TestMountDaemonRoot/rslave 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot/default/bind_root 22:15:06 [2023-10-18T22:15:06.069Z] === PAUSE TestMountDaemonRoot/default/bind_root 22:15:06 [2023-10-18T22:15:06.069Z] === CONT TestMountDaemonRoot/slave 22:15:06 [2023-10-18T22:15:06.069Z] === CONT TestMountDaemonRoot/rshared 22:15:06 [2023-10-18T22:15:06.069Z] === CONT TestMountDaemonRoot/shared 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot/slave/bind_root 22:15:06 [2023-10-18T22:15:06.069Z] === PAUSE TestMountDaemonRoot/slave/bind_root 22:15:06 [2023-10-18T22:15:06.069Z] === CONT TestMountDaemonRoot/private 22:15:06 [2023-10-18T22:15:06.069Z] === CONT TestMountDaemonRoot/rprivate 22:15:06 [2023-10-18T22:15:06.069Z] === RUN TestMountDaemonRoot/rshared/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/private/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/default/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/private/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/default/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rprivate/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/private/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/private/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rslave/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/private/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rshared/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/shared/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rshared/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/slave/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/default/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/default/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rslave/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rslave/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/default/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rslave/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/default/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/default/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/private/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/private/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/private/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/default/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/slave/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rshared/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/shared/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rshared/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rshared/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/shared/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/private/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/shared/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/shared/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/shared/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/slave/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/slave/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rslave/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/private/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rslave/bind_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/default/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rprivate/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/private/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/private/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/default/bind_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/shared/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/rshared/mount_subpath 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/shared/mount_root 22:15:06 [2023-10-18T22:15:06.070Z] === CONT TestMountDaemonRoot/slave/bind_root 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/shared/bind_subpath 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/shared/bind_root 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rslave/bind_subpath 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rprivate/bind_root 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rslave/bind_root 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rslave/mount_subpath 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rslave/mount_root 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/slave/mount_subpath 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/slave/mount_root 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/slave/bind_subpath 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rshared/bind_root 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rshared/mount_root 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rshared/bind_subpath 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath 22:15:06 [2023-10-18T22:15:06.330Z] === CONT TestMountDaemonRoot/rprivate/mount_root 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot (0.02s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/private (0.00s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/default (0.00s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/shared (0.00s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/slave (0.00s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) 22:15:06 [2023-10-18T22:15:06.330Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) 22:15:06 [2023-10-18T22:15:06.330Z] === RUN TestContainerBindMountNonRecursive 22:15:07 [2023-10-18T22:15:07.712Z] --- PASS: TestContainerBindMountNonRecursive (1.18s) 22:15:07 [2023-10-18T22:15:07.712Z] === RUN TestContainerVolumesMountedAsShared 22:15:07 [2023-10-18T22:15:07.972Z] --- PASS: TestContainerVolumesMountedAsShared (0.46s) 22:15:07 [2023-10-18T22:15:07.972Z] === RUN TestContainerVolumesMountedAsSlave 22:15:08 [2023-10-18T22:15:08.232Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s) 22:15:08 [2023-10-18T22:15:08.232Z] === RUN TestContainerCopyLeaksMounts 22:15:08 [2023-10-18T22:15:08.802Z] --- PASS: TestContainerCopyLeaksMounts (0.54s) 22:15:08 [2023-10-18T22:15:08.802Z] === RUN TestNetworkNat 22:15:09 [2023-10-18T22:15:09.372Z] --- PASS: TestNetworkNat (0.45s) 22:15:09 [2023-10-18T22:15:09.372Z] === RUN TestNetworkLocalhostTCPNat 22:15:09 [2023-10-18T22:15:09.632Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) 22:15:09 [2023-10-18T22:15:09.632Z] === RUN TestNetworkLoopbackNat 22:15:12 [2023-10-18T22:15:12.173Z] --- PASS: TestNetworkLoopbackNat (2.58s) 22:15:12 [2023-10-18T22:15:12.173Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors 22:15:12 [2023-10-18T22:15:12.433Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff 22:15:12 [2023-10-18T22:15:12.694Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/export 22:15:12 [2023-10-18T22:15:12.694Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container 22:15:12 [2023-10-18T22:15:12.694Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container 22:15:12 [2023-10-18T22:15:12.694Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.48s) 22:15:12 [2023-10-18T22:15:12.694Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s) 22:15:12 [2023-10-18T22:15:12.694Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s) 22:15:12 [2023-10-18T22:15:12.694Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s) 22:15:12 [2023-10-18T22:15:12.694Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s) 22:15:12 [2023-10-18T22:15:12.694Z] === RUN TestPause 22:15:13 [2023-10-18T22:15:13.264Z] --- PASS: TestPause (0.54s) 22:15:13 [2023-10-18T22:15:13.264Z] === RUN TestPauseFailsOnWindowsServerContainers 22:15:13 [2023-10-18T22:15:13.264Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 22:15:13 [2023-10-18T22:15:13.264Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) 22:15:13 [2023-10-18T22:15:13.264Z] === RUN TestPauseStopPausedContainer 22:15:13 [2023-10-18T22:15:13.834Z] --- PASS: TestPauseStopPausedContainer (0.46s) 22:15:13 [2023-10-18T22:15:13.834Z] === RUN TestPidHost 22:15:14 [2023-10-18T22:15:14.775Z] --- PASS: TestPidHost (1.05s) 22:15:14 [2023-10-18T22:15:14.775Z] === RUN TestPsFilter 22:15:14 [2023-10-18T22:15:14.775Z] === RUN TestPsFilter/since 22:15:14 [2023-10-18T22:15:14.775Z] === RUN TestPsFilter/before 22:15:14 [2023-10-18T22:15:14.775Z] --- PASS: TestPsFilter (0.08s) 22:15:14 [2023-10-18T22:15:14.775Z] --- PASS: TestPsFilter/since (0.00s) 22:15:14 [2023-10-18T22:15:14.775Z] --- PASS: TestPsFilter/before (0.00s) 22:15:14 [2023-10-18T22:15:14.775Z] === RUN TestRemoveContainerWithRemovedVolume 22:15:15 [2023-10-18T22:15:15.345Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) 22:15:15 [2023-10-18T22:15:15.345Z] === RUN TestRemoveContainerWithVolume 22:15:15 [2023-10-18T22:15:15.915Z] --- PASS: TestRemoveContainerWithVolume (0.50s) 22:15:15 [2023-10-18T22:15:15.915Z] === RUN TestRemoveContainerRunning 22:15:16 [2023-10-18T22:15:16.178Z] --- PASS: TestRemoveContainerRunning (0.48s) 22:15:16 [2023-10-18T22:15:16.178Z] === RUN TestRemoveContainerForceRemoveRunning 22:15:16 [2023-10-18T22:15:16.748Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) 22:15:16 [2023-10-18T22:15:16.748Z] === RUN TestRemoveInvalidContainer 22:15:16 [2023-10-18T22:15:16.748Z] --- PASS: TestRemoveInvalidContainer (0.01s) 22:15:16 [2023-10-18T22:15:16.748Z] === RUN TestRenameLinkedContainer 22:15:18 [2023-10-18T22:15:18.659Z] --- PASS: TestRenameLinkedContainer (1.80s) 22:15:18 [2023-10-18T22:15:18.659Z] === RUN TestRenameStoppedContainer 22:15:18 [2023-10-18T22:15:18.919Z] --- PASS: TestRenameStoppedContainer (0.44s) 22:15:18 [2023-10-18T22:15:18.919Z] === RUN TestRenameRunningContainerAndReuse 22:15:19 [2023-10-18T22:15:19.859Z] --- PASS: TestRenameRunningContainerAndReuse (0.92s) 22:15:19 [2023-10-18T22:15:19.859Z] === RUN TestRenameInvalidName 22:15:20 [2023-10-18T22:15:20.430Z] --- PASS: TestRenameInvalidName (0.45s) 22:15:20 [2023-10-18T22:15:20.430Z] === RUN TestRenameAnonymousContainer 22:15:22 [2023-10-18T22:15:22.341Z] --- PASS: TestRenameAnonymousContainer (1.76s) 22:15:22 [2023-10-18T22:15:22.341Z] === RUN TestRenameContainerWithSameName 22:15:22 [2023-10-18T22:15:22.601Z] --- PASS: TestRenameContainerWithSameName (0.47s) 22:15:22 [2023-10-18T22:15:22.601Z] === RUN TestRenameContainerWithLinkedContainer 22:15:23 [2023-10-18T22:15:23.542Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s) 22:15:23 [2023-10-18T22:15:23.542Z] === RUN TestResize 22:15:23 [2023-10-18T22:15:23.802Z] --- PASS: TestResize (0.45s) 22:15:23 [2023-10-18T22:15:23.802Z] === RUN TestResizeWithInvalidSize 22:15:24 [2023-10-18T22:15:24.372Z] --- PASS: TestResizeWithInvalidSize (0.38s) 22:15:24 [2023-10-18T22:15:24.372Z] === RUN TestResizeWhenContainerNotStarted 22:15:24 [2023-10-18T22:15:24.633Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s) 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 22:15:24 [2023-10-18T22:15:24.633Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 22:15:26 [2023-10-18T22:15:26.017Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:26 [2023-10-18T22:15:26.958Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 22:15:26 [2023-10-18T22:15:26.958Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 22:15:26 [2023-10-18T22:15:26.958Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 22:15:27 [2023-10-18T22:15:27.218Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon 22:15:27 [2023-10-18T22:15:27.218Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon 22:15:27 [2023-10-18T22:15:27.478Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 22:15:28 [2023-10-18T22:15:28.053Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers (0.00s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.10s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.25s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.35s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.38s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.39s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.70s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.21s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.19s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.19s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.52s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.57s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.87s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.97s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.46s) 22:15:31 [2023-10-18T22:15:31.351Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.91s) 22:15:31 [2023-10-18T22:15:31.351Z] === RUN TestContainerWithAutoRemoveCanBeRestarted 22:15:31 [2023-10-18T22:15:31.351Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill 22:15:32 [2023-10-18T22:15:32.291Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop 22:15:33 [2023-10-18T22:15:33.231Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.05s) 22:15:33 [2023-10-18T22:15:33.231Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (1.03s) 22:15:33 [2023-10-18T22:15:33.231Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.00s) 22:15:33 [2023-10-18T22:15:33.231Z] === RUN TestCgroupNamespacesRun 22:15:34 [2023-10-18T22:15:34.171Z] --- PASS: TestCgroupNamespacesRun (1.12s) 22:15:34 [2023-10-18T22:15:34.171Z] === RUN TestCgroupNamespacesRunPrivileged 22:15:35 [2023-10-18T22:15:35.553Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s) 22:15:35 [2023-10-18T22:15:35.553Z] === RUN TestCgroupNamespacesRunDaemonHostMode 22:15:36 [2023-10-18T22:15:36.493Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.09s) 22:15:36 [2023-10-18T22:15:36.493Z] === RUN TestCgroupNamespacesRunHostMode 22:15:37 [2023-10-18T22:15:37.433Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) 22:15:37 [2023-10-18T22:15:37.433Z] === RUN TestCgroupNamespacesRunPrivateMode 22:15:38 [2023-10-18T22:15:38.816Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s) 22:15:38 [2023-10-18T22:15:38.816Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate 22:15:39 [2023-10-18T22:15:39.756Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s) 22:15:39 [2023-10-18T22:15:39.756Z] === RUN TestCgroupNamespacesRunInvalidMode 22:15:40 [2023-10-18T22:15:40.326Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s) 22:15:40 [2023-10-18T22:15:40.326Z] === RUN TestCgroupNamespacesRunOlderClient 22:15:41 [2023-10-18T22:15:41.708Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s) 22:15:41 [2023-10-18T22:15:41.708Z] === RUN TestNISDomainname 22:15:41 [2023-10-18T22:15:41.968Z] --- PASS: TestNISDomainname (0.55s) 22:15:41 [2023-10-18T22:15:41.968Z] === RUN TestHostnameDnsResolution 22:15:42 [2023-10-18T22:15:42.538Z] --- PASS: TestHostnameDnsResolution (0.69s) 22:15:42 [2023-10-18T22:15:42.538Z] === RUN TestUnprivilegedPortsAndPing 22:15:43 [2023-10-18T22:15:43.108Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s) 22:15:43 [2023-10-18T22:15:43.108Z] === RUN TestPrivilegedHostDevices 22:15:43 [2023-10-18T22:15:43.678Z] --- PASS: TestPrivilegedHostDevices (0.55s) 22:15:43 [2023-10-18T22:15:43.678Z] === RUN TestRunConsoleSize 22:15:44 [2023-10-18T22:15:44.248Z] --- PASS: TestRunConsoleSize (0.47s) 22:15:44 [2023-10-18T22:15:44.248Z] === RUN TestRunWithAlternativeContainerdShim 22:15:48 [2023-10-18T22:15:48.450Z] --- PASS: TestRunWithAlternativeContainerdShim (3.93s) 22:15:48 [2023-10-18T22:15:48.450Z] === RUN TestMacAddressIsAppliedToMainNetworkWithShortID 22:15:49 [2023-10-18T22:15:49.390Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.15s) 22:15:49 [2023-10-18T22:15:49.390Z] === RUN TestStats 22:15:50 [2023-10-18T22:15:50.772Z] --- PASS: TestStats (1.48s) 22:15:50 [2023-10-18T22:15:50.772Z] === RUN TestStopContainerWithTimeout 22:15:50 [2023-10-18T22:15:50.772Z] === RUN TestStopContainerWithTimeout/0 22:15:50 [2023-10-18T22:15:50.772Z] === PAUSE TestStopContainerWithTimeout/0 22:15:50 [2023-10-18T22:15:50.772Z] === RUN TestStopContainerWithTimeout/1 22:15:50 [2023-10-18T22:15:50.772Z] === PAUSE TestStopContainerWithTimeout/1 22:15:50 [2023-10-18T22:15:50.772Z] === RUN TestStopContainerWithTimeout/3 22:15:50 [2023-10-18T22:15:50.772Z] === PAUSE TestStopContainerWithTimeout/3 22:15:50 [2023-10-18T22:15:50.772Z] === RUN TestStopContainerWithTimeout/-1 22:15:50 [2023-10-18T22:15:50.772Z] === PAUSE TestStopContainerWithTimeout/-1 22:15:50 [2023-10-18T22:15:50.772Z] === CONT TestStopContainerWithTimeout/0 22:15:50 [2023-10-18T22:15:50.772Z] === CONT TestStopContainerWithTimeout/3 22:15:50 [2023-10-18T22:15:50.772Z] === CONT TestStopContainerWithTimeout/1 22:15:50 [2023-10-18T22:15:50.772Z] === CONT TestStopContainerWithTimeout/-1 22:15:54 [2023-10-18T22:15:54.068Z] --- PASS: TestStopContainerWithTimeout (0.04s) 22:15:54 [2023-10-18T22:15:54.068Z] --- PASS: TestStopContainerWithTimeout/0 (0.86s) 22:15:54 [2023-10-18T22:15:54.068Z] --- PASS: TestStopContainerWithTimeout/1 (2.03s) 22:15:54 [2023-10-18T22:15:54.068Z] --- PASS: TestStopContainerWithTimeout/3 (3.06s) 22:15:54 [2023-10-18T22:15:54.068Z] --- PASS: TestStopContainerWithTimeout/-1 (3.10s) 22:15:54 [2023-10-18T22:15:54.068Z] === RUN TestDeleteDevicemapper 22:15:54 [2023-10-18T22:15:54.068Z] stop_linux_test.go:80: testEnv.DaemonInfo.Driver != "devicemapper" 22:15:54 [2023-10-18T22:15:54.068Z] --- SKIP: TestDeleteDevicemapper (0.00s) 22:15:54 [2023-10-18T22:15:54.068Z] === RUN TestStopContainerWithTimeoutCancel 22:15:54 [2023-10-18T22:15:54.068Z] === PAUSE TestStopContainerWithTimeoutCancel 22:15:54 [2023-10-18T22:15:54.068Z] === RUN TestStopContainerWithRestartPolicyAlways 22:15:55 [2023-10-18T22:15:55.978Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.98s) 22:15:55 [2023-10-18T22:15:55.978Z] === RUN TestUpdateMemory 22:15:56 [2023-10-18T22:15:56.548Z] --- PASS: TestUpdateMemory (0.53s) 22:15:56 [2023-10-18T22:15:56.548Z] === RUN TestUpdateCPUQuota 22:15:57 [2023-10-18T22:15:57.488Z] --- PASS: TestUpdateCPUQuota (0.88s) 22:15:57 [2023-10-18T22:15:57.488Z] === RUN TestUpdatePidsLimit 22:15:57 [2023-10-18T22:15:57.488Z] === RUN TestUpdatePidsLimit/update_from_none 22:15:57 [2023-10-18T22:15:57.488Z] === RUN TestUpdatePidsLimit/no_change 22:15:57 [2023-10-18T22:15:57.748Z] === RUN TestUpdatePidsLimit/update_lower 22:15:58 [2023-10-18T22:15:58.008Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value 22:15:58 [2023-10-18T22:15:58.268Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero 22:15:58 [2023-10-18T22:15:58.268Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one 22:15:58 [2023-10-18T22:15:58.529Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two 22:15:59 [2023-10-18T22:15:59.469Z] --- PASS: TestUpdatePidsLimit (1.95s) 22:15:59 [2023-10-18T22:15:59.469Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) 22:15:59 [2023-10-18T22:15:59.469Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) 22:15:59 [2023-10-18T22:15:59.469Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) 22:15:59 [2023-10-18T22:15:59.469Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) 22:15:59 [2023-10-18T22:15:59.469Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) 22:15:59 [2023-10-18T22:15:59.469Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) 22:15:59 [2023-10-18T22:15:59.469Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) 22:15:59 [2023-10-18T22:15:59.469Z] === RUN TestUpdateRestartPolicy 22:16:11 [2023-10-18T22:16:11.786Z] --- PASS: TestUpdateRestartPolicy (10.77s) 22:16:11 [2023-10-18T22:16:11.786Z] === RUN TestUpdateRestartWithAutoRemove 22:16:11 [2023-10-18T22:16:11.786Z] --- PASS: TestUpdateRestartWithAutoRemove (0.51s) 22:16:11 [2023-10-18T22:16:11.786Z] === RUN TestWaitNonBlocked 22:16:11 [2023-10-18T22:16:11.786Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 22:16:11 [2023-10-18T22:16:11.786Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 22:16:11 [2023-10-18T22:16:11.786Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random 22:16:11 [2023-10-18T22:16:11.786Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random 22:16:11 [2023-10-18T22:16:11.786Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 22:16:11 [2023-10-18T22:16:11.786Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random 22:16:11 [2023-10-18T22:16:11.786Z] --- PASS: TestWaitNonBlocked (0.02s) 22:16:11 [2023-10-18T22:16:11.786Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) 22:16:11 [2023-10-18T22:16:11.786Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) 22:16:11 [2023-10-18T22:16:11.786Z] === RUN TestWaitBlocked 22:16:11 [2023-10-18T22:16:11.786Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero 22:16:11 [2023-10-18T22:16:11.786Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero 22:16:11 [2023-10-18T22:16:11.786Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random 22:16:11 [2023-10-18T22:16:11.786Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random 22:16:11 [2023-10-18T22:16:11.786Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero 22:16:11 [2023-10-18T22:16:11.786Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random 22:16:12 [2023-10-18T22:16:12.051Z] --- PASS: TestWaitBlocked (0.03s) 22:16:12 [2023-10-18T22:16:12.051Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) 22:16:12 [2023-10-18T22:16:12.051Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) 22:16:12 [2023-10-18T22:16:12.051Z] === RUN TestWaitConditions 22:16:12 [2023-10-18T22:16:12.051Z] === RUN TestWaitConditions/default 22:16:12 [2023-10-18T22:16:12.051Z] === PAUSE TestWaitConditions/default 22:16:12 [2023-10-18T22:16:12.051Z] === RUN TestWaitConditions/not-running 22:16:12 [2023-10-18T22:16:12.051Z] === PAUSE TestWaitConditions/not-running 22:16:12 [2023-10-18T22:16:12.051Z] === RUN TestWaitConditions/next-exit 22:16:12 [2023-10-18T22:16:12.051Z] === PAUSE TestWaitConditions/next-exit 22:16:12 [2023-10-18T22:16:12.051Z] === RUN TestWaitConditions/removed 22:16:12 [2023-10-18T22:16:12.051Z] === PAUSE TestWaitConditions/removed 22:16:12 [2023-10-18T22:16:12.051Z] === CONT TestWaitConditions/default 22:16:12 [2023-10-18T22:16:12.051Z] === CONT TestWaitConditions/next-exit 22:16:12 [2023-10-18T22:16:12.051Z] === CONT TestWaitConditions/not-running 22:16:12 [2023-10-18T22:16:12.051Z] === CONT TestWaitConditions/removed 22:16:12 [2023-10-18T22:16:12.051Z] wait_test.go:146: ContainerID = f94ba146f6f4957e85274e9786b7434b54554aea2259fedfbf12c3fa87fa6abd 22:16:12 [2023-10-18T22:16:12.051Z] wait_test.go:146: ContainerID = 43731f436b34098067283c960cf165b2d512f43abcbc6dc71c90b6ee6711bc82 22:16:12 [2023-10-18T22:16:12.051Z] wait_test.go:146: ContainerID = 73981b974a8908d3135f961822d6346860fbbd67f19c378bf742817c8bd57c32 22:16:12 [2023-10-18T22:16:12.051Z] wait_test.go:146: ContainerID = 3753d2de5840ad91175dbc54c890a0d6793ef108788fe45b12f253b3342e7d0a 22:16:13 [2023-10-18T22:16:13.473Z] --- PASS: TestWaitConditions (0.03s) 22:16:13 [2023-10-18T22:16:13.473Z] --- PASS: TestWaitConditions/next-exit (0.94s) 22:16:13 [2023-10-18T22:16:13.473Z] --- PASS: TestWaitConditions/not-running (0.94s) 22:16:13 [2023-10-18T22:16:13.473Z] --- PASS: TestWaitConditions/default (1.22s) 22:16:13 [2023-10-18T22:16:13.473Z] --- PASS: TestWaitConditions/removed (1.30s) 22:16:13 [2023-10-18T22:16:13.473Z] === RUN TestWaitRestartedContainer 22:16:13 [2023-10-18T22:16:13.473Z] === RUN TestWaitRestartedContainer/default 22:16:13 [2023-10-18T22:16:13.473Z] === PAUSE TestWaitRestartedContainer/default 22:16:13 [2023-10-18T22:16:13.473Z] === RUN TestWaitRestartedContainer/not-running 22:16:13 [2023-10-18T22:16:13.473Z] === PAUSE TestWaitRestartedContainer/not-running 22:16:13 [2023-10-18T22:16:13.473Z] === RUN TestWaitRestartedContainer/next-exit 22:16:13 [2023-10-18T22:16:13.473Z] === PAUSE TestWaitRestartedContainer/next-exit 22:16:13 [2023-10-18T22:16:13.473Z] === CONT TestWaitRestartedContainer/default 22:16:13 [2023-10-18T22:16:13.473Z] === CONT TestWaitRestartedContainer/next-exit 22:16:13 [2023-10-18T22:16:13.473Z] === CONT TestWaitRestartedContainer/not-running 22:16:15 [2023-10-18T22:16:15.412Z] --- PASS: TestWaitRestartedContainer (0.01s) 22:16:15 [2023-10-18T22:16:15.412Z] --- PASS: TestWaitRestartedContainer/next-exit (1.76s) 22:16:15 [2023-10-18T22:16:15.412Z] --- PASS: TestWaitRestartedContainer/not-running (2.03s) 22:16:15 [2023-10-18T22:16:15.412Z] --- PASS: TestWaitRestartedContainer/default (2.07s) 22:16:15 [2023-10-18T22:16:15.412Z] === CONT TestHardRestartWhenContainerIsRunning 22:16:15 [2023-10-18T22:16:15.412Z] === CONT TestRestartDaemonWithRestartingContainer 22:16:15 [2023-10-18T22:16:15.412Z] === CONT TestDaemonHostGatewayIP 22:16:15 [2023-10-18T22:16:15.412Z] === CONT TestDaemonRestartIpcMode 22:16:15 [2023-10-18T22:16:15.412Z] === CONT TestIpcModeOlderClient 22:16:15 [2023-10-18T22:16:15.412Z] === CONT TestContainerStartOnDaemonRestart 22:16:15 [2023-10-18T22:16:15.412Z] === CONT TestStopContainerWithTimeoutCancel 22:16:15 [2023-10-18T22:16:15.412Z] === CONT TestContainerKillOnDaemonStart 22:16:15 [2023-10-18T22:16:15.412Z] --- PASS: TestIpcModeOlderClient (0.05s) 22:16:17 [2023-10-18T22:16:17.324Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=none 22:16:17 [2023-10-18T22:16:17.324Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure 22:16:17 [2023-10-18T22:16:17.584Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.11s) 22:16:17 [2023-10-18T22:16:17.584Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s) 22:16:17 [2023-10-18T22:16:17.584Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.29s) 22:16:18 [2023-10-18T22:16:18.155Z] --- PASS: TestContainerStartOnDaemonRestart (2.56s) 22:16:18 [2023-10-18T22:16:18.725Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.20s) 22:16:18 [2023-10-18T22:16:18.725Z] --- PASS: TestDaemonHostGatewayIP (3.24s) 22:16:18 [2023-10-18T22:16:18.985Z] --- PASS: TestDaemonRestartIpcMode (3.63s) 22:16:19 [2023-10-18T22:16:19.246Z] --- PASS: TestStopContainerWithTimeoutCancel (3.68s) 22:16:27 [2023-10-18T22:16:27.375Z] --- PASS: TestContainerKillOnDaemonStart (11.79s) 22:16:27 [2023-10-18T22:16:27.375Z] PASS 22:16:27 [2023-10-18T22:16:27.375Z] 22:16:27 [2023-10-18T22:16:27.375Z] === Skipped 22:16:27 [2023-10-18T22:16:27.375Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) 22:16:27 [2023-10-18T22:16:27.375Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 22:16:27 [2023-10-18T22:16:27.375Z] 22:16:27 [2023-10-18T22:16:27.375Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) 22:16:27 [2023-10-18T22:16:27.375Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 22:16:27 [2023-10-18T22:16:27.375Z] 22:16:27 [2023-10-18T22:16:27.375Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) 22:16:27 [2023-10-18T22:16:27.375Z] stop_linux_test.go:80: testEnv.DaemonInfo.Driver != "devicemapper" 22:16:27 [2023-10-18T22:16:27.375Z] 22:16:27 [2023-10-18T22:16:27.375Z] DONE 295 tests, 3 skipped in 122.187s 22:16:27 [2023-10-18T22:16:27.375Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 22:16:27 [2023-10-18T22:16:27.375Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m 22:16:27 [2023-10-18T22:16:27.375Z] ++ set -e 22:16:27 [2023-10-18T22:16:27.375Z] ++ '[' -n 0 ']' 22:16:27 [2023-10-18T22:16:27.375Z] ++ set -x 22:16:27 [2023-10-18T22:16:27.375Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m 22:16:27 [2023-10-18T22:16:27.375Z] INFO: Testing against a local daemon 22:16:27 [2023-10-18T22:16:27.375Z] === RUN TestConfigDaemonID 22:16:28 [2023-10-18T22:16:28.315Z] daemon_test.go:57: [dcf39668019d8] daemon is not started 22:16:28 [2023-10-18T22:16:28.315Z] --- PASS: TestConfigDaemonID (1.04s) 22:16:28 [2023-10-18T22:16:28.315Z] === RUN TestDaemonConfigValidation 22:16:28 [2023-10-18T22:16:28.315Z] === RUN TestDaemonConfigValidation/config_with_no_content 22:16:28 [2023-10-18T22:16:28.315Z] === PAUSE TestDaemonConfigValidation/config_with_no_content 22:16:28 [2023-10-18T22:16:28.315Z] === RUN TestDaemonConfigValidation/config_with_{} 22:16:28 [2023-10-18T22:16:28.315Z] === PAUSE TestDaemonConfigValidation/config_with_{} 22:16:28 [2023-10-18T22:16:28.315Z] === RUN TestDaemonConfigValidation/invalid_config 22:16:28 [2023-10-18T22:16:28.315Z] === PAUSE TestDaemonConfigValidation/invalid_config 22:16:28 [2023-10-18T22:16:28.315Z] === RUN TestDaemonConfigValidation/malformed_config 22:16:28 [2023-10-18T22:16:28.315Z] === PAUSE TestDaemonConfigValidation/malformed_config 22:16:28 [2023-10-18T22:16:28.315Z] === RUN TestDaemonConfigValidation/valid_config 22:16:28 [2023-10-18T22:16:28.315Z] === PAUSE TestDaemonConfigValidation/valid_config 22:16:28 [2023-10-18T22:16:28.315Z] === CONT TestDaemonConfigValidation/config_with_no_content 22:16:28 [2023-10-18T22:16:28.315Z] === CONT TestDaemonConfigValidation/malformed_config 22:16:28 [2023-10-18T22:16:28.315Z] === CONT TestDaemonConfigValidation/valid_config 22:16:28 [2023-10-18T22:16:28.315Z] === CONT TestDaemonConfigValidation/invalid_config 22:16:28 [2023-10-18T22:16:28.315Z] === CONT TestDaemonConfigValidation/config_with_{} 22:16:28 [2023-10-18T22:16:28.315Z] --- PASS: TestDaemonConfigValidation (0.00s) 22:16:28 [2023-10-18T22:16:28.315Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.05s) 22:16:28 [2023-10-18T22:16:28.315Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) 22:16:28 [2023-10-18T22:16:28.315Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) 22:16:28 [2023-10-18T22:16:28.315Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) 22:16:28 [2023-10-18T22:16:28.315Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) 22:16:28 [2023-10-18T22:16:28.315Z] === RUN TestConfigDaemonSeccompProfiles 22:16:28 [2023-10-18T22:16:28.315Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set 22:16:29 [2023-10-18T22:16:29.698Z] === RUN TestConfigDaemonSeccompProfiles/default_profile 22:16:30 [2023-10-18T22:16:30.638Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile 22:16:31 [2023-10-18T22:16:31.578Z] daemon_test.go:171: [dc2ec12958310] daemon is not started 22:16:31 [2023-10-18T22:16:31.578Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) 22:16:31 [2023-10-18T22:16:31.578Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) 22:16:31 [2023-10-18T22:16:31.578Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) 22:16:31 [2023-10-18T22:16:31.578Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) 22:16:31 [2023-10-18T22:16:31.578Z] === RUN TestDaemonProxy 22:16:31 [2023-10-18T22:16:31.578Z] === RUN TestDaemonProxy/environment_variables 22:16:31 [2023-10-18T22:16:31.578Z] === PAUSE TestDaemonProxy/environment_variables 22:16:31 [2023-10-18T22:16:31.578Z] === RUN TestDaemonProxy/command-line_options 22:16:31 [2023-10-18T22:16:31.578Z] === PAUSE TestDaemonProxy/command-line_options 22:16:31 [2023-10-18T22:16:31.578Z] === RUN TestDaemonProxy/configuration_file 22:16:31 [2023-10-18T22:16:31.578Z] === PAUSE TestDaemonProxy/configuration_file 22:16:31 [2023-10-18T22:16:31.578Z] === RUN TestDaemonProxy/conflicting_options 22:16:32 [2023-10-18T22:16:32.148Z] === RUN TestDaemonProxy/reload_sanitized 22:16:32 [2023-10-18T22:16:32.148Z] === PAUSE TestDaemonProxy/reload_sanitized 22:16:32 [2023-10-18T22:16:32.148Z] === CONT TestDaemonProxy/environment_variables 22:16:32 [2023-10-18T22:16:32.148Z] === CONT TestDaemonProxy/configuration_file 22:16:32 [2023-10-18T22:16:32.148Z] === CONT TestDaemonProxy/reload_sanitized 22:16:32 [2023-10-18T22:16:32.148Z] === CONT TestDaemonProxy/command-line_options 22:16:34 [2023-10-18T22:16:34.059Z] --- PASS: TestDaemonProxy (0.50s) 22:16:34 [2023-10-18T22:16:34.059Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) 22:16:34 [2023-10-18T22:16:34.059Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) 22:16:34 [2023-10-18T22:16:34.059Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) 22:16:34 [2023-10-18T22:16:34.059Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) 22:16:34 [2023-10-18T22:16:34.059Z] --- PASS: TestDaemonProxy/environment_variables (1.76s) 22:16:34 [2023-10-18T22:16:34.059Z] === RUN TestLiveRestore 22:16:34 [2023-10-18T22:16:34.059Z] === RUN TestLiveRestore/volume_references 22:16:34 [2023-10-18T22:16:34.059Z] === PAUSE TestLiveRestore/volume_references 22:16:34 [2023-10-18T22:16:34.059Z] === CONT TestLiveRestore/volume_references 22:16:34 [2023-10-18T22:16:34.320Z] === RUN TestLiveRestore/volume_references/restartPolicy 22:16:34 [2023-10-18T22:16:34.320Z] === RUN TestLiveRestore/volume_references/restartPolicy/always 22:16:35 [2023-10-18T22:16:35.262Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped 22:16:36 [2023-10-18T22:16:36.202Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure 22:16:37 [2023-10-18T22:16:37.583Z] === RUN TestLiveRestore/volume_references/restartPolicy/no 22:16:38 [2023-10-18T22:16:38.153Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options 22:16:39 [2023-10-18T22:16:39.093Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted 22:16:40 [2023-10-18T22:16:40.033Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts 22:16:40 [2023-10-18T22:16:40.973Z] --- PASS: TestLiveRestore (0.00s) 22:16:40 [2023-10-18T22:16:40.973Z] --- PASS: TestLiveRestore/volume_references (6.99s) 22:16:40 [2023-10-18T22:16:40.973Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.86s) 22:16:40 [2023-10-18T22:16:40.973Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.97s) 22:16:40 [2023-10-18T22:16:40.973Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.93s) 22:16:40 [2023-10-18T22:16:40.973Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.97s) 22:16:40 [2023-10-18T22:16:40.973Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.99s) 22:16:40 [2023-10-18T22:16:40.973Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.57s) 22:16:40 [2023-10-18T22:16:40.973Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.43s) 22:16:40 [2023-10-18T22:16:40.973Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.96s) 22:16:40 [2023-10-18T22:16:40.973Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip 22:16:41 [2023-10-18T22:16:41.543Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.65s) 22:16:41 [2023-10-18T22:16:41.543Z] PASS 22:16:41 [2023-10-18T22:16:41.543Z] 22:16:41 [2023-10-18T22:16:41.543Z] DONE 28 tests in 14.184s 22:16:41 [2023-10-18T22:16:41.543Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 22:16:41 [2023-10-18T22:16:41.543Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m 22:16:41 [2023-10-18T22:16:41.543Z] ++ set -e 22:16:41 [2023-10-18T22:16:41.543Z] ++ '[' -n 0 ']' 22:16:41 [2023-10-18T22:16:41.543Z] ++ set -x 22:16:41 [2023-10-18T22:16:41.543Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m 22:16:41 [2023-10-18T22:16:41.543Z] INFO: Testing against a local daemon 22:16:41 [2023-10-18T22:16:41.543Z] === RUN TestCommitInheritsEnv 22:16:41 [2023-10-18T22:16:41.543Z] --- PASS: TestCommitInheritsEnv (0.13s) 22:16:41 [2023-10-18T22:16:41.543Z] === RUN TestImportExtremelyLargeImageWorks 22:16:41 [2023-10-18T22:16:41.543Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out 22:16:41 [2023-10-18T22:16:41.543Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) 22:16:41 [2023-10-18T22:16:41.543Z] === RUN TestImportWithCustomPlatform 22:16:41 [2023-10-18T22:16:41.543Z] === RUN TestImportWithCustomPlatform/#00 22:16:41 [2023-10-18T22:16:41.543Z] === RUN TestImportWithCustomPlatform/_______ 22:16:41 [2023-10-18T22:16:41.543Z] === RUN TestImportWithCustomPlatform// 22:16:41 [2023-10-18T22:16:41.543Z] === RUN TestImportWithCustomPlatform/linux 22:16:41 [2023-10-18T22:16:41.804Z] === RUN TestImportWithCustomPlatform/LINUX 22:16:41 [2023-10-18T22:16:41.804Z] === RUN TestImportWithCustomPlatform/linux/sparc64 22:16:41 [2023-10-18T22:16:41.804Z] === RUN TestImportWithCustomPlatform/macos 22:16:41 [2023-10-18T22:16:41.804Z] === RUN TestImportWithCustomPlatform/macos/arm64 22:16:41 [2023-10-18T22:16:41.804Z] === RUN TestImportWithCustomPlatform/nintendo64 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImportWithCustomPlatform (0.24s) 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImportWithCustomPlatform/#00 (0.02s) 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImportWithCustomPlatform// (0.00s) 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImportWithCustomPlatform/linux (0.02s) 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.15s) 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s) 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) 22:16:41 [2023-10-18T22:16:41.804Z] === RUN TestImageInspectEmptyTagsAndDigests 22:16:41 [2023-10-18T22:16:41.804Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s) 22:16:41 [2023-10-18T22:16:41.804Z] === RUN TestImagesFilterMultiReference 22:16:42 [2023-10-18T22:16:42.065Z] --- PASS: TestImagesFilterMultiReference (0.05s) 22:16:42 [2023-10-18T22:16:42.065Z] === RUN TestImagesFilterBeforeSince 22:16:42 [2023-10-18T22:16:42.065Z] list_test.go:87: ImageList: ID=sha256:f06b6d824df23457669984afa0b0bd42f6292c4102dfced85df50b8c526f92e8 RepoTags=[testimagesfilterbeforesince:v2] 22:16:42 [2023-10-18T22:16:42.065Z] list_test.go:87: ImageList: ID=sha256:f7a221b8481853866ef5cfae956c8a1b259ed6ce3db500e7c7d2a9a7e7e656dc RepoTags=[testimagesfilterbeforesince:v1] 22:16:42 [2023-10-18T22:16:42.065Z] list_test.go:87: ImageList: ID=sha256:0127bd424d2cfd0ab02cd0a3d40a8c4798cb388b0cda02b662336d31567a867a RepoTags=[testimagesfilterbeforesince:v3] 22:16:42 [2023-10-18T22:16:42.065Z] --- PASS: TestImagesFilterBeforeSince (0.21s) 22:16:42 [2023-10-18T22:16:42.065Z] === RUN TestPruneDontDeleteUsedDangling 22:16:42 [2023-10-18T22:16:42.065Z] --- PASS: TestPruneDontDeleteUsedDangling (0.03s) 22:16:42 [2023-10-18T22:16:42.065Z] === RUN TestImagePullPlatformInvalid 22:16:42 [2023-10-18T22:16:42.328Z] --- PASS: TestImagePullPlatformInvalid (0.02s) 22:16:42 [2023-10-18T22:16:42.328Z] === RUN TestImagePullStoredfDigestForOtherRepo 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.20.10 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=info msg="redis not configured" go.version=go1.20.10 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=info msg="Starting upload purge in 36m0s" go.version=go1.20.10 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.10 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=99fc43c7-89d2-4b45-a045-83b95e2e88ca http.request.method=GET http.request.remoteaddr="127.0.0.1:49508" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=99fc43c7-89d2-4b45-a045-83b95e2e88ca http.request.method=GET http.request.remoteaddr="127.0.0.1:49508" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="972.97µs" http.response.status=200 http.response.written=2 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=bc30f207-537b-4e72-af82-19214b9e2918 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg=GetBlob go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=bc30f207-537b-4e72-af82-19214b9e2918 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=dab15388-9f2f-4bac-a676-d88d1e6e6bc1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg=GetBlob go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=dab15388-9f2f-4bac-a676-d88d1e6e6bc1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=bc30f207-537b-4e72-af82-19214b9e2918 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=25.559µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=9de79de4-7951-4558-8821-cc232ac9442d trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=dab15388-9f2f-4bac-a676-d88d1e6e6bc1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=22.802µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4f90a2e4-6999-41b4-a4b9-e49de0d90872 trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=bc30f207-537b-4e72-af82-19214b9e2918 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.906901ms http.response.status=404 http.response.written=157 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b err.message="blob unknown to registry" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=dab15388-9f2f-4bac-a676-d88d1e6e6bc1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.85914ms http.response.status=404 http.response.written=157 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=902d888f-b8b4-422f-8bcb-2e45bae61dbc http.request.method=POST http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=6cffe3a6-2ca5-4ba0-a989-1d9ad4a5c560 http.request.method=POST http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=902d888f-b8b4-422f-8bcb-2e45bae61dbc http.request.method=POST http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=6cffe3a6-2ca5-4ba0-a989-1d9ad4a5c560 http.request.method=POST http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721/startedat\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=902d888f-b8b4-422f-8bcb-2e45bae61dbc http.request.method=POST http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=124.125µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=fdc1c663-4f51-446d-b7f6-aedac4f9a85b trace.line=95 vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=902d888f-b8b4-422f-8bcb-2e45bae61dbc http.request.method=POST http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=11.184µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=aeaeb127-4d84-42b8-8fe1-82739195f00e trace.line=141 vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354/startedat\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=6cffe3a6-2ca5-4ba0-a989-1d9ad4a5c560 http.request.method=POST http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=96.129µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=b457b835-6268-4eeb-9ad1-d4e0b4822efe trace.line=95 vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=6cffe3a6-2ca5-4ba0-a989-1d9ad4a5c560 http.request.method=POST http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=27.38µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=57a4b413-9d8f-40a4-bf74-5e819b94852e trace.line=141 vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721/hashstates/sha256/0\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=902d888f-b8b4-422f-8bcb-2e45bae61dbc http.request.method=POST http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=67.929µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=5132c983-a781-41a4-a021-0222a26dbca8 trace.line=95 vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354/hashstates/sha256/0\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=6cffe3a6-2ca5-4ba0-a989-1d9ad4a5c560 http.request.method=POST http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=65.779µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=48a41bbf-47bd-45b2-ac08-09ef471fbb34 trace.line=95 vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=902d888f-b8b4-422f-8bcb-2e45bae61dbc http.request.method=POST http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.911332ms http.response.status=202 http.response.written=0 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=6cffe3a6-2ca5-4ba0-a989-1d9ad4a5c560 http.request.method=POST http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.965312ms http.response.status=202 http.response.written=0 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown" 22:16:42 [2023-10-18T22:16:42.328Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721/startedat\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=33.386µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=82c53a04-987d-4c5f-8d33-ac356bbef5da trace.line=82 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354/startedat\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=32.204µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ccb29d88-6a0c-4ffc-af4e-f5e0bcaaf7ae trace.line=82 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=13.957µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=825abc71-27cb-4452-b373-2ff53b5f075b trace.line=141 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=11.84µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c3ae9c46-3ddd-4d88-be8b-de3f33e459e8 trace.line=141 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721/data\", 0)" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=100.576µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=e6311e06-2ef7-48fa-ab12-45346597568d trace.line=124 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354/data\", 0)" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=60.955µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=e766a078-1d58-4396-803a-ff3d5c7335f5 trace.line=124 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=14.202µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=14f86f6d-7341-436a-bfc0-073c56a200ab trace.line=141 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=10.651µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f9fda25d-0038-40b7-b5b5-c143f6e6db1d trace.line=141 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=13.801µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=eaf79ba5-1f37-4a42-ad85-0ae76e58520a trace.line=141 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=7.942µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=89c5f903-f7ee-4846-9ed3-22b94ff2293b trace.line=141 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=12.185µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e8721ca3-9157-4b4f-8d21-a8b16ea80b79 trace.line=141 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354/data\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=8.098µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8dddd993-4471-4731-9546-463704bef95c trace.line=141 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=46.547µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=0f3b6bee-68ff-42b2-8def-c10386d7be2d trace.line=167 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354/data\", \"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\"" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=38.309µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=5cec5798-1eaa-43ad-9a62-5ec9b6800eb1 trace.line=167 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=58.961µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=1c1e3c48-c691-41a5-ae0d-6802b6cb17f3 trace.line=95 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.329Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=58.978µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=0d62081e-b1a3-4a7b-95d9-5a40b0693c01 trace.line=95 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=88.433µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=3ff193c4-d19a-4880-bd56-5dd1a153cd36 trace.line=181 vars.name=test vars.uuid=7bc0b6c5-0b0a-4c63-98e5-31db28e68721 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354\")" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=77.619µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=91789f24-509e-4d37-9e55-b099469a3aef trace.line=181 vars.name=test vars.uuid=805962ba-42fc-4c6b-b4ce-46bd704bd354 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=5149328e-41c6-4491-b430-d7350134f41a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49528" http.request.uri="/v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=3.722669ms http.response.status=201 http.response.written=0 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "PUT /v2/test/blobs/uploads/7bc0b6c5-0b0a-4c63-98e5-31db28e68721?_state=AliJgtbox9gQZXP4qki8t4Y4bfTBrxqfwnr2jFxW_Nx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjdiYzBiNmM1LTBiMGEtNGM2My05OGU1LTMxZGIyOGU2ODcyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0NTE1MTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e6ce6102-11b5-46c7-a1bc-f6171f8e1487 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=3.763998ms http.response.status=201 http.response.written=0 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "PUT /v2/test/blobs/uploads/805962ba-42fc-4c6b-b4ce-46bd704bd354?_state=MCNUGhXX8zaZ2rgBZnJw1-TfeCzNGN6fvi7AIZOp1It7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjgwNTk2MmJhLTQyZmMtNGM2Yi1iNGNlLTQ2YmQ3MDRiZDM1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMC0xOFQyMjoxNjo0Mi4xODQ0ODIxMzdaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=cb74b0fa-0e47-4903-b36c-06ce93e59fe6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg=GetImageManifest go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=cb74b0fa-0e47-4903-b36c-06ce93e59fe6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=cb74b0fa-0e47-4903-b36c-06ce93e59fe6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=21.784µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=79c019ed-7b67-4118-a2e6-b6fa50aed986 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=cb74b0fa-0e47-4903-b36c-06ce93e59fe6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="815.977µs" http.response.status=404 http.response.written=96 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.22+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg=PutImageManifest go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=32.779µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=30187e93-d59d-4352-9758-ba4c7578a431 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=12.144µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=412d4c37-913d-4477-a165-1a094fbc0dd5 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=18.01µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0b89a462-8568-4272-b1cd-623f27072ece trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=10.01µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5513da1a-3ee4-4280-ab85-84ca89f9287b trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=11.651µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=88f8e79b-28a0-43b5-afab-06e06b02df2e trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=44.291µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=96e6ea69-9f4a-43d7-af69-acc9ca2a615c trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=51.084µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=eb92b30b-4860-4627-91ee-9af0bb1dce0a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=23.761µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=849fdb95-c81c-44c8-86eb-37650bc05564 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=59.994µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=dc90a7e8-fc8b-4533-a9d8-63fef93b2acb trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=34.527µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=c3664454-e5bf-4923-992b-136ab8ec7e89 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c370ec9-0a45-4ced-9fd5-e9ab3eba12af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49522" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.587875ms http.response.status=201 http.response.written=0 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7d9a02ba-2296-4cf2-ad82-7cd98a5df14f http.request.method=GET http.request.remoteaddr="127.0.0.1:49544" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=7d9a02ba-2296-4cf2-ad82-7cd98a5df14f http.request.method=GET http.request.remoteaddr="127.0.0.1:49544" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="899.56µs" http.response.status=200 http.response.written=2 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4f39a5de-2af4-4879-9091-d1ed61e3ed18 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49554" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg=GetImageManifest go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4f39a5de-2af4-4879-9091-d1ed61e3ed18 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49554" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.330Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4f39a5de-2af4-4879-9091-d1ed61e3ed18 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49554" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=50.584µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6856c08a-5d60-403b-a472-56a4366cd6c5 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4f39a5de-2af4-4879-9091-d1ed61e3ed18 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49554" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4f39a5de-2af4-4879-9091-d1ed61e3ed18 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49554" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=26.289µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=bbd3d177-5de2-4d70-8f3c-6d5cbf7e460a trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4f39a5de-2af4-4879-9091-d1ed61e3ed18 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49554" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=15.089µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=67939f85-9590-4624-a8d4-0d006431183e trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4f39a5de-2af4-4879-9091-d1ed61e3ed18 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49554" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=17.485µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8ed665d8-2034-4984-aa99-4a298d46e048 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4f39a5de-2af4-4879-9091-d1ed61e3ed18 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49554" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference=latest version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4f39a5de-2af4-4879-9091-d1ed61e3ed18 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49554" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.261687ms http.response.status=200 http.response.written=417 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=493b1a3b-3bdf-4c5e-888e-8d386a7d9560 http.request.method=GET http.request.remoteaddr="127.0.0.1:49570" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg=GetImageManifest go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=493b1a3b-3bdf-4c5e-888e-8d386a7d9560 http.request.method=GET http.request.remoteaddr="127.0.0.1:49570" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=493b1a3b-3bdf-4c5e-888e-8d386a7d9560 http.request.method=GET http.request.remoteaddr="127.0.0.1:49570" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=493b1a3b-3bdf-4c5e-888e-8d386a7d9560 http.request.method=GET http.request.remoteaddr="127.0.0.1:49570" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=39.753µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=34b65a28-e70a-4079-b3a1-f3ce5dd8d2e4 trace.line=82 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=493b1a3b-3bdf-4c5e-888e-8d386a7d9560 http.request.method=GET http.request.remoteaddr="127.0.0.1:49570" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=14.244µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3bef82e8-7f1c-4143-9b47-289d88f4235d trace.line=141 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=493b1a3b-3bdf-4c5e-888e-8d386a7d9560 http.request.method=GET http.request.remoteaddr="127.0.0.1:49570" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=18.609µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4e1225b5-2c67-4e40-b307-8707c6c6e60c trace.line=82 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=493b1a3b-3bdf-4c5e-888e-8d386a7d9560 http.request.method=GET http.request.remoteaddr="127.0.0.1:49570" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=493b1a3b-3bdf-4c5e-888e-8d386a7d9560 http.request.method=GET http.request.remoteaddr="127.0.0.1:49570" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.279934ms http.response.status=200 http.response.written=417 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg=GetBlob go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=34.338µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=61844f5a-8ea2-47e8-99db-35a31c7df0a7 trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=14.481µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a3f188a2-134b-4e3f-81c3-a92e469a5611 trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg=GetBlob go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=19.126µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=a1860e46-36e0-4a75-824f-cef00cd0503f trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=35.618µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=bd0fd41d-a1b7-4694-96b5-b5b837c82262 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=8.985µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f0217e42-c9f8-45de-a799-3544625a21c3 trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=12.554µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=92f94ed6-a4fd-408f-865f-20036448c438 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.331Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=8.443µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=45923abe-6d41-4027-8da9-067a7a1ffdd5 trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=5.194µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=4bcc49a2-8667-4e29-9c27-f937a20f4e09 trace.line=193 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=16.664µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=19fc74d6-fa8f-405f-8295-3bf6c8d199b6 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=9.395µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b244ed15-96be-4070-8417-1b607edf2eaf trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\", 0)" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=13.694µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=610bcc24-ef39-447c-843d-4c67f55d2f61 trace.line=107 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=8.18µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5e202b97-b14c-4450-8266-5850dcb5a835 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=5.538µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=2aa0b34f-f373-4403-a03b-a4c9bfd475e7 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=19.381µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=094672dd-6d46-46bd-94f6-5c21863d295c trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=17.263µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=fbcb6927-8883-4a68-9af1-b86e9a0c1e81 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=9.673µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d2b1e3f6-4b6b-4daa-8695-65761ca095d7 trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=4034a3ad-3789-438d-9967-813d162b35ff http.request.method=GET http.request.remoteaddr="127.0.0.1:49584" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=1.658643ms http.response.status=200 http.response.written=194 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=25.172µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=752c880c-918c-43dc-bbd7-87cf17202552 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=10.781µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=cd5db445-ae6d-42ed-ba15-19f70bc3a53d trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=c728c44a-3668-48b5-9c91-170621f5778e http.request.method=GET http.request.remoteaddr="127.0.0.1:49596" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.153682ms http.response.status=200 http.response.written=68 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=8f96a58c-8c49-45d2-a87a-2571e227ba81 http.request.method=GET http.request.remoteaddr="127.0.0.1:49622" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=info msg="response completed" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=8f96a58c-8c49-45d2-a87a-2571e227ba81 http.request.method=GET http.request.remoteaddr="127.0.0.1:49622" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="771.849µs" http.response.status=200 http.response.written=2 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=69a3164f-f08b-4600-8f67-dfa3aa162630 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49636" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg=GetImageManifest go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=69a3164f-f08b-4600-8f67-dfa3aa162630 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49636" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=69a3164f-f08b-4600-8f67-dfa3aa162630 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49636" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=69a3164f-f08b-4600-8f67-dfa3aa162630 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49636" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=26.034µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=65a4d0b2-ca65-48d3-be27-a21647db5a08 trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=69a3164f-f08b-4600-8f67-dfa3aa162630 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49636" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=11.225µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d5ed0ba7-e942-46aa-a110-af9c9a0fec6c trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=69a3164f-f08b-4600-8f67-dfa3aa162630 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49636" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.070495ms http.response.status=404 http.response.written=181 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="authorizing request" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=24349ac2-c7de-40de-b6e8-ad7e032c5b92 http.request.method=GET http.request.remoteaddr="127.0.0.1:49648" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg=GetImageManifest go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=24349ac2-c7de-40de-b6e8-ad7e032c5b92 http.request.method=GET http.request.remoteaddr="127.0.0.1:49648" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=24349ac2-c7de-40de-b6e8-ad7e032c5b92 http.request.method=GET http.request.remoteaddr="127.0.0.1:49648" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.332Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=24349ac2-c7de-40de-b6e8-ad7e032c5b92 http.request.method=GET http.request.remoteaddr="127.0.0.1:49648" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=23.761µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2cdda6e0-ca44-43d5-98e0-a5e654d73ab0 trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.333Z] time="2023-10-18T22:16:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=24349ac2-c7de-40de-b6e8-ad7e032c5b92 http.request.method=GET http.request.remoteaddr="127.0.0.1:49648" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 trace.duration=12.382µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=085b97f0-ffa0-46ba-8639-ada4e1483efe trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.333Z] time="2023-10-18T22:16:42Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.10 http.request.host="127.0.0.1:5000" http.request.id=24349ac2-c7de-40de-b6e8-ad7e032c5b92 http.request.method=GET http.request.remoteaddr="127.0.0.1:49648" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.049448ms http.response.status=404 http.response.written=181 instance.id=a9a2dbb1-5863-4b51-a6f5-5ff242b7f4d1 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 22:16:42 [2023-10-18T22:16:42.333Z] 127.0.0.1 - - [18/Oct/2023:22:16:42 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.20.10 git-commit/535b70e90c59d249cfa5bb62cfdd140153a80d34 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 22:16:42 [2023-10-18T22:16:42.333Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s) 22:16:42 [2023-10-18T22:16:42.333Z] === RUN TestRemoveImageOrphaning 22:16:42 [2023-10-18T22:16:42.593Z] --- PASS: TestRemoveImageOrphaning (0.13s) 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestRemoveByDigest 22:16:42 [2023-10-18T22:16:42.593Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers 22:16:42 [2023-10-18T22:16:42.593Z] --- SKIP: TestRemoveByDigest (0.00s) 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestRemoveImageGarbageCollector 22:16:42 [2023-10-18T22:16:42.593Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:16:42 [2023-10-18T22:16:42.593Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestTagUnprefixedRepoByNameOrName 22:16:42 [2023-10-18T22:16:42.593Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestTagInvalidReference 22:16:42 [2023-10-18T22:16:42.593Z] --- PASS: TestTagInvalidReference (0.01s) 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestTagValidPrefixedRepo 22:16:42 [2023-10-18T22:16:42.593Z] --- PASS: TestTagValidPrefixedRepo (0.04s) 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestTagExistedNameWithoutForce 22:16:42 [2023-10-18T22:16:42.593Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestTagOfficialNames 22:16:42 [2023-10-18T22:16:42.593Z] --- PASS: TestTagOfficialNames (0.04s) 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestTagMatchesDigest 22:16:42 [2023-10-18T22:16:42.593Z] --- PASS: TestTagMatchesDigest (0.01s) 22:16:42 [2023-10-18T22:16:42.593Z] PASS 22:16:42 [2023-10-18T22:16:42.593Z] 22:16:42 [2023-10-18T22:16:42.593Z] === Skipped 22:16:42 [2023-10-18T22:16:42.593Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) 22:16:42 [2023-10-18T22:16:42.593Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out 22:16:42 [2023-10-18T22:16:42.593Z] 22:16:42 [2023-10-18T22:16:42.593Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s) 22:16:42 [2023-10-18T22:16:42.593Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers 22:16:42 [2023-10-18T22:16:42.593Z] 22:16:42 [2023-10-18T22:16:42.593Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) 22:16:42 [2023-10-18T22:16:42.593Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:16:42 [2023-10-18T22:16:42.593Z] 22:16:42 [2023-10-18T22:16:42.593Z] DONE 27 tests, 3 skipped in 1.170s 22:16:42 [2023-10-18T22:16:42.593Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 22:16:42 [2023-10-18T22:16:42.593Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m 22:16:42 [2023-10-18T22:16:42.593Z] ++ set -e 22:16:42 [2023-10-18T22:16:42.593Z] ++ '[' -n 0 ']' 22:16:42 [2023-10-18T22:16:42.593Z] ++ set -x 22:16:42 [2023-10-18T22:16:42.593Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestStripANSICommands 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestStripANSICommands/#00 22:16:42 [2023-10-18T22:16:42.593Z] === RUN TestStripANSICommands/#01 22:16:42 [2023-10-18T22:16:42.593Z] --- PASS: TestStripANSICommands (0.00s) 22:16:42 [2023-10-18T22:16:42.593Z] --- PASS: TestStripANSICommands/#00 (0.00s) 22:16:42 [2023-10-18T22:16:42.593Z] --- PASS: TestStripANSICommands/#01 (0.00s) 22:16:42 [2023-10-18T22:16:42.593Z] PASS 22:16:42 [2023-10-18T22:16:42.593Z] 22:16:42 [2023-10-18T22:16:42.593Z] DONE 3 tests in 0.009s 22:16:42 [2023-10-18T22:16:42.593Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 22:16:42 [2023-10-18T22:16:42.593Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m 22:16:42 [2023-10-18T22:16:42.593Z] ++ set -e 22:16:42 [2023-10-18T22:16:42.593Z] ++ '[' -n 0 ']' 22:16:42 [2023-10-18T22:16:42.593Z] ++ set -x 22:16:42 [2023-10-18T22:16:42.593Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m 22:16:42 [2023-10-18T22:16:42.853Z] INFO: Testing against a local daemon 22:16:42 [2023-10-18T22:16:42.853Z] === RUN TestNetworkCreateDelete 22:16:42 [2023-10-18T22:16:42.853Z] --- PASS: TestNetworkCreateDelete (0.19s) 22:16:42 [2023-10-18T22:16:42.853Z] === RUN TestDockerNetworkDeletePreferID 22:16:43 [2023-10-18T22:16:43.423Z] --- PASS: TestDockerNetworkDeletePreferID (0.53s) 22:16:43 [2023-10-18T22:16:43.423Z] === RUN TestDaemonDNSFallback 22:16:50 [2023-10-18T22:16:50.002Z] --- PASS: TestDaemonDNSFallback (6.23s) 22:16:50 [2023-10-18T22:16:50.002Z] === RUN TestInspectNetwork 22:16:52 [2023-10-18T22:16:52.543Z] === RUN TestInspectNetwork/full_network_id 22:16:52 [2023-10-18T22:16:52.543Z] === RUN TestInspectNetwork/partial_network_id 22:16:52 [2023-10-18T22:16:52.543Z] === RUN TestInspectNetwork/network_name 22:16:52 [2023-10-18T22:16:52.543Z] === RUN TestInspectNetwork/network_name_and_swarm_scope 22:16:56 [2023-10-18T22:16:56.743Z] --- PASS: TestInspectNetwork (6.97s) 22:16:56 [2023-10-18T22:16:56.743Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) 22:16:56 [2023-10-18T22:16:56.743Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) 22:16:56 [2023-10-18T22:16:56.743Z] --- PASS: TestInspectNetwork/network_name (0.00s) 22:16:56 [2023-10-18T22:16:56.743Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) 22:16:56 [2023-10-18T22:16:56.743Z] === RUN TestRunContainerWithBridgeNone 22:16:58 [2023-10-18T22:16:58.124Z] --- PASS: TestRunContainerWithBridgeNone (1.36s) 22:16:58 [2023-10-18T22:16:58.124Z] === RUN TestNetworkInvalidJSON 22:16:58 [2023-10-18T22:16:58.124Z] === RUN TestNetworkInvalidJSON/networks/create 22:16:58 [2023-10-18T22:16:58.124Z] === PAUSE TestNetworkInvalidJSON/networks/create 22:16:58 [2023-10-18T22:16:58.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect 22:16:58 [2023-10-18T22:16:58.124Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect 22:16:58 [2023-10-18T22:16:58.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect 22:16:58 [2023-10-18T22:16:58.124Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect 22:16:58 [2023-10-18T22:16:58.124Z] === CONT TestNetworkInvalidJSON/networks/create 22:16:58 [2023-10-18T22:16:58.124Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type 22:16:58 [2023-10-18T22:16:58.124Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect 22:16:58 [2023-10-18T22:16:58.124Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect 22:16:58 [2023-10-18T22:16:58.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type 22:16:58 [2023-10-18T22:16:58.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type 22:16:58 [2023-10-18T22:16:58.124Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON 22:16:58 [2023-10-18T22:16:58.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON 22:16:58 [2023-10-18T22:16:58.124Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON 22:16:58 [2023-10-18T22:16:58.125Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON 22:16:58 [2023-10-18T22:16:58.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON 22:16:58 [2023-10-18T22:16:58.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON 22:16:58 [2023-10-18T22:16:58.125Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body 22:16:58 [2023-10-18T22:16:58.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body 22:16:58 [2023-10-18T22:16:58.125Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON (0.01s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] === RUN TestNetworkList 22:16:58 [2023-10-18T22:16:58.125Z] === RUN TestNetworkList//networks 22:16:58 [2023-10-18T22:16:58.125Z] === PAUSE TestNetworkList//networks 22:16:58 [2023-10-18T22:16:58.125Z] === RUN TestNetworkList//networks/ 22:16:58 [2023-10-18T22:16:58.125Z] === PAUSE TestNetworkList//networks/ 22:16:58 [2023-10-18T22:16:58.125Z] === CONT TestNetworkList//networks 22:16:58 [2023-10-18T22:16:58.125Z] === CONT TestNetworkList//networks/ 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkList (0.01s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkList//networks (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] --- PASS: TestNetworkList//networks/ (0.00s) 22:16:58 [2023-10-18T22:16:58.125Z] === RUN TestHostIPv4BridgeLabel 22:16:58 [2023-10-18T22:16:58.694Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) 22:16:58 [2023-10-18T22:16:58.694Z] === RUN TestDefaultNetworkOpts 22:16:58 [2023-10-18T22:16:58.694Z] === RUN TestDefaultNetworkOpts/default_value 22:17:00 [2023-10-18T22:17:00.077Z] === RUN TestDefaultNetworkOpts/cmdline_value 22:17:01 [2023-10-18T22:17:01.459Z] === RUN TestDefaultNetworkOpts/config-from_value 22:17:02 [2023-10-18T22:17:02.840Z] --- PASS: TestDefaultNetworkOpts (4.05s) 22:17:02 [2023-10-18T22:17:02.840Z] --- PASS: TestDefaultNetworkOpts/default_value (1.39s) 22:17:02 [2023-10-18T22:17:02.840Z] --- PASS: TestDefaultNetworkOpts/cmdline_value (1.35s) 22:17:02 [2023-10-18T22:17:02.840Z] --- PASS: TestDefaultNetworkOpts/config-from_value (1.31s) 22:17:02 [2023-10-18T22:17:02.840Z] === RUN TestDaemonRestartWithLiveRestore 22:17:03 [2023-10-18T22:17:03.780Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) 22:17:03 [2023-10-18T22:17:03.780Z] === RUN TestDaemonDefaultNetworkPools 22:17:04 [2023-10-18T22:17:04.720Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) 22:17:04 [2023-10-18T22:17:04.720Z] === RUN TestDaemonRestartWithExistingNetwork 22:17:05 [2023-10-18T22:17:05.661Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) 22:17:05 [2023-10-18T22:17:05.661Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange 22:17:07 [2023-10-18T22:17:07.044Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) 22:17:07 [2023-10-18T22:17:07.044Z] === RUN TestDaemonWithBipAndDefaultNetworkPool 22:17:07 [2023-10-18T22:17:07.614Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) 22:17:07 [2023-10-18T22:17:07.614Z] === RUN TestServiceWithPredefinedNetwork 22:17:10 [2023-10-18T22:17:10.154Z] --- PASS: TestServiceWithPredefinedNetwork (2.36s) 22:17:10 [2023-10-18T22:17:10.154Z] === RUN TestServiceRemoveKeepsIngressNetwork 22:17:10 [2023-10-18T22:17:10.154Z] service_test.go:242: FLAKY_TEST 22:17:10 [2023-10-18T22:17:10.154Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) 22:17:10 [2023-10-18T22:17:10.154Z] === RUN TestServiceWithDataPathPortInit 22:17:25 [2023-10-18T22:17:25.051Z] --- PASS: TestServiceWithDataPathPortInit (13.52s) 22:17:25 [2023-10-18T22:17:25.051Z] === RUN TestServiceWithDefaultAddressPoolInit 22:17:25 [2023-10-18T22:17:25.621Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:z7w9q6ajcu3oq7lf4q50hf6sd Created:2023-10-18 22:17:24.634382663 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[28c300f433bdaba71d7b2320339b24a6757e6ccd962ea50c7cceae414440356c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.60yvosfrgrs0qyitud7rbqul9 EndpointID:bf96766633b74f062aed94421e2ec09f12291435d293135a16347e6dd572ba03 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:08a60d1cd754cfdec828ac21c568b6f809aebea2af9bd0342d1ade208ca446cd MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:816f73aac87b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.60yvosfrgrs0qyitud7rbqul9 EndpointID:bf96766633b74f062aed94421e2ec09f12291435d293135a16347e6dd572ba03 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} 22:17:30 [2023-10-18T22:17:30.902Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.70s) 22:17:30 [2023-10-18T22:17:30.902Z] PASS 22:17:30 [2023-10-18T22:17:30.902Z] 22:17:30 [2023-10-18T22:17:30.902Z] === Skipped 22:17:30 [2023-10-18T22:17:30.902Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) 22:17:30 [2023-10-18T22:17:30.902Z] service_test.go:242: FLAKY_TEST 22:17:30 [2023-10-18T22:17:30.902Z] 22:17:30 [2023-10-18T22:17:30.902Z] DONE 42 tests, 1 skipped in 47.443s 22:17:30 [2023-10-18T22:17:30.902Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 22:17:30 [2023-10-18T22:17:30.902Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m 22:17:30 [2023-10-18T22:17:30.902Z] ++ set -e 22:17:30 [2023-10-18T22:17:30.902Z] ++ '[' -n 0 ']' 22:17:30 [2023-10-18T22:17:30.902Z] ++ set -x 22:17:30 [2023-10-18T22:17:30.902Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m 22:17:30 [2023-10-18T22:17:30.902Z] INFO: Testing against a local daemon 22:17:30 [2023-10-18T22:17:30.903Z] === RUN TestDockerNetworkIpvlanPersistance 22:17:30 [2023-10-18T22:17:30.903Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 22:17:30 [2023-10-18T22:17:30.903Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) 22:17:30 [2023-10-18T22:17:30.903Z] === RUN TestDockerNetworkIpvlan 22:17:30 [2023-10-18T22:17:30.903Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 22:17:30 [2023-10-18T22:17:30.903Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) 22:17:30 [2023-10-18T22:17:30.903Z] PASS 22:17:30 [2023-10-18T22:17:30.903Z] 22:17:30 [2023-10-18T22:17:30.903Z] === Skipped 22:17:30 [2023-10-18T22:17:30.903Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) 22:17:30 [2023-10-18T22:17:30.903Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 22:17:30 [2023-10-18T22:17:30.903Z] 22:17:30 [2023-10-18T22:17:30.903Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) 22:17:30 [2023-10-18T22:17:30.903Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 22:17:30 [2023-10-18T22:17:30.903Z] 22:17:30 [2023-10-18T22:17:30.903Z] DONE 2 tests, 2 skipped in 0.033s 22:17:30 [2023-10-18T22:17:30.903Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 22:17:30 [2023-10-18T22:17:30.903Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m 22:17:30 [2023-10-18T22:17:30.903Z] ++ set -e 22:17:30 [2023-10-18T22:17:30.903Z] ++ '[' -n 0 ']' 22:17:30 [2023-10-18T22:17:30.903Z] ++ set -x 22:17:30 [2023-10-18T22:17:30.903Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m 22:17:30 [2023-10-18T22:17:30.903Z] INFO: Testing against a local daemon 22:17:30 [2023-10-18T22:17:30.903Z] === RUN TestDockerNetworkMacvlanPersistance 22:17:31 [2023-10-18T22:17:31.473Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.26s) 22:17:31 [2023-10-18T22:17:31.473Z] === RUN TestDockerNetworkMacvlan 22:17:32 [2023-10-18T22:17:32.043Z] === RUN TestDockerNetworkMacvlan/Subinterface 22:17:32 [2023-10-18T22:17:32.983Z] === RUN TestDockerNetworkMacvlan/OverlapParent 22:17:33 [2023-10-18T22:17:33.554Z] === RUN TestDockerNetworkMacvlan/NilParent 22:17:35 [2023-10-18T22:17:35.465Z] === RUN TestDockerNetworkMacvlan/InternalMode 22:17:36 [2023-10-18T22:17:36.846Z] === RUN TestDockerNetworkMacvlan/MultiSubnet 22:17:39 [2023-10-18T22:17:39.388Z] === RUN TestDockerNetworkMacvlan/Addressing 22:17:39 [2023-10-18T22:17:39.957Z] --- PASS: TestDockerNetworkMacvlan (8.52s) 22:17:39 [2023-10-18T22:17:39.957Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) 22:17:39 [2023-10-18T22:17:39.957Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) 22:17:39 [2023-10-18T22:17:39.957Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.72s) 22:17:39 [2023-10-18T22:17:39.957Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.65s) 22:17:39 [2023-10-18T22:17:39.957Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.42s) 22:17:39 [2023-10-18T22:17:39.957Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.40s) 22:17:39 [2023-10-18T22:17:39.957Z] PASS 22:17:39 [2023-10-18T22:17:39.957Z] 22:17:39 [2023-10-18T22:17:39.957Z] DONE 8 tests in 9.814s 22:17:39 [2023-10-18T22:17:39.957Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 22:17:39 [2023-10-18T22:17:39.957Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m 22:17:39 [2023-10-18T22:17:39.957Z] ++ set -e 22:17:39 [2023-10-18T22:17:39.957Z] ++ '[' -n 0 ']' 22:17:39 [2023-10-18T22:17:39.957Z] ++ set -x 22:17:39 [2023-10-18T22:17:39.957Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m 22:17:39 [2023-10-18T22:17:39.957Z] testing: warning: no tests to run 22:17:39 [2023-10-18T22:17:39.957Z] PASS 22:17:39 [2023-10-18T22:17:39.957Z] 22:17:39 [2023-10-18T22:17:39.957Z] DONE 0 tests in 0.008s 22:17:39 [2023-10-18T22:17:39.957Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 22:17:39 [2023-10-18T22:17:39.958Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m 22:17:39 [2023-10-18T22:17:39.958Z] ++ set -e 22:17:39 [2023-10-18T22:17:39.958Z] ++ '[' -n 0 ']' 22:17:39 [2023-10-18T22:17:39.958Z] ++ set -x 22:17:39 [2023-10-18T22:17:39.958Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m 22:17:40 [2023-10-18T22:17:40.217Z] INFO: Testing against a local daemon 22:17:40 [2023-10-18T22:17:40.217Z] === RUN TestAuthZPluginAllowRequest 22:17:41 [2023-10-18T22:17:41.157Z] --- PASS: TestAuthZPluginAllowRequest (1.03s) 22:17:41 [2023-10-18T22:17:41.157Z] === RUN TestAuthZPluginTLS 22:17:41 [2023-10-18T22:17:41.727Z] --- PASS: TestAuthZPluginTLS (0.55s) 22:17:41 [2023-10-18T22:17:41.727Z] === RUN TestAuthZPluginDenyRequest 22:17:42 [2023-10-18T22:17:42.297Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) 22:17:42 [2023-10-18T22:17:42.297Z] === RUN TestAuthZPluginAPIDenyResponse 22:17:42 [2023-10-18T22:17:42.867Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) 22:17:42 [2023-10-18T22:17:42.867Z] === RUN TestAuthZPluginDenyResponse 22:17:43 [2023-10-18T22:17:43.127Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) 22:17:43 [2023-10-18T22:17:43.127Z] === RUN TestAuthZPluginAllowEventStream 22:17:44 [2023-10-18T22:17:44.509Z] --- PASS: TestAuthZPluginAllowEventStream (1.08s) 22:17:44 [2023-10-18T22:17:44.509Z] === RUN TestAuthZPluginErrorResponse 22:17:44 [2023-10-18T22:17:44.769Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) 22:17:44 [2023-10-18T22:17:44.769Z] === RUN TestAuthZPluginErrorRequest 22:17:45 [2023-10-18T22:17:45.339Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) 22:17:45 [2023-10-18T22:17:45.339Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration 22:17:45 [2023-10-18T22:17:45.910Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) 22:17:45 [2023-10-18T22:17:45.910Z] === RUN TestAuthZPluginEnsureLoadImportWorking 22:17:47 [2023-10-18T22:17:47.293Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.31s) 22:17:47 [2023-10-18T22:17:47.293Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom 22:17:48 [2023-10-18T22:17:48.675Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.18s) 22:17:48 [2023-10-18T22:17:48.675Z] === RUN TestAuthZPluginHeader 22:17:48 [2023-10-18T22:17:48.935Z] --- PASS: TestAuthZPluginHeader (0.61s) 22:17:48 [2023-10-18T22:17:48.935Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest 22:17:48 [2023-10-18T22:17:48.935Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:17:48 [2023-10-18T22:17:48.935Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) 22:17:48 [2023-10-18T22:17:48.935Z] === RUN TestAuthZPluginV2Disable 22:17:48 [2023-10-18T22:17:48.935Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:17:48 [2023-10-18T22:17:48.935Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) 22:17:48 [2023-10-18T22:17:48.935Z] === RUN TestAuthZPluginV2RejectVolumeRequests 22:17:48 [2023-10-18T22:17:48.935Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:17:48 [2023-10-18T22:17:48.935Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) 22:17:48 [2023-10-18T22:17:48.935Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart 22:17:48 [2023-10-18T22:17:48.935Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:17:48 [2023-10-18T22:17:48.935Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) 22:17:48 [2023-10-18T22:17:48.935Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) 22:18:07 [2023-10-18T22:18:07.038Z] PASS 22:18:07 [2023-10-18T22:18:07.038Z] 22:18:07 [2023-10-18T22:18:07.038Z] === Skipped 22:18:07 [2023-10-18T22:18:07.038Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:07 [2023-10-18T22:18:07.038Z] 22:18:07 [2023-10-18T22:18:07.038Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:07 [2023-10-18T22:18:07.038Z] 22:18:07 [2023-10-18T22:18:07.038Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:07 [2023-10-18T22:18:07.038Z] 22:18:07 [2023-10-18T22:18:07.038Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:07 [2023-10-18T22:18:07.038Z] 22:18:07 [2023-10-18T22:18:07.038Z] DONE 17 tests, 4 skipped in 25.849s 22:18:07 [2023-10-18T22:18:07.038Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 22:18:07 [2023-10-18T22:18:07.038Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m 22:18:07 [2023-10-18T22:18:07.038Z] ++ set -e 22:18:07 [2023-10-18T22:18:07.038Z] ++ '[' -n 0 ']' 22:18:07 [2023-10-18T22:18:07.038Z] ++ set -x 22:18:07 [2023-10-18T22:18:07.038Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m 22:18:07 [2023-10-18T22:18:07.038Z] INFO: Testing against a local daemon 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/foobar/set 22:18:07 [2023-10-18T22:18:07.038Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade 22:18:07 [2023-10-18T22:18:07.038Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/pull 22:18:07 [2023-10-18T22:18:07.038Z] === PAUSE TestPluginInvalidJSON/plugins/pull 22:18:07 [2023-10-18T22:18:07.038Z] === CONT TestPluginInvalidJSON/plugins/foobar/set 22:18:07 [2023-10-18T22:18:07.038Z] === CONT TestPluginInvalidJSON/plugins/pull 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type 22:18:07 [2023-10-18T22:18:07.038Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON (0.01s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInstall 22:18:07 [2023-10-18T22:18:07.038Z] === RUN TestPluginInstall/no_auth 22:18:08 [2023-10-18T22:18:08.957Z] time="2023-10-18T22:18:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:08 [2023-10-18T22:18:08.957Z] time="2023-10-18T22:18:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0b2404dbdf2dc9ce53233d226663a7a764389cd19455711f8aa1a71377866c27" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:08 [2023-10-18T22:18:08.957Z] time="2023-10-18T22:18:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:08 [2023-10-18T22:18:08.957Z] time="2023-10-18T22:18:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0b2404dbdf2dc9ce53233d226663a7a764389cd19455711f8aa1a71377866c27" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:08 [2023-10-18T22:18:08.957Z] === RUN TestPluginInstall/with_htpasswd 22:18:09 [2023-10-18T22:18:09.217Z] time="2023-10-18T22:18:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:09 [2023-10-18T22:18:09.217Z] time="2023-10-18T22:18:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0b2404dbdf2dc9ce53233d226663a7a764389cd19455711f8aa1a71377866c27" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:09 [2023-10-18T22:18:09.217Z] time="2023-10-18T22:18:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:09 [2023-10-18T22:18:09.217Z] time="2023-10-18T22:18:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0b2404dbdf2dc9ce53233d226663a7a764389cd19455711f8aa1a71377866c27" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:09 [2023-10-18T22:18:09.477Z] === RUN TestPluginInstall/with_insecure 22:18:10 [2023-10-18T22:18:10.417Z] time="2023-10-18T22:18:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:10 [2023-10-18T22:18:10.417Z] time="2023-10-18T22:18:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:343eb57c4d5682e70bc0fa02779d923765afadd78a8021f9c3356822453560cd" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:10 [2023-10-18T22:18:10.417Z] time="2023-10-18T22:18:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 22:18:10 [2023-10-18T22:18:10.417Z] time="2023-10-18T22:18:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:343eb57c4d5682e70bc0fa02779d923765afadd78a8021f9c3356822453560cd" mediatype=application/vnd.docker.plugin.v1+json size=522 22:18:10 [2023-10-18T22:18:10.417Z] plugin_test.go:195: [d6d32bb8a6897] daemon is not started 22:18:10 [2023-10-18T22:18:10.417Z] --- PASS: TestPluginInstall (4.51s) 22:18:10 [2023-10-18T22:18:10.417Z] --- PASS: TestPluginInstall/no_auth (3.07s) 22:18:10 [2023-10-18T22:18:10.417Z] --- PASS: TestPluginInstall/with_htpasswd (0.50s) 22:18:10 [2023-10-18T22:18:10.417Z] --- PASS: TestPluginInstall/with_insecure (0.95s) 22:18:10 [2023-10-18T22:18:10.417Z] === RUN TestPluginsWithRuntimes 22:18:12 [2023-10-18T22:18:12.326Z] === RUN TestPluginsWithRuntimes/No_Args 22:18:12 [2023-10-18T22:18:12.897Z] === RUN TestPluginsWithRuntimes/With_Args 22:18:13 [2023-10-18T22:18:13.837Z] --- PASS: TestPluginsWithRuntimes (3.30s) 22:18:13 [2023-10-18T22:18:13.837Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) 22:18:13 [2023-10-18T22:18:13.837Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.90s) 22:18:13 [2023-10-18T22:18:13.837Z] === RUN TestPluginBackCompatMediaTypes 22:18:14 [2023-10-18T22:18:14.407Z] --- PASS: TestPluginBackCompatMediaTypes (0.51s) 22:18:14 [2023-10-18T22:18:14.407Z] PASS 22:18:14 [2023-10-18T22:18:14.407Z] 22:18:14 [2023-10-18T22:18:14.407Z] DONE 24 tests in 8.371s 22:18:14 [2023-10-18T22:18:14.407Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 22:18:14 [2023-10-18T22:18:14.407Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m 22:18:14 [2023-10-18T22:18:14.407Z] ++ set -e 22:18:14 [2023-10-18T22:18:14.407Z] ++ '[' -n 0 ']' 22:18:14 [2023-10-18T22:18:14.407Z] ++ set -x 22:18:14 [2023-10-18T22:18:14.407Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m 22:18:14 [2023-10-18T22:18:14.407Z] INFO: Testing against a local daemon 22:18:14 [2023-10-18T22:18:14.407Z] === RUN TestExternalGraphDriver 22:18:14 [2023-10-18T22:18:14.667Z] === RUN TestExternalGraphDriver/json 22:18:16 [2023-10-18T22:18:16.577Z] === RUN TestExternalGraphDriver/spec 22:18:17 [2023-10-18T22:18:17.960Z] === RUN TestExternalGraphDriver/pull 22:18:21 [2023-10-18T22:18:21.256Z] --- PASS: TestExternalGraphDriver (6.52s) 22:18:21 [2023-10-18T22:18:21.256Z] --- PASS: TestExternalGraphDriver/json (1.53s) 22:18:21 [2023-10-18T22:18:21.256Z] --- PASS: TestExternalGraphDriver/spec (1.52s) 22:18:21 [2023-10-18T22:18:21.256Z] --- PASS: TestExternalGraphDriver/pull (3.13s) 22:18:21 [2023-10-18T22:18:21.256Z] === RUN TestGraphdriverPluginV2 22:18:21 [2023-10-18T22:18:21.256Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:21 [2023-10-18T22:18:21.256Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) 22:18:21 [2023-10-18T22:18:21.256Z] PASS 22:18:21 [2023-10-18T22:18:21.256Z] 22:18:21 [2023-10-18T22:18:21.256Z] === Skipped 22:18:21 [2023-10-18T22:18:21.256Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) 22:18:21 [2023-10-18T22:18:21.256Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:18:21 [2023-10-18T22:18:21.256Z] 22:18:21 [2023-10-18T22:18:21.256Z] DONE 5 tests, 1 skipped in 6.880s 22:18:21 [2023-10-18T22:18:21.256Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 22:18:21 [2023-10-18T22:18:21.256Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m 22:18:21 [2023-10-18T22:18:21.256Z] ++ set -e 22:18:21 [2023-10-18T22:18:21.256Z] ++ '[' -n 0 ']' 22:18:21 [2023-10-18T22:18:21.256Z] ++ set -x 22:18:21 [2023-10-18T22:18:21.256Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m 22:18:21 [2023-10-18T22:18:21.256Z] INFO: Testing against a local daemon 22:18:21 [2023-10-18T22:18:21.256Z] === RUN TestContinueAfterPluginCrash 22:18:21 [2023-10-18T22:18:21.256Z] === PAUSE TestContinueAfterPluginCrash 22:18:21 [2023-10-18T22:18:21.256Z] === RUN TestReadPluginNoRead 22:18:21 [2023-10-18T22:18:21.256Z] === PAUSE TestReadPluginNoRead 22:18:21 [2023-10-18T22:18:21.256Z] === RUN TestDaemonStartWithLogOpt 22:18:21 [2023-10-18T22:18:21.256Z] === PAUSE TestDaemonStartWithLogOpt 22:18:21 [2023-10-18T22:18:21.256Z] === CONT TestDaemonStartWithLogOpt 22:18:21 [2023-10-18T22:18:21.256Z] === CONT TestReadPluginNoRead 22:18:21 [2023-10-18T22:18:21.256Z] === CONT TestContinueAfterPluginCrash 22:18:23 [2023-10-18T22:18:23.798Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching 22:18:23 [2023-10-18T22:18:23.798Z] --- PASS: TestDaemonStartWithLogOpt (2.66s) 22:18:24 [2023-10-18T22:18:24.738Z] === RUN TestReadPluginNoRead/default 22:18:25 [2023-10-18T22:18:25.677Z] === RUN TestReadPluginNoRead/disabled_caching 22:18:27 [2023-10-18T22:18:27.060Z] read_test.go:91: [d5a8eb3a4e389] daemon is not started 22:18:27 [2023-10-18T22:18:27.060Z] --- PASS: TestReadPluginNoRead (5.62s) 22:18:27 [2023-10-18T22:18:27.060Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.19s) 22:18:27 [2023-10-18T22:18:27.060Z] --- PASS: TestReadPluginNoRead/default (1.20s) 22:18:27 [2023-10-18T22:18:27.060Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.13s) 22:18:28 [2023-10-18T22:18:28.969Z] --- PASS: TestContinueAfterPluginCrash (7.56s) 22:18:28 [2023-10-18T22:18:28.969Z] PASS 22:18:28 [2023-10-18T22:18:28.969Z] 22:18:28 [2023-10-18T22:18:28.969Z] DONE 6 tests in 7.592s 22:18:28 [2023-10-18T22:18:28.969Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 22:18:28 [2023-10-18T22:18:28.969Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m 22:18:28 [2023-10-18T22:18:28.969Z] ++ set -e 22:18:28 [2023-10-18T22:18:28.969Z] ++ '[' -n 0 ']' 22:18:28 [2023-10-18T22:18:28.969Z] ++ set -x 22:18:28 [2023-10-18T22:18:28.969Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m 22:18:28 [2023-10-18T22:18:28.969Z] testing: warning: no tests to run 22:18:28 [2023-10-18T22:18:28.969Z] PASS 22:18:28 [2023-10-18T22:18:28.969Z] 22:18:28 [2023-10-18T22:18:28.969Z] DONE 0 tests in 0.008s 22:18:28 [2023-10-18T22:18:28.969Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 22:18:28 [2023-10-18T22:18:28.969Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m 22:18:28 [2023-10-18T22:18:28.969Z] ++ set -e 22:18:28 [2023-10-18T22:18:28.969Z] ++ '[' -n 0 ']' 22:18:28 [2023-10-18T22:18:28.969Z] ++ set -x 22:18:28 [2023-10-18T22:18:28.969Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m 22:18:28 [2023-10-18T22:18:28.969Z] INFO: Testing against a local daemon 22:18:28 [2023-10-18T22:18:28.969Z] === RUN TestPluginWithDevMounts 22:18:28 [2023-10-18T22:18:28.969Z] === PAUSE TestPluginWithDevMounts 22:18:28 [2023-10-18T22:18:28.969Z] === CONT TestPluginWithDevMounts 22:18:30 [2023-10-18T22:18:30.351Z] --- PASS: TestPluginWithDevMounts (1.51s) 22:18:30 [2023-10-18T22:18:30.351Z] PASS 22:18:30 [2023-10-18T22:18:30.351Z] 22:18:30 [2023-10-18T22:18:30.351Z] DONE 1 tests in 1.544s 22:18:30 [2023-10-18T22:18:30.351Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 22:18:30 [2023-10-18T22:18:30.351Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m 22:18:30 [2023-10-18T22:18:30.351Z] ++ set -e 22:18:30 [2023-10-18T22:18:30.351Z] ++ '[' -n 0 ']' 22:18:30 [2023-10-18T22:18:30.351Z] ++ set -x 22:18:30 [2023-10-18T22:18:30.351Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m 22:18:30 [2023-10-18T22:18:30.351Z] INFO: Testing against a local daemon 22:18:30 [2023-10-18T22:18:30.351Z] === RUN TestSecretInspect 22:18:32 [2023-10-18T22:18:32.260Z] --- PASS: TestSecretInspect (1.90s) 22:18:32 [2023-10-18T22:18:32.260Z] === RUN TestSecretList 22:18:34 [2023-10-18T22:18:34.801Z] --- PASS: TestSecretList (2.00s) 22:18:34 [2023-10-18T22:18:34.801Z] === RUN TestSecretsCreateAndDelete 22:18:36 [2023-10-18T22:18:36.182Z] --- PASS: TestSecretsCreateAndDelete (1.90s) 22:18:36 [2023-10-18T22:18:36.182Z] === RUN TestSecretsUpdate 22:18:38 [2023-10-18T22:18:38.093Z] --- PASS: TestSecretsUpdate (1.90s) 22:18:38 [2023-10-18T22:18:38.093Z] === RUN TestTemplatedSecret 22:18:40 [2023-10-18T22:18:40.633Z] --- PASS: TestTemplatedSecret (2.57s) 22:18:40 [2023-10-18T22:18:40.633Z] === RUN TestSecretCreateResolve 22:18:42 [2023-10-18T22:18:42.544Z] --- PASS: TestSecretCreateResolve (1.96s) 22:18:42 [2023-10-18T22:18:42.544Z] PASS 22:18:42 [2023-10-18T22:18:42.804Z] 22:18:42 [2023-10-18T22:18:42.804Z] DONE 6 tests in 12.272s 22:18:42 [2023-10-18T22:18:42.804Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 22:18:42 [2023-10-18T22:18:42.804Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m 22:18:42 [2023-10-18T22:18:42.804Z] ++ set -e 22:18:42 [2023-10-18T22:18:42.804Z] ++ '[' -n 0 ']' 22:18:42 [2023-10-18T22:18:42.804Z] ++ set -x 22:18:42 [2023-10-18T22:18:42.804Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m 22:18:42 [2023-10-18T22:18:42.804Z] INFO: Testing against a local daemon 22:18:42 [2023-10-18T22:18:42.804Z] === RUN TestServiceCreateInit 22:18:42 [2023-10-18T22:18:42.804Z] === RUN TestServiceCreateInit/daemonInitDisabled 22:18:47 [2023-10-18T22:18:47.004Z] === RUN TestServiceCreateInit/daemonInitEnabled 22:18:50 [2023-10-18T22:18:50.299Z] --- PASS: TestServiceCreateInit (7.44s) 22:18:50 [2023-10-18T22:18:50.299Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.79s) 22:18:50 [2023-10-18T22:18:50.299Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.64s) 22:18:50 [2023-10-18T22:18:50.299Z] === RUN TestCreateServiceMultipleTimes 22:19:05 [2023-10-18T22:19:05.198Z] --- PASS: TestCreateServiceMultipleTimes (15.11s) 22:19:05 [2023-10-18T22:19:05.198Z] === RUN TestCreateServiceConflict 22:19:07 [2023-10-18T22:19:07.739Z] --- PASS: TestCreateServiceConflict (1.99s) 22:19:07 [2023-10-18T22:19:07.739Z] === RUN TestCreateServiceMaxReplicas 22:19:10 [2023-10-18T22:19:10.280Z] --- PASS: TestCreateServiceMaxReplicas (2.87s) 22:19:10 [2023-10-18T22:19:10.280Z] === RUN TestCreateWithDuplicateNetworkNames 22:19:25 [2023-10-18T22:19:25.180Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.80s) 22:19:25 [2023-10-18T22:19:25.180Z] === RUN TestCreateServiceSecretFileMode 22:19:37 [2023-10-18T22:19:37.400Z] --- PASS: TestCreateServiceSecretFileMode (12.57s) 22:19:37 [2023-10-18T22:19:37.400Z] === RUN TestCreateServiceConfigFileMode 22:19:49 [2023-10-18T22:19:49.623Z] --- PASS: TestCreateServiceConfigFileMode (12.58s) 22:19:49 [2023-10-18T22:19:49.623Z] === RUN TestCreateServiceSysctls 22:19:51 [2023-10-18T22:19:51.534Z] --- PASS: TestCreateServiceSysctls (3.21s) 22:19:51 [2023-10-18T22:19:51.534Z] === RUN TestCreateServiceCapabilities 22:19:54 [2023-10-18T22:19:54.075Z] --- PASS: TestCreateServiceCapabilities (2.48s) 22:19:54 [2023-10-18T22:19:54.075Z] === RUN TestInspect 22:19:56 [2023-10-18T22:19:56.616Z] --- PASS: TestInspect (2.87s) 22:19:56 [2023-10-18T22:19:56.616Z] === RUN TestCreateJob 22:19:59 [2023-10-18T22:19:59.911Z] --- PASS: TestCreateJob (3.13s) 22:19:59 [2023-10-18T22:19:59.911Z] === RUN TestReplicatedJob 22:20:05 [2023-10-18T22:20:05.194Z] --- PASS: TestReplicatedJob (5.43s) 22:20:05 [2023-10-18T22:20:05.194Z] === RUN TestUpdateReplicatedJob 22:20:08 [2023-10-18T22:20:08.489Z] --- PASS: TestUpdateReplicatedJob (3.05s) 22:20:08 [2023-10-18T22:20:08.489Z] === RUN TestServiceListWithStatuses 22:20:08 [2023-10-18T22:20:08.489Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 22:20:08 [2023-10-18T22:20:08.489Z] --- SKIP: TestServiceListWithStatuses (0.00s) 22:20:08 [2023-10-18T22:20:08.489Z] === RUN TestDockerNetworkConnectAlias 22:20:12 [2023-10-18T22:20:12.688Z] --- PASS: TestDockerNetworkConnectAlias (3.96s) 22:20:12 [2023-10-18T22:20:12.688Z] === RUN TestDockerNetworkReConnect 22:20:15 [2023-10-18T22:20:15.984Z] --- PASS: TestDockerNetworkReConnect (3.20s) 22:20:15 [2023-10-18T22:20:15.984Z] === RUN TestServicePlugin 22:20:15 [2023-10-18T22:20:15.984Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:20:15 [2023-10-18T22:20:15.984Z] --- SKIP: TestServicePlugin (0.00s) 22:20:15 [2023-10-18T22:20:15.984Z] === RUN TestServiceUpdateLabel 22:20:17 [2023-10-18T22:20:17.366Z] --- PASS: TestServiceUpdateLabel (2.01s) 22:20:17 [2023-10-18T22:20:17.366Z] === RUN TestServiceUpdateSecrets 22:20:32 [2023-10-18T22:20:32.263Z] --- PASS: TestServiceUpdateSecrets (14.50s) 22:20:32 [2023-10-18T22:20:32.263Z] === RUN TestServiceUpdateConfigs 22:20:47 [2023-10-18T22:20:47.162Z] --- PASS: TestServiceUpdateConfigs (14.48s) 22:20:47 [2023-10-18T22:20:47.162Z] === RUN TestServiceUpdateNetwork 22:20:59 [2023-10-18T22:20:59.387Z] --- PASS: TestServiceUpdateNetwork (12.13s) 22:20:59 [2023-10-18T22:20:59.387Z] === RUN TestServiceUpdatePidsLimit 22:20:59 [2023-10-18T22:20:59.647Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 22:21:00 [2023-10-18T22:21:00.587Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 22:21:07 [2023-10-18T22:21:07.165Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestServiceUpdatePidsLimit (16.17s) 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.87s) 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.77s) 22:21:15 [2023-10-18T22:21:15.297Z] PASS 22:21:15 [2023-10-18T22:21:15.297Z] 22:21:15 [2023-10-18T22:21:15.297Z] === Skipped 22:21:15 [2023-10-18T22:21:15.297Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) 22:21:15 [2023-10-18T22:21:15.297Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 22:21:15 [2023-10-18T22:21:15.297Z] 22:21:15 [2023-10-18T22:21:15.297Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) 22:21:15 [2023-10-18T22:21:15.297Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 22:21:15 [2023-10-18T22:21:15.297Z] 22:21:15 [2023-10-18T22:21:15.297Z] DONE 27 tests, 2 skipped in 152.013s 22:21:15 [2023-10-18T22:21:15.297Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 22:21:15 [2023-10-18T22:21:15.297Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m 22:21:15 [2023-10-18T22:21:15.297Z] ++ set -e 22:21:15 [2023-10-18T22:21:15.297Z] ++ '[' -n 0 ']' 22:21:15 [2023-10-18T22:21:15.297Z] ++ set -x 22:21:15 [2023-10-18T22:21:15.297Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m 22:21:15 [2023-10-18T22:21:15.297Z] INFO: Testing against a local daemon 22:21:15 [2023-10-18T22:21:15.297Z] === RUN TestSessionCreate 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestSessionCreate (0.02s) 22:21:15 [2023-10-18T22:21:15.297Z] === RUN TestSessionCreateWithBadUpgrade 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) 22:21:15 [2023-10-18T22:21:15.297Z] PASS 22:21:15 [2023-10-18T22:21:15.297Z] 22:21:15 [2023-10-18T22:21:15.297Z] DONE 2 tests in 0.054s 22:21:15 [2023-10-18T22:21:15.297Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 22:21:15 [2023-10-18T22:21:15.297Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m 22:21:15 [2023-10-18T22:21:15.297Z] ++ set -e 22:21:15 [2023-10-18T22:21:15.297Z] ++ '[' -n 0 ']' 22:21:15 [2023-10-18T22:21:15.297Z] ++ set -x 22:21:15 [2023-10-18T22:21:15.297Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m 22:21:15 [2023-10-18T22:21:15.297Z] INFO: Testing against a local daemon 22:21:15 [2023-10-18T22:21:15.297Z] === RUN TestCgroupDriverSystemdMemoryLimit 22:21:15 [2023-10-18T22:21:15.297Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 22:21:15 [2023-10-18T22:21:15.297Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) 22:21:15 [2023-10-18T22:21:15.297Z] === RUN TestDiskUsage 22:21:15 [2023-10-18T22:21:15.297Z] === PAUSE TestDiskUsage 22:21:15 [2023-10-18T22:21:15.297Z] === RUN TestEventsExecDie 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestEventsExecDie (0.50s) 22:21:15 [2023-10-18T22:21:15.297Z] === RUN TestEventsBackwardsCompatible 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestEventsBackwardsCompatible (0.03s) 22:21:15 [2023-10-18T22:21:15.297Z] === RUN TestEventsVolumeCreate 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestEventsVolumeCreate (0.04s) 22:21:15 [2023-10-18T22:21:15.297Z] === RUN TestInfoBinaryCommits 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestInfoBinaryCommits (0.02s) 22:21:15 [2023-10-18T22:21:15.297Z] === RUN TestInfoAPIVersioned 22:21:15 [2023-10-18T22:21:15.297Z] --- PASS: TestInfoAPIVersioned (0.01s) 22:21:15 [2023-10-18T22:21:15.297Z] === RUN TestInfoAPI 22:21:15 [2023-10-18T22:21:15.557Z] --- PASS: TestInfoAPI (0.02s) 22:21:15 [2023-10-18T22:21:15.557Z] === RUN TestInfoAPIWarnings 22:21:33 [2023-10-18T22:21:33.664Z] --- PASS: TestInfoAPIWarnings (16.54s) 22:21:33 [2023-10-18T22:21:33.664Z] === RUN TestInfoDebug 22:21:33 [2023-10-18T22:21:33.664Z] --- PASS: TestInfoDebug (0.52s) 22:21:33 [2023-10-18T22:21:33.664Z] === RUN TestInfoInsecureRegistries 22:21:33 [2023-10-18T22:21:33.664Z] --- PASS: TestInfoInsecureRegistries (0.52s) 22:21:33 [2023-10-18T22:21:33.664Z] === RUN TestInfoRegistryMirrors 22:21:33 [2023-10-18T22:21:33.664Z] --- PASS: TestInfoRegistryMirrors (0.52s) 22:21:33 [2023-10-18T22:21:33.664Z] === RUN TestLoginFailsWithBadCredentials 22:21:34 [2023-10-18T22:21:34.605Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) 22:21:34 [2023-10-18T22:21:34.605Z] === RUN TestPingCacheHeaders 22:21:34 [2023-10-18T22:21:34.605Z] --- PASS: TestPingCacheHeaders (0.02s) 22:21:34 [2023-10-18T22:21:34.605Z] === RUN TestPingGet 22:21:34 [2023-10-18T22:21:34.605Z] --- PASS: TestPingGet (0.01s) 22:21:34 [2023-10-18T22:21:34.605Z] === RUN TestPingHead 22:21:34 [2023-10-18T22:21:34.605Z] --- PASS: TestPingHead (0.02s) 22:21:34 [2023-10-18T22:21:34.605Z] === RUN TestPingSwarmHeader 22:21:35 [2023-10-18T22:21:35.175Z] === RUN TestPingSwarmHeader/before_swarm_init 22:21:35 [2023-10-18T22:21:35.745Z] === RUN TestPingSwarmHeader/after_swarm_init 22:21:36 [2023-10-18T22:21:36.685Z] === RUN TestPingSwarmHeader/after_swarm_leave 22:21:36 [2023-10-18T22:21:36.685Z] --- PASS: TestPingSwarmHeader (1.93s) 22:21:36 [2023-10-18T22:21:36.685Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) 22:21:36 [2023-10-18T22:21:36.685Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) 22:21:36 [2023-10-18T22:21:36.685Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) 22:21:36 [2023-10-18T22:21:36.685Z] === RUN TestPingBuilderHeader 22:21:36 [2023-10-18T22:21:36.685Z] === RUN TestPingBuilderHeader/default_config 22:21:36 [2023-10-18T22:21:36.946Z] === RUN TestPingBuilderHeader/buildkit_disabled 22:21:37 [2023-10-18T22:21:37.516Z] --- PASS: TestPingBuilderHeader (1.04s) 22:21:37 [2023-10-18T22:21:37.516Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) 22:21:37 [2023-10-18T22:21:37.516Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s) 22:21:37 [2023-10-18T22:21:37.516Z] === RUN TestVersion 22:21:37 [2023-10-18T22:21:37.516Z] --- PASS: TestVersion (0.02s) 22:21:37 [2023-10-18T22:21:37.516Z] === CONT TestDiskUsage 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty/container_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty/image_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty/volume_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty/build-cache_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty/container,_volume_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty/image,_build-cache_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty/container,_image,_volume_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox/container_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox/image_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types 22:21:38 [2023-10-18T22:21:38.089Z] === RUN TestDiskUsage/after_container.Run 22:21:38 [2023-10-18T22:21:38.349Z] === RUN TestDiskUsage/after_container.Run/container_types 22:21:38 [2023-10-18T22:21:38.349Z] === RUN TestDiskUsage/after_container.Run/image_types 22:21:38 [2023-10-18T22:21:38.349Z] === RUN TestDiskUsage/after_container.Run/volume_types 22:21:38 [2023-10-18T22:21:38.349Z] === RUN TestDiskUsage/after_container.Run/build-cache_types 22:21:38 [2023-10-18T22:21:38.349Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types 22:21:38 [2023-10-18T22:21:38.349Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types 22:21:38 [2023-10-18T22:21:38.349Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types 22:21:38 [2023-10-18T22:21:38.349Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types 22:21:38 [2023-10-18T22:21:38.349Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types 22:21:38 [2023-10-18T22:21:38.349Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage (1.08s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.09s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run (0.26s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] PASS 22:21:38 [2023-10-18T22:21:38.610Z] 22:21:38 [2023-10-18T22:21:38.610Z] === Skipped 22:21:38 [2023-10-18T22:21:38.610Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) 22:21:38 [2023-10-18T22:21:38.610Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 22:21:38 [2023-10-18T22:21:38.610Z] 22:21:38 [2023-10-18T22:21:38.610Z] DONE 57 tests, 1 skipped in 23.866s 22:21:38 [2023-10-18T22:21:38.610Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 22:21:38 [2023-10-18T22:21:38.610Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m 22:21:38 [2023-10-18T22:21:38.610Z] ++ set -e 22:21:38 [2023-10-18T22:21:38.610Z] ++ '[' -n 0 ']' 22:21:38 [2023-10-18T22:21:38.610Z] ++ set -x 22:21:38 [2023-10-18T22:21:38.610Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m 22:21:38 [2023-10-18T22:21:38.610Z] INFO: Testing against a local daemon 22:21:38 [2023-10-18T22:21:38.610Z] === RUN TestVolumesCreateAndList 22:21:38 [2023-10-18T22:21:38.610Z] --- PASS: TestVolumesCreateAndList (0.02s) 22:21:38 [2023-10-18T22:21:38.610Z] === RUN TestVolumesRemove 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesRemove/volume_in_use 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesRemove/volume_not_in_use 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesRemove/non-existing_volume 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesRemove/non-existing_volume_force 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesRemove (0.05s) 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.01s) 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesRemoveSwarmEnabled 22:21:38 [2023-10-18T22:21:38.871Z] === PAUSE TestVolumesRemoveSwarmEnabled 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesInspect 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesInspect (0.02s) 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesInvalidJSON 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesInvalidJSON/volumes/create 22:21:38 [2023-10-18T22:21:38.871Z] === PAUSE TestVolumesInvalidJSON/volumes/create 22:21:38 [2023-10-18T22:21:38.871Z] === CONT TestVolumesInvalidJSON/volumes/create 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesInvalidJSON (0.01s) 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumePruneAnonymous 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumePruneAnonymous (0.03s) 22:21:38 [2023-10-18T22:21:38.871Z] === RUN TestVolumePruneAnonFromImage 22:21:38 [2023-10-18T22:21:38.871Z] --- PASS: TestVolumePruneAnonFromImage (0.11s) 22:21:38 [2023-10-18T22:21:38.871Z] === CONT TestVolumesRemoveSwarmEnabled 22:21:40 [2023-10-18T22:21:40.253Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use 22:21:40 [2023-10-18T22:21:40.253Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use 22:21:40 [2023-10-18T22:21:40.253Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume 22:21:40 [2023-10-18T22:21:40.253Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force 22:21:40 [2023-10-18T22:21:40.823Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.98s) 22:21:40 [2023-10-18T22:21:40.823Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) 22:21:40 [2023-10-18T22:21:40.823Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s) 22:21:40 [2023-10-18T22:21:40.823Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) 22:21:40 [2023-10-18T22:21:40.823Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) 22:21:40 [2023-10-18T22:21:40.823Z] PASS 22:21:40 [2023-10-18T22:21:40.823Z] 22:21:40 [2023-10-18T22:21:40.823Z] DONE 20 tests in 2.242s 22:21:40 [2023-10-18T22:21:40.823Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) 22:21:41 [2023-10-18T22:21:41.083Z] ++++ cat bundles/test-integration/docker.pid 22:21:41 [2023-10-18T22:21:41.083Z] +++ kill 21956 22:21:42 [2023-10-18T22:21:42.465Z] +++ /etc/init.d/apparmor stop 22:21:42 [2023-10-18T22:21:42.465Z] Leaving: AppArmorNo profiles have been unloaded. 22:21:42 [2023-10-18T22:21:42.465Z] 22:21:42 [2023-10-18T22:21:42.465Z] Unloading profiles will leave already running processes permanently 22:21:42 [2023-10-18T22:21:42.465Z] unconfined, which can lead to unexpected situations. 22:21:42 [2023-10-18T22:21:42.465Z] 22:21:42 [2023-10-18T22:21:42.465Z] To set a process to complain mode, use the command line tool 22:21:42 [2023-10-18T22:21:42.465Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." 22:21:42 [2023-10-18T22:21:42.465Z] +++ true 22:21:42 [2023-10-18T22:21:42.465Z] exiting test-integration 22:21:42 [2023-10-18T22:21:42.465Z] ++ exit 0 22:21:42 [2023-10-18T22:21:42.465Z] Post stage [Pipeline] junit 22:21:43 [2023-10-18T22:21:43.419Z] Recording test results 22:21:43 [2023-10-18T22:21:43.624Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh 22:21:43 [2023-10-18T22:21:43.930Z] + echo Ensuring container killed. 22:21:43 [2023-10-18T22:21:43.930Z] Ensuring container killed. 22:21:43 [2023-10-18T22:21:43.930Z] + docker rm -vf docker-pr1 22:21:43 [2023-10-18T22:21:43.930Z] Error response from daemon: No such container: docker-pr1 [Pipeline] sh 22:21:44 [2023-10-18T22:21:44.224Z] + echo Chowning /workspace to jenkins user 22:21:44 [2023-10-18T22:21:44.224Z] Chowning /workspace to jenkins user 22:21:44 [2023-10-18T22:21:44.224Z] + id -u 22:21:44 [2023-10-18T22:21:44.224Z] + id -g 22:21:44 [2023-10-18T22:21:44.224Z] + docker run --rm -v /home/ubuntu/workspace/moby_backport_46667_24.0:/workspace busybox chown -R 1000:1000 /workspace 22:21:44 [2023-10-18T22:21:44.224Z] Unable to find image 'busybox:latest' locally 22:21:44 [2023-10-18T22:21:44.491Z] latest: Pulling from library/busybox 22:21:44 [2023-10-18T22:21:44.491Z] 8a0af25e8c2e: Already exists 22:21:44 [2023-10-18T22:21:44.491Z] Digest: sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 22:21:44 [2023-10-18T22:21:44.491Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh 22:21:46 [2023-10-18T22:21:46.276Z] + bundleName=arm64-integration 22:21:46 [2023-10-18T22:21:46.276Z] + echo Creating arm64-integration-bundles.tar.gz 22:21:46 [2023-10-18T22:21:46.276Z] Creating arm64-integration-bundles.tar.gz 22:21:46 [2023-10-18T22:21:46.276Z] + find bundles -path */root/*overlay2 -prune+ -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print 22:21:46 [2023-10-18T22:21:46.276Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts 22:21:46 [2023-10-18T22:21:46.558Z] Archiving artifacts 22:21:48 [2023-10-18T22:21:48.059Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/backport%252F46667%252F24.0/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh 22:21:48 [2023-10-18T22:21:48.351Z] + make clean 22:21:48 [2023-10-18T22:21:48.351Z] docker volume rm -f docker-dev-cache docker-mod-cache 22:21:48 [2023-10-18T22:21:48.351Z] docker-dev-cache 22:21:48 [2023-10-18T22:21:48.351Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS