Push event to branch master Connecting to https://api.github.com using docker-jenkins GitHub credentials Obtained Jenkinsfile from c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision c8880eb865108326b5561629a909e5c780e6ef50 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/moby_master@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.39.2' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c8880eb865108326b5561629a909e5c780e6ef50 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10 Commit message: "Merge pull request #28 from docker/codeowners_oos4a9mi" > git rev-list --no-walk c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) Stage "pr-hack" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2024-04-23T10:53:05.940Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0f226cd7fabbe2e3f) in /home/ubuntu/workspace/moby_master [Pipeline] { [Pipeline] checkout [2024-04-23T10:53:05.956Z] The recommended git tool is: git [2024-04-23T10:53:05.961Z] using credential docker-jenkins-github-credentials [2024-04-23T10:53:05.969Z] Cloning the remote Git repository [2024-04-23T10:53:05.969Z] Cloning with configured refspecs honoured and without tags [2024-04-23T10:53:06.027Z] Cloning repository https://github.com/moby/moby.git [2024-04-23T10:53:06.027Z] > git init /home/ubuntu/workspace/moby_master # timeout=10 [2024-04-23T10:53:06.031Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-04-23T10:53:06.031Z] > git --version # timeout=10 [2024-04-23T10:53:06.033Z] > git --version # 'git version 2.25.1' [2024-04-23T10:53:06.033Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-23T10:53:06.035Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-23T10:53:17.751Z] Avoid second fetch [2024-04-23T10:53:17.752Z] Checking out Revision c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 (master) [2024-04-23T10:53:18.473Z] Commit message: "Merge pull request #47742 from vvoland/update-cli" [2024-04-23T10:53:17.759Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-04-23T10:53:17.761Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-23T10:53:17.811Z] > git config core.sparsecheckout # timeout=10 [2024-04-23T10:53:17.813Z] > git checkout -f c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 # timeout=10 [2024-04-23T10:53:18.491Z] > git rev-list --no-walk c8af8ebe4a8984d808f2071788dd1f00a4da78c5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-23T10:53:19.438Z] + docker run --rm -v /home/ubuntu/workspace/moby_master:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2024-04-23T10:53:21.951Z] 0 adds, 0 deletions; nothing to validate! :) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [2024-04-23T10:53:22.000Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0f226cd7fabbe2e3f) in /home/ubuntu/workspace/moby_master [Pipeline] { [Pipeline] checkout [2024-04-23T10:53:22.013Z] The recommended git tool is: git [2024-04-23T10:53:22.018Z] using credential docker-jenkins-github-credentials [2024-04-23T10:53:22.025Z] Fetching changes from the remote Git repository [2024-04-23T10:53:22.031Z] Fetching without tags [2024-04-23T10:53:22.214Z] Checking out Revision c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 (master) [2024-04-23T10:53:22.881Z] Commit message: "Merge pull request #47742 from vvoland/update-cli" [2024-04-23T10:53:22.039Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_master/.git # timeout=10 [2024-04-23T10:53:22.045Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-04-23T10:53:22.048Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-04-23T10:53:22.048Z] > git --version # timeout=10 [2024-04-23T10:53:22.050Z] > git --version # 'git version 2.25.1' [2024-04-23T10:53:22.050Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-23T10:53:22.052Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-23T10:53:22.231Z] > git config core.sparsecheckout # timeout=10 [2024-04-23T10:53:22.233Z] > git checkout -f c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2024-04-23T10:53:23.567Z] + docker version [2024-04-23T10:53:23.567Z] Client: Docker Engine - Community [2024-04-23T10:53:23.567Z] Version: 25.0.3 [2024-04-23T10:53:23.567Z] API version: 1.44 [2024-04-23T10:53:23.567Z] Go version: go1.21.6 [2024-04-23T10:53:23.567Z] Git commit: 4debf41 [2024-04-23T10:53:23.567Z] Built: Tue Feb 6 21:13:09 2024 [2024-04-23T10:53:23.567Z] OS/Arch: linux/arm64 [2024-04-23T10:53:23.567Z] Context: default [2024-04-23T10:53:23.567Z] [2024-04-23T10:53:23.567Z] Server: Docker Engine - Community [2024-04-23T10:53:23.567Z] Engine: [2024-04-23T10:53:23.567Z] Version: 25.0.3 [2024-04-23T10:53:23.567Z] API version: 1.44 (minimum version 1.24) [2024-04-23T10:53:23.567Z] Go version: go1.21.6 [2024-04-23T10:53:23.567Z] Git commit: f417435 [2024-04-23T10:53:23.567Z] Built: Tue Feb 6 21:13:09 2024 [2024-04-23T10:53:23.567Z] OS/Arch: linux/arm64 [2024-04-23T10:53:23.567Z] Experimental: true [2024-04-23T10:53:23.567Z] containerd: [2024-04-23T10:53:23.567Z] Version: 1.6.28 [2024-04-23T10:53:23.567Z] GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-04-23T10:53:23.567Z] runc: [2024-04-23T10:53:23.567Z] Version: 1.1.12 [2024-04-23T10:53:23.567Z] GitCommit: v1.1.12-0-g51d5e94 [2024-04-23T10:53:23.567Z] docker-init: [2024-04-23T10:53:23.567Z] Version: 0.19.0 [2024-04-23T10:53:23.567Z] GitCommit: de40ad0 [Pipeline] sh [2024-04-23T10:53:23.877Z] + docker info [2024-04-23T10:53:23.877Z] Client: Docker Engine - Community [2024-04-23T10:53:23.877Z] Version: 25.0.3 [2024-04-23T10:53:23.877Z] Context: default [2024-04-23T10:53:23.877Z] Debug Mode: false [2024-04-23T10:53:23.877Z] Plugins: [2024-04-23T10:53:23.877Z] buildx: Docker Buildx (Docker Inc.) [2024-04-23T10:53:23.877Z] Version: v0.12.1 [2024-04-23T10:53:23.877Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2024-04-23T10:53:23.877Z] compose: Docker Compose (Docker Inc.) [2024-04-23T10:53:23.877Z] Version: v2.24.6 [2024-04-23T10:53:23.877Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2024-04-23T10:53:23.877Z] [2024-04-23T10:53:23.877Z] Server: [2024-04-23T10:53:23.877Z] Containers: 0 [2024-04-23T10:53:23.877Z] Running: 0 [2024-04-23T10:53:23.877Z] Paused: 0 [2024-04-23T10:53:23.877Z] Stopped: 0 [2024-04-23T10:53:23.877Z] Images: 5 [2024-04-23T10:53:23.877Z] Server Version: 25.0.3 [2024-04-23T10:53:23.877Z] Storage Driver: overlay2 [2024-04-23T10:53:23.877Z] Backing Filesystem: extfs [2024-04-23T10:53:23.877Z] Supports d_type: true [2024-04-23T10:53:23.877Z] Using metacopy: false [2024-04-23T10:53:23.877Z] Native Overlay Diff: true [2024-04-23T10:53:23.877Z] userxattr: false [2024-04-23T10:53:23.877Z] Logging Driver: json-file [2024-04-23T10:53:23.877Z] Cgroup Driver: cgroupfs [2024-04-23T10:53:23.877Z] Cgroup Version: 1 [2024-04-23T10:53:23.877Z] Plugins: [2024-04-23T10:53:23.877Z] Volume: local [2024-04-23T10:53:23.877Z] Network: bridge host ipvlan macvlan null overlay [2024-04-23T10:53:23.877Z] Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog [2024-04-23T10:53:23.877Z] Swarm: inactive [2024-04-23T10:53:23.877Z] Runtimes: io.containerd.runc.v2 runc [2024-04-23T10:53:23.877Z] Default Runtime: runc [2024-04-23T10:53:23.877Z] Init Binary: docker-init [2024-04-23T10:53:23.877Z] containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-04-23T10:53:23.877Z] runc version: v1.1.12-0-g51d5e94 [2024-04-23T10:53:23.877Z] init version: de40ad0 [2024-04-23T10:53:23.877Z] Security Options: [2024-04-23T10:53:23.877Z] apparmor [2024-04-23T10:53:23.877Z] seccomp [2024-04-23T10:53:23.877Z] Profile: builtin [2024-04-23T10:53:23.877Z] Kernel Version: 5.15.0-1053-aws [2024-04-23T10:53:23.877Z] Operating System: Ubuntu 20.04.6 LTS [2024-04-23T10:53:23.877Z] OSType: linux [2024-04-23T10:53:23.877Z] Architecture: aarch64 [2024-04-23T10:53:23.877Z] CPUs: 8 [2024-04-23T10:53:23.877Z] Total Memory: 30.64GiB [2024-04-23T10:53:23.877Z] Name: ip-10-100-83-57 [2024-04-23T10:53:23.877Z] ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac [2024-04-23T10:53:23.877Z] Docker Root Dir: /var/lib/docker [2024-04-23T10:53:23.877Z] Debug Mode: false [2024-04-23T10:53:23.877Z] Experimental: true [2024-04-23T10:53:23.877Z] Insecure Registries: [2024-04-23T10:53:23.877Z] 127.0.0.0/8 [2024-04-23T10:53:23.877Z] Live Restore Enabled: true [2024-04-23T10:53:23.877Z] [Pipeline] sh [2024-04-23T10:53:24.145Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-04-23T10:53:24.145Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-04-23T10:53:24.145Z] + curl -fsSL -o /home/ubuntu/workspace/moby_master/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2024-04-23T10:53:24.145Z] + bash /home/ubuntu/workspace/moby_master/check-config.sh [2024-04-23T10:53:24.145Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2024-04-23T10:53:24.145Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ... [2024-04-23T10:53:24.145Z] [2024-04-23T10:53:24.145Z] Generally Necessary: [2024-04-23T10:53:24.145Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2024-04-23T10:53:24.145Z] - apparmor: enabled and tools installed [2024-04-23T10:53:24.145Z] - CONFIG_NAMESPACES: enabled [2024-04-23T10:53:24.145Z] - CONFIG_NET_NS: enabled [2024-04-23T10:53:24.145Z] - CONFIG_PID_NS: enabled [2024-04-23T10:53:24.145Z] - CONFIG_IPC_NS: enabled [2024-04-23T10:53:24.145Z] - CONFIG_UTS_NS: enabled [2024-04-23T10:53:24.145Z] - CONFIG_CGROUPS: enabled [2024-04-23T10:53:24.145Z] - CONFIG_CGROUP_CPUACCT: enabled [2024-04-23T10:53:24.145Z] - CONFIG_CGROUP_DEVICE: enabled [2024-04-23T10:53:24.145Z] - CONFIG_CGROUP_FREEZER: enabled [2024-04-23T10:53:24.145Z] - CONFIG_CGROUP_SCHED: enabled [2024-04-23T10:53:24.145Z] - CONFIG_CPUSETS: enabled [2024-04-23T10:53:24.145Z] - CONFIG_MEMCG: enabled [2024-04-23T10:53:24.145Z] - CONFIG_KEYS: enabled [2024-04-23T10:53:24.145Z] - CONFIG_VETH: enabled (as module) [2024-04-23T10:53:24.145Z] - CONFIG_BRIDGE: enabled (as module) [2024-04-23T10:53:24.145Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2024-04-23T10:53:24.145Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2024-04-23T10:53:24.145Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2024-04-23T10:53:24.145Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2024-04-23T10:53:24.399Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2024-04-23T10:53:24.399Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2024-04-23T10:53:24.399Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2024-04-23T10:53:24.399Z] - CONFIG_IP_NF_NAT: enabled (as module) [2024-04-23T10:53:24.399Z] - CONFIG_NF_NAT: enabled (as module) [2024-04-23T10:53:24.399Z] - CONFIG_POSIX_MQUEUE: enabled [2024-04-23T10:53:24.399Z] - CONFIG_CGROUP_BPF: enabled [2024-04-23T10:53:24.399Z] [2024-04-23T10:53:24.399Z] Optional Features: [2024-04-23T10:53:24.399Z] - CONFIG_USER_NS: enabled [2024-04-23T10:53:24.399Z] - CONFIG_SECCOMP: enabled [2024-04-23T10:53:24.399Z] - CONFIG_SECCOMP_FILTER: enabled [2024-04-23T10:53:24.399Z] - CONFIG_CGROUP_PIDS: enabled [2024-04-23T10:53:24.399Z] - CONFIG_MEMCG_SWAP: enabled [2024-04-23T10:53:24.399Z] (cgroup swap accounting is currently enabled) [2024-04-23T10:53:24.399Z] - CONFIG_BLK_CGROUP: enabled [2024-04-23T10:53:24.399Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2024-04-23T10:53:24.399Z] - CONFIG_CGROUP_PERF: enabled [2024-04-23T10:53:24.399Z] - CONFIG_CGROUP_HUGETLB: enabled [2024-04-23T10:53:24.399Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2024-04-23T10:53:24.399Z] - CONFIG_CGROUP_NET_PRIO: enabled [2024-04-23T10:53:24.399Z] - CONFIG_CFS_BANDWIDTH: enabled [2024-04-23T10:53:24.399Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2024-04-23T10:53:24.399Z] - CONFIG_RT_GROUP_SCHED: missing [2024-04-23T10:53:24.399Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2024-04-23T10:53:24.399Z] - CONFIG_IP_VS: enabled (as module) [2024-04-23T10:53:24.399Z] - CONFIG_IP_VS_NFCT: enabled [2024-04-23T10:53:24.399Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2024-04-23T10:53:24.399Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2024-04-23T10:53:24.399Z] - CONFIG_IP_VS_RR: enabled (as module) [2024-04-23T10:53:24.399Z] - CONFIG_SECURITY_SELINUX: enabled [2024-04-23T10:53:24.399Z] - CONFIG_SECURITY_APPARMOR: enabled [2024-04-23T10:53:24.399Z] - CONFIG_EXT4_FS: enabled [2024-04-23T10:53:24.400Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2024-04-23T10:53:24.400Z] - CONFIG_EXT4_FS_SECURITY: enabled [2024-04-23T10:53:24.400Z] - Network Drivers: [2024-04-23T10:53:24.400Z] - "overlay": [2024-04-23T10:53:24.654Z] - CONFIG_VXLAN: enabled (as module) [2024-04-23T10:53:24.654Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2024-04-23T10:53:24.654Z] Optional (for encrypted networks): [2024-04-23T10:53:24.654Z] - CONFIG_CRYPTO: enabled [2024-04-23T10:53:24.654Z] - CONFIG_CRYPTO_AEAD: enabled [2024-04-23T10:53:24.654Z] - CONFIG_CRYPTO_GCM: enabled [2024-04-23T10:53:24.654Z] - CONFIG_CRYPTO_SEQIV: enabled [2024-04-23T10:53:24.654Z] - CONFIG_CRYPTO_GHASH: enabled [2024-04-23T10:53:24.654Z] - CONFIG_XFRM: enabled [2024-04-23T10:53:24.654Z] - CONFIG_XFRM_USER: enabled (as module) [2024-04-23T10:53:24.654Z] - CONFIG_XFRM_ALGO: enabled (as module) [2024-04-23T10:53:24.654Z] - CONFIG_INET_ESP: enabled (as module) [2024-04-23T10:53:24.654Z] - "ipvlan": [2024-04-23T10:53:24.654Z] - CONFIG_IPVLAN: enabled (as module) [2024-04-23T10:53:24.654Z] - "macvlan": [2024-04-23T10:53:24.654Z] - CONFIG_MACVLAN: enabled (as module) [2024-04-23T10:53:24.654Z] - CONFIG_DUMMY: enabled (as module) [2024-04-23T10:53:24.654Z] - "ftp,tftp client in container": [2024-04-23T10:53:24.654Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2024-04-23T10:53:24.654Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2024-04-23T10:53:24.654Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2024-04-23T10:53:24.654Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2024-04-23T10:53:24.654Z] - Storage Drivers: [2024-04-23T10:53:24.654Z] - "aufs": [2024-04-23T10:53:24.654Z] - CONFIG_AUFS_FS: enabled (as module) [2024-04-23T10:53:24.654Z] - "btrfs": [2024-04-23T10:53:24.654Z] - CONFIG_BTRFS_FS: enabled (as module) [2024-04-23T10:53:24.654Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2024-04-23T10:53:24.654Z] - "devicemapper": [2024-04-23T10:53:24.654Z] - CONFIG_BLK_DEV_DM: enabled [2024-04-23T10:53:24.654Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2024-04-23T10:53:24.654Z] - "overlay": [2024-04-23T10:53:24.654Z] - CONFIG_OVERLAY_FS: enabled (as module) [2024-04-23T10:53:24.654Z] - "zfs": [2024-04-23T10:53:24.654Z] - /dev/zfs: present [2024-04-23T10:53:24.654Z] - zfs command: missing [2024-04-23T10:53:24.654Z] - zpool command: missing [2024-04-23T10:53:24.654Z] [2024-04-23T10:53:24.654Z] Limits: [2024-04-23T10:53:24.654Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2024-04-23T10:53:24.654Z] [2024-04-23T10:53:24.654Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2024-04-23T10:53:24.980Z] + docker build --force-rm -t docker:c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 . [2024-04-23T10:53:25.234Z] #0 building with "default" instance using docker driver [2024-04-23T10:53:25.234Z] [2024-04-23T10:53:25.234Z] #1 [internal] load build definition from Dockerfile [2024-04-23T10:53:25.234Z] #1 transferring dockerfile: 28.30kB done [2024-04-23T10:53:25.234Z] #1 DONE 0.0s [2024-04-23T10:53:25.234Z] [2024-04-23T10:53:25.234Z] #2 resolve image config for docker.io/docker/dockerfile:1.7 [2024-04-23T10:53:25.234Z] #2 DONE 0.1s [2024-04-23T10:53:25.234Z] [2024-04-23T10:53:25.234Z] #3 docker-image://docker.io/docker/dockerfile:1.7@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 [2024-04-23T10:53:25.234Z] #3 CACHED [2024-04-23T10:53:25.234Z] [2024-04-23T10:53:25.234Z] #4 [internal] load metadata for docker.io/tonistiigi/xx:1.4.0 [2024-04-23T10:53:25.490Z] #4 DONE 0.1s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #5 [internal] load metadata for docker.io/library/busybox:latest [2024-04-23T10:53:25.490Z] #5 DONE 0.0s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2024-04-23T10:53:25.490Z] #6 DONE 0.1s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #7 [internal] load metadata for docker.io/docker/compose-bin:v2.25.0 [2024-04-23T10:53:25.490Z] #7 DONE 0.1s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #8 [internal] load metadata for docker.io/library/golang:1.21.9-bookworm [2024-04-23T10:53:25.490Z] #8 DONE 0.1s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #9 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2024-04-23T10:53:25.490Z] #9 DONE 0.1s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #10 [internal] load metadata for docker.io/docker/buildx-bin:0.13.1 [2024-04-23T10:53:25.490Z] #10 DONE 0.1s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #11 [internal] load metadata for docker.io/library/debian:bookworm [2024-04-23T10:53:25.490Z] #11 DONE 0.1s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #12 [internal] load .dockerignore [2024-04-23T10:53:25.490Z] #12 transferring context: 113B done [2024-04-23T10:53:25.490Z] #12 DONE 0.0s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #13 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T10:53:25.490Z] #13 DONE 0.0s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 [2024-04-23T10:53:25.490Z] #14 DONE 0.0s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #15 [compose 1/1] FROM docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 [2024-04-23T10:53:25.490Z] #15 DONE 0.0s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #16 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 [2024-04-23T10:53:25.490Z] #16 DONE 0.0s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2024-04-23T10:53:25.490Z] #17 DONE 0.0s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest [2024-04-23T10:53:25.490Z] #18 DONE 0.0s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #19 [base 2/4] COPY --from=xx / / [2024-04-23T10:53:25.490Z] #19 CACHED [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #20 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2024-04-23T10:53:25.490Z] #20 CACHED [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #21 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file [2024-04-23T10:53:25.490Z] #21 CACHED [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #22 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli [2024-04-23T10:53:25.490Z] #22 CACHED [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #23 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-04-23T10:53:25.490Z] #23 DONE 0.0s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 [2024-04-23T10:53:25.490Z] #24 DONE 0.0s [2024-04-23T10:53:25.490Z] [2024-04-23T10:53:25.490Z] #25 [internal] load build context [2024-04-23T10:53:26.417Z] #25 transferring context: 77.63MB 1.0s done [2024-04-23T10:53:26.417Z] #25 DONE 1.0s [2024-04-23T10:53:26.671Z] [2024-04-23T10:53:26.671Z] #26 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 rm -f ./.git/*.lock && /download-or-build-cli.sh v26.1.0 https://github.com/docker/cli.git /build && /build/docker --version [2024-04-23T10:53:29.182Z] #26 2.338 Docker version 26.1.0, build 9714adc [2024-04-23T10:53:29.182Z] #26 DONE 2.6s [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #27 [dev-systemd-false 6/21] COPY --link --from=tini /build/ /usr/local/bin/ [2024-04-23T10:53:29.741Z] #27 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #28 [delve-src 1/3] WORKDIR /usr/src/delve [2024-04-23T10:53:29.741Z] #28 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #29 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2024-04-23T10:53:29.741Z] #29 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #30 [dev-systemd-false 14/21] COPY --link --from=rootlesskit /build/ /usr/local/bin/ [2024-04-23T10:53:29.741Z] #30 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #31 [dev-systemd-false 13/21] COPY --link --from=containerd /build/ /usr/local/bin/ [2024-04-23T10:53:29.741Z] #31 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #32 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd [2024-04-23T10:53:29.741Z] #32 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #33 [dev-base 2/12] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2024-04-23T10:53:29.741Z] #33 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #34 [dev-base 5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2024-04-23T10:53:29.741Z] #34 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #35 [dev-base 7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2024-04-23T10:53:29.741Z] #35 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #36 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <> /etc/bash.bashrc [2024-04-23T10:53:29.741Z] #92 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #93 [dev-base 6/12] RUN ldconfig [2024-04-23T10:53:29.741Z] #93 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #94 [dev-systemd-false 8/21] COPY --link --from=registry-v2 /build/ /usr/local/bin/ [2024-04-23T10:53:29.741Z] #94 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #95 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-04-23T10:53:29.741Z] #95 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #96 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" [2024-04-23T10:53:29.741Z] #96 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #97 [runc-src 1/3] WORKDIR /usr/src/runc [2024-04-23T10:53:29.741Z] #97 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #98 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.1" && /build/go-winres --help [2024-04-23T10:53:29.741Z] #98 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #99 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2024-04-23T10:53:29.741Z] #99 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #100 [dev-systemd-false 9/21] COPY --link --from=gotestsum /build/ /usr/local/bin/ [2024-04-23T10:53:29.741Z] #100 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #101 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.12" && ./autogen.sh && ./configure --bindir=/build && make -j install [2024-04-23T10:53:29.741Z] #101 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #102 [binary-dummy 1/1] COPY --from=build-dummy /build /build [2024-04-23T10:53:29.741Z] #102 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #103 [containerd-src 1/3] WORKDIR /usr/src/containerd [2024-04-23T10:53:29.741Z] #103 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #104 [dev-systemd-false 19/21] COPY --link --from=buildx /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx [2024-04-23T10:53:29.741Z] #104 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #105 [dev-systemd-false 11/21] COPY --link --from=shfmt /build/ /usr/local/bin/ [2024-04-23T10:53:29.741Z] #105 CACHED [2024-04-23T10:53:29.741Z] [2024-04-23T10:53:29.741Z] #106 [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/ < Making bundle: binary-proxy (in bundles/binary-proxy) [2024-04-23T10:53:33.346Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2024-04-23T10:53:33.346Z] + tee /go/src/github.com/docker/docker/go.mod [2024-04-23T10:53:33.346Z] module github.com/docker/docker [2024-04-23T10:53:33.346Z] [2024-04-23T10:53:33.346Z] go 1.21 [2024-04-23T10:53:33.346Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-04-23T10:53:33.346Z] + GO111MODULE=on [2024-04-23T10:53:33.346Z] + GOTOOLCHAIN=local [2024-04-23T10:53:33.346Z] + 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=c95b0a97c59e870880a55005ec9f9c37cbfc4ff8" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-23T10:53:33.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy [2024-04-23T10:53:37.502Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-04-23T10:53:37.502Z] Created binary: bundles/binary-proxy/docker-proxy [2024-04-23T10:53:37.502Z] [2024-04-23T10:53:37.502Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2024-04-23T10:53:37.502Z] Installing docker-proxy to /usr/local/bin/ [2024-04-23T10:53:37.502Z] [2024-04-23T10:53:37.502Z] + mkdir -p bundles [2024-04-23T10:53:37.502Z] + '[' -n 'github.com/docker/docker/api [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/backend/build [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/httputils [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/middleware [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/build [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/container [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/debug [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/image [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/network [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/session [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/system [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/server/router/volume [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/types [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/types/backend [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/types/container [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/types/events [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/types/filters [2024-04-23T10:53:37.502Z] github.com/docker/docker/api/types/image [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/mount [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/network [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/registry [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/strslice [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/swarm [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/system [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/time [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/versions [2024-04-23T10:53:37.503Z] github.com/docker/docker/api/types/volume [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/builder-next [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/dockerfile [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/remotecontext [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T10:53:37.503Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T10:53:37.503Z] github.com/docker/docker/cli/debug [2024-04-23T10:53:37.503Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T10:53:37.503Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T10:53:37.503Z] github.com/docker/docker/client [2024-04-23T10:53:37.503Z] github.com/docker/docker/client/buildkit [2024-04-23T10:53:37.503Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T10:53:37.503Z] github.com/docker/docker/cmd/dockerd [2024-04-23T10:53:37.503Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T10:53:37.503Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T10:53:37.503Z] github.com/docker/docker/container [2024-04-23T10:53:37.503Z] github.com/docker/docker/container/stream [2024-04-23T10:53:37.503Z] github.com/docker/docker/contrib/apparmor [2024-04-23T10:53:37.503Z] github.com/docker/docker/contrib/httpserver [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/cluster [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/config [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/containerd [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/events [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/images [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/initlayer [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/links [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/listeners [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/local [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/names [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/network [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T10:53:37.503Z] github.com/docker/docker/daemon/stats [2024-04-23T10:53:37.503Z] github.com/docker/docker/distribution [2024-04-23T10:53:37.503Z] github.com/docker/docker/distribution/metadata [2024-04-23T10:53:37.503Z] github.com/docker/docker/distribution/utils [2024-04-23T10:53:37.503Z] github.com/docker/docker/distribution/xfer [2024-04-23T10:53:37.503Z] github.com/docker/docker/dockerversion [2024-04-23T10:53:37.503Z] github.com/docker/docker/errdefs [2024-04-23T10:53:37.503Z] github.com/docker/docker/image [2024-04-23T10:53:37.503Z] github.com/docker/docker/image/cache [2024-04-23T10:53:37.503Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T10:53:37.503Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T10:53:37.503Z] github.com/docker/docker/image/tarexport [2024-04-23T10:53:37.503Z] github.com/docker/docker/image/v1 [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/cleanups [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/compatcontext [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/mod [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/mounttree [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/multierror [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/safepath [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/sliceutil [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/test/suite [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/testutils [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/unix_noeintr [2024-04-23T10:53:37.503Z] github.com/docker/docker/internal/unshare [2024-04-23T10:53:37.503Z] github.com/docker/docker/layer [2024-04-23T10:53:37.503Z] github.com/docker/docker/libcontainerd [2024-04-23T10:53:37.503Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T10:53:37.503Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T10:53:37.503Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T10:53:37.503Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T10:53:37.503Z] github.com/docker/docker/libcontainerd/types [2024-04-23T10:53:37.503Z] github.com/docker/docker/oci [2024-04-23T10:53:37.503Z] github.com/docker/docker/oci/caps [2024-04-23T10:53:37.503Z] github.com/docker/docker/opts [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/archive [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/authorization [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/capabilities [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/containerfs [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/directory [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/dmesg [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/fileutils [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/homedir [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/idtools [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/ioutils [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/longpath [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/meminfo [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/parsers [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/pidfile [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/platform [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/plugins [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/pools [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/process [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/progress [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/reexec [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/rootless [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/stack [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/stringid [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/system [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/tailfile [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/tarsum [2024-04-23T10:53:37.503Z] github.com/docker/docker/pkg/useragent [2024-04-23T10:53:37.503Z] github.com/docker/docker/plugin [2024-04-23T10:53:37.503Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T10:53:37.503Z] github.com/docker/docker/plugin/v2 [2024-04-23T10:53:37.503Z] github.com/docker/docker/profiles/apparmor [2024-04-23T10:53:37.503Z] github.com/docker/docker/profiles/seccomp [2024-04-23T10:53:37.503Z] github.com/docker/docker/quota [2024-04-23T10:53:37.503Z] github.com/docker/docker/reference [2024-04-23T10:53:37.503Z] github.com/docker/docker/registry [2024-04-23T10:53:37.503Z] github.com/docker/docker/registry/resumable [2024-04-23T10:53:37.503Z] github.com/docker/docker/restartmanager [2024-04-23T10:53:37.503Z] github.com/docker/docker/runconfig [2024-04-23T10:53:37.503Z] github.com/docker/docker/runconfig/opts [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil/daemon [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil/environment [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil/fakegit [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil/registry [2024-04-23T10:53:37.503Z] github.com/docker/docker/testutil/request [2024-04-23T10:53:37.503Z] github.com/docker/docker/volume [2024-04-23T10:53:37.503Z] github.com/docker/docker/volume/drivers [2024-04-23T10:53:37.503Z] github.com/docker/docker/volume/local [2024-04-23T10:53:37.503Z] github.com/docker/docker/volume/mounts [2024-04-23T10:53:37.503Z] github.com/docker/docker/volume/service [2024-04-23T10:53:37.503Z] github.com/docker/docker/volume/service/opts [2024-04-23T10:53:37.503Z] github.com/docker/docker/volume/testutils' ']' [2024-04-23T10:53:37.503Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/checkpoint github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/cleanups github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/rootless/mountopts github.com/docker/docker/internal/safepath github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unix_noeintr github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2024-04-23T10:53:38.063Z] ? github.com/docker/docker/api [no test files] [2024-04-23T10:53:46.136Z] ok github.com/docker/docker/api/server 0.017s coverage: 16.2% of statements [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/router [no test files] [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/router/build [no test files] [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2024-04-23T10:54:08.006Z] ok github.com/docker/docker/api/server/httputils 0.018s coverage: 28.3% of statements [2024-04-23T10:54:08.006Z] ok github.com/docker/docker/api/server/middleware 0.026s coverage: 42.7% of statements [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/router/image [no test files] [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/router/network [no test files] [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2024-04-23T10:54:08.006Z] ? github.com/docker/docker/api/server/router/session [no test files] [2024-04-23T10:54:08.007Z] ok github.com/docker/docker/api/server/router/container 0.013s coverage: 5.9% of statements [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/server/router/system [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/backend [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2024-04-23T10:54:08.007Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 7.3% of statements [2024-04-23T10:54:08.007Z] ok github.com/docker/docker/api/server/router/volume 0.006s coverage: 66.7% of statements [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/events [no test files] [2024-04-23T10:54:08.007Z] ok github.com/docker/docker/api/types/container 0.007s coverage: 83.7% of statements [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/image [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/mount [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/swarm [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/system [no test files] [2024-04-23T10:54:08.007Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2024-04-23T10:54:08.007Z] ok github.com/docker/docker/api/types/registry 0.003s coverage: 54.2% of statements [2024-04-23T10:54:08.007Z] ok github.com/docker/docker/api/types/network 0.004s coverage: 80.0% of statements [2024-04-23T10:54:08.007Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 94.0% of statements [2024-04-23T10:54:08.007Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/api/types/volume [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder/builder-next [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2024-04-23T10:54:08.007Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2024-04-23T10:54:08.007Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2024-04-23T10:54:09.367Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2024-04-23T10:54:09.367Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2024-04-23T10:54:09.367Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.011s coverage: 100.0% of statements [2024-04-23T10:54:09.367Z] ok github.com/docker/docker/cli/debug 0.013s coverage: 100.0% of statements [2024-04-23T10:54:09.367Z] ok github.com/docker/docker/builder/remotecontext 0.048s coverage: 33.7% of statements [2024-04-23T10:54:09.367Z] ok github.com/docker/docker/builder/dockerfile 0.068s coverage: 50.1% of statements [2024-04-23T10:54:11.252Z] ? github.com/docker/docker/client/buildkit [no test files] [2024-04-23T10:54:11.252Z] ok github.com/docker/docker/cmd/docker-proxy 0.024s coverage: 66.5% of statements [2024-04-23T10:54:11.252Z] ok github.com/docker/docker/client 0.122s coverage: 77.0% of statements [2024-04-23T10:54:12.176Z] ok github.com/docker/docker/builder/remotecontext/git 2.991s coverage: 82.5% of statements [2024-04-23T10:54:24.330Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2024-04-23T10:54:24.330Z] ? github.com/docker/docker/container/stream [no test files] [2024-04-23T10:54:24.330Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2024-04-23T10:54:24.330Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2024-04-23T10:54:24.330Z] ok github.com/docker/docker/container 0.126s coverage: 36.2% of statements [2024-04-23T10:54:24.330Z] ok github.com/docker/docker/cmd/dockerd 0.203s coverage: 29.7% of statements [2024-04-23T10:54:26.213Z] ok github.com/docker/docker/cmd/dockerd/trap 2.407s coverage: 0.0% of statements [2024-04-23T10:54:27.137Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2024-04-23T10:54:27.137Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.010s coverage: 65.3% of statements [2024-04-23T10:54:27.137Z] ok github.com/docker/docker/daemon/cluster/convert 0.020s coverage: 39.3% of statements [2024-04-23T10:54:27.137Z] ok github.com/docker/docker/daemon/cluster 0.045s coverage: 0.5% of statements [2024-04-23T10:54:27.696Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2024-04-23T10:54:27.696Z] ok github.com/docker/docker/daemon/config 0.034s coverage: 74.4% of statements [2024-04-23T10:54:29.056Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2024-04-23T10:54:29.056Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.3% of statements [2024-04-23T10:54:29.056Z] ok github.com/docker/docker/daemon/containerd 0.038s coverage: 17.6% of statements [2024-04-23T10:54:29.056Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2024-04-23T10:54:29.056Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.8% of statements [2024-04-23T10:54:29.311Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.191s coverage: 60.9% of statements [2024-04-23T10:54:29.870Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2024-04-23T10:54:29.870Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.9% of statements [2024-04-23T10:54:29.870Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2024-04-23T10:54:29.870Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2024-04-23T10:54:30.124Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.026s coverage: 60.9% of statements [2024-04-23T10:54:30.124Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.204s coverage: 60.2% of statements [2024-04-23T10:54:30.683Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2024-04-23T10:54:30.938Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.482s coverage: 13.2% of statements [2024-04-23T10:54:31.193Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2024-04-23T10:54:31.193Z] ? github.com/docker/docker/daemon/listeners [no test files] [2024-04-23T10:54:31.193Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2024-04-23T10:54:31.193Z] ok github.com/docker/docker/daemon/images 0.019s coverage: 2.9% of statements [2024-04-23T10:54:31.447Z] ok github.com/docker/docker/daemon/logger 0.245s coverage: 43.2% of statements [2024-04-23T10:54:31.702Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2024-04-23T10:54:31.702Z] ok github.com/docker/docker/daemon/logger/fluentd 0.011s coverage: 53.6% of statements [2024-04-23T10:54:31.702Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2024-04-23T10:54:31.702Z] ok github.com/docker/docker/daemon/logger/awslogs 0.127s coverage: 78.2% of statements [2024-04-23T10:54:32.262Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2024-04-23T10:54:32.262Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2024-04-23T10:54:32.262Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.003s coverage: 88.2% of statements [2024-04-23T10:54:32.262Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2024-04-23T10:54:32.262Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.076s coverage: 76.8% of statements [2024-04-23T10:54:32.564Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2024-04-23T10:54:32.564Z] ok github.com/docker/docker/daemon/logger/local 0.085s coverage: 79.4% of statements [2024-04-23T10:54:33.126Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.018s coverage: 63.7% of statements [2024-04-23T10:54:33.126Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2024-04-23T10:54:33.126Z] ? github.com/docker/docker/daemon/names [no test files] [2024-04-23T10:54:33.126Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2024-04-23T10:54:33.126Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2024-04-23T10:54:33.381Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2024-04-23T10:54:33.381Z] ? github.com/docker/docker/daemon/stats [no test files] [2024-04-23T10:54:33.381Z] ok github.com/docker/docker/daemon/network 0.013s coverage: 63.8% of statements [2024-04-23T10:54:33.940Z] ok github.com/docker/docker/daemon/logger/journald 1.658s coverage: 72.7% of statements [2024-04-23T10:54:34.194Z] ? github.com/docker/docker/distribution/utils [no test files] [2024-04-23T10:54:34.194Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.2% of statements [2024-04-23T10:54:34.194Z] ok github.com/docker/docker/dockerversion 0.005s coverage: 100.0% of statements [2024-04-23T10:54:34.194Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2024-04-23T10:54:34.448Z] ok github.com/docker/docker/daemon/logger/splunk 1.476s coverage: 82.5% of statements [2024-04-23T10:54:35.008Z] ok github.com/docker/docker/image 0.024s coverage: 82.8% of statements [2024-04-23T10:54:35.008Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2024-04-23T10:54:35.008Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2024-04-23T10:54:35.262Z] ok github.com/docker/docker/image/cache 0.012s coverage: 26.1% of statements [2024-04-23T10:54:35.262Z] ? github.com/docker/docker/image/v1 [no test files] [2024-04-23T10:54:35.262Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.6% of statements [2024-04-23T10:54:35.262Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2024-04-23T10:54:35.262Z] ? github.com/docker/docker/internal/mounttree [no test files] [2024-04-23T10:54:35.262Z] ok github.com/docker/docker/internal/mod 0.002s coverage: 66.7% of statements [2024-04-23T10:54:35.262Z] ok github.com/docker/docker/internal/cleanups 0.003s coverage: 69.2% of statements [2024-04-23T10:54:35.517Z] ? github.com/docker/docker/internal/rootless/mountopts [no test files] [2024-04-23T10:54:35.517Z] ok github.com/docker/docker/internal/multierror 0.003s coverage: 88.9% of statements [2024-04-23T10:54:35.517Z] ? github.com/docker/docker/internal/test/suite [no test files] [2024-04-23T10:54:35.517Z] ? github.com/docker/docker/internal/testutils [no test files] [2024-04-23T10:54:35.517Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2024-04-23T10:54:35.517Z] ? github.com/docker/docker/internal/testutils/specialimage [no test files] [2024-04-23T10:54:35.517Z] ? github.com/docker/docker/internal/unix_noeintr [no test files] [2024-04-23T10:54:35.517Z] ? github.com/docker/docker/internal/unshare [no test files] [2024-04-23T10:54:35.517Z] ok github.com/docker/docker/internal/sliceutil 0.002s coverage: 56.2% of statements [2024-04-23T10:54:35.517Z] ok github.com/docker/docker/internal/safepath 0.005s coverage: 42.9% of statements [2024-04-23T10:54:35.771Z] ok github.com/docker/docker/distribution 1.492s coverage: 28.7% of statements [2024-04-23T10:54:36.330Z] ok github.com/docker/docker/distribution/xfer 2.183s coverage: 85.4% of statements [2024-04-23T10:54:36.584Z] ? github.com/docker/docker/libcontainerd [no test files] [2024-04-23T10:54:36.584Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2024-04-23T10:54:36.584Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2024-04-23T10:54:36.584Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2024-04-23T10:54:36.584Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2024-04-23T10:54:36.584Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2024-04-23T10:54:36.839Z] ok github.com/docker/docker/daemon 10.710s coverage: 15.8% of statements [2024-04-23T10:54:37.093Z] ? github.com/docker/docker/oci/caps [no test files] [2024-04-23T10:54:37.093Z] ok github.com/docker/docker/oci 0.016s coverage: 35.8% of statements [2024-04-23T10:54:37.093Z] ok github.com/docker/docker/opts 0.057s coverage: 67.9% of statements [2024-04-23T10:54:37.652Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2024-04-23T10:54:37.652Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2024-04-23T10:54:37.652Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 26.7% of statements [2024-04-23T10:54:37.652Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 81.8% of statements [2024-04-23T10:54:37.907Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2024-04-23T10:54:37.907Z] ok github.com/docker/docker/pkg/chrootarchive 0.251s coverage: 83.7% of statements [2024-04-23T10:54:37.907Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 6.5% of statements [2024-04-23T10:54:37.907Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 51.7% of statements [2024-04-23T10:54:38.162Z] ok github.com/docker/docker/pkg/archive 0.424s coverage: 81.3% of statements [2024-04-23T10:54:38.417Z] ok github.com/docker/docker/pkg/meminfo 0.002s coverage: 75.0% of statements [2024-04-23T10:54:38.417Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 45.5% of statements [2024-04-23T10:54:38.417Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 92.3% of statements [2024-04-23T10:54:38.417Z] ok github.com/docker/docker/pkg/authorization 0.714s coverage: 68.3% of statements [2024-04-23T10:54:38.417Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2024-04-23T10:54:38.672Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2024-04-23T10:54:38.672Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2024-04-23T10:54:38.672Z] ? github.com/docker/docker/pkg/platform [no test files] [2024-04-23T10:54:38.672Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2024-04-23T10:54:38.672Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 94.1% of statements [2024-04-23T10:54:38.672Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.019s coverage: 90.2% of statements [2024-04-23T10:54:38.672Z] ok github.com/docker/docker/pkg/ioutils 0.386s coverage: 69.1% of statements [2024-04-23T10:54:38.672Z] ok github.com/docker/docker/pkg/idtools 0.428s coverage: 69.7% of statements [2024-04-23T10:54:39.231Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2024-04-23T10:54:39.231Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2024-04-23T10:54:39.231Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 90.0% of statements [2024-04-23T10:54:39.231Z] ok github.com/docker/docker/pkg/process 0.003s coverage: 21.7% of statements [2024-04-23T10:54:39.231Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2024-04-23T10:54:39.231Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2024-04-23T10:54:39.231Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2024-04-23T10:54:39.486Z] ? github.com/docker/docker/pkg/rootless [no test files] [2024-04-23T10:54:39.486Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2024-04-23T10:54:39.486Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2024-04-23T10:54:39.486Z] ok github.com/docker/docker/pkg/reexec 0.012s coverage: 82.4% of statements [2024-04-23T10:54:39.486Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2024-04-23T10:54:39.486Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 64.5% of statements [2024-04-23T10:54:39.486Z] ok github.com/docker/docker/pkg/stringid 0.014s coverage: 61.9% of statements [2024-04-23T10:54:39.740Z] ok github.com/docker/docker/pkg/system 0.007s coverage: 41.0% of statements [2024-04-23T10:54:39.741Z] ok github.com/docker/docker/pkg/sysinfo 0.014s coverage: 53.4% of statements [2024-04-23T10:54:39.995Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2024-04-23T10:54:39.995Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2024-04-23T10:54:39.995Z] ok github.com/docker/docker/pkg/tarsum 0.054s coverage: 89.6% of statements [2024-04-23T10:54:40.554Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2024-04-23T10:54:40.554Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2024-04-23T10:54:40.554Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2024-04-23T10:54:40.554Z] ok github.com/docker/docker/plugin/v2 0.021s coverage: 13.6% of statements [2024-04-23T10:54:41.114Z] ok github.com/docker/docker/reference 0.006s coverage: 83.0% of statements [2024-04-23T10:54:41.114Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2024-04-23T10:54:41.114Z] ok github.com/docker/docker/pkg/plugins 2.015s coverage: 73.7% of statements [2024-04-23T10:54:41.369Z] ok github.com/docker/docker/quota 0.209s coverage: 69.3% of statements [2024-04-23T10:54:41.369Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 51.9% of statements [2024-04-23T10:54:41.369Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2024-04-23T10:54:41.369Z] ok github.com/docker/docker/registry 0.102s coverage: 63.9% of statements [2024-04-23T10:54:41.369Z] ? github.com/docker/docker/runconfig/opts [no test files] [2024-04-23T10:54:41.369Z] ok github.com/docker/docker/runconfig 0.006s coverage: 54.0% of statements [2024-04-23T10:54:41.927Z] ok github.com/docker/docker/testutil 0.005s coverage: 6.8% of statements [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/testutil/daemon [no test files] [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/testutil/environment [no test files] [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/testutil/registry [no test files] [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/testutil/request [no test files] [2024-04-23T10:54:41.927Z] ? github.com/docker/docker/volume [no test files] [2024-04-23T10:54:42.486Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2024-04-23T10:54:42.740Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 61.5% of statements [2024-04-23T10:54:42.740Z] ok github.com/docker/docker/volume/local 0.075s coverage: 76.4% of statements [2024-04-23T10:54:42.995Z] ? github.com/docker/docker/volume/service/opts [no test files] [2024-04-23T10:54:42.995Z] ? github.com/docker/docker/volume/testutils [no test files] [2024-04-23T10:54:42.995Z] ok github.com/docker/docker/volume/service 0.012s coverage: 71.8% of statements [2024-04-23T10:54:44.354Z] ok github.com/docker/docker/layer 7.502s coverage: 68.1% of statements [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === Skipped [2024-04-23T10:54:44.354Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2024-04-23T10:54:44.354Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2024-04-23T10:54:44.354Z] network_proxy_test.go:210: No support for dual stack yet [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2024-04-23T10:54:44.354Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2024-04-23T10:54:44.354Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:68: No driver to put! [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2024-04-23T10:54:44.354Z] time="2024-04-23T10:54:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2024-04-23T10:54:44.354Z] time="2024-04-23T10:54:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2024-04-23T10:54:44.354Z] time="2024-04-23T10:54:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2024-04-23T10:54:44.354Z] time="2024-04-23T10:54:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2024-04-23T10:54:44.354Z] time="2024-04-23T10:54:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:68: No driver to put! [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2024-04-23T10:54:44.354Z] overlay_test.go:61: Cannot run test with naive change algorithm [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T10:54:44.354Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2024-04-23T10:54:44.354Z] graphtest_unix.go:68: No driver to put! [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2024-04-23T10:54:44.354Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2024-04-23T10:54:44.354Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2024-04-23T10:54:44.354Z] validate_test.go:73: only tested on Windows [2024-04-23T10:54:44.354Z] [2024-04-23T10:54:44.354Z] DONE 3286 tests, 27 skipped in 66.924s [2024-04-23T10:54:44.354Z] + '[' -n 'github.com/docker/docker/libnetwork [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/config [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/ns [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/options [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/osl [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/scope [2024-04-23T10:54:44.354Z] github.com/docker/docker/libnetwork/types' ']' [2024-04-23T10:54:44.354Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cnmallocator github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil github.com/docker/docker/libnetwork/internal/resolvconf github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/scope github.com/docker/docker/libnetwork/types [2024-04-23T10:55:40.489Z] ok github.com/docker/docker/libnetwork 45.232s coverage: 43.0% of statements [2024-04-23T10:55:40.489Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements [2024-04-23T10:55:40.489Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2024-04-23T10:55:40.489Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2024-04-23T10:55:40.489Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2024-04-23T10:55:40.489Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2024-04-23T10:55:40.489Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2024-04-23T10:55:40.489Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2024-04-23T10:55:40.743Z] ok github.com/docker/docker/libnetwork/cnmallocator 4.915s coverage: 72.3% of statements [2024-04-23T10:55:41.302Z] ok github.com/docker/docker/libnetwork/config 0.011s coverage: 10.3% of statements [2024-04-23T10:55:41.557Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 37.0% of statements [2024-04-23T10:55:41.557Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2024-04-23T10:55:41.557Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2024-04-23T10:55:41.812Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2024-04-23T10:55:47.094Z] ok github.com/docker/docker/libnetwork/drivers/bridge 3.743s coverage: 63.3% of statements [2024-04-23T10:55:47.094Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2024-04-23T10:55:47.094Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 40.0% of statements [2024-04-23T10:55:48.017Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.945s coverage: 5.1% of statements [2024-04-23T10:55:48.017Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2024-04-23T10:55:48.576Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.004s coverage: 4.7% of statements [2024-04-23T10:55:48.576Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2024-04-23T10:55:48.576Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 40.0% of statements [2024-04-23T10:55:49.499Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.010s coverage: 1.4% of statements [2024-04-23T10:55:49.754Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.003s coverage: 45.0% of statements [2024-04-23T10:55:50.009Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 62.7% of statements [2024-04-23T10:55:50.568Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.2% of statements [2024-04-23T10:55:50.568Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2024-04-23T10:55:50.568Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2024-04-23T10:55:50.568Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2024-04-23T10:55:51.127Z] ok github.com/docker/docker/libnetwork/drvregistry 0.018s coverage: 87.0% of statements [2024-04-23T10:55:51.381Z] ok github.com/docker/docker/libnetwork/etchosts 0.017s coverage: 82.1% of statements [2024-04-23T10:55:51.381Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2024-04-23T10:55:51.381Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2024-04-23T10:55:51.381Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2024-04-23T10:55:51.381Z] ? github.com/docker/docker/libnetwork/internal/netiputil [no test files] [2024-04-23T10:55:51.939Z] ok github.com/docker/docker/libnetwork/internal/resolvconf 0.016s coverage: 86.0% of statements [2024-04-23T10:56:04.089Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2024-04-23T10:56:05.971Z] ok github.com/docker/docker/libnetwork/ipam 3.174s coverage: 80.3% of statements [2024-04-23T10:56:05.971Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2024-04-23T10:56:05.971Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2024-04-23T10:56:05.971Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 63.2% of statements [2024-04-23T10:56:06.225Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 48.7% of statements [2024-04-23T10:56:06.225Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2024-04-23T10:56:06.479Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 80.0% of statements [2024-04-23T10:56:07.037Z] ok github.com/docker/docker/libnetwork/ipamutils 0.323s coverage: 86.4% of statements [2024-04-23T10:56:07.292Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2024-04-23T10:56:07.850Z] ok github.com/docker/docker/libnetwork/iptables 0.163s coverage: 39.9% of statements [2024-04-23T10:56:07.850Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2024-04-23T10:56:08.409Z] ok github.com/docker/docker/libnetwork/netutils 0.015s coverage: 50.6% of statements [2024-04-23T10:57:59.752Z] ok github.com/docker/docker/libnetwork/networkdb 104.466s coverage: 59.8% of statements [2024-04-23T10:57:59.752Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2024-04-23T10:57:59.752Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2024-04-23T10:57:59.752Z] ok github.com/docker/docker/libnetwork/osl 4.396s coverage: 37.5% of statements [2024-04-23T10:57:59.752Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2024-04-23T10:57:59.752Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 80.5% of statements [2024-04-23T10:58:00.675Z] ok github.com/docker/docker/libnetwork/portmapper 0.680s coverage: 47.9% of statements [2024-04-23T10:58:00.929Z] ok github.com/docker/docker/libnetwork/resolvconf 0.005s coverage: 75.8% of statements [2024-04-23T10:58:00.929Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2024-04-23T10:58:01.183Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 41.7% of statements [2024-04-23T10:58:01.183Z] [2024-04-23T10:58:01.183Z] === Skipped [2024-04-23T10:58:01.183Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2024-04-23T10:58:01.183Z] firewalld_test.go:29: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory [2024-04-23T10:58:01.183Z] [2024-04-23T10:58:01.183Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2024-04-23T10:58:01.183Z] firewalld_test.go:88: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory [2024-04-23T10:58:01.183Z] [2024-04-23T10:58:01.183Z] DONE 471 tests, 2 skipped in 196.877s Post stage [Pipeline] junit [2024-04-23T10:58:02.153Z] Recording test results [2024-04-23T10:58:02.272Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-23T10:58:02.609Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_master/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2944 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 hack/make.sh dynbinary test-integration [2024-04-23T10:58:02.864Z] [2024-04-23T10:58:02.864Z] Removing bundles/ [2024-04-23T10:58:02.864Z] [2024-04-23T10:58:02.864Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2024-04-23T10:58:02.864Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... [2024-04-23T10:58:02.864Z] + tee /go/src/github.com/docker/docker/go.mod [2024-04-23T10:58:02.864Z] module github.com/docker/docker [2024-04-23T10:58:02.864Z] [2024-04-23T10:58:02.864Z] go 1.21 [2024-04-23T10:58:02.864Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-04-23T10:58:02.864Z] + GO111MODULE=on [2024-04-23T10:58:02.864Z] + GOTOOLCHAIN=local [2024-04-23T10:58:02.864Z] + 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=c95b0a97c59e870880a55005ec9f9c37cbfc4ff8" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-23T10:58:02.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 [2024-04-23T10:58:41.500Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-04-23T10:58:41.500Z] Created binary: bundles/dynbinary-daemon/dockerd [2024-04-23T10:58:41.500Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... [2024-04-23T10:58:41.500Z] + tee /go/src/github.com/docker/docker/go.mod [2024-04-23T10:58:41.500Z] module github.com/docker/docker [2024-04-23T10:58:41.500Z] [2024-04-23T10:58:41.500Z] go 1.21 [2024-04-23T10:58:41.500Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-04-23T10:58:41.500Z] + GO111MODULE=on [2024-04-23T10:58:41.500Z] + GOTOOLCHAIN=local [2024-04-23T10:58:41.500Z] + 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=c95b0a97c59e870880a55005ec9f9c37cbfc4ff8" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-23T10:58:02.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 [2024-04-23T10:58:41.500Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-04-23T10:58:41.500Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2024-04-23T10:58:41.500Z] [2024-04-23T10:58:41.500Z] ---> Making bundle: test-integration (in bundles/test-integration) [2024-04-23T10:58:41.500Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2024-04-23T10:58:41.500Z] HOSTNAME=df053876343f [2024-04-23T10:58:41.500Z] TESTDEBUG=0 [2024-04-23T10:58:41.500Z] DEST=bundles/test-integration [2024-04-23T10:58:41.500Z] PWD=/go/src/github.com/docker/docker [2024-04-23T10:58:41.500Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock [2024-04-23T10:58:41.500Z] DOCKER_GITCOMMIT=c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 [2024-04-23T10:58:41.500Z] container=docker [2024-04-23T10:58:41.500Z] HOME=/root [2024-04-23T10:58:41.500Z] CONTAINERD_NAMESPACE=moby [2024-04-23T10:58:41.500Z] GOLANG_VERSION=1.21.9 [2024-04-23T10:58:41.500Z] VALIDATE_REPO=https://github.com/moby/moby.git [2024-04-23T10:58:41.500Z] VALIDATE_BRANCH= [2024-04-23T10:58:41.500Z] TERM=xterm [2024-04-23T10:58:41.500Z] DOCKER_PKG=github.com/docker/docker [2024-04-23T10:58:41.500Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker [2024-04-23T10:58:41.500Z] SHLVL=1 [2024-04-23T10:58:41.500Z] TIMEOUT=120m [2024-04-23T10:58:41.500Z] GOTOOLCHAIN=local [2024-04-23T10:58:41.500Z] DOCKER_GRAPHDRIVER=overlay2 [2024-04-23T10:58:41.500Z] GO111MODULE=off [2024-04-23T10:58:41.500Z] DOCKER_EXPERIMENTAL=1 [2024-04-23T10:58:41.500Z] TEST_SKIP_INTEGRATION_CLI=1 [2024-04-23T10:58:41.500Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2024-04-23T10:58:41.500Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2024-04-23T10:58:41.500Z] GOPATH=/go [2024-04-23T10:58:41.500Z] PKG_CONFIG=pkg-config [2024-04-23T10:58:41.500Z] _=/usr/bin/env [2024-04-23T10:58:41.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2024-04-23T10:59:03.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main [2024-04-23T10:59:03.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2024-04-23T10:59:03.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2024-04-23T10:59:07.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2024-04-23T10:59:11.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2024-04-23T10:59:14.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2024-04-23T10:59:14.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2024-04-23T10:59:16.292Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2024-04-23T10:59:17.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2024-04-23T10:59:18.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main [2024-04-23T10:59:19.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2024-04-23T10:59:19.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2024-04-23T10:59:21.292Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2024-04-23T10:59:22.651Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2024-04-23T10:59:24.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2024-04-23T10:59:25.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2024-04-23T10:59:25.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2024-04-23T10:59:27.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2024-04-23T10:59:27.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2024-04-23T10:59:29.349Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2024-04-23T10:59:29.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2024-04-23T10:59:31.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2024-04-23T10:59:32.192Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2024-04-23T10:59:32.192Z] Using test binary /usr/local/cli-integration/docker [2024-04-23T10:59:32.192Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2024-04-23T10:59:32.192Z] +++ /etc/init.d/apparmor start [2024-04-23T10:59:32.192Z] Not: starting. [2024-04-23T10:59:32.192Z] INFO: Waiting for daemon to start... [2024-04-23T10:59:32.192Z] Starting dockerd [2024-04-23T10:59:32.192Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.SKC10ZCQzi/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2024-04-23T10:59:37.421Z] . [2024-04-23T10:59:37.421Z] Running integration-test (iteration 1) [2024-04-23T10:59:37.421Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2024-04-23T10:59:37.421Z] ++ '[' -n '' ']' [2024-04-23T10:59:37.421Z] ++ 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 [2024-04-23T10:59:37.421Z] ++ set -e [2024-04-23T10:59:37.421Z] ++ '[' -n 0 ']' [2024-04-23T10:59:37.421Z] ++ set -x [2024-04-23T10:59:37.421Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T10:59:37.421Z] Loaded image: busybox:latest [2024-04-23T10:59:37.421Z] Loaded image: busybox:glibc [2024-04-23T10:59:38.344Z] Loaded image: debian:bookworm-slim [2024-04-23T10:59:38.344Z] Loaded image: hello-world:latest [2024-04-23T10:59:38.344Z] Loaded image: arm32v7/hello-world:latest [2024-04-23T10:59:38.344Z] INFO: Testing against a local daemon [2024-04-23T10:59:38.344Z] === RUN TestCgroupNamespacesBuild [2024-04-23T10:59:39.266Z] --- PASS: TestCgroupNamespacesBuild (1.14s) [2024-04-23T10:59:39.266Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2024-04-23T10:59:40.624Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.07s) [2024-04-23T10:59:40.624Z] === RUN TestBuildWithSession [2024-04-23T10:59:40.624Z] build_session_test.go:26: TODO: BuildKit [2024-04-23T10:59:40.624Z] --- SKIP: TestBuildWithSession (0.00s) [2024-04-23T10:59:40.624Z] === RUN TestBuildSquashParent [2024-04-23T10:59:43.909Z] --- PASS: TestBuildSquashParent (3.61s) [2024-04-23T10:59:43.909Z] === RUN TestBuildWithRemoveAndForceRemove [2024-04-23T10:59:43.909Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-04-23T10:59:43.909Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-04-23T10:59:43.909Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-04-23T10:59:43.909Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-04-23T10:59:43.909Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-04-23T10:59:43.909Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-04-23T10:59:43.909Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-04-23T10:59:43.909Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-04-23T10:59:43.909Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-04-23T10:59:43.909Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-04-23T10:59:43.909Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-04-23T10:59:43.909Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-04-23T10:59:43.909Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-04-23T10:59:43.909Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-04-23T10:59:43.909Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-04-23T10:59:43.909Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-04-23T10:59:44.164Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-04-23T10:59:44.164Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-04-23T10:59:47.420Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) [2024-04-23T10:59:47.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.36s) [2024-04-23T10:59:47.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.74s) [2024-04-23T10:59:47.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.80s) [2024-04-23T10:59:47.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.90s) [2024-04-23T10:59:47.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.97s) [2024-04-23T10:59:47.420Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.06s) [2024-04-23T10:59:47.420Z] === RUN TestBuildMultiStageCopy [2024-04-23T10:59:47.420Z] === RUN TestBuildMultiStageCopy/copy_to_root [2024-04-23T10:59:47.978Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2024-04-23T10:59:47.978Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2024-04-23T10:59:48.232Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2024-04-23T10:59:48.232Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2024-04-23T10:59:48.486Z] --- PASS: TestBuildMultiStageCopy (1.35s) [2024-04-23T10:59:48.486Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.87s) [2024-04-23T10:59:48.486Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.07s) [2024-04-23T10:59:48.486Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.08s) [2024-04-23T10:59:48.486Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.09s) [2024-04-23T10:59:48.486Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s) [2024-04-23T10:59:48.486Z] === RUN TestBuildMultiStageParentConfig [2024-04-23T10:59:48.740Z] --- PASS: TestBuildMultiStageParentConfig (0.35s) [2024-04-23T10:59:48.740Z] === RUN TestBuildLabelWithTargets [2024-04-23T10:59:49.298Z] --- PASS: TestBuildLabelWithTargets (0.54s) [2024-04-23T10:59:49.298Z] === RUN TestBuildWithEmptyLayers [2024-04-23T10:59:49.552Z] --- PASS: TestBuildWithEmptyLayers (0.15s) [2024-04-23T10:59:49.552Z] === RUN TestBuildMultiStageOnBuild [2024-04-23T10:59:50.911Z] --- PASS: TestBuildMultiStageOnBuild (1.09s) [2024-04-23T10:59:50.911Z] === RUN TestBuildUncleanTarFilenames [2024-04-23T10:59:50.911Z] --- PASS: TestBuildUncleanTarFilenames (0.11s) [2024-04-23T10:59:50.911Z] === RUN TestBuildMultiStageLayerLeak [2024-04-23T10:59:51.834Z] --- PASS: TestBuildMultiStageLayerLeak (1.06s) [2024-04-23T10:59:51.834Z] === RUN TestBuildWithHugeFile [2024-04-23T11:00:47.965Z] --- PASS: TestBuildWithHugeFile (47.57s) [2024-04-23T11:00:47.965Z] === RUN TestBuildWCOWSandboxSize [2024-04-23T11:00:47.965Z] build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-04-23T11:00:47.965Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2024-04-23T11:00:47.965Z] === RUN TestBuildWithEmptyDockerfile [2024-04-23T11:00:47.965Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2024-04-23T11:00:47.965Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2024-04-23T11:00:47.965Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-04-23T11:00:47.965Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-04-23T11:00:47.965Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-04-23T11:00:47.965Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-04-23T11:00:47.965Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2024-04-23T11:00:47.965Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-04-23T11:00:47.965Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-04-23T11:00:47.965Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s) [2024-04-23T11:00:47.965Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2024-04-23T11:00:47.965Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2024-04-23T11:00:47.965Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2024-04-23T11:00:47.965Z] === RUN TestBuildPreserveOwnership [2024-04-23T11:00:47.965Z] === RUN TestBuildPreserveOwnership/copy_from [2024-04-23T11:00:47.965Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2024-04-23T11:00:47.965Z] --- PASS: TestBuildPreserveOwnership (2.09s) [2024-04-23T11:00:47.965Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.49s) [2024-04-23T11:00:47.965Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.59s) [2024-04-23T11:00:47.965Z] === RUN TestBuildPlatformInvalid [2024-04-23T11:00:47.965Z] --- PASS: TestBuildPlatformInvalid (0.01s) [2024-04-23T11:00:47.965Z] === RUN TestBuildWorkdirNoCacheMiss [2024-04-23T11:00:47.965Z] === RUN TestBuildWorkdirNoCacheMiss/trailing_slash [2024-04-23T11:00:47.965Z] === RUN TestBuildWorkdirNoCacheMiss/no_trailing_slash [2024-04-23T11:00:47.965Z] --- PASS: TestBuildWorkdirNoCacheMiss (0.08s) [2024-04-23T11:00:47.965Z] --- PASS: TestBuildWorkdirNoCacheMiss/trailing_slash (0.06s) [2024-04-23T11:00:47.965Z] --- PASS: TestBuildWorkdirNoCacheMiss/no_trailing_slash (0.00s) [2024-04-23T11:00:47.965Z] === RUN TestBuildkitHistoryTracePropagation [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Channel #1] Channel created" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" 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 [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" 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 [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:41Z" level=info msg="[core] [Server #4] Server created" module=grpc [2024-04-23T11:00:47.965Z] build_traces_test.go:87: Waiting for trace to be available [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:45Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:45Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:45Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:45Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:45Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc [2024-04-23T11:00:47.965Z] time="2024-04-23T11:00:45Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc [2024-04-23T11:00:47.965Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s) [2024-04-23T11:00:47.965Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2024-04-23T11:00:47.965Z] Loaded image: busybox:latest [2024-04-23T11:00:47.965Z] Loaded image: busybox:glibc [2024-04-23T11:00:47.965Z] Loaded image: debian:bookworm-slim [2024-04-23T11:00:47.965Z] Loaded image: hello-world:latest [2024-04-23T11:00:47.965Z] Loaded image: arm32v7/hello-world:latest [2024-04-23T11:00:56.031Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.10s) [2024-04-23T11:00:56.031Z] PASS [2024-04-23T11:00:56.031Z] [2024-04-23T11:00:56.031Z] === Skipped [2024-04-23T11:00:56.031Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2024-04-23T11:00:56.031Z] build_session_test.go:26: TODO: BuildKit [2024-04-23T11:00:56.031Z] [2024-04-23T11:00:56.031Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2024-04-23T11:00:56.031Z] build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-04-23T11:00:56.031Z] [2024-04-23T11:00:56.031Z] DONE 38 tests, 2 skipped in 77.633s [2024-04-23T11:00:56.031Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m [2024-04-23T11:00:56.031Z] ++ '[' -n '' ']' [2024-04-23T11:00:56.031Z] ++ 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 [2024-04-23T11:00:56.031Z] ++ set -e [2024-04-23T11:00:56.031Z] ++ '[' -n 0 ']' [2024-04-23T11:00:56.031Z] ++ set -x [2024-04-23T11:00:56.031Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:00:56.031Z] INFO: Testing against a local daemon [2024-04-23T11:00:56.031Z] === RUN TestNoNewPrivileges [2024-04-23T11:01:04.099Z] === RUN TestNoNewPrivileges/CapabilityRequested=true [2024-04-23T11:01:04.099Z] === RUN TestNoNewPrivileges/CapabilityRequested=false [2024-04-23T11:01:04.099Z] --- PASS: TestNoNewPrivileges (9.39s) [2024-04-23T11:01:04.099Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.40s) [2024-04-23T11:01:04.099Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.37s) [2024-04-23T11:01:04.099Z] PASS [2024-04-23T11:01:04.099Z] [2024-04-23T11:01:04.099Z] DONE 3 tests in 9.416s [2024-04-23T11:01:04.099Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2024-04-23T11:01:04.099Z] ++ '[' -n '' ']' [2024-04-23T11:01:04.099Z] ++ 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 [2024-04-23T11:01:04.099Z] ++ set -e [2024-04-23T11:01:04.099Z] ++ '[' -n 0 ']' [2024-04-23T11:01:04.099Z] ++ set -x [2024-04-23T11:01:04.099Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:01:04.099Z] INFO: Testing against a local daemon [2024-04-23T11:01:04.099Z] === RUN TestConfigInspect [2024-04-23T11:01:05.983Z] --- PASS: TestConfigInspect (1.88s) [2024-04-23T11:01:05.983Z] === RUN TestConfigList [2024-04-23T11:01:07.385Z] === RUN TestConfigList/test_filter_by_name [2024-04-23T11:01:07.385Z] === RUN TestConfigList/test_filter_by_id [2024-04-23T11:01:07.385Z] === RUN TestConfigList/test_filter_by_label_key_only [2024-04-23T11:01:07.385Z] === RUN TestConfigList/test_filter_by_label_key=value_test0-TestConfigList [2024-04-23T11:01:07.385Z] === RUN TestConfigList/test_filter_by_label_key=value_test1-TestConfigList [2024-04-23T11:01:07.944Z] --- PASS: TestConfigList (1.80s) [2024-04-23T11:01:07.944Z] --- PASS: TestConfigList/test_filter_by_name (0.00s) [2024-04-23T11:01:07.944Z] --- PASS: TestConfigList/test_filter_by_id (0.00s) [2024-04-23T11:01:07.944Z] --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s) [2024-04-23T11:01:07.944Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s) [2024-04-23T11:01:07.944Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s) [2024-04-23T11:01:07.944Z] === RUN TestConfigsCreateAndDelete [2024-04-23T11:01:09.824Z] --- PASS: TestConfigsCreateAndDelete (1.87s) [2024-04-23T11:01:09.824Z] === RUN TestConfigsUpdate [2024-04-23T11:01:11.704Z] --- PASS: TestConfigsUpdate (1.92s) [2024-04-23T11:01:11.704Z] === RUN TestTemplatedConfig [2024-04-23T11:01:14.210Z] --- PASS: TestTemplatedConfig (2.32s) [2024-04-23T11:01:14.210Z] === RUN TestConfigCreateResolve [2024-04-23T11:01:16.091Z] --- PASS: TestConfigCreateResolve (1.92s) [2024-04-23T11:01:16.091Z] PASS [2024-04-23T11:01:16.091Z] [2024-04-23T11:01:16.091Z] DONE 11 tests in 11.745s [2024-04-23T11:01:16.091Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2024-04-23T11:01:16.091Z] ++ '[' -n '' ']' [2024-04-23T11:01:16.091Z] ++ 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 [2024-04-23T11:01:16.091Z] ++ set -e [2024-04-23T11:01:16.091Z] ++ '[' -n 0 ']' [2024-04-23T11:01:16.091Z] ++ set -x [2024-04-23T11:01:16.091Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:01:16.091Z] INFO: Testing against a local daemon [2024-04-23T11:01:16.091Z] === RUN TestAttach [2024-04-23T11:01:16.091Z] === RUN TestAttach/without_TTY [2024-04-23T11:01:16.091Z] === PAUSE TestAttach/without_TTY [2024-04-23T11:01:16.091Z] === RUN TestAttach/with_TTY [2024-04-23T11:01:16.091Z] === PAUSE TestAttach/with_TTY [2024-04-23T11:01:16.091Z] === CONT TestAttach/without_TTY [2024-04-23T11:01:16.091Z] === CONT TestAttach/with_TTY [2024-04-23T11:01:16.091Z] --- PASS: TestAttach (0.02s) [2024-04-23T11:01:16.091Z] --- PASS: TestAttach/without_TTY (0.05s) [2024-04-23T11:01:16.091Z] --- PASS: TestAttach/with_TTY (0.05s) [2024-04-23T11:01:16.091Z] === RUN TestCreateWithCDIDevices [2024-04-23T11:01:17.014Z] --- PASS: TestCreateWithCDIDevices (0.99s) [2024-04-23T11:01:17.014Z] === RUN TestCDISpecDirsAreInSystemInfo [2024-04-23T11:01:17.014Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default [2024-04-23T11:01:17.572Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned [2024-04-23T11:01:18.131Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-04-23T11:01:18.689Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice [2024-04-23T11:01:18.943Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice [2024-04-23T11:01:19.501Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice [2024-04-23T11:01:20.059Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-04-23T11:01:20.619Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice [2024-04-23T11:01:21.177Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.16s) [2024-04-23T11:01:21.177Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s) [2024-04-23T11:01:21.177Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s) [2024-04-23T11:01:21.177Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-04-23T11:01:21.177Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-04-23T11:01:21.177Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s) [2024-04-23T11:01:21.177Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s) [2024-04-23T11:01:21.177Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-04-23T11:01:21.177Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-04-23T11:01:21.177Z] === RUN TestCheckpoint [2024-04-23T11:01:21.177Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-04-23T11:01:21.177Z] --- SKIP: TestCheckpoint (0.00s) [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/commit [2024-04-23T11:01:21.177Z] === PAUSE TestContainerInvalidJSON/commit [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/create [2024-04-23T11:01:21.177Z] === PAUSE TestContainerInvalidJSON/containers/create [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2024-04-23T11:01:21.177Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2024-04-23T11:01:21.177Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2024-04-23T11:01:21.177Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2024-04-23T11:01:21.177Z] === CONT TestContainerInvalidJSON/commit [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2024-04-23T11:01:21.177Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2024-04-23T11:01:21.177Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2024-04-23T11:01:21.177Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2024-04-23T11:01:21.177Z] === CONT TestContainerInvalidJSON/containers/create [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/commit/empty_body [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2024-04-23T11:01:21.177Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON (0.01s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2024-04-23T11:01:21.177Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2024-04-23T11:01:21.177Z] === RUN TestCopyFromContainerPathDoesNotExist [2024-04-23T11:01:21.177Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2024-04-23T11:01:21.177Z] === RUN TestCopyFromContainerPathIsNotDir [2024-04-23T11:01:21.177Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2024-04-23T11:01:21.177Z] === RUN TestCopyToContainerPathDoesNotExist [2024-04-23T11:01:21.177Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2024-04-23T11:01:21.177Z] === RUN TestCopyEmptyFile [2024-04-23T11:01:21.177Z] --- PASS: TestCopyEmptyFile (0.05s) [2024-04-23T11:01:21.177Z] === RUN TestCopyToContainerPathIsNotDir [2024-04-23T11:01:21.431Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2024-04-23T11:01:21.431Z] === RUN TestCopyFromContainer [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer// [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/. [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer//. [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/./ [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer//./ [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer//bar/root [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer//bar/root/ [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer//bar/root/. [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/bar/quux [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/bar/quux/ [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/bar/quux/. [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/bar/quux/baz [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/bar/filesymlink [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/bar/dirsymlink [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2024-04-23T11:01:21.991Z] === RUN TestCopyFromContainer/bar/notarget [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer (0.67s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer// (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/. (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer//. (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/./ (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer//./ (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer//bar/root/. (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.00s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCopyFromContainer/bar/notarget (0.01s) [2024-04-23T11:01:21.991Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2024-04-23T11:01:21.991Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-04-23T11:01:21.991Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-04-23T11:01:21.991Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-04-23T11:01:21.991Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-04-23T11:01:21.991Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-04-23T11:01:21.991Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-04-23T11:01:21.991Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-04-23T11:01:21.991Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-04-23T11:01:21.991Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-04-23T11:01:21.991Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2024-04-23T11:01:21.991Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2024-04-23T11:01:21.991Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2024-04-23T11:01:21.991Z] === RUN TestCreateLinkToNonExistingContainer [2024-04-23T11:01:21.991Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2024-04-23T11:01:21.991Z] === RUN TestCreateWithInvalidEnv [2024-04-23T11:01:21.991Z] === RUN TestCreateWithInvalidEnv/0 [2024-04-23T11:01:21.991Z] === PAUSE TestCreateWithInvalidEnv/0 [2024-04-23T11:01:21.991Z] === RUN TestCreateWithInvalidEnv/1 [2024-04-23T11:01:21.991Z] === PAUSE TestCreateWithInvalidEnv/1 [2024-04-23T11:01:21.991Z] === RUN TestCreateWithInvalidEnv/2 [2024-04-23T11:01:21.991Z] === PAUSE TestCreateWithInvalidEnv/2 [2024-04-23T11:01:21.991Z] === CONT TestCreateWithInvalidEnv/0 [2024-04-23T11:01:21.991Z] === CONT TestCreateWithInvalidEnv/2 [2024-04-23T11:01:21.991Z] === CONT TestCreateWithInvalidEnv/1 [2024-04-23T11:01:21.991Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2024-04-23T11:01:21.991Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2024-04-23T11:01:21.991Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2024-04-23T11:01:21.991Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2024-04-23T11:01:21.991Z] === RUN TestCreateTmpfsMountsTarget [2024-04-23T11:01:21.991Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2024-04-23T11:01:21.991Z] === RUN TestCreateWithCustomMaskedPaths [2024-04-23T11:01:23.398Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s) [2024-04-23T11:01:23.398Z] === RUN TestCreateWithCustomReadonlyPaths [2024-04-23T11:01:24.320Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.13s) [2024-04-23T11:01:24.320Z] === RUN TestCreateWithInvalidHealthcheckParams [2024-04-23T11:01:24.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-04-23T11:01:24.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-04-23T11:01:24.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-04-23T11:01:24.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-04-23T11:01:24.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-04-23T11:01:24.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-04-23T11:01:24.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-04-23T11:01:24.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-04-23T11:01:24.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T11:01:24.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T11:01:24.320Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T11:01:24.320Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T11:01:24.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-04-23T11:01:24.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-04-23T11:01:24.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T11:01:24.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T11:01:24.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-04-23T11:01:24.320Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-04-23T11:01:24.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2024-04-23T11:01:24.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2024-04-23T11:01:24.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2024-04-23T11:01:24.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-04-23T11:01:24.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2024-04-23T11:01:24.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-04-23T11:01:24.320Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2024-04-23T11:01:24.320Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2024-04-23T11:01:24.878Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2024-04-23T11:01:24.878Z] === RUN TestCreateDifferentPlatform [2024-04-23T11:01:24.878Z] === RUN TestCreateDifferentPlatform/different_os [2024-04-23T11:01:24.878Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2024-04-23T11:01:24.878Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2024-04-23T11:01:24.878Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2024-04-23T11:01:24.878Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2024-04-23T11:01:24.878Z] === RUN TestCreateVolumesFromNonExistingContainer [2024-04-23T11:01:24.878Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2024-04-23T11:01:24.878Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2024-04-23T11:01:24.878Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2024-04-23T11:01:24.878Z] === RUN TestCreateInvalidHostConfig [2024-04-23T11:01:24.878Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2024-04-23T11:01:24.878Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2024-04-23T11:01:24.878Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2024-04-23T11:01:24.878Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2024-04-23T11:01:24.878Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-04-23T11:01:24.878Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-04-23T11:01:24.878Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2024-04-23T11:01:24.878Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2024-04-23T11:01:24.878Z] === RUN TestCreateInvalidHostConfig/invalid_Annotations [2024-04-23T11:01:24.878Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations [2024-04-23T11:01:24.878Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2024-04-23T11:01:24.878Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2024-04-23T11:01:24.878Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-04-23T11:01:24.878Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2024-04-23T11:01:24.878Z] === CONT TestCreateInvalidHostConfig/invalid_Annotations [2024-04-23T11:01:24.878Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2024-04-23T11:01:24.878Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2024-04-23T11:01:24.878Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2024-04-23T11:01:24.878Z] --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s) [2024-04-23T11:01:24.878Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2024-04-23T11:01:24.878Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2024-04-23T11:01:24.878Z] === RUN TestCreateWithMultipleEndpointSettings [2024-04-23T11:01:24.878Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.44 [2024-04-23T11:01:24.878Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.43 [2024-04-23T11:01:24.878Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.05s) [2024-04-23T11:01:24.878Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.04s) [2024-04-23T11:01:24.878Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s) [2024-04-23T11:01:24.878Z] === RUN TestCreateWithCustomMACs [2024-04-23T11:01:25.437Z] --- PASS: TestCreateWithCustomMACs (0.53s) [2024-04-23T11:01:25.437Z] === RUN TestContainerStartOnDaemonRestart [2024-04-23T11:01:25.437Z] === PAUSE TestContainerStartOnDaemonRestart [2024-04-23T11:01:25.437Z] === RUN TestDaemonRestartIpcMode [2024-04-23T11:01:25.437Z] === PAUSE TestDaemonRestartIpcMode [2024-04-23T11:01:25.437Z] === RUN TestDaemonHostGatewayIP [2024-04-23T11:01:25.437Z] === PAUSE TestDaemonHostGatewayIP [2024-04-23T11:01:25.437Z] === RUN TestRestartDaemonWithRestartingContainer [2024-04-23T11:01:25.437Z] === PAUSE TestRestartDaemonWithRestartingContainer [2024-04-23T11:01:25.437Z] === RUN TestHardRestartWhenContainerIsRunning [2024-04-23T11:01:25.437Z] === PAUSE TestHardRestartWhenContainerIsRunning [2024-04-23T11:01:25.437Z] === RUN TestContainerKillOnDaemonStart [2024-04-23T11:01:25.437Z] === PAUSE TestContainerKillOnDaemonStart [2024-04-23T11:01:25.437Z] === RUN TestDiff [2024-04-23T11:01:25.995Z] --- PASS: TestDiff (0.41s) [2024-04-23T11:01:25.995Z] === RUN TestDiffStoppedContainer [2024-04-23T11:01:26.249Z] --- PASS: TestDiffStoppedContainer (0.40s) [2024-04-23T11:01:26.249Z] === RUN TestExecConsoleSize [2024-04-23T11:01:26.807Z] --- PASS: TestExecConsoleSize (0.42s) [2024-04-23T11:01:26.807Z] === RUN TestExecWithCloseStdin [2024-04-23T11:01:27.062Z] --- PASS: TestExecWithCloseStdin (0.45s) [2024-04-23T11:01:27.062Z] === RUN TestExec [2024-04-23T11:01:27.621Z] --- PASS: TestExec (0.46s) [2024-04-23T11:01:27.621Z] === RUN TestExecUser [2024-04-23T11:01:28.179Z] --- PASS: TestExecUser (0.45s) [2024-04-23T11:01:28.179Z] === RUN TestExecWithGroupAdd [2024-04-23T11:01:28.433Z] --- PASS: TestExecWithGroupAdd (0.44s) [2024-04-23T11:01:28.433Z] === RUN TestExportContainerAndImportImage [2024-04-23T11:01:28.992Z] --- PASS: TestExportContainerAndImportImage (0.51s) [2024-04-23T11:01:28.992Z] === RUN TestExportContainerAfterDaemonRestart [2024-04-23T11:01:35.511Z] --- PASS: TestExportContainerAfterDaemonRestart (6.15s) [2024-04-23T11:01:35.511Z] === RUN TestHealthCheckWorkdir [2024-04-23T11:01:35.765Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2024-04-23T11:01:35.765Z] === RUN TestHealthKillContainer [2024-04-23T11:01:43.858Z] --- PASS: TestHealthKillContainer (7.73s) [2024-04-23T11:01:43.858Z] === RUN TestHealthCheckProcessKilled [2024-04-23T11:01:44.112Z] --- PASS: TestHealthCheckProcessKilled (0.59s) [2024-04-23T11:01:44.112Z] === RUN TestHealthStartInterval [2024-04-23T11:01:45.471Z] health_test.go:141: &{2024-04-23 11:01:45.137652192 +0000 UTC 2024-04-23 11:01:45.164141493 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T11:01:45.471Z] } [2024-04-23T11:01:45.471Z] health_test.go:141: &{2024-04-23 11:01:45.137652192 +0000 UTC 2024-04-23 11:01:45.164141493 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T11:01:45.471Z] } [2024-04-23T11:01:45.471Z] health_test.go:141: &{2024-04-23 11:01:45.137652192 +0000 UTC 2024-04-23 11:01:45.164141493 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T11:01:45.471Z] } [2024-04-23T11:01:45.725Z] health_test.go:141: &{2024-04-23 11:01:45.137652192 +0000 UTC 2024-04-23 11:01:45.164141493 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T11:01:45.725Z] } [2024-04-23T11:01:45.725Z] health_test.go:141: &{2024-04-23 11:01:45.137652192 +0000 UTC 2024-04-23 11:01:45.164141493 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T11:01:45.725Z] } [2024-04-23T11:01:45.979Z] health_test.go:141: &{2024-04-23 11:01:45.137652192 +0000 UTC 2024-04-23 11:01:45.164141493 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T11:01:45.979Z] } [2024-04-23T11:01:45.979Z] health_test.go:141: &{2024-04-23 11:01:45.137652192 +0000 UTC 2024-04-23 11:01:45.164141493 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T11:01:45.979Z] } [2024-04-23T11:01:45.979Z] health_test.go:141: &{2024-04-23 11:01:45.137652192 +0000 UTC 2024-04-23 11:01:45.164141493 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T11:01:45.979Z] } [2024-04-23T11:01:46.233Z] health_test.go:141: &{2024-04-23 11:01:45.137652192 +0000 UTC 2024-04-23 11:01:45.164141493 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T11:01:46.233Z] } [2024-04-23T11:01:46.233Z] health_test.go:141: &{2024-04-23 11:01:45.137652192 +0000 UTC 2024-04-23 11:01:45.164141493 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T11:01:46.233Z] } [2024-04-23T11:01:46.487Z] health_test.go:141: &{2024-04-23 11:01:46.164505943 +0000 UTC 2024-04-23 11:01:46.19074539 +0000 UTC 1 2} [2024-04-23T11:01:46.487Z] health_test.go:141: &{2024-04-23 11:01:46.164505943 +0000 UTC 2024-04-23 11:01:46.19074539 +0000 UTC 1 2} [2024-04-23T11:01:46.487Z] health_test.go:141: &{2024-04-23 11:01:46.164505943 +0000 UTC 2024-04-23 11:01:46.19074539 +0000 UTC 1 2} [2024-04-23T11:01:46.742Z] health_test.go:141: &{2024-04-23 11:01:46.164505943 +0000 UTC 2024-04-23 11:01:46.19074539 +0000 UTC 1 2} [2024-04-23T11:01:46.742Z] health_test.go:141: &{2024-04-23 11:01:46.164505943 +0000 UTC 2024-04-23 11:01:46.19074539 +0000 UTC 1 2} [2024-04-23T11:01:46.996Z] health_test.go:141: &{2024-04-23 11:01:46.164505943 +0000 UTC 2024-04-23 11:01:46.19074539 +0000 UTC 1 2} [2024-04-23T11:01:46.996Z] health_test.go:141: &{2024-04-23 11:01:46.164505943 +0000 UTC 2024-04-23 11:01:46.19074539 +0000 UTC 1 2} [2024-04-23T11:01:46.996Z] health_test.go:141: &{2024-04-23 11:01:46.164505943 +0000 UTC 2024-04-23 11:01:46.19074539 +0000 UTC 1 2} [2024-04-23T11:01:47.250Z] health_test.go:141: &{2024-04-23 11:01:46.164505943 +0000 UTC 2024-04-23 11:01:46.19074539 +0000 UTC 1 2} [2024-04-23T11:01:47.250Z] health_test.go:141: &{2024-04-23 11:01:46.164505943 +0000 UTC 2024-04-23 11:01:46.19074539 +0000 UTC 1 2} [2024-04-23T11:01:47.504Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:48.426Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:49.348Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:50.271Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:51.630Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:52.552Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:53.474Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:54.397Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:55.319Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:56.677Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:57.599Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:58.520Z] health_test.go:169: 1.026616495s [2024-04-23T11:01:59.442Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:00.364Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:01.286Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:02.643Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:03.565Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:04.486Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:05.408Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:06.330Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:07.688Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:08.626Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:09.552Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:10.474Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:11.396Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:12.317Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:13.675Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:14.596Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:15.519Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:16.441Z] health_test.go:169: 1.026616495s [2024-04-23T11:02:17.799Z] --- PASS: TestHealthStartInterval (33.58s) [2024-04-23T11:02:17.799Z] === RUN TestInspectAnnotations [2024-04-23T11:02:17.799Z] --- PASS: TestInspectAnnotations (0.05s) [2024-04-23T11:02:17.799Z] === RUN TestNetworkAliasesAreEmpty [2024-04-23T11:02:17.799Z] === RUN TestNetworkAliasesAreEmpty/host [2024-04-23T11:02:17.799Z] === RUN TestNetworkAliasesAreEmpty/bridge [2024-04-23T11:02:17.799Z] === RUN TestNetworkAliasesAreEmpty/none [2024-04-23T11:02:17.799Z] --- PASS: TestNetworkAliasesAreEmpty (0.12s) [2024-04-23T11:02:17.799Z] --- PASS: TestNetworkAliasesAreEmpty/host (0.04s) [2024-04-23T11:02:17.799Z] --- PASS: TestNetworkAliasesAreEmpty/bridge (0.03s) [2024-04-23T11:02:17.799Z] --- PASS: TestNetworkAliasesAreEmpty/none (0.03s) [2024-04-23T11:02:17.799Z] === RUN TestIpcModeNone [2024-04-23T11:02:18.358Z] --- PASS: TestIpcModeNone (0.49s) [2024-04-23T11:02:18.358Z] === RUN TestIpcModePrivate [2024-04-23T11:02:18.612Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false [2024-04-23T11:02:18.612Z] --- PASS: TestIpcModePrivate (0.42s) [2024-04-23T11:02:18.612Z] === RUN TestIpcModeShareable [2024-04-23T11:02:18.866Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true [2024-04-23T11:02:19.120Z] --- PASS: TestIpcModeShareable (0.47s) [2024-04-23T11:02:19.120Z] === RUN TestAPIIpcModeShareableAndContainer [2024-04-23T11:02:20.043Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.01s) [2024-04-23T11:02:20.043Z] === RUN TestAPIIpcModeHost [2024-04-23T11:02:20.601Z] --- PASS: TestAPIIpcModeHost (0.29s) [2024-04-23T11:02:20.601Z] === RUN TestDaemonIpcModeShareable [2024-04-23T11:02:21.524Z] ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-04-23T11:02:21.524Z] --- PASS: TestDaemonIpcModeShareable (1.06s) [2024-04-23T11:02:21.524Z] === RUN TestDaemonIpcModePrivate [2024-04-23T11:02:22.446Z] ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-04-23T11:02:22.446Z] --- PASS: TestDaemonIpcModePrivate (1.00s) [2024-04-23T11:02:22.446Z] === RUN TestDaemonIpcModePrivateFromConfig [2024-04-23T11:02:23.368Z] ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-04-23T11:02:23.623Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.04s) [2024-04-23T11:02:23.623Z] === RUN TestDaemonIpcModeShareableFromConfig [2024-04-23T11:02:24.546Z] ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-04-23T11:02:24.546Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.05s) [2024-04-23T11:02:24.546Z] === RUN TestIpcModeOlderClient [2024-04-23T11:02:24.546Z] === PAUSE TestIpcModeOlderClient [2024-04-23T11:02:24.546Z] === RUN TestKillContainerInvalidSignal [2024-04-23T11:02:25.105Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2024-04-23T11:02:25.105Z] === RUN TestKillContainer [2024-04-23T11:02:25.105Z] === RUN TestKillContainer/no_signal [2024-04-23T11:02:25.359Z] === RUN TestKillContainer/non_killing_signal [2024-04-23T11:02:25.613Z] === RUN TestKillContainer/killing_signal [2024-04-23T11:02:26.171Z] --- PASS: TestKillContainer (1.26s) [2024-04-23T11:02:26.171Z] --- PASS: TestKillContainer/no_signal (0.38s) [2024-04-23T11:02:26.171Z] --- PASS: TestKillContainer/non_killing_signal (0.20s) [2024-04-23T11:02:26.171Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2024-04-23T11:02:26.171Z] === RUN TestKillWithStopSignalAndRestartPolicies [2024-04-23T11:02:26.171Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2024-04-23T11:02:26.729Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2024-04-23T11:02:27.288Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s) [2024-04-23T11:02:27.288Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2024-04-23T11:02:27.288Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2024-04-23T11:02:27.288Z] === RUN TestKillStoppedContainer [2024-04-23T11:02:27.288Z] --- PASS: TestKillStoppedContainer (0.04s) [2024-04-23T11:02:27.288Z] === RUN TestKillDifferentUserContainer [2024-04-23T11:02:27.542Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2024-04-23T11:02:27.542Z] === RUN TestInspectOomKilledTrue [2024-04-23T11:02:28.101Z] --- PASS: TestInspectOomKilledTrue (0.44s) [2024-04-23T11:02:28.101Z] === RUN TestInspectOomKilledFalse [2024-04-23T11:02:28.355Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2024-04-23T11:02:28.355Z] === RUN TestLinksEtcHostsContentMatch [2024-04-23T11:02:28.610Z] --- PASS: TestLinksEtcHostsContentMatch (0.21s) [2024-04-23T11:02:28.610Z] === RUN TestLinksContainerNames [2024-04-23T11:02:29.533Z] --- PASS: TestLinksContainerNames (0.86s) [2024-04-23T11:02:29.533Z] === RUN TestLogsFollowTailEmpty [2024-04-23T11:02:30.091Z] --- PASS: TestLogsFollowTailEmpty (0.46s) [2024-04-23T11:02:30.091Z] === RUN TestLogs [2024-04-23T11:02:30.091Z] === RUN TestLogs/driver_local [2024-04-23T11:02:30.091Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2024-04-23T11:02:30.091Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2024-04-23T11:02:30.091Z] === RUN TestLogs/driver_local/tty/only_stdout [2024-04-23T11:02:30.091Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2024-04-23T11:02:30.091Z] === RUN TestLogs/driver_local/tty/only_stderr [2024-04-23T11:02:30.091Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2024-04-23T11:02:30.091Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2024-04-23T11:02:30.091Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2024-04-23T11:02:30.091Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2024-04-23T11:02:30.091Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2024-04-23T11:02:30.091Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2024-04-23T11:02:30.091Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2024-04-23T11:02:30.091Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2024-04-23T11:02:30.091Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2024-04-23T11:02:30.091Z] === CONT TestLogs/driver_local/tty/only_stderr [2024-04-23T11:02:30.091Z] === CONT TestLogs/driver_local/tty/only_stdout [2024-04-23T11:02:30.091Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2024-04-23T11:02:30.091Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2024-04-23T11:02:31.450Z] === RUN TestLogs/driver_json-file [2024-04-23T11:02:31.450Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2024-04-23T11:02:31.450Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2024-04-23T11:02:31.450Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2024-04-23T11:02:31.450Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2024-04-23T11:02:31.450Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2024-04-23T11:02:31.450Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2024-04-23T11:02:31.450Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-04-23T11:02:31.450Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-04-23T11:02:31.450Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2024-04-23T11:02:31.450Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2024-04-23T11:02:31.450Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2024-04-23T11:02:31.450Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2024-04-23T11:02:31.450Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2024-04-23T11:02:31.450Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-04-23T11:02:31.450Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2024-04-23T11:02:31.450Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2024-04-23T11:02:31.450Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2024-04-23T11:02:31.450Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2024-04-23T11:02:32.809Z] --- PASS: TestLogs (2.89s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_local (0.01s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.95s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.02s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.17s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.23s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.28s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.36s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_json-file (0.01s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.94s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.29s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.35s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.41s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.48s) [2024-04-23T11:02:32.809Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.51s) [2024-04-23T11:02:32.809Z] === RUN TestContainerNetworkMountsNoChown [2024-04-23T11:02:33.367Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/default [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/default [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/private [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/private [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rprivate [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rprivate [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/slave [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/slave [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rslave [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rslave [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/shared [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/shared [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rshared [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rshared [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/default [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rslave [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rshared [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rslave/mount_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rshared/mount_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rshared/bind_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rshared/mount_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/default/bind_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/default/bind_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rslave/bind_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/default/bind_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/default/mount_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/default/mount_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/default/mount_subpath [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rshared/bind_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/slave [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/slave/bind_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rprivate [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/private [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/private/bind_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/private/bind_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/private/bind_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/private/mount_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/private/mount_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/private/mount_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/shared [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/shared/bind_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/default/bind_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/shared/mount_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/slave/mount_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rslave/mount_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2024-04-23T11:02:33.367Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/default/mount_root [2024-04-23T11:02:33.367Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/default/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/default/bind_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rslave/bind_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/private/bind_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/private/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/private/mount_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/private/bind_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/slave/bind_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/shared/bind_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/slave/mount_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/shared/mount_root [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2024-04-23T11:02:33.367Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot (0.01s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2024-04-23T11:02:33.622Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2024-04-23T11:02:33.622Z] === RUN TestContainerBindMountNonRecursive [2024-04-23T11:02:34.553Z] --- PASS: TestContainerBindMountNonRecursive (1.02s) [2024-04-23T11:02:34.553Z] === RUN TestContainerVolumesMountedAsShared [2024-04-23T11:02:35.118Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2024-04-23T11:02:35.118Z] === RUN TestContainerVolumesMountedAsSlave [2024-04-23T11:02:35.118Z] --- PASS: TestContainerVolumesMountedAsSlave (0.23s) [2024-04-23T11:02:35.118Z] === RUN TestContainerCopyLeaksMounts [2024-04-23T11:02:35.677Z] --- PASS: TestContainerCopyLeaksMounts (0.45s) [2024-04-23T11:02:35.677Z] === RUN TestContainerBindMountReadOnlyDefault [2024-04-23T11:02:35.677Z] === RUN TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 [2024-04-23T11:02:35.677Z] === RUN TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount [2024-04-23T11:02:36.235Z] === RUN TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount [2024-04-23T11:02:36.489Z] === RUN TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 [2024-04-23T11:02:36.489Z] === RUN TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount [2024-04-23T11:02:37.047Z] === RUN TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount [2024-04-23T11:02:37.301Z] === RUN TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default [2024-04-23T11:02:37.301Z] === RUN TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount [2024-04-23T11:02:37.555Z] === RUN TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount [2024-04-23T11:02:38.113Z] === RUN TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default [2024-04-23T11:02:38.113Z] === RUN TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount [2024-04-23T11:02:38.368Z] === RUN TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault (3.28s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 (0.84s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount (0.41s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount (0.43s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 (0.78s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount (0.39s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount (0.39s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default (0.76s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount (0.37s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount (0.38s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default (0.82s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount (0.39s) [2024-04-23T11:02:38.926Z] --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount (0.43s) [2024-04-23T11:02:38.926Z] === RUN TestContainerBindMountRecursivelyReadOnly [2024-04-23T11:02:40.285Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.32s) [2024-04-23T11:02:40.285Z] === RUN TestNetworkNat [2024-04-23T11:02:40.843Z] --- PASS: TestNetworkNat (0.44s) [2024-04-23T11:02:40.843Z] === RUN TestNetworkLocalhostTCPNat [2024-04-23T11:02:41.098Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2024-04-23T11:02:41.098Z] === RUN TestNetworkLoopbackNat [2024-04-23T11:02:43.603Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2024-04-23T11:02:43.603Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors [2024-04-23T11:02:43.857Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff [2024-04-23T11:02:43.857Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/export [2024-04-23T11:02:43.857Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container [2024-04-23T11:02:43.857Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container [2024-04-23T11:02:44.112Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.45s) [2024-04-23T11:02:44.112Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s) [2024-04-23T11:02:44.112Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s) [2024-04-23T11:02:44.112Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s) [2024-04-23T11:02:44.112Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s) [2024-04-23T11:02:44.112Z] === RUN TestPause [2024-04-23T11:02:44.670Z] --- PASS: TestPause (0.46s) [2024-04-23T11:02:44.670Z] === RUN TestPauseFailsOnWindowsServerContainers [2024-04-23T11:02:44.670Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-04-23T11:02:44.670Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2024-04-23T11:02:44.670Z] === RUN TestPauseStopPausedContainer [2024-04-23T11:02:44.925Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2024-04-23T11:02:44.925Z] === RUN TestPIDModeHost [2024-04-23T11:02:45.847Z] --- PASS: TestPIDModeHost (0.91s) [2024-04-23T11:02:45.847Z] === RUN TestPIDModeContainer [2024-04-23T11:02:45.847Z] === RUN TestPIDModeContainer/non-existing_container [2024-04-23T11:02:45.847Z] === RUN TestPIDModeContainer/non-running_container [2024-04-23T11:02:46.101Z] === RUN TestPIDModeContainer/running_container [2024-04-23T11:02:47.023Z] --- PASS: TestPIDModeContainer (1.02s) [2024-04-23T11:02:47.023Z] --- PASS: TestPIDModeContainer/non-existing_container (0.00s) [2024-04-23T11:02:47.023Z] --- PASS: TestPIDModeContainer/non-running_container (0.15s) [2024-04-23T11:02:47.023Z] --- PASS: TestPIDModeContainer/running_container (0.45s) [2024-04-23T11:02:47.023Z] === RUN TestPsFilter [2024-04-23T11:02:47.023Z] === RUN TestPsFilter/since [2024-04-23T11:02:47.023Z] === RUN TestPsFilter/before [2024-04-23T11:02:47.023Z] --- PASS: TestPsFilter (0.12s) [2024-04-23T11:02:47.023Z] --- PASS: TestPsFilter/since (0.00s) [2024-04-23T11:02:47.023Z] --- PASS: TestPsFilter/before (0.00s) [2024-04-23T11:02:47.023Z] === RUN TestRemoveContainerWithRemovedVolume [2024-04-23T11:02:47.584Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2024-04-23T11:02:47.584Z] === RUN TestRemoveContainerWithVolume [2024-04-23T11:02:47.838Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2024-04-23T11:02:47.838Z] === RUN TestRemoveContainerRunning [2024-04-23T11:02:48.396Z] --- PASS: TestRemoveContainerRunning (0.41s) [2024-04-23T11:02:48.396Z] === RUN TestRemoveContainerForceRemoveRunning [2024-04-23T11:02:48.651Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2024-04-23T11:02:48.651Z] === RUN TestRemoveInvalidContainer [2024-04-23T11:02:48.651Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2024-04-23T11:02:48.651Z] === RUN TestRenameLinkedContainer [2024-04-23T11:02:50.531Z] --- PASS: TestRenameLinkedContainer (1.84s) [2024-04-23T11:02:50.531Z] === RUN TestRenameStoppedContainer [2024-04-23T11:02:51.089Z] --- PASS: TestRenameStoppedContainer (0.38s) [2024-04-23T11:02:51.089Z] === RUN TestRenameRunningContainerAndReuse [2024-04-23T11:02:51.647Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s) [2024-04-23T11:02:51.647Z] === RUN TestRenameInvalidName [2024-04-23T11:02:52.206Z] --- PASS: TestRenameInvalidName (0.45s) [2024-04-23T11:02:52.206Z] === RUN TestRenameAnonymousContainer [2024-04-23T11:02:53.565Z] --- PASS: TestRenameAnonymousContainer (1.42s) [2024-04-23T11:02:53.565Z] === RUN TestRenameContainerWithSameName [2024-04-23T11:02:54.124Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2024-04-23T11:02:54.124Z] === RUN TestRenameContainerWithLinkedContainer [2024-04-23T11:02:55.046Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s) [2024-04-23T11:02:55.046Z] === RUN TestRenameContainerTwice [2024-04-23T11:02:55.300Z] --- PASS: TestRenameContainerTwice (0.41s) [2024-04-23T11:02:55.300Z] === RUN TestResize [2024-04-23T11:02:55.300Z] === RUN TestResize/success [2024-04-23T11:02:55.555Z] === RUN TestResize/invalid_size [2024-04-23T11:02:55.809Z] === RUN TestResize/invalid_state [2024-04-23T11:02:56.063Z] --- PASS: TestResize (0.89s) [2024-04-23T11:02:56.063Z] --- PASS: TestResize/success (0.23s) [2024-04-23T11:02:56.063Z] --- PASS: TestResize/invalid_size (0.22s) [2024-04-23T11:02:56.063Z] --- PASS: TestResize/invalid_state (0.03s) [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-04-23T11:02:56.063Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-04-23T11:02:56.063Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-04-23T11:02:56.063Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-04-23T11:02:56.063Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T11:02:56.063Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-04-23T11:02:56.063Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-04-23T11:02:56.063Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-04-23T11:02:56.063Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-04-23T11:02:56.063Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-04-23T11:02:56.063Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-04-23T11:02:57.946Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-04-23T11:02:58.200Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-04-23T11:02:59.123Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-04-23T11:02:59.123Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-04-23T11:02:59.123Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T11:02:59.123Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T11:02:59.123Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T11:02:59.123Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.78s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.02s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.75s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.75s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.76s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.78s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.16s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.05s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.50s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.21s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.17s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.74s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.45s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.61s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.65s) [2024-04-23T11:03:04.374Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.17s) [2024-04-23T11:03:04.374Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2024-04-23T11:03:04.374Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2024-04-23T11:03:05.297Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2024-04-23T11:03:06.220Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.91s) [2024-04-23T11:03:06.220Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.96s) [2024-04-23T11:03:06.220Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.94s) [2024-04-23T11:03:06.220Z] === RUN TestContainerRestartWithCancelledRequest [2024-04-23T11:03:08.102Z] --- PASS: TestContainerRestartWithCancelledRequest (1.74s) [2024-04-23T11:03:08.102Z] === RUN TestCgroupNamespacesRun [2024-04-23T11:03:09.025Z] --- PASS: TestCgroupNamespacesRun (1.04s) [2024-04-23T11:03:09.025Z] === RUN TestCgroupNamespacesRunPrivileged [2024-04-23T11:03:09.948Z] --- PASS: TestCgroupNamespacesRunPrivileged (0.99s) [2024-04-23T11:03:09.948Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2024-04-23T11:03:10.871Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.02s) [2024-04-23T11:03:10.871Z] === RUN TestCgroupNamespacesRunHostMode [2024-04-23T11:03:12.230Z] --- PASS: TestCgroupNamespacesRunHostMode (1.03s) [2024-04-23T11:03:12.230Z] === RUN TestCgroupNamespacesRunPrivateMode [2024-04-23T11:03:13.152Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.03s) [2024-04-23T11:03:13.152Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2024-04-23T11:03:14.075Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.04s) [2024-04-23T11:03:14.075Z] === RUN TestCgroupNamespacesRunInvalidMode [2024-04-23T11:03:14.633Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s) [2024-04-23T11:03:14.633Z] === RUN TestCgroupNamespacesRunOlderClient [2024-04-23T11:03:15.992Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.03s) [2024-04-23T11:03:15.992Z] === RUN TestNISDomainname [2024-04-23T11:03:16.246Z] --- PASS: TestNISDomainname (0.48s) [2024-04-23T11:03:16.246Z] === RUN TestHostnameDnsResolution [2024-04-23T11:03:16.805Z] --- PASS: TestHostnameDnsResolution (0.62s) [2024-04-23T11:03:16.805Z] === RUN TestUnprivilegedPortsAndPing [2024-04-23T11:03:17.364Z] --- PASS: TestUnprivilegedPortsAndPing (0.49s) [2024-04-23T11:03:17.364Z] === RUN TestPrivilegedHostDevices [2024-04-23T11:03:17.923Z] --- PASS: TestPrivilegedHostDevices (0.48s) [2024-04-23T11:03:17.923Z] === RUN TestRunConsoleSize [2024-04-23T11:03:18.177Z] --- PASS: TestRunConsoleSize (0.40s) [2024-04-23T11:03:18.177Z] === RUN TestRunWithAlternativeContainerdShim [2024-04-23T11:03:23.406Z] --- PASS: TestRunWithAlternativeContainerdShim (5.28s) [2024-04-23T11:03:23.406Z] === RUN TestMacAddressIsAppliedToMainNetworkWithShortID [2024-04-23T11:03:24.765Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.04s) [2024-04-23T11:03:24.765Z] === RUN TestStaticIPOutsideSubpool [2024-04-23T11:03:25.688Z] --- PASS: TestStaticIPOutsideSubpool (1.15s) [2024-04-23T11:03:25.688Z] === RUN TestWorkingDirNormalization [2024-04-23T11:03:25.688Z] === RUN TestWorkingDirNormalization/trailing_slash [2024-04-23T11:03:25.688Z] === PAUSE TestWorkingDirNormalization/trailing_slash [2024-04-23T11:03:25.688Z] === RUN TestWorkingDirNormalization/no_trailing_slash [2024-04-23T11:03:25.688Z] === PAUSE TestWorkingDirNormalization/no_trailing_slash [2024-04-23T11:03:25.688Z] === CONT TestWorkingDirNormalization/trailing_slash [2024-04-23T11:03:25.688Z] === CONT TestWorkingDirNormalization/no_trailing_slash [2024-04-23T11:03:26.246Z] --- PASS: TestWorkingDirNormalization (0.01s) [2024-04-23T11:03:26.246Z] --- PASS: TestWorkingDirNormalization/trailing_slash (0.52s) [2024-04-23T11:03:26.246Z] --- PASS: TestWorkingDirNormalization/no_trailing_slash (0.56s) [2024-04-23T11:03:26.246Z] === RUN TestStats [2024-04-23T11:03:27.604Z] --- PASS: TestStats (1.41s) [2024-04-23T11:03:27.604Z] === RUN TestStopContainerWithTimeout [2024-04-23T11:03:27.604Z] === RUN TestStopContainerWithTimeout/0 [2024-04-23T11:03:27.604Z] === PAUSE TestStopContainerWithTimeout/0 [2024-04-23T11:03:27.604Z] === RUN TestStopContainerWithTimeout/1 [2024-04-23T11:03:27.604Z] === PAUSE TestStopContainerWithTimeout/1 [2024-04-23T11:03:27.604Z] === RUN TestStopContainerWithTimeout/3 [2024-04-23T11:03:27.604Z] === PAUSE TestStopContainerWithTimeout/3 [2024-04-23T11:03:27.604Z] === RUN TestStopContainerWithTimeout/-1 [2024-04-23T11:03:27.604Z] === PAUSE TestStopContainerWithTimeout/-1 [2024-04-23T11:03:27.604Z] === CONT TestStopContainerWithTimeout/0 [2024-04-23T11:03:27.604Z] === CONT TestStopContainerWithTimeout/-1 [2024-04-23T11:03:27.604Z] === CONT TestStopContainerWithTimeout/3 [2024-04-23T11:03:27.604Z] === CONT TestStopContainerWithTimeout/1 [2024-04-23T11:03:30.860Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2024-04-23T11:03:30.860Z] --- PASS: TestStopContainerWithTimeout/0 (0.92s) [2024-04-23T11:03:30.860Z] --- PASS: TestStopContainerWithTimeout/1 (2.09s) [2024-04-23T11:03:30.860Z] --- PASS: TestStopContainerWithTimeout/3 (3.08s) [2024-04-23T11:03:30.860Z] --- PASS: TestStopContainerWithTimeout/-1 (3.13s) [2024-04-23T11:03:30.860Z] === RUN TestStopContainerWithTimeoutCancel [2024-04-23T11:03:30.860Z] === PAUSE TestStopContainerWithTimeoutCancel [2024-04-23T11:03:30.860Z] === RUN TestStopContainerWithRestartPolicyAlways [2024-04-23T11:03:32.218Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.25s) [2024-04-23T11:03:32.218Z] === RUN TestUpdateMemory [2024-04-23T11:03:32.473Z] --- PASS: TestUpdateMemory (0.48s) [2024-04-23T11:03:32.473Z] === RUN TestUpdateCPUQuota [2024-04-23T11:03:33.395Z] --- PASS: TestUpdateCPUQuota (0.61s) [2024-04-23T11:03:33.395Z] === RUN TestUpdatePidsLimit [2024-04-23T11:03:33.395Z] === RUN TestUpdatePidsLimit/update_from_none [2024-04-23T11:03:33.395Z] === RUN TestUpdatePidsLimit/no_change [2024-04-23T11:03:33.395Z] === RUN TestUpdatePidsLimit/update_lower [2024-04-23T11:03:33.656Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2024-04-23T11:03:33.919Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2024-04-23T11:03:33.919Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2024-04-23T11:03:34.176Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2024-04-23T11:03:34.735Z] --- PASS: TestUpdatePidsLimit (1.47s) [2024-04-23T11:03:34.735Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.15s) [2024-04-23T11:03:34.735Z] --- PASS: TestUpdatePidsLimit/no_change (0.15s) [2024-04-23T11:03:34.735Z] --- PASS: TestUpdatePidsLimit/update_lower (0.15s) [2024-04-23T11:03:34.735Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.15s) [2024-04-23T11:03:34.735Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.15s) [2024-04-23T11:03:34.735Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.15s) [2024-04-23T11:03:34.735Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.15s) [2024-04-23T11:03:34.735Z] === RUN TestUpdateRestartPolicy [2024-04-23T11:03:46.883Z] --- PASS: TestUpdateRestartPolicy (10.53s) [2024-04-23T11:03:46.883Z] === RUN TestUpdateRestartWithAutoRemove [2024-04-23T11:03:46.883Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2024-04-23T11:03:46.883Z] === RUN TestWaitNonBlocked [2024-04-23T11:03:46.883Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-04-23T11:03:46.883Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-04-23T11:03:46.883Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2024-04-23T11:03:46.883Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2024-04-23T11:03:46.883Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-04-23T11:03:46.883Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2024-04-23T11:03:46.883Z] --- PASS: TestWaitNonBlocked (0.02s) [2024-04-23T11:03:46.883Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.55s) [2024-04-23T11:03:46.883Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.61s) [2024-04-23T11:03:46.883Z] === RUN TestWaitBlocked [2024-04-23T11:03:46.883Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2024-04-23T11:03:46.883Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2024-04-23T11:03:46.883Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2024-04-23T11:03:46.883Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2024-04-23T11:03:46.883Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2024-04-23T11:03:46.883Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2024-04-23T11:03:46.883Z] --- PASS: TestWaitBlocked (0.02s) [2024-04-23T11:03:46.883Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.53s) [2024-04-23T11:03:46.883Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.56s) [2024-04-23T11:03:46.883Z] === RUN TestWaitConditions [2024-04-23T11:03:46.883Z] === RUN TestWaitConditions/default [2024-04-23T11:03:46.883Z] === PAUSE TestWaitConditions/default [2024-04-23T11:03:46.883Z] === RUN TestWaitConditions/not-running [2024-04-23T11:03:46.883Z] === PAUSE TestWaitConditions/not-running [2024-04-23T11:03:46.883Z] === RUN TestWaitConditions/next-exit [2024-04-23T11:03:46.883Z] === PAUSE TestWaitConditions/next-exit [2024-04-23T11:03:46.883Z] === RUN TestWaitConditions/removed [2024-04-23T11:03:46.883Z] === PAUSE TestWaitConditions/removed [2024-04-23T11:03:46.883Z] === CONT TestWaitConditions/default [2024-04-23T11:03:46.883Z] === CONT TestWaitConditions/next-exit [2024-04-23T11:03:46.883Z] === CONT TestWaitConditions/not-running [2024-04-23T11:03:46.883Z] === CONT TestWaitConditions/removed [2024-04-23T11:03:46.883Z] wait_test.go:145: ContainerID = ab4e922238e506b04f0063d93d54abfe0f7bc470ea491bebe667a3799290c971 [2024-04-23T11:03:46.883Z] wait_test.go:145: ContainerID = 52ab0d5d7a9afd73ed4ddcb42f25f5cb2a633bb2984e306142b8e3ddf89da779 [2024-04-23T11:03:46.883Z] wait_test.go:145: ContainerID = 5418408b9e4f0c72c599ce3aaf407451bcc496561d53dd6270c41655ae3c6551 [2024-04-23T11:03:46.883Z] wait_test.go:145: ContainerID = 237f1492b8ca07109a03b4a3ef1102fd463c4aca8bcbdc721a2e5ea6fb45003a [2024-04-23T11:03:47.806Z] --- PASS: TestWaitConditions (0.03s) [2024-04-23T11:03:47.806Z] --- PASS: TestWaitConditions/removed (0.66s) [2024-04-23T11:03:47.806Z] --- PASS: TestWaitConditions/next-exit (0.92s) [2024-04-23T11:03:47.806Z] --- PASS: TestWaitConditions/default (1.00s) [2024-04-23T11:03:47.806Z] --- PASS: TestWaitConditions/not-running (1.08s) [2024-04-23T11:03:47.806Z] === RUN TestWaitRestartedContainer [2024-04-23T11:03:47.806Z] === RUN TestWaitRestartedContainer/default [2024-04-23T11:03:47.806Z] === PAUSE TestWaitRestartedContainer/default [2024-04-23T11:03:47.806Z] === RUN TestWaitRestartedContainer/not-running [2024-04-23T11:03:47.806Z] === PAUSE TestWaitRestartedContainer/not-running [2024-04-23T11:03:47.806Z] === RUN TestWaitRestartedContainer/next-exit [2024-04-23T11:03:47.806Z] === PAUSE TestWaitRestartedContainer/next-exit [2024-04-23T11:03:47.806Z] === CONT TestWaitRestartedContainer/default [2024-04-23T11:03:47.806Z] === CONT TestWaitRestartedContainer/next-exit [2024-04-23T11:03:47.806Z] === CONT TestWaitRestartedContainer/not-running [2024-04-23T11:03:49.690Z] --- PASS: TestWaitRestartedContainer (0.01s) [2024-04-23T11:03:49.690Z] --- PASS: TestWaitRestartedContainer/not-running (1.35s) [2024-04-23T11:03:49.690Z] --- PASS: TestWaitRestartedContainer/default (1.62s) [2024-04-23T11:03:49.690Z] --- PASS: TestWaitRestartedContainer/next-exit (1.66s) [2024-04-23T11:03:49.690Z] === CONT TestHardRestartWhenContainerIsRunning [2024-04-23T11:03:49.690Z] === CONT TestDaemonRestartIpcMode [2024-04-23T11:03:49.690Z] === CONT TestDaemonHostGatewayIP [2024-04-23T11:03:49.690Z] === CONT TestIpcModeOlderClient [2024-04-23T11:03:49.690Z] === CONT TestContainerKillOnDaemonStart [2024-04-23T11:03:49.690Z] === CONT TestStopContainerWithTimeoutCancel [2024-04-23T11:03:49.690Z] === CONT TestContainerStartOnDaemonRestart [2024-04-23T11:03:49.690Z] === CONT TestRestartDaemonWithRestartingContainer [2024-04-23T11:03:49.690Z] --- PASS: TestIpcModeOlderClient (0.09s) [2024-04-23T11:03:51.572Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=none [2024-04-23T11:03:51.572Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure [2024-04-23T11:03:51.827Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.16s) [2024-04-23T11:03:51.827Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s) [2024-04-23T11:03:51.827Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.36s) [2024-04-23T11:03:52.386Z] --- PASS: TestContainerStartOnDaemonRestart (2.83s) [2024-04-23T11:03:52.945Z] --- PASS: TestDaemonHostGatewayIP (3.27s) [2024-04-23T11:03:53.199Z] --- PASS: TestDaemonRestartIpcMode (3.64s) [2024-04-23T11:03:53.199Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.66s) [2024-04-23T11:03:53.199Z] --- PASS: TestStopContainerWithTimeoutCancel (3.70s) [2024-04-23T11:04:01.263Z] --- PASS: TestContainerKillOnDaemonStart (11.64s) [2024-04-23T11:04:01.263Z] PASS [2024-04-23T11:04:01.263Z] [2024-04-23T11:04:01.263Z] === Skipped [2024-04-23T11:04:01.263Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2024-04-23T11:04:01.263Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-04-23T11:04:01.263Z] [2024-04-23T11:04:01.263Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2024-04-23T11:04:01.263Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-04-23T11:04:01.263Z] [2024-04-23T11:04:01.263Z] DONE 330 tests, 2 skipped in 165.363s [2024-04-23T11:04:01.263Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2024-04-23T11:04:01.263Z] ++ '[' -n '' ']' [2024-04-23T11:04:01.263Z] ++ 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 [2024-04-23T11:04:01.263Z] ++ set -e [2024-04-23T11:04:01.263Z] ++ '[' -n 0 ']' [2024-04-23T11:04:01.263Z] ++ set -x [2024-04-23T11:04:01.263Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:04:01.263Z] INFO: Testing against a local daemon [2024-04-23T11:04:01.263Z] === RUN TestConfigDaemonID [2024-04-23T11:04:02.621Z] daemon_test.go:61: [db18c7b181de0] daemon is not started [2024-04-23T11:04:02.621Z] --- PASS: TestConfigDaemonID (1.04s) [2024-04-23T11:04:02.621Z] === RUN TestDaemonConfigValidation [2024-04-23T11:04:02.621Z] === RUN TestDaemonConfigValidation/config_with_no_content [2024-04-23T11:04:02.621Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2024-04-23T11:04:02.621Z] === RUN TestDaemonConfigValidation/config_with_{} [2024-04-23T11:04:02.621Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2024-04-23T11:04:02.621Z] === RUN TestDaemonConfigValidation/invalid_config [2024-04-23T11:04:02.621Z] === PAUSE TestDaemonConfigValidation/invalid_config [2024-04-23T11:04:02.621Z] === RUN TestDaemonConfigValidation/malformed_config [2024-04-23T11:04:02.621Z] === PAUSE TestDaemonConfigValidation/malformed_config [2024-04-23T11:04:02.621Z] === RUN TestDaemonConfigValidation/valid_config [2024-04-23T11:04:02.621Z] === PAUSE TestDaemonConfigValidation/valid_config [2024-04-23T11:04:02.621Z] === CONT TestDaemonConfigValidation/config_with_no_content [2024-04-23T11:04:02.621Z] === CONT TestDaemonConfigValidation/malformed_config [2024-04-23T11:04:02.621Z] === CONT TestDaemonConfigValidation/invalid_config [2024-04-23T11:04:02.621Z] === CONT TestDaemonConfigValidation/config_with_{} [2024-04-23T11:04:02.621Z] === CONT TestDaemonConfigValidation/valid_config [2024-04-23T11:04:02.621Z] --- PASS: TestDaemonConfigValidation (0.00s) [2024-04-23T11:04:02.621Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s) [2024-04-23T11:04:02.621Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.05s) [2024-04-23T11:04:02.621Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2024-04-23T11:04:02.621Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2024-04-23T11:04:02.621Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2024-04-23T11:04:02.621Z] === RUN TestConfigDaemonSeccompProfiles [2024-04-23T11:04:02.621Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2024-04-23T11:04:03.544Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2024-04-23T11:04:04.466Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2024-04-23T11:04:05.825Z] daemon_test.go:180: [de23c733a8cfe] daemon is not started [2024-04-23T11:04:05.825Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2024-04-23T11:04:05.825Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2024-04-23T11:04:05.825Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2024-04-23T11:04:05.825Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2024-04-23T11:04:05.825Z] === RUN TestDaemonProxy [2024-04-23T11:04:05.825Z] === RUN TestDaemonProxy/environment_variables [2024-04-23T11:04:05.825Z] === PAUSE TestDaemonProxy/environment_variables [2024-04-23T11:04:05.825Z] === RUN TestDaemonProxy/command-line_options [2024-04-23T11:04:05.825Z] === PAUSE TestDaemonProxy/command-line_options [2024-04-23T11:04:05.825Z] === RUN TestDaemonProxy/configuration_file [2024-04-23T11:04:05.825Z] === PAUSE TestDaemonProxy/configuration_file [2024-04-23T11:04:05.825Z] === RUN TestDaemonProxy/conflicting_options [2024-04-23T11:04:06.079Z] === RUN TestDaemonProxy/reload_sanitized [2024-04-23T11:04:06.079Z] === PAUSE TestDaemonProxy/reload_sanitized [2024-04-23T11:04:06.079Z] === CONT TestDaemonProxy/environment_variables [2024-04-23T11:04:06.079Z] === CONT TestDaemonProxy/configuration_file [2024-04-23T11:04:06.079Z] === CONT TestDaemonProxy/reload_sanitized [2024-04-23T11:04:06.079Z] === CONT TestDaemonProxy/command-line_options [2024-04-23T11:04:07.438Z] --- PASS: TestDaemonProxy (0.50s) [2024-04-23T11:04:07.438Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2024-04-23T11:04:07.438Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) [2024-04-23T11:04:07.438Z] --- PASS: TestDaemonProxy/configuration_file (1.49s) [2024-04-23T11:04:07.438Z] --- PASS: TestDaemonProxy/environment_variables (1.49s) [2024-04-23T11:04:07.438Z] --- PASS: TestDaemonProxy/command-line_options (1.49s) [2024-04-23T11:04:07.438Z] === RUN TestLiveRestore [2024-04-23T11:04:07.438Z] === RUN TestLiveRestore/volume_references [2024-04-23T11:04:07.438Z] === PAUSE TestLiveRestore/volume_references [2024-04-23T11:04:07.438Z] === RUN TestLiveRestore/autoremove [2024-04-23T11:04:07.438Z] === PAUSE TestLiveRestore/autoremove [2024-04-23T11:04:07.438Z] === CONT TestLiveRestore/volume_references [2024-04-23T11:04:07.438Z] === CONT TestLiveRestore/autoremove [2024-04-23T11:04:07.438Z] === RUN TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers [2024-04-23T11:04:07.996Z] === RUN TestLiveRestore/volume_references/restartPolicy [2024-04-23T11:04:07.996Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2024-04-23T11:04:09.356Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2024-04-23T11:04:09.356Z] === RUN TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited [2024-04-23T11:04:10.280Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2024-04-23T11:04:11.204Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2024-04-23T11:04:12.128Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options [2024-04-23T11:04:12.687Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted [2024-04-23T11:04:13.248Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore (0.00s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/autoremove (3.36s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.79s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.57s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/volume_references (6.72s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.91s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.06s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.99s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.94s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.92s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.27s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.34s) [2024-04-23T11:04:14.191Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.93s) [2024-04-23T11:04:14.191Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip [2024-04-23T11:04:15.115Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.68s) [2024-04-23T11:04:15.115Z] PASS [2024-04-23T11:04:15.115Z] [2024-04-23T11:04:15.115Z] DONE 31 tests in 13.667s [2024-04-23T11:04:15.115Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2024-04-23T11:04:15.115Z] ++ '[' -n '' ']' [2024-04-23T11:04:15.115Z] ++ 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 [2024-04-23T11:04:15.115Z] ++ set -e [2024-04-23T11:04:15.115Z] ++ '[' -n 0 ']' [2024-04-23T11:04:15.115Z] ++ set -x [2024-04-23T11:04:15.115Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:04:15.115Z] INFO: Testing against a local daemon [2024-04-23T11:04:15.115Z] === RUN TestCommitInheritsEnv [2024-04-23T11:04:15.115Z] --- PASS: TestCommitInheritsEnv (0.16s) [2024-04-23T11:04:15.115Z] === RUN TestUsernsCommit [2024-04-23T11:04:16.475Z] --- PASS: TestUsernsCommit (1.41s) [2024-04-23T11:04:16.475Z] === RUN TestImportExtremelyLargeImageWorks [2024-04-23T11:04:16.475Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2024-04-23T11:04:16.475Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2024-04-23T11:04:16.475Z] === RUN TestImportWithCustomPlatform [2024-04-23T11:04:16.475Z] === RUN TestImportWithCustomPlatform/#00 [2024-04-23T11:04:16.475Z] === RUN TestImportWithCustomPlatform/linux [2024-04-23T11:04:16.475Z] === RUN TestImportWithCustomPlatform/LINUX [2024-04-23T11:04:16.475Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatform (0.11s) [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatform/#00 (0.02s) [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatform/linux (0.02s) [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.02s) [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s) [2024-04-23T11:04:16.730Z] === RUN TestImportWithCustomPlatformReject [2024-04-23T11:04:16.730Z] === RUN TestImportWithCustomPlatformReject/_______ [2024-04-23T11:04:16.730Z] === RUN TestImportWithCustomPlatformReject// [2024-04-23T11:04:16.730Z] === RUN TestImportWithCustomPlatformReject/macos [2024-04-23T11:04:16.730Z] === RUN TestImportWithCustomPlatformReject/macos/arm64 [2024-04-23T11:04:16.730Z] === RUN TestImportWithCustomPlatformReject/nintendo64 [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatformReject (0.01s) [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s) [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatformReject// (0.00s) [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatformReject/macos (0.00s) [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s) [2024-04-23T11:04:16.730Z] --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s) [2024-04-23T11:04:16.730Z] === RUN TestImageInspectEmptyTagsAndDigests [2024-04-23T11:04:16.730Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s) [2024-04-23T11:04:16.730Z] === RUN TestImagesFilterMultiReference [2024-04-23T11:04:16.730Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2024-04-23T11:04:16.730Z] === RUN TestImagesFilterUntil [2024-04-23T11:04:16.985Z] list_test.go:99: ImageList: ID=sha256:27a11d673db36e5870d152d862a84130034551766924f5d254e5575ba8946bba RepoTags=[testimagesfilteruntil:v1] [2024-04-23T11:04:16.985Z] --- PASS: TestImagesFilterUntil (0.27s) [2024-04-23T11:04:16.985Z] === RUN TestImagesFilterBeforeSince [2024-04-23T11:04:17.239Z] list_test.go:133: ImageList: ID=sha256:2d4bdbb4d694f05e56c68035a2cf2dd8bb029d2ac9490615016ced22c192e12e RepoTags=[testimagesfilterbeforesince:v3] [2024-04-23T11:04:17.239Z] list_test.go:133: ImageList: ID=sha256:5d0261b3d8ea97d20211c8bd98edb7f4c00d47775a9088d82a744b62548f7524 RepoTags=[testimagesfilterbeforesince:v2] [2024-04-23T11:04:17.239Z] list_test.go:133: ImageList: ID=sha256:86282f6f2d5b68ac22cf4e8c646ee1f3226081d61c390656c65a1739ad8c0592 RepoTags=[testimagesfilterbeforesince:v1] [2024-04-23T11:04:17.239Z] --- PASS: TestImagesFilterBeforeSince (0.28s) [2024-04-23T11:04:17.239Z] === RUN TestAPIImagesFilters [2024-04-23T11:04:17.239Z] === RUN TestAPIImagesFilters/repository_regex [2024-04-23T11:04:17.239Z] === PAUSE TestAPIImagesFilters/repository_regex [2024-04-23T11:04:17.239Z] === RUN TestAPIImagesFilters/image_name_regex [2024-04-23T11:04:17.239Z] === PAUSE TestAPIImagesFilters/image_name_regex [2024-04-23T11:04:17.239Z] === RUN TestAPIImagesFilters/image_name_without_a_tag [2024-04-23T11:04:17.239Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag [2024-04-23T11:04:17.239Z] === RUN TestAPIImagesFilters/registry_port_regex [2024-04-23T11:04:17.239Z] === PAUSE TestAPIImagesFilters/registry_port_regex [2024-04-23T11:04:17.239Z] === CONT TestAPIImagesFilters/repository_regex [2024-04-23T11:04:17.239Z] === CONT TestAPIImagesFilters/image_name_without_a_tag [2024-04-23T11:04:17.239Z] === CONT TestAPIImagesFilters/image_name_regex [2024-04-23T11:04:17.239Z] === CONT TestAPIImagesFilters/registry_port_regex [2024-04-23T11:04:17.239Z] --- PASS: TestAPIImagesFilters (0.03s) [2024-04-23T11:04:17.239Z] --- PASS: TestAPIImagesFilters/repository_regex (0.00s) [2024-04-23T11:04:17.239Z] --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s) [2024-04-23T11:04:17.239Z] --- PASS: TestAPIImagesFilters/image_name_regex (0.00s) [2024-04-23T11:04:17.239Z] --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s) [2024-04-23T11:04:17.239Z] === RUN TestAPIImagesListSizeShared [2024-04-23T11:04:17.799Z] --- PASS: TestAPIImagesListSizeShared (0.61s) [2024-04-23T11:04:17.799Z] === RUN TestPruneDontDeleteUsedDangling [2024-04-23T11:04:18.357Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s) [2024-04-23T11:04:18.357Z] === RUN TestImagePullPlatformInvalid [2024-04-23T11:04:18.357Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2024-04-23T11:04:18.358Z] === RUN TestImagePullStoredDigestForOtherRepo [2024-04-23T11:04:18.358Z] time="2024-04-23T11:04:18.357008187Z" 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=2a21aad6-4f2f-4a18-8dbe-eede26764e7f version=2.8.3 [2024-04-23T11:04:18.358Z] time="2024-04-23T11:04:18.357074999Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=2a21aad6-4f2f-4a18-8dbe-eede26764e7f version=2.8.3 [2024-04-23T11:04:18.358Z] time="2024-04-23T11:04:18.357103725Z" level=info msg="Starting upload purge in 56m0s" go.version=go1.20.8 instance.id=2a21aad6-4f2f-4a18-8dbe-eede26764e7f version=2.8.3 [2024-04-23T11:04:18.358Z] time="2024-04-23T11:04:18.35728982Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=2a21aad6-4f2f-4a18-8dbe-eede26764e7f version=2.8.3 [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.452866318Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aab631f6-2329-4110-83c7-601dff3b1aff http.request.method=GET http.request.remoteaddr="127.0.0.1:57850" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.453474308Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aab631f6-2329-4110-83c7-601dff3b1aff http.request.method=GET http.request.remoteaddr="127.0.0.1:57850" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.016596ms http.response.status=200 http.response.written=2 [2024-04-23T11:04:18.616Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.455665397Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=79504ded-a4e1-4880-85ae-07b8fe1cc061 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.455704609Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=79504ded-a4e1-4880-85ae-07b8fe1cc061 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.455757481Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ca36579d-c731-448c-ab1b-2ba8b8dfb4ff http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.455789734Z" 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=79504ded-a4e1-4880-85ae-07b8fe1cc061 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=38.866µ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=82769733-4f0c-4216-92d8-57bda02a9da1 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.455797291Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ca36579d-c731-448c-ab1b-2ba8b8dfb4ff http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.455902174Z" 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=79504ded-a4e1-4880-85ae-07b8fe1cc061 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.105789ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.616Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.15+unknown" [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.455935437Z" 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=ca36579d-c731-448c-ab1b-2ba8b8dfb4ff http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=26.378µ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=47bc1103-e6b2-4cbd-a725-53b2cbf2355f trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.456001707Z" 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=ca36579d-c731-448c-ab1b-2ba8b8dfb4ff http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.151465ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.616Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.15+unknown" [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.456848271Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=045f948e-7c93-43ad-8ef0-7ef9e5315b79 http.request.method=POST http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.456888877Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=045f948e-7c93-43ad-8ef0-7ef9e5315b79 http.request.method=POST http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.457306194Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/0975fd11-410b-46d5-a2dd-67526645e81f/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=045f948e-7c93-43ad-8ef0-7ef9e5315b79 http.request.method=POST http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=368.235µ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=c8fe5e5b-467d-4d04-b6ee-723cee5b6341 trace.line=110 vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.457433689Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/0975fd11-410b-46d5-a2dd-67526645e81f/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=045f948e-7c93-43ad-8ef0-7ef9e5315b79 http.request.method=POST http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=29.169µ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=218b0ff2-0459-46a3-8b1d-10e915513e73 trace.line=142 vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.457712409Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0678b2c-0ea0-433b-a338-e95674d83145 http.request.method=POST http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.457749011Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0678b2c-0ea0-433b-a338-e95674d83145 http.request.method=POST http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.457793638Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/0975fd11-410b-46d5-a2dd-67526645e81f/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=045f948e-7c93-43ad-8ef0-7ef9e5315b79 http.request.method=POST http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=79.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).PutContent" trace.id=c27088ff-8639-4c75-88b1-7484488f82cf trace.line=110 vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.457865726Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1f5df039-cb12-4ff9-9375-ca09da97f654/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0678b2c-0ea0-433b-a338-e95674d83145 http.request.method=POST http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=67.625µ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=226f9cb1-c21a-486f-a13e-6504cdd496fb trace.line=110 vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.457907152Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=045f948e-7c93-43ad-8ef0-7ef9e5315b79 http.request.method=POST http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.711834ms http.response.status=202 http.response.written=0 [2024-04-23T11:04:18.616Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.15+unknown" [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.457915316Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/1f5df039-cb12-4ff9-9375-ca09da97f654/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0678b2c-0ea0-433b-a338-e95674d83145 http.request.method=POST http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=21.505µ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=4be71534-0cc2-4614-ac68-3e846b5497ac trace.line=142 vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.457980898Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1f5df039-cb12-4ff9-9375-ca09da97f654/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0678b2c-0ea0-433b-a338-e95674d83145 http.request.method=POST http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=40.483µ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=72a3b988-5e1a-43be-b44e-37ad1a81bbbc trace.line=110 vars.name=test [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.458040892Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0678b2c-0ea0-433b-a338-e95674d83145 http.request.method=POST http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.721032ms http.response.status=202 http.response.written=0 [2024-04-23T11:04:18.616Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.15+unknown" [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.459556654Z" 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=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.459577067Z" 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=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.459624959Z" 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=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.459627511Z" 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=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.459693404Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/1f5df039-cb12-4ff9-9375-ca09da97f654/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=34.149µ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=4e2cb6a6-886e-4b43-bab4-aebedb811073 trace.line=95 vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.459750166Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/1f5df039-cb12-4ff9-9375-ca09da97f654/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=21.743µ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=ab06056b-e7b9-40bf-bb4c-f6edd25775fa trace.line=142 vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.616Z] time="2024-04-23T11:04:18.459761751Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/0975fd11-410b-46d5-a2dd-67526645e81f/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=42.904µ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=65b0a96b-ce29-4c43-9a06-b727c76604e8 trace.line=95 vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.459815345Z" 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=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.459818069Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/0975fd11-410b-46d5-a2dd-67526645e81f/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=24.303µ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=a631e271-1f00-48a7-8d58-2c202e3b6074 trace.line=142 vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.459871286Z" 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=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.460200212Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1f5df039-cb12-4ff9-9375-ca09da97f654/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=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=39.055µ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=9ca458fd-ff6e-42eb-9195-f2b2eeffde92 trace.line=110 vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.460301419Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/1f5df039-cb12-4ff9-9375-ca09da97f654/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=28.586µ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=fa67fd4c-058e-4d25-9cda-b2c9ac34c407 trace.line=155 vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.460370619Z" 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=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=15.081µ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=63f0b6cc-0b30-4ebb-83cf-1ae3bc73f414 trace.line=155 vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.460417436Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/1f5df039-cb12-4ff9-9375-ca09da97f654/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=9.961µ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=d578717a-2708-4681-a830-c7df7e9302d1 trace.line=155 vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.460666438Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/0975fd11-410b-46d5-a2dd-67526645e81f/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=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=230.09µ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=865996aa-b336-49ee-8764-347392dfd5e2 trace.line=110 vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.460788404Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/0975fd11-410b-46d5-a2dd-67526645e81f/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=18.773µ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=e571ef0d-928f-417d-bc6c-dc83d049e560 trace.line=155 vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.460845657Z" 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=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=18.527µ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=4b7bc555-a107-462a-9b17-6a5fe6df1722 trace.line=155 vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.460694671Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/1f5df039-cb12-4ff9-9375-ca09da97f654/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=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=245.055µ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=80608231-23db-4569-8bad-2dd3907ca966 trace.line=185 vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.460879199Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/0975fd11-410b-46d5-a2dd-67526645e81f/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=10.757µ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=91518cdc-5e96-48ad-8b60-9a3d1fd995b1 trace.line=155 vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.461003757Z" 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=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=71.94µ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=9bd64047-c237-4641-ae71-6d76cab982c0 trace.line=110 vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.461038628Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/0975fd11-410b-46d5-a2dd-67526645e81f/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=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=80.744µ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=10992844-12ec-4b16-a922-9e158a6ef296 trace.line=185 vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.461127634Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/1f5df039-cb12-4ff9-9375-ca09da97f654")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=95.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).Delete" trace.id=03a5a05a-68cb-4952-be39-a20f79e244e8 trace.line=202 vars.name=test vars.uuid=1f5df039-cb12-4ff9-9375-ca09da97f654 [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.461133435Z" 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=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=54.038µ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=6a91a4b8-ff6c-4f17-8104-7c0611508011 trace.line=110 vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.461206877Z" 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=aa3100cb-e6e2-4480-9344-0bc9174dfe55 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.380852ms http.response.status=201 http.response.written=0 [2024-04-23T11:04:18.617Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "PUT /v2/test/blobs/uploads/1f5df039-cb12-4ff9-9375-ca09da97f654?_state=pWd6DNlIzDktuN9TKUNG2NMCStHE5CAEgAUFTORHsEB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFmNWRmMDM5LWNiMTItNGZmOS05Mzc1LWNhMDlkYTk3ZjY1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTc3ODIyOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown" [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.461233888Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/0975fd11-410b-46d5-a2dd-67526645e81f")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=77.142µ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=12c3c70b-762d-4a07-8149-c7283cd19853 trace.line=202 vars.name=test vars.uuid=0975fd11-410b-46d5-a2dd-67526645e81f [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.461304409Z" 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=e96373cd-9ead-41b0-b3ef-a5abe28cd5f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.466421ms http.response.status=201 http.response.written=0 [2024-04-23T11:04:18.617Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "PUT /v2/test/blobs/uploads/0975fd11-410b-46d5-a2dd-67526645e81f?_state=27-BRiNjAFt7MlFFmN1N_syb_trkUX-vHdKSCTwPGLx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA5NzVmZDExLTQxMGItNDZkNS1hMmRkLTY3NTI2NjQ1ZTgxZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QxMTowNDoxOC40NTY5MTQ1MDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown" [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.462291391Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0a5990b-f556-48e8-b4f1-b313b6adb7df http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.462325761Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0a5990b-f556-48e8-b4f1-b313b6adb7df http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.462377156Z" 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=f0a5990b-f556-48e8-b4f1-b313b6adb7df http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=22.662µ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=d9d89280-f132-4e7b-bc77-10c0ee69d654 trace.line=95 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.462443378Z" 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=f0a5990b-f556-48e8-b4f1-b313b6adb7df http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="743.789µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.15+unknown" [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.463851853Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.463887331Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464027183Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464050813Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464060511Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464129826Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=36.265µ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=5ebcdbc8-1895-45d6-985e-64bb793b1d7e trace.line=95 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464177201Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=15.13µ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=473b94b3-b27d-432d-95e5-a5456589d13a trace.line=155 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464227054Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=20.915µ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=b12f0e82-d296-4695-a6bb-70967b0208fd trace.line=95 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464264722Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=11.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).Stat" trace.id=221c48fa-d0c6-4547-9767-93cf6f9fce95 trace.line=155 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464305804Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=12.151µ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=91604b95-d578-4e5f-a277-02692f0aeea8 trace.line=155 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464403434Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=50.328µ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=79b1eb9f-b990-4a20-a018-537a00968a98 trace.line=110 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464487945Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=51.493µ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=624b67dc-2073-46a3-af41-9f06233bd993 trace.line=110 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464660198Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=61.34µ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=1cbd0066-e821-4c42-b5e4-77e4ca18fe03 trace.line=110 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464717952Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=34.091µ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=62eb7805-b8a8-4b86-8558-cf3c7865a0f9 trace.line=110 vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464755186Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.464773007Z" 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=72eb823d-690f-4a1b-b4a9-f9d788df2ff3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57870" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.049744ms http.response.status=201 http.response.written=0 [2024-04-23T11:04:18.617Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown" [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.469621592Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=574d2c24-8c9b-49fe-a8c4-f71159513bed http.request.method=GET http.request.remoteaddr="127.0.0.1:57880" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.469655027Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=574d2c24-8c9b-49fe-a8c4-f71159513bed http.request.method=GET http.request.remoteaddr="127.0.0.1:57880" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="760.535µs" http.response.status=200 http.response.written=2 [2024-04-23T11:04:18.617Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.471578547Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c0e45379-18b0-4644-9cb2-d75da907b041 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57894" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-04-23T11:04:18.617Z] time="2024-04-23T11:04:18.471612491Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c0e45379-18b0-4644-9cb2-d75da907b041 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57894" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.471682068Z" 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=c0e45379-18b0-4644-9cb2-d75da907b041 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57894" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.184µ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=5255f5bf-95c2-4e79-9ddb-aa082a4d2065 trace.line=95 vars.name=test vars.reference=latest [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.471705723Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c0e45379-18b0-4644-9cb2-d75da907b041 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57894" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.471754198Z" 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=c0e45379-18b0-4644-9cb2-d75da907b041 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57894" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=23.22µ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=27938858-ecc6-4477-8551-66600260e45a trace.line=95 vars.name=test vars.reference=latest [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.471801121Z" 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=c0e45379-18b0-4644-9cb2-d75da907b041 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57894" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.145µ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=3ddd3590-ba21-4ea2-858a-bcae2b4b5d15 trace.line=155 vars.name=test vars.reference=latest [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.471864348Z" 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=c0e45379-18b0-4644-9cb2-d75da907b041 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57894" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.081µ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=d812e07b-1ae5-47c7-8593-c41ecd050ecc trace.line=125 vars.name=test vars.reference=latest [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.471916605Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c0e45379-18b0-4644-9cb2-d75da907b041 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57894" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.472004086Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c0e45379-18b0-4644-9cb2-d75da907b041 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57894" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-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.121124ms http.response.status=200 http.response.written=417 [2024-04-23T11:04:18.618Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.481846984Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3264e55a-f138-4d20-91e5-fd75790e9234 http.request.method=GET http.request.remoteaddr="127.0.0.1:57904" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.481888583Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3264e55a-f138-4d20-91e5-fd75790e9234 http.request.method=GET http.request.remoteaddr="127.0.0.1:57904" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.48190112Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3264e55a-f138-4d20-91e5-fd75790e9234 http.request.method=GET http.request.remoteaddr="127.0.0.1:57904" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.481963805Z" 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=3264e55a-f138-4d20-91e5-fd75790e9234 http.request.method=GET http.request.remoteaddr="127.0.0.1:57904" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=35.306µ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=f8b91d2f-59b7-4b4f-8406-d7290daeef49 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.482011475Z" 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=3264e55a-f138-4d20-91e5-fd75790e9234 http.request.method=GET http.request.remoteaddr="127.0.0.1:57904" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.915µ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=21e46795-e543-4bde-8ef8-bb0056daf884 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.482050982Z" 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=3264e55a-f138-4d20-91e5-fd75790e9234 http.request.method=GET http.request.remoteaddr="127.0.0.1:57904" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.48µ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=192e7e8f-ce00-4bd0-8fed-d20f01a67a3f trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.482082735Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3264e55a-f138-4d20-91e5-fd75790e9234 http.request.method=GET http.request.remoteaddr="127.0.0.1:57904" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.482167073Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3264e55a-f138-4d20-91e5-fd75790e9234 http.request.method=GET http.request.remoteaddr="127.0.0.1:57904" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-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.524442ms http.response.status=200 http.response.written=417 [2024-04-23T11:04:18.618Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488221538Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488258739Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488320309Z" 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=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.747µ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=7ecd489c-5e38-4318-9f47-135ded005aec trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.48835815Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488365616Z" 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=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.35µ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=6adc06eb-5781-4136-ae77-9ff4a7188754 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488388196Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488408249Z" 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=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.395µ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=8d6b7451-1c47-440c-b0d0-fa67c8b5a0f4 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488448207Z" 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=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=34.009µ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=fda13acb-b5fe-4af6-af8a-cb08e4e30f59 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488497608Z" 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=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.63µ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=32c410b2-112b-473b-9476-272e3651c893 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488457035Z" 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=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.872µ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=28d0b14a-5c2b-43d5-bf5e-8e4acf936a70 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488602409Z" 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=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.766µ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=3c4e747a-c38b-48c4-aafa-d1664c81cb49 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488538272Z" 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=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.09µ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=f1858b3f-b653-49ad-a8b8-705d6017465c trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.4886525Z" 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=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.255µ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=d712bfd3-757e-45cd-877d-0bad24364a5f trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488696798Z" 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=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.162µ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=a0b9a209-efe6-4553-b69d-6cbcf6e21520 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488709048Z" 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=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.068µ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=cb32e907-1f32-4247-b7ae-99bce920ae76 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.48874222Z" 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=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.486µ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=9ca639bd-ba22-4b0c-b333-b8ee1960d8f6 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.488777288Z" 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=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=7.688µ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=797b910c-703b-446c-a602-02fc84cb4483 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.489015115Z" 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=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.774µ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=4aa6dd61-94a5-453a-97c5-e3957b3f5bdf trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.489151685Z" 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=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=42.526µ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=b2102b7e-23a7-4854-8bbc-a9f12d99bc70 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.489281683Z" 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=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.389µ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=144201d9-d09f-404b-9fd4-34b090a49b51 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.48942691Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c5a50184-eb26-4ccf-877c-06b56154b7ac http.request.method=GET http.request.remoteaddr="127.0.0.1:57916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=1.953706ms http.response.status=200 http.response.written=194 [2024-04-23T11:04:18.618Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.489768479Z" 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=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=32.352µ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=732671bc-09f8-4ec0-a33c-5e56e40dcee3 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.48982753Z" 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=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.965µ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=3dbac310-5106-495c-85de-4a368f091529 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T11:04:18.618Z] time="2024-04-23T11:04:18.489879647Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=41961f4a-b3b7-4413-a784-038c9761af31 http.request.method=GET http.request.remoteaddr="127.0.0.1:57930" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.302618ms http.response.status=200 http.response.written=68 [2024-04-23T11:04:18.619Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T11:04:18.619Z] time="2024-04-23T11:04:18.50261882Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=16e17573-9ba5-4445-8169-a59b3e2c5c68 http.request.method=GET http.request.remoteaddr="127.0.0.1:57942" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T11:04:18.619Z] time="2024-04-23T11:04:18.502655258Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=16e17573-9ba5-4445-8169-a59b3e2c5c68 http.request.method=GET http.request.remoteaddr="127.0.0.1:57942" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="750.59µs" http.response.status=200 http.response.written=2 [2024-04-23T11:04:18.619Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T11:04:18.619Z] time="2024-04-23T11:04:18.508031647Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c7c9e84f-6e48-47cd-a658-890ec2eb28e1 http.request.method=GET http.request.remoteaddr="127.0.0.1:57950" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.619Z] time="2024-04-23T11:04:18.508075699Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c7c9e84f-6e48-47cd-a658-890ec2eb28e1 http.request.method=GET http.request.remoteaddr="127.0.0.1:57950" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.619Z] time="2024-04-23T11:04:18.508090329Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c7c9e84f-6e48-47cd-a658-890ec2eb28e1 http.request.method=GET http.request.remoteaddr="127.0.0.1:57950" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.619Z] time="2024-04-23T11:04:18.508148632Z" 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=c7c9e84f-6e48-47cd-a658-890ec2eb28e1 http.request.method=GET http.request.remoteaddr="127.0.0.1:57950" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=29.374µ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=775d79ce-c108-4c9c-b9eb-d82315770bc1 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.619Z] time="2024-04-23T11:04:18.508200758Z" 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=c7c9e84f-6e48-47cd-a658-890ec2eb28e1 http.request.method=GET http.request.remoteaddr="127.0.0.1:57950" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.424µ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=ad865ccd-5870-4d31-ba9f-0482ad47eff1 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.619Z] time="2024-04-23T11:04:18.508266627Z" 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=c7c9e84f-6e48-47cd-a658-890ec2eb28e1 http.request.method=GET http.request.remoteaddr="127.0.0.1:57950" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="962.375µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T11:04:18.619Z] 127.0.0.1 - - [23/Apr/2024:11:04:18 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.9 git-commit/c95b0a97c59e870880a55005ec9f9c37cbfc4ff8 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T11:04:18.619Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.17s) [2024-04-23T11:04:18.619Z] === RUN TestImagePullNonExisting [2024-04-23T11:04:18.619Z] === RUN TestImagePullNonExisting/asdfasdf:foobar [2024-04-23T11:04:18.619Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar [2024-04-23T11:04:18.619Z] === RUN TestImagePullNonExisting/library/asdfasdf:foobar [2024-04-23T11:04:18.619Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar [2024-04-23T11:04:18.619Z] === RUN TestImagePullNonExisting/asdfasdf [2024-04-23T11:04:18.619Z] === PAUSE TestImagePullNonExisting/asdfasdf [2024-04-23T11:04:18.619Z] === RUN TestImagePullNonExisting/asdfasdf:latest [2024-04-23T11:04:18.619Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest [2024-04-23T11:04:18.619Z] === RUN TestImagePullNonExisting/library/asdfasdf [2024-04-23T11:04:18.619Z] === PAUSE TestImagePullNonExisting/library/asdfasdf [2024-04-23T11:04:18.619Z] === RUN TestImagePullNonExisting/library/asdfasdf:latest [2024-04-23T11:04:18.619Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest [2024-04-23T11:04:18.619Z] === CONT TestImagePullNonExisting/asdfasdf:foobar [2024-04-23T11:04:18.619Z] === CONT TestImagePullNonExisting/asdfasdf:latest [2024-04-23T11:04:18.619Z] === CONT TestImagePullNonExisting/asdfasdf [2024-04-23T11:04:18.619Z] === CONT TestImagePullNonExisting/library/asdfasdf [2024-04-23T11:04:18.619Z] === CONT TestImagePullNonExisting/library/asdfasdf:foobar [2024-04-23T11:04:18.619Z] === CONT TestImagePullNonExisting/library/asdfasdf:latest [2024-04-23T11:04:19.979Z] --- PASS: TestImagePullNonExisting (0.01s) [2024-04-23T11:04:19.979Z] --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.95s) [2024-04-23T11:04:19.979Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s) [2024-04-23T11:04:19.979Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s) [2024-04-23T11:04:19.979Z] --- PASS: TestImagePullNonExisting/asdfasdf:latest (1.10s) [2024-04-23T11:04:19.979Z] --- PASS: TestImagePullNonExisting/library/asdfasdf (1.27s) [2024-04-23T11:04:19.979Z] --- PASS: TestImagePullNonExisting/asdfasdf (1.28s) [2024-04-23T11:04:19.979Z] === RUN TestRemoveImageOrphaning [2024-04-23T11:04:19.979Z] --- PASS: TestRemoveImageOrphaning (0.15s) [2024-04-23T11:04:19.979Z] === RUN TestRemoveByDigest [2024-04-23T11:04:19.979Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-04-23T11:04:19.979Z] --- SKIP: TestRemoveByDigest (0.00s) [2024-04-23T11:04:19.979Z] === RUN TestRemoveImageGarbageCollector [2024-04-23T11:04:19.979Z] remove_unix_test.go:35: (*Execution).NotAmd64-fm [2024-04-23T11:04:19.980Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2024-04-23T11:04:19.980Z] === RUN TestSaveCheckTimes [2024-04-23T11:04:19.980Z] === PAUSE TestSaveCheckTimes [2024-04-23T11:04:19.980Z] === RUN TestSaveOCI [2024-04-23T11:04:20.234Z] === RUN TestSaveOCI/busybox:latest [2024-04-23T11:04:20.234Z] === RUN TestSaveOCI/busybox:latest/Manifest [2024-04-23T11:04:20.234Z] === RUN TestSaveOCI/busybox:latest/Config [2024-04-23T11:04:20.234Z] === RUN TestSaveOCI/busybox:latest/Containerd_image_name [2024-04-23T11:04:20.234Z] === RUN TestSaveOCI/busybox:latest/OCI_reference_tag [2024-04-23T11:04:20.234Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e [2024-04-23T11:04:20.234Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest [2024-04-23T11:04:20.235Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config [2024-04-23T11:04:20.235Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name [2024-04-23T11:04:20.235Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag [2024-04-23T11:04:20.235Z] === RUN TestSaveOCI/multilayer:latest [2024-04-23T11:04:20.235Z] === RUN TestSaveOCI/multilayer:latest/Manifest [2024-04-23T11:04:20.235Z] === RUN TestSaveOCI/multilayer:latest/Config [2024-04-23T11:04:20.235Z] === RUN TestSaveOCI/multilayer:latest/Containerd_image_name [2024-04-23T11:04:20.235Z] === RUN TestSaveOCI/multilayer:latest/OCI_reference_tag [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI (0.13s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/busybox:latest (0.02s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/busybox:latest/Config (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/multilayer:latest (0.01s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s) [2024-04-23T11:04:20.235Z] --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s) [2024-04-23T11:04:20.235Z] === RUN TestSaveRepoWithMultipleImages [2024-04-23T11:04:20.489Z] --- PASS: TestSaveRepoWithMultipleImages (0.18s) [2024-04-23T11:04:20.489Z] === RUN TestSaveDirectoryPermissions [2024-04-23T11:04:21.414Z] --- PASS: TestSaveDirectoryPermissions (0.97s) [2024-04-23T11:04:21.414Z] === RUN TestTagUnprefixedRepoByNameOrName [2024-04-23T11:04:21.414Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2024-04-23T11:04:21.414Z] === RUN TestTagUsingDigestAlgorithmAsName [2024-04-23T11:04:21.414Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s) [2024-04-23T11:04:21.414Z] === RUN TestTagValidPrefixedRepo [2024-04-23T11:04:21.414Z] === RUN TestTagValidPrefixedRepo/fooo/bar [2024-04-23T11:04:21.414Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar [2024-04-23T11:04:21.414Z] === RUN TestTagValidPrefixedRepo/fooaa/test [2024-04-23T11:04:21.414Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test [2024-04-23T11:04:21.414Z] === RUN TestTagValidPrefixedRepo/foooo:t [2024-04-23T11:04:21.414Z] === PAUSE TestTagValidPrefixedRepo/foooo:t [2024-04-23T11:04:21.414Z] === RUN TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-04-23T11:04:21.414Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-04-23T11:04:21.414Z] === CONT TestTagValidPrefixedRepo/fooo/bar [2024-04-23T11:04:21.414Z] === CONT TestTagValidPrefixedRepo/foooo:t [2024-04-23T11:04:21.414Z] === CONT TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-04-23T11:04:21.414Z] === CONT TestTagValidPrefixedRepo/fooaa/test [2024-04-23T11:04:21.414Z] --- PASS: TestTagValidPrefixedRepo (0.02s) [2024-04-23T11:04:21.414Z] --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s) [2024-04-23T11:04:21.414Z] --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s) [2024-04-23T11:04:21.414Z] --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s) [2024-04-23T11:04:21.414Z] --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s) [2024-04-23T11:04:21.414Z] === RUN TestTagExistedNameWithoutForce [2024-04-23T11:04:21.414Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2024-04-23T11:04:21.414Z] === RUN TestTagOfficialNames [2024-04-23T11:04:21.414Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox [2024-04-23T11:04:21.414Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox [2024-04-23T11:04:21.414Z] === RUN TestTagOfficialNames/tag_from_busybox_to_library/busybox [2024-04-23T11:04:21.414Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox [2024-04-23T11:04:21.414Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox [2024-04-23T11:04:21.414Z] --- PASS: TestTagOfficialNames (0.05s) [2024-04-23T11:04:21.414Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s) [2024-04-23T11:04:21.414Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s) [2024-04-23T11:04:21.414Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s) [2024-04-23T11:04:21.414Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s) [2024-04-23T11:04:21.414Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s) [2024-04-23T11:04:21.414Z] === RUN TestTagMatchesDigest [2024-04-23T11:04:21.414Z] --- PASS: TestTagMatchesDigest (0.01s) [2024-04-23T11:04:21.414Z] === CONT TestSaveCheckTimes [2024-04-23T11:04:21.414Z] --- PASS: TestSaveCheckTimes (0.03s) [2024-04-23T11:04:21.414Z] PASS [2024-04-23T11:04:21.414Z] [2024-04-23T11:04:21.414Z] === Skipped [2024-04-23T11:04:21.414Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2024-04-23T11:04:21.414Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2024-04-23T11:04:21.414Z] [2024-04-23T11:04:21.414Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s) [2024-04-23T11:04:21.414Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-04-23T11:04:21.414Z] [2024-04-23T11:04:21.414Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2024-04-23T11:04:21.414Z] remove_unix_test.go:35: (*Execution).NotAmd64-fm [2024-04-23T11:04:21.414Z] [2024-04-23T11:04:21.414Z] DONE 71 tests, 3 skipped in 6.596s [2024-04-23T11:04:21.414Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2024-04-23T11:04:21.414Z] ++ '[' -n '' ']' [2024-04-23T11:04:21.414Z] ++ 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 [2024-04-23T11:04:21.414Z] ++ set -e [2024-04-23T11:04:21.414Z] ++ '[' -n 0 ']' [2024-04-23T11:04:21.414Z] ++ set -x [2024-04-23T11:04:21.414Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:04:21.414Z] === RUN TestStripANSICommands [2024-04-23T11:04:21.414Z] === RUN TestStripANSICommands/#00 [2024-04-23T11:04:21.414Z] === RUN TestStripANSICommands/#01 [2024-04-23T11:04:21.414Z] --- PASS: TestStripANSICommands (0.00s) [2024-04-23T11:04:21.414Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2024-04-23T11:04:21.414Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2024-04-23T11:04:21.414Z] PASS [2024-04-23T11:04:21.414Z] [2024-04-23T11:04:21.414Z] DONE 3 tests in 0.006s [2024-04-23T11:04:21.670Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2024-04-23T11:04:21.670Z] ++ '[' -n '' ']' [2024-04-23T11:04:21.670Z] ++ 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 [2024-04-23T11:04:21.670Z] ++ set -e [2024-04-23T11:04:21.670Z] ++ '[' -n 0 ']' [2024-04-23T11:04:21.670Z] ++ set -x [2024-04-23T11:04:21.670Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:04:21.670Z] INFO: Testing against a local daemon [2024-04-23T11:04:21.670Z] === RUN TestCreateWithMultiNetworks [2024-04-23T11:04:22.593Z] --- PASS: TestCreateWithMultiNetworks (0.88s) [2024-04-23T11:04:22.593Z] === RUN TestNetworkCreateDelete [2024-04-23T11:04:22.593Z] --- PASS: TestNetworkCreateDelete (0.17s) [2024-04-23T11:04:22.593Z] === RUN TestDockerNetworkDeletePreferID [2024-04-23T11:04:23.150Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2024-04-23T11:04:23.150Z] === RUN TestDaemonDNSFallback [2024-04-23T11:04:29.670Z] --- PASS: TestDaemonDNSFallback (6.15s) [2024-04-23T11:04:29.670Z] === RUN TestInspectNetwork [2024-04-23T11:04:32.176Z] === RUN TestInspectNetwork/full_network_id [2024-04-23T11:04:32.176Z] === RUN TestInspectNetwork/partial_network_id [2024-04-23T11:04:32.176Z] === RUN TestInspectNetwork/network_name [2024-04-23T11:04:32.176Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2024-04-23T11:04:36.328Z] --- PASS: TestInspectNetwork (6.96s) [2024-04-23T11:04:36.328Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2024-04-23T11:04:36.328Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2024-04-23T11:04:36.328Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2024-04-23T11:04:36.328Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2024-04-23T11:04:36.328Z] === RUN TestRunContainerWithBridgeNone [2024-04-23T11:04:37.251Z] --- PASS: TestRunContainerWithBridgeNone (1.14s) [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/create [2024-04-23T11:04:37.251Z] === PAUSE TestNetworkInvalidJSON/networks/create [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2024-04-23T11:04:37.251Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2024-04-23T11:04:37.251Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2024-04-23T11:04:37.251Z] === CONT TestNetworkInvalidJSON/networks/create [2024-04-23T11:04:37.251Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2024-04-23T11:04:37.251Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2024-04-23T11:04:37.251Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2024-04-23T11:04:37.251Z] === RUN TestNetworkList [2024-04-23T11:04:37.251Z] === RUN TestNetworkList//networks [2024-04-23T11:04:37.251Z] === PAUSE TestNetworkList//networks [2024-04-23T11:04:37.251Z] === RUN TestNetworkList//networks/ [2024-04-23T11:04:37.251Z] === PAUSE TestNetworkList//networks/ [2024-04-23T11:04:37.251Z] === CONT TestNetworkList//networks [2024-04-23T11:04:37.251Z] === CONT TestNetworkList//networks/ [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkList (0.01s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkList//networks/ (0.00s) [2024-04-23T11:04:37.251Z] --- PASS: TestNetworkList//networks (0.00s) [2024-04-23T11:04:37.251Z] === RUN TestHostIPv4BridgeLabel [2024-04-23T11:04:37.810Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2024-04-23T11:04:37.810Z] === RUN TestDefaultNetworkOpts [2024-04-23T11:04:37.810Z] === RUN TestDefaultNetworkOpts/default_value [2024-04-23T11:04:39.170Z] === RUN TestDefaultNetworkOpts/cmdline_value [2024-04-23T11:04:40.529Z] === RUN TestDefaultNetworkOpts/config-from_value [2024-04-23T11:04:41.452Z] --- PASS: TestDefaultNetworkOpts (3.63s) [2024-04-23T11:04:41.452Z] --- PASS: TestDefaultNetworkOpts/default_value (1.25s) [2024-04-23T11:04:41.452Z] --- PASS: TestDefaultNetworkOpts/cmdline_value (1.19s) [2024-04-23T11:04:41.452Z] --- PASS: TestDefaultNetworkOpts/config-from_value (1.18s) [2024-04-23T11:04:41.452Z] === RUN TestForbidDuplicateNetworkNames [2024-04-23T11:04:42.375Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s) [2024-04-23T11:04:42.375Z] === RUN TestDaemonRestartWithLiveRestore [2024-04-23T11:04:43.297Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2024-04-23T11:04:43.297Z] === RUN TestDaemonDefaultNetworkPools [2024-04-23T11:04:43.856Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2024-04-23T11:04:43.856Z] === RUN TestDaemonRestartWithExistingNetwork [2024-04-23T11:04:45.233Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2024-04-23T11:04:45.233Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2024-04-23T11:04:46.598Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2024-04-23T11:04:46.598Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2024-04-23T11:04:46.852Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2024-04-23T11:04:46.852Z] === RUN TestServiceWithPredefinedNetwork [2024-04-23T11:04:48.733Z] --- PASS: TestServiceWithPredefinedNetwork (1.66s) [2024-04-23T11:04:48.733Z] === RUN TestServiceRemoveKeepsIngressNetwork [2024-04-23T11:04:48.733Z] service_test.go:250: FLAKY_TEST [2024-04-23T11:04:48.733Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-04-23T11:04:48.733Z] === RUN TestServiceWithDataPathPortInit [2024-04-23T11:05:03.551Z] --- PASS: TestServiceWithDataPathPortInit (13.00s) [2024-04-23T11:05:03.551Z] === RUN TestServiceWithDefaultAddressPoolInit [2024-04-23T11:05:03.551Z] service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xkhcoz8ltlt2m4iuuo07glhlk Created:2024-04-23 11:05:02.375887767 +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[3a57014359704fe62b9b531aabab7f84cec859cba7086c947573938bfed232d4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wirex73c1hew79ooxdk0xpihy EndpointID:9af36d19b2f11524c9b816bb2e48c028e25da7f6acfa37dd7e26987407d71a61 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e40841c81ba5c32a116247ef966c9f57244a4f799a56c4b174e7c81aa44e3786 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:03d77a1716b2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wirex73c1hew79ooxdk0xpihy EndpointID:9af36d19b2f11524c9b816bb2e48c028e25da7f6acfa37dd7e26987407d71a61 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2024-04-23T11:05:08.782Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.25s) [2024-04-23T11:05:08.782Z] PASS [2024-04-23T11:05:08.782Z] [2024-04-23T11:05:08.782Z] === Skipped [2024-04-23T11:05:08.782Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-04-23T11:05:08.782Z] service_test.go:250: FLAKY_TEST [2024-04-23T11:05:08.782Z] [2024-04-23T11:05:08.782Z] DONE 44 tests, 1 skipped in 46.293s [2024-04-23T11:05:08.782Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2024-04-23T11:05:08.782Z] ++ '[' -n '' ']' [2024-04-23T11:05:08.782Z] ++ 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 [2024-04-23T11:05:08.782Z] ++ set -e [2024-04-23T11:05:08.782Z] ++ '[' -n 0 ']' [2024-04-23T11:05:08.782Z] ++ set -x [2024-04-23T11:05:08.782Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:05:08.782Z] INFO: Testing against a local daemon [2024-04-23T11:05:08.782Z] === RUN TestDockerNetworkIpvlanPersistance [2024-04-23T11:05:09.037Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.17s) [2024-04-23T11:05:09.037Z] === RUN TestDockerNetworkIpvlan [2024-04-23T11:05:09.037Z] === RUN TestDockerNetworkIpvlan/Subinterface [2024-04-23T11:05:09.960Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2024-04-23T11:05:10.518Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2024-04-23T11:05:11.877Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2024-04-23T11:05:13.236Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2024-04-23T11:05:14.594Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2024-04-23T11:05:15.953Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnetWithParent [2024-04-23T11:05:17.834Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnetNoParent [2024-04-23T11:05:19.719Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2024-04-23T11:05:22.226Z] === RUN TestDockerNetworkIpvlan/L2Addressing [2024-04-23T11:05:22.784Z] === RUN TestDockerNetworkIpvlan/L3Addressing [2024-04-23T11:05:23.707Z] === RUN TestDockerNetworkIpvlan/NoIPv6 [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan (15.75s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.69s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.66s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.29s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (1.37s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.38s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (1.36s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetWithParent (1.81s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetNoParent (2.04s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (2.13s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/L2Addressing (0.97s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/L3Addressing (1.01s) [2024-04-23T11:05:25.067Z] --- PASS: TestDockerNetworkIpvlan/NoIPv6 (1.05s) [2024-04-23T11:05:25.067Z] === RUN TestIPVlanDNS [2024-04-23T11:05:25.321Z] === RUN TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false [2024-04-23T11:05:33.437Z] === RUN TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false [2024-04-23T11:05:37.590Z] === RUN TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true [2024-04-23T11:05:44.109Z] === RUN TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false [2024-04-23T11:05:50.628Z] === RUN TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false [2024-04-23T11:05:55.856Z] === RUN TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true [2024-04-23T11:06:01.083Z] --- PASS: TestIPVlanDNS (36.19s) [2024-04-23T11:06:01.083Z] --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false (6.79s) [2024-04-23T11:06:01.083Z] --- PASS: TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false (5.52s) [2024-04-23T11:06:01.083Z] --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true (5.46s) [2024-04-23T11:06:01.083Z] --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false (6.83s) [2024-04-23T11:06:01.083Z] --- PASS: TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false (5.48s) [2024-04-23T11:06:01.083Z] --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true (5.48s) [2024-04-23T11:06:01.083Z] PASS [2024-04-23T11:06:01.083Z] [2024-04-23T11:06:01.083Z] DONE 21 tests in 53.135s [2024-04-23T11:06:01.083Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2024-04-23T11:06:01.083Z] ++ '[' -n '' ']' [2024-04-23T11:06:01.083Z] ++ 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 [2024-04-23T11:06:01.083Z] ++ set -e [2024-04-23T11:06:01.083Z] ++ '[' -n 0 ']' [2024-04-23T11:06:01.083Z] ++ set -x [2024-04-23T11:06:01.083Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:06:01.083Z] INFO: Testing against a local daemon [2024-04-23T11:06:01.083Z] === RUN TestDockerNetworkMacvlanPersistance [2024-04-23T11:06:02.442Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.16s) [2024-04-23T11:06:02.442Z] === RUN TestDockerNetworkMacvlan [2024-04-23T11:06:02.442Z] === RUN TestDockerNetworkMacvlan/Subinterface [2024-04-23T11:06:03.000Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2024-04-23T11:06:03.559Z] === RUN TestDockerNetworkMacvlan/NilParent [2024-04-23T11:06:04.917Z] === RUN TestDockerNetworkMacvlan/InternalMode [2024-04-23T11:06:06.277Z] === RUN TestDockerNetworkMacvlan/MultiSubnetWithParent [2024-04-23T11:06:08.159Z] === RUN TestDockerNetworkMacvlan/MultiSubnetNoParent [2024-04-23T11:06:10.665Z] === RUN TestDockerNetworkMacvlan/Addressing [2024-04-23T11:06:11.224Z] === RUN TestDockerNetworkMacvlan/NoIPv6 [2024-04-23T11:06:12.586Z] --- PASS: TestDockerNetworkMacvlan (10.25s) [2024-04-23T11:06:12.586Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.66s) [2024-04-23T11:06:12.586Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.71s) [2024-04-23T11:06:12.586Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.37s) [2024-04-23T11:06:12.586Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.37s) [2024-04-23T11:06:12.586Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnetWithParent (1.88s) [2024-04-23T11:06:12.586Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnetNoParent (2.16s) [2024-04-23T11:06:12.586Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.01s) [2024-04-23T11:06:12.586Z] --- PASS: TestDockerNetworkMacvlan/NoIPv6 (1.07s) [2024-04-23T11:06:12.586Z] === RUN TestMACVlanDNS [2024-04-23T11:06:13.161Z] === RUN TestMACVlanDNS/with_parent [2024-04-23T11:06:19.681Z] === RUN TestMACVlanDNS/no_parent [2024-04-23T11:06:26.200Z] === RUN TestMACVlanDNS/with_parent,_internal [2024-04-23T11:06:31.430Z] --- PASS: TestMACVlanDNS (18.48s) [2024-04-23T11:06:31.430Z] --- PASS: TestMACVlanDNS/with_parent (6.79s) [2024-04-23T11:06:31.430Z] --- PASS: TestMACVlanDNS/no_parent (5.56s) [2024-04-23T11:06:31.430Z] --- PASS: TestMACVlanDNS/with_parent,_internal (5.51s) [2024-04-23T11:06:31.430Z] PASS [2024-04-23T11:06:31.430Z] [2024-04-23T11:06:31.430Z] DONE 14 tests in 29.910s [2024-04-23T11:06:31.430Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m [2024-04-23T11:06:31.430Z] ++ '[' -n '' ']' [2024-04-23T11:06:31.430Z] ++ 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 [2024-04-23T11:06:31.430Z] ++ set -e [2024-04-23T11:06:31.430Z] ++ '[' -n 0 ']' [2024-04-23T11:06:31.430Z] ++ set -x [2024-04-23T11:06:31.430Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:06:31.430Z] INFO: Testing against a local daemon [2024-04-23T11:06:31.430Z] === RUN TestBridgeICC [2024-04-23T11:06:31.430Z] === RUN TestBridgeICC/IPv4_non-internal_network [2024-04-23T11:06:32.789Z] === RUN TestBridgeICC/IPv4_internal_network [2024-04-23T11:06:33.712Z] === RUN TestBridgeICC/IPv6_ULA_on_non-internal_network [2024-04-23T11:06:34.635Z] === RUN TestBridgeICC/IPv6_ULA_on_internal_network [2024-04-23T11:06:35.557Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network [2024-04-23T11:06:36.916Z] === RUN TestBridgeICC/IPv6_link-local_address_on_internal_network [2024-04-23T11:06:37.839Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name [2024-04-23T11:06:38.762Z] === RUN TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name [2024-04-23T11:06:40.121Z] === RUN TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address [2024-04-23T11:06:42.002Z] === RUN TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC (14.16s) [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC/IPv4_non-internal_network (1.03s) [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC/IPv4_internal_network (0.93s) [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.05s) [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.07s) [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.12s) [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (0.99s) [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.13s) [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.08s) [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (2.05s) [2024-04-23T11:06:45.258Z] --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.12s) [2024-04-23T11:06:45.258Z] === RUN TestBridgeICCWindows [2024-04-23T11:06:45.258Z] bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows" [2024-04-23T11:06:45.258Z] --- SKIP: TestBridgeICCWindows (0.00s) [2024-04-23T11:06:45.258Z] === RUN TestBridgeINC [2024-04-23T11:06:45.872Z] === RUN TestBridgeINC/IPv4_non-internal_network [2024-04-23T11:06:50.061Z] === RUN TestBridgeINC/IPv4_internal_network [2024-04-23T11:06:50.983Z] === RUN TestBridgeINC/IPv6_ULA_on_non-internal_network [2024-04-23T11:06:56.212Z] === RUN TestBridgeINC/IPv6_ULA_on_internal_network [2024-04-23T11:06:56.466Z] --- PASS: TestBridgeINC (11.44s) [2024-04-23T11:06:56.466Z] --- PASS: TestBridgeINC/IPv4_non-internal_network (4.20s) [2024-04-23T11:06:56.466Z] --- PASS: TestBridgeINC/IPv4_internal_network (1.13s) [2024-04-23T11:06:56.466Z] --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.31s) [2024-04-23T11:06:56.466Z] --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.20s) [2024-04-23T11:06:56.466Z] === RUN TestDefaultBridgeIPv6 [2024-04-23T11:06:56.466Z] === RUN TestDefaultBridgeIPv6/IPv6_ULA [2024-04-23T11:06:58.347Z] === RUN TestDefaultBridgeIPv6/IPv6_LLA_only [2024-04-23T11:06:59.706Z] === RUN TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only [2024-04-23T11:07:01.065Z] --- PASS: TestDefaultBridgeIPv6 (4.26s) [2024-04-23T11:07:01.065Z] --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.46s) [2024-04-23T11:07:01.065Z] --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.40s) [2024-04-23T11:07:01.065Z] --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.39s) [2024-04-23T11:07:01.065Z] === RUN TestDefaultBridgeAddresses [2024-04-23T11:07:01.065Z] === RUN TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes [2024-04-23T11:07:02.424Z] === RUN TestDefaultBridgeAddresses/Link-Local_Subnet_Changes [2024-04-23T11:07:04.305Z] --- PASS: TestDefaultBridgeAddresses (3.10s) [2024-04-23T11:07:04.305Z] --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s) [2024-04-23T11:07:04.305Z] --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s) [2024-04-23T11:07:04.305Z] === RUN TestInternalNwConnectivity [2024-04-23T11:07:07.560Z] --- PASS: TestInternalNwConnectivity (3.31s) [2024-04-23T11:07:07.560Z] === RUN TestDisableIPv6Addrs [2024-04-23T11:07:07.815Z] === RUN TestDisableIPv6Addrs/IPv6_enabled [2024-04-23T11:07:08.373Z] === RUN TestDisableIPv6Addrs/IPv6_disabled [2024-04-23T11:07:08.931Z] --- PASS: TestDisableIPv6Addrs (1.59s) [2024-04-23T11:07:08.931Z] --- PASS: TestDisableIPv6Addrs/IPv6_enabled (0.44s) [2024-04-23T11:07:08.931Z] --- PASS: TestDisableIPv6Addrs/IPv6_disabled (0.45s) [2024-04-23T11:07:08.931Z] === RUN TestNonIPv6Network [2024-04-23T11:07:10.290Z] --- PASS: TestNonIPv6Network (1.25s) [2024-04-23T11:07:10.290Z] === RUN TestSetInterfaceSysctl [2024-04-23T11:07:11.212Z] --- PASS: TestSetInterfaceSysctl (1.01s) [2024-04-23T11:07:11.212Z] === RUN TestEtcHostsIpv6 [2024-04-23T11:07:11.771Z] === RUN TestEtcHostsIpv6/IPv6_enabled [2024-04-23T11:07:12.025Z] === RUN TestEtcHostsIpv6/IPv6_disabled [2024-04-23T11:07:12.584Z] --- PASS: TestEtcHostsIpv6 (1.54s) [2024-04-23T11:07:12.584Z] --- PASS: TestEtcHostsIpv6/IPv6_enabled (0.47s) [2024-04-23T11:07:12.584Z] --- PASS: TestEtcHostsIpv6/IPv6_disabled (0.47s) [2024-04-23T11:07:12.584Z] === RUN TestMACAddrOnRestart [2024-04-23T11:07:15.090Z] --- PASS: TestMACAddrOnRestart (2.03s) [2024-04-23T11:07:15.091Z] === RUN TestCfgdMACAddrOnRestart [2024-04-23T11:07:16.972Z] --- PASS: TestCfgdMACAddrOnRestart (2.43s) [2024-04-23T11:07:16.972Z] === RUN TestInspectCfgdMAC [2024-04-23T11:07:17.895Z] === RUN TestInspectCfgdMAC/generated_address_default_bridge [2024-04-23T11:07:17.895Z] === RUN TestInspectCfgdMAC/configured_address_default_bridge [2024-04-23T11:07:17.895Z] === RUN TestInspectCfgdMAC/generated_address_custom_bridge [2024-04-23T11:07:17.895Z] === RUN TestInspectCfgdMAC/configured_address_custom_bridge [2024-04-23T11:07:18.150Z] === RUN TestInspectCfgdMAC/ctr-wide_address_default_bridge [2024-04-23T11:07:18.150Z] --- PASS: TestInspectCfgdMAC (1.08s) [2024-04-23T11:07:18.150Z] --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.04s) [2024-04-23T11:07:18.150Z] --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s) [2024-04-23T11:07:18.150Z] --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.18s) [2024-04-23T11:07:18.150Z] --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.18s) [2024-04-23T11:07:18.150Z] --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.04s) [2024-04-23T11:07:18.150Z] === RUN TestWatchtowerCreate [2024-04-23T11:07:19.509Z] --- PASS: TestWatchtowerCreate (1.09s) [2024-04-23T11:07:19.509Z] === RUN TestResolvConfLocalhostIPv6 [2024-04-23T11:07:20.431Z] --- PASS: TestResolvConfLocalhostIPv6 (1.20s) [2024-04-23T11:07:20.431Z] === RUN TestInternalNetworkDNS [2024-04-23T11:07:46.948Z] --- PASS: TestInternalNetworkDNS (23.06s) [2024-04-23T11:07:46.948Z] === RUN TestNslookupWindows [2024-04-23T11:07:46.948Z] resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows" [2024-04-23T11:07:46.948Z] --- SKIP: TestNslookupWindows (0.00s) [2024-04-23T11:07:46.948Z] PASS [2024-04-23T11:07:46.948Z] [2024-04-23T11:07:46.948Z] === Skipped [2024-04-23T11:07:46.948Z] === SKIP: arm64.integration.networking TestBridgeICCWindows (0.00s) [2024-04-23T11:07:46.948Z] bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows" [2024-04-23T11:07:46.948Z] [2024-04-23T11:07:46.948Z] === SKIP: arm64.integration.networking TestNslookupWindows (0.00s) [2024-04-23T11:07:46.948Z] resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows" [2024-04-23T11:07:46.948Z] [2024-04-23T11:07:46.948Z] DONE 45 tests, 2 skipped in 72.591s [2024-04-23T11:07:46.948Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2024-04-23T11:07:46.948Z] ++ '[' -n '' ']' [2024-04-23T11:07:46.948Z] ++ 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 [2024-04-23T11:07:46.948Z] ++ set -e [2024-04-23T11:07:46.948Z] ++ '[' -n 0 ']' [2024-04-23T11:07:46.948Z] ++ set -x [2024-04-23T11:07:46.948Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:07:46.948Z] testing: warning: no tests to run [2024-04-23T11:07:46.948Z] PASS [2024-04-23T11:07:46.948Z] [2024-04-23T11:07:46.948Z] DONE 0 tests in 0.005s [2024-04-23T11:07:46.948Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2024-04-23T11:07:46.948Z] ++ '[' -n '' ']' [2024-04-23T11:07:46.948Z] ++ 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 [2024-04-23T11:07:46.948Z] ++ set -e [2024-04-23T11:07:46.948Z] ++ '[' -n 0 ']' [2024-04-23T11:07:46.948Z] ++ set -x [2024-04-23T11:07:46.948Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:07:46.948Z] INFO: Testing against a local daemon [2024-04-23T11:07:46.948Z] === RUN TestAuthZPluginAllowRequest [2024-04-23T11:07:46.948Z] --- PASS: TestAuthZPluginAllowRequest (0.96s) [2024-04-23T11:07:46.948Z] === RUN TestAuthZPluginTLS [2024-04-23T11:07:46.948Z] --- PASS: TestAuthZPluginTLS (0.54s) [2024-04-23T11:07:46.948Z] === RUN TestAuthZPluginDenyRequest [2024-04-23T11:07:46.948Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2024-04-23T11:07:46.948Z] === RUN TestAuthZPluginAPIDenyResponse [2024-04-23T11:07:46.948Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2024-04-23T11:07:46.948Z] === RUN TestAuthZPluginDenyResponse [2024-04-23T11:07:46.948Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2024-04-23T11:07:46.948Z] === RUN TestAuthZPluginAllowEventStream [2024-04-23T11:07:47.506Z] 2024/04/23 11:07:47 http: panic serving 127.0.0.1:47942: runtime error: invalid memory address or nil pointer dereference [2024-04-23T11:07:47.506Z] goroutine 159 [running]: [2024-04-23T11:07:47.506Z] net/http.(*conn).serve.func1() [2024-04-23T11:07:47.506Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-04-23T11:07:47.506Z] panic({0xa86700?, 0x15bafd0?}) [2024-04-23T11:07:47.506Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-04-23T11:07:47.506Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x4000024de0}, 0xffff5a1384c8?) [2024-04-23T11:07:47.506Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c [2024-04-23T11:07:47.506Z] net/http.HandlerFunc.ServeHTTP(0x400036cc00?, {0xd8a350?, 0x4000024de0?}, 0x402eb4?) [2024-04-23T11:07:47.506Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T11:07:47.506Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x4000024de0}, 0x400036cc00) [2024-04-23T11:07:47.506Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-04-23T11:07:47.506Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000730160, {0xd88f10?, 0x4000106540}, 0x400036cb00, {0xd7efa0, 0x4000518700}) [2024-04-23T11:07:47.506Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44 [2024-04-23T11:07:47.506Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x4000106540?}, 0x400011d020?) [2024-04-23T11:07:47.506Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-04-23T11:07:47.506Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd88f10?, 0x4000106540?}, 0x4000106540?) [2024-04-23T11:07:47.506Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T11:07:47.506Z] net/http.serverHandler.ServeHTTP({0xd85988?}, {0xd88f10?, 0x4000106540?}, 0x6?) [2024-04-23T11:07:47.506Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-04-23T11:07:47.506Z] net/http.(*conn).serve(0x400018c6c0, {0xd906e8, 0x4000550d80}) [2024-04-23T11:07:47.506Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-04-23T11:07:47.506Z] created by net/http.(*Server).Serve in goroutine 49 [2024-04-23T11:07:47.506Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-04-23T11:07:48.428Z] 2024/04/23 11:07:48 http: panic serving 127.0.0.1:47940: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-04-23T11:07:48.428Z] goroutine 47 [running]: [2024-04-23T11:07:48.428Z] net/http.(*conn).serve.func1() [2024-04-23T11:07:48.428Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-04-23T11:07:48.428Z] panic({0xa1c140?, 0x400011d300?}) [2024-04-23T11:07:48.428Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-04-23T11:07:48.428Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x40000250e0}, 0xffff5a1384c8?) [2024-04-23T11:07:48.428Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-04-23T11:07:48.428Z] net/http.HandlerFunc.ServeHTTP(0x400036ce00?, {0xd8a350?, 0x40000250e0?}, 0x402eb4?) [2024-04-23T11:07:48.428Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T11:07:48.428Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x40000250e0}, 0x400036ce00) [2024-04-23T11:07:48.428Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-04-23T11:07:48.428Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000730160, {0xd88f10?, 0x4000106620}, 0x400036cd00, {0xd7efa0, 0x4000518700}) [2024-04-23T11:07:48.428Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44 [2024-04-23T11:07:48.428Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x4000106620?}, 0x40003fa480?) [2024-04-23T11:07:48.428Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-04-23T11:07:48.428Z] net/http.HandlerFunc.ServeHTTP(0x1618da0?, {0xd88f10?, 0x4000106620?}, 0x400045fb40?) [2024-04-23T11:07:48.428Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T11:07:48.428Z] net/http.serverHandler.ServeHTTP({0x40003fa480?}, {0xd88f10?, 0x4000106620?}, 0x6?) [2024-04-23T11:07:48.428Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-04-23T11:07:48.428Z] net/http.(*conn).serve(0x4000736000, {0xd906e8, 0x4000550d80}) [2024-04-23T11:07:48.428Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-04-23T11:07:48.428Z] created by net/http.(*Server).Serve in goroutine 49 [2024-04-23T11:07:48.428Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-04-23T11:07:50.933Z] 2024/04/23 11:07:50 http: panic serving 127.0.0.1:36702: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-04-23T11:07:50.933Z] goroutine 195 [running]: [2024-04-23T11:07:50.933Z] net/http.(*conn).serve.func1() [2024-04-23T11:07:50.933Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-04-23T11:07:50.933Z] panic({0xa1c140?, 0x400011d460?}) [2024-04-23T11:07:50.933Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-04-23T11:07:50.933Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x4000025260}, 0xffff5a1384c8?) [2024-04-23T11:07:50.933Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-04-23T11:07:50.933Z] net/http.HandlerFunc.ServeHTTP(0x400036d000?, {0xd8a350?, 0x4000025260?}, 0x402eb4?) [2024-04-23T11:07:50.933Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T11:07:50.933Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x4000025260}, 0x400036d000) [2024-04-23T11:07:50.933Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-04-23T11:07:50.933Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000730160, {0xd88f10?, 0x4000106700}, 0x400036cf00, {0xd7efa0, 0x4000518700}) [2024-04-23T11:07:50.933Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44 [2024-04-23T11:07:50.933Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x4000106700?}, 0x4000762f60?) [2024-04-23T11:07:50.933Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-04-23T11:07:50.933Z] net/http.HandlerFunc.ServeHTTP(0x1618da0?, {0xd88f10?, 0x4000106700?}, 0x4000016b40?) [2024-04-23T11:07:50.933Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T11:07:50.933Z] net/http.serverHandler.ServeHTTP({0x4000762f60?}, {0xd88f10?, 0x4000106700?}, 0x6?) [2024-04-23T11:07:50.933Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-04-23T11:07:50.933Z] net/http.(*conn).serve(0x400018cfc0, {0xd906e8, 0x4000550d80}) [2024-04-23T11:07:50.933Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-04-23T11:07:50.933Z] created by net/http.(*Server).Serve in goroutine 49 [2024-04-23T11:07:50.933Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-04-23T11:07:52.812Z] --- PASS: TestAuthZPluginAllowEventStream (6.04s) [2024-04-23T11:07:52.812Z] === RUN TestAuthZPluginErrorResponse [2024-04-23T11:07:53.370Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2024-04-23T11:07:53.370Z] === RUN TestAuthZPluginErrorRequest [2024-04-23T11:07:53.624Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2024-04-23T11:07:53.624Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2024-04-23T11:07:54.183Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2024-04-23T11:07:54.183Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2024-04-23T11:07:55.541Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.12s) [2024-04-23T11:07:55.541Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2024-04-23T11:07:56.464Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.08s) [2024-04-23T11:07:56.464Z] === RUN TestAuthZPluginHeader [2024-04-23T11:07:57.023Z] --- PASS: TestAuthZPluginHeader (0.60s) [2024-04-23T11:07:57.023Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2024-04-23T11:07:57.023Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-04-23T11:07:57.023Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-04-23T11:07:57.023Z] === RUN TestAuthZPluginV2Disable [2024-04-23T11:07:57.023Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-04-23T11:07:57.023Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2024-04-23T11:07:57.023Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2024-04-23T11:07:57.023Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-04-23T11:07:57.023Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-04-23T11:07:57.023Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2024-04-23T11:07:57.023Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-04-23T11:07:57.023Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-04-23T11:07:57.023Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2024-04-23T11:08:15.041Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2024-04-23T11:08:15.041Z] PASS [2024-04-23T11:08:15.041Z] [2024-04-23T11:08:15.041Z] === Skipped [2024-04-23T11:08:15.041Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-04-23T11:08:15.041Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-04-23T11:08:15.041Z] [2024-04-23T11:08:15.041Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2024-04-23T11:08:15.041Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-04-23T11:08:15.041Z] [2024-04-23T11:08:15.041Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-04-23T11:08:15.041Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-04-23T11:08:15.041Z] [2024-04-23T11:08:15.041Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-04-23T11:08:15.041Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-04-23T11:08:15.041Z] [2024-04-23T11:08:15.041Z] DONE 17 tests, 4 skipped in 30.427s [2024-04-23T11:08:15.041Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2024-04-23T11:08:15.041Z] ++ '[' -n '' ']' [2024-04-23T11:08:15.041Z] ++ 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 [2024-04-23T11:08:15.041Z] ++ set -e [2024-04-23T11:08:15.041Z] ++ '[' -n 0 ']' [2024-04-23T11:08:15.041Z] ++ set -x [2024-04-23T11:08:15.041Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:08:15.041Z] INFO: Testing against a local daemon [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2024-04-23T11:08:15.041Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2024-04-23T11:08:15.041Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/pull [2024-04-23T11:08:15.041Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2024-04-23T11:08:15.041Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2024-04-23T11:08:15.041Z] === CONT TestPluginInvalidJSON/plugins/pull [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2024-04-23T11:08:15.041Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2024-04-23T11:08:15.041Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON (0.01s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2024-04-23T11:08:15.041Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2024-04-23T11:08:15.041Z] === RUN TestPluginInstall [2024-04-23T11:08:15.041Z] === RUN TestPluginInstall/no_auth [2024-04-23T11:08:17.549Z] time="2024-04-23T11:08:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T11:08:17.549Z] time="2024-04-23T11:08:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:40a052038da6caa016f1e272cf3892bece527384402b7fad7f299024d1724fcb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T11:08:17.549Z] time="2024-04-23T11:08:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T11:08:17.549Z] time="2024-04-23T11:08:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:40a052038da6caa016f1e272cf3892bece527384402b7fad7f299024d1724fcb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T11:08:17.549Z] === RUN TestPluginInstall/with_digest [2024-04-23T11:08:18.107Z] === RUN TestPluginInstall/with_htpasswd [2024-04-23T11:08:18.361Z] time="2024-04-23T11:08:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T11:08:18.361Z] time="2024-04-23T11:08:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:40a052038da6caa016f1e272cf3892bece527384402b7fad7f299024d1724fcb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T11:08:18.361Z] time="2024-04-23T11:08:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T11:08:18.361Z] time="2024-04-23T11:08:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:40a052038da6caa016f1e272cf3892bece527384402b7fad7f299024d1724fcb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T11:08:18.615Z] === RUN TestPluginInstall/with_insecure [2024-04-23T11:08:19.536Z] time="2024-04-23T11:08:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T11:08:19.536Z] time="2024-04-23T11:08:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ec01f78a01f87b45d08af610dd2d886efd0e15f71300745a25fe2d7e72f63ba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T11:08:19.536Z] time="2024-04-23T11:08:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T11:08:19.536Z] time="2024-04-23T11:08:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ec01f78a01f87b45d08af610dd2d886efd0e15f71300745a25fe2d7e72f63ba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T11:08:19.536Z] plugin_test.go:247: [de750c79c4297] daemon is not started [2024-04-23T11:08:19.536Z] --- PASS: TestPluginInstall (5.42s) [2024-04-23T11:08:19.536Z] --- PASS: TestPluginInstall/no_auth (3.59s) [2024-04-23T11:08:19.536Z] --- PASS: TestPluginInstall/with_digest (0.46s) [2024-04-23T11:08:19.536Z] --- PASS: TestPluginInstall/with_htpasswd (0.44s) [2024-04-23T11:08:19.536Z] --- PASS: TestPluginInstall/with_insecure (0.92s) [2024-04-23T11:08:19.536Z] === RUN TestPluginsWithRuntimes [2024-04-23T11:08:20.895Z] === RUN TestPluginsWithRuntimes/No_Args [2024-04-23T11:08:21.817Z] === RUN TestPluginsWithRuntimes/With_Args [2024-04-23T11:08:22.739Z] --- PASS: TestPluginsWithRuntimes (3.09s) [2024-04-23T11:08:22.739Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.82s) [2024-04-23T11:08:22.739Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.81s) [2024-04-23T11:08:22.739Z] === RUN TestPluginBackCompatMediaTypes [2024-04-23T11:08:22.993Z] --- PASS: TestPluginBackCompatMediaTypes (0.48s) [2024-04-23T11:08:22.993Z] PASS [2024-04-23T11:08:22.993Z] [2024-04-23T11:08:22.993Z] DONE 25 tests in 9.026s [2024-04-23T11:08:22.993Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2024-04-23T11:08:22.993Z] ++ '[' -n '' ']' [2024-04-23T11:08:22.993Z] ++ 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 [2024-04-23T11:08:22.993Z] ++ set -e [2024-04-23T11:08:22.993Z] ++ '[' -n 0 ']' [2024-04-23T11:08:22.993Z] ++ set -x [2024-04-23T11:08:22.993Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:08:22.993Z] INFO: Testing against a local daemon [2024-04-23T11:08:22.993Z] === RUN TestExternalGraphDriver [2024-04-23T11:08:23.248Z] === RUN TestExternalGraphDriver/json [2024-04-23T11:08:23.248Z] === RUN TestExternalGraphDriver/spec [2024-04-23T11:08:23.248Z] === RUN TestExternalGraphDriver/pull [2024-04-23T11:08:23.248Z] --- PASS: TestExternalGraphDriver (0.34s) [2024-04-23T11:08:23.248Z] --- PASS: TestExternalGraphDriver/json (0.00s) [2024-04-23T11:08:23.248Z] --- PASS: TestExternalGraphDriver/spec (0.00s) [2024-04-23T11:08:23.248Z] --- PASS: TestExternalGraphDriver/pull (0.00s) [2024-04-23T11:08:23.248Z] === RUN TestGraphdriverPluginV2 [2024-04-23T11:08:23.841Z] external_test.go:416: (*Execution).NotAmd64-fm [2024-04-23T11:08:23.841Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2024-04-23T11:08:23.841Z] PASS [2024-04-23T11:08:23.841Z] [2024-04-23T11:08:23.841Z] === Skipped [2024-04-23T11:08:23.841Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2024-04-23T11:08:23.841Z] external_test.go:416: (*Execution).NotAmd64-fm [2024-04-23T11:08:23.841Z] [2024-04-23T11:08:23.841Z] DONE 5 tests, 1 skipped in 0.693s [2024-04-23T11:08:23.841Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2024-04-23T11:08:23.841Z] ++ '[' -n '' ']' [2024-04-23T11:08:23.842Z] ++ 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 [2024-04-23T11:08:23.842Z] ++ set -e [2024-04-23T11:08:23.842Z] ++ '[' -n 0 ']' [2024-04-23T11:08:23.842Z] ++ set -x [2024-04-23T11:08:23.842Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:08:23.842Z] INFO: Testing against a local daemon [2024-04-23T11:08:23.842Z] === RUN TestContinueAfterPluginCrash [2024-04-23T11:08:23.842Z] === PAUSE TestContinueAfterPluginCrash [2024-04-23T11:08:23.842Z] === RUN TestReadPluginNoRead [2024-04-23T11:08:23.842Z] === PAUSE TestReadPluginNoRead [2024-04-23T11:08:23.842Z] === RUN TestDaemonStartWithLogOpt [2024-04-23T11:08:23.842Z] === PAUSE TestDaemonStartWithLogOpt [2024-04-23T11:08:23.842Z] === CONT TestContinueAfterPluginCrash [2024-04-23T11:08:23.842Z] === CONT TestDaemonStartWithLogOpt [2024-04-23T11:08:23.842Z] === CONT TestReadPluginNoRead [2024-04-23T11:08:25.735Z] === RUN TestReadPluginNoRead/default [2024-04-23T11:08:26.293Z] --- PASS: TestDaemonStartWithLogOpt (2.54s) [2024-04-23T11:08:26.851Z] === RUN TestReadPluginNoRead/disabled_caching [2024-04-23T11:08:28.210Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2024-04-23T11:08:29.133Z] read_test.go:93: [da80f84de7e3d] daemon is not started [2024-04-23T11:08:29.133Z] --- PASS: TestReadPluginNoRead (5.39s) [2024-04-23T11:08:29.133Z] --- PASS: TestReadPluginNoRead/default (1.12s) [2024-04-23T11:08:29.133Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.11s) [2024-04-23T11:08:29.133Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2024-04-23T11:08:31.639Z] --- PASS: TestContinueAfterPluginCrash (7.45s) [2024-04-23T11:08:31.639Z] PASS [2024-04-23T11:08:31.639Z] [2024-04-23T11:08:31.639Z] DONE 6 tests in 7.474s [2024-04-23T11:08:31.639Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2024-04-23T11:08:31.639Z] ++ '[' -n '' ']' [2024-04-23T11:08:31.639Z] ++ 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 [2024-04-23T11:08:31.639Z] ++ set -e [2024-04-23T11:08:31.639Z] ++ '[' -n 0 ']' [2024-04-23T11:08:31.639Z] ++ set -x [2024-04-23T11:08:31.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.SKC10ZCQzi/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 [2024-04-23T11:08:31.639Z] testing: warning: no tests to run [2024-04-23T11:08:31.639Z] PASS [2024-04-23T11:08:31.639Z] [2024-04-23T11:08:31.639Z] DONE 0 tests in 0.006s [2024-04-23T11:08:31.639Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2024-04-23T11:08:31.639Z] ++ '[' -n '' ']' [2024-04-23T11:08:31.639Z] ++ 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 [2024-04-23T11:08:31.639Z] ++ set -e [2024-04-23T11:08:31.639Z] ++ '[' -n 0 ']' [2024-04-23T11:08:31.639Z] ++ set -x [2024-04-23T11:08:31.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.SKC10ZCQzi/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 [2024-04-23T11:08:31.639Z] INFO: Testing against a local daemon [2024-04-23T11:08:31.639Z] === RUN TestPluginWithDevMounts [2024-04-23T11:08:31.639Z] === PAUSE TestPluginWithDevMounts [2024-04-23T11:08:31.639Z] === CONT TestPluginWithDevMounts [2024-04-23T11:08:32.562Z] --- PASS: TestPluginWithDevMounts (1.46s) [2024-04-23T11:08:32.562Z] PASS [2024-04-23T11:08:32.562Z] [2024-04-23T11:08:32.562Z] DONE 1 tests in 1.486s [2024-04-23T11:08:32.816Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2024-04-23T11:08:32.816Z] ++ '[' -n '' ']' [2024-04-23T11:08:32.816Z] ++ 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 [2024-04-23T11:08:32.816Z] ++ set -e [2024-04-23T11:08:32.816Z] ++ '[' -n 0 ']' [2024-04-23T11:08:32.816Z] ++ set -x [2024-04-23T11:08:32.816Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:08:32.816Z] INFO: Testing against a local daemon [2024-04-23T11:08:32.816Z] === RUN TestSecretInspect [2024-04-23T11:08:34.697Z] --- PASS: TestSecretInspect (1.88s) [2024-04-23T11:08:34.697Z] === RUN TestSecretList [2024-04-23T11:08:36.578Z] --- PASS: TestSecretList (1.88s) [2024-04-23T11:08:36.578Z] === RUN TestSecretsCreateAndDelete [2024-04-23T11:08:38.458Z] --- PASS: TestSecretsCreateAndDelete (1.89s) [2024-04-23T11:08:38.458Z] === RUN TestSecretsUpdate [2024-04-23T11:08:40.340Z] --- PASS: TestSecretsUpdate (1.90s) [2024-04-23T11:08:40.340Z] === RUN TestTemplatedSecret [2024-04-23T11:08:42.848Z] --- PASS: TestTemplatedSecret (2.33s) [2024-04-23T11:08:42.848Z] === RUN TestSecretCreateResolve [2024-04-23T11:08:44.731Z] --- PASS: TestSecretCreateResolve (1.89s) [2024-04-23T11:08:44.731Z] PASS [2024-04-23T11:08:44.731Z] [2024-04-23T11:08:44.731Z] DONE 6 tests in 11.796s [2024-04-23T11:08:44.731Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2024-04-23T11:08:44.731Z] ++ '[' -n '' ']' [2024-04-23T11:08:44.731Z] ++ 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 [2024-04-23T11:08:44.731Z] ++ set -e [2024-04-23T11:08:44.731Z] ++ '[' -n 0 ']' [2024-04-23T11:08:44.731Z] ++ set -x [2024-04-23T11:08:44.731Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:08:44.731Z] INFO: Testing against a local daemon [2024-04-23T11:08:44.731Z] === RUN TestServiceCreateInit [2024-04-23T11:08:44.731Z] === RUN TestServiceCreateInit/daemonInitDisabled [2024-04-23T11:08:47.990Z] === RUN TestServiceCreateInit/daemonInitEnabled [2024-04-23T11:08:51.248Z] --- PASS: TestServiceCreateInit (6.84s) [2024-04-23T11:08:51.248Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.37s) [2024-04-23T11:08:51.248Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.46s) [2024-04-23T11:08:51.248Z] === RUN TestCreateServiceMultipleTimes [2024-04-23T11:09:06.065Z] --- PASS: TestCreateServiceMultipleTimes (14.68s) [2024-04-23T11:09:06.065Z] === RUN TestCreateServiceConflict [2024-04-23T11:09:07.970Z] --- PASS: TestCreateServiceConflict (1.91s) [2024-04-23T11:09:07.970Z] === RUN TestCreateServiceMaxReplicas [2024-04-23T11:09:10.475Z] --- PASS: TestCreateServiceMaxReplicas (2.52s) [2024-04-23T11:09:10.475Z] === RUN TestCreateServiceSecretFileMode [2024-04-23T11:09:25.293Z] --- PASS: TestCreateServiceSecretFileMode (12.42s) [2024-04-23T11:09:25.293Z] === RUN TestCreateServiceConfigFileMode [2024-04-23T11:09:35.213Z] --- PASS: TestCreateServiceConfigFileMode (12.32s) [2024-04-23T11:09:35.213Z] === RUN TestCreateServiceSysctls [2024-04-23T11:09:38.468Z] --- PASS: TestCreateServiceSysctls (2.76s) [2024-04-23T11:09:38.468Z] === RUN TestCreateServiceCapabilities [2024-04-23T11:09:40.349Z] --- PASS: TestCreateServiceCapabilities (2.28s) [2024-04-23T11:09:40.349Z] === RUN TestInspect [2024-04-23T11:09:42.856Z] --- PASS: TestInspect (2.64s) [2024-04-23T11:09:42.857Z] === RUN TestCreateJob [2024-04-23T11:09:46.112Z] --- PASS: TestCreateJob (2.92s) [2024-04-23T11:09:46.112Z] === RUN TestReplicatedJob [2024-04-23T11:09:50.266Z] --- PASS: TestReplicatedJob (4.50s) [2024-04-23T11:09:50.266Z] === RUN TestUpdateReplicatedJob [2024-04-23T11:09:53.522Z] --- PASS: TestUpdateReplicatedJob (2.96s) [2024-04-23T11:09:53.522Z] === RUN TestServiceListWithStatuses [2024-04-23T11:09:57.675Z] --- PASS: TestServiceListWithStatuses (4.12s) [2024-04-23T11:09:57.675Z] === RUN TestDockerNetworkConnectAliasPreV144 [2024-04-23T11:10:01.844Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.79s) [2024-04-23T11:10:01.844Z] === RUN TestDockerNetworkReConnect [2024-04-23T11:10:04.350Z] --- PASS: TestDockerNetworkReConnect (3.23s) [2024-04-23T11:10:04.350Z] === RUN TestServicePlugin [2024-04-23T11:10:04.350Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-04-23T11:10:04.350Z] --- SKIP: TestServicePlugin (0.00s) [2024-04-23T11:10:04.350Z] === RUN TestServiceUpdateLabel [2024-04-23T11:10:06.231Z] --- PASS: TestServiceUpdateLabel (1.91s) [2024-04-23T11:10:06.232Z] === RUN TestServiceUpdateSecrets [2024-04-23T11:10:21.051Z] --- PASS: TestServiceUpdateSecrets (14.11s) [2024-04-23T11:10:21.051Z] === RUN TestServiceUpdateConfigs [2024-04-23T11:10:35.867Z] --- PASS: TestServiceUpdateConfigs (14.04s) [2024-04-23T11:10:35.867Z] === RUN TestServiceUpdateNetwork [2024-04-23T11:10:48.013Z] --- PASS: TestServiceUpdateNetwork (11.92s) [2024-04-23T11:10:48.013Z] === RUN TestServiceUpdatePidsLimit [2024-04-23T11:10:48.013Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2024-04-23T11:10:48.013Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2024-04-23T11:10:56.080Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2024-04-23T11:11:02.599Z] --- PASS: TestServiceUpdatePidsLimit (15.89s) [2024-04-23T11:11:02.599Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s) [2024-04-23T11:11:02.599Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2024-04-23T11:11:02.599Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.68s) [2024-04-23T11:11:02.599Z] PASS [2024-04-23T11:11:02.599Z] [2024-04-23T11:11:02.599Z] === Skipped [2024-04-23T11:11:02.599Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2024-04-23T11:11:02.599Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-04-23T11:11:02.599Z] [2024-04-23T11:11:02.599Z] DONE 26 tests, 1 skipped in 137.788s [2024-04-23T11:11:02.599Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2024-04-23T11:11:02.599Z] ++ '[' -n '' ']' [2024-04-23T11:11:02.599Z] ++ 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 [2024-04-23T11:11:02.599Z] ++ set -e [2024-04-23T11:11:02.599Z] ++ '[' -n 0 ']' [2024-04-23T11:11:02.599Z] ++ set -x [2024-04-23T11:11:02.599Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:11:02.599Z] INFO: Testing against a local daemon [2024-04-23T11:11:02.599Z] === RUN TestSessionCreate [2024-04-23T11:11:02.599Z] --- PASS: TestSessionCreate (0.01s) [2024-04-23T11:11:02.599Z] === RUN TestSessionCreateWithBadUpgrade [2024-04-23T11:11:02.599Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2024-04-23T11:11:02.599Z] PASS [2024-04-23T11:11:02.599Z] [2024-04-23T11:11:02.599Z] DONE 2 tests in 0.040s [2024-04-23T11:11:02.599Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2024-04-23T11:11:02.599Z] ++ '[' -n '' ']' [2024-04-23T11:11:02.599Z] ++ 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 [2024-04-23T11:11:02.599Z] ++ set -e [2024-04-23T11:11:02.599Z] ++ '[' -n 0 ']' [2024-04-23T11:11:02.599Z] ++ set -x [2024-04-23T11:11:02.599Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:11:02.599Z] INFO: Testing against a local daemon [2024-04-23T11:11:02.599Z] === RUN TestCgroupDriverSystemdMemoryLimit [2024-04-23T11:11:02.599Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-04-23T11:11:02.599Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-04-23T11:11:02.599Z] === RUN TestDiskUsage [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty/container_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty/image_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty/volume_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty/build-cache_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty/container,_volume_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2024-04-23T11:11:02.853Z] === RUN TestDiskUsage/after_container.Run [2024-04-23T11:11:03.108Z] === RUN TestDiskUsage/after_container.Run/container_types [2024-04-23T11:11:03.108Z] === RUN TestDiskUsage/after_container.Run/image_types [2024-04-23T11:11:03.108Z] === RUN TestDiskUsage/after_container.Run/volume_types [2024-04-23T11:11:03.108Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2024-04-23T11:11:03.108Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2024-04-23T11:11:03.108Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2024-04-23T11:11:03.108Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2024-04-23T11:11:03.108Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2024-04-23T11:11:03.108Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2024-04-23T11:11:03.108Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage (1.05s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty (0.01s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.09s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run (0.23s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2024-04-23T11:11:03.362Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2024-04-23T11:11:03.362Z] === RUN TestEventsExecDie [2024-04-23T11:11:03.921Z] --- PASS: TestEventsExecDie (0.42s) [2024-04-23T11:11:03.921Z] === RUN TestEventsBackwardsCompatible [2024-04-23T11:11:03.921Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2024-04-23T11:11:03.921Z] === RUN TestEventsVolumeCreate [2024-04-23T11:11:03.921Z] --- PASS: TestEventsVolumeCreate (0.05s) [2024-04-23T11:11:03.921Z] === RUN TestInfoBinaryCommits [2024-04-23T11:11:03.921Z] --- PASS: TestInfoBinaryCommits (0.01s) [2024-04-23T11:11:03.921Z] === RUN TestInfoAPIVersioned [2024-04-23T11:11:03.921Z] --- PASS: TestInfoAPIVersioned (0.01s) [2024-04-23T11:11:03.921Z] === RUN TestInfoAPI [2024-04-23T11:11:03.921Z] --- PASS: TestInfoAPI (0.01s) [2024-04-23T11:11:03.921Z] === RUN TestInfoAPIWarnings [2024-04-23T11:11:21.957Z] --- PASS: TestInfoAPIWarnings (16.54s) [2024-04-23T11:11:21.957Z] === RUN TestInfoDebug [2024-04-23T11:11:21.957Z] --- PASS: TestInfoDebug (0.52s) [2024-04-23T11:11:21.957Z] === RUN TestInfoInsecureRegistries [2024-04-23T11:11:21.957Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2024-04-23T11:11:21.957Z] === RUN TestInfoRegistryMirrors [2024-04-23T11:11:21.957Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2024-04-23T11:11:21.957Z] === RUN TestLoginFailsWithBadCredentials [2024-04-23T11:11:23.317Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2024-04-23T11:11:23.317Z] === RUN TestPingCacheHeaders [2024-04-23T11:11:23.317Z] --- PASS: TestPingCacheHeaders (0.01s) [2024-04-23T11:11:23.317Z] === RUN TestPingGet [2024-04-23T11:11:23.317Z] --- PASS: TestPingGet (0.01s) [2024-04-23T11:11:23.317Z] === RUN TestPingHead [2024-04-23T11:11:23.317Z] --- PASS: TestPingHead (0.01s) [2024-04-23T11:11:23.317Z] === RUN TestPingSwarmHeader [2024-04-23T11:11:23.571Z] === RUN TestPingSwarmHeader/before_swarm_init [2024-04-23T11:11:24.130Z] === RUN TestPingSwarmHeader/after_swarm_init [2024-04-23T11:11:25.054Z] === RUN TestPingSwarmHeader/after_swarm_leave [2024-04-23T11:11:25.054Z] --- PASS: TestPingSwarmHeader (1.96s) [2024-04-23T11:11:25.054Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2024-04-23T11:11:25.054Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2024-04-23T11:11:25.054Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2024-04-23T11:11:25.054Z] === RUN TestPingBuilderHeader [2024-04-23T11:11:25.054Z] === RUN TestPingBuilderHeader/default_config [2024-04-23T11:11:25.613Z] === RUN TestPingBuilderHeader/buildkit_disabled [2024-04-23T11:11:26.171Z] --- PASS: TestPingBuilderHeader (1.04s) [2024-04-23T11:11:26.171Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2024-04-23T11:11:26.171Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s) [2024-04-23T11:11:26.171Z] === RUN TestVersion [2024-04-23T11:11:26.171Z] --- PASS: TestVersion (0.01s) [2024-04-23T11:11:26.171Z] PASS [2024-04-23T11:11:26.171Z] [2024-04-23T11:11:26.171Z] === Skipped [2024-04-23T11:11:26.171Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-04-23T11:11:26.171Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-04-23T11:11:26.171Z] [2024-04-23T11:11:26.171Z] DONE 57 tests, 1 skipped in 23.749s [2024-04-23T11:11:26.171Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2024-04-23T11:11:26.171Z] ++ '[' -n '' ']' [2024-04-23T11:11:26.171Z] ++ 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 [2024-04-23T11:11:26.171Z] ++ set -e [2024-04-23T11:11:26.171Z] ++ '[' -n 0 ']' [2024-04-23T11:11:26.171Z] ++ set -x [2024-04-23T11:11:26.171Z] ++ 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.SKC10ZCQzi/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 [2024-04-23T11:11:26.171Z] INFO: Testing against a local daemon [2024-04-23T11:11:26.171Z] === RUN TestRunMountVolumeSubdir [2024-04-23T11:11:26.426Z] mount_test.go:28: Setup stderr: [2024-04-23T11:11:26.426Z] mount_test.go:28: Setup stdout: [2024-04-23T11:11:26.426Z] /volume: [2024-04-23T11:11:26.426Z] total 24K [2024-04-23T11:11:26.426Z] drwxr-xr-x 5 root root 4.0K Apr 23 11:11 . [2024-04-23T11:11:26.426Z] drwxr-xr-x 1 root root 4.0K Apr 23 11:11 .. [2024-04-23T11:11:26.426Z] -rw-r--r-- 1 root root 4 Apr 23 11:11 bar.txt [2024-04-23T11:11:26.426Z] drwxr-xr-x 2 root root 4.0K Apr 23 11:11 bin [2024-04-23T11:11:26.426Z] drwxr-xr-x 3 root root 4.0K Apr 23 11:11 hack [2024-04-23T11:11:26.426Z] drwxr-xr-x 2 root root 4.0K Apr 23 11:11 subdir [2024-04-23T11:11:26.426Z] [2024-04-23T11:11:26.426Z] /volume/hack/: [2024-04-23T11:11:26.426Z] total 12K [2024-04-23T11:11:26.426Z] drwxr-xr-x 3 root root 4.0K Apr 23 11:11 . [2024-04-23T11:11:26.426Z] drwxr-xr-x 5 root root 4.0K Apr 23 11:11 .. [2024-04-23T11:11:26.426Z] lrwxrwxrwx 1 root root 4 Apr 23 11:11 bad -> root [2024-04-23T11:11:26.426Z] lrwxrwxrwx 1 root root 9 Apr 23 11:11 good -> ../subdir [2024-04-23T11:11:26.426Z] drwxr-xr-x 2 root root 4.0K Apr 23 11:11 iwanttobehackedwithtoctou [2024-04-23T11:11:26.426Z] lrwxrwxrwx 1 root root 1 Apr 23 11:11 root -> / [2024-04-23T11:11:26.426Z] === RUN TestRunMountVolumeSubdir/subdir [2024-04-23T11:11:26.985Z] mount_test.go:101: stdout: [2024-04-23T11:11:26.985Z] hello.txt [2024-04-23T11:11:26.985Z] mount_test.go:102: stderr: [2024-04-23T11:11:26.985Z] === RUN TestRunMountVolumeSubdir/subdir_link [2024-04-23T11:11:27.240Z] mount_test.go:101: stdout: [2024-04-23T11:11:27.240Z] hello.txt [2024-04-23T11:11:27.240Z] mount_test.go:102: stderr: [2024-04-23T11:11:27.240Z] === RUN TestRunMountVolumeSubdir/subdir_with_copy_data [2024-04-23T11:11:27.799Z] mount_test.go:101: stdout: [2024-04-23T11:11:27.799Z] /bin/busybox [2024-04-23T11:11:27.799Z] mount_test.go:102: stderr: [2024-04-23T11:11:27.799Z] === RUN TestRunMountVolumeSubdir/file [2024-04-23T11:11:28.053Z] mount_test.go:101: stdout: [2024-04-23T11:11:28.053Z] foo [2024-04-23T11:11:28.053Z] mount_test.go:102: stderr: [2024-04-23T11:11:28.053Z] === RUN TestRunMountVolumeSubdir/relative_with_backtracks [2024-04-23T11:11:28.053Z] === RUN TestRunMountVolumeSubdir/not_existing [2024-04-23T11:11:28.307Z] === RUN TestRunMountVolumeSubdir/mount_link [2024-04-23T11:11:28.562Z] === RUN TestRunMountVolumeSubdir/mount_link_link [2024-04-23T11:11:28.562Z] --- PASS: TestRunMountVolumeSubdir (2.43s) [2024-04-23T11:11:28.562Z] --- PASS: TestRunMountVolumeSubdir/subdir (0.40s) [2024-04-23T11:11:28.562Z] --- PASS: TestRunMountVolumeSubdir/subdir_link (0.41s) [2024-04-23T11:11:28.562Z] --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.43s) [2024-04-23T11:11:28.562Z] --- PASS: TestRunMountVolumeSubdir/file (0.39s) [2024-04-23T11:11:28.562Z] --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s) [2024-04-23T11:11:28.562Z] --- PASS: TestRunMountVolumeSubdir/not_existing (0.15s) [2024-04-23T11:11:28.562Z] --- PASS: TestRunMountVolumeSubdir/mount_link (0.14s) [2024-04-23T11:11:28.562Z] --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.11s) [2024-04-23T11:11:28.562Z] === RUN TestVolumesCreateAndList [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesCreateAndList (0.01s) [2024-04-23T11:11:28.562Z] === RUN TestVolumesRemove [2024-04-23T11:11:28.562Z] === RUN TestVolumesRemove/volume_in_use [2024-04-23T11:11:28.562Z] === RUN TestVolumesRemove/volume_not_in_use [2024-04-23T11:11:28.562Z] === RUN TestVolumesRemove/non-existing_volume [2024-04-23T11:11:28.562Z] === RUN TestVolumesRemove/non-existing_volume_force [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesRemove (0.05s) [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.01s) [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) [2024-04-23T11:11:28.562Z] === RUN TestVolumesRemoveSwarmEnabled [2024-04-23T11:11:28.562Z] === PAUSE TestVolumesRemoveSwarmEnabled [2024-04-23T11:11:28.562Z] === RUN TestVolumesInspect [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesInspect (0.01s) [2024-04-23T11:11:28.562Z] === RUN TestVolumesInvalidJSON [2024-04-23T11:11:28.562Z] === RUN TestVolumesInvalidJSON/volumes/create [2024-04-23T11:11:28.562Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2024-04-23T11:11:28.562Z] === CONT TestVolumesInvalidJSON/volumes/create [2024-04-23T11:11:28.562Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2024-04-23T11:11:28.562Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2024-04-23T11:11:28.562Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2024-04-23T11:11:28.562Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2024-04-23T11:11:28.562Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2024-04-23T11:11:28.562Z] === RUN TestVolumePruneAnonymous [2024-04-23T11:11:28.562Z] --- PASS: TestVolumePruneAnonymous (0.02s) [2024-04-23T11:11:28.562Z] === RUN TestVolumePruneAnonFromImage [2024-04-23T11:11:28.816Z] --- PASS: TestVolumePruneAnonFromImage (0.12s) [2024-04-23T11:11:28.816Z] === CONT TestVolumesRemoveSwarmEnabled [2024-04-23T11:11:30.174Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use [2024-04-23T11:11:30.174Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use [2024-04-23T11:11:30.174Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume [2024-04-23T11:11:30.174Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force [2024-04-23T11:11:30.732Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.98s) [2024-04-23T11:11:30.733Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) [2024-04-23T11:11:30.733Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s) [2024-04-23T11:11:30.733Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) [2024-04-23T11:11:30.733Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) [2024-04-23T11:11:30.733Z] PASS [2024-04-23T11:11:30.733Z] [2024-04-23T11:11:30.733Z] DONE 29 tests in 4.656s [2024-04-23T11:11:30.733Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2024-04-23T11:11:30.987Z] ++++ cat bundles/test-integration/TestUsernsCommit/d15d4a6d52880/docker.pid [2024-04-23T11:11:30.987Z] +++ kill 67956 [2024-04-23T11:11:30.987Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 67956 is not a child of this shell [2024-04-23T11:11:30.987Z] warning: PID 67956 from bundles/test-integration/TestUsernsCommit/d15d4a6d52880/docker.pid had a nonzero exit code [2024-04-23T11:11:30.987Z] umount: bundles/test-integration/TestUsernsCommit/d15d4a6d52880/root: not mounted. [2024-04-23T11:11:30.987Z] ++++ cat bundles/test-integration/docker.pid [2024-04-23T11:11:30.987Z] +++ kill 25163 [2024-04-23T11:11:32.345Z] +++ /etc/init.d/apparmor stop [2024-04-23T11:11:32.345Z] Leaving: AppArmorNo profiles have been unloaded. [2024-04-23T11:11:32.345Z] [2024-04-23T11:11:32.345Z] Unloading profiles will leave already running processes permanently [2024-04-23T11:11:32.345Z] unconfined, which can lead to unexpected situations. [2024-04-23T11:11:32.345Z] [2024-04-23T11:11:32.345Z] To set a process to complain mode, use the command line tool [2024-04-23T11:11:32.345Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2024-04-23T11:11:32.345Z] +++ true [2024-04-23T11:11:32.345Z] exiting test-integration [2024-04-23T11:11:32.345Z] ++ exit 0 [2024-04-23T11:11:32.345Z] Post stage [Pipeline] junit [2024-04-23T11:11:33.713Z] Recording test results [2024-04-23T11:11:33.851Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2024-04-23T11:11:34.179Z] + echo Ensuring container killed. [2024-04-23T11:11:34.180Z] Ensuring container killed. [2024-04-23T11:11:34.180Z] + docker rm -vf docker-pr2944 [2024-04-23T11:11:34.180Z] Error response from daemon: No such container: docker-pr2944 [Pipeline] sh [2024-04-23T11:11:34.503Z] + echo Chowning /workspace to jenkins user [2024-04-23T11:11:34.503Z] Chowning /workspace to jenkins user [2024-04-23T11:11:34.503Z] + id -u [2024-04-23T11:11:34.503Z] + id -g [2024-04-23T11:11:34.503Z] + docker run --rm -v /home/ubuntu/workspace/moby_master:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2024-04-23T11:11:36.133Z] + bundleName=arm64-integration [2024-04-23T11:11:36.133Z] + echo Creating arm64-integration-bundles.tar.gz [2024-04-23T11:11:36.133Z] Creating arm64-integration-bundles.tar.gz [2024-04-23T11:11:36.133Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name+ *-report.xml ) -print [2024-04-23T11:11:36.133Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2024-04-23T11:11:36.394Z] Archiving artifacts [2024-04-23T11:11:36.629Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/master/2944/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2024-04-23T11:11:36.912Z] + make clean [2024-04-23T11:11:36.912Z] docker volume rm -f docker-dev-cache docker-mod-cache [2024-04-23T11:11:36.912Z] docker-dev-cache [2024-04-23T11:11:36.912Z] 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 Deleted 0 stash(es) from https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/master/2944/stashes/