Pull request #46998 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 60b7e2bbbed6179e287fd7054975856dadcdaf6b rather than 341e7b35a6922407b213c0475318792a793706a2 Obtained Jenkinsfile from 60b7e2bbbed6179e287fd7054975856dadcdaf6b 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 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-46998@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.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 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" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 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) [Pipeline] script [Pipeline] { [Pipeline] echo [2023-12-28T21:13:50.767Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2023-12-28T21:13:50.770Z] Trying to pass milestone 1 [Pipeline] milestone [2023-12-28T21:13:50.952Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2023-12-28T21:13:51.162Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ff5a91a07e059afc) in /home/ubuntu/workspace/moby_PR-46998 [Pipeline] { [Pipeline] checkout [2023-12-28T21:13:51.188Z] The recommended git tool is: git [2023-12-28T21:13:51.198Z] using credential docker-jenkins-github-credentials [2023-12-28T21:13:51.217Z] Fetching changes from the remote Git repository [2023-12-28T21:13:51.223Z] Fetching without tags [2023-12-28T21:13:51.827Z] Merging remotes/origin/master commit 60b7e2bbbed6179e287fd7054975856dadcdaf6b into PR head commit 341e7b35a6922407b213c0475318792a793706a2 [2023-12-28T21:13:51.881Z] Merge succeeded, producing 341e7b35a6922407b213c0475318792a793706a2 [2023-12-28T21:13:51.882Z] Checking out Revision 341e7b35a6922407b213c0475318792a793706a2 (PR-46998) [2023-12-28T21:13:51.956Z] Commit message: "Updated manifest v2 URLs in image spec README" [2023-12-28T21:13:51.210Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-46998/.git # timeout=10 [2023-12-28T21:13:51.216Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-12-28T21:13:51.222Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-12-28T21:13:51.222Z] > git --version # timeout=10 [2023-12-28T21:13:51.225Z] > git --version # 'git version 2.25.1' [2023-12-28T21:13:51.225Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-12-28T21:13:51.226Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46998/head:refs/remotes/origin/PR-46998 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2023-12-28T21:13:51.826Z] > git config core.sparsecheckout # timeout=10 [2023-12-28T21:13:51.828Z] > git checkout -f 341e7b35a6922407b213c0475318792a793706a2 # timeout=10 [2023-12-28T21:13:51.860Z] > git remote # timeout=10 [2023-12-28T21:13:51.863Z] > git config --get remote.origin.url # timeout=10 [2023-12-28T21:13:51.865Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-12-28T21:13:51.866Z] > git merge 60b7e2bbbed6179e287fd7054975856dadcdaf6b # timeout=10 [2023-12-28T21:13:51.874Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-12-28T21:13:51.880Z] > git config core.sparsecheckout # timeout=10 [2023-12-28T21:13:51.883Z] > git checkout -f 341e7b35a6922407b213c0475318792a793706a2 # timeout=10 [2023-12-28T21:13:51.955Z] > git rev-list --no-walk f1e06f3a16d8e66faf49acd68aaa6f498c86350d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-28T21:13:52.665Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46998:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2023-12-28T21:13:55.209Z] 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 [2023-12-28T21:13:55.841Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ff5a91a07e059afc) in /home/ubuntu/workspace/moby_PR-46998 [Pipeline] { [Pipeline] checkout [2023-12-28T21:13:55.859Z] The recommended git tool is: git [2023-12-28T21:13:55.869Z] using credential docker-jenkins-github-credentials [2023-12-28T21:13:55.887Z] Fetching changes from the remote Git repository [2023-12-28T21:13:55.892Z] Fetching without tags [2023-12-28T21:13:56.133Z] Merging remotes/origin/master commit 60b7e2bbbed6179e287fd7054975856dadcdaf6b into PR head commit 341e7b35a6922407b213c0475318792a793706a2 [2023-12-28T21:13:56.188Z] Merge succeeded, producing 341e7b35a6922407b213c0475318792a793706a2 [2023-12-28T21:13:56.189Z] Checking out Revision 341e7b35a6922407b213c0475318792a793706a2 (PR-46998) [2023-12-28T21:13:56.232Z] Commit message: "Updated manifest v2 URLs in image spec README" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-12-28T21:13:55.879Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-46998/.git # timeout=10 [2023-12-28T21:13:55.885Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-12-28T21:13:55.891Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-12-28T21:13:55.891Z] > git --version # timeout=10 [2023-12-28T21:13:55.894Z] > git --version # 'git version 2.25.1' [2023-12-28T21:13:55.894Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-12-28T21:13:55.895Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46998/head:refs/remotes/origin/PR-46998 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2023-12-28T21:13:56.132Z] > git config core.sparsecheckout # timeout=10 [2023-12-28T21:13:56.135Z] > git checkout -f 341e7b35a6922407b213c0475318792a793706a2 # timeout=10 [2023-12-28T21:13:56.167Z] > git remote # timeout=10 [2023-12-28T21:13:56.169Z] > git config --get remote.origin.url # timeout=10 [2023-12-28T21:13:56.172Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-12-28T21:13:56.173Z] > git merge 60b7e2bbbed6179e287fd7054975856dadcdaf6b # timeout=10 [2023-12-28T21:13:56.181Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-12-28T21:13:56.188Z] > git config core.sparsecheckout # timeout=10 [2023-12-28T21:13:56.190Z] > git checkout -f 341e7b35a6922407b213c0475318792a793706a2 # timeout=10 [2023-12-28T21:13:56.866Z] + docker version [2023-12-28T21:13:56.866Z] Client: Docker Engine - Community [2023-12-28T21:13:56.866Z] Version: 24.0.7 [2023-12-28T21:13:56.866Z] API version: 1.43 [2023-12-28T21:13:56.866Z] Go version: go1.20.10 [2023-12-28T21:13:56.866Z] Git commit: afdd53b [2023-12-28T21:13:56.866Z] Built: Thu Oct 26 09:08:14 2023 [2023-12-28T21:13:56.866Z] OS/Arch: linux/arm64 [2023-12-28T21:13:56.866Z] Context: default [2023-12-28T21:13:56.866Z] [2023-12-28T21:13:56.866Z] Server: Docker Engine - Community [2023-12-28T21:13:56.866Z] Engine: [2023-12-28T21:13:56.866Z] Version: 24.0.7 [2023-12-28T21:13:56.866Z] API version: 1.43 (minimum version 1.12) [2023-12-28T21:13:56.866Z] Go version: go1.20.10 [2023-12-28T21:13:56.866Z] Git commit: 311b9ff [2023-12-28T21:13:56.866Z] Built: Thu Oct 26 09:08:14 2023 [2023-12-28T21:13:56.866Z] OS/Arch: linux/arm64 [2023-12-28T21:13:56.866Z] Experimental: true [2023-12-28T21:13:56.866Z] containerd: [2023-12-28T21:13:56.866Z] Version: 1.6.25 [2023-12-28T21:13:56.866Z] GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f [2023-12-28T21:13:56.866Z] runc: [2023-12-28T21:13:56.866Z] Version: 1.1.10 [2023-12-28T21:13:56.866Z] GitCommit: v1.1.10-0-g18a0cb0 [2023-12-28T21:13:56.866Z] docker-init: [2023-12-28T21:13:56.866Z] Version: 0.19.0 [2023-12-28T21:13:56.866Z] GitCommit: de40ad0 [Pipeline] sh [2023-12-28T21:13:57.154Z] + docker info [2023-12-28T21:13:57.154Z] Client: Docker Engine - Community [2023-12-28T21:13:57.154Z] Version: 24.0.7 [2023-12-28T21:13:57.154Z] Context: default [2023-12-28T21:13:57.154Z] Debug Mode: false [2023-12-28T21:13:57.154Z] Plugins: [2023-12-28T21:13:57.154Z] buildx: Docker Buildx (Docker Inc.) [2023-12-28T21:13:57.154Z] Version: v0.12.0 [2023-12-28T21:13:57.154Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2023-12-28T21:13:57.154Z] compose: Docker Compose (Docker Inc.) [2023-12-28T21:13:57.154Z] Version: v2.23.3 [2023-12-28T21:13:57.154Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-12-28T21:13:57.154Z] [2023-12-28T21:13:57.155Z] Server: [2023-12-28T21:13:57.155Z] Containers: 0 [2023-12-28T21:13:57.155Z] Running: 0 [2023-12-28T21:13:57.155Z] Paused: 0 [2023-12-28T21:13:57.155Z] Stopped: 0 [2023-12-28T21:13:57.155Z] Images: 3 [2023-12-28T21:13:57.155Z] Server Version: 24.0.7 [2023-12-28T21:13:57.155Z] Storage Driver: overlay2 [2023-12-28T21:13:57.155Z] Backing Filesystem: extfs [2023-12-28T21:13:57.155Z] Supports d_type: true [2023-12-28T21:13:57.155Z] Using metacopy: false [2023-12-28T21:13:57.155Z] Native Overlay Diff: true [2023-12-28T21:13:57.155Z] userxattr: false [2023-12-28T21:13:57.155Z] Logging Driver: json-file [2023-12-28T21:13:57.155Z] Cgroup Driver: cgroupfs [2023-12-28T21:13:57.155Z] Cgroup Version: 1 [2023-12-28T21:13:57.155Z] Plugins: [2023-12-28T21:13:57.155Z] Volume: local [2023-12-28T21:13:57.155Z] Network: bridge host ipvlan macvlan null overlay [2023-12-28T21:13:57.155Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-12-28T21:13:57.155Z] Swarm: inactive [2023-12-28T21:13:57.155Z] Runtimes: io.containerd.runc.v2 runc [2023-12-28T21:13:57.155Z] Default Runtime: runc [2023-12-28T21:13:57.155Z] Init Binary: docker-init [2023-12-28T21:13:57.155Z] containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f [2023-12-28T21:13:57.155Z] runc version: v1.1.10-0-g18a0cb0 [2023-12-28T21:13:57.155Z] init version: de40ad0 [2023-12-28T21:13:57.155Z] Security Options: [2023-12-28T21:13:57.155Z] apparmor [2023-12-28T21:13:57.155Z] seccomp [2023-12-28T21:13:57.155Z] Profile: builtin [2023-12-28T21:13:57.155Z] Kernel Version: 5.15.0-1050-aws [2023-12-28T21:13:57.155Z] Operating System: Ubuntu 20.04.6 LTS [2023-12-28T21:13:57.155Z] OSType: linux [2023-12-28T21:13:57.155Z] Architecture: aarch64 [2023-12-28T21:13:57.155Z] CPUs: 8 [2023-12-28T21:13:57.155Z] Total Memory: 30.64GiB [2023-12-28T21:13:57.155Z] Name: ip-10-100-42-164 [2023-12-28T21:13:57.155Z] ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 [2023-12-28T21:13:57.155Z] Docker Root Dir: /var/lib/docker [2023-12-28T21:13:57.155Z] Debug Mode: false [2023-12-28T21:13:57.155Z] Experimental: true [2023-12-28T21:13:57.155Z] Insecure Registries: [2023-12-28T21:13:57.155Z] 127.0.0.0/8 [2023-12-28T21:13:57.155Z] Live Restore Enabled: true [2023-12-28T21:13:57.155Z] [Pipeline] sh [2023-12-28T21:13:57.442Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2023-12-28T21:13:57.442Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2023-12-28T21:13:57.442Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-46998/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2023-12-28T21:13:57.442Z] + bash /home/ubuntu/workspace/moby_PR-46998/check-config.sh [2023-12-28T21:13:57.442Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2023-12-28T21:13:57.442Z] info: reading kernel config from /boot/config-5.15.0-1050-aws ... [2023-12-28T21:13:57.442Z] [2023-12-28T21:13:57.442Z] Generally Necessary: [2023-12-28T21:13:57.442Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2023-12-28T21:13:57.442Z] - apparmor: enabled and tools installed [2023-12-28T21:13:57.442Z] - CONFIG_NAMESPACES: enabled [2023-12-28T21:13:57.442Z] - CONFIG_NET_NS: enabled [2023-12-28T21:13:57.442Z] - CONFIG_PID_NS: enabled [2023-12-28T21:13:57.442Z] - CONFIG_IPC_NS: enabled [2023-12-28T21:13:57.442Z] - CONFIG_UTS_NS: enabled [2023-12-28T21:13:57.442Z] - CONFIG_CGROUPS: enabled [2023-12-28T21:13:57.442Z] - CONFIG_CGROUP_CPUACCT: enabled [2023-12-28T21:13:57.442Z] - CONFIG_CGROUP_DEVICE: enabled [2023-12-28T21:13:57.442Z] - CONFIG_CGROUP_FREEZER: enabled [2023-12-28T21:13:57.442Z] - CONFIG_CGROUP_SCHED: enabled [2023-12-28T21:13:57.442Z] - CONFIG_CPUSETS: enabled [2023-12-28T21:13:57.442Z] - CONFIG_MEMCG: enabled [2023-12-28T21:13:57.442Z] - CONFIG_KEYS: enabled [2023-12-28T21:13:57.442Z] - CONFIG_VETH: enabled (as module) [2023-12-28T21:13:57.704Z] - CONFIG_BRIDGE: enabled (as module) [2023-12-28T21:13:57.704Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2023-12-28T21:13:57.704Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2023-12-28T21:13:57.704Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2023-12-28T21:13:57.704Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2023-12-28T21:13:57.704Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2023-12-28T21:13:57.704Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2023-12-28T21:13:57.704Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2023-12-28T21:13:57.705Z] - CONFIG_IP_NF_NAT: enabled (as module) [2023-12-28T21:13:57.705Z] - CONFIG_NF_NAT: enabled (as module) [2023-12-28T21:13:57.705Z] - CONFIG_POSIX_MQUEUE: enabled [2023-12-28T21:13:57.705Z] - CONFIG_CGROUP_BPF: enabled [2023-12-28T21:13:57.705Z] [2023-12-28T21:13:57.705Z] Optional Features: [2023-12-28T21:13:57.705Z] - CONFIG_USER_NS: enabled [2023-12-28T21:13:57.705Z] - CONFIG_SECCOMP: enabled [2023-12-28T21:13:57.705Z] - CONFIG_SECCOMP_FILTER: enabled [2023-12-28T21:13:57.705Z] - CONFIG_CGROUP_PIDS: enabled [2023-12-28T21:13:57.705Z] - CONFIG_MEMCG_SWAP: enabled [2023-12-28T21:13:57.705Z] (cgroup swap accounting is currently enabled) [2023-12-28T21:13:57.705Z] - CONFIG_BLK_CGROUP: enabled [2023-12-28T21:13:57.705Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2023-12-28T21:13:57.705Z] - CONFIG_CGROUP_PERF: enabled [2023-12-28T21:13:57.705Z] - CONFIG_CGROUP_HUGETLB: enabled [2023-12-28T21:13:57.705Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2023-12-28T21:13:57.705Z] - CONFIG_CGROUP_NET_PRIO: enabled [2023-12-28T21:13:57.965Z] - CONFIG_CFS_BANDWIDTH: enabled [2023-12-28T21:13:57.965Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2023-12-28T21:13:57.965Z] - CONFIG_RT_GROUP_SCHED: missing [2023-12-28T21:13:57.965Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2023-12-28T21:13:57.965Z] - CONFIG_IP_VS: enabled (as module) [2023-12-28T21:13:57.965Z] - CONFIG_IP_VS_NFCT: enabled [2023-12-28T21:13:57.965Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2023-12-28T21:13:57.965Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2023-12-28T21:13:57.965Z] - CONFIG_IP_VS_RR: enabled (as module) [2023-12-28T21:13:57.965Z] - CONFIG_SECURITY_SELINUX: enabled [2023-12-28T21:13:57.965Z] - CONFIG_SECURITY_APPARMOR: enabled [2023-12-28T21:13:57.965Z] - CONFIG_EXT4_FS: enabled [2023-12-28T21:13:57.965Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2023-12-28T21:13:57.965Z] - CONFIG_EXT4_FS_SECURITY: enabled [2023-12-28T21:13:57.965Z] - Network Drivers: [2023-12-28T21:13:57.965Z] - "overlay": [2023-12-28T21:13:57.965Z] - CONFIG_VXLAN: enabled (as module) [2023-12-28T21:13:57.965Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2023-12-28T21:13:57.965Z] Optional (for encrypted networks): [2023-12-28T21:13:58.225Z] - CONFIG_CRYPTO: enabled [2023-12-28T21:13:58.225Z] - CONFIG_CRYPTO_AEAD: enabled [2023-12-28T21:13:58.225Z] - CONFIG_CRYPTO_GCM: enabled [2023-12-28T21:13:58.225Z] - CONFIG_CRYPTO_SEQIV: enabled [2023-12-28T21:13:58.225Z] - CONFIG_CRYPTO_GHASH: enabled [2023-12-28T21:13:58.226Z] - CONFIG_XFRM: enabled [2023-12-28T21:13:58.226Z] - CONFIG_XFRM_USER: enabled (as module) [2023-12-28T21:13:58.226Z] - CONFIG_XFRM_ALGO: enabled (as module) [2023-12-28T21:13:58.226Z] - CONFIG_INET_ESP: enabled (as module) [2023-12-28T21:13:58.226Z] - "ipvlan": [2023-12-28T21:13:58.226Z] - CONFIG_IPVLAN: enabled (as module) [2023-12-28T21:13:58.226Z] - "macvlan": [2023-12-28T21:13:58.226Z] - CONFIG_MACVLAN: enabled (as module) [2023-12-28T21:13:58.226Z] - CONFIG_DUMMY: enabled (as module) [2023-12-28T21:13:58.226Z] - "ftp,tftp client in container": [2023-12-28T21:13:58.226Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2023-12-28T21:13:58.226Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2023-12-28T21:13:58.226Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2023-12-28T21:13:58.226Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2023-12-28T21:13:58.226Z] - Storage Drivers: [2023-12-28T21:13:58.226Z] - "aufs": [2023-12-28T21:13:58.226Z] - CONFIG_AUFS_FS: enabled (as module) [2023-12-28T21:13:58.226Z] - "btrfs": [2023-12-28T21:13:58.226Z] - CONFIG_BTRFS_FS: enabled (as module) [2023-12-28T21:13:58.226Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2023-12-28T21:13:58.226Z] - "devicemapper": [2023-12-28T21:13:58.226Z] - CONFIG_BLK_DEV_DM: enabled [2023-12-28T21:13:58.226Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2023-12-28T21:13:58.226Z] - "overlay": [2023-12-28T21:13:58.226Z] - CONFIG_OVERLAY_FS: enabled (as module) [2023-12-28T21:13:58.226Z] - "zfs": [2023-12-28T21:13:58.226Z] - /dev/zfs: present [2023-12-28T21:13:58.226Z] - zfs command: missing [2023-12-28T21:13:58.226Z] - zpool command: missing [2023-12-28T21:13:58.226Z] [2023-12-28T21:13:58.226Z] Limits: [2023-12-28T21:13:58.226Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2023-12-28T21:13:58.226Z] [2023-12-28T21:13:58.226Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-12-28T21:13:58.530Z] + docker build --force-rm -t docker:341e7b35a6922407b213c0475318792a793706a2 . [2023-12-28T21:13:58.793Z] #0 building with "default" instance using docker driver [2023-12-28T21:13:58.793Z] [2023-12-28T21:13:58.793Z] #1 [internal] load build definition from Dockerfile [2023-12-28T21:13:58.793Z] #1 transferring dockerfile: 27.89kB done [2023-12-28T21:13:58.793Z] #1 DONE 0.0s [2023-12-28T21:13:58.793Z] [2023-12-28T21:13:58.793Z] #2 [internal] load .dockerignore [2023-12-28T21:13:58.793Z] #2 transferring context: 113B done [2023-12-28T21:13:58.793Z] #2 DONE 0.0s [2023-12-28T21:13:58.793Z] [2023-12-28T21:13:58.793Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-12-28T21:13:58.793Z] #3 DONE 0.1s [2023-12-28T21:13:59.054Z] [2023-12-28T21:13:59.054Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 [2023-12-28T21:13:59.054Z] #4 CACHED [2023-12-28T21:13:59.054Z] [2023-12-28T21:13:59.054Z] #5 [internal] load metadata for docker.io/library/busybox:latest [2023-12-28T21:13:59.054Z] #5 DONE 0.0s [2023-12-28T21:13:59.054Z] [2023-12-28T21:13:59.054Z] #6 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1 [2023-12-28T21:13:59.054Z] #6 ... [2023-12-28T21:13:59.054Z] [2023-12-28T21:13:59.054Z] #7 [internal] load metadata for docker.io/library/debian:bookworm [2023-12-28T21:13:59.054Z] #7 DONE 0.2s [2023-12-28T21:13:59.054Z] [2023-12-28T21:13:59.054Z] #8 [internal] load metadata for docker.io/library/golang:1.21.5-bookworm [2023-12-28T21:13:59.054Z] #8 DONE 0.2s [2023-12-28T21:13:59.054Z] [2023-12-28T21:13:59.054Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 [2023-12-28T21:13:59.054Z] #9 DONE 0.2s [2023-12-28T21:13:59.054Z] [2023-12-28T21:13:59.054Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-12-28T21:13:59.054Z] #10 DONE 0.2s [2023-12-28T21:13:59.054Z] [2023-12-28T21:13:59.054Z] #11 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2023-12-28T21:13:59.054Z] #11 DONE 0.2s [2023-12-28T21:13:59.054Z] [2023-12-28T21:13:59.054Z] #12 [internal] load metadata for docker.io/docker/buildx-bin:0.12.0 [2023-12-28T21:13:59.054Z] #12 DONE 0.2s [2023-12-28T21:13:59.054Z] [2023-12-28T21:13:59.054Z] #6 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1 [2023-12-28T21:13:59.054Z] #6 DONE 0.2s [2023-12-28T21:13:59.315Z] [2023-12-28T21:13:59.315Z] #13 [base 1/4] FROM docker.io/library/golang:1.21.5-bookworm@sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb [2023-12-28T21:13:59.315Z] #13 DONE 0.0s [2023-12-28T21:13:59.315Z] [2023-12-28T21:13:59.315Z] #14 [compose 1/1] FROM docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b [2023-12-28T21:13:59.315Z] #14 DONE 0.0s [2023-12-28T21:13:59.315Z] [2023-12-28T21:13:59.315Z] #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2023-12-28T21:13:59.315Z] #15 DONE 0.0s [2023-12-28T21:13:59.315Z] [2023-12-28T21:13:59.315Z] #16 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-12-28T21:13:59.315Z] #16 DONE 0.0s [2023-12-28T21:13:59.315Z] [2023-12-28T21:13:59.315Z] #17 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.0@sha256:680c2dd904ae9f3a5c8d9e4df4c50651e5000eb4a9200f117eec8f7c2926e9c6 [2023-12-28T21:13:59.315Z] #17 DONE 0.0s [2023-12-28T21:13:59.315Z] [2023-12-28T21:13:59.315Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest [2023-12-28T21:13:59.315Z] #18 DONE 0.0s [2023-12-28T21:13:59.315Z] [2023-12-28T21:13:59.315Z] #19 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2023-12-28T21:13:59.315Z] #19 DONE 0.0s [2023-12-28T21:13:59.315Z] [2023-12-28T21:13:59.315Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:bac353db4cc04bc672b14029964e686cd7bad56fe34b51f432c1a1304b9928da [2023-12-28T21:13:59.315Z] #20 DONE 0.0s [2023-12-28T21:13:59.315Z] [2023-12-28T21:13:59.315Z] #21 [internal] load build context [2023-12-28T21:14:00.257Z] #21 transferring context: 74.85MB 0.9s done [2023-12-28T21:14:00.257Z] #21 DONE 1.0s [2023-12-28T21:14:00.257Z] [2023-12-28T21:14:00.257Z] #22 [dev-systemd-false 3/21] COPY --link --from=delve /build/ /usr/local/bin/ [2023-12-28T21:14:00.257Z] #22 CACHED [2023-12-28T21:14:00.257Z] [2023-12-28T21:14:00.257Z] #23 [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 [2023-12-28T21:14:00.257Z] #23 CACHED [2023-12-28T21:14:00.257Z] [2023-12-28T21:14:00.257Z] #24 [dev-systemd-false 7/21] COPY --link --from=registry /build/ /usr/local/bin/ [2023-12-28T21:14:00.257Z] #24 CACHED [2023-12-28T21:14:00.257Z] [2023-12-28T21:14:00.257Z] #25 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" [2023-12-28T21:14:00.257Z] #25 CACHED [2023-12-28T21:14:00.257Z] [2023-12-28T21:14:00.257Z] #26 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config [2023-12-28T21:14:00.257Z] #26 CACHED [2023-12-28T21:14:00.257Z] [2023-12-28T21:14:00.257Z] #27 [dev-systemd-false 11/21] COPY --link --from=shfmt /build/ /usr/local/bin/ [2023-12-28T21:14:00.257Z] #27 CACHED [2023-12-28T21:14:00.257Z] [2023-12-28T21:14:00.257Z] #28 [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 ; [2023-12-28T21:14:00.257Z] #28 CACHED [2023-12-28T21:14:00.257Z] [2023-12-28T21:14:00.257Z] #29 [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/ <> /etc/bash.bashrc [2023-12-28T21:14:00.258Z] #86 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #87 [swagger-src 1/3] WORKDIR /usr/src/swagger [2023-12-28T21:14:00.258Z] #87 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #88 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-12-28T21:14:00.258Z] #88 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #89 [dev-base 7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-12-28T21:14:00.258Z] #89 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #90 [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 [2023-12-28T21:14:00.258Z] #90 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #91 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-12-28T21:14:00.258Z] #91 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #92 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini [2023-12-28T21:14:00.258Z] #92 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #93 [dev-systemd-false 9/21] COPY --link --from=gotestsum /build/ /usr/local/bin/ [2023-12-28T21:14:00.258Z] #93 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #94 [dev-base 11/12] COPY --link --from=dockercli /build/ /usr/local/cli [2023-12-28T21:14:00.258Z] #94 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #95 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" [2023-12-28T21:14:00.258Z] #95 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #96 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker [2023-12-28T21:14:00.258Z] #96 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #97 [dev-base 2/12] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2023-12-28T21:14:00.258Z] #97 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #98 [build-dummy 2/2] RUN mkdir -p /build [2023-12-28T21:14:00.258Z] #98 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #99 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD [2023-12-28T21:14:00.258Z] #99 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #100 [registry-src 1/2] WORKDIR /usr/src/registry [2023-12-28T21:14:00.258Z] #100 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #101 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libc6-dev pkg-config [2023-12-28T21:14:00.258Z] #101 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #102 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/ /etc/docker/ [2023-12-28T21:14:00.258Z] #102 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #103 [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 [2023-12-28T21:14:00.258Z] #103 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #104 [dev-systemd-false 17/21] COPY --link --from=crun /build/ /usr/local/bin/ [2023-12-28T21:14:00.258Z] #104 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #105 [dev-systemd-false 20/21] COPY --link --from=compose /docker-compose /usr/libexec/docker/cli-plugins/docker-compose [2023-12-28T21:14:00.258Z] #105 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #106 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config [2023-12-28T21:14:00.258Z] #106 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #107 [dev-base 9/12] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2023-12-28T21:14:00.258Z] #107 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #108 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-12-28T21:14:00.258Z] #108 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #109 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" [2023-12-28T21:14:00.258Z] #109 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #110 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" [2023-12-28T21:14:00.258Z] #110 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #111 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-12-28T21:14:00.258Z] #111 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #112 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" [2023-12-28T21:14:00.258Z] #112 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration [2023-12-28T21:14:00.258Z] #113 CACHED [2023-12-28T21:14:00.258Z] [2023-12-28T21:14:00.258Z] #114 [dev 1/1] COPY --link . . [2023-12-28T21:14:03.555Z] #114 DONE 2.9s [2023-12-28T21:14:03.555Z] [2023-12-28T21:14:03.555Z] #115 exporting to image [2023-12-28T21:14:03.555Z] #115 exporting layers [2023-12-28T21:14:03.815Z] #115 exporting layers 0.8s done [2023-12-28T21:14:04.075Z] #115 writing image sha256:b46d3b4386e3a5a28bed86ce9d13b1cb295c0d70418323d8ffbe173aa01b2bb3 done [2023-12-28T21:14:04.075Z] #115 naming to docker.io/library/docker:341e7b35a6922407b213c0475318792a793706a2 done [2023-12-28T21:14:04.075Z] #115 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2023-12-28T21:14:04.381Z] + sudo modprobe ip6table_filter [Pipeline] sh [2023-12-28T21:14:04.669Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e7b35a6922407b213c0475318792a793706a2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:341e7b35a6922407b213c0475318792a793706a2 hack/test/unit [2023-12-28T21:14:04.932Z] + BUILDFLAGS=(-tags 'netgo journald') [2023-12-28T21:14:04.932Z] + TESTFLAGS+=' -test.timeout=5m' [2023-12-28T21:14:04.932Z] + TESTDIRS=./... [2023-12-28T21:14:04.932Z] + exclude_paths='/vendor/|/integration' [2023-12-28T21:14:04.932Z] ++ go list ./... [2023-12-28T21:14:04.932Z] ++ grep -vE '(/vendor/|/integration)' [2023-12-28T21:14:05.506Z] + pkg_list='github.com/docker/docker/api [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/backend/build [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/httpstatus [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/httputils [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/middleware [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/build [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/checkpoint [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/container [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/debug [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/distribution [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/grpc [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/image [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/network [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/plugin [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/session [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/swarm [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/system [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/server/router/volume [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/backend [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/blkiodev [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/checkpoint [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/container [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/events [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/filters [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/image [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/mount [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/network [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/plugins/logdriver [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/registry [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/strslice [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/swarm [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/swarm/runtime [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/system [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/time [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/versions [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/versions/v1p19 [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/versions/v1p20 [2023-12-28T21:14:05.506Z] github.com/docker/docker/api/types/volume [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/builder-next [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/builder-next/exporter [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/builder-next/worker [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/builder-next/worker/label [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/dockerfile [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/remotecontext [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/remotecontext/git [2023-12-28T21:14:05.506Z] github.com/docker/docker/builder/remotecontext/urlutil [2023-12-28T21:14:05.506Z] github.com/docker/docker/cli/debug [2023-12-28T21:14:05.506Z] github.com/docker/docker/cli/winresources/docker-proxy [2023-12-28T21:14:05.506Z] github.com/docker/docker/cli/winresources/dockerd [2023-12-28T21:14:05.506Z] github.com/docker/docker/client [2023-12-28T21:14:05.506Z] github.com/docker/docker/client/buildkit [2023-12-28T21:14:05.506Z] github.com/docker/docker/cmd/docker-proxy [2023-12-28T21:14:05.506Z] github.com/docker/docker/cmd/dockerd [2023-12-28T21:14:05.506Z] github.com/docker/docker/cmd/dockerd/trap [2023-12-28T21:14:05.506Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2023-12-28T21:14:05.506Z] github.com/docker/docker/container [2023-12-28T21:14:05.506Z] github.com/docker/docker/container/stream [2023-12-28T21:14:05.506Z] github.com/docker/docker/contrib/apparmor [2023-12-28T21:14:05.506Z] github.com/docker/docker/contrib/httpserver [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/cluster [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/cluster/convert [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/cluster/executor [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/cluster/executor/container [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/cluster/provider [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/config [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/containerd [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/events [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/events/testutils [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/graphdriver [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/graphdriver/btrfs [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/graphdriver/copy [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/graphdriver/graphtest [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/graphdriver/register [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/graphdriver/vfs [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/graphdriver/zfs [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/images [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/initlayer [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/links [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/listeners [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/awslogs [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/fluentd [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/gcplogs [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/gelf [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/journald [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/journald/internal/export [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/jsonfilelog [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/local [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/loggertest [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/loggerutils [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/splunk [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/syslog [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/logger/templates [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/names [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/network [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/snapshotter [2023-12-28T21:14:05.506Z] github.com/docker/docker/daemon/stats [2023-12-28T21:14:05.506Z] github.com/docker/docker/distribution [2023-12-28T21:14:05.506Z] github.com/docker/docker/distribution/metadata [2023-12-28T21:14:05.506Z] github.com/docker/docker/distribution/utils [2023-12-28T21:14:05.506Z] github.com/docker/docker/distribution/xfer [2023-12-28T21:14:05.506Z] github.com/docker/docker/dockerversion [2023-12-28T21:14:05.506Z] github.com/docker/docker/errdefs [2023-12-28T21:14:05.506Z] github.com/docker/docker/image [2023-12-28T21:14:05.506Z] github.com/docker/docker/image/cache [2023-12-28T21:14:05.506Z] github.com/docker/docker/image/spec/specs-go [2023-12-28T21:14:05.506Z] github.com/docker/docker/image/spec/specs-go/v1 [2023-12-28T21:14:05.506Z] github.com/docker/docker/image/tarexport [2023-12-28T21:14:05.506Z] github.com/docker/docker/image/v1 [2023-12-28T21:14:05.506Z] github.com/docker/docker/internal/compatcontext [2023-12-28T21:14:05.506Z] github.com/docker/docker/internal/mod [2023-12-28T21:14:05.506Z] github.com/docker/docker/internal/mounttree [2023-12-28T21:14:05.506Z] github.com/docker/docker/internal/multierror [2023-12-28T21:14:05.506Z] github.com/docker/docker/internal/sliceutil [2023-12-28T21:14:05.506Z] github.com/docker/docker/internal/test/suite [2023-12-28T21:14:05.506Z] github.com/docker/docker/internal/testutils [2023-12-28T21:14:05.506Z] github.com/docker/docker/internal/testutils/netnsutils [2023-12-28T21:14:05.506Z] github.com/docker/docker/internal/testutils/specialimage [2023-12-28T21:14:05.506Z] github.com/docker/docker/internal/unshare [2023-12-28T21:14:05.506Z] github.com/docker/docker/layer [2023-12-28T21:14:05.506Z] github.com/docker/docker/libcontainerd [2023-12-28T21:14:05.506Z] github.com/docker/docker/libcontainerd/queue [2023-12-28T21:14:05.506Z] github.com/docker/docker/libcontainerd/remote [2023-12-28T21:14:05.506Z] github.com/docker/docker/libcontainerd/shimopts [2023-12-28T21:14:05.506Z] github.com/docker/docker/libcontainerd/supervisor [2023-12-28T21:14:05.506Z] github.com/docker/docker/libcontainerd/types [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/bitmap [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/cluster [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/config [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/datastore [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/diagnostic [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/discoverapi [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/driverapi [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/host [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/null [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/remote [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/windows [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/drvregistry [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/etchosts [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/internal/caller [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/internal/netiputil [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/ipam [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/ipamapi [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/ipams/null [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/ipams/remote [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/ipamutils [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/ipbits [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/iptables [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/netlabel [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/netutils [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/networkdb [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/ns [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/options [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/osl [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/osl/kernel [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/portallocator [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/portmapper [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/resolvconf [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/scope [2023-12-28T21:14:05.506Z] github.com/docker/docker/libnetwork/types [2023-12-28T21:14:05.506Z] github.com/docker/docker/oci [2023-12-28T21:14:05.506Z] github.com/docker/docker/oci/caps [2023-12-28T21:14:05.506Z] github.com/docker/docker/opts [2023-12-28T21:14:05.506Z] github.com/docker/docker/pkg/aaparser [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/archive [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/authorization [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/broadcaster [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/capabilities [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/chrootarchive [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/containerfs [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/directory [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/dmesg [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/fileutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/homedir [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/idtools [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/ioutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/jsonmessage [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/longpath [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/loopback [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/meminfo [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/namesgenerator [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/parsers [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/parsers/kernel [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/parsers/operatingsystem [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/pidfile [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/platform [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/platforms [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugingetter [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugins [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugins/transport [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/pools [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/process [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/progress [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/reexec [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/rootless [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/rootless/specconv [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/stack [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/stdcopy [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/streamformatter [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/stringid [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/sysinfo [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/system [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/tailfile [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/tarsum [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/useragent [2023-12-28T21:14:05.507Z] github.com/docker/docker/plugin [2023-12-28T21:14:05.507Z] github.com/docker/docker/plugin/executor/containerd [2023-12-28T21:14:05.507Z] github.com/docker/docker/plugin/v2 [2023-12-28T21:14:05.507Z] github.com/docker/docker/profiles/apparmor [2023-12-28T21:14:05.507Z] github.com/docker/docker/profiles/seccomp [2023-12-28T21:14:05.507Z] github.com/docker/docker/quota [2023-12-28T21:14:05.507Z] github.com/docker/docker/reference [2023-12-28T21:14:05.507Z] github.com/docker/docker/registry [2023-12-28T21:14:05.507Z] github.com/docker/docker/registry/resumable [2023-12-28T21:14:05.507Z] github.com/docker/docker/restartmanager [2023-12-28T21:14:05.507Z] github.com/docker/docker/runconfig [2023-12-28T21:14:05.507Z] github.com/docker/docker/runconfig/opts [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/daemon [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/environment [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fakecontext [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fakegit [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fakestorage [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fixtures/load [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fixtures/plugin [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/registry [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/request [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/drivers [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/local [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/mounts [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/service [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/service/opts [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/testutils' [2023-12-28T21:14:05.507Z] ++ grep --fixed-strings -v /libnetwork [2023-12-28T21:14:05.507Z] ++ echo 'github.com/docker/docker/api [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/backend/build [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/httpstatus [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/httputils [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/middleware [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/build [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/checkpoint [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/container [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/debug [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/distribution [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/grpc [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/image [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/network [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/plugin [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/session [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/swarm [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/system [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/router/volume [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/backend [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/blkiodev [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/checkpoint [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/container [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/events [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/filters [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/image [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/mount [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/network [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/plugins/logdriver [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/registry [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/strslice [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/swarm [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/swarm/runtime [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/system [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/time [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/versions [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/versions/v1p19 [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/versions/v1p20 [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/types/volume [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/builder-next [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/builder-next/exporter [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/builder-next/worker [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/builder-next/worker/label [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/dockerfile [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/remotecontext [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/remotecontext/git [2023-12-28T21:14:05.507Z] github.com/docker/docker/builder/remotecontext/urlutil [2023-12-28T21:14:05.507Z] github.com/docker/docker/cli/debug [2023-12-28T21:14:05.507Z] github.com/docker/docker/cli/winresources/docker-proxy [2023-12-28T21:14:05.507Z] github.com/docker/docker/cli/winresources/dockerd [2023-12-28T21:14:05.507Z] github.com/docker/docker/client [2023-12-28T21:14:05.507Z] github.com/docker/docker/client/buildkit [2023-12-28T21:14:05.507Z] github.com/docker/docker/cmd/docker-proxy [2023-12-28T21:14:05.507Z] github.com/docker/docker/cmd/dockerd [2023-12-28T21:14:05.507Z] github.com/docker/docker/cmd/dockerd/trap [2023-12-28T21:14:05.507Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2023-12-28T21:14:05.507Z] github.com/docker/docker/container [2023-12-28T21:14:05.507Z] github.com/docker/docker/container/stream [2023-12-28T21:14:05.507Z] github.com/docker/docker/contrib/apparmor [2023-12-28T21:14:05.507Z] github.com/docker/docker/contrib/httpserver [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/cluster [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/cluster/convert [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/cluster/executor [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/cluster/executor/container [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/cluster/provider [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/config [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/containerd [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/events [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/events/testutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/graphdriver [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/graphdriver/btrfs [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/graphdriver/copy [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/graphdriver/graphtest [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/graphdriver/register [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/graphdriver/vfs [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/graphdriver/zfs [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/images [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/initlayer [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/links [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/listeners [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/awslogs [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/fluentd [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/gcplogs [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/gelf [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/journald [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/journald/internal/export [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/jsonfilelog [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/local [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/loggertest [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/loggerutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/splunk [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/syslog [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/logger/templates [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/names [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/network [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/snapshotter [2023-12-28T21:14:05.507Z] github.com/docker/docker/daemon/stats [2023-12-28T21:14:05.507Z] github.com/docker/docker/distribution [2023-12-28T21:14:05.507Z] github.com/docker/docker/distribution/metadata [2023-12-28T21:14:05.507Z] github.com/docker/docker/distribution/utils [2023-12-28T21:14:05.507Z] github.com/docker/docker/distribution/xfer [2023-12-28T21:14:05.507Z] github.com/docker/docker/dockerversion [2023-12-28T21:14:05.507Z] github.com/docker/docker/errdefs [2023-12-28T21:14:05.507Z] github.com/docker/docker/image [2023-12-28T21:14:05.507Z] github.com/docker/docker/image/cache [2023-12-28T21:14:05.507Z] github.com/docker/docker/image/spec/specs-go [2023-12-28T21:14:05.507Z] github.com/docker/docker/image/spec/specs-go/v1 [2023-12-28T21:14:05.507Z] github.com/docker/docker/image/tarexport [2023-12-28T21:14:05.507Z] github.com/docker/docker/image/v1 [2023-12-28T21:14:05.507Z] github.com/docker/docker/internal/compatcontext [2023-12-28T21:14:05.507Z] github.com/docker/docker/internal/mod [2023-12-28T21:14:05.507Z] github.com/docker/docker/internal/mounttree [2023-12-28T21:14:05.507Z] github.com/docker/docker/internal/multierror [2023-12-28T21:14:05.507Z] github.com/docker/docker/internal/sliceutil [2023-12-28T21:14:05.507Z] github.com/docker/docker/internal/test/suite [2023-12-28T21:14:05.507Z] github.com/docker/docker/internal/testutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/internal/testutils/netnsutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/internal/testutils/specialimage [2023-12-28T21:14:05.507Z] github.com/docker/docker/internal/unshare [2023-12-28T21:14:05.507Z] github.com/docker/docker/layer [2023-12-28T21:14:05.507Z] github.com/docker/docker/libcontainerd [2023-12-28T21:14:05.507Z] github.com/docker/docker/libcontainerd/queue [2023-12-28T21:14:05.507Z] github.com/docker/docker/libcontainerd/remote [2023-12-28T21:14:05.507Z] github.com/docker/docker/libcontainerd/shimopts [2023-12-28T21:14:05.507Z] github.com/docker/docker/libcontainerd/supervisor [2023-12-28T21:14:05.507Z] github.com/docker/docker/libcontainerd/types [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/bitmap [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/cluster [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/config [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/datastore [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/diagnostic [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/discoverapi [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/driverapi [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/host [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/null [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/remote [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/windows [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/drvregistry [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/etchosts [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/internal/caller [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/internal/netiputil [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/ipam [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/ipamapi [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/ipams/null [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/ipams/remote [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/ipamutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/ipbits [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/iptables [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/netlabel [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/netutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/networkdb [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/ns [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/options [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/osl [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/osl/kernel [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/portallocator [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/portmapper [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/resolvconf [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/scope [2023-12-28T21:14:05.507Z] github.com/docker/docker/libnetwork/types [2023-12-28T21:14:05.507Z] github.com/docker/docker/oci [2023-12-28T21:14:05.507Z] github.com/docker/docker/oci/caps [2023-12-28T21:14:05.507Z] github.com/docker/docker/opts [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/aaparser [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/archive [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/authorization [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/broadcaster [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/capabilities [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/chrootarchive [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/containerfs [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/directory [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/dmesg [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/fileutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/homedir [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/idtools [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/ioutils [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/jsonmessage [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/longpath [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/loopback [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/meminfo [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/namesgenerator [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/parsers [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/parsers/kernel [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/parsers/operatingsystem [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/pidfile [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/platform [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/platforms [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugingetter [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugins [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/plugins/transport [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/pools [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/process [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/progress [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/reexec [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/rootless [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/rootless/specconv [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/stack [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/stdcopy [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/streamformatter [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/stringid [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/sysinfo [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/system [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/tailfile [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/tarsum [2023-12-28T21:14:05.507Z] github.com/docker/docker/pkg/useragent [2023-12-28T21:14:05.507Z] github.com/docker/docker/plugin [2023-12-28T21:14:05.507Z] github.com/docker/docker/plugin/executor/containerd [2023-12-28T21:14:05.507Z] github.com/docker/docker/plugin/v2 [2023-12-28T21:14:05.507Z] github.com/docker/docker/profiles/apparmor [2023-12-28T21:14:05.507Z] github.com/docker/docker/profiles/seccomp [2023-12-28T21:14:05.507Z] github.com/docker/docker/quota [2023-12-28T21:14:05.507Z] github.com/docker/docker/reference [2023-12-28T21:14:05.507Z] github.com/docker/docker/registry [2023-12-28T21:14:05.507Z] github.com/docker/docker/registry/resumable [2023-12-28T21:14:05.507Z] github.com/docker/docker/restartmanager [2023-12-28T21:14:05.507Z] github.com/docker/docker/runconfig [2023-12-28T21:14:05.507Z] github.com/docker/docker/runconfig/opts [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/daemon [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/environment [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fakecontext [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fakegit [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fakestorage [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fixtures/load [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fixtures/plugin [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/registry [2023-12-28T21:14:05.507Z] github.com/docker/docker/testutil/request [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/drivers [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/local [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/mounts [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/service [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/service/opts [2023-12-28T21:14:05.507Z] github.com/docker/docker/volume/testutils' [2023-12-28T21:14:05.507Z] + base_pkg_list='github.com/docker/docker/api [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server [2023-12-28T21:14:05.507Z] github.com/docker/docker/api/server/backend/build [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/httpstatus [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/httputils [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/middleware [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/build [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/checkpoint [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/container [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/debug [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/distribution [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/grpc [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/image [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/network [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/plugin [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/session [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/swarm [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/system [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/volume [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/backend [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/blkiodev [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/checkpoint [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/container [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/events [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/filters [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/image [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/mount [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/network [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/plugins/logdriver [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/registry [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/strslice [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/swarm [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/swarm/runtime [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/system [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/time [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/versions [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/versions/v1p19 [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/versions/v1p20 [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/volume [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/exporter [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/worker [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/worker/label [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/dockerfile [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/remotecontext [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/remotecontext/git [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/remotecontext/urlutil [2023-12-28T21:14:05.508Z] github.com/docker/docker/cli/debug [2023-12-28T21:14:05.508Z] github.com/docker/docker/cli/winresources/docker-proxy [2023-12-28T21:14:05.508Z] github.com/docker/docker/cli/winresources/dockerd [2023-12-28T21:14:05.508Z] github.com/docker/docker/client [2023-12-28T21:14:05.508Z] github.com/docker/docker/client/buildkit [2023-12-28T21:14:05.508Z] github.com/docker/docker/cmd/docker-proxy [2023-12-28T21:14:05.508Z] github.com/docker/docker/cmd/dockerd [2023-12-28T21:14:05.508Z] github.com/docker/docker/cmd/dockerd/trap [2023-12-28T21:14:05.508Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2023-12-28T21:14:05.508Z] github.com/docker/docker/container [2023-12-28T21:14:05.508Z] github.com/docker/docker/container/stream [2023-12-28T21:14:05.508Z] github.com/docker/docker/contrib/apparmor [2023-12-28T21:14:05.508Z] github.com/docker/docker/contrib/httpserver [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster/convert [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster/executor [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster/executor/container [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster/provider [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/config [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/containerd [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/events [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/events/testutils [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/btrfs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/copy [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/graphtest [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/register [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/vfs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/zfs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/images [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/initlayer [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/links [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/listeners [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/awslogs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/fluentd [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/gcplogs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/gelf [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/journald [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/journald/internal/export [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/jsonfilelog [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/local [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/loggertest [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/loggerutils [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/splunk [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/syslog [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/templates [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/names [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/network [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/snapshotter [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/stats [2023-12-28T21:14:05.508Z] github.com/docker/docker/distribution [2023-12-28T21:14:05.508Z] github.com/docker/docker/distribution/metadata [2023-12-28T21:14:05.508Z] github.com/docker/docker/distribution/utils [2023-12-28T21:14:05.508Z] github.com/docker/docker/distribution/xfer [2023-12-28T21:14:05.508Z] github.com/docker/docker/dockerversion [2023-12-28T21:14:05.508Z] github.com/docker/docker/errdefs [2023-12-28T21:14:05.508Z] github.com/docker/docker/image [2023-12-28T21:14:05.508Z] github.com/docker/docker/image/cache [2023-12-28T21:14:05.508Z] github.com/docker/docker/image/spec/specs-go [2023-12-28T21:14:05.508Z] github.com/docker/docker/image/spec/specs-go/v1 [2023-12-28T21:14:05.508Z] github.com/docker/docker/image/tarexport [2023-12-28T21:14:05.508Z] github.com/docker/docker/image/v1 [2023-12-28T21:14:05.508Z] github.com/docker/docker/internal/compatcontext [2023-12-28T21:14:05.508Z] github.com/docker/docker/internal/mod [2023-12-28T21:14:05.508Z] github.com/docker/docker/internal/mounttree [2023-12-28T21:14:05.508Z] github.com/docker/docker/internal/multierror [2023-12-28T21:14:05.508Z] github.com/docker/docker/internal/sliceutil [2023-12-28T21:14:05.508Z] github.com/docker/docker/internal/test/suite [2023-12-28T21:14:05.508Z] github.com/docker/docker/internal/testutils [2023-12-28T21:14:05.508Z] github.com/docker/docker/internal/testutils/netnsutils [2023-12-28T21:14:05.508Z] github.com/docker/docker/internal/testutils/specialimage [2023-12-28T21:14:05.508Z] github.com/docker/docker/internal/unshare [2023-12-28T21:14:05.508Z] github.com/docker/docker/layer [2023-12-28T21:14:05.508Z] github.com/docker/docker/libcontainerd [2023-12-28T21:14:05.508Z] github.com/docker/docker/libcontainerd/queue [2023-12-28T21:14:05.508Z] github.com/docker/docker/libcontainerd/remote [2023-12-28T21:14:05.508Z] github.com/docker/docker/libcontainerd/shimopts [2023-12-28T21:14:05.508Z] github.com/docker/docker/libcontainerd/supervisor [2023-12-28T21:14:05.508Z] github.com/docker/docker/libcontainerd/types [2023-12-28T21:14:05.508Z] github.com/docker/docker/oci [2023-12-28T21:14:05.508Z] github.com/docker/docker/oci/caps [2023-12-28T21:14:05.508Z] github.com/docker/docker/opts [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/aaparser [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/archive [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/authorization [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/broadcaster [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/capabilities [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/chrootarchive [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/containerfs [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/directory [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/dmesg [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/fileutils [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/homedir [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/idtools [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/ioutils [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/jsonmessage [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/longpath [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/loopback [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/meminfo [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/namesgenerator [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/parsers [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/parsers/kernel [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/parsers/operatingsystem [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/pidfile [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/platform [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/platforms [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/plugingetter [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/plugins [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/plugins/transport [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/pools [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/process [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/progress [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/reexec [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/rootless [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/rootless/specconv [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/stack [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/stdcopy [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/streamformatter [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/stringid [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/sysinfo [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/system [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/tailfile [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/tarsum [2023-12-28T21:14:05.508Z] github.com/docker/docker/pkg/useragent [2023-12-28T21:14:05.508Z] github.com/docker/docker/plugin [2023-12-28T21:14:05.508Z] github.com/docker/docker/plugin/executor/containerd [2023-12-28T21:14:05.508Z] github.com/docker/docker/plugin/v2 [2023-12-28T21:14:05.508Z] github.com/docker/docker/profiles/apparmor [2023-12-28T21:14:05.508Z] github.com/docker/docker/profiles/seccomp [2023-12-28T21:14:05.508Z] github.com/docker/docker/quota [2023-12-28T21:14:05.508Z] github.com/docker/docker/reference [2023-12-28T21:14:05.508Z] github.com/docker/docker/registry [2023-12-28T21:14:05.508Z] github.com/docker/docker/registry/resumable [2023-12-28T21:14:05.508Z] github.com/docker/docker/restartmanager [2023-12-28T21:14:05.508Z] github.com/docker/docker/runconfig [2023-12-28T21:14:05.508Z] github.com/docker/docker/runconfig/opts [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil/daemon [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil/environment [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil/fakecontext [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil/fakegit [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil/fakestorage [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil/fixtures/load [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil/fixtures/plugin [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil/registry [2023-12-28T21:14:05.508Z] github.com/docker/docker/testutil/request [2023-12-28T21:14:05.508Z] github.com/docker/docker/volume [2023-12-28T21:14:05.508Z] github.com/docker/docker/volume/drivers [2023-12-28T21:14:05.508Z] github.com/docker/docker/volume/local [2023-12-28T21:14:05.508Z] github.com/docker/docker/volume/mounts [2023-12-28T21:14:05.508Z] github.com/docker/docker/volume/service [2023-12-28T21:14:05.508Z] github.com/docker/docker/volume/service/opts [2023-12-28T21:14:05.508Z] github.com/docker/docker/volume/testutils' [2023-12-28T21:14:05.508Z] ++ grep --fixed-strings /libnetwork [2023-12-28T21:14:05.508Z] ++ echo 'github.com/docker/docker/api [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/backend/build [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/httpstatus [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/httputils [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/middleware [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/build [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/checkpoint [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/container [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/debug [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/distribution [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/grpc [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/image [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/network [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/plugin [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/session [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/swarm [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/system [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/server/router/volume [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/backend [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/blkiodev [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/checkpoint [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/container [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/events [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/filters [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/image [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/mount [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/network [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/plugins/logdriver [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/registry [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/strslice [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/swarm [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/swarm/runtime [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/system [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/time [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/versions [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/versions/v1p19 [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/versions/v1p20 [2023-12-28T21:14:05.508Z] github.com/docker/docker/api/types/volume [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/exporter [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/worker [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/builder-next/worker/label [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/dockerfile [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/remotecontext [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/remotecontext/git [2023-12-28T21:14:05.508Z] github.com/docker/docker/builder/remotecontext/urlutil [2023-12-28T21:14:05.508Z] github.com/docker/docker/cli/debug [2023-12-28T21:14:05.508Z] github.com/docker/docker/cli/winresources/docker-proxy [2023-12-28T21:14:05.508Z] github.com/docker/docker/cli/winresources/dockerd [2023-12-28T21:14:05.508Z] github.com/docker/docker/client [2023-12-28T21:14:05.508Z] github.com/docker/docker/client/buildkit [2023-12-28T21:14:05.508Z] github.com/docker/docker/cmd/docker-proxy [2023-12-28T21:14:05.508Z] github.com/docker/docker/cmd/dockerd [2023-12-28T21:14:05.508Z] github.com/docker/docker/cmd/dockerd/trap [2023-12-28T21:14:05.508Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2023-12-28T21:14:05.508Z] github.com/docker/docker/container [2023-12-28T21:14:05.508Z] github.com/docker/docker/container/stream [2023-12-28T21:14:05.508Z] github.com/docker/docker/contrib/apparmor [2023-12-28T21:14:05.508Z] github.com/docker/docker/contrib/httpserver [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster/convert [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster/executor [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster/executor/container [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/cluster/provider [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/config [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/containerd [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/events [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/events/testutils [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/btrfs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/copy [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/graphtest [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/register [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/vfs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/graphdriver/zfs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/images [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/initlayer [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/links [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/listeners [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/awslogs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/fluentd [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/gcplogs [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/gelf [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/journald [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/journald/internal/export [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/jsonfilelog [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/local [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/loggertest [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/loggerutils [2023-12-28T21:14:05.508Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2023-12-28T21:14:05.509Z] github.com/docker/docker/daemon/logger/splunk [2023-12-28T21:14:05.509Z] github.com/docker/docker/daemon/logger/syslog [2023-12-28T21:14:05.509Z] github.com/docker/docker/daemon/logger/templates [2023-12-28T21:14:05.509Z] github.com/docker/docker/daemon/names [2023-12-28T21:14:05.509Z] github.com/docker/docker/daemon/network [2023-12-28T21:14:05.509Z] github.com/docker/docker/daemon/snapshotter [2023-12-28T21:14:05.509Z] github.com/docker/docker/daemon/stats [2023-12-28T21:14:05.509Z] github.com/docker/docker/distribution [2023-12-28T21:14:05.509Z] github.com/docker/docker/distribution/metadata [2023-12-28T21:14:05.509Z] github.com/docker/docker/distribution/utils [2023-12-28T21:14:05.509Z] github.com/docker/docker/distribution/xfer [2023-12-28T21:14:05.509Z] github.com/docker/docker/dockerversion [2023-12-28T21:14:05.509Z] github.com/docker/docker/errdefs [2023-12-28T21:14:05.509Z] github.com/docker/docker/image [2023-12-28T21:14:05.509Z] github.com/docker/docker/image/cache [2023-12-28T21:14:05.509Z] github.com/docker/docker/image/spec/specs-go [2023-12-28T21:14:05.509Z] github.com/docker/docker/image/spec/specs-go/v1 [2023-12-28T21:14:05.509Z] github.com/docker/docker/image/tarexport [2023-12-28T21:14:05.509Z] github.com/docker/docker/image/v1 [2023-12-28T21:14:05.509Z] github.com/docker/docker/internal/compatcontext [2023-12-28T21:14:05.509Z] github.com/docker/docker/internal/mod [2023-12-28T21:14:05.509Z] github.com/docker/docker/internal/mounttree [2023-12-28T21:14:05.509Z] github.com/docker/docker/internal/multierror [2023-12-28T21:14:05.509Z] github.com/docker/docker/internal/sliceutil [2023-12-28T21:14:05.509Z] github.com/docker/docker/internal/test/suite [2023-12-28T21:14:05.509Z] github.com/docker/docker/internal/testutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/internal/testutils/netnsutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/internal/testutils/specialimage [2023-12-28T21:14:05.509Z] github.com/docker/docker/internal/unshare [2023-12-28T21:14:05.509Z] github.com/docker/docker/layer [2023-12-28T21:14:05.509Z] github.com/docker/docker/libcontainerd [2023-12-28T21:14:05.509Z] github.com/docker/docker/libcontainerd/queue [2023-12-28T21:14:05.509Z] github.com/docker/docker/libcontainerd/remote [2023-12-28T21:14:05.509Z] github.com/docker/docker/libcontainerd/shimopts [2023-12-28T21:14:05.509Z] github.com/docker/docker/libcontainerd/supervisor [2023-12-28T21:14:05.509Z] github.com/docker/docker/libcontainerd/types [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/bitmap [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cluster [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/config [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/datastore [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/diagnostic [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/discoverapi [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/driverapi [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/host [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/null [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/remote [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/windows [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drvregistry [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/etchosts [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/caller [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/netiputil [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipam [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipamapi [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/null [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/remote [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipamutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipbits [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/iptables [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/netlabel [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/netutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/networkdb [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ns [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/options [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/osl [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/osl/kernel [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/portallocator [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/portmapper [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/resolvconf [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/scope [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/types [2023-12-28T21:14:05.509Z] github.com/docker/docker/oci [2023-12-28T21:14:05.509Z] github.com/docker/docker/oci/caps [2023-12-28T21:14:05.509Z] github.com/docker/docker/opts [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/aaparser [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/archive [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/authorization [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/broadcaster [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/capabilities [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/chrootarchive [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/containerfs [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/directory [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/dmesg [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/fileutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/homedir [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/idtools [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/ioutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/jsonmessage [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/longpath [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/loopback [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/meminfo [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/namesgenerator [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/parsers [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/parsers/kernel [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/parsers/operatingsystem [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/pidfile [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/platform [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/platforms [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/plugingetter [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/plugins [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/plugins/transport [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/pools [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/process [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/progress [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/reexec [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/rootless [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/rootless/specconv [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/stack [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/stdcopy [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/streamformatter [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/stringid [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/sysinfo [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/system [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/tailfile [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/tarsum [2023-12-28T21:14:05.509Z] github.com/docker/docker/pkg/useragent [2023-12-28T21:14:05.509Z] github.com/docker/docker/plugin [2023-12-28T21:14:05.509Z] github.com/docker/docker/plugin/executor/containerd [2023-12-28T21:14:05.509Z] github.com/docker/docker/plugin/v2 [2023-12-28T21:14:05.509Z] github.com/docker/docker/profiles/apparmor [2023-12-28T21:14:05.509Z] github.com/docker/docker/profiles/seccomp [2023-12-28T21:14:05.509Z] github.com/docker/docker/quota [2023-12-28T21:14:05.509Z] github.com/docker/docker/reference [2023-12-28T21:14:05.509Z] github.com/docker/docker/registry [2023-12-28T21:14:05.509Z] github.com/docker/docker/registry/resumable [2023-12-28T21:14:05.509Z] github.com/docker/docker/restartmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/runconfig [2023-12-28T21:14:05.509Z] github.com/docker/docker/runconfig/opts [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil/daemon [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil/environment [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil/fakecontext [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil/fakegit [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil/fakestorage [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil/fixtures/load [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil/fixtures/plugin [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil/registry [2023-12-28T21:14:05.509Z] github.com/docker/docker/testutil/request [2023-12-28T21:14:05.509Z] github.com/docker/docker/volume [2023-12-28T21:14:05.509Z] github.com/docker/docker/volume/drivers [2023-12-28T21:14:05.509Z] github.com/docker/docker/volume/local [2023-12-28T21:14:05.509Z] github.com/docker/docker/volume/mounts [2023-12-28T21:14:05.509Z] github.com/docker/docker/volume/service [2023-12-28T21:14:05.509Z] github.com/docker/docker/volume/service/opts [2023-12-28T21:14:05.509Z] github.com/docker/docker/volume/testutils' [2023-12-28T21:14:05.509Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/bitmap [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cluster [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/config [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/datastore [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/diagnostic [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/discoverapi [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/driverapi [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/host [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/null [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/remote [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/windows [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drvregistry [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/etchosts [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/caller [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/netiputil [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipam [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipamapi [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/null [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/remote [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipamutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipbits [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/iptables [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/netlabel [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/netutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/networkdb [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ns [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/options [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/osl [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/osl/kernel [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/portallocator [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/portmapper [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/resolvconf [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/scope [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/types' [2023-12-28T21:14:05.509Z] + echo 'github.com/docker/docker/libnetwork [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/bitmap [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cluster [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/config [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/datastore [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/diagnostic [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/discoverapi [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/driverapi [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/host [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/d+ grep --fixed-strings libnetwork/drivers/bridge [2023-12-28T21:14:05.509Z] rivers/macvlan/mvmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/null [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/remote [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/windows [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drvregistry [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/etchosts [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/caller [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/netiputil [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipam [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipamapi [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/null [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/remote [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipamutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ipbits [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/iptables [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/netlabel [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/netutils [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/networkdb [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/ns [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/options [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/osl [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/osl/kernel [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/portallocator [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/portmapper [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/resolvconf [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/scope [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/types' [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-12-28T21:14:05.509Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-12-28T21:14:05.509Z] + type docker-proxy [2023-12-28T21:14:05.509Z] hack/test/unit: line 25: type: docker-proxy: not found [2023-12-28T21:14:05.509Z] + hack/make.sh binary-proxy install-proxy [2023-12-28T21:14:05.509Z] [2023-12-28T21:14:05.509Z] Removing bundles/ [2023-12-28T21:14:05.509Z] [2023-12-28T21:14:05.509Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2023-12-28T21:14:05.509Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2023-12-28T21:14:05.509Z] + tee /go/src/github.com/docker/docker/go.mod [2023-12-28T21:14:05.509Z] module github.com/docker/docker [2023-12-28T21:14:05.509Z] [2023-12-28T21:14:05.509Z] go 1.20 [2023-12-28T21:14:05.509Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2023-12-28T21:14:05.509Z] + GO111MODULE=on [2023-12-28T21:14:05.509Z] + 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=341e7b35a6922407b213c0475318792a793706a2" -X "github.com/docker/docker/dockerversion.BuildTime=2023-12-28T21:14:05.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy [2023-12-28T21:14:09.715Z] + rm -f /go/src/github.com/docker/docker/go.mod [2023-12-28T21:14:09.715Z] Created binary: bundles/binary-proxy/docker-proxy [2023-12-28T21:14:09.715Z] [2023-12-28T21:14:09.977Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2023-12-28T21:14:09.977Z] Installing docker-proxy to /usr/local/bin/ [2023-12-28T21:14:09.977Z] [2023-12-28T21:14:09.977Z] + mkdir -p bundles [2023-12-28T21:14:09.977Z] + '[' -n 'github.com/docker/docker/api [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/backend/build [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/httpstatus [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/httputils [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/middleware [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/build [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/checkpoint [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/container [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/debug [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/distribution [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/grpc [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/image [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/network [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/plugin [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/session [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/swarm [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/system [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/server/router/volume [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/backend [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/blkiodev [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/checkpoint [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/container [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/events [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/filters [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/image [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/mount [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/network [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/plugins/logdriver [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/registry [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/strslice [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/swarm [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/swarm/runtime [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/system [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/time [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/versions [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/versions/v1p19 [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/versions/v1p20 [2023-12-28T21:14:09.977Z] github.com/docker/docker/api/types/volume [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/builder-next [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/builder-next/exporter [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/builder-next/worker [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/builder-next/worker/label [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/dockerfile [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/remotecontext [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/remotecontext/git [2023-12-28T21:14:09.977Z] github.com/docker/docker/builder/remotecontext/urlutil [2023-12-28T21:14:09.977Z] github.com/docker/docker/cli/debug [2023-12-28T21:14:09.977Z] github.com/docker/docker/cli/winresources/docker-proxy [2023-12-28T21:14:09.977Z] github.com/docker/docker/cli/winresources/dockerd [2023-12-28T21:14:09.977Z] github.com/docker/docker/client [2023-12-28T21:14:09.977Z] github.com/docker/docker/client/buildkit [2023-12-28T21:14:09.977Z] github.com/docker/docker/cmd/docker-proxy [2023-12-28T21:14:09.977Z] github.com/docker/docker/cmd/dockerd [2023-12-28T21:14:09.977Z] github.com/docker/docker/cmd/dockerd/trap [2023-12-28T21:14:09.977Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2023-12-28T21:14:09.977Z] github.com/docker/docker/container [2023-12-28T21:14:09.977Z] github.com/docker/docker/container/stream [2023-12-28T21:14:09.977Z] github.com/docker/docker/contrib/apparmor [2023-12-28T21:14:09.977Z] github.com/docker/docker/contrib/httpserver [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/cluster [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/cluster/convert [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/cluster/executor [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/cluster/executor/container [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/cluster/provider [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/config [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/containerd [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/events [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/events/testutils [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/graphdriver [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/graphdriver/btrfs [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/graphdriver/copy [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/graphdriver/graphtest [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/graphdriver/register [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/graphdriver/vfs [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/graphdriver/zfs [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/images [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/initlayer [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/links [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/listeners [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/awslogs [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/fluentd [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/gcplogs [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/gelf [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/journald [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/journald/internal/export [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/jsonfilelog [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/local [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/loggertest [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/loggerutils [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/splunk [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/syslog [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/logger/templates [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/names [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/network [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/snapshotter [2023-12-28T21:14:09.977Z] github.com/docker/docker/daemon/stats [2023-12-28T21:14:09.977Z] github.com/docker/docker/distribution [2023-12-28T21:14:09.977Z] github.com/docker/docker/distribution/metadata [2023-12-28T21:14:09.977Z] github.com/docker/docker/distribution/utils [2023-12-28T21:14:09.977Z] github.com/docker/docker/distribution/xfer [2023-12-28T21:14:09.977Z] github.com/docker/docker/dockerversion [2023-12-28T21:14:09.977Z] github.com/docker/docker/errdefs [2023-12-28T21:14:09.977Z] github.com/docker/docker/image [2023-12-28T21:14:09.977Z] github.com/docker/docker/image/cache [2023-12-28T21:14:09.977Z] github.com/docker/docker/image/spec/specs-go [2023-12-28T21:14:09.977Z] github.com/docker/docker/image/spec/specs-go/v1 [2023-12-28T21:14:09.977Z] github.com/docker/docker/image/tarexport [2023-12-28T21:14:09.977Z] github.com/docker/docker/image/v1 [2023-12-28T21:14:09.977Z] github.com/docker/docker/internal/compatcontext [2023-12-28T21:14:09.977Z] github.com/docker/docker/internal/mod [2023-12-28T21:14:09.977Z] github.com/docker/docker/internal/mounttree [2023-12-28T21:14:09.977Z] github.com/docker/docker/internal/multierror [2023-12-28T21:14:09.977Z] github.com/docker/docker/internal/sliceutil [2023-12-28T21:14:09.977Z] github.com/docker/docker/internal/test/suite [2023-12-28T21:14:09.977Z] github.com/docker/docker/internal/testutils [2023-12-28T21:14:09.977Z] github.com/docker/docker/internal/testutils/netnsutils [2023-12-28T21:14:09.977Z] github.com/docker/docker/internal/testutils/specialimage [2023-12-28T21:14:09.977Z] github.com/docker/docker/internal/unshare [2023-12-28T21:14:09.977Z] github.com/docker/docker/layer [2023-12-28T21:14:09.977Z] github.com/docker/docker/libcontainerd [2023-12-28T21:14:09.977Z] github.com/docker/docker/libcontainerd/queue [2023-12-28T21:14:09.977Z] github.com/docker/docker/libcontainerd/remote [2023-12-28T21:14:09.977Z] github.com/docker/docker/libcontainerd/shimopts [2023-12-28T21:14:09.977Z] github.com/docker/docker/libcontainerd/supervisor [2023-12-28T21:14:09.977Z] github.com/docker/docker/libcontainerd/types [2023-12-28T21:14:09.977Z] github.com/docker/docker/oci [2023-12-28T21:14:09.977Z] github.com/docker/docker/oci/caps [2023-12-28T21:14:09.977Z] github.com/docker/docker/opts [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/aaparser [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/archive [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/authorization [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/broadcaster [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/capabilities [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/chrootarchive [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/containerfs [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/directory [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/dmesg [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/fileutils [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/homedir [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/idtools [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/ioutils [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/jsonmessage [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/longpath [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/loopback [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/meminfo [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/namesgenerator [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/parsers [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/parsers/kernel [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/parsers/operatingsystem [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/pidfile [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/platform [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/platforms [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/plugingetter [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/plugins [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/plugins/transport [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/pools [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/process [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/progress [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/reexec [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/rootless [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/rootless/specconv [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/stack [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/stdcopy [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/streamformatter [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/stringid [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/sysinfo [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/system [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/tailfile [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/tarsum [2023-12-28T21:14:09.977Z] github.com/docker/docker/pkg/useragent [2023-12-28T21:14:09.977Z] github.com/docker/docker/plugin [2023-12-28T21:14:09.977Z] github.com/docker/docker/plugin/executor/containerd [2023-12-28T21:14:09.977Z] github.com/docker/docker/plugin/v2 [2023-12-28T21:14:09.977Z] github.com/docker/docker/profiles/apparmor [2023-12-28T21:14:09.977Z] github.com/docker/docker/profiles/seccomp [2023-12-28T21:14:09.977Z] github.com/docker/docker/quota [2023-12-28T21:14:09.977Z] github.com/docker/docker/reference [2023-12-28T21:14:09.977Z] github.com/docker/docker/registry [2023-12-28T21:14:09.977Z] github.com/docker/docker/registry/resumable [2023-12-28T21:14:09.977Z] github.com/docker/docker/restartmanager [2023-12-28T21:14:09.977Z] github.com/docker/docker/runconfig [2023-12-28T21:14:09.977Z] github.com/docker/docker/runconfig/opts [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil/daemon [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil/environment [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil/fakecontext [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil/fakegit [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil/fakestorage [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil/fixtures/load [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil/fixtures/plugin [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil/registry [2023-12-28T21:14:09.977Z] github.com/docker/docker/testutil/request [2023-12-28T21:14:09.977Z] github.com/docker/docker/volume [2023-12-28T21:14:09.977Z] github.com/docker/docker/volume/drivers [2023-12-28T21:14:09.977Z] github.com/docker/docker/volume/local [2023-12-28T21:14:09.977Z] github.com/docker/docker/volume/mounts [2023-12-28T21:14:09.977Z] github.com/docker/docker/volume/service [2023-12-28T21:14:09.977Z] github.com/docker/docker/volume/service/opts [2023-12-28T21:14:09.977Z] github.com/docker/docker/volume/testutils' ']' [2023-12-28T21:14:09.978Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/checkpoint github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/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/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 [2023-12-28T21:14:10.550Z] ? github.com/docker/docker/api [no test files] [2023-12-28T21:14:18.701Z] ok github.com/docker/docker/api/server 0.045s coverage: 13.0% of statements [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/build [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/server/httputils 0.014s coverage: 28.3% of statements [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/container [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/image [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/network [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/session [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/server/router/system [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/backend [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 7.3% of statements [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/server/router/volume 0.007s coverage: 66.7% of statements [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/events [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/image [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/mount [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/types/network 0.005s coverage: 72.3% of statements [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 94.0% of statements [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/types/container 0.007s coverage: 83.7% of statements [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/types/registry 0.008s coverage: 54.2% of statements [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/swarm [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/system [no test files] [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/api/types/volume [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder/builder-next [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2023-12-28T21:14:40.680Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/cli/debug 0.006s coverage: 100.0% of statements [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.016s coverage: 100.0% of statements [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/builder/dockerfile 0.056s coverage: 50.1% of statements [2023-12-28T21:14:40.680Z] ok github.com/docker/docker/builder/remotecontext 0.068s coverage: 33.5% of statements [2023-12-28T21:14:42.069Z] ? github.com/docker/docker/client/buildkit [no test files] [2023-12-28T21:14:42.069Z] ok github.com/docker/docker/cmd/docker-proxy 0.047s coverage: 66.5% of statements [2023-12-28T21:14:42.330Z] ok github.com/docker/docker/client 0.135s coverage: 77.0% of statements [2023-12-28T21:14:44.880Z] ok github.com/docker/docker/builder/remotecontext/git 4.376s coverage: 82.5% of statements [2023-12-28T21:14:54.887Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2023-12-28T21:14:54.887Z] ? github.com/docker/docker/container/stream [no test files] [2023-12-28T21:14:54.887Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2023-12-28T21:14:54.887Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2023-12-28T21:14:54.887Z] ok github.com/docker/docker/container 0.129s coverage: 36.4% of statements [2023-12-28T21:14:54.887Z] ok github.com/docker/docker/cmd/dockerd 0.212s coverage: 30.1% of statements [2023-12-28T21:14:56.806Z] ok github.com/docker/docker/cmd/dockerd/trap 2.394s coverage: 0.0% of statements [2023-12-28T21:14:57.748Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2023-12-28T21:14:57.748Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.022s coverage: 65.3% of statements [2023-12-28T21:14:57.748Z] ok github.com/docker/docker/daemon/cluster/convert 0.034s coverage: 38.7% of statements [2023-12-28T21:14:57.748Z] ok github.com/docker/docker/daemon/cluster 0.060s coverage: 0.5% of statements [2023-12-28T21:14:58.321Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2023-12-28T21:14:58.321Z] ok github.com/docker/docker/daemon/config 0.069s coverage: 76.1% of statements [2023-12-28T21:14:59.705Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2023-12-28T21:14:59.705Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.3% of statements [2023-12-28T21:14:59.705Z] ok github.com/docker/docker/daemon/containerd 0.043s coverage: 9.2% of statements [2023-12-28T21:14:59.705Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2023-12-28T21:14:59.705Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.8% of statements [2023-12-28T21:14:59.966Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.186s coverage: 60.9% of statements [2023-12-28T21:15:00.537Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2023-12-28T21:15:00.537Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.024s coverage: 1.9% of statements [2023-12-28T21:15:00.537Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2023-12-28T21:15:00.537Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2023-12-28T21:15:00.798Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.198s coverage: 60.2% of statements [2023-12-28T21:15:00.798Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 60.9% of statements [2023-12-28T21:15:01.370Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2023-12-28T21:15:01.631Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.480s coverage: 13.4% of statements [2023-12-28T21:15:01.892Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2023-12-28T21:15:01.892Z] ? github.com/docker/docker/daemon/listeners [no test files] [2023-12-28T21:15:01.892Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2023-12-28T21:15:01.892Z] ok github.com/docker/docker/daemon/images 0.020s coverage: 3.0% of statements [2023-12-28T21:15:02.154Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 43.2% of statements [2023-12-28T21:15:02.414Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2023-12-28T21:15:02.414Z] ok github.com/docker/docker/daemon/logger/fluentd 0.011s coverage: 53.6% of statements [2023-12-28T21:15:02.414Z] ok github.com/docker/docker/daemon/logger/awslogs 0.117s coverage: 78.3% of statements [2023-12-28T21:15:02.414Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 68.2% of statements [2023-12-28T21:15:02.986Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2023-12-28T21:15:02.986Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2023-12-28T21:15:02.986Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.003s coverage: 88.2% of statements [2023-12-28T21:15:02.986Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2023-12-28T21:15:03.247Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.124s coverage: 76.8% of statements [2023-12-28T21:15:03.247Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2023-12-28T21:15:03.247Z] ok github.com/docker/docker/daemon/logger/local 0.050s coverage: 79.4% of statements [2023-12-28T21:15:03.819Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.017s coverage: 63.5% of statements [2023-12-28T21:15:03.819Z] ? github.com/docker/docker/daemon/names [no test files] [2023-12-28T21:15:03.819Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2023-12-28T21:15:03.819Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2023-12-28T21:15:03.819Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 46.8% of statements [2023-12-28T21:15:04.391Z] ok github.com/docker/docker/daemon/logger/journald 1.237s coverage: 74.5% of statements [2023-12-28T21:15:04.391Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2023-12-28T21:15:04.391Z] ? github.com/docker/docker/daemon/stats [no test files] [2023-12-28T21:15:04.391Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2023-12-28T21:15:04.963Z] ? github.com/docker/docker/distribution/utils [no test files] [2023-12-28T21:15:05.224Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2023-12-28T21:15:05.224Z] ok github.com/docker/docker/dockerversion 0.008s coverage: 100.0% of statements [2023-12-28T21:15:05.224Z] ok github.com/docker/docker/errdefs 0.012s coverage: 77.0% of statements [2023-12-28T21:15:05.224Z] ok github.com/docker/docker/daemon/logger/splunk 1.456s coverage: 82.5% of statements [2023-12-28T21:15:05.795Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2023-12-28T21:15:05.795Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2023-12-28T21:15:05.795Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2023-12-28T21:15:05.795Z] ok github.com/docker/docker/image 0.026s coverage: 84.6% of statements [2023-12-28T21:15:06.057Z] ? github.com/docker/docker/image/v1 [no test files] [2023-12-28T21:15:06.057Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2023-12-28T21:15:06.057Z] ? github.com/docker/docker/internal/mounttree [no test files] [2023-12-28T21:15:06.057Z] ok github.com/docker/docker/internal/mod 0.003s coverage: 66.7% of statements [2023-12-28T21:15:06.057Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.6% of statements [2023-12-28T21:15:06.317Z] ? github.com/docker/docker/internal/sliceutil [no test files] [2023-12-28T21:15:06.317Z] ? github.com/docker/docker/internal/test/suite [no test files] [2023-12-28T21:15:06.317Z] ? github.com/docker/docker/internal/testutils [no test files] [2023-12-28T21:15:06.317Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2023-12-28T21:15:06.317Z] ok github.com/docker/docker/internal/multierror 0.003s coverage: 88.9% of statements [2023-12-28T21:15:06.317Z] ? github.com/docker/docker/internal/testutils/specialimage [no test files] [2023-12-28T21:15:06.317Z] ? github.com/docker/docker/internal/unshare [no test files] [2023-12-28T21:15:06.578Z] ok github.com/docker/docker/distribution 1.506s coverage: 29.1% of statements [2023-12-28T21:15:07.149Z] ok github.com/docker/docker/daemon 10.680s coverage: 17.2% of statements [2023-12-28T21:15:07.149Z] ok github.com/docker/docker/distribution/xfer 2.185s coverage: 85.4% of statements [2023-12-28T21:15:07.410Z] ? github.com/docker/docker/libcontainerd [no test files] [2023-12-28T21:15:07.410Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2023-12-28T21:15:07.410Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2023-12-28T21:15:07.410Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2023-12-28T21:15:07.410Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2023-12-28T21:15:07.410Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2023-12-28T21:15:07.672Z] ? github.com/docker/docker/oci/caps [no test files] [2023-12-28T21:15:07.933Z] ok github.com/docker/docker/oci 0.033s coverage: 38.1% of statements [2023-12-28T21:15:07.933Z] ok github.com/docker/docker/pkg/aaparser 0.003s coverage: 52.9% of statements [2023-12-28T21:15:07.933Z] ok github.com/docker/docker/opts 0.021s coverage: 67.9% of statements [2023-12-28T21:15:08.505Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 28.6% of statements [2023-12-28T21:15:08.505Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2023-12-28T21:15:08.505Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2023-12-28T21:15:08.505Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 81.8% of statements [2023-12-28T21:15:08.505Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2023-12-28T21:15:08.767Z] ok github.com/docker/docker/pkg/chrootarchive 0.259s coverage: 83.7% of statements [2023-12-28T21:15:08.767Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 51.7% of statements [2023-12-28T21:15:08.767Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 8.3% of statements [2023-12-28T21:15:09.028Z] ok github.com/docker/docker/pkg/archive 0.526s coverage: 81.1% of statements [2023-12-28T21:15:09.028Z] ? github.com/docker/docker/pkg/loopback [no test files] [2023-12-28T21:15:09.028Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 92.3% of statements [2023-12-28T21:15:09.028Z] ok github.com/docker/docker/pkg/longpath 0.019s coverage: 45.5% of statements [2023-12-28T21:15:09.028Z] ok github.com/docker/docker/pkg/meminfo 0.003s coverage: 75.0% of statements [2023-12-28T21:15:09.289Z] ok github.com/docker/docker/pkg/idtools 0.421s coverage: 69.7% of statements [2023-12-28T21:15:09.289Z] ok github.com/docker/docker/pkg/namesgenerator 0.018s coverage: 85.7% of statements [2023-12-28T21:15:09.289Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2023-12-28T21:15:09.289Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2023-12-28T21:15:09.289Z] ok github.com/docker/docker/pkg/ioutils 0.372s coverage: 72.3% of statements [2023-12-28T21:15:09.549Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.2% of statements [2023-12-28T21:15:09.549Z] ? github.com/docker/docker/pkg/platform [no test files] [2023-12-28T21:15:09.549Z] ? github.com/docker/docker/pkg/platforms [no test files] [2023-12-28T21:15:09.549Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2023-12-28T21:15:09.549Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 94.1% of statements [2023-12-28T21:15:09.549Z] ok github.com/docker/docker/pkg/authorization 1.200s coverage: 68.3% of statements [2023-12-28T21:15:10.120Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2023-12-28T21:15:10.120Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2023-12-28T21:15:10.120Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 88.2% of statements [2023-12-28T21:15:10.120Z] ok github.com/docker/docker/pkg/process 0.005s coverage: 21.7% of statements [2023-12-28T21:15:10.120Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2023-12-28T21:15:10.120Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 90.0% of statements [2023-12-28T21:15:10.120Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2023-12-28T21:15:10.382Z] ? github.com/docker/docker/pkg/rootless [no test files] [2023-12-28T21:15:10.382Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2023-12-28T21:15:10.382Z] ok github.com/docker/docker/pkg/stack 0.005s coverage: 90.9% of statements [2023-12-28T21:15:10.382Z] ok github.com/docker/docker/pkg/reexec 0.021s coverage: 82.4% of statements [2023-12-28T21:15:10.382Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2023-12-28T21:15:10.643Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 61.9% of statements [2023-12-28T21:15:10.643Z] ok github.com/docker/docker/pkg/streamformatter 0.008s coverage: 66.2% of statements [2023-12-28T21:15:10.905Z] ok github.com/docker/docker/pkg/system 0.009s coverage: 43.1% of statements [2023-12-28T21:15:10.905Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.4% of statements [2023-12-28T21:15:10.905Z] ok github.com/docker/docker/pkg/useragent 0.003s coverage: 88.9% of statements [2023-12-28T21:15:10.905Z] ok github.com/docker/docker/pkg/tailfile 0.037s coverage: 88.6% of statements [2023-12-28T21:15:10.905Z] ok github.com/docker/docker/pkg/tarsum 0.053s coverage: 89.6% of statements [2023-12-28T21:15:11.848Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2023-12-28T21:15:11.848Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2023-12-28T21:15:11.848Z] ok github.com/docker/docker/plugin/v2 0.009s coverage: 14.4% of statements [2023-12-28T21:15:11.848Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2023-12-28T21:15:12.109Z] ok github.com/docker/docker/pkg/plugins 2.017s coverage: 74.9% of statements [2023-12-28T21:15:12.109Z] ok github.com/docker/docker/reference 0.007s coverage: 83.7% of statements [2023-12-28T21:15:12.109Z] ok github.com/docker/docker/quota 0.232s coverage: 69.3% of statements [2023-12-28T21:15:12.109Z] ok github.com/docker/docker/plugin 0.524s coverage: 23.3% of statements [2023-12-28T21:15:12.681Z] ok github.com/docker/docker/restartmanager 0.015s coverage: 51.9% of statements [2023-12-28T21:15:12.681Z] ok github.com/docker/docker/registry/resumable 0.018s coverage: 100.0% of statements [2023-12-28T21:15:12.681Z] ? github.com/docker/docker/runconfig/opts [no test files] [2023-12-28T21:15:12.681Z] ok github.com/docker/docker/runconfig 0.012s coverage: 63.8% of statements [2023-12-28T21:15:12.681Z] ok github.com/docker/docker/registry 0.122s coverage: 63.9% of statements [2023-12-28T21:15:12.681Z] ok github.com/docker/docker/testutil 0.008s coverage: 8.2% of statements [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/testutil/daemon [no test files] [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/testutil/environment [no test files] [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/testutil/registry [no test files] [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/testutil/request [no test files] [2023-12-28T21:15:12.942Z] ? github.com/docker/docker/volume [no test files] [2023-12-28T21:15:13.514Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2023-12-28T21:15:13.514Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 65.7% of statements [2023-12-28T21:15:13.514Z] ok github.com/docker/docker/volume/local 0.083s coverage: 72.5% of statements [2023-12-28T21:15:14.086Z] ? github.com/docker/docker/volume/service/opts [no test files] [2023-12-28T21:15:14.086Z] ? github.com/docker/docker/volume/testutils [no test files] [2023-12-28T21:15:14.086Z] ok github.com/docker/docker/volume/service 0.012s coverage: 71.8% of statements [2023-12-28T21:15:15.026Z] ok github.com/docker/docker/layer 7.804s coverage: 68.7% of statements [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === Skipped [2023-12-28T21:15:15.287Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2023-12-28T21:15:15.287Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2023-12-28T21:15:15.287Z] network_proxy_test.go:210: No support for dual stack yet [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2023-12-28T21:15:15.287Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2023-12-28T21:15:15.287Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver btrfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver btrfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver btrfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver btrfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver btrfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:68: No driver to put! [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2023-12-28T21:15:15.287Z] time="2023-12-28T21:15:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: driver not supported [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2023-12-28T21:15:15.287Z] time="2023-12-28T21:15:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: driver not supported [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2023-12-28T21:15:15.287Z] time="2023-12-28T21:15:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: driver not supported [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2023-12-28T21:15:15.287Z] time="2023-12-28T21:15:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: driver not supported [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2023-12-28T21:15:15.287Z] time="2023-12-28T21:15:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: driver not supported [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:68: No driver to put! [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2023-12-28T21:15:15.287Z] overlay_test.go:61: Cannot run test with naive change algorithm [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver zfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver zfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver zfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver zfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-12-28T21:15:15.287Z] graphtest_unix.go:41: Driver zfs not supported [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2023-12-28T21:15:15.287Z] graphtest_unix.go:68: No driver to put! [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2023-12-28T21:15:15.287Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2023-12-28T21:15:15.287Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2023-12-28T21:15:15.287Z] validate_test.go:70: only tested on Windows [2023-12-28T21:15:15.287Z] [2023-12-28T21:15:15.287Z] DONE 3197 tests, 27 skipped in 65.451s [2023-12-28T21:15:15.287Z] + '[' -n 'github.com/docker/docker/libnetwork [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/bitmap [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/cluster [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/config [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/datastore [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/diagnostic [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/discoverapi [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/driverapi [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/host [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/null [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/remote [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/windows [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/drvregistry [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/etchosts [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/internal/caller [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/internal/netiputil [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/ipam [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/ipamapi [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/ipams/null [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/ipams/remote [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/ipamutils [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/ipbits [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/iptables [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/netlabel [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/netutils [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/networkdb [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/ns [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/options [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/osl [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/osl/kernel [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/portallocator [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/portmapper [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/resolvconf [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/scope [2023-12-28T21:15:15.287Z] github.com/docker/docker/libnetwork/types' ']' [2023-12-28T21:15:15.287Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/scope github.com/docker/docker/libnetwork/types [2023-12-28T21:16:11.548Z] ok github.com/docker/docker/libnetwork 44.551s coverage: 43.0% of statements [2023-12-28T21:16:11.548Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements [2023-12-28T21:16:11.548Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2023-12-28T21:16:11.548Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2023-12-28T21:16:11.548Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2023-12-28T21:16:11.548Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2023-12-28T21:16:11.548Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2023-12-28T21:16:11.548Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2023-12-28T21:16:11.548Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 10.3% of statements [2023-12-28T21:16:11.548Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 37.0% of statements [2023-12-28T21:16:11.548Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2023-12-28T21:16:11.548Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2023-12-28T21:16:11.548Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2023-12-28T21:16:11.548Z] ok github.com/docker/docker/libnetwork/drivers/bridge 4.235s coverage: 62.6% of statements [2023-12-28T21:16:11.548Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2023-12-28T21:16:11.809Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 40.0% of statements [2023-12-28T21:16:13.192Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.804s coverage: 5.0% of statements [2023-12-28T21:16:13.192Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2023-12-28T21:16:13.452Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.004s coverage: 4.6% of statements [2023-12-28T21:16:13.452Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2023-12-28T21:16:13.712Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 40.0% of statements [2023-12-28T21:16:14.655Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.011s coverage: 1.4% of statements [2023-12-28T21:16:14.916Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.004s coverage: 45.0% of statements [2023-12-28T21:16:15.176Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 62.7% of statements [2023-12-28T21:16:15.747Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.012s coverage: 57.2% of statements [2023-12-28T21:16:15.747Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2023-12-28T21:16:15.747Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2023-12-28T21:16:15.747Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2023-12-28T21:16:16.317Z] ok github.com/docker/docker/libnetwork/drvregistry 0.020s coverage: 87.0% of statements [2023-12-28T21:16:16.577Z] ok github.com/docker/docker/libnetwork/etchosts 0.017s coverage: 81.0% of statements [2023-12-28T21:16:16.838Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2023-12-28T21:16:16.838Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2023-12-28T21:16:16.838Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2023-12-28T21:16:16.838Z] ? github.com/docker/docker/libnetwork/internal/netiputil [no test files] [2023-12-28T21:16:29.065Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2023-12-28T21:16:30.448Z] ok github.com/docker/docker/libnetwork/ipam 3.003s coverage: 80.3% of statements [2023-12-28T21:16:30.448Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2023-12-28T21:16:30.448Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2023-12-28T21:16:30.708Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 63.2% of statements [2023-12-28T21:16:31.279Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.009s coverage: 48.7% of statements [2023-12-28T21:16:31.279Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2023-12-28T21:16:31.279Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 80.0% of statements [2023-12-28T21:16:31.849Z] ok github.com/docker/docker/libnetwork/ipamutils 0.328s coverage: 86.4% of statements [2023-12-28T21:16:32.109Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2023-12-28T21:16:33.050Z] ok github.com/docker/docker/libnetwork/iptables 0.233s coverage: 39.9% of statements [2023-12-28T21:16:33.050Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2023-12-28T21:16:33.311Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 54.9% of statements [2023-12-28T21:18:24.803Z] ok github.com/docker/docker/libnetwork/networkdb 103.464s coverage: 59.2% of statements [2023-12-28T21:18:24.803Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2023-12-28T21:18:24.803Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2023-12-28T21:18:24.803Z] ok github.com/docker/docker/libnetwork/osl 4.451s coverage: 40.2% of statements [2023-12-28T21:18:24.803Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2023-12-28T21:18:24.803Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements [2023-12-28T21:18:24.803Z] ok github.com/docker/docker/libnetwork/portmapper 0.730s coverage: 46.3% of statements [2023-12-28T21:18:25.065Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 84.9% of statements [2023-12-28T21:18:25.065Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2023-12-28T21:18:25.325Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 41.7% of statements [2023-12-28T21:18:25.325Z] [2023-12-28T21:18:25.325Z] === Skipped [2023-12-28T21:18:25.325Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2023-12-28T21:18:25.325Z] firewalld_test.go:29: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory [2023-12-28T21:18:25.325Z] [2023-12-28T21:18:25.325Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2023-12-28T21:18:25.325Z] firewalld_test.go:88: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory [2023-12-28T21:18:25.325Z] [2023-12-28T21:18:25.325Z] DONE 375 tests, 2 skipped in 190.103s Post stage [Pipeline] junit [2023-12-28T21:18:26.281Z] Recording test results [2023-12-28T21:18:26.379Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-28T21:18:26.686Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46998/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=341e7b35a6922407b213c0475318792a793706a2 -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=master docker:341e7b35a6922407b213c0475318792a793706a2 hack/make.sh dynbinary test-integration [2023-12-28T21:18:26.953Z] [2023-12-28T21:18:26.953Z] Removing bundles/ [2023-12-28T21:18:26.953Z] [2023-12-28T21:18:26.953Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2023-12-28T21:18:26.953Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... [2023-12-28T21:18:26.954Z] + tee /go/src/github.com/docker/docker/go.mod [2023-12-28T21:18:26.954Z] module github.com/docker/docker [2023-12-28T21:18:26.954Z] [2023-12-28T21:18:26.954Z] go 1.20 [2023-12-28T21:18:26.954Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2023-12-28T21:18:26.954Z] + GO111MODULE=on [2023-12-28T21:18:26.954Z] + 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=341e7b35a6922407b213c0475318792a793706a2" -X "github.com/docker/docker/dockerversion.BuildTime=2023-12-28T21:18:26.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd [2023-12-28T21:19:05.922Z] + rm -f /go/src/github.com/docker/docker/go.mod [2023-12-28T21:19:05.922Z] Created binary: bundles/dynbinary-daemon/dockerd [2023-12-28T21:19:05.922Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... [2023-12-28T21:19:05.922Z] + tee /go/src/github.com/docker/docker/go.mod [2023-12-28T21:19:05.922Z] module github.com/docker/docker [2023-12-28T21:19:05.922Z] [2023-12-28T21:19:05.922Z] go 1.20 [2023-12-28T21:19:05.922Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2023-12-28T21:19:05.922Z] + GO111MODULE=on [2023-12-28T21:19:05.922Z] + 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=341e7b35a6922407b213c0475318792a793706a2" -X "github.com/docker/docker/dockerversion.BuildTime=2023-12-28T21:18:26.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy [2023-12-28T21:19:05.922Z] + rm -f /go/src/github.com/docker/docker/go.mod [2023-12-28T21:19:05.922Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2023-12-28T21:19:05.922Z] [2023-12-28T21:19:05.922Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-12-28T21:19:05.922Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-12-28T21:19:05.922Z] HOSTNAME=83c19148378a [2023-12-28T21:19:05.922Z] TESTDEBUG=0 [2023-12-28T21:19:05.922Z] DEST=bundles/test-integration [2023-12-28T21:19:05.922Z] PWD=/go/src/github.com/docker/docker [2023-12-28T21:19:05.922Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock [2023-12-28T21:19:05.922Z] DOCKER_GITCOMMIT=341e7b35a6922407b213c0475318792a793706a2 [2023-12-28T21:19:05.922Z] container=docker [2023-12-28T21:19:05.922Z] HOME=/root [2023-12-28T21:19:05.922Z] CONTAINERD_NAMESPACE=moby [2023-12-28T21:19:05.922Z] GOLANG_VERSION=1.21.5 [2023-12-28T21:19:05.922Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-12-28T21:19:05.922Z] VALIDATE_BRANCH=master [2023-12-28T21:19:05.922Z] TERM=xterm [2023-12-28T21:19:05.922Z] DOCKER_PKG=github.com/docker/docker [2023-12-28T21:19:05.922Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker [2023-12-28T21:19:05.922Z] SHLVL=1 [2023-12-28T21:19:05.922Z] TIMEOUT=120m [2023-12-28T21:19:05.922Z] GOTOOLCHAIN=local [2023-12-28T21:19:05.922Z] DOCKER_GRAPHDRIVER=overlay2 [2023-12-28T21:19:05.922Z] GO111MODULE=off [2023-12-28T21:19:05.922Z] DOCKER_EXPERIMENTAL=1 [2023-12-28T21:19:05.922Z] TEST_SKIP_INTEGRATION_CLI=1 [2023-12-28T21:19:05.922Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-12-28T21:19:05.922Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-12-28T21:19:05.922Z] GOPATH=/go [2023-12-28T21:19:05.922Z] PKG_CONFIG=pkg-config [2023-12-28T21:19:05.922Z] _=/usr/bin/env [2023-12-28T21:19:05.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2023-12-28T21:19:28.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main [2023-12-28T21:19:28.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2023-12-28T21:19:28.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2023-12-28T21:19:29.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2023-12-28T21:19:34.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2023-12-28T21:19:37.979Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2023-12-28T21:19:37.979Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2023-12-28T21:19:39.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2023-12-28T21:19:40.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2023-12-28T21:19:41.687Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main [2023-12-28T21:19:42.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2023-12-28T21:19:42.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2023-12-28T21:19:44.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2023-12-28T21:19:45.686Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2023-12-28T21:19:47.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2023-12-28T21:19:48.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2023-12-28T21:19:49.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2023-12-28T21:19:50.051Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2023-12-28T21:19:51.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2023-12-28T21:19:52.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2023-12-28T21:19:53.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2023-12-28T21:19:54.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2023-12-28T21:19:55.717Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-12-28T21:19:55.717Z] Using test binary /usr/local/cli-integration/docker [2023-12-28T21:19:55.977Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2023-12-28T21:19:55.977Z] +++ /etc/init.d/apparmor start [2023-12-28T21:19:55.977Z] Not: starting. [2023-12-28T21:19:55.977Z] INFO: Waiting for daemon to start... [2023-12-28T21:19:55.977Z] Starting dockerd [2023-12-28T21:19:55.977Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.s4hGCttrh2/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2023-12-28T21:19:58.520Z] . [2023-12-28T21:19:58.520Z] Running integration-test (iteration 1) [2023-12-28T21:19:58.520Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2023-12-28T21:19:58.520Z] ++ '[' -n '' ']' [2023-12-28T21:19:58.520Z] ++ 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 [2023-12-28T21:19:58.520Z] ++ set -e [2023-12-28T21:19:58.520Z] ++ '[' -n 0 ']' [2023-12-28T21:19:58.520Z] ++ set -x [2023-12-28T21:19:58.520Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:19:58.520Z] Loaded image: busybox:latest [2023-12-28T21:19:58.520Z] Loaded image: busybox:glibc [2023-12-28T21:19:59.461Z] Loaded image: debian:bookworm-slim [2023-12-28T21:19:59.462Z] Loaded image: hello-world:latest [2023-12-28T21:19:59.462Z] Loaded image: arm32v7/hello-world:latest [2023-12-28T21:19:59.462Z] INFO: Testing against a local daemon [2023-12-28T21:19:59.462Z] === RUN TestCgroupNamespacesBuild [2023-12-28T21:20:00.844Z] --- PASS: TestCgroupNamespacesBuild (1.12s) [2023-12-28T21:20:00.844Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2023-12-28T21:20:01.786Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.10s) [2023-12-28T21:20:01.786Z] === RUN TestBuildWithSession [2023-12-28T21:20:01.786Z] build_session_test.go:25: TODO: BuildKit [2023-12-28T21:20:01.786Z] --- SKIP: TestBuildWithSession (0.00s) [2023-12-28T21:20:01.786Z] === RUN TestBuildSquashParent [2023-12-28T21:20:05.987Z] --- PASS: TestBuildSquashParent (3.52s) [2023-12-28T21:20:05.988Z] === RUN TestBuildWithRemoveAndForceRemove [2023-12-28T21:20:05.988Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-12-28T21:20:05.988Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-12-28T21:20:05.988Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-12-28T21:20:05.988Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-12-28T21:20:05.988Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-12-28T21:20:05.988Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-12-28T21:20:05.988Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-12-28T21:20:05.988Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-12-28T21:20:05.988Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-12-28T21:20:05.988Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-12-28T21:20:05.988Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-12-28T21:20:05.988Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-12-28T21:20:05.988Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-12-28T21:20:05.988Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-12-28T21:20:05.988Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-12-28T21:20:05.988Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-12-28T21:20:05.988Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-12-28T21:20:05.988Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-12-28T21:20:08.531Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s) [2023-12-28T21:20:08.531Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.07s) [2023-12-28T21:20:08.531Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.86s) [2023-12-28T21:20:08.531Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.90s) [2023-12-28T21:20:08.531Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.92s) [2023-12-28T21:20:08.531Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.14s) [2023-12-28T21:20:08.531Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.22s) [2023-12-28T21:20:08.531Z] === RUN TestBuildMultiStageCopy [2023-12-28T21:20:08.531Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-12-28T21:20:09.472Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-12-28T21:20:09.472Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-12-28T21:20:09.472Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-12-28T21:20:09.732Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-12-28T21:20:09.732Z] --- PASS: TestBuildMultiStageCopy (1.30s) [2023-12-28T21:20:09.732Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.90s) [2023-12-28T21:20:09.732Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.06s) [2023-12-28T21:20:09.732Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.08s) [2023-12-28T21:20:09.732Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.10s) [2023-12-28T21:20:09.732Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.12s) [2023-12-28T21:20:09.732Z] === RUN TestBuildMultiStageParentConfig [2023-12-28T21:20:10.302Z] --- PASS: TestBuildMultiStageParentConfig (0.35s) [2023-12-28T21:20:10.302Z] === RUN TestBuildLabelWithTargets [2023-12-28T21:20:10.873Z] --- PASS: TestBuildLabelWithTargets (0.52s) [2023-12-28T21:20:10.873Z] === RUN TestBuildWithEmptyLayers [2023-12-28T21:20:10.873Z] --- PASS: TestBuildWithEmptyLayers (0.12s) [2023-12-28T21:20:10.873Z] === RUN TestBuildMultiStageOnBuild [2023-12-28T21:20:11.815Z] --- PASS: TestBuildMultiStageOnBuild (1.02s) [2023-12-28T21:20:11.815Z] === RUN TestBuildUncleanTarFilenames [2023-12-28T21:20:11.815Z] --- PASS: TestBuildUncleanTarFilenames (0.10s) [2023-12-28T21:20:11.815Z] === RUN TestBuildMultiStageLayerLeak [2023-12-28T21:20:13.212Z] --- PASS: TestBuildMultiStageLayerLeak (1.09s) [2023-12-28T21:20:13.212Z] === RUN TestBuildWithHugeFile [2023-12-28T21:20:59.919Z] --- PASS: TestBuildWithHugeFile (44.04s) [2023-12-28T21:20:59.919Z] === RUN TestBuildWCOWSandboxSize [2023-12-28T21:20:59.919Z] build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2023-12-28T21:20:59.919Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2023-12-28T21:20:59.919Z] === RUN TestBuildWithEmptyDockerfile [2023-12-28T21:20:59.919Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-12-28T21:20:59.919Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-12-28T21:20:59.919Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-12-28T21:20:59.919Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-12-28T21:20:59.919Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-12-28T21:20:59.919Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-12-28T21:20:59.919Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-12-28T21:20:59.919Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-12-28T21:20:59.919Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-12-28T21:20:59.919Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s) [2023-12-28T21:20:59.919Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2023-12-28T21:20:59.919Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2023-12-28T21:20:59.919Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2023-12-28T21:20:59.919Z] === RUN TestBuildPreserveOwnership [2023-12-28T21:20:59.919Z] === RUN TestBuildPreserveOwnership/copy_from [2023-12-28T21:20:59.919Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2023-12-28T21:20:59.919Z] --- PASS: TestBuildPreserveOwnership (2.20s) [2023-12-28T21:20:59.919Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.56s) [2023-12-28T21:20:59.919Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.62s) [2023-12-28T21:20:59.919Z] === RUN TestBuildPlatformInvalid [2023-12-28T21:20:59.919Z] --- PASS: TestBuildPlatformInvalid (0.01s) [2023-12-28T21:20:59.919Z] === RUN TestBuildkitHistoryTracePropagation [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1] Channel created" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1] parsed dial target is: {URL:{Scheme:unix Opaque: User: Host: Path:/run/buildkit/buildkitd.sock RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1] Resolver state updated: {\n \"Addresses\": [\n {\n \"Addr\": \"/run/buildkit/buildkitd.sock\",\n \"ServerName\": \"\",\n \"Attributes\": {\n \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n },\n \"BalancerAttributes\": null,\n \"Metadata\": null\n }\n ],\n \"Endpoints\": [\n {\n \"Addresses\": [\n {\n \"Addr\": \"/run/buildkit/buildkitd.sock\",\n \"ServerName\": \"\",\n \"Attributes\": {\n \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n },\n \"BalancerAttributes\": null,\n \"Metadata\": null\n }\n ],\n \"Attributes\": null\n }\n ],\n \"ServiceConfig\": null,\n \"Attributes\": null\n} (resolver returned new addresses)" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc [2023-12-28T21:20:59.919Z] time="2023-12-28T21:20:59Z" level=info msg="[core] [Server #4] Server created" module=grpc [2023-12-28T21:20:59.919Z] build_traces_test.go:84: Waiting for trace to be available [2023-12-28T21:21:03.216Z] time="2023-12-28T21:21:03Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc [2023-12-28T21:21:03.216Z] time="2023-12-28T21:21:03Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc [2023-12-28T21:21:03.216Z] time="2023-12-28T21:21:03Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc [2023-12-28T21:21:03.216Z] time="2023-12-28T21:21:03Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc [2023-12-28T21:21:03.216Z] time="2023-12-28T21:21:03Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc [2023-12-28T21:21:03.216Z] time="2023-12-28T21:21:03Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc [2023-12-28T21:21:03.216Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s) [2023-12-28T21:21:03.216Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2023-12-28T21:21:04.157Z] Loaded image: busybox:latest [2023-12-28T21:21:04.157Z] Loaded image: busybox:glibc [2023-12-28T21:21:05.099Z] Loaded image: debian:bookworm-slim [2023-12-28T21:21:05.099Z] Loaded image: hello-world:latest [2023-12-28T21:21:05.099Z] Loaded image: arm32v7/hello-world:latest [2023-12-28T21:21:13.231Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.57s) [2023-12-28T21:21:13.231Z] PASS [2023-12-28T21:21:13.231Z] [2023-12-28T21:21:13.231Z] === Skipped [2023-12-28T21:21:13.231Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2023-12-28T21:21:13.231Z] build_session_test.go:25: TODO: BuildKit [2023-12-28T21:21:13.231Z] [2023-12-28T21:21:13.231Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2023-12-28T21:21:13.231Z] build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2023-12-28T21:21:13.231Z] [2023-12-28T21:21:13.231Z] DONE 35 tests, 2 skipped in 74.572s [2023-12-28T21:21:13.231Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m [2023-12-28T21:21:13.231Z] ++ '[' -n '' ']' [2023-12-28T21:21:13.231Z] ++ 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 [2023-12-28T21:21:13.231Z] ++ set -e [2023-12-28T21:21:13.231Z] ++ '[' -n 0 ']' [2023-12-28T21:21:13.231Z] ++ set -x [2023-12-28T21:21:13.231Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:21:13.231Z] INFO: Testing against a local daemon [2023-12-28T21:21:13.231Z] === RUN TestNoNewPrivileges [2023-12-28T21:21:23.226Z] === RUN TestNoNewPrivileges/CapabilityRequested=true [2023-12-28T21:21:23.226Z] === RUN TestNoNewPrivileges/CapabilityRequested=false [2023-12-28T21:21:23.226Z] --- PASS: TestNoNewPrivileges (9.98s) [2023-12-28T21:21:23.226Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.50s) [2023-12-28T21:21:23.226Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.44s) [2023-12-28T21:21:23.226Z] PASS [2023-12-28T21:21:23.226Z] [2023-12-28T21:21:23.226Z] DONE 3 tests in 10.011s [2023-12-28T21:21:23.226Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2023-12-28T21:21:23.226Z] ++ '[' -n '' ']' [2023-12-28T21:21:23.226Z] ++ 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 [2023-12-28T21:21:23.226Z] ++ set -e [2023-12-28T21:21:23.226Z] ++ '[' -n 0 ']' [2023-12-28T21:21:23.226Z] ++ set -x [2023-12-28T21:21:23.226Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:21:23.226Z] INFO: Testing against a local daemon [2023-12-28T21:21:23.226Z] === RUN TestConfigInspect [2023-12-28T21:21:25.137Z] --- PASS: TestConfigInspect (1.93s) [2023-12-28T21:21:25.137Z] === RUN TestConfigList [2023-12-28T21:21:26.077Z] === RUN TestConfigList/test_filter_by_name [2023-12-28T21:21:26.077Z] === RUN TestConfigList/test_filter_by_id [2023-12-28T21:21:26.077Z] === RUN TestConfigList/test_filter_by_label_key_only [2023-12-28T21:21:26.077Z] === RUN TestConfigList/test_filter_by_label_key=value_test0-TestConfigList [2023-12-28T21:21:26.077Z] === RUN TestConfigList/test_filter_by_label_key=value_test1-TestConfigList [2023-12-28T21:21:27.018Z] --- PASS: TestConfigList (1.93s) [2023-12-28T21:21:27.018Z] --- PASS: TestConfigList/test_filter_by_name (0.00s) [2023-12-28T21:21:27.018Z] --- PASS: TestConfigList/test_filter_by_id (0.00s) [2023-12-28T21:21:27.018Z] --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s) [2023-12-28T21:21:27.018Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s) [2023-12-28T21:21:27.018Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s) [2023-12-28T21:21:27.018Z] === RUN TestConfigsCreateAndDelete [2023-12-28T21:21:28.938Z] --- PASS: TestConfigsCreateAndDelete (1.91s) [2023-12-28T21:21:28.938Z] === RUN TestConfigsUpdate [2023-12-28T21:21:30.853Z] --- PASS: TestConfigsUpdate (1.97s) [2023-12-28T21:21:30.853Z] === RUN TestTemplatedConfig [2023-12-28T21:21:33.395Z] --- PASS: TestTemplatedConfig (2.73s) [2023-12-28T21:21:33.395Z] === RUN TestConfigCreateResolve [2023-12-28T21:21:35.307Z] --- PASS: TestConfigCreateResolve (1.97s) [2023-12-28T21:21:35.307Z] PASS [2023-12-28T21:21:35.307Z] [2023-12-28T21:21:35.307Z] DONE 11 tests in 12.477s [2023-12-28T21:21:35.307Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2023-12-28T21:21:35.307Z] ++ '[' -n '' ']' [2023-12-28T21:21:35.307Z] ++ 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 [2023-12-28T21:21:35.307Z] ++ set -e [2023-12-28T21:21:35.307Z] ++ '[' -n 0 ']' [2023-12-28T21:21:35.307Z] ++ set -x [2023-12-28T21:21:35.307Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:21:35.567Z] INFO: Testing against a local daemon [2023-12-28T21:21:35.567Z] === RUN TestAttach [2023-12-28T21:21:35.567Z] === RUN TestAttach/without_TTY [2023-12-28T21:21:35.567Z] === PAUSE TestAttach/without_TTY [2023-12-28T21:21:35.567Z] === RUN TestAttach/with_TTY [2023-12-28T21:21:35.567Z] === PAUSE TestAttach/with_TTY [2023-12-28T21:21:35.567Z] === CONT TestAttach/without_TTY [2023-12-28T21:21:35.567Z] === CONT TestAttach/with_TTY [2023-12-28T21:21:35.567Z] --- PASS: TestAttach (0.02s) [2023-12-28T21:21:35.567Z] --- PASS: TestAttach/without_TTY (0.05s) [2023-12-28T21:21:35.567Z] --- PASS: TestAttach/with_TTY (0.06s) [2023-12-28T21:21:35.567Z] === RUN TestCreateWithCDIDevices [2023-12-28T21:21:36.508Z] --- PASS: TestCreateWithCDIDevices (1.04s) [2023-12-28T21:21:36.508Z] === RUN TestCDISpecDirsAreInSystemInfo [2023-12-28T21:21:36.508Z] === RUN TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default [2023-12-28T21:21:37.078Z] === RUN TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned [2023-12-28T21:21:37.649Z] === RUN TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice [2023-12-28T21:21:38.220Z] === RUN TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice [2023-12-28T21:21:38.790Z] === RUN TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice [2023-12-28T21:21:39.361Z] === RUN TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice [2023-12-28T21:21:39.621Z] === RUN TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice [2023-12-28T21:21:40.192Z] === RUN TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice [2023-12-28T21:21:40.763Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.18s) [2023-12-28T21:21:40.763Z] --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default (0.52s) [2023-12-28T21:21:40.763Z] --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned (0.52s) [2023-12-28T21:21:40.763Z] --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2023-12-28T21:21:40.763Z] --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice (0.52s) [2023-12-28T21:21:40.763Z] --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice (0.52s) [2023-12-28T21:21:40.763Z] --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice (0.52s) [2023-12-28T21:21:40.763Z] --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2023-12-28T21:21:40.763Z] --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice (0.52s) [2023-12-28T21:21:40.763Z] === RUN TestCheckpoint [2023-12-28T21:21:40.763Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-12-28T21:21:40.763Z] --- SKIP: TestCheckpoint (0.00s) [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/commit [2023-12-28T21:21:40.763Z] === PAUSE TestContainerInvalidJSON/commit [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/create [2023-12-28T21:21:40.763Z] === PAUSE TestContainerInvalidJSON/containers/create [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2023-12-28T21:21:40.763Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2023-12-28T21:21:40.763Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2023-12-28T21:21:40.763Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2023-12-28T21:21:40.763Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2023-12-28T21:21:40.763Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2023-12-28T21:21:40.763Z] === CONT TestContainerInvalidJSON/commit [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2023-12-28T21:21:40.763Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2023-12-28T21:21:40.763Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2023-12-28T21:21:40.763Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2023-12-28T21:21:40.763Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2023-12-28T21:21:40.763Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2023-12-28T21:21:40.763Z] === CONT TestContainerInvalidJSON/containers/create [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/commit/empty_body [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2023-12-28T21:21:40.763Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON (0.01s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2023-12-28T21:21:40.763Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2023-12-28T21:21:40.763Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-12-28T21:21:40.763Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2023-12-28T21:21:40.763Z] === RUN TestCopyFromContainerPathIsNotDir [2023-12-28T21:21:40.763Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2023-12-28T21:21:40.763Z] === RUN TestCopyToContainerPathDoesNotExist [2023-12-28T21:21:41.024Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2023-12-28T21:21:41.024Z] === RUN TestCopyEmptyFile [2023-12-28T21:21:41.024Z] --- PASS: TestCopyEmptyFile (0.06s) [2023-12-28T21:21:41.024Z] === RUN TestCopyToContainerPathIsNotDir [2023-12-28T21:21:41.024Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2023-12-28T21:21:41.024Z] === RUN TestCopyFromContainer [2023-12-28T21:21:41.595Z] === RUN TestCopyFromContainer// [2023-12-28T21:21:41.595Z] === RUN TestCopyFromContainer/. [2023-12-28T21:21:41.595Z] === RUN TestCopyFromContainer//. [2023-12-28T21:21:41.595Z] === RUN TestCopyFromContainer/./ [2023-12-28T21:21:41.595Z] === RUN TestCopyFromContainer//./ [2023-12-28T21:21:41.595Z] === RUN TestCopyFromContainer//bar/root [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer//bar/root/ [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer//bar/root/. [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer/bar/quux [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer/bar/quux/ [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer/bar/quux/. [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer/bar/quux/baz [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer/bar/filesymlink [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer/bar/dirsymlink [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2023-12-28T21:21:41.855Z] === RUN TestCopyFromContainer/bar/notarget [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer (0.81s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer// (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer/. (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer//. (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer/./ (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer//./ (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer//bar/root/. (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.00s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.00s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s) [2023-12-28T21:21:41.855Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s) [2023-12-28T21:21:41.856Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s) [2023-12-28T21:21:41.856Z] --- PASS: TestCopyFromContainer/bar/notarget (0.00s) [2023-12-28T21:21:41.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-12-28T21:21:41.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-12-28T21:21:41.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-12-28T21:21:41.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-12-28T21:21:41.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-12-28T21:21:41.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-12-28T21:21:41.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-12-28T21:21:41.856Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-12-28T21:21:41.856Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-12-28T21:21:41.856Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-12-28T21:21:41.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2023-12-28T21:21:41.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-12-28T21:21:41.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-12-28T21:21:41.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-12-28T21:21:41.856Z] === RUN TestCreateLinkToNonExistingContainer [2023-12-28T21:21:41.856Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2023-12-28T21:21:41.856Z] === RUN TestCreateWithInvalidEnv [2023-12-28T21:21:41.856Z] === RUN TestCreateWithInvalidEnv/0 [2023-12-28T21:21:41.856Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-12-28T21:21:41.856Z] === RUN TestCreateWithInvalidEnv/1 [2023-12-28T21:21:41.856Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-12-28T21:21:41.856Z] === RUN TestCreateWithInvalidEnv/2 [2023-12-28T21:21:41.856Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-12-28T21:21:41.856Z] === CONT TestCreateWithInvalidEnv/0 [2023-12-28T21:21:41.856Z] === CONT TestCreateWithInvalidEnv/2 [2023-12-28T21:21:41.856Z] === CONT TestCreateWithInvalidEnv/1 [2023-12-28T21:21:41.856Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2023-12-28T21:21:41.856Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-12-28T21:21:41.856Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-12-28T21:21:41.856Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-12-28T21:21:41.856Z] === RUN TestCreateTmpfsMountsTarget [2023-12-28T21:21:41.856Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2023-12-28T21:21:41.856Z] === RUN TestCreateWithCustomMaskedPaths [2023-12-28T21:21:43.238Z] --- PASS: TestCreateWithCustomMaskedPaths (1.39s) [2023-12-28T21:21:43.238Z] === RUN TestCreateWithCustomReadonlyPaths [2023-12-28T21:21:44.621Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.32s) [2023-12-28T21:21:44.621Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-12-28T21:21:44.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-12-28T21:21:44.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-12-28T21:21:44.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-12-28T21:21:44.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-12-28T21:21:44.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-12-28T21:21:44.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-12-28T21:21:44.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-12-28T21:21:44.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-12-28T21:21:44.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-12-28T21:21:44.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-12-28T21:21:44.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2023-12-28T21:21:44.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2023-12-28T21:21:44.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-12-28T21:21:44.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-12-28T21:21:44.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-12-28T21:21:44.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-12-28T21:21:44.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2023-12-28T21:21:44.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-12-28T21:21:44.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2023-12-28T21:21:44.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2023-12-28T21:21:44.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2023-12-28T21:21:44.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2023-12-28T21:21:44.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2023-12-28T21:21:44.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2023-12-28T21:21:44.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2023-12-28T21:21:44.621Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-12-28T21:21:45.192Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.48s) [2023-12-28T21:21:45.192Z] === RUN TestCreateDifferentPlatform [2023-12-28T21:21:45.192Z] === RUN TestCreateDifferentPlatform/different_os [2023-12-28T21:21:45.192Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-12-28T21:21:45.192Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2023-12-28T21:21:45.192Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2023-12-28T21:21:45.192Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2023-12-28T21:21:45.192Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-12-28T21:21:45.192Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2023-12-28T21:21:45.192Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-12-28T21:21:45.192Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2023-12-28T21:21:45.192Z] === RUN TestCreateInvalidHostConfig [2023-12-28T21:21:45.192Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2023-12-28T21:21:45.192Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2023-12-28T21:21:45.192Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2023-12-28T21:21:45.192Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2023-12-28T21:21:45.192Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2023-12-28T21:21:45.192Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2023-12-28T21:21:45.192Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2023-12-28T21:21:45.192Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2023-12-28T21:21:45.192Z] === RUN TestCreateInvalidHostConfig/invalid_Annotations [2023-12-28T21:21:45.192Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations [2023-12-28T21:21:45.192Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2023-12-28T21:21:45.192Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2023-12-28T21:21:45.192Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2023-12-28T21:21:45.192Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2023-12-28T21:21:45.192Z] === CONT TestCreateInvalidHostConfig/invalid_Annotations [2023-12-28T21:21:45.192Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2023-12-28T21:21:45.192Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2023-12-28T21:21:45.192Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2023-12-28T21:21:45.192Z] --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s) [2023-12-28T21:21:45.192Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2023-12-28T21:21:45.192Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2023-12-28T21:21:45.192Z] === RUN TestCreateWithMultipleEndpointSettings [2023-12-28T21:21:45.192Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.44 [2023-12-28T21:21:45.192Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.43 [2023-12-28T21:21:45.192Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.04s) [2023-12-28T21:21:45.192Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s) [2023-12-28T21:21:45.192Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s) [2023-12-28T21:21:45.192Z] === RUN TestCreateWithCustomMACs [2023-12-28T21:21:45.762Z] --- PASS: TestCreateWithCustomMACs (0.56s) [2023-12-28T21:21:45.762Z] === RUN TestContainerStartOnDaemonRestart [2023-12-28T21:21:45.762Z] === PAUSE TestContainerStartOnDaemonRestart [2023-12-28T21:21:45.762Z] === RUN TestDaemonRestartIpcMode [2023-12-28T21:21:45.762Z] === PAUSE TestDaemonRestartIpcMode [2023-12-28T21:21:45.763Z] === RUN TestDaemonHostGatewayIP [2023-12-28T21:21:45.763Z] === PAUSE TestDaemonHostGatewayIP [2023-12-28T21:21:45.763Z] === RUN TestRestartDaemonWithRestartingContainer [2023-12-28T21:21:45.763Z] === PAUSE TestRestartDaemonWithRestartingContainer [2023-12-28T21:21:45.763Z] === RUN TestHardRestartWhenContainerIsRunning [2023-12-28T21:21:45.763Z] === PAUSE TestHardRestartWhenContainerIsRunning [2023-12-28T21:21:45.763Z] === RUN TestContainerKillOnDaemonStart [2023-12-28T21:21:45.763Z] === PAUSE TestContainerKillOnDaemonStart [2023-12-28T21:21:45.763Z] === RUN TestDiff [2023-12-28T21:21:46.333Z] --- PASS: TestDiff (0.47s) [2023-12-28T21:21:46.333Z] === RUN TestDiffStoppedContainer [2023-12-28T21:21:46.593Z] --- PASS: TestDiffStoppedContainer (0.46s) [2023-12-28T21:21:46.593Z] === RUN TestExecConsoleSize [2023-12-28T21:21:47.164Z] --- PASS: TestExecConsoleSize (0.56s) [2023-12-28T21:21:47.164Z] === RUN TestExecWithCloseStdin [2023-12-28T21:21:47.734Z] --- PASS: TestExecWithCloseStdin (0.55s) [2023-12-28T21:21:47.734Z] === RUN TestExec [2023-12-28T21:21:48.305Z] --- PASS: TestExec (0.51s) [2023-12-28T21:21:48.305Z] === RUN TestExecUser [2023-12-28T21:21:48.876Z] --- PASS: TestExecUser (0.53s) [2023-12-28T21:21:48.876Z] === RUN TestExecWithGroupAdd [2023-12-28T21:21:49.446Z] --- PASS: TestExecWithGroupAdd (0.53s) [2023-12-28T21:21:49.446Z] === RUN TestExportContainerAndImportImage [2023-12-28T21:21:50.017Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2023-12-28T21:21:50.017Z] === RUN TestExportContainerAfterDaemonRestart [2023-12-28T21:21:56.596Z] --- PASS: TestExportContainerAfterDaemonRestart (6.16s) [2023-12-28T21:21:56.596Z] === RUN TestHealthCheckWorkdir [2023-12-28T21:21:56.857Z] --- PASS: TestHealthCheckWorkdir (0.67s) [2023-12-28T21:21:56.857Z] === RUN TestHealthKillContainer [2023-12-28T21:22:05.010Z] --- PASS: TestHealthKillContainer (7.99s) [2023-12-28T21:22:05.010Z] === RUN TestHealthCheckProcessKilled [2023-12-28T21:22:05.580Z] --- PASS: TestHealthCheckProcessKilled (0.75s) [2023-12-28T21:22:05.580Z] === RUN TestHealthStartInterval [2023-12-28T21:22:06.963Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:06.963Z] } [2023-12-28T21:22:06.963Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:06.963Z] } [2023-12-28T21:22:06.963Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:06.963Z] } [2023-12-28T21:22:07.223Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:07.223Z] } [2023-12-28T21:22:07.224Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:07.224Z] } [2023-12-28T21:22:07.484Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:07.484Z] } [2023-12-28T21:22:07.484Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:07.484Z] } [2023-12-28T21:22:07.484Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:07.484Z] } [2023-12-28T21:22:07.744Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:07.744Z] } [2023-12-28T21:22:07.744Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:07.744Z] } [2023-12-28T21:22:07.744Z] health_test.go:141: &{2023-12-28 21:22:06.615755989 +0000 UTC 2023-12-28 21:22:06.687509597 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-12-28T21:22:07.744Z] } [2023-12-28T21:22:08.004Z] health_test.go:141: &{2023-12-28 21:22:07.69326346 +0000 UTC 2023-12-28 21:22:07.755437252 +0000 UTC 1 2} [2023-12-28T21:22:08.004Z] health_test.go:141: &{2023-12-28 21:22:07.69326346 +0000 UTC 2023-12-28 21:22:07.755437252 +0000 UTC 1 2} [2023-12-28T21:22:08.265Z] health_test.go:141: &{2023-12-28 21:22:07.69326346 +0000 UTC 2023-12-28 21:22:07.755437252 +0000 UTC 1 2} [2023-12-28T21:22:08.265Z] health_test.go:141: &{2023-12-28 21:22:07.69326346 +0000 UTC 2023-12-28 21:22:07.755437252 +0000 UTC 1 2} [2023-12-28T21:22:08.265Z] health_test.go:141: &{2023-12-28 21:22:07.69326346 +0000 UTC 2023-12-28 21:22:07.755437252 +0000 UTC 1 2} [2023-12-28T21:22:08.525Z] health_test.go:141: &{2023-12-28 21:22:07.69326346 +0000 UTC 2023-12-28 21:22:07.755437252 +0000 UTC 1 2} [2023-12-28T21:22:08.525Z] health_test.go:141: &{2023-12-28 21:22:07.69326346 +0000 UTC 2023-12-28 21:22:07.755437252 +0000 UTC 1 2} [2023-12-28T21:22:08.785Z] health_test.go:141: &{2023-12-28 21:22:07.69326346 +0000 UTC 2023-12-28 21:22:07.755437252 +0000 UTC 1 2} [2023-12-28T21:22:08.785Z] health_test.go:141: &{2023-12-28 21:22:07.69326346 +0000 UTC 2023-12-28 21:22:07.755437252 +0000 UTC 1 2} [2023-12-28T21:22:08.785Z] health_test.go:141: &{2023-12-28 21:22:07.69326346 +0000 UTC 2023-12-28 21:22:07.755437252 +0000 UTC 1 2} [2023-12-28T21:22:09.045Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:09.985Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:10.925Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:11.865Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:13.247Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:14.187Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:15.127Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:16.067Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:17.007Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:17.947Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:18.887Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:20.268Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:21.207Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:22.147Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:23.087Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:24.026Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:24.966Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:25.906Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:27.288Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:28.230Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:29.173Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:30.113Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:31.053Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:31.993Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:32.933Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:34.315Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:34.885Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:36.267Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:37.207Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:38.146Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:39.086Z] health_test.go:169: 1.067781913s [2023-12-28T21:22:40.468Z] --- PASS: TestHealthStartInterval (34.72s) [2023-12-28T21:22:40.468Z] === RUN TestInspectCpusetInConfigPre120 [2023-12-28T21:22:40.728Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2023-12-28T21:22:40.728Z] === RUN TestInspectAnnotations [2023-12-28T21:22:40.728Z] --- PASS: TestInspectAnnotations (0.04s) [2023-12-28T21:22:40.728Z] === RUN TestIpcModeNone [2023-12-28T21:22:41.298Z] --- PASS: TestIpcModeNone (0.50s) [2023-12-28T21:22:41.298Z] === RUN TestIpcModePrivate [2023-12-28T21:22:41.558Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false [2023-12-28T21:22:41.559Z] --- PASS: TestIpcModePrivate (0.51s) [2023-12-28T21:22:41.559Z] === RUN TestIpcModeShareable [2023-12-28T21:22:42.129Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true [2023-12-28T21:22:42.129Z] --- PASS: TestIpcModeShareable (0.50s) [2023-12-28T21:22:42.129Z] === RUN TestAPIIpcModeShareableAndContainer [2023-12-28T21:22:43.512Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.25s) [2023-12-28T21:22:43.512Z] === RUN TestAPIIpcModeHost [2023-12-28T21:22:43.772Z] --- PASS: TestAPIIpcModeHost (0.35s) [2023-12-28T21:22:43.772Z] === RUN TestDaemonIpcModeShareable [2023-12-28T21:22:44.712Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2023-12-28T21:22:44.973Z] --- PASS: TestDaemonIpcModeShareable (1.15s) [2023-12-28T21:22:44.973Z] === RUN TestDaemonIpcModePrivate [2023-12-28T21:22:45.914Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2023-12-28T21:22:46.174Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2023-12-28T21:22:46.174Z] === RUN TestDaemonIpcModePrivateFromConfig [2023-12-28T21:22:47.115Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2023-12-28T21:22:47.115Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.11s) [2023-12-28T21:22:47.115Z] === RUN TestDaemonIpcModeShareableFromConfig [2023-12-28T21:22:48.055Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2023-12-28T21:22:48.316Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s) [2023-12-28T21:22:48.316Z] === RUN TestIpcModeOlderClient [2023-12-28T21:22:48.316Z] === PAUSE TestIpcModeOlderClient [2023-12-28T21:22:48.316Z] === RUN TestKillContainerInvalidSignal [2023-12-28T21:22:48.888Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2023-12-28T21:22:48.888Z] === RUN TestKillContainer [2023-12-28T21:22:48.888Z] === RUN TestKillContainer/no_signal [2023-12-28T21:22:49.148Z] === RUN TestKillContainer/non_killing_signal [2023-12-28T21:22:49.408Z] === RUN TestKillContainer/killing_signal [2023-12-28T21:22:49.979Z] --- PASS: TestKillContainer (1.34s) [2023-12-28T21:22:49.979Z] --- PASS: TestKillContainer/no_signal (0.46s) [2023-12-28T21:22:49.979Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2023-12-28T21:22:49.979Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2023-12-28T21:22:49.979Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-12-28T21:22:49.979Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2023-12-28T21:22:50.550Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2023-12-28T21:22:51.120Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.97s) [2023-12-28T21:22:51.120Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s) [2023-12-28T21:22:51.120Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2023-12-28T21:22:51.120Z] === RUN TestKillStoppedContainer [2023-12-28T21:22:51.120Z] --- PASS: TestKillStoppedContainer (0.05s) [2023-12-28T21:22:51.120Z] === RUN TestKillStoppedContainerAPIPre120 [2023-12-28T21:22:51.120Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2023-12-28T21:22:51.120Z] === RUN TestKillDifferentUserContainer [2023-12-28T21:22:51.691Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2023-12-28T21:22:51.691Z] === RUN TestInspectOomKilledTrue [2023-12-28T21:22:52.262Z] --- PASS: TestInspectOomKilledTrue (0.50s) [2023-12-28T21:22:52.262Z] === RUN TestInspectOomKilledFalse [2023-12-28T21:22:52.523Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2023-12-28T21:22:52.523Z] === RUN TestLinksEtcHostsContentMatch [2023-12-28T21:22:52.784Z] --- PASS: TestLinksEtcHostsContentMatch (0.25s) [2023-12-28T21:22:52.784Z] === RUN TestLinksContainerNames [2023-12-28T21:22:53.730Z] --- PASS: TestLinksContainerNames (0.95s) [2023-12-28T21:22:53.730Z] === RUN TestLogsFollowTailEmpty [2023-12-28T21:22:54.301Z] --- PASS: TestLogsFollowTailEmpty (0.50s) [2023-12-28T21:22:54.301Z] === RUN TestLogs [2023-12-28T21:22:54.301Z] === RUN TestLogs/driver_local [2023-12-28T21:22:54.301Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2023-12-28T21:22:54.301Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2023-12-28T21:22:54.301Z] === RUN TestLogs/driver_local/tty/only_stdout [2023-12-28T21:22:54.301Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2023-12-28T21:22:54.301Z] === RUN TestLogs/driver_local/tty/only_stderr [2023-12-28T21:22:54.301Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2023-12-28T21:22:54.301Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2023-12-28T21:22:54.301Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2023-12-28T21:22:54.301Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2023-12-28T21:22:54.301Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2023-12-28T21:22:54.301Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2023-12-28T21:22:54.301Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2023-12-28T21:22:54.301Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2023-12-28T21:22:54.301Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2023-12-28T21:22:54.301Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2023-12-28T21:22:54.301Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2023-12-28T21:22:54.301Z] === CONT TestLogs/driver_local/tty/only_stderr [2023-12-28T21:22:54.301Z] === CONT TestLogs/driver_local/tty/only_stdout [2023-12-28T21:22:55.710Z] === RUN TestLogs/driver_json-file [2023-12-28T21:22:55.710Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2023-12-28T21:22:55.710Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2023-12-28T21:22:55.710Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2023-12-28T21:22:55.710Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2023-12-28T21:22:55.710Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2023-12-28T21:22:55.710Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2023-12-28T21:22:55.710Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2023-12-28T21:22:55.710Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2023-12-28T21:22:55.710Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2023-12-28T21:22:55.710Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2023-12-28T21:22:55.710Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2023-12-28T21:22:55.710Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2023-12-28T21:22:55.710Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2023-12-28T21:22:55.710Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2023-12-28T21:22:55.710Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2023-12-28T21:22:55.710Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2023-12-28T21:22:55.710Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2023-12-28T21:22:55.710Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2023-12-28T21:22:57.622Z] --- PASS: TestLogs (3.22s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_local (0.01s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.85s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.17s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.19s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.48s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.54s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.62s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_json-file (0.01s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.98s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.09s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.18s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.38s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.56s) [2023-12-28T21:22:57.622Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.59s) [2023-12-28T21:22:57.622Z] === RUN TestContainerNetworkMountsNoChown [2023-12-28T21:22:57.883Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s) [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/default [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/default [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/private [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/private [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rprivate [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rprivate [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/slave [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/slave [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rslave [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rslave [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/shared [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/shared [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rshared [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rshared [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/default [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/rslave [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/rprivate [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rslave/bind_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rslave/mount_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/private [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/private/bind_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/private/bind_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/private/bind_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/rshared [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/private/mount_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rshared/bind_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/slave [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/slave/mount_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/slave/bind_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/default/bind_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/default/bind_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/default/bind_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/default/mount_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/private/mount_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/default/mount_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/private/mount_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/default/mount_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/shared [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/private/bind_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/shared/bind_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rshared/mount_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/shared/mount_root [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2023-12-28T21:22:57.883Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2023-12-28T21:22:57.883Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/slave/bind_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/default/bind_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/slave/mount_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/rshared/bind_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/shared/bind_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/private/mount_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/private/mount_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/private/bind_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/default/mount_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/default/mount_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/default/bind_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/shared/mount_root [2023-12-28T21:22:57.883Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2023-12-28T21:22:58.143Z] === CONT TestMountDaemonRoot/rshared/mount_root [2023-12-28T21:22:58.143Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2023-12-28T21:22:58.143Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2023-12-28T21:22:58.143Z] === CONT TestMountDaemonRoot/rslave/bind_root [2023-12-28T21:22:58.143Z] === CONT TestMountDaemonRoot/rslave/mount_root [2023-12-28T21:22:58.143Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2023-12-28T21:22:58.143Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot (0.01s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2023-12-28T21:22:58.143Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2023-12-28T21:22:58.143Z] === RUN TestContainerBindMountNonRecursive [2023-12-28T21:22:59.531Z] --- PASS: TestContainerBindMountNonRecursive (1.11s) [2023-12-28T21:22:59.531Z] === RUN TestContainerVolumesMountedAsShared [2023-12-28T21:22:59.791Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s) [2023-12-28T21:22:59.791Z] === RUN TestContainerVolumesMountedAsSlave [2023-12-28T21:23:00.051Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2023-12-28T21:23:00.051Z] === RUN TestContainerCopyLeaksMounts [2023-12-28T21:23:00.622Z] --- PASS: TestContainerCopyLeaksMounts (0.54s) [2023-12-28T21:23:00.622Z] === RUN TestContainerBindMountRecursivelyReadOnly [2023-12-28T21:23:02.532Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.65s) [2023-12-28T21:23:02.532Z] === RUN TestNetworkNat [2023-12-28T21:23:02.792Z] --- PASS: TestNetworkNat (0.51s) [2023-12-28T21:23:02.792Z] === RUN TestNetworkLocalhostTCPNat [2023-12-28T21:23:03.363Z] --- PASS: TestNetworkLocalhostTCPNat (0.53s) [2023-12-28T21:23:03.363Z] === RUN TestNetworkLoopbackNat [2023-12-28T21:23:05.904Z] --- PASS: TestNetworkLoopbackNat (2.61s) [2023-12-28T21:23:05.904Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors [2023-12-28T21:23:06.164Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff [2023-12-28T21:23:06.164Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/export [2023-12-28T21:23:06.164Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container [2023-12-28T21:23:06.164Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container [2023-12-28T21:23:06.424Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.51s) [2023-12-28T21:23:06.424Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s) [2023-12-28T21:23:06.424Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s) [2023-12-28T21:23:06.424Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s) [2023-12-28T21:23:06.424Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s) [2023-12-28T21:23:06.424Z] === RUN TestPause [2023-12-28T21:23:06.995Z] --- PASS: TestPause (0.51s) [2023-12-28T21:23:06.995Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-12-28T21:23:06.995Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-12-28T21:23:06.995Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2023-12-28T21:23:06.995Z] === RUN TestPauseStopPausedContainer [2023-12-28T21:23:07.566Z] --- PASS: TestPauseStopPausedContainer (0.49s) [2023-12-28T21:23:07.566Z] === RUN TestPIDModeHost [2023-12-28T21:23:08.507Z] --- PASS: TestPIDModeHost (1.12s) [2023-12-28T21:23:08.507Z] === RUN TestPIDModeContainer [2023-12-28T21:23:08.507Z] === RUN TestPIDModeContainer/non-existing_container [2023-12-28T21:23:08.507Z] === RUN TestPIDModeContainer/non-running_container [2023-12-28T21:23:08.767Z] === RUN TestPIDModeContainer/running_container [2023-12-28T21:23:09.708Z] --- PASS: TestPIDModeContainer (1.12s) [2023-12-28T21:23:09.708Z] --- PASS: TestPIDModeContainer/non-existing_container (0.00s) [2023-12-28T21:23:09.708Z] --- PASS: TestPIDModeContainer/non-running_container (0.17s) [2023-12-28T21:23:09.708Z] --- PASS: TestPIDModeContainer/running_container (0.53s) [2023-12-28T21:23:09.708Z] === RUN TestPsFilter [2023-12-28T21:23:09.708Z] === RUN TestPsFilter/since [2023-12-28T21:23:09.708Z] === RUN TestPsFilter/before [2023-12-28T21:23:09.708Z] --- PASS: TestPsFilter (0.11s) [2023-12-28T21:23:09.708Z] --- PASS: TestPsFilter/since (0.00s) [2023-12-28T21:23:09.708Z] --- PASS: TestPsFilter/before (0.00s) [2023-12-28T21:23:09.708Z] === RUN TestRemoveContainerWithRemovedVolume [2023-12-28T21:23:10.278Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2023-12-28T21:23:10.278Z] === RUN TestRemoveContainerWithVolume [2023-12-28T21:23:10.539Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2023-12-28T21:23:10.539Z] === RUN TestRemoveContainerRunning [2023-12-28T21:23:11.109Z] --- PASS: TestRemoveContainerRunning (0.49s) [2023-12-28T21:23:11.109Z] === RUN TestRemoveContainerForceRemoveRunning [2023-12-28T21:23:11.680Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.50s) [2023-12-28T21:23:11.680Z] === RUN TestRemoveInvalidContainer [2023-12-28T21:23:11.680Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2023-12-28T21:23:11.680Z] === RUN TestRenameLinkedContainer [2023-12-28T21:23:13.752Z] --- PASS: TestRenameLinkedContainer (1.84s) [2023-12-28T21:23:13.752Z] === RUN TestRenameStoppedContainer [2023-12-28T21:23:14.013Z] --- PASS: TestRenameStoppedContainer (0.47s) [2023-12-28T21:23:14.013Z] === RUN TestRenameRunningContainerAndReuse [2023-12-28T21:23:14.953Z] --- PASS: TestRenameRunningContainerAndReuse (0.97s) [2023-12-28T21:23:14.953Z] === RUN TestRenameInvalidName [2023-12-28T21:23:15.213Z] --- PASS: TestRenameInvalidName (0.45s) [2023-12-28T21:23:15.213Z] === RUN TestRenameAnonymousContainer [2023-12-28T21:23:17.124Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2023-12-28T21:23:17.124Z] === RUN TestRenameContainerWithSameName [2023-12-28T21:23:17.384Z] --- PASS: TestRenameContainerWithSameName (0.50s) [2023-12-28T21:23:17.385Z] === RUN TestRenameContainerWithLinkedContainer [2023-12-28T21:23:18.326Z] --- PASS: TestRenameContainerWithLinkedContainer (1.03s) [2023-12-28T21:23:18.326Z] === RUN TestResize [2023-12-28T21:23:18.326Z] === RUN TestResize/success [2023-12-28T21:23:18.586Z] === RUN TestResize/invalid_size [2023-12-28T21:23:18.847Z] === RUN TestResize/invalid_state [2023-12-28T21:23:19.418Z] --- PASS: TestResize (0.92s) [2023-12-28T21:23:19.418Z] --- PASS: TestResize/success (0.26s) [2023-12-28T21:23:19.418Z] --- PASS: TestResize/invalid_size (0.23s) [2023-12-28T21:23:19.418Z] --- PASS: TestResize/invalid_state (0.03s) [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-12-28T21:23:19.418Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-12-28T21:23:19.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-12-28T21:23:19.418Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-12-28T21:23:19.418Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-12-28T21:23:19.418Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-12-28T21:23:19.418Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-12-28T21:23:19.418Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-12-28T21:23:19.418Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-12-28T21:23:19.418Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-12-28T21:23:19.418Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-12-28T21:23:20.803Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-12-28T21:23:21.065Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-12-28T21:23:21.325Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-12-28T21:23:21.591Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-12-28T21:23:21.591Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-12-28T21:23:22.187Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-12-28T21:23:22.187Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-12-28T21:23:22.450Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.82s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.98s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.31s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.37s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.89s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.90s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.31s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.29s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.86s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.79s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.81s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.56s) [2023-12-28T21:23:26.653Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.15s) [2023-12-28T21:23:26.653Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2023-12-28T21:23:26.653Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2023-12-28T21:23:27.594Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2023-12-28T21:23:28.535Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.09s) [2023-12-28T21:23:28.535Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (1.06s) [2023-12-28T21:23:28.535Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.02s) [2023-12-28T21:23:28.535Z] === RUN TestContainerRestartWithCancelledRequest [2023-12-28T21:23:30.446Z] --- PASS: TestContainerRestartWithCancelledRequest (1.91s) [2023-12-28T21:23:30.446Z] === RUN TestCgroupNamespacesRun [2023-12-28T21:23:31.387Z] --- PASS: TestCgroupNamespacesRun (1.12s) [2023-12-28T21:23:31.387Z] === RUN TestCgroupNamespacesRunPrivileged [2023-12-28T21:23:32.769Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.16s) [2023-12-28T21:23:32.769Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2023-12-28T21:23:33.710Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2023-12-28T21:23:33.710Z] === RUN TestCgroupNamespacesRunHostMode [2023-12-28T21:23:35.093Z] --- PASS: TestCgroupNamespacesRunHostMode (1.09s) [2023-12-28T21:23:35.093Z] === RUN TestCgroupNamespacesRunPrivateMode [2023-12-28T21:23:36.033Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2023-12-28T21:23:36.033Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2023-12-28T21:23:37.415Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s) [2023-12-28T21:23:37.415Z] === RUN TestCgroupNamespacesRunInvalidMode [2023-12-28T21:23:37.676Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s) [2023-12-28T21:23:37.676Z] === RUN TestCgroupNamespacesRunOlderClient [2023-12-28T21:23:39.059Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.10s) [2023-12-28T21:23:39.059Z] === RUN TestNISDomainname [2023-12-28T21:23:39.322Z] --- PASS: TestNISDomainname (0.56s) [2023-12-28T21:23:39.322Z] === RUN TestHostnameDnsResolution [2023-12-28T21:23:40.263Z] --- PASS: TestHostnameDnsResolution (0.72s) [2023-12-28T21:23:40.263Z] === RUN TestUnprivilegedPortsAndPing [2023-12-28T21:23:40.524Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s) [2023-12-28T21:23:40.524Z] === RUN TestPrivilegedHostDevices [2023-12-28T21:23:41.097Z] --- PASS: TestPrivilegedHostDevices (0.55s) [2023-12-28T21:23:41.097Z] === RUN TestRunConsoleSize [2023-12-28T21:23:41.667Z] --- PASS: TestRunConsoleSize (0.41s) [2023-12-28T21:23:41.667Z] === RUN TestRunWithAlternativeContainerdShim [2023-12-28T21:23:48.247Z] --- PASS: TestRunWithAlternativeContainerdShim (5.52s) [2023-12-28T21:23:48.247Z] === RUN TestMacAddressIsAppliedToMainNetworkWithShortID [2023-12-28T21:23:48.247Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.10s) [2023-12-28T21:23:48.247Z] === RUN TestStats [2023-12-28T21:23:49.629Z] --- PASS: TestStats (1.47s) [2023-12-28T21:23:49.629Z] === RUN TestStopContainerWithTimeout [2023-12-28T21:23:49.629Z] === RUN TestStopContainerWithTimeout/0 [2023-12-28T21:23:49.629Z] === PAUSE TestStopContainerWithTimeout/0 [2023-12-28T21:23:49.629Z] === RUN TestStopContainerWithTimeout/1 [2023-12-28T21:23:49.629Z] === PAUSE TestStopContainerWithTimeout/1 [2023-12-28T21:23:49.629Z] === RUN TestStopContainerWithTimeout/3 [2023-12-28T21:23:49.629Z] === PAUSE TestStopContainerWithTimeout/3 [2023-12-28T21:23:49.629Z] === RUN TestStopContainerWithTimeout/-1 [2023-12-28T21:23:49.629Z] === PAUSE TestStopContainerWithTimeout/-1 [2023-12-28T21:23:49.629Z] === CONT TestStopContainerWithTimeout/0 [2023-12-28T21:23:49.629Z] === CONT TestStopContainerWithTimeout/-1 [2023-12-28T21:23:49.629Z] === CONT TestStopContainerWithTimeout/3 [2023-12-28T21:23:49.629Z] === CONT TestStopContainerWithTimeout/1 [2023-12-28T21:23:52.927Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2023-12-28T21:23:52.927Z] --- PASS: TestStopContainerWithTimeout/0 (0.98s) [2023-12-28T21:23:52.927Z] --- PASS: TestStopContainerWithTimeout/1 (2.00s) [2023-12-28T21:23:52.927Z] --- PASS: TestStopContainerWithTimeout/3 (2.80s) [2023-12-28T21:23:52.927Z] --- PASS: TestStopContainerWithTimeout/-1 (2.86s) [2023-12-28T21:23:52.927Z] === RUN TestStopContainerWithTimeoutCancel [2023-12-28T21:23:52.927Z] === PAUSE TestStopContainerWithTimeoutCancel [2023-12-28T21:23:52.927Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-12-28T21:23:54.839Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.35s) [2023-12-28T21:23:54.839Z] === RUN TestUpdateMemory [2023-12-28T21:23:55.788Z] --- PASS: TestUpdateMemory (0.60s) [2023-12-28T21:23:55.788Z] === RUN TestUpdateCPUQuota [2023-12-28T21:23:56.428Z] --- PASS: TestUpdateCPUQuota (0.89s) [2023-12-28T21:23:56.428Z] === RUN TestUpdatePidsLimit [2023-12-28T21:23:56.428Z] === RUN TestUpdatePidsLimit/update_from_none [2023-12-28T21:23:56.688Z] === RUN TestUpdatePidsLimit/no_change [2023-12-28T21:23:56.948Z] === RUN TestUpdatePidsLimit/update_lower [2023-12-28T21:23:57.209Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2023-12-28T21:23:57.469Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2023-12-28T21:23:57.469Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2023-12-28T21:23:57.730Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2023-12-28T21:23:58.670Z] --- PASS: TestUpdatePidsLimit (2.12s) [2023-12-28T21:23:58.671Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2023-12-28T21:23:58.671Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2023-12-28T21:23:58.671Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2023-12-28T21:23:58.671Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) [2023-12-28T21:23:58.671Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2023-12-28T21:23:58.671Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2023-12-28T21:23:58.671Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2023-12-28T21:23:58.671Z] === RUN TestUpdateRestartPolicy [2023-12-28T21:24:10.898Z] --- PASS: TestUpdateRestartPolicy (10.83s) [2023-12-28T21:24:10.898Z] === RUN TestUpdateRestartWithAutoRemove [2023-12-28T21:24:10.898Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s) [2023-12-28T21:24:10.898Z] === RUN TestWaitNonBlocked [2023-12-28T21:24:10.898Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-12-28T21:24:10.898Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-12-28T21:24:10.898Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-12-28T21:24:10.898Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-12-28T21:24:10.898Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-12-28T21:24:10.898Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-12-28T21:24:10.898Z] --- PASS: TestWaitNonBlocked (0.02s) [2023-12-28T21:24:10.898Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.63s) [2023-12-28T21:24:10.898Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2023-12-28T21:24:10.898Z] === RUN TestWaitBlocked [2023-12-28T21:24:10.898Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2023-12-28T21:24:10.898Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2023-12-28T21:24:10.898Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2023-12-28T21:24:10.898Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2023-12-28T21:24:10.898Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2023-12-28T21:24:10.898Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2023-12-28T21:24:11.468Z] --- PASS: TestWaitBlocked (0.02s) [2023-12-28T21:24:11.468Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.65s) [2023-12-28T21:24:11.468Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2023-12-28T21:24:11.468Z] === RUN TestWaitConditions [2023-12-28T21:24:11.468Z] === RUN TestWaitConditions/default [2023-12-28T21:24:11.468Z] === PAUSE TestWaitConditions/default [2023-12-28T21:24:11.468Z] === RUN TestWaitConditions/not-running [2023-12-28T21:24:11.468Z] === PAUSE TestWaitConditions/not-running [2023-12-28T21:24:11.468Z] === RUN TestWaitConditions/next-exit [2023-12-28T21:24:11.468Z] === PAUSE TestWaitConditions/next-exit [2023-12-28T21:24:11.468Z] === RUN TestWaitConditions/removed [2023-12-28T21:24:11.468Z] === PAUSE TestWaitConditions/removed [2023-12-28T21:24:11.468Z] === CONT TestWaitConditions/default [2023-12-28T21:24:11.468Z] === CONT TestWaitConditions/next-exit [2023-12-28T21:24:11.468Z] === CONT TestWaitConditions/not-running [2023-12-28T21:24:11.468Z] === CONT TestWaitConditions/removed [2023-12-28T21:24:11.468Z] wait_test.go:145: ContainerID = 32b99e24826a87693e1ca341624d83acf7bde6a006038ff8b67c523ff597af05 [2023-12-28T21:24:11.468Z] wait_test.go:145: ContainerID = 2842cd1c97bf9eb65991a010a45529dc9de76c96f5f9be0a76074928dd9b4d7c [2023-12-28T21:24:11.468Z] wait_test.go:145: ContainerID = 609cc869bde0de293f0c6696831306469c96db6511459dd7a8e77b4f1f63ea94 [2023-12-28T21:24:11.468Z] wait_test.go:145: ContainerID = 81bfbb7d1adea66eef9f840fd13943566676b8c774eb1dcc5d40d2f54bfb2a16 [2023-12-28T21:24:12.852Z] --- PASS: TestWaitConditions (0.03s) [2023-12-28T21:24:12.852Z] --- PASS: TestWaitConditions/default (0.98s) [2023-12-28T21:24:12.852Z] --- PASS: TestWaitConditions/next-exit (1.22s) [2023-12-28T21:24:12.852Z] --- PASS: TestWaitConditions/removed (1.32s) [2023-12-28T21:24:12.852Z] --- PASS: TestWaitConditions/not-running (1.43s) [2023-12-28T21:24:12.852Z] === RUN TestWaitRestartedContainer [2023-12-28T21:24:12.852Z] === RUN TestWaitRestartedContainer/default [2023-12-28T21:24:12.852Z] === PAUSE TestWaitRestartedContainer/default [2023-12-28T21:24:12.852Z] === RUN TestWaitRestartedContainer/not-running [2023-12-28T21:24:12.852Z] === PAUSE TestWaitRestartedContainer/not-running [2023-12-28T21:24:12.852Z] === RUN TestWaitRestartedContainer/next-exit [2023-12-28T21:24:12.852Z] === PAUSE TestWaitRestartedContainer/next-exit [2023-12-28T21:24:12.852Z] === CONT TestWaitRestartedContainer/default [2023-12-28T21:24:12.852Z] === CONT TestWaitRestartedContainer/next-exit [2023-12-28T21:24:12.852Z] === CONT TestWaitRestartedContainer/not-running [2023-12-28T21:24:14.764Z] --- PASS: TestWaitRestartedContainer (0.01s) [2023-12-28T21:24:14.764Z] --- PASS: TestWaitRestartedContainer/next-exit (1.60s) [2023-12-28T21:24:14.764Z] --- PASS: TestWaitRestartedContainer/default (1.66s) [2023-12-28T21:24:14.764Z] --- PASS: TestWaitRestartedContainer/not-running (1.79s) [2023-12-28T21:24:14.764Z] === CONT TestHardRestartWhenContainerIsRunning [2023-12-28T21:24:14.764Z] === CONT TestDaemonRestartIpcMode [2023-12-28T21:24:14.764Z] === CONT TestIpcModeOlderClient [2023-12-28T21:24:14.764Z] === CONT TestStopContainerWithTimeoutCancel [2023-12-28T21:24:14.764Z] === CONT TestContainerKillOnDaemonStart [2023-12-28T21:24:14.764Z] === CONT TestContainerStartOnDaemonRestart [2023-12-28T21:24:14.764Z] === CONT TestRestartDaemonWithRestartingContainer [2023-12-28T21:24:14.764Z] === CONT TestDaemonHostGatewayIP [2023-12-28T21:24:14.764Z] --- PASS: TestIpcModeOlderClient (0.11s) [2023-12-28T21:24:16.680Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=none [2023-12-28T21:24:16.680Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure [2023-12-28T21:24:16.941Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.44s) [2023-12-28T21:24:16.941Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s) [2023-12-28T21:24:16.941Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.49s) [2023-12-28T21:24:17.201Z] --- PASS: TestContainerStartOnDaemonRestart (2.72s) [2023-12-28T21:24:17.773Z] --- PASS: TestDaemonHostGatewayIP (3.19s) [2023-12-28T21:24:18.343Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.68s) [2023-12-28T21:24:18.343Z] --- PASS: TestStopContainerWithTimeoutCancel (3.69s) [2023-12-28T21:24:18.343Z] --- PASS: TestDaemonRestartIpcMode (3.79s) [2023-12-28T21:24:26.475Z] --- PASS: TestContainerKillOnDaemonStart (11.87s) [2023-12-28T21:24:26.475Z] PASS [2023-12-28T21:24:26.475Z] [2023-12-28T21:24:26.475Z] === Skipped [2023-12-28T21:24:26.475Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2023-12-28T21:24:26.475Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-12-28T21:24:26.475Z] [2023-12-28T21:24:26.475Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2023-12-28T21:24:26.475Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-12-28T21:24:26.475Z] [2023-12-28T21:24:26.475Z] DONE 320 tests, 2 skipped in 171.022s [2023-12-28T21:24:26.475Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2023-12-28T21:24:26.475Z] ++ '[' -n '' ']' [2023-12-28T21:24:26.475Z] ++ 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 [2023-12-28T21:24:26.475Z] ++ set -e [2023-12-28T21:24:26.475Z] ++ '[' -n 0 ']' [2023-12-28T21:24:26.475Z] ++ set -x [2023-12-28T21:24:26.475Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:24:26.475Z] INFO: Testing against a local daemon [2023-12-28T21:24:26.475Z] === RUN TestConfigDaemonID [2023-12-28T21:24:27.859Z] daemon_test.go:61: [d5f3ce8d11878] daemon is not started [2023-12-28T21:24:27.859Z] --- PASS: TestConfigDaemonID (1.05s) [2023-12-28T21:24:27.859Z] === RUN TestDaemonConfigValidation [2023-12-28T21:24:27.859Z] === RUN TestDaemonConfigValidation/config_with_no_content [2023-12-28T21:24:27.859Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2023-12-28T21:24:27.859Z] === RUN TestDaemonConfigValidation/config_with_{} [2023-12-28T21:24:27.859Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2023-12-28T21:24:27.859Z] === RUN TestDaemonConfigValidation/invalid_config [2023-12-28T21:24:27.859Z] === PAUSE TestDaemonConfigValidation/invalid_config [2023-12-28T21:24:27.859Z] === RUN TestDaemonConfigValidation/malformed_config [2023-12-28T21:24:27.859Z] === PAUSE TestDaemonConfigValidation/malformed_config [2023-12-28T21:24:27.859Z] === RUN TestDaemonConfigValidation/valid_config [2023-12-28T21:24:27.859Z] === PAUSE TestDaemonConfigValidation/valid_config [2023-12-28T21:24:27.859Z] === CONT TestDaemonConfigValidation/config_with_no_content [2023-12-28T21:24:27.859Z] === CONT TestDaemonConfigValidation/malformed_config [2023-12-28T21:24:27.859Z] === CONT TestDaemonConfigValidation/valid_config [2023-12-28T21:24:27.859Z] === CONT TestDaemonConfigValidation/invalid_config [2023-12-28T21:24:27.859Z] === CONT TestDaemonConfigValidation/config_with_{} [2023-12-28T21:24:27.859Z] --- PASS: TestDaemonConfigValidation (0.00s) [2023-12-28T21:24:27.859Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2023-12-28T21:24:27.859Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2023-12-28T21:24:27.859Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2023-12-28T21:24:27.859Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2023-12-28T21:24:27.859Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2023-12-28T21:24:27.859Z] === RUN TestConfigDaemonSeccompProfiles [2023-12-28T21:24:27.859Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2023-12-28T21:24:28.800Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2023-12-28T21:24:29.740Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2023-12-28T21:24:30.680Z] daemon_test.go:180: [d96500f4d2fc8] daemon is not started [2023-12-28T21:24:30.680Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2023-12-28T21:24:30.680Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2023-12-28T21:24:30.680Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2023-12-28T21:24:30.680Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2023-12-28T21:24:30.680Z] === RUN TestDaemonProxy [2023-12-28T21:24:30.680Z] === RUN TestDaemonProxy/environment_variables [2023-12-28T21:24:30.680Z] === PAUSE TestDaemonProxy/environment_variables [2023-12-28T21:24:30.680Z] === RUN TestDaemonProxy/command-line_options [2023-12-28T21:24:30.680Z] === PAUSE TestDaemonProxy/command-line_options [2023-12-28T21:24:30.680Z] === RUN TestDaemonProxy/configuration_file [2023-12-28T21:24:30.680Z] === PAUSE TestDaemonProxy/configuration_file [2023-12-28T21:24:30.680Z] === RUN TestDaemonProxy/conflicting_options [2023-12-28T21:24:31.250Z] === RUN TestDaemonProxy/reload_sanitized [2023-12-28T21:24:31.250Z] === PAUSE TestDaemonProxy/reload_sanitized [2023-12-28T21:24:31.250Z] === CONT TestDaemonProxy/environment_variables [2023-12-28T21:24:31.250Z] === CONT TestDaemonProxy/configuration_file [2023-12-28T21:24:31.250Z] === CONT TestDaemonProxy/reload_sanitized [2023-12-28T21:24:31.250Z] === CONT TestDaemonProxy/command-line_options [2023-12-28T21:24:33.161Z] --- PASS: TestDaemonProxy (0.50s) [2023-12-28T21:24:33.161Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2023-12-28T21:24:33.161Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) [2023-12-28T21:24:33.161Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2023-12-28T21:24:33.161Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2023-12-28T21:24:33.161Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2023-12-28T21:24:33.161Z] === RUN TestLiveRestore [2023-12-28T21:24:33.161Z] === RUN TestLiveRestore/volume_references [2023-12-28T21:24:33.161Z] === PAUSE TestLiveRestore/volume_references [2023-12-28T21:24:33.161Z] === RUN TestLiveRestore/autoremove [2023-12-28T21:24:33.161Z] === PAUSE TestLiveRestore/autoremove [2023-12-28T21:24:33.161Z] === CONT TestLiveRestore/volume_references [2023-12-28T21:24:33.161Z] === CONT TestLiveRestore/autoremove [2023-12-28T21:24:33.161Z] === RUN TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers [2023-12-28T21:24:33.731Z] === RUN TestLiveRestore/volume_references/restartPolicy [2023-12-28T21:24:33.731Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2023-12-28T21:24:34.671Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2023-12-28T21:24:34.931Z] === RUN TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited [2023-12-28T21:24:35.884Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2023-12-28T21:24:36.828Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2023-12-28T21:24:37.768Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options [2023-12-28T21:24:38.709Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted [2023-12-28T21:24:39.279Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore (0.00s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/autoremove (3.57s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.97s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.60s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/volume_references (7.32s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (4.25s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.19s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.09s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.98s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.00s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.49s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.46s) [2023-12-28T21:24:40.220Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.97s) [2023-12-28T21:24:40.220Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip [2023-12-28T21:24:41.160Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s) [2023-12-28T21:24:41.160Z] PASS [2023-12-28T21:24:41.160Z] [2023-12-28T21:24:41.160Z] DONE 31 tests in 14.547s [2023-12-28T21:24:41.160Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2023-12-28T21:24:41.160Z] ++ '[' -n '' ']' [2023-12-28T21:24:41.160Z] ++ 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 [2023-12-28T21:24:41.160Z] ++ set -e [2023-12-28T21:24:41.160Z] ++ '[' -n 0 ']' [2023-12-28T21:24:41.160Z] ++ set -x [2023-12-28T21:24:41.160Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:24:41.160Z] INFO: Testing against a local daemon [2023-12-28T21:24:41.160Z] === RUN TestCommitInheritsEnv [2023-12-28T21:24:41.160Z] --- PASS: TestCommitInheritsEnv (0.16s) [2023-12-28T21:24:41.160Z] === RUN TestUsernsCommit [2023-12-28T21:24:43.070Z] --- PASS: TestUsernsCommit (1.49s) [2023-12-28T21:24:43.070Z] === RUN TestImportExtremelyLargeImageWorks [2023-12-28T21:24:43.070Z] import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out [2023-12-28T21:24:43.070Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatform [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatform/#00 [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatform/linux [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatform/LINUX [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatform (0.11s) [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatform/#00 (0.02s) [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatform/linux (0.02s) [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.02s) [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s) [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatformReject [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatformReject/_______ [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatformReject// [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatformReject/macos [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatformReject/macos/arm64 [2023-12-28T21:24:43.070Z] === RUN TestImportWithCustomPlatformReject/nintendo64 [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatformReject (0.01s) [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s) [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatformReject// (0.00s) [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatformReject/macos (0.00s) [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s) [2023-12-28T21:24:43.070Z] --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s) [2023-12-28T21:24:43.070Z] === RUN TestImageInspectEmptyTagsAndDigests [2023-12-28T21:24:43.070Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s) [2023-12-28T21:24:43.070Z] === RUN TestImagesFilterMultiReference [2023-12-28T21:24:43.070Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2023-12-28T21:24:43.070Z] === RUN TestImagesFilterUntil [2023-12-28T21:24:43.070Z] list_test.go:95: ImageList: ID=sha256:a4b816d4c18662a98880fb97df8c570392abf3dc4299a816830cd18a1047e1db RepoTags=[testimagesfilteruntil:v1] [2023-12-28T21:24:43.070Z] --- PASS: TestImagesFilterUntil (0.26s) [2023-12-28T21:24:43.070Z] === RUN TestImagesFilterBeforeSince [2023-12-28T21:24:43.331Z] list_test.go:129: ImageList: ID=sha256:8dd5938090126bee4ea7a5f1ba4ca1ca34b338454047f015fa67d60f0e5e6091 RepoTags=[testimagesfilterbeforesince:v2] [2023-12-28T21:24:43.331Z] list_test.go:129: ImageList: ID=sha256:4c61b7988351074553daa16f83ea8215c1584d8cc06878b5c0048e5f419abef1 RepoTags=[testimagesfilterbeforesince:v3] [2023-12-28T21:24:43.331Z] list_test.go:129: ImageList: ID=sha256:b79f9565cb2069535e9358d738e9b2dd9f8e1ec4deb7636c8d10e8c600ba0860 RepoTags=[testimagesfilterbeforesince:v1] [2023-12-28T21:24:43.331Z] --- PASS: TestImagesFilterBeforeSince (0.24s) [2023-12-28T21:24:43.331Z] === RUN TestAPIImagesFilters [2023-12-28T21:24:43.331Z] === RUN TestAPIImagesFilters/repository_regex [2023-12-28T21:24:43.331Z] === PAUSE TestAPIImagesFilters/repository_regex [2023-12-28T21:24:43.331Z] === RUN TestAPIImagesFilters/image_name_regex [2023-12-28T21:24:43.331Z] === PAUSE TestAPIImagesFilters/image_name_regex [2023-12-28T21:24:43.331Z] === RUN TestAPIImagesFilters/image_name_without_a_tag [2023-12-28T21:24:43.331Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag [2023-12-28T21:24:43.331Z] === RUN TestAPIImagesFilters/registry_port_regex [2023-12-28T21:24:43.331Z] === PAUSE TestAPIImagesFilters/registry_port_regex [2023-12-28T21:24:43.331Z] === CONT TestAPIImagesFilters/repository_regex [2023-12-28T21:24:43.331Z] === CONT TestAPIImagesFilters/image_name_without_a_tag [2023-12-28T21:24:43.331Z] === CONT TestAPIImagesFilters/registry_port_regex [2023-12-28T21:24:43.331Z] === CONT TestAPIImagesFilters/image_name_regex [2023-12-28T21:24:43.331Z] --- PASS: TestAPIImagesFilters (0.03s) [2023-12-28T21:24:43.331Z] --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s) [2023-12-28T21:24:43.331Z] --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s) [2023-12-28T21:24:43.331Z] --- PASS: TestAPIImagesFilters/image_name_regex (0.00s) [2023-12-28T21:24:43.331Z] --- PASS: TestAPIImagesFilters/repository_regex (0.00s) [2023-12-28T21:24:43.331Z] === RUN TestPruneDontDeleteUsedDangling [2023-12-28T21:24:43.901Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s) [2023-12-28T21:24:43.901Z] === RUN TestImagePullPlatformInvalid [2023-12-28T21:24:43.901Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2023-12-28T21:24:43.901Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-12-28T21:24:43.901Z] time="2023-12-28T21:24:43.872035887Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.20.8 instance.id=764291cd-672d-46d0-8de7-ab08f30d01c2 version=2.8.3 [2023-12-28T21:24:43.901Z] time="2023-12-28T21:24:43.872134983Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=764291cd-672d-46d0-8de7-ab08f30d01c2 version=2.8.3 [2023-12-28T21:24:43.901Z] time="2023-12-28T21:24:43.872155521Z" level=info msg="Starting upload purge in 18m0s" go.version=go1.20.8 instance.id=764291cd-672d-46d0-8de7-ab08f30d01c2 version=2.8.3 [2023-12-28T21:24:43.901Z] time="2023-12-28T21:24:43.872380165Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=764291cd-672d-46d0-8de7-ab08f30d01c2 version=2.8.3 [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.966933202Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=af7aae9d-17be-446b-9923-cea7b18c6deb http.request.method=GET http.request.remoteaddr="127.0.0.1:33184" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.966983033Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=af7aae9d-17be-446b-9923-cea7b18c6deb http.request.method=GET http.request.remoteaddr="127.0.0.1:33184" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.129055ms http.response.status=200 http.response.written=2 [2023-12-28T21:24:44.164Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.969591671Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e6d7427f-d007-4ac8-b8a5-e7f2256e597c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.969616148Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e9af44c7-e7ac-4a58-8ce8-c524d1695bd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.969642232Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e6d7427f-d007-4ac8-b8a5-e7f2256e597c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.969647697Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e9af44c7-e7ac-4a58-8ce8-c524d1695bd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.969761603Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e6d7427f-d007-4ac8-b8a5-e7f2256e597c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=47.172µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=bc0f0c73-727a-4f7c-a646-a3e1a141db4a trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.96983646Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e9af44c7-e7ac-4a58-8ce8-c524d1695bd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=118.731µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=91d75a96-2fdb-44bd-b530-f682beee898c trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.969875025Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b err.message="blob unknown to registry" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e6d7427f-d007-4ac8-b8a5-e7f2256e597c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.22803ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.164Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.11+unknown" [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.969903194Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e9af44c7-e7ac-4a58-8ce8-c524d1695bd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.302633ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.164Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.11+unknown" [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.971560977Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=00c1bd9f-8edd-41e2-bbc9-a9ba3925bc4e http.request.method=POST http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.971612244Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=00c1bd9f-8edd-41e2-bbc9-a9ba3925bc4e http.request.method=POST http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.971620621Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=36b90c75-44fd-4e64-861a-48e4d7e9fb9e http.request.method=POST http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.97165871Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=36b90c75-44fd-4e64-861a-48e4d7e9fb9e http.request.method=POST http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.971776465Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=36b90c75-44fd-4e64-861a-48e4d7e9fb9e http.request.method=POST http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=82.701µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=daef9eb0-9161-4871-82f7-5d29200284a0 trace.line=110 vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.971900931Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=36b90c75-44fd-4e64-861a-48e4d7e9fb9e http.request.method=POST http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=29.301µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=11f94ab2-e521-4789-935f-f07066e2e964 trace.line=142 vars.name=test [2023-12-28T21:24:44.164Z] time="2023-12-28T21:24:43.971773929Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=00c1bd9f-8edd-41e2-bbc9-a9ba3925bc4e http.request.method=POST http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=126.682µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=573765f7-b910-4ae0-a758-236b502b1fc1 trace.line=110 vars.name=test [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.97199137Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=36b90c75-44fd-4e64-861a-48e4d7e9fb9e http.request.method=POST http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=47.205µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=b4262f95-938e-4335-8e91-98b9f19d5078 trace.line=110 vars.name=test [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.972000995Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=00c1bd9f-8edd-41e2-bbc9-a9ba3925bc4e http.request.method=POST http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=41.889µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=afdbca0a-c5fa-4603-9af8-2b4ef6ea5bf6 trace.line=142 vars.name=test [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.972083359Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=00c1bd9f-8edd-41e2-bbc9-a9ba3925bc4e http.request.method=POST http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" trace.duration=48.797µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=0ab6eb1f-31c5-41e1-9939-16809e46cf19 trace.line=110 vars.name=test [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.972094076Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=36b90c75-44fd-4e64-861a-48e4d7e9fb9e http.request.method=POST http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" http.response.duration=1.913617ms http.response.status=202 http.response.written=0 [2023-12-28T21:24:44.165Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.11+unknown" [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.972160292Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=00c1bd9f-8edd-41e2-bbc9-a9ba3925bc4e http.request.method=POST http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.11+unknown" http.response.duration=2.023436ms http.response.status=202 http.response.written=0 [2023-12-28T21:24:44.165Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.11+unknown" [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.973766718Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.973900892Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974017784Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=48.042µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4bb00a77-6565-41a9-a0f8-121f7f034c9c trace.line=95 vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974277958Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=32.542µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=9a0691c7-1b9f-491b-916e-bb60f9586a1e trace.line=142 vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974367979Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974457662Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe/hashstates/sha256/68")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=47.41µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=20367179-b505-49b6-a306-4a4487af070c trace.line=110 vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974501372Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=15.098µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1b76c947-8cdd-4190-a4e1-f3ff147bb075 trace.line=155 vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974541012Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=12.661µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=cc232473-fb15-4285-a065-79515f50fd60 trace.line=155 vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974574186Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=9.239µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=225a2b37-944f-4bac-9ea5-589d9086c49a trace.line=155 vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974592082Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.97484387Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.97471384Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe/data", "/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=58.561µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=0f730c43-3a1e-4962-97f6-8173b0e4aa19 trace.line=185 vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974931264Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=51.086µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=48e9532d-b06f-426f-b3d1-0b7220d2b32e trace.line=95 vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974988726Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=23.271µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=7bfe1f47-7118-4e75-a5b6-3cd0f5515d1f trace.line=142 vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.975031541Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.974985953Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=77.639µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=a7986d1a-46bc-4bcd-9bc3-43572f15af90 trace.line=110 vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.975096946Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f/hashstates/sha256/194")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=34.61µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=1362b0ae-1e91-4167-b47f-047d857e19a5 trace.line=110 vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.975128536Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=10.462µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3e245525-9c2a-4f54-a589-13d4a3971e10 trace.line=155 vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.975174412Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=13.013µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=724c155b-4bc0-4c44-bf24-c712e9ee6577 trace.line=155 vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.975203344Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=10.658µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=18ad52ba-8640-4b84-8095-0a1f7196aff4 trace.line=155 vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.975223381Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" trace.duration=113.553µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=3be1d05f-8566-45f7-bb07-6bb421afa1cd trace.line=202 vars.name=test vars.uuid=879052bf-2ea4-4fca-b94f-f77b1578cbbe [2023-12-28T21:24:44.165Z] time="2023-12-28T21:24:43.975268806Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f/data", "/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=39.664µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=2f8ec8ae-a77e-4fe2-babe-d7992ec48800 trace.line=185 vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.975337813Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=57b2332c-accf-4281-93d9-40ae5fa07cac http.request.method=PUT http.request.remoteaddr="127.0.0.1:33194" http.request.uri="/v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.11+unknown" http.response.duration=2.813598ms http.response.status=201 http.response.written=0 [2023-12-28T21:24:44.166Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "PUT /v2/test/blobs/uploads/879052bf-2ea4-4fca-b94f-f77b1578cbbe?_state=g-7undcLT7NE1UYet6IOFdCGs0H5R7MC3uEOa1I9kjd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijg3OTA1MmJmLTJlYTQtNGZjYS1iOTRmLWY3N2IxNTc4Y2JiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2NzYwNTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.11+unknown" [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.975402413Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=46.672µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=428ba284-27f0-47a9-abda-1ee630b9ed5e trace.line=110 vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.975511699Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" trace.duration=85.171µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=ea8268cc-427d-400c-b469-6327c570d934 trace.line=202 vars.name=test vars.uuid=30fda8bc-bd70-4e94-8110-9ef15fcd360f [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.97558581Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=adf0e01a-c658-4549-89d4-48709c979edc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.11+unknown" http.response.duration=2.476623ms http.response.status=201 http.response.written=0 [2023-12-28T21:24:44.166Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "PUT /v2/test/blobs/uploads/30fda8bc-bd70-4e94-8110-9ef15fcd360f?_state=CW5Ap7sue5IVUrZPgULsioFhsgpcogybqN9OFK7eP_t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMwZmRhOGJjLWJkNzAtNGU5NC04MTEwLTllZjE1ZmNkMzYwZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMi0yOFQyMToyNDo0My45NzE2MjQ1NloifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.11+unknown" [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.977146368Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=091aba0b-519b-4dc5-b5e1-f10d824c3a3e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.977187862Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=091aba0b-519b-4dc5-b5e1-f10d824c3a3e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.977248294Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=091aba0b-519b-4dc5-b5e1-f10d824c3a3e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=28.677µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=fb33e052-0d72-49eb-90a0-ae25abd8e67c trace.line=95 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.977315668Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=091aba0b-519b-4dc5-b5e1-f10d824c3a3e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.356878ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.11+unknown" [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.978507316Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.978544683Z" level=debug msg=PutImageManifest go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.97870476Z" level=debug msg="Putting a Docker Manifest!" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.978721278Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.97873Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.978807261Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=45.194µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=38648161-c146-4f8e-8f76-b51bb72fb3ac trace.line=95 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.978870598Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=18.594µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=838f1fa3-e0ed-4104-b7b9-52b9721b4ab8 trace.line=155 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.979005075Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=28.629µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=81ac07aa-50a5-453e-a094-022407593634 trace.line=95 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.979055184Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=15.056µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1e87998a-def8-45c1-a884-f2b34e068ed4 trace.line=155 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.979100461Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=13.883µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3e21ed95-7498-409b-a087-6edf6ea932e7 trace.line=155 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.979183228Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=55.083µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=9a7f4e39-2174-43ae-8318-ffee715fa047 trace.line=110 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.979269105Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=53.606µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=7d76bb8b-47a5-4762-bf21-0c054d0d3425 trace.line=110 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.979440309Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=64.198µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4fbf7128-f079-4651-96c3-ff33b1981097 trace.line=110 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.979508183Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" trace.duration=31.836µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=045f04c5-f44b-4396-87d7-c2dd9741f853 trace.line=110 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.979541948Z" level=debug msg="Succeeded in putting manifest!" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.979556996Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5c54f218-7398-4ab7-b0b1-47aecb31b62c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33208" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.11+unknown" http.response.duration=1.837775ms http.response.status=201 http.response.written=0 [2023-12-28T21:24:44.166Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.11+unknown" [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.98450431Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=792869e8-9a9e-445c-9d36-4815fc20f349 http.request.method=GET http.request.remoteaddr="127.0.0.1:33224" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.984551253Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=792869e8-9a9e-445c-9d36-4815fc20f349 http.request.method=GET http.request.remoteaddr="127.0.0.1:33224" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.297111ms http.response.status=200 http.response.written=2 [2023-12-28T21:24:44.166Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.986781167Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a231910b-1fcd-4214-ad28-92db81ee915d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33230" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.98681988Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a231910b-1fcd-4214-ad28-92db81ee915d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33230" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.986920509Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a231910b-1fcd-4214-ad28-92db81ee915d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33230" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=65.725µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2cf2fabf-86df-43ba-8480-5d52455bc6a8 trace.line=95 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.986944576Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a231910b-1fcd-4214-ad28-92db81ee915d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33230" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.986995186Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a231910b-1fcd-4214-ad28-92db81ee915d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33230" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=24.715µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6ab44967-f59a-437d-857e-044d4f211e36 trace.line=95 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.987044803Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a231910b-1fcd-4214-ad28-92db81ee915d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33230" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.045µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=97a6ce74-9d15-4297-8b65-c777790f73a3 trace.line=155 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.987087167Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a231910b-1fcd-4214-ad28-92db81ee915d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33230" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.596µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=bf4de102-62b3-4945-b13e-08e6e26a066e trace.line=125 vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.987136571Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a231910b-1fcd-4214-ad28-92db81ee915d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33230" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.98723739Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a231910b-1fcd-4214-ad28-92db81ee915d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33230" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-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.340959ms http.response.status=200 http.response.written=417 [2023-12-28T21:24:44.166Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-12-28T21:24:44.166Z] time="2023-12-28T21:24:43.995254628Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3369a717-e473-4887-a95d-d6b7a52b66a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:33232" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:43.995299577Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3369a717-e473-4887-a95d-d6b7a52b66a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:33232" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:43.995315495Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3369a717-e473-4887-a95d-d6b7a52b66a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:33232" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:43.99540042Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3369a717-e473-4887-a95d-d6b7a52b66a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:33232" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=51.997µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8cfa8560-c2f5-495c-8fda-96c51df76522 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:43.995456134Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3369a717-e473-4887-a95d-d6b7a52b66a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:33232" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.724µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8983b3db-8828-4e31-ae13-51af4e5516f4 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:43.995504783Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3369a717-e473-4887-a95d-d6b7a52b66a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:33232" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.442µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=58e73407-8b06-45a4-9e98-db83fc7a894d trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:43.995543865Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3369a717-e473-4887-a95d-d6b7a52b66a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:33232" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:43.995642985Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3369a717-e473-4887-a95d-d6b7a52b66a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:33232" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-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.273669ms http.response.status=200 http.response.written=417 [2023-12-28T21:24:44.167Z] 127.0.0.1 - - [28/Dec/2023:21:24:43 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.00250842Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002560409Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002562419Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002598695Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002644037Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=47.845µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=74f21fcc-a40b-4fbd-9d5f-62549fdbe186 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002667964Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.205µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4fe7e7fb-ab53-4848-9cb5-5f071f3f914f trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002697257Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.199µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=52c94ecf-7479-42a5-a009-0a52a1597e6f trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002716178Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.197µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=7a747e51-3f43-4c8a-a05f-f59417ba2138 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002744142Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.693µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b72b1615-8b00-4f97-bab8-6a448acb816d trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002757919Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.519µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=58e07b10-8449-4eda-b3a2-ddc40d395b77 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002781509Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.15µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c068c744-51d3-44a3-9d33-08e2658560ee trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002791265Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.592µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e67adb19-b5d4-4867-a15f-da57a4716d1e trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002819754Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.822µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ed4d7ef0-d6d7-4e1b-a3f4-bec6df4e948f trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002824612Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.027µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f0f0fdc4-84aa-4856-bdc3-3dc7e173292a trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002864276Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.553µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=ebed27cb-0c80-4dec-a680-f1b7f6d4fde3 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002949102Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.918µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=71cb5e33-7967-4b5b-8838-22a6ea1c6502 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.002948905Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=97.577µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=b544b184-0248-425f-beb4-5a15619e82fc trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.167Z] time="2023-12-28T21:24:44.003654955Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.716µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=d188f6c2-f067-4fbd-8cf5-9f6c99019b27 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.004250472Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=42.758µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2603b5c4-5478-4d4f-8a23-c1f28ae81d9b trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.004319142Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.478µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=818210ab-af3d-4e57-a667-0d1cc59be1a4 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.004387426Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43f6d1a1-39cd-4e07-bb7b-ad35518ffbee http.request.method=GET http.request.remoteaddr="127.0.0.1:33236" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.380429ms http.response.status=200 http.response.written=194 [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.00437772Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.883µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=feb2997f-c166-4e74-9c74-47fa68c3f3d6 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.168Z] 127.0.0.1 - - [28/Dec/2023:21:24:44 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.004440351Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.714µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=63b19c0d-2499-4bb0-89f1-5e21c16ea8a7 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.004561108Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2d7b871-a331-4ef6-8beb-f2bd6bc0cf17 http.request.method=GET http.request.remoteaddr="127.0.0.1:33248" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.562111ms http.response.status=200 http.response.written=68 [2023-12-28T21:24:44.168Z] 127.0.0.1 - - [28/Dec/2023:21:24:44 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.017705241Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2152c20a-eb8f-434c-8249-024deb3cc96b http.request.method=GET http.request.remoteaddr="127.0.0.1:33264" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.017750157Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2152c20a-eb8f-434c-8249-024deb3cc96b http.request.method=GET http.request.remoteaddr="127.0.0.1:33264" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="866.135µs" http.response.status=200 http.response.written=2 [2023-12-28T21:24:44.168Z] 127.0.0.1 - - [28/Dec/2023:21:24:44 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.025027252Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1ad1ac45-84e0-4431-bf4f-c33ad0adf891 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33270" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.025076632Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1ad1ac45-84e0-4431-bf4f-c33ad0adf891 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33270" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.025090934Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1ad1ac45-84e0-4431-bf4f-c33ad0adf891 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33270" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.025163838Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1ad1ac45-84e0-4431-bf4f-c33ad0adf891 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33270" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.041µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d7d19057-18ef-4cac-84ea-a519c5fdcb1a trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.025212536Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1ad1ac45-84e0-4431-bf4f-c33ad0adf891 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33270" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.425µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4a6e6cc6-ee06-467c-a86d-91afe30f7c30 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.025288427Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1ad1ac45-84e0-4431-bf4f-c33ad0adf891 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33270" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.587981ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] 127.0.0.1 - - [28/Dec/2023:21:24:44 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.026770149Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da3fda1a-313d-4dc5-8aeb-9f8ab4211a36 http.request.method=GET http.request.remoteaddr="127.0.0.1:33280" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.026815007Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da3fda1a-313d-4dc5-8aeb-9f8ab4211a36 http.request.method=GET http.request.remoteaddr="127.0.0.1:33280" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.026830663Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da3fda1a-313d-4dc5-8aeb-9f8ab4211a36 http.request.method=GET http.request.remoteaddr="127.0.0.1:33280" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.026913446Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da3fda1a-313d-4dc5-8aeb-9f8ab4211a36 http.request.method=GET http.request.remoteaddr="127.0.0.1:33280" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=50.167µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1597e6f5-9be7-4d61-bd02-1db15907b4c5 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.026962448Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da3fda1a-313d-4dc5-8aeb-9f8ab4211a36 http.request.method=GET http.request.remoteaddr="127.0.0.1:33280" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.884µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=227ac2c9-9206-4567-9a40-3d8f1e65d9ae trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] time="2023-12-28T21:24:44.027010039Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da3fda1a-313d-4dc5-8aeb-9f8ab4211a36 http.request.method=GET http.request.remoteaddr="127.0.0.1:33280" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.121025ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-12-28T21:24:44.168Z] 127.0.0.1 - - [28/Dec/2023:21:24:44 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.5 git-commit/341e7b35a6922407b213c0475318792a793706a2 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-12-28T21:24:44.168Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s) [2023-12-28T21:24:44.168Z] === RUN TestImagePullNonExisting [2023-12-28T21:24:44.168Z] === RUN TestImagePullNonExisting/asdfasdf:foobar [2023-12-28T21:24:44.168Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar [2023-12-28T21:24:44.168Z] === RUN TestImagePullNonExisting/library/asdfasdf:foobar [2023-12-28T21:24:44.168Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar [2023-12-28T21:24:44.168Z] === RUN TestImagePullNonExisting/asdfasdf [2023-12-28T21:24:44.168Z] === PAUSE TestImagePullNonExisting/asdfasdf [2023-12-28T21:24:44.168Z] === RUN TestImagePullNonExisting/asdfasdf:latest [2023-12-28T21:24:44.168Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest [2023-12-28T21:24:44.168Z] === RUN TestImagePullNonExisting/library/asdfasdf [2023-12-28T21:24:44.168Z] === PAUSE TestImagePullNonExisting/library/asdfasdf [2023-12-28T21:24:44.168Z] === RUN TestImagePullNonExisting/library/asdfasdf:latest [2023-12-28T21:24:44.168Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest [2023-12-28T21:24:44.168Z] === CONT TestImagePullNonExisting/asdfasdf:foobar [2023-12-28T21:24:44.168Z] === CONT TestImagePullNonExisting/asdfasdf:latest [2023-12-28T21:24:44.168Z] === CONT TestImagePullNonExisting/library/asdfasdf:foobar [2023-12-28T21:24:44.168Z] === CONT TestImagePullNonExisting/library/asdfasdf:latest [2023-12-28T21:24:44.168Z] === CONT TestImagePullNonExisting/library/asdfasdf [2023-12-28T21:24:44.168Z] === CONT TestImagePullNonExisting/asdfasdf [2023-12-28T21:24:45.551Z] --- PASS: TestImagePullNonExisting (0.01s) [2023-12-28T21:24:45.551Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.95s) [2023-12-28T21:24:45.551Z] --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.95s) [2023-12-28T21:24:45.551Z] --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s) [2023-12-28T21:24:45.551Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s) [2023-12-28T21:24:45.551Z] --- PASS: TestImagePullNonExisting/library/asdfasdf (1.27s) [2023-12-28T21:24:45.551Z] --- PASS: TestImagePullNonExisting/asdfasdf (1.27s) [2023-12-28T21:24:45.551Z] === RUN TestRemoveImageOrphaning [2023-12-28T21:24:45.551Z] --- PASS: TestRemoveImageOrphaning (0.16s) [2023-12-28T21:24:45.551Z] === RUN TestRemoveByDigest [2023-12-28T21:24:45.551Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2023-12-28T21:24:45.551Z] --- SKIP: TestRemoveByDigest (0.00s) [2023-12-28T21:24:45.551Z] === RUN TestRemoveImageGarbageCollector [2023-12-28T21:24:45.551Z] remove_unix_test.go:34: (*Execution).NotAmd64-fm [2023-12-28T21:24:45.551Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2023-12-28T21:24:45.551Z] === RUN TestSaveCheckTimes [2023-12-28T21:24:45.551Z] === PAUSE TestSaveCheckTimes [2023-12-28T21:24:45.551Z] === RUN TestSaveRepoWithMultipleImages [2023-12-28T21:24:45.811Z] --- PASS: TestSaveRepoWithMultipleImages (0.18s) [2023-12-28T21:24:45.811Z] === RUN TestSaveDirectoryPermissions [2023-12-28T21:24:46.752Z] --- PASS: TestSaveDirectoryPermissions (1.02s) [2023-12-28T21:24:46.752Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-12-28T21:24:46.752Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2023-12-28T21:24:46.752Z] === RUN TestTagUsingDigestAlgorithmAsName [2023-12-28T21:24:46.752Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s) [2023-12-28T21:24:46.752Z] === RUN TestTagValidPrefixedRepo [2023-12-28T21:24:46.752Z] === RUN TestTagValidPrefixedRepo/fooo/bar [2023-12-28T21:24:46.752Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar [2023-12-28T21:24:46.752Z] === RUN TestTagValidPrefixedRepo/fooaa/test [2023-12-28T21:24:46.752Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test [2023-12-28T21:24:46.752Z] === RUN TestTagValidPrefixedRepo/foooo:t [2023-12-28T21:24:46.752Z] === PAUSE TestTagValidPrefixedRepo/foooo:t [2023-12-28T21:24:46.752Z] === RUN TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2023-12-28T21:24:46.752Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2023-12-28T21:24:46.752Z] === CONT TestTagValidPrefixedRepo/fooo/bar [2023-12-28T21:24:46.752Z] === CONT TestTagValidPrefixedRepo/foooo:t [2023-12-28T21:24:46.752Z] === CONT TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2023-12-28T21:24:46.752Z] === CONT TestTagValidPrefixedRepo/fooaa/test [2023-12-28T21:24:46.752Z] --- PASS: TestTagValidPrefixedRepo (0.02s) [2023-12-28T21:24:46.752Z] --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s) [2023-12-28T21:24:46.752Z] --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.01s) [2023-12-28T21:24:46.752Z] --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s) [2023-12-28T21:24:46.752Z] --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s) [2023-12-28T21:24:46.752Z] === RUN TestTagExistedNameWithoutForce [2023-12-28T21:24:47.013Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2023-12-28T21:24:47.013Z] === RUN TestTagOfficialNames [2023-12-28T21:24:47.013Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox [2023-12-28T21:24:47.013Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox [2023-12-28T21:24:47.013Z] === RUN TestTagOfficialNames/tag_from_busybox_to_library/busybox [2023-12-28T21:24:47.013Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox [2023-12-28T21:24:47.013Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox [2023-12-28T21:24:47.013Z] --- PASS: TestTagOfficialNames (0.04s) [2023-12-28T21:24:47.013Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s) [2023-12-28T21:24:47.013Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s) [2023-12-28T21:24:47.013Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s) [2023-12-28T21:24:47.013Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s) [2023-12-28T21:24:47.013Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s) [2023-12-28T21:24:47.013Z] === RUN TestTagMatchesDigest [2023-12-28T21:24:47.013Z] --- PASS: TestTagMatchesDigest (0.01s) [2023-12-28T21:24:47.013Z] === CONT TestSaveCheckTimes [2023-12-28T21:24:47.013Z] --- PASS: TestSaveCheckTimes (0.03s) [2023-12-28T21:24:47.013Z] PASS [2023-12-28T21:24:47.013Z] [2023-12-28T21:24:47.013Z] === Skipped [2023-12-28T21:24:47.013Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2023-12-28T21:24:47.013Z] import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out [2023-12-28T21:24:47.013Z] [2023-12-28T21:24:47.013Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s) [2023-12-28T21:24:47.013Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2023-12-28T21:24:47.013Z] [2023-12-28T21:24:47.013Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2023-12-28T21:24:47.013Z] remove_unix_test.go:34: (*Execution).NotAmd64-fm [2023-12-28T21:24:47.013Z] [2023-12-28T21:24:47.013Z] DONE 54 tests, 3 skipped in 5.948s [2023-12-28T21:24:47.013Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2023-12-28T21:24:47.013Z] ++ '[' -n '' ']' [2023-12-28T21:24:47.013Z] ++ 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 [2023-12-28T21:24:47.013Z] ++ set -e [2023-12-28T21:24:47.013Z] ++ '[' -n 0 ']' [2023-12-28T21:24:47.013Z] ++ set -x [2023-12-28T21:24:47.013Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:24:47.013Z] === RUN TestStripANSICommands [2023-12-28T21:24:47.013Z] === RUN TestStripANSICommands/#00 [2023-12-28T21:24:47.013Z] === RUN TestStripANSICommands/#01 [2023-12-28T21:24:47.013Z] --- PASS: TestStripANSICommands (0.00s) [2023-12-28T21:24:47.013Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2023-12-28T21:24:47.013Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2023-12-28T21:24:47.013Z] PASS [2023-12-28T21:24:47.013Z] [2023-12-28T21:24:47.013Z] DONE 3 tests in 0.009s [2023-12-28T21:24:47.013Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2023-12-28T21:24:47.013Z] ++ '[' -n '' ']' [2023-12-28T21:24:47.013Z] ++ 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 [2023-12-28T21:24:47.013Z] ++ set -e [2023-12-28T21:24:47.013Z] ++ '[' -n 0 ']' [2023-12-28T21:24:47.013Z] ++ set -x [2023-12-28T21:24:47.013Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:24:47.013Z] INFO: Testing against a local daemon [2023-12-28T21:24:47.013Z] === RUN TestCreateWithMultiNetworks [2023-12-28T21:24:47.954Z] --- PASS: TestCreateWithMultiNetworks (1.00s) [2023-12-28T21:24:47.954Z] === RUN TestNetworkCreateDelete [2023-12-28T21:24:48.214Z] --- PASS: TestNetworkCreateDelete (0.18s) [2023-12-28T21:24:48.214Z] === RUN TestDockerNetworkDeletePreferID [2023-12-28T21:24:48.785Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2023-12-28T21:24:48.785Z] === RUN TestDaemonDNSFallback [2023-12-28T21:24:55.365Z] --- PASS: TestDaemonDNSFallback (6.24s) [2023-12-28T21:24:55.365Z] === RUN TestInspectNetwork [2023-12-28T21:24:57.907Z] === RUN TestInspectNetwork/full_network_id [2023-12-28T21:24:57.907Z] === RUN TestInspectNetwork/partial_network_id [2023-12-28T21:24:57.907Z] === RUN TestInspectNetwork/network_name [2023-12-28T21:24:57.907Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2023-12-28T21:25:02.107Z] --- PASS: TestInspectNetwork (7.10s) [2023-12-28T21:25:02.107Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2023-12-28T21:25:02.107Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2023-12-28T21:25:02.107Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2023-12-28T21:25:02.107Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2023-12-28T21:25:02.107Z] === RUN TestRunContainerWithBridgeNone [2023-12-28T21:25:03.495Z] --- PASS: TestRunContainerWithBridgeNone (1.48s) [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/create [2023-12-28T21:25:03.495Z] === PAUSE TestNetworkInvalidJSON/networks/create [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2023-12-28T21:25:03.495Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2023-12-28T21:25:03.495Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2023-12-28T21:25:03.495Z] === CONT TestNetworkInvalidJSON/networks/create [2023-12-28T21:25:03.495Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2023-12-28T21:25:03.495Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2023-12-28T21:25:03.495Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2023-12-28T21:25:03.495Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2023-12-28T21:25:03.495Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2023-12-28T21:25:03.496Z] === RUN TestNetworkList [2023-12-28T21:25:03.496Z] === RUN TestNetworkList//networks [2023-12-28T21:25:03.496Z] === PAUSE TestNetworkList//networks [2023-12-28T21:25:03.496Z] === RUN TestNetworkList//networks/ [2023-12-28T21:25:03.496Z] === PAUSE TestNetworkList//networks/ [2023-12-28T21:25:03.496Z] === CONT TestNetworkList//networks [2023-12-28T21:25:03.496Z] === CONT TestNetworkList//networks/ [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkList (0.01s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkList//networks (0.00s) [2023-12-28T21:25:03.496Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-12-28T21:25:03.496Z] === RUN TestHostIPv4BridgeLabel [2023-12-28T21:25:04.066Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2023-12-28T21:25:04.066Z] === RUN TestDefaultNetworkOpts [2023-12-28T21:25:04.066Z] === RUN TestDefaultNetworkOpts/default_value [2023-12-28T21:25:05.450Z] === RUN TestDefaultNetworkOpts/cmdline_value [2023-12-28T21:25:06.833Z] === RUN TestDefaultNetworkOpts/config-from_value [2023-12-28T21:25:08.215Z] --- PASS: TestDefaultNetworkOpts (3.94s) [2023-12-28T21:25:08.215Z] --- PASS: TestDefaultNetworkOpts/default_value (1.33s) [2023-12-28T21:25:08.215Z] --- PASS: TestDefaultNetworkOpts/cmdline_value (1.31s) [2023-12-28T21:25:08.215Z] --- PASS: TestDefaultNetworkOpts/config-from_value (1.30s) [2023-12-28T21:25:08.215Z] === RUN TestForbidDuplicateNetworkNames [2023-12-28T21:25:08.786Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s) [2023-12-28T21:25:08.786Z] === RUN TestDaemonRestartWithLiveRestore [2023-12-28T21:25:09.729Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2023-12-28T21:25:09.729Z] === RUN TestDaemonDefaultNetworkPools [2023-12-28T21:25:10.678Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2023-12-28T21:25:10.678Z] === RUN TestDaemonRestartWithExistingNetwork [2023-12-28T21:25:11.619Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2023-12-28T21:25:11.619Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-12-28T21:25:13.002Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2023-12-28T21:25:13.002Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-12-28T21:25:13.572Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2023-12-28T21:25:13.572Z] === RUN TestServiceWithPredefinedNetwork [2023-12-28T21:25:16.114Z] --- PASS: TestServiceWithPredefinedNetwork (2.15s) [2023-12-28T21:25:16.114Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-12-28T21:25:16.114Z] service_test.go:250: FLAKY_TEST [2023-12-28T21:25:16.114Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-12-28T21:25:16.114Z] === RUN TestServiceWithDataPathPortInit [2023-12-28T21:25:31.015Z] --- PASS: TestServiceWithDataPathPortInit (13.57s) [2023-12-28T21:25:31.015Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-12-28T21:25:31.586Z] service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:txt4mzxhjp720dvbf1erulsrj Created:2023-12-28 21:25:30.470236105 +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[e0aff46ba6a005d0ca82a6df8031675f1fee56ca757445f91540316e5cb0a4d0:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.g3xydxo8hmo4dc543v4hnp6is EndpointID:70e15214da0e9376dc0c491bd0ad18fc30215d0d5997733e583d949be30b1b7a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c142fb37908df7d22818696e514eaf5303a410363792757c4286c23a52d5e773 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:be56ff53adc1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.g3xydxo8hmo4dc543v4hnp6is EndpointID:70e15214da0e9376dc0c491bd0ad18fc30215d0d5997733e583d949be30b1b7a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2023-12-28T21:25:36.870Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.77s) [2023-12-28T21:25:36.870Z] PASS [2023-12-28T21:25:36.870Z] [2023-12-28T21:25:36.870Z] === Skipped [2023-12-28T21:25:36.870Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-12-28T21:25:36.870Z] service_test.go:250: FLAKY_TEST [2023-12-28T21:25:36.870Z] [2023-12-28T21:25:36.870Z] DONE 44 tests, 1 skipped in 49.049s [2023-12-28T21:25:36.870Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2023-12-28T21:25:36.870Z] ++ '[' -n '' ']' [2023-12-28T21:25:36.870Z] ++ 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 [2023-12-28T21:25:36.870Z] ++ set -e [2023-12-28T21:25:36.870Z] ++ '[' -n 0 ']' [2023-12-28T21:25:36.870Z] ++ set -x [2023-12-28T21:25:36.870Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:25:36.870Z] INFO: Testing against a local daemon [2023-12-28T21:25:36.870Z] === RUN TestDockerNetworkIpvlanPersistance [2023-12-28T21:25:36.870Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-12-28T21:25:36.870Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2023-12-28T21:25:36.870Z] === RUN TestDockerNetworkIpvlan [2023-12-28T21:25:36.870Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-12-28T21:25:36.870Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2023-12-28T21:25:36.870Z] PASS [2023-12-28T21:25:36.870Z] [2023-12-28T21:25:36.870Z] === Skipped [2023-12-28T21:25:36.870Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2023-12-28T21:25:36.870Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-12-28T21:25:36.870Z] [2023-12-28T21:25:36.870Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2023-12-28T21:25:36.870Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-12-28T21:25:36.870Z] [2023-12-28T21:25:36.870Z] DONE 2 tests, 2 skipped in 0.040s [2023-12-28T21:25:36.870Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2023-12-28T21:25:36.870Z] ++ '[' -n '' ']' [2023-12-28T21:25:36.870Z] ++ 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 [2023-12-28T21:25:36.870Z] ++ set -e [2023-12-28T21:25:36.870Z] ++ '[' -n 0 ']' [2023-12-28T21:25:36.870Z] ++ set -x [2023-12-28T21:25:36.870Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:25:36.870Z] INFO: Testing against a local daemon [2023-12-28T21:25:36.870Z] === RUN TestDockerNetworkMacvlanPersistance [2023-12-28T21:25:37.440Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.18s) [2023-12-28T21:25:37.441Z] === RUN TestDockerNetworkMacvlan [2023-12-28T21:25:37.441Z] === RUN TestDockerNetworkMacvlan/Subinterface [2023-12-28T21:25:38.011Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2023-12-28T21:25:38.581Z] === RUN TestDockerNetworkMacvlan/NilParent [2023-12-28T21:25:39.152Z] === RUN TestDockerNetworkMacvlan/InternalMode [2023-12-28T21:25:39.722Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2023-12-28T21:25:40.293Z] === RUN TestDockerNetworkMacvlan/Addressing [2023-12-28T21:25:40.864Z] --- PASS: TestDockerNetworkMacvlan (3.58s) [2023-12-28T21:25:40.864Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.60s) [2023-12-28T21:25:40.864Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.59s) [2023-12-28T21:25:40.864Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.59s) [2023-12-28T21:25:40.864Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.61s) [2023-12-28T21:25:40.864Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.60s) [2023-12-28T21:25:40.864Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s) [2023-12-28T21:25:40.864Z] PASS [2023-12-28T21:25:40.864Z] [2023-12-28T21:25:40.864Z] DONE 8 tests in 4.797s [2023-12-28T21:25:40.864Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m [2023-12-28T21:25:40.864Z] ++ '[' -n '' ']' [2023-12-28T21:25:40.864Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:25:40.864Z] ++ set -e [2023-12-28T21:25:40.864Z] ++ '[' -n 0 ']' [2023-12-28T21:25:40.864Z] ++ set -x [2023-12-28T21:25:40.864Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:25:40.864Z] INFO: Testing against a local daemon [2023-12-28T21:25:40.864Z] === RUN TestBridgeICC [2023-12-28T21:25:41.805Z] === RUN TestBridgeICC/IPv4_non-internal_network [2023-12-28T21:25:42.746Z] === RUN TestBridgeICC/IPv4_internal_network [2023-12-28T21:25:44.129Z] === RUN TestBridgeICC/IPv6_ULA_on_non-internal_network [2023-12-28T21:25:45.070Z] === RUN TestBridgeICC/IPv6_ULA_on_internal_network [2023-12-28T21:25:46.452Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network [2023-12-28T21:25:47.393Z] === RUN TestBridgeICC/IPv6_link-local_address_on_internal_network [2023-12-28T21:25:48.776Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name [2023-12-28T21:25:50.159Z] === RUN TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name [2023-12-28T21:25:51.100Z] === RUN TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address [2023-12-28T21:25:54.400Z] === RUN TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC (16.73s) [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC/IPv4_non-internal_network (1.19s) [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC/IPv4_internal_network (1.07s) [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.26s) [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.08s) [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.33s) [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.15s) [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.21s) [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.25s) [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (3.27s) [2023-12-28T21:25:57.697Z] --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.30s) [2023-12-28T21:25:57.697Z] === RUN TestBridgeINC [2023-12-28T21:25:58.267Z] === RUN TestBridgeINC/IPv4_non-internal_network [2023-12-28T21:26:03.550Z] === RUN TestBridgeINC/IPv4_internal_network [2023-12-28T21:26:03.810Z] === RUN TestBridgeINC/IPv6_ULA_on_non-internal_network [2023-12-28T21:26:09.093Z] === RUN TestBridgeINC/IPv6_ULA_on_internal_network [2023-12-28T21:26:09.663Z] --- PASS: TestBridgeINC (11.93s) [2023-12-28T21:26:09.663Z] --- PASS: TestBridgeINC/IPv4_non-internal_network (4.37s) [2023-12-28T21:26:09.663Z] --- PASS: TestBridgeINC/IPv4_internal_network (1.26s) [2023-12-28T21:26:09.663Z] --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.45s) [2023-12-28T21:26:09.663Z] --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.24s) [2023-12-28T21:26:09.663Z] === RUN TestDefaultBridgeIPv6 [2023-12-28T21:26:09.663Z] === RUN TestDefaultBridgeIPv6/IPv6_ULA [2023-12-28T21:26:11.046Z] === RUN TestDefaultBridgeIPv6/IPv6_LLA_only [2023-12-28T21:26:12.957Z] === RUN TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only [2023-12-28T21:26:14.344Z] --- PASS: TestDefaultBridgeIPv6 (4.58s) [2023-12-28T21:26:14.344Z] --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.54s) [2023-12-28T21:26:14.344Z] --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.53s) [2023-12-28T21:26:14.344Z] --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.51s) [2023-12-28T21:26:14.344Z] === RUN TestDefaultBridgeAddresses [2023-12-28T21:26:14.344Z] === RUN TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes [2023-12-28T21:26:15.727Z] === RUN TestDefaultBridgeAddresses/Link-Local_Subnet_Changes [2023-12-28T21:26:17.638Z] --- PASS: TestDefaultBridgeAddresses (3.12s) [2023-12-28T21:26:17.638Z] --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s) [2023-12-28T21:26:17.638Z] --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s) [2023-12-28T21:26:17.638Z] PASS [2023-12-28T21:26:17.638Z] [2023-12-28T21:26:17.638Z] DONE 23 tests in 36.392s [2023-12-28T21:26:17.638Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2023-12-28T21:26:17.638Z] ++ '[' -n '' ']' [2023-12-28T21:26:17.638Z] ++ 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 [2023-12-28T21:26:17.638Z] ++ set -e [2023-12-28T21:26:17.638Z] ++ '[' -n 0 ']' [2023-12-28T21:26:17.638Z] ++ set -x [2023-12-28T21:26:17.638Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:26:17.638Z] testing: warning: no tests to run [2023-12-28T21:26:17.638Z] PASS [2023-12-28T21:26:17.638Z] [2023-12-28T21:26:17.638Z] DONE 0 tests in 0.007s [2023-12-28T21:26:17.638Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2023-12-28T21:26:17.638Z] ++ '[' -n '' ']' [2023-12-28T21:26:17.638Z] ++ 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 [2023-12-28T21:26:17.638Z] ++ set -e [2023-12-28T21:26:17.638Z] ++ '[' -n 0 ']' [2023-12-28T21:26:17.638Z] ++ set -x [2023-12-28T21:26:17.639Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:26:17.639Z] INFO: Testing against a local daemon [2023-12-28T21:26:17.639Z] === RUN TestAuthZPluginAllowRequest [2023-12-28T21:26:18.579Z] --- PASS: TestAuthZPluginAllowRequest (1.10s) [2023-12-28T21:26:18.579Z] === RUN TestAuthZPluginTLS [2023-12-28T21:26:19.150Z] --- PASS: TestAuthZPluginTLS (0.55s) [2023-12-28T21:26:19.150Z] === RUN TestAuthZPluginDenyRequest [2023-12-28T21:26:19.720Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2023-12-28T21:26:19.720Z] === RUN TestAuthZPluginAPIDenyResponse [2023-12-28T21:26:19.981Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2023-12-28T21:26:19.981Z] === RUN TestAuthZPluginDenyResponse [2023-12-28T21:26:20.551Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2023-12-28T21:26:20.551Z] === RUN TestAuthZPluginAllowEventStream [2023-12-28T21:26:21.492Z] 2023/12/28 21:26:21 http: panic serving 127.0.0.1:48432: runtime error: invalid memory address or nil pointer dereference [2023-12-28T21:26:21.493Z] goroutine 186 [running]: [2023-12-28T21:26:21.493Z] net/http.(*conn).serve.func1() [2023-12-28T21:26:21.493Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2023-12-28T21:26:21.493Z] panic({0xa72d00?, 0x1589a50?}) [2023-12-28T21:26:21.493Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2023-12-28T21:26:21.493Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd6b378, 0x40002d0180}, 0xffff94d9ed00?) [2023-12-28T21:26:21.493Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c [2023-12-28T21:26:21.493Z] net/http.HandlerFunc.ServeHTTP(0x40001c8600?, {0xd6b378?, 0x40002d0180?}, 0x402214?) [2023-12-28T21:26:21.493Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2023-12-28T21:26:21.493Z] net/http.(*ServeMux).ServeHTTP(0xd71558?, {0xd6b378, 0x40002d0180}, 0x40001c8600) [2023-12-28T21:26:21.493Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2023-12-28T21:26:21.493Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001602c0, {0xd69f38?, 0x40002de000}, 0x40001c8500, {0xd603c0, 0x400004f840}) [2023-12-28T21:26:21.493Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2023-12-28T21:26:21.493Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd69f38?, 0x40002de000?}, 0x4000310010?) [2023-12-28T21:26:21.493Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2023-12-28T21:26:21.493Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd69f38?, 0x40002de000?}, 0x40002de000?) [2023-12-28T21:26:21.493Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2023-12-28T21:26:21.493Z] net/http.serverHandler.ServeHTTP({0xd66b68?}, {0xd69f38?, 0x40002de000?}, 0x6?) [2023-12-28T21:26:21.493Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2023-12-28T21:26:21.493Z] net/http.(*conn).serve(0x40003b5cb0, {0xd71558, 0x400029a1e0}) [2023-12-28T21:26:21.493Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2023-12-28T21:26:21.493Z] created by net/http.(*Server).Serve in goroutine 20 [2023-12-28T21:26:21.493Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2023-12-28T21:26:22.433Z] 2023/12/28 21:26:22 http: panic serving 127.0.0.1:60584: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2023-12-28T21:26:22.433Z] goroutine 225 [running]: [2023-12-28T21:26:22.433Z] net/http.(*conn).serve.func1() [2023-12-28T21:26:22.433Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2023-12-28T21:26:22.433Z] panic({0xa0a160?, 0x4000310190?}) [2023-12-28T21:26:22.433Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2023-12-28T21:26:22.433Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd6b378, 0x40002d02a0}, 0xffff94d9ed00?) [2023-12-28T21:26:22.433Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2023-12-28T21:26:22.433Z] net/http.HandlerFunc.ServeHTTP(0x40001c8700?, {0xd6b378?, 0x40002d02a0?}, 0x402214?) [2023-12-28T21:26:22.433Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2023-12-28T21:26:22.433Z] net/http.(*ServeMux).ServeHTTP(0xd71558?, {0xd6b378, 0x40002d02a0}, 0x40001c8700) [2023-12-28T21:26:22.433Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2023-12-28T21:26:22.433Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001602c0, {0xd69f38?, 0x40002de0e0}, 0x40002ab600, {0xd603c0, 0x400004f840}) [2023-12-28T21:26:22.433Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2023-12-28T21:26:22.433Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd69f38?, 0x40002de0e0?}, 0x40003b7890?) [2023-12-28T21:26:22.433Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2023-12-28T21:26:22.433Z] net/http.HandlerFunc.ServeHTTP(0x15e6f80?, {0xd69f38?, 0x40002de0e0?}, 0x4000026b40?) [2023-12-28T21:26:22.433Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2023-12-28T21:26:22.433Z] net/http.serverHandler.ServeHTTP({0x40003b7890?}, {0xd69f38?, 0x40002de0e0?}, 0x6?) [2023-12-28T21:26:22.433Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2023-12-28T21:26:22.433Z] net/http.(*conn).serve(0x400027ba70, {0xd71558, 0x400029a1e0}) [2023-12-28T21:26:22.433Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2023-12-28T21:26:22.433Z] created by net/http.(*Server).Serve in goroutine 20 [2023-12-28T21:26:22.433Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2023-12-28T21:26:24.973Z] 2023/12/28 21:26:24 http: panic serving 127.0.0.1:60590: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2023-12-28T21:26:24.973Z] goroutine 228 [running]: [2023-12-28T21:26:24.973Z] net/http.(*conn).serve.func1() [2023-12-28T21:26:24.973Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2023-12-28T21:26:24.973Z] panic({0xa0a160?, 0x4000310230?}) [2023-12-28T21:26:24.973Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2023-12-28T21:26:24.973Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd6b378, 0x40002d0360}, 0xffff94d9ed00?) [2023-12-28T21:26:24.973Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2023-12-28T21:26:24.973Z] net/http.HandlerFunc.ServeHTTP(0x40001c8a00?, {0xd6b378?, 0x40002d0360?}, 0x402214?) [2023-12-28T21:26:24.973Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2023-12-28T21:26:24.973Z] net/http.(*ServeMux).ServeHTTP(0xd71558?, {0xd6b378, 0x40002d0360}, 0x40001c8a00) [2023-12-28T21:26:24.973Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2023-12-28T21:26:24.973Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001602c0, {0xd69f38?, 0x40002de1c0}, 0x40001c8900, {0xd603c0, 0x400004f840}) [2023-12-28T21:26:24.973Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2023-12-28T21:26:24.973Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd69f38?, 0x40002de1c0?}, 0x40004084e0?) [2023-12-28T21:26:24.973Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2023-12-28T21:26:24.973Z] net/http.HandlerFunc.ServeHTTP(0x15e6f80?, {0xd69f38?, 0x40002de1c0?}, 0x4000026b40?) [2023-12-28T21:26:24.973Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2023-12-28T21:26:24.973Z] net/http.serverHandler.ServeHTTP({0x40004084e0?}, {0xd69f38?, 0x40002de1c0?}, 0x6?) [2023-12-28T21:26:24.973Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2023-12-28T21:26:24.973Z] net/http.(*conn).serve(0x40003b42d0, {0xd71558, 0x400029a1e0}) [2023-12-28T21:26:24.973Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2023-12-28T21:26:24.973Z] created by net/http.(*Server).Serve in goroutine 20 [2023-12-28T21:26:24.973Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2023-12-28T21:26:26.883Z] --- PASS: TestAuthZPluginAllowEventStream (6.08s) [2023-12-28T21:26:26.883Z] === RUN TestAuthZPluginErrorResponse [2023-12-28T21:26:27.143Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2023-12-28T21:26:27.143Z] === RUN TestAuthZPluginErrorRequest [2023-12-28T21:26:27.714Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2023-12-28T21:26:27.714Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2023-12-28T21:26:28.292Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2023-12-28T21:26:28.292Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2023-12-28T21:26:29.684Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.16s) [2023-12-28T21:26:29.684Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2023-12-28T21:26:30.625Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.20s) [2023-12-28T21:26:30.625Z] === RUN TestAuthZPluginHeader [2023-12-28T21:26:31.195Z] --- PASS: TestAuthZPluginHeader (0.61s) [2023-12-28T21:26:31.195Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2023-12-28T21:26:31.195Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2023-12-28T21:26:31.195Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2023-12-28T21:26:31.195Z] === RUN TestAuthZPluginV2Disable [2023-12-28T21:26:31.195Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2023-12-28T21:26:31.195Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2023-12-28T21:26:31.195Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2023-12-28T21:26:31.195Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2023-12-28T21:26:31.195Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2023-12-28T21:26:31.195Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2023-12-28T21:26:31.195Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2023-12-28T21:26:31.195Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2023-12-28T21:26:31.195Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2023-12-28T21:26:49.301Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2023-12-28T21:26:49.301Z] PASS [2023-12-28T21:26:49.301Z] [2023-12-28T21:26:49.301Z] === Skipped [2023-12-28T21:26:49.301Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2023-12-28T21:26:49.301Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2023-12-28T21:26:49.301Z] [2023-12-28T21:26:49.301Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2023-12-28T21:26:49.301Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2023-12-28T21:26:49.301Z] [2023-12-28T21:26:49.301Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2023-12-28T21:26:49.301Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2023-12-28T21:26:49.301Z] [2023-12-28T21:26:49.301Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2023-12-28T21:26:49.301Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2023-12-28T21:26:49.301Z] [2023-12-28T21:26:49.301Z] DONE 17 tests, 4 skipped in 30.796s [2023-12-28T21:26:49.301Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2023-12-28T21:26:49.301Z] ++ '[' -n '' ']' [2023-12-28T21:26:49.301Z] ++ 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 [2023-12-28T21:26:49.301Z] ++ set -e [2023-12-28T21:26:49.301Z] ++ '[' -n 0 ']' [2023-12-28T21:26:49.301Z] ++ set -x [2023-12-28T21:26:49.301Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:26:49.301Z] INFO: Testing against a local daemon [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2023-12-28T21:26:49.301Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2023-12-28T21:26:49.301Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/pull [2023-12-28T21:26:49.301Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2023-12-28T21:26:49.301Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2023-12-28T21:26:49.301Z] === CONT TestPluginInvalidJSON/plugins/pull [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2023-12-28T21:26:49.301Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2023-12-28T21:26:49.301Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON (0.01s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2023-12-28T21:26:49.301Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2023-12-28T21:26:49.301Z] === RUN TestPluginInstall [2023-12-28T21:26:49.301Z] === RUN TestPluginInstall/no_auth [2023-12-28T21:26:51.845Z] time="2023-12-28T21:26:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-12-28T21:26:51.845Z] time="2023-12-28T21:26:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0b44df3f5adcccb0e0fdf563408a4e028e906c5772d28990e91eef179b7249fd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-12-28T21:26:51.845Z] time="2023-12-28T21:26:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-12-28T21:26:51.845Z] time="2023-12-28T21:26:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0b44df3f5adcccb0e0fdf563408a4e028e906c5772d28990e91eef179b7249fd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-12-28T21:26:51.845Z] === RUN TestPluginInstall/with_htpasswd [2023-12-28T21:26:52.107Z] time="2023-12-28T21:26:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-12-28T21:26:52.107Z] time="2023-12-28T21:26:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0b44df3f5adcccb0e0fdf563408a4e028e906c5772d28990e91eef179b7249fd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-12-28T21:26:52.107Z] time="2023-12-28T21:26:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-12-28T21:26:52.107Z] time="2023-12-28T21:26:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0b44df3f5adcccb0e0fdf563408a4e028e906c5772d28990e91eef179b7249fd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-12-28T21:26:52.369Z] === RUN TestPluginInstall/with_insecure [2023-12-28T21:26:53.309Z] time="2023-12-28T21:26:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-12-28T21:26:53.309Z] time="2023-12-28T21:26:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:918b60a2c2f7fcba7cb7d2a77585b4a8cee71e9ebb0795c0414bbd6a1a849c3c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-12-28T21:26:53.309Z] time="2023-12-28T21:26:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-12-28T21:26:53.309Z] time="2023-12-28T21:26:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:918b60a2c2f7fcba7cb7d2a77585b4a8cee71e9ebb0795c0414bbd6a1a849c3c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-12-28T21:26:53.309Z] plugin_test.go:204: [d0791982197f1] daemon is not started [2023-12-28T21:26:53.309Z] --- PASS: TestPluginInstall (5.11s) [2023-12-28T21:26:53.309Z] --- PASS: TestPluginInstall/no_auth (3.70s) [2023-12-28T21:26:53.309Z] --- PASS: TestPluginInstall/with_htpasswd (0.47s) [2023-12-28T21:26:53.309Z] --- PASS: TestPluginInstall/with_insecure (0.93s) [2023-12-28T21:26:53.309Z] === RUN TestPluginsWithRuntimes [2023-12-28T21:26:54.692Z] === RUN TestPluginsWithRuntimes/No_Args [2023-12-28T21:26:55.633Z] === RUN TestPluginsWithRuntimes/With_Args [2023-12-28T21:26:56.573Z] --- PASS: TestPluginsWithRuntimes (3.38s) [2023-12-28T21:26:56.573Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.96s) [2023-12-28T21:26:56.573Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2023-12-28T21:26:56.573Z] === RUN TestPluginBackCompatMediaTypes [2023-12-28T21:26:57.144Z] --- PASS: TestPluginBackCompatMediaTypes (0.50s) [2023-12-28T21:26:57.144Z] PASS [2023-12-28T21:26:57.144Z] [2023-12-28T21:26:57.144Z] DONE 24 tests in 9.030s [2023-12-28T21:26:57.144Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2023-12-28T21:26:57.144Z] ++ '[' -n '' ']' [2023-12-28T21:26:57.144Z] ++ 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 [2023-12-28T21:26:57.144Z] ++ set -e [2023-12-28T21:26:57.144Z] ++ '[' -n 0 ']' [2023-12-28T21:26:57.144Z] ++ set -x [2023-12-28T21:26:57.144Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:26:57.144Z] INFO: Testing against a local daemon [2023-12-28T21:26:57.144Z] === RUN TestExternalGraphDriver [2023-12-28T21:26:57.714Z] === RUN TestExternalGraphDriver/json [2023-12-28T21:26:57.714Z] === RUN TestExternalGraphDriver/spec [2023-12-28T21:26:57.714Z] === RUN TestExternalGraphDriver/pull [2023-12-28T21:26:57.714Z] --- PASS: TestExternalGraphDriver (0.35s) [2023-12-28T21:26:57.714Z] --- PASS: TestExternalGraphDriver/json (0.00s) [2023-12-28T21:26:57.714Z] --- PASS: TestExternalGraphDriver/spec (0.00s) [2023-12-28T21:26:57.714Z] --- PASS: TestExternalGraphDriver/pull (0.00s) [2023-12-28T21:26:57.714Z] === RUN TestGraphdriverPluginV2 [2023-12-28T21:26:57.975Z] external_test.go:415: (*Execution).NotAmd64-fm [2023-12-28T21:26:57.975Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2023-12-28T21:26:57.975Z] PASS [2023-12-28T21:26:57.975Z] [2023-12-28T21:26:57.975Z] === Skipped [2023-12-28T21:26:57.975Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2023-12-28T21:26:57.975Z] external_test.go:415: (*Execution).NotAmd64-fm [2023-12-28T21:26:57.975Z] [2023-12-28T21:26:57.975Z] DONE 5 tests, 1 skipped in 0.711s [2023-12-28T21:26:57.975Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2023-12-28T21:26:57.975Z] ++ '[' -n '' ']' [2023-12-28T21:26:57.975Z] ++ 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 [2023-12-28T21:26:57.975Z] ++ set -e [2023-12-28T21:26:57.975Z] ++ '[' -n 0 ']' [2023-12-28T21:26:57.975Z] ++ set -x [2023-12-28T21:26:57.975Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:26:57.975Z] INFO: Testing against a local daemon [2023-12-28T21:26:57.975Z] === RUN TestContinueAfterPluginCrash [2023-12-28T21:26:57.975Z] === PAUSE TestContinueAfterPluginCrash [2023-12-28T21:26:57.975Z] === RUN TestReadPluginNoRead [2023-12-28T21:26:57.975Z] === PAUSE TestReadPluginNoRead [2023-12-28T21:26:57.975Z] === RUN TestDaemonStartWithLogOpt [2023-12-28T21:26:57.975Z] === PAUSE TestDaemonStartWithLogOpt [2023-12-28T21:26:57.975Z] === CONT TestContinueAfterPluginCrash [2023-12-28T21:26:57.975Z] === CONT TestDaemonStartWithLogOpt [2023-12-28T21:26:57.975Z] === CONT TestReadPluginNoRead [2023-12-28T21:27:00.518Z] === RUN TestReadPluginNoRead/default [2023-12-28T21:27:00.778Z] --- PASS: TestDaemonStartWithLogOpt (2.74s) [2023-12-28T21:27:01.348Z] === RUN TestReadPluginNoRead/disabled_caching [2023-12-28T21:27:02.730Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2023-12-28T21:27:04.112Z] read_test.go:93: [dad927ff05361] daemon is not started [2023-12-28T21:27:04.112Z] --- PASS: TestReadPluginNoRead (5.94s) [2023-12-28T21:27:04.112Z] --- PASS: TestReadPluginNoRead/default (1.30s) [2023-12-28T21:27:04.112Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.28s) [2023-12-28T21:27:04.112Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2023-12-28T21:27:05.494Z] --- PASS: TestContinueAfterPluginCrash (7.64s) [2023-12-28T21:27:05.494Z] PASS [2023-12-28T21:27:05.494Z] [2023-12-28T21:27:05.494Z] DONE 6 tests in 7.675s [2023-12-28T21:27:05.754Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2023-12-28T21:27:05.754Z] ++ '[' -n '' ']' [2023-12-28T21:27:05.754Z] ++ 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 [2023-12-28T21:27:05.754Z] ++ set -e [2023-12-28T21:27:05.754Z] ++ '[' -n 0 ']' [2023-12-28T21:27:05.754Z] ++ set -x [2023-12-28T21:27:05.754Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:27:05.754Z] testing: warning: no tests to run [2023-12-28T21:27:05.754Z] PASS [2023-12-28T21:27:05.754Z] [2023-12-28T21:27:05.754Z] DONE 0 tests in 0.008s [2023-12-28T21:27:05.754Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2023-12-28T21:27:05.754Z] ++ '[' -n '' ']' [2023-12-28T21:27:05.754Z] ++ 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 [2023-12-28T21:27:05.754Z] ++ set -e [2023-12-28T21:27:05.754Z] ++ '[' -n 0 ']' [2023-12-28T21:27:05.754Z] ++ set -x [2023-12-28T21:27:05.754Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:27:05.754Z] INFO: Testing against a local daemon [2023-12-28T21:27:05.754Z] === RUN TestPluginWithDevMounts [2023-12-28T21:27:05.754Z] === PAUSE TestPluginWithDevMounts [2023-12-28T21:27:05.754Z] === CONT TestPluginWithDevMounts [2023-12-28T21:27:07.137Z] --- PASS: TestPluginWithDevMounts (1.52s) [2023-12-28T21:27:07.137Z] PASS [2023-12-28T21:27:07.137Z] [2023-12-28T21:27:07.137Z] DONE 1 tests in 1.558s [2023-12-28T21:27:07.137Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2023-12-28T21:27:07.137Z] ++ '[' -n '' ']' [2023-12-28T21:27:07.137Z] ++ 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 [2023-12-28T21:27:07.137Z] ++ set -e [2023-12-28T21:27:07.137Z] ++ '[' -n 0 ']' [2023-12-28T21:27:07.137Z] ++ set -x [2023-12-28T21:27:07.137Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:27:07.397Z] INFO: Testing against a local daemon [2023-12-28T21:27:07.397Z] === RUN TestSecretInspect [2023-12-28T21:27:09.307Z] --- PASS: TestSecretInspect (1.95s) [2023-12-28T21:27:09.307Z] === RUN TestSecretList [2023-12-28T21:27:11.219Z] --- PASS: TestSecretList (1.95s) [2023-12-28T21:27:11.219Z] === RUN TestSecretsCreateAndDelete [2023-12-28T21:27:13.134Z] --- PASS: TestSecretsCreateAndDelete (1.94s) [2023-12-28T21:27:13.134Z] === RUN TestSecretsUpdate [2023-12-28T21:27:15.045Z] --- PASS: TestSecretsUpdate (1.87s) [2023-12-28T21:27:15.045Z] === RUN TestTemplatedSecret [2023-12-28T21:27:17.587Z] --- PASS: TestTemplatedSecret (2.55s) [2023-12-28T21:27:17.587Z] === RUN TestSecretCreateResolve [2023-12-28T21:27:19.498Z] --- PASS: TestSecretCreateResolve (2.00s) [2023-12-28T21:27:19.498Z] PASS [2023-12-28T21:27:19.498Z] [2023-12-28T21:27:19.498Z] DONE 6 tests in 12.302s [2023-12-28T21:27:19.498Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2023-12-28T21:27:19.498Z] ++ '[' -n '' ']' [2023-12-28T21:27:19.498Z] ++ 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 [2023-12-28T21:27:19.498Z] ++ set -e [2023-12-28T21:27:19.498Z] ++ '[' -n 0 ']' [2023-12-28T21:27:19.498Z] ++ set -x [2023-12-28T21:27:19.498Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:27:19.498Z] INFO: Testing against a local daemon [2023-12-28T21:27:19.498Z] === RUN TestServiceCreateInit [2023-12-28T21:27:19.498Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-12-28T21:27:23.700Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-12-28T21:27:27.902Z] --- PASS: TestServiceCreateInit (7.73s) [2023-12-28T21:27:27.902Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.80s) [2023-12-28T21:27:27.902Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.92s) [2023-12-28T21:27:27.902Z] === RUN TestCreateServiceMultipleTimes [2023-12-28T21:27:42.802Z] --- PASS: TestCreateServiceMultipleTimes (14.90s) [2023-12-28T21:27:42.802Z] === RUN TestCreateServiceConflict [2023-12-28T21:27:44.185Z] --- PASS: TestCreateServiceConflict (1.93s) [2023-12-28T21:27:44.185Z] === RUN TestCreateServiceMaxReplicas [2023-12-28T21:27:47.482Z] --- PASS: TestCreateServiceMaxReplicas (2.72s) [2023-12-28T21:27:47.482Z] === RUN TestCreateServiceSecretFileMode [2023-12-28T21:27:59.705Z] --- PASS: TestCreateServiceSecretFileMode (12.57s) [2023-12-28T21:27:59.705Z] === RUN TestCreateServiceConfigFileMode [2023-12-28T21:28:11.928Z] --- PASS: TestCreateServiceConfigFileMode (12.60s) [2023-12-28T21:28:11.928Z] === RUN TestCreateServiceSysctls [2023-12-28T21:28:15.236Z] --- PASS: TestCreateServiceSysctls (3.21s) [2023-12-28T21:28:15.236Z] === RUN TestCreateServiceCapabilities [2023-12-28T21:28:18.534Z] --- PASS: TestCreateServiceCapabilities (2.72s) [2023-12-28T21:28:18.534Z] === RUN TestInspect [2023-12-28T21:28:21.077Z] --- PASS: TestInspect (2.79s) [2023-12-28T21:28:21.077Z] === RUN TestCreateJob [2023-12-28T21:28:24.375Z] --- PASS: TestCreateJob (3.32s) [2023-12-28T21:28:24.375Z] === RUN TestReplicatedJob [2023-12-28T21:28:29.663Z] --- PASS: TestReplicatedJob (5.05s) [2023-12-28T21:28:29.663Z] === RUN TestUpdateReplicatedJob [2023-12-28T21:28:32.962Z] --- PASS: TestUpdateReplicatedJob (3.25s) [2023-12-28T21:28:32.962Z] === RUN TestServiceListWithStatuses [2023-12-28T21:28:38.247Z] --- PASS: TestServiceListWithStatuses (5.08s) [2023-12-28T21:28:38.247Z] === RUN TestDockerNetworkConnectAliasPreV144 [2023-12-28T21:28:41.545Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (4.00s) [2023-12-28T21:28:41.545Z] === RUN TestDockerNetworkReConnect [2023-12-28T21:28:44.841Z] --- PASS: TestDockerNetworkReConnect (3.06s) [2023-12-28T21:28:44.841Z] === RUN TestServicePlugin [2023-12-28T21:28:44.841Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2023-12-28T21:28:44.841Z] --- SKIP: TestServicePlugin (0.00s) [2023-12-28T21:28:44.841Z] === RUN TestServiceUpdateLabel [2023-12-28T21:28:46.750Z] --- PASS: TestServiceUpdateLabel (1.99s) [2023-12-28T21:28:46.750Z] === RUN TestServiceUpdateSecrets [2023-12-28T21:29:01.645Z] --- PASS: TestServiceUpdateSecrets (14.62s) [2023-12-28T21:29:01.645Z] === RUN TestServiceUpdateConfigs [2023-12-28T21:29:16.554Z] --- PASS: TestServiceUpdateConfigs (14.38s) [2023-12-28T21:29:16.554Z] === RUN TestServiceUpdateNetwork [2023-12-28T21:29:28.779Z] --- PASS: TestServiceUpdateNetwork (12.16s) [2023-12-28T21:29:28.779Z] === RUN TestServiceUpdatePidsLimit [2023-12-28T21:29:28.779Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2023-12-28T21:29:29.720Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2023-12-28T21:29:36.299Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2023-12-28T21:29:44.431Z] --- PASS: TestServiceUpdatePidsLimit (16.32s) [2023-12-28T21:29:44.431Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2023-12-28T21:29:44.431Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2023-12-28T21:29:44.431Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2023-12-28T21:29:44.431Z] PASS [2023-12-28T21:29:44.431Z] [2023-12-28T21:29:44.431Z] === Skipped [2023-12-28T21:29:44.431Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2023-12-28T21:29:44.431Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2023-12-28T21:29:44.431Z] [2023-12-28T21:29:44.431Z] DONE 26 tests, 1 skipped in 144.431s [2023-12-28T21:29:44.431Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2023-12-28T21:29:44.431Z] ++ '[' -n '' ']' [2023-12-28T21:29:44.431Z] ++ 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 [2023-12-28T21:29:44.431Z] ++ set -e [2023-12-28T21:29:44.431Z] ++ '[' -n 0 ']' [2023-12-28T21:29:44.431Z] ++ set -x [2023-12-28T21:29:44.431Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:29:44.431Z] INFO: Testing against a local daemon [2023-12-28T21:29:44.431Z] === RUN TestSessionCreate [2023-12-28T21:29:44.431Z] --- PASS: TestSessionCreate (0.01s) [2023-12-28T21:29:44.431Z] === RUN TestSessionCreateWithBadUpgrade [2023-12-28T21:29:44.431Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2023-12-28T21:29:44.431Z] PASS [2023-12-28T21:29:44.431Z] [2023-12-28T21:29:44.431Z] DONE 2 tests in 0.049s [2023-12-28T21:29:44.431Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2023-12-28T21:29:44.431Z] ++ '[' -n '' ']' [2023-12-28T21:29:44.431Z] ++ 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 [2023-12-28T21:29:44.431Z] ++ set -e [2023-12-28T21:29:44.431Z] ++ '[' -n 0 ']' [2023-12-28T21:29:44.431Z] ++ set -x [2023-12-28T21:29:44.431Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:29:44.431Z] INFO: Testing against a local daemon [2023-12-28T21:29:44.431Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-12-28T21:29:44.431Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-12-28T21:29:44.431Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-12-28T21:29:44.431Z] === RUN TestDiskUsage [2023-12-28T21:29:44.431Z] === PAUSE TestDiskUsage [2023-12-28T21:29:44.431Z] === RUN TestEventsExecDie [2023-12-28T21:29:44.692Z] --- PASS: TestEventsExecDie (0.52s) [2023-12-28T21:29:44.692Z] === RUN TestEventsBackwardsCompatible [2023-12-28T21:29:44.692Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2023-12-28T21:29:44.692Z] === RUN TestEventsVolumeCreate [2023-12-28T21:29:44.692Z] --- PASS: TestEventsVolumeCreate (0.04s) [2023-12-28T21:29:44.692Z] === RUN TestInfoBinaryCommits [2023-12-28T21:29:44.692Z] --- PASS: TestInfoBinaryCommits (0.01s) [2023-12-28T21:29:44.692Z] === RUN TestInfoAPIVersioned [2023-12-28T21:29:44.692Z] --- PASS: TestInfoAPIVersioned (0.01s) [2023-12-28T21:29:44.692Z] === RUN TestInfoAPI [2023-12-28T21:29:44.692Z] --- PASS: TestInfoAPI (0.01s) [2023-12-28T21:29:44.692Z] === RUN TestInfoAPIWarnings [2023-12-28T21:30:02.797Z] --- PASS: TestInfoAPIWarnings (16.55s) [2023-12-28T21:30:02.797Z] === RUN TestInfoDebug [2023-12-28T21:30:02.797Z] --- PASS: TestInfoDebug (0.52s) [2023-12-28T21:30:02.797Z] === RUN TestInfoInsecureRegistries [2023-12-28T21:30:02.797Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2023-12-28T21:30:02.797Z] === RUN TestInfoRegistryMirrors [2023-12-28T21:30:02.797Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2023-12-28T21:30:02.797Z] === RUN TestLoginFailsWithBadCredentials [2023-12-28T21:30:04.707Z] --- PASS: TestLoginFailsWithBadCredentials (1.76s) [2023-12-28T21:30:04.707Z] === RUN TestPingCacheHeaders [2023-12-28T21:30:04.707Z] --- PASS: TestPingCacheHeaders (0.01s) [2023-12-28T21:30:04.707Z] === RUN TestPingGet [2023-12-28T21:30:04.707Z] --- PASS: TestPingGet (0.01s) [2023-12-28T21:30:04.707Z] === RUN TestPingHead [2023-12-28T21:30:04.707Z] --- PASS: TestPingHead (0.01s) [2023-12-28T21:30:04.707Z] === RUN TestPingSwarmHeader [2023-12-28T21:30:05.277Z] === RUN TestPingSwarmHeader/before_swarm_init [2023-12-28T21:30:05.847Z] === RUN TestPingSwarmHeader/after_swarm_init [2023-12-28T21:30:06.417Z] === RUN TestPingSwarmHeader/after_swarm_leave [2023-12-28T21:30:06.417Z] --- PASS: TestPingSwarmHeader (1.88s) [2023-12-28T21:30:06.417Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2023-12-28T21:30:06.417Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2023-12-28T21:30:06.417Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2023-12-28T21:30:06.417Z] === RUN TestPingBuilderHeader [2023-12-28T21:30:06.417Z] === RUN TestPingBuilderHeader/default_config [2023-12-28T21:30:06.988Z] === RUN TestPingBuilderHeader/buildkit_disabled [2023-12-28T21:30:07.558Z] --- PASS: TestPingBuilderHeader (1.04s) [2023-12-28T21:30:07.558Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2023-12-28T21:30:07.558Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s) [2023-12-28T21:30:07.558Z] === RUN TestVersion [2023-12-28T21:30:07.558Z] --- PASS: TestVersion (0.01s) [2023-12-28T21:30:07.558Z] === CONT TestDiskUsage [2023-12-28T21:30:08.128Z] === RUN TestDiskUsage/empty [2023-12-28T21:30:08.128Z] === RUN TestDiskUsage/empty/container_types [2023-12-28T21:30:08.128Z] === RUN TestDiskUsage/empty/image_types [2023-12-28T21:30:08.128Z] === RUN TestDiskUsage/empty/volume_types [2023-12-28T21:30:08.128Z] === RUN TestDiskUsage/empty/build-cache_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/empty/container,_volume_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2023-12-28T21:30:08.129Z] === RUN TestDiskUsage/after_container.Run [2023-12-28T21:30:08.389Z] === RUN TestDiskUsage/after_container.Run/container_types [2023-12-28T21:30:08.389Z] === RUN TestDiskUsage/after_container.Run/image_types [2023-12-28T21:30:08.389Z] === RUN TestDiskUsage/after_container.Run/volume_types [2023-12-28T21:30:08.389Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2023-12-28T21:30:08.389Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2023-12-28T21:30:08.389Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2023-12-28T21:30:08.389Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2023-12-28T21:30:08.389Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2023-12-28T21:30:08.389Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2023-12-28T21:30:08.389Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage (1.07s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty (0.01s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.09s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run (0.28s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2023-12-28T21:30:08.649Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2023-12-28T21:30:08.649Z] PASS [2023-12-28T21:30:08.649Z] [2023-12-28T21:30:08.649Z] === Skipped [2023-12-28T21:30:08.649Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-12-28T21:30:08.649Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-12-28T21:30:08.649Z] [2023-12-28T21:30:08.649Z] DONE 57 tests, 1 skipped in 24.593s [2023-12-28T21:30:08.649Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2023-12-28T21:30:08.649Z] ++ '[' -n '' ']' [2023-12-28T21:30:08.649Z] ++ 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 [2023-12-28T21:30:08.649Z] ++ set -e [2023-12-28T21:30:08.649Z] ++ '[' -n 0 ']' [2023-12-28T21:30:08.649Z] ++ set -x [2023-12-28T21:30:08.649Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.s4hGCttrh2/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2023-12-28T21:30:08.649Z] INFO: Testing against a local daemon [2023-12-28T21:30:08.649Z] === RUN TestVolumesCreateAndList [2023-12-28T21:30:08.649Z] --- PASS: TestVolumesCreateAndList (0.01s) [2023-12-28T21:30:08.649Z] === RUN TestVolumesRemove [2023-12-28T21:30:08.649Z] === RUN TestVolumesRemove/volume_in_use [2023-12-28T21:30:08.649Z] === RUN TestVolumesRemove/volume_not_in_use [2023-12-28T21:30:08.649Z] === RUN TestVolumesRemove/non-existing_volume [2023-12-28T21:30:08.650Z] === RUN TestVolumesRemove/non-existing_volume_force [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesRemove (0.05s) [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.01s) [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) [2023-12-28T21:30:08.650Z] === RUN TestVolumesRemoveSwarmEnabled [2023-12-28T21:30:08.650Z] === PAUSE TestVolumesRemoveSwarmEnabled [2023-12-28T21:30:08.650Z] === RUN TestVolumesInspect [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesInspect (0.01s) [2023-12-28T21:30:08.650Z] === RUN TestVolumesInvalidJSON [2023-12-28T21:30:08.650Z] === RUN TestVolumesInvalidJSON/volumes/create [2023-12-28T21:30:08.650Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2023-12-28T21:30:08.650Z] === CONT TestVolumesInvalidJSON/volumes/create [2023-12-28T21:30:08.650Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2023-12-28T21:30:08.650Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2023-12-28T21:30:08.650Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2023-12-28T21:30:08.650Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2023-12-28T21:30:08.650Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2023-12-28T21:30:08.650Z] === RUN TestVolumePruneAnonymous [2023-12-28T21:30:08.910Z] --- PASS: TestVolumePruneAnonymous (0.03s) [2023-12-28T21:30:08.910Z] === RUN TestVolumePruneAnonFromImage [2023-12-28T21:30:08.910Z] --- PASS: TestVolumePruneAnonFromImage (0.12s) [2023-12-28T21:30:08.910Z] === CONT TestVolumesRemoveSwarmEnabled [2023-12-28T21:30:10.302Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use [2023-12-28T21:30:10.302Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use [2023-12-28T21:30:10.302Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume [2023-12-28T21:30:10.302Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force [2023-12-28T21:30:10.889Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.99s) [2023-12-28T21:30:10.889Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) [2023-12-28T21:30:10.889Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s) [2023-12-28T21:30:10.889Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) [2023-12-28T21:30:10.889Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) [2023-12-28T21:30:10.889Z] PASS [2023-12-28T21:30:10.889Z] [2023-12-28T21:30:10.889Z] DONE 20 tests in 2.258s [2023-12-28T21:30:10.889Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-12-28T21:30:11.149Z] ++++ cat bundles/test-integration/docker.pid [2023-12-28T21:30:11.149Z] +++ kill 24375 [2023-12-28T21:30:12.531Z] ++++ cat bundles/test-integration/TestUsernsCommit/df26f858acc8e/docker.pid [2023-12-28T21:30:12.531Z] +++ kill 61713 [2023-12-28T21:30:12.531Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 61713 is not a child of this shell [2023-12-28T21:30:12.531Z] warning: PID 61713 from bundles/test-integration/TestUsernsCommit/df26f858acc8e/docker.pid had a nonzero exit code [2023-12-28T21:30:12.531Z] umount: bundles/test-integration/TestUsernsCommit/df26f858acc8e/root: not mounted. [2023-12-28T21:30:12.531Z] +++ /etc/init.d/apparmor stop [2023-12-28T21:30:12.531Z] Leaving: AppArmorNo profiles have been unloaded. [2023-12-28T21:30:12.531Z] [2023-12-28T21:30:12.531Z] Unloading profiles will leave already running processes permanently [2023-12-28T21:30:12.531Z] unconfined, which can lead to unexpected situations. [2023-12-28T21:30:12.531Z] [2023-12-28T21:30:12.531Z] To set a process to complain mode, use the command line tool [2023-12-28T21:30:12.531Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-12-28T21:30:12.531Z] +++ true [2023-12-28T21:30:12.531Z] exiting test-integration [2023-12-28T21:30:12.531Z] ++ exit 0 [2023-12-28T21:30:12.531Z] Post stage [Pipeline] junit [2023-12-28T21:30:13.932Z] Recording test results [2023-12-28T21:30:14.100Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-12-28T21:30:14.401Z] + echo Ensuring container killed. [2023-12-28T21:30:14.401Z] Ensuring container killed. [2023-12-28T21:30:14.401Z] + docker rm -vf docker-pr2 [2023-12-28T21:30:14.401Z] Error response from daemon: No such container: docker-pr2 [Pipeline] sh [2023-12-28T21:30:14.688Z] + echo Chowning /workspace to jenkins user [2023-12-28T21:30:14.688Z] Chowning /workspace to jenkins user [2023-12-28T21:30:14.688Z] + id -u [2023-12-28T21:30:14.688Z] + id -g [2023-12-28T21:30:14.688Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46998:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-12-28T21:30:15.921Z] + bundleName=arm64-integration [2023-12-28T21:30:15.921Z] + echo Creating arm64-integration-bundles.tar.gz [2023-12-28T21:30:15.921Z] Creating arm64-integration-bundles.tar.gz [2023-12-28T21:30:15.921Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name+ *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2023-12-28T21:30:15.921Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2023-12-28T21:30:16.196Z] Archiving artifacts [2023-12-28T21:30:16.544Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-46998/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-12-28T21:30:16.838Z] + make clean [2023-12-28T21:30:16.838Z] docker volume rm -f docker-dev-cache docker-mod-cache [2023-12-28T21:30:16.838Z] docker-dev-cache [2023-12-28T21:30:16.838Z] 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