Pull request #47136 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 0240f5675b33b63250536d5e3bbd52c998a3e031+615dfdf67264ed5b08dd5e86657bf0e580731cea (90b63a368c0d19c8674498f2ceb6ce40c14a973d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-47136@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2024-01-20T11:24:24.268Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2024-01-20T11:24:24.272Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2024-01-20T11:24:24.642Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0bd18a01e9f65abed) in /home/ubuntu/workspace/moby_PR-47136 [Pipeline] { [Pipeline] checkout [2024-01-20T11:24:24.673Z] The recommended git tool is: git [2024-01-20T11:24:24.681Z] using credential docker-jenkins-github-credentials [2024-01-20T11:24:24.698Z] Cloning the remote Git repository [2024-01-20T11:24:24.698Z] Cloning with configured refspecs honoured and without tags [2024-01-20T11:24:24.711Z] Cloning repository https://github.com/moby/moby.git [2024-01-20T11:24:24.711Z] > git init /home/ubuntu/workspace/moby_PR-47136 # timeout=10 [2024-01-20T11:24:24.718Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-01-20T11:24:24.718Z] > git --version # timeout=10 [2024-01-20T11:24:24.720Z] > git --version # 'git version 2.25.1' [2024-01-20T11:24:24.720Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-01-20T11:24:24.721Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47136/head:refs/remotes/origin/PR-47136 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-01-20T11:24:36.682Z] Fetching without tags [2024-01-20T11:24:36.858Z] Merging remotes/origin/25.0 commit 615dfdf67264ed5b08dd5e86657bf0e580731cea into PR head commit 0240f5675b33b63250536d5e3bbd52c998a3e031 [2024-01-20T11:24:36.680Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-01-20T11:24:36.682Z] > git config --add remote.origin.fetch +refs/pull/47136/head:refs/remotes/origin/PR-47136 # timeout=10 [2024-01-20T11:24:36.685Z] > git config --add remote.origin.fetch +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-01-20T11:24:36.690Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-01-20T11:24:36.695Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-01-20T11:24:36.695Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-01-20T11:24:36.696Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47136/head:refs/remotes/origin/PR-47136 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-01-20T11:24:36.871Z] > git config core.sparsecheckout # timeout=10 [2024-01-20T11:24:36.873Z] > git checkout -f 0240f5675b33b63250536d5e3bbd52c998a3e031 # timeout=10 [2024-01-20T11:24:37.537Z] Merge succeeded, producing 0240f5675b33b63250536d5e3bbd52c998a3e031 [2024-01-20T11:24:37.537Z] Checking out Revision 0240f5675b33b63250536d5e3bbd52c998a3e031 (PR-47136) [2024-01-20T11:24:38.257Z] Commit message: "Fix isGitURL regular expression" [2024-01-20T11:24:38.257Z] First time build. Skipping changelog. [2024-01-20T11:24:38.278Z] > git --version # timeout=10 [2024-01-20T11:24:38.280Z] > git --version # 'git version 2.25.1' [2024-01-20T11:24:38.282Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-20T11:24:37.532Z] > git remote # timeout=10 [2024-01-20T11:24:37.535Z] > git config --get remote.origin.url # timeout=10 [2024-01-20T11:24:37.538Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-01-20T11:24:37.538Z] > git merge 615dfdf67264ed5b08dd5e86657bf0e580731cea # timeout=10 [2024-01-20T11:24:37.545Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-01-20T11:24:37.550Z] > git config core.sparsecheckout # timeout=10 [2024-01-20T11:24:37.553Z] > git checkout -f 0240f5675b33b63250536d5e3bbd52c998a3e031 # timeout=10 [2024-01-20T11:24:38.935Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47136:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=25.0 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-01-20T11:24:43.113Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [2024-01-20T11:24:43.168Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0bd18a01e9f65abed) in /home/ubuntu/workspace/moby_PR-47136 [Pipeline] { [Pipeline] checkout [2024-01-20T11:24:43.185Z] The recommended git tool is: git [2024-01-20T11:24:43.192Z] using credential docker-jenkins-github-credentials [2024-01-20T11:24:43.209Z] Fetching changes from the remote Git repository [2024-01-20T11:24:43.213Z] Fetching without tags [2024-01-20T11:24:43.393Z] Merging remotes/origin/25.0 commit 615dfdf67264ed5b08dd5e86657bf0e580731cea into PR head commit 0240f5675b33b63250536d5e3bbd52c998a3e031 [2024-01-20T11:24:43.441Z] Merge succeeded, producing 0240f5675b33b63250536d5e3bbd52c998a3e031 [2024-01-20T11:24:43.441Z] Checking out Revision 0240f5675b33b63250536d5e3bbd52c998a3e031 (PR-47136) [2024-01-20T11:24:43.492Z] Commit message: "Fix isGitURL regular expression" [2024-01-20T11:24:43.513Z] > git --version # timeout=10 [2024-01-20T11:24:43.516Z] > git --version # 'git version 2.25.1' [2024-01-20T11:24:43.518Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2024-01-20T11:24:44.169Z] + docker version [2024-01-20T11:24:44.169Z] Client: Docker Engine - Community [2024-01-20T11:24:44.169Z] Version: 24.0.7 [2024-01-20T11:24:44.169Z] API version: 1.43 [2024-01-20T11:24:44.169Z] Go version: go1.20.10 [2024-01-20T11:24:44.169Z] Git commit: afdd53b [2024-01-20T11:24:44.169Z] Built: Thu Oct 26 09:08:14 2023 [2024-01-20T11:24:44.169Z] OS/Arch: linux/arm64 [2024-01-20T11:24:44.169Z] Context: default [2024-01-20T11:24:44.169Z] [2024-01-20T11:24:44.169Z] Server: Docker Engine - Community [2024-01-20T11:24:44.169Z] Engine: [2024-01-20T11:24:44.169Z] Version: 24.0.7 [2024-01-20T11:24:44.169Z] API version: 1.43 (minimum version 1.12) [2024-01-20T11:24:44.169Z] Go version: go1.20.10 [2024-01-20T11:24:44.169Z] Git commit: 311b9ff [2024-01-20T11:24:44.169Z] Built: Thu Oct 26 09:08:14 2023 [2024-01-20T11:24:44.169Z] OS/Arch: linux/arm64 [2024-01-20T11:24:44.169Z] Experimental: true [2024-01-20T11:24:44.169Z] containerd: [2024-01-20T11:24:44.169Z] Version: 1.6.25 [2024-01-20T11:24:44.169Z] GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f [2024-01-20T11:24:44.169Z] runc: [2024-01-20T11:24:44.169Z] Version: 1.1.10 [2024-01-20T11:24:44.169Z] GitCommit: v1.1.10-0-g18a0cb0 [2024-01-20T11:24:44.169Z] docker-init: [2024-01-20T11:24:44.169Z] Version: 0.19.0 [2024-01-20T11:24:44.169Z] GitCommit: de40ad0 [Pipeline] sh [2024-01-20T11:24:43.217Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-47136/.git # timeout=10 [2024-01-20T11:24:43.221Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-01-20T11:24:43.226Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-01-20T11:24:43.226Z] > git --version # timeout=10 [2024-01-20T11:24:43.228Z] > git --version # 'git version 2.25.1' [2024-01-20T11:24:43.228Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-01-20T11:24:43.229Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47136/head:refs/remotes/origin/PR-47136 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-01-20T11:24:43.406Z] > git config core.sparsecheckout # timeout=10 [2024-01-20T11:24:43.408Z] > git checkout -f 0240f5675b33b63250536d5e3bbd52c998a3e031 # timeout=10 [2024-01-20T11:24:43.437Z] > git remote # timeout=10 [2024-01-20T11:24:43.439Z] > git config --get remote.origin.url # timeout=10 [2024-01-20T11:24:43.442Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-01-20T11:24:43.442Z] > git merge 615dfdf67264ed5b08dd5e86657bf0e580731cea # timeout=10 [2024-01-20T11:24:43.449Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-01-20T11:24:43.454Z] > git config core.sparsecheckout # timeout=10 [2024-01-20T11:24:43.456Z] > git checkout -f 0240f5675b33b63250536d5e3bbd52c998a3e031 # timeout=10 [2024-01-20T11:24:44.448Z] + docker info [2024-01-20T11:24:44.448Z] Client: Docker Engine - Community [2024-01-20T11:24:44.448Z] Version: 24.0.7 [2024-01-20T11:24:44.448Z] Context: default [2024-01-20T11:24:44.448Z] Debug Mode: false [2024-01-20T11:24:44.448Z] Plugins: [2024-01-20T11:24:44.448Z] buildx: Docker Buildx (Docker Inc.) [2024-01-20T11:24:44.448Z] Version: v0.12.0 [2024-01-20T11:24:44.448Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2024-01-20T11:24:44.448Z] compose: Docker Compose (Docker Inc.) [2024-01-20T11:24:44.448Z] Version: v2.23.3 [2024-01-20T11:24:44.448Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2024-01-20T11:24:44.448Z] [2024-01-20T11:24:44.448Z] Server: [2024-01-20T11:24:44.448Z] Containers: 0 [2024-01-20T11:24:44.448Z] Running: 0 [2024-01-20T11:24:44.448Z] Paused: 0 [2024-01-20T11:24:44.448Z] Stopped: 0 [2024-01-20T11:24:44.448Z] Images: 3 [2024-01-20T11:24:44.448Z] Server Version: 24.0.7 [2024-01-20T11:24:44.448Z] Storage Driver: overlay2 [2024-01-20T11:24:44.448Z] Backing Filesystem: extfs [2024-01-20T11:24:44.448Z] Supports d_type: true [2024-01-20T11:24:44.448Z] Using metacopy: false [2024-01-20T11:24:44.448Z] Native Overlay Diff: true [2024-01-20T11:24:44.448Z] userxattr: false [2024-01-20T11:24:44.448Z] Logging Driver: json-file [2024-01-20T11:24:44.448Z] Cgroup Driver: cgroupfs [2024-01-20T11:24:44.448Z] Cgroup Version: 1 [2024-01-20T11:24:44.448Z] Plugins: [2024-01-20T11:24:44.448Z] Volume: local [2024-01-20T11:24:44.448Z] Network: bridge host ipvlan macvlan null overlay [2024-01-20T11:24:44.448Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2024-01-20T11:24:44.448Z] Swarm: inactive [2024-01-20T11:24:44.448Z] Runtimes: io.containerd.runc.v2 runc [2024-01-20T11:24:44.448Z] Default Runtime: runc [2024-01-20T11:24:44.448Z] Init Binary: docker-init [2024-01-20T11:24:44.448Z] containerd version: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f [2024-01-20T11:24:44.448Z] runc version: v1.1.10-0-g18a0cb0 [2024-01-20T11:24:44.448Z] init version: de40ad0 [2024-01-20T11:24:44.448Z] Security Options: [2024-01-20T11:24:44.448Z] apparmor [2024-01-20T11:24:44.448Z] seccomp [2024-01-20T11:24:44.448Z] Profile: builtin [2024-01-20T11:24:44.448Z] Kernel Version: 5.15.0-1050-aws [2024-01-20T11:24:44.448Z] Operating System: Ubuntu 20.04.6 LTS [2024-01-20T11:24:44.448Z] OSType: linux [2024-01-20T11:24:44.448Z] Architecture: aarch64 [2024-01-20T11:24:44.448Z] CPUs: 8 [2024-01-20T11:24:44.448Z] Total Memory: 30.64GiB [2024-01-20T11:24:44.448Z] Name: ip-10-100-118-159 [2024-01-20T11:24:44.448Z] ID: df31e515-0d6e-4cdc-bab7-e14664be0d77 [2024-01-20T11:24:44.448Z] Docker Root Dir: /var/lib/docker [2024-01-20T11:24:44.448Z] Debug Mode: false [2024-01-20T11:24:44.448Z] Experimental: true [2024-01-20T11:24:44.448Z] Insecure Registries: [2024-01-20T11:24:44.448Z] 127.0.0.0/8 [2024-01-20T11:24:44.448Z] Live Restore Enabled: true [2024-01-20T11:24:44.448Z] [Pipeline] sh [2024-01-20T11:24:44.727Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-01-20T11:24:44.728Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-01-20T11:24:44.728Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47136/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2024-01-20T11:24:44.728Z] + bash /home/ubuntu/workspace/moby_PR-47136/check-config.sh [2024-01-20T11:24:44.728Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2024-01-20T11:24:44.728Z] info: reading kernel config from /boot/config-5.15.0-1050-aws ... [2024-01-20T11:24:44.728Z] [2024-01-20T11:24:44.728Z] Generally Necessary: [2024-01-20T11:24:44.728Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2024-01-20T11:24:44.728Z] - apparmor: enabled and tools installed [2024-01-20T11:24:44.728Z] - CONFIG_NAMESPACES: enabled [2024-01-20T11:24:44.728Z] - CONFIG_NET_NS: enabled [2024-01-20T11:24:44.728Z] - CONFIG_PID_NS: enabled [2024-01-20T11:24:44.728Z] - CONFIG_IPC_NS: enabled [2024-01-20T11:24:44.728Z] - CONFIG_UTS_NS: enabled [2024-01-20T11:24:44.728Z] - CONFIG_CGROUPS: enabled [2024-01-20T11:24:44.728Z] - CONFIG_CGROUP_CPUACCT: enabled [2024-01-20T11:24:44.728Z] - CONFIG_CGROUP_DEVICE: enabled [2024-01-20T11:24:44.728Z] - CONFIG_CGROUP_FREEZER: enabled [2024-01-20T11:24:44.985Z] - CONFIG_CGROUP_SCHED: enabled [2024-01-20T11:24:44.985Z] - CONFIG_CPUSETS: enabled [2024-01-20T11:24:44.985Z] - CONFIG_MEMCG: enabled [2024-01-20T11:24:44.985Z] - CONFIG_KEYS: enabled [2024-01-20T11:24:44.985Z] - CONFIG_VETH: enabled (as module) [2024-01-20T11:24:44.985Z] - CONFIG_BRIDGE: enabled (as module) [2024-01-20T11:24:44.985Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2024-01-20T11:24:44.985Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2024-01-20T11:24:44.985Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2024-01-20T11:24:44.985Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2024-01-20T11:24:44.985Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2024-01-20T11:24:44.985Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2024-01-20T11:24:44.986Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2024-01-20T11:24:44.986Z] - CONFIG_IP_NF_NAT: enabled (as module) [2024-01-20T11:24:44.986Z] - CONFIG_NF_NAT: enabled (as module) [2024-01-20T11:24:44.986Z] - CONFIG_POSIX_MQUEUE: enabled [2024-01-20T11:24:44.986Z] - CONFIG_CGROUP_BPF: enabled [2024-01-20T11:24:44.986Z] [2024-01-20T11:24:44.986Z] Optional Features: [2024-01-20T11:24:44.986Z] - CONFIG_USER_NS: enabled [2024-01-20T11:24:44.986Z] - CONFIG_SECCOMP: enabled [2024-01-20T11:24:44.986Z] - CONFIG_SECCOMP_FILTER: enabled [2024-01-20T11:24:44.986Z] - CONFIG_CGROUP_PIDS: enabled [2024-01-20T11:24:44.986Z] - CONFIG_MEMCG_SWAP: enabled [2024-01-20T11:24:44.986Z] (cgroup swap accounting is currently enabled) [2024-01-20T11:24:44.986Z] - CONFIG_BLK_CGROUP: enabled [2024-01-20T11:24:45.243Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2024-01-20T11:24:45.243Z] - CONFIG_CGROUP_PERF: enabled [2024-01-20T11:24:45.243Z] - CONFIG_CGROUP_HUGETLB: enabled [2024-01-20T11:24:45.243Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2024-01-20T11:24:45.243Z] - CONFIG_CGROUP_NET_PRIO: enabled [2024-01-20T11:24:45.243Z] - CONFIG_CFS_BANDWIDTH: enabled [2024-01-20T11:24:45.243Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2024-01-20T11:24:45.243Z] - CONFIG_RT_GROUP_SCHED: missing [2024-01-20T11:24:45.243Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2024-01-20T11:24:45.243Z] - CONFIG_IP_VS: enabled (as module) [2024-01-20T11:24:45.243Z] - CONFIG_IP_VS_NFCT: enabled [2024-01-20T11:24:45.243Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2024-01-20T11:24:45.243Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2024-01-20T11:24:45.243Z] - CONFIG_IP_VS_RR: enabled (as module) [2024-01-20T11:24:45.243Z] - CONFIG_SECURITY_SELINUX: enabled [2024-01-20T11:24:45.243Z] - CONFIG_SECURITY_APPARMOR: enabled [2024-01-20T11:24:45.243Z] - CONFIG_EXT4_FS: enabled [2024-01-20T11:24:45.243Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2024-01-20T11:24:45.243Z] - CONFIG_EXT4_FS_SECURITY: enabled [2024-01-20T11:24:45.243Z] - Network Drivers: [2024-01-20T11:24:45.243Z] - "overlay": [2024-01-20T11:24:45.243Z] - CONFIG_VXLAN: enabled (as module) [2024-01-20T11:24:45.243Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2024-01-20T11:24:45.243Z] Optional (for encrypted networks): [2024-01-20T11:24:45.501Z] - CONFIG_CRYPTO: enabled [2024-01-20T11:24:45.501Z] - CONFIG_CRYPTO_AEAD: enabled [2024-01-20T11:24:45.501Z] - CONFIG_CRYPTO_GCM: enabled [2024-01-20T11:24:45.501Z] - CONFIG_CRYPTO_SEQIV: enabled [2024-01-20T11:24:45.501Z] - CONFIG_CRYPTO_GHASH: enabled [2024-01-20T11:24:45.501Z] - CONFIG_XFRM: enabled [2024-01-20T11:24:45.501Z] - CONFIG_XFRM_USER: enabled (as module) [2024-01-20T11:24:45.501Z] - CONFIG_XFRM_ALGO: enabled (as module) [2024-01-20T11:24:45.501Z] - CONFIG_INET_ESP: enabled (as module) [2024-01-20T11:24:45.501Z] - "ipvlan": [2024-01-20T11:24:45.501Z] - CONFIG_IPVLAN: enabled (as module) [2024-01-20T11:24:45.501Z] - "macvlan": [2024-01-20T11:24:45.501Z] - CONFIG_MACVLAN: enabled (as module) [2024-01-20T11:24:45.501Z] - CONFIG_DUMMY: enabled (as module) [2024-01-20T11:24:45.501Z] - "ftp,tftp client in container": [2024-01-20T11:24:45.501Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2024-01-20T11:24:45.501Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2024-01-20T11:24:45.501Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2024-01-20T11:24:45.501Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2024-01-20T11:24:45.501Z] - Storage Drivers: [2024-01-20T11:24:45.501Z] - "aufs": [2024-01-20T11:24:45.501Z] - CONFIG_AUFS_FS: enabled (as module) [2024-01-20T11:24:45.501Z] - "btrfs": [2024-01-20T11:24:45.501Z] - CONFIG_BTRFS_FS: enabled (as module) [2024-01-20T11:24:45.501Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2024-01-20T11:24:45.501Z] - "devicemapper": [2024-01-20T11:24:45.501Z] - CONFIG_BLK_DEV_DM: enabled [2024-01-20T11:24:45.501Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2024-01-20T11:24:45.501Z] - "overlay": [2024-01-20T11:24:45.501Z] - CONFIG_OVERLAY_FS: enabled (as module) [2024-01-20T11:24:45.501Z] - "zfs": [2024-01-20T11:24:45.501Z] - /dev/zfs: present [2024-01-20T11:24:45.501Z] - zfs command: missing [2024-01-20T11:24:45.501Z] - zpool command: missing [2024-01-20T11:24:45.501Z] [2024-01-20T11:24:45.501Z] Limits: [2024-01-20T11:24:45.501Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2024-01-20T11:24:45.501Z] [2024-01-20T11:24:45.501Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2024-01-20T11:24:45.802Z] + docker build --force-rm -t docker:0240f5675b33b63250536d5e3bbd52c998a3e031 . [2024-01-20T11:24:46.060Z] #0 building with "default" instance using docker driver [2024-01-20T11:24:46.060Z] [2024-01-20T11:24:46.060Z] #1 [internal] load build definition from Dockerfile [2024-01-20T11:24:46.060Z] #1 transferring dockerfile: 27.92kB done [2024-01-20T11:24:46.060Z] #1 DONE 0.0s [2024-01-20T11:24:46.060Z] [2024-01-20T11:24:46.060Z] #2 [internal] load .dockerignore [2024-01-20T11:24:46.060Z] #2 transferring context: 113B done [2024-01-20T11:24:46.060Z] #2 DONE 0.0s [2024-01-20T11:24:46.060Z] [2024-01-20T11:24:46.060Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2024-01-20T11:24:46.060Z] #3 DONE 0.1s [2024-01-20T11:24:46.060Z] [2024-01-20T11:24:46.060Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 [2024-01-20T11:24:46.060Z] #4 CACHED [2024-01-20T11:24:46.060Z] [2024-01-20T11:24:46.060Z] #5 [internal] load metadata for docker.io/library/busybox:latest [2024-01-20T11:24:46.060Z] #5 DONE 0.0s [2024-01-20T11:24:46.060Z] [2024-01-20T11:24:46.060Z] #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm [2024-01-20T11:24:46.318Z] #6 ... [2024-01-20T11:24:46.318Z] [2024-01-20T11:24:46.318Z] #7 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1 [2024-01-20T11:24:46.318Z] #7 DONE 0.1s [2024-01-20T11:24:46.318Z] [2024-01-20T11:24:46.318Z] #8 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2024-01-20T11:24:46.318Z] #8 DONE 0.2s [2024-01-20T11:24:46.318Z] [2024-01-20T11:24:46.318Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 [2024-01-20T11:24:46.318Z] #9 DONE 0.2s [2024-01-20T11:24:46.318Z] [2024-01-20T11:24:46.318Z] #10 [internal] load metadata for docker.io/library/debian:bookworm [2024-01-20T11:24:46.318Z] #10 DONE 0.2s [2024-01-20T11:24:46.318Z] [2024-01-20T11:24:46.318Z] #11 [internal] load metadata for docker.io/docker/compose-bin:v2.24.0 [2024-01-20T11:24:46.318Z] #11 DONE 0.2s [2024-01-20T11:24:46.318Z] [2024-01-20T11:24:46.318Z] #12 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2024-01-20T11:24:46.318Z] #12 DONE 0.2s [2024-01-20T11:24:46.318Z] [2024-01-20T11:24:46.318Z] #6 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm [2024-01-20T11:24:46.576Z] #6 DONE 0.2s [2024-01-20T11:24:46.576Z] [2024-01-20T11:24:46.576Z] #13 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:c4b696f1b2bf7d42e02b62b160c3f81c39386e1c567603df8c514ad6ce93361d [2024-01-20T11:24:46.576Z] #13 DONE 0.0s [2024-01-20T11:24:46.576Z] [2024-01-20T11:24:46.576Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2024-01-20T11:24:46.576Z] #14 DONE 0.0s [2024-01-20T11:24:46.576Z] [2024-01-20T11:24:46.576Z] #15 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.0@sha256:5c6a7907c7c3cf88b216d5b69ac8154b302adeea4a407fba26263cbd7c5c68f9 [2024-01-20T11:24:46.576Z] #15 DONE 0.0s [2024-01-20T11:24:46.576Z] [2024-01-20T11:24:46.576Z] #16 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 [2024-01-20T11:24:46.576Z] #16 DONE 0.0s [2024-01-20T11:24:46.576Z] [2024-01-20T11:24:46.576Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2024-01-20T11:24:46.576Z] #17 DONE 0.0s [2024-01-20T11:24:46.576Z] [2024-01-20T11:24:46.576Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest [2024-01-20T11:24:46.576Z] #18 DONE 0.0s [2024-01-20T11:24:46.576Z] [2024-01-20T11:24:46.576Z] #19 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-01-20T11:24:46.576Z] #19 DONE 0.0s [2024-01-20T11:24:46.576Z] [2024-01-20T11:24:46.576Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67 [2024-01-20T11:24:46.576Z] #20 DONE 0.0s [2024-01-20T11:24:46.576Z] [2024-01-20T11:24:46.576Z] #21 [internal] load build context [2024-01-20T11:24:47.513Z] #21 transferring context: 75.47MB 0.9s done [2024-01-20T11:24:47.513Z] #21 DONE 1.0s [2024-01-20T11:24:47.513Z] [2024-01-20T11:24:47.513Z] #22 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/ [2024-01-20T11:24:47.513Z] #22 CACHED [2024-01-20T11:24:47.513Z] [2024-01-20T11:24:47.513Z] #23 [dev-systemd-false 13/21] COPY --link --from=containerd /build/ /usr/local/bin/ [2024-01-20T11:24:47.513Z] #23 CACHED [2024-01-20T11:24:47.513Z] [2024-01-20T11:24:47.513Z] #24 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker [2024-01-20T11:24:47.513Z] #24 CACHED [2024-01-20T11:24:47.513Z] [2024-01-20T11:24:47.513Z] #25 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2 [2024-01-20T11:24:47.513Z] #25 CACHED [2024-01-20T11:24:47.513Z] [2024-01-20T11:24:47.513Z] #26 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2" && /build/golangci-lint --version [2024-01-20T11:24:47.513Z] #26 CACHED [2024-01-20T11:24:47.513Z] [2024-01-20T11:24:47.513Z] #27 [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/apt/apt.conf.d/keep-cache [2024-01-20T11:24:47.514Z] #70 CACHED [2024-01-20T11:24:47.514Z] [2024-01-20T11:24:47.514Z] #71 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD [2024-01-20T11:24:47.514Z] #71 CACHED [2024-01-20T11:24:47.514Z] [2024-01-20T11:24:47.514Z] #72 [dev-base 11/12] COPY --link --from=dockercli /build/ /usr/local/cli [2024-01-20T11:24:47.514Z] #72 CACHED [2024-01-20T11:24:47.514Z] [2024-01-20T11:24:47.514Z] #73 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <> /etc/bash.bashrc [2024-01-20T11:24:47.514Z] #108 CACHED [2024-01-20T11:24:47.514Z] [2024-01-20T11:24:47.514Z] #109 [tini-build 3/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt xx-apt-get install -y --no-install-recommends gcc libc6-dev pkg-config [2024-01-20T11:24:47.514Z] #109 CACHED [2024-01-20T11:24:47.514Z] [2024-01-20T11:24:47.514Z] #110 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2024-01-20T11:24:47.514Z] #110 CACHED [2024-01-20T11:24:47.514Z] [2024-01-20T11:24:47.514Z] #111 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config [2024-01-20T11:24:47.514Z] #111 CACHED [2024-01-20T11:24:47.514Z] [2024-01-20T11:24:47.514Z] #112 [swagger-src 1/3] WORKDIR /usr/src/swagger [2024-01-20T11:24:47.514Z] #112 CACHED [2024-01-20T11:24:47.514Z] [2024-01-20T11:24:47.514Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration [2024-01-20T11:24:47.514Z] #113 CACHED [2024-01-20T11:24:47.514Z] [2024-01-20T11:24:47.514Z] #114 [dev 1/1] COPY --link . . [2024-01-20T11:24:51.690Z] #114 DONE 3.9s [2024-01-20T11:24:51.690Z] [2024-01-20T11:24:51.690Z] #115 exporting to image [2024-01-20T11:24:51.691Z] #115 exporting layers [2024-01-20T11:24:52.255Z] #115 exporting layers 0.8s done [2024-01-20T11:24:52.255Z] #115 writing image sha256:0938cc358bf01cc67c556b1cd3600854c181c78f434fe80dfda2ac7d8af756b5 done [2024-01-20T11:24:52.255Z] #115 naming to docker.io/library/docker:0240f5675b33b63250536d5e3bbd52c998a3e031 done [2024-01-20T11:24:52.255Z] #115 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2024-01-20T11:24:52.548Z] + sudo modprobe ip6table_filter [Pipeline] sh [2024-01-20T11:24:52.825Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47136/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0240f5675b33b63250536d5e3bbd52c998a3e031 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=25.0 docker:0240f5675b33b63250536d5e3bbd52c998a3e031 hack/test/unit [2024-01-20T11:24:53.083Z] + BUILDFLAGS=(-tags 'netgo journald') [2024-01-20T11:24:53.083Z] + TESTFLAGS+=' -test.timeout=5m' [2024-01-20T11:24:53.083Z] + TESTDIRS=./... [2024-01-20T11:24:53.083Z] + exclude_paths='/vendor/|/integration' [2024-01-20T11:24:53.083Z] ++ go list ./... [2024-01-20T11:24:53.083Z] ++ grep -vE '(/vendor/|/integration)' [2024-01-20T11:24:53.650Z] + pkg_list='github.com/docker/docker/api [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/backend/build [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/httpstatus [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/httputils [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/middleware [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/build [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/checkpoint [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/container [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/debug [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/distribution [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/grpc [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/image [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/network [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/plugin [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/session [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/swarm [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/system [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/server/router/volume [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/backend [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/blkiodev [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/checkpoint [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/container [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/events [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/filters [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/image [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/mount [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/network [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/plugins/logdriver [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/registry [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/strslice [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/swarm [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/swarm/runtime [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/system [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/time [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/versions [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/versions/v1p19 [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/versions/v1p20 [2024-01-20T11:24:53.650Z] github.com/docker/docker/api/types/volume [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/builder-next [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/builder-next/exporter [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/builder-next/worker [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/builder-next/worker/label [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/dockerfile [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/remotecontext [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/remotecontext/git [2024-01-20T11:24:53.650Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-01-20T11:24:53.650Z] github.com/docker/docker/cli/debug [2024-01-20T11:24:53.650Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-01-20T11:24:53.650Z] github.com/docker/docker/cli/winresources/dockerd [2024-01-20T11:24:53.650Z] github.com/docker/docker/client [2024-01-20T11:24:53.650Z] github.com/docker/docker/client/buildkit [2024-01-20T11:24:53.650Z] github.com/docker/docker/cmd/docker-proxy [2024-01-20T11:24:53.650Z] github.com/docker/docker/cmd/dockerd [2024-01-20T11:24:53.650Z] github.com/docker/docker/cmd/dockerd/trap [2024-01-20T11:24:53.650Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-01-20T11:24:53.650Z] github.com/docker/docker/container [2024-01-20T11:24:53.650Z] github.com/docker/docker/container/stream [2024-01-20T11:24:53.650Z] github.com/docker/docker/contrib/apparmor [2024-01-20T11:24:53.650Z] github.com/docker/docker/contrib/httpserver [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/cluster [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/cluster/convert [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/cluster/executor [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/cluster/executor/container [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/cluster/provider [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/config [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/containerd [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/events [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/events/testutils [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/graphdriver [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/graphdriver/copy [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/graphdriver/register [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/images [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/initlayer [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/links [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/listeners [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/awslogs [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/fluentd [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/gcplogs [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/gelf [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/journald [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/local [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/loggertest [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/loggerutils [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/splunk [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/syslog [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/logger/templates [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/names [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/network [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/snapshotter [2024-01-20T11:24:53.650Z] github.com/docker/docker/daemon/stats [2024-01-20T11:24:53.650Z] github.com/docker/docker/distribution [2024-01-20T11:24:53.650Z] github.com/docker/docker/distribution/metadata [2024-01-20T11:24:53.650Z] github.com/docker/docker/distribution/utils [2024-01-20T11:24:53.650Z] github.com/docker/docker/distribution/xfer [2024-01-20T11:24:53.650Z] github.com/docker/docker/dockerversion [2024-01-20T11:24:53.650Z] github.com/docker/docker/errdefs [2024-01-20T11:24:53.650Z] github.com/docker/docker/image [2024-01-20T11:24:53.650Z] github.com/docker/docker/image/cache [2024-01-20T11:24:53.650Z] github.com/docker/docker/image/spec/specs-go [2024-01-20T11:24:53.650Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-01-20T11:24:53.650Z] github.com/docker/docker/image/tarexport [2024-01-20T11:24:53.650Z] github.com/docker/docker/image/v1 [2024-01-20T11:24:53.650Z] github.com/docker/docker/internal/compatcontext [2024-01-20T11:24:53.650Z] github.com/docker/docker/internal/mod [2024-01-20T11:24:53.650Z] github.com/docker/docker/internal/mounttree [2024-01-20T11:24:53.650Z] github.com/docker/docker/internal/multierror [2024-01-20T11:24:53.650Z] github.com/docker/docker/internal/sliceutil [2024-01-20T11:24:53.650Z] github.com/docker/docker/internal/test/suite [2024-01-20T11:24:53.650Z] github.com/docker/docker/internal/testutils [2024-01-20T11:24:53.650Z] github.com/docker/docker/internal/testutils/netnsutils [2024-01-20T11:24:53.650Z] github.com/docker/docker/internal/testutils/specialimage [2024-01-20T11:24:53.650Z] github.com/docker/docker/internal/unshare [2024-01-20T11:24:53.650Z] github.com/docker/docker/layer [2024-01-20T11:24:53.650Z] github.com/docker/docker/libcontainerd [2024-01-20T11:24:53.650Z] github.com/docker/docker/libcontainerd/queue [2024-01-20T11:24:53.650Z] github.com/docker/docker/libcontainerd/remote [2024-01-20T11:24:53.650Z] github.com/docker/docker/libcontainerd/shimopts [2024-01-20T11:24:53.650Z] github.com/docker/docker/libcontainerd/supervisor [2024-01-20T11:24:53.650Z] github.com/docker/docker/libcontainerd/types [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/bitmap [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/cluster [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/config [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/datastore [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/diagnostic [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/discoverapi [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/driverapi [2024-01-20T11:24:53.650Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/host [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/null [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/remote [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/windows [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drvregistry [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/etchosts [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/internal/caller [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipam [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipamapi [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipams/null [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipams/remote [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipamutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipbits [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/iptables [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/netlabel [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/netutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/networkdb [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ns [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/options [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/osl [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/osl/kernel [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/portallocator [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/portmapper [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/resolvconf [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/scope [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/types [2024-01-20T11:24:53.651Z] github.com/docker/docker/oci [2024-01-20T11:24:53.651Z] github.com/docker/docker/oci/caps [2024-01-20T11:24:53.651Z] github.com/docker/docker/opts [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/archive [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/authorization [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/broadcaster [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/capabilities [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/chrootarchive [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/containerfs [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/directory [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/dmesg [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/fileutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/homedir [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/idtools [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/ioutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/jsonmessage [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/longpath [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/loopback [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/meminfo [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/namesgenerator [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/parsers [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/parsers/kernel [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/pidfile [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/platform [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/platforms [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/plugingetter [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/plugins [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/plugins/transport [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/pools [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/process [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/progress [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/reexec [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/rootless [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/rootless/specconv [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/stack [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/stdcopy [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/streamformatter [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/stringid [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/sysinfo [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/system [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/tailfile [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/tarsum [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/useragent [2024-01-20T11:24:53.651Z] github.com/docker/docker/plugin [2024-01-20T11:24:53.651Z] github.com/docker/docker/plugin/executor/containerd [2024-01-20T11:24:53.651Z] github.com/docker/docker/plugin/v2 [2024-01-20T11:24:53.651Z] github.com/docker/docker/profiles/apparmor [2024-01-20T11:24:53.651Z] github.com/docker/docker/profiles/seccomp [2024-01-20T11:24:53.651Z] github.com/docker/docker/quota [2024-01-20T11:24:53.651Z] github.com/docker/docker/reference [2024-01-20T11:24:53.651Z] github.com/docker/docker/registry [2024-01-20T11:24:53.651Z] github.com/docker/docker/registry/resumable [2024-01-20T11:24:53.651Z] github.com/docker/docker/restartmanager [2024-01-20T11:24:53.651Z] github.com/docker/docker/runconfig [2024-01-20T11:24:53.651Z] github.com/docker/docker/runconfig/opts [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil/daemon [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil/environment [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil/fakecontext [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil/fakegit [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil/fakestorage [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil/fixtures/load [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil/fixtures/plugin [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil/registry [2024-01-20T11:24:53.651Z] github.com/docker/docker/testutil/request [2024-01-20T11:24:53.651Z] github.com/docker/docker/volume [2024-01-20T11:24:53.651Z] github.com/docker/docker/volume/drivers [2024-01-20T11:24:53.651Z] github.com/docker/docker/volume/local [2024-01-20T11:24:53.651Z] github.com/docker/docker/volume/mounts [2024-01-20T11:24:53.651Z] github.com/docker/docker/volume/service [2024-01-20T11:24:53.651Z] github.com/docker/docker/volume/service/opts [2024-01-20T11:24:53.651Z] github.com/docker/docker/volume/testutils' [2024-01-20T11:24:53.651Z] ++ grep --fixed-strings -v /libnetwork [2024-01-20T11:24:53.651Z] ++ echo 'github.com/docker/docker/api [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/backend/build [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/httpstatus [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/httputils [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/middleware [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/build [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/checkpoint [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/container [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/debug [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/distribution [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/grpc [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/image [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/network [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/plugin [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/session [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/swarm [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/system [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/server/router/volume [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/backend [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/blkiodev [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/checkpoint [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/container [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/events [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/filters [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/image [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/mount [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/network [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/plugins/logdriver [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/registry [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/strslice [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/swarm [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/swarm/runtime [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/system [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/time [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/versions [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/versions/v1p19 [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/versions/v1p20 [2024-01-20T11:24:53.651Z] github.com/docker/docker/api/types/volume [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/builder-next [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/builder-next/exporter [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/builder-next/worker [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/builder-next/worker/label [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/dockerfile [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/remotecontext [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/remotecontext/git [2024-01-20T11:24:53.651Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-01-20T11:24:53.651Z] github.com/docker/docker/cli/debug [2024-01-20T11:24:53.651Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-01-20T11:24:53.651Z] github.com/docker/docker/cli/winresources/dockerd [2024-01-20T11:24:53.651Z] github.com/docker/docker/client [2024-01-20T11:24:53.651Z] github.com/docker/docker/client/buildkit [2024-01-20T11:24:53.651Z] github.com/docker/docker/cmd/docker-proxy [2024-01-20T11:24:53.651Z] github.com/docker/docker/cmd/dockerd [2024-01-20T11:24:53.651Z] github.com/docker/docker/cmd/dockerd/trap [2024-01-20T11:24:53.651Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-01-20T11:24:53.651Z] github.com/docker/docker/container [2024-01-20T11:24:53.651Z] github.com/docker/docker/container/stream [2024-01-20T11:24:53.651Z] github.com/docker/docker/contrib/apparmor [2024-01-20T11:24:53.651Z] github.com/docker/docker/contrib/httpserver [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/cluster [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/cluster/convert [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/cluster/executor [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/cluster/executor/container [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/cluster/provider [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/config [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/containerd [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/events [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/events/testutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/graphdriver [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/graphdriver/copy [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/graphdriver/register [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/images [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/initlayer [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/links [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/listeners [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/awslogs [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/fluentd [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/gcplogs [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/gelf [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/journald [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/local [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/loggertest [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/loggerutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/splunk [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/syslog [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/logger/templates [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/names [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/network [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/snapshotter [2024-01-20T11:24:53.651Z] github.com/docker/docker/daemon/stats [2024-01-20T11:24:53.651Z] github.com/docker/docker/distribution [2024-01-20T11:24:53.651Z] github.com/docker/docker/distribution/metadata [2024-01-20T11:24:53.651Z] github.com/docker/docker/distribution/utils [2024-01-20T11:24:53.651Z] github.com/docker/docker/distribution/xfer [2024-01-20T11:24:53.651Z] github.com/docker/docker/dockerversion [2024-01-20T11:24:53.651Z] github.com/docker/docker/errdefs [2024-01-20T11:24:53.651Z] github.com/docker/docker/image [2024-01-20T11:24:53.651Z] github.com/docker/docker/image/cache [2024-01-20T11:24:53.651Z] github.com/docker/docker/image/spec/specs-go [2024-01-20T11:24:53.651Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-01-20T11:24:53.651Z] github.com/docker/docker/image/tarexport [2024-01-20T11:24:53.651Z] github.com/docker/docker/image/v1 [2024-01-20T11:24:53.651Z] github.com/docker/docker/internal/compatcontext [2024-01-20T11:24:53.651Z] github.com/docker/docker/internal/mod [2024-01-20T11:24:53.651Z] github.com/docker/docker/internal/mounttree [2024-01-20T11:24:53.651Z] github.com/docker/docker/internal/multierror [2024-01-20T11:24:53.651Z] github.com/docker/docker/internal/sliceutil [2024-01-20T11:24:53.651Z] github.com/docker/docker/internal/test/suite [2024-01-20T11:24:53.651Z] github.com/docker/docker/internal/testutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/internal/testutils/netnsutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/internal/testutils/specialimage [2024-01-20T11:24:53.651Z] github.com/docker/docker/internal/unshare [2024-01-20T11:24:53.651Z] github.com/docker/docker/layer [2024-01-20T11:24:53.651Z] github.com/docker/docker/libcontainerd [2024-01-20T11:24:53.651Z] github.com/docker/docker/libcontainerd/queue [2024-01-20T11:24:53.651Z] github.com/docker/docker/libcontainerd/remote [2024-01-20T11:24:53.651Z] github.com/docker/docker/libcontainerd/shimopts [2024-01-20T11:24:53.651Z] github.com/docker/docker/libcontainerd/supervisor [2024-01-20T11:24:53.651Z] github.com/docker/docker/libcontainerd/types [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/bitmap [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/cluster [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/config [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/datastore [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/diagnostic [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/discoverapi [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/driverapi [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/host [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/null [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/remote [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/windows [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/drvregistry [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/etchosts [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/internal/caller [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipam [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipamapi [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipams/null [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipams/remote [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipamutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ipbits [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/iptables [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/netlabel [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/netutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/networkdb [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/ns [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/options [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/osl [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/osl/kernel [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/portallocator [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/portmapper [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/resolvconf [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/scope [2024-01-20T11:24:53.651Z] github.com/docker/docker/libnetwork/types [2024-01-20T11:24:53.651Z] github.com/docker/docker/oci [2024-01-20T11:24:53.651Z] github.com/docker/docker/oci/caps [2024-01-20T11:24:53.651Z] github.com/docker/docker/opts [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/archive [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/authorization [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/broadcaster [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/capabilities [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/chrootarchive [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/containerfs [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/directory [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/dmesg [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/fileutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/homedir [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/idtools [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/ioutils [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/jsonmessage [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/longpath [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/loopback [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/meminfo [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/namesgenerator [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/parsers [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/parsers/kernel [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/pidfile [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/platform [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/platforms [2024-01-20T11:24:53.651Z] github.com/docker/docker/pkg/plugingetter [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugins [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugins/transport [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/pools [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/process [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/progress [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/reexec [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/rootless [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/rootless/specconv [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/stack [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/stdcopy [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/streamformatter [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/stringid [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/sysinfo [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/system [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/tailfile [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/tarsum [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/useragent [2024-01-20T11:24:53.652Z] github.com/docker/docker/plugin [2024-01-20T11:24:53.652Z] github.com/docker/docker/plugin/executor/containerd [2024-01-20T11:24:53.652Z] github.com/docker/docker/plugin/v2 [2024-01-20T11:24:53.652Z] github.com/docker/docker/profiles/apparmor [2024-01-20T11:24:53.652Z] github.com/docker/docker/profiles/seccomp [2024-01-20T11:24:53.652Z] github.com/docker/docker/quota [2024-01-20T11:24:53.652Z] github.com/docker/docker/reference [2024-01-20T11:24:53.652Z] github.com/docker/docker/registry [2024-01-20T11:24:53.652Z] github.com/docker/docker/registry/resumable [2024-01-20T11:24:53.652Z] github.com/docker/docker/restartmanager [2024-01-20T11:24:53.652Z] github.com/docker/docker/runconfig [2024-01-20T11:24:53.652Z] github.com/docker/docker/runconfig/opts [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/daemon [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/environment [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fakecontext [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fakegit [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fakestorage [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fixtures/load [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fixtures/plugin [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/registry [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/request [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/drivers [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/local [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/mounts [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/service [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/service/opts [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/testutils' [2024-01-20T11:24:53.652Z] + base_pkg_list='github.com/docker/docker/api [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/backend/build [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/httpstatus [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/httputils [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/middleware [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/build [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/checkpoint [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/container [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/debug [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/distribution [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/grpc [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/image [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/network [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/plugin [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/session [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/swarm [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/system [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/volume [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/backend [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/blkiodev [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/checkpoint [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/container [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/events [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/filters [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/image [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/mount [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/network [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/plugins/logdriver [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/registry [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/strslice [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/swarm [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/swarm/runtime [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/system [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/time [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/versions [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/versions/v1p19 [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/versions/v1p20 [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/volume [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/exporter [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/worker [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/worker/label [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/dockerfile [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/remotecontext [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/remotecontext/git [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-01-20T11:24:53.652Z] github.com/docker/docker/cli/debug [2024-01-20T11:24:53.652Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-01-20T11:24:53.652Z] github.com/docker/docker/cli/winresources/dockerd [2024-01-20T11:24:53.652Z] github.com/docker/docker/client [2024-01-20T11:24:53.652Z] github.com/docker/docker/client/buildkit [2024-01-20T11:24:53.652Z] github.com/docker/docker/cmd/docker-proxy [2024-01-20T11:24:53.652Z] github.com/docker/docker/cmd/dockerd [2024-01-20T11:24:53.652Z] github.com/docker/docker/cmd/dockerd/trap [2024-01-20T11:24:53.652Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-01-20T11:24:53.652Z] github.com/docker/docker/container [2024-01-20T11:24:53.652Z] github.com/docker/docker/container/stream [2024-01-20T11:24:53.652Z] github.com/docker/docker/contrib/apparmor [2024-01-20T11:24:53.652Z] github.com/docker/docker/contrib/httpserver [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/cluster [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/cluster/convert [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/cluster/executor [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/cluster/executor/container [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/cluster/provider [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/config [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/containerd [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/events [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/events/testutils [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/graphdriver [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/graphdriver/copy [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/graphdriver/register [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/images [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/initlayer [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/links [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/listeners [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/awslogs [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/fluentd [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/gcplogs [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/gelf [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/journald [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/local [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/loggertest [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/loggerutils [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/splunk [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/syslog [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/logger/templates [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/names [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/network [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/snapshotter [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/stats [2024-01-20T11:24:53.652Z] github.com/docker/docker/distribution [2024-01-20T11:24:53.652Z] github.com/docker/docker/distribution/metadata [2024-01-20T11:24:53.652Z] github.com/docker/docker/distribution/utils [2024-01-20T11:24:53.652Z] github.com/docker/docker/distribution/xfer [2024-01-20T11:24:53.652Z] github.com/docker/docker/dockerversion [2024-01-20T11:24:53.652Z] github.com/docker/docker/errdefs [2024-01-20T11:24:53.652Z] github.com/docker/docker/image [2024-01-20T11:24:53.652Z] github.com/docker/docker/image/cache [2024-01-20T11:24:53.652Z] github.com/docker/docker/image/spec/specs-go [2024-01-20T11:24:53.652Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-01-20T11:24:53.652Z] github.com/docker/docker/image/tarexport [2024-01-20T11:24:53.652Z] github.com/docker/docker/image/v1 [2024-01-20T11:24:53.652Z] github.com/docker/docker/internal/compatcontext [2024-01-20T11:24:53.652Z] github.com/docker/docker/internal/mod [2024-01-20T11:24:53.652Z] github.com/docker/docker/internal/mounttree [2024-01-20T11:24:53.652Z] github.com/docker/docker/internal/multierror [2024-01-20T11:24:53.652Z] github.com/docker/docker/internal/sliceutil [2024-01-20T11:24:53.652Z] github.com/docker/docker/internal/test/suite [2024-01-20T11:24:53.652Z] github.com/docker/docker/internal/testutils [2024-01-20T11:24:53.652Z] github.com/docker/docker/internal/testutils/netnsutils [2024-01-20T11:24:53.652Z] github.com/docker/docker/internal/testutils/specialimage [2024-01-20T11:24:53.652Z] github.com/docker/docker/internal/unshare [2024-01-20T11:24:53.652Z] github.com/docker/docker/layer [2024-01-20T11:24:53.652Z] github.com/docker/docker/libcontainerd [2024-01-20T11:24:53.652Z] github.com/docker/docker/libcontainerd/queue [2024-01-20T11:24:53.652Z] github.com/docker/docker/libcontainerd/remote [2024-01-20T11:24:53.652Z] github.com/docker/docker/libcontainerd/shimopts [2024-01-20T11:24:53.652Z] github.com/docker/docker/libcontainerd/supervisor [2024-01-20T11:24:53.652Z] github.com/docker/docker/libcontainerd/types [2024-01-20T11:24:53.652Z] github.com/docker/docker/oci [2024-01-20T11:24:53.652Z] github.com/docker/docker/oci/caps [2024-01-20T11:24:53.652Z] github.com/docker/docker/opts [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/archive [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/authorization [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/broadcaster [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/capabilities [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/chrootarchive [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/containerfs [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/directory [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/dmesg [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/fileutils [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/homedir [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/idtools [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/ioutils [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/jsonmessage [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/longpath [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/loopback [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/meminfo [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/namesgenerator [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/parsers [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/parsers/kernel [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/pidfile [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/platform [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/platforms [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugingetter [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugins [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/plugins/transport [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/pools [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/process [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/progress [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/reexec [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/rootless [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/rootless/specconv [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/stack [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/stdcopy [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/streamformatter [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/stringid [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/sysinfo [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/system [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/tailfile [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/tarsum [2024-01-20T11:24:53.652Z] github.com/docker/docker/pkg/useragent [2024-01-20T11:24:53.652Z] github.com/docker/docker/plugin [2024-01-20T11:24:53.652Z] github.com/docker/docker/plugin/executor/containerd [2024-01-20T11:24:53.652Z] github.com/docker/docker/plugin/v2 [2024-01-20T11:24:53.652Z] github.com/docker/docker/profiles/apparmor [2024-01-20T11:24:53.652Z] github.com/docker/docker/profiles/seccomp [2024-01-20T11:24:53.652Z] github.com/docker/docker/quota [2024-01-20T11:24:53.652Z] github.com/docker/docker/reference [2024-01-20T11:24:53.652Z] github.com/docker/docker/registry [2024-01-20T11:24:53.652Z] github.com/docker/docker/registry/resumable [2024-01-20T11:24:53.652Z] github.com/docker/docker/restartmanager [2024-01-20T11:24:53.652Z] github.com/docker/docker/runconfig [2024-01-20T11:24:53.652Z] github.com/docker/docker/runconfig/opts [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/daemon [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/environment [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fakecontext [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fakegit [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fakestorage [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fixtures/load [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fixtures/plugin [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/registry [2024-01-20T11:24:53.652Z] github.com/docker/docker/testutil/request [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/drivers [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/local [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/mounts [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/service [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/service/opts [2024-01-20T11:24:53.652Z] github.com/docker/docker/volume/testutils' [2024-01-20T11:24:53.652Z] ++ grep --fixed-strings /libnetwork [2024-01-20T11:24:53.652Z] ++ echo 'github.com/docker/docker/api [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/backend/build [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/httpstatus [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/httputils [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/middleware [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/build [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/checkpoint [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/container [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/debug [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/distribution [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/grpc [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/image [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/network [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/plugin [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/session [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/swarm [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/system [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/server/router/volume [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/backend [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/blkiodev [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/checkpoint [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/container [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/events [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/filters [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/image [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/mount [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/network [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/plugins/logdriver [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/registry [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/strslice [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/swarm [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/swarm/runtime [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/system [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/time [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/versions [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/versions/v1p19 [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/versions/v1p20 [2024-01-20T11:24:53.652Z] github.com/docker/docker/api/types/volume [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/exporter [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/worker [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/builder-next/worker/label [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/dockerfile [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/remotecontext [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/remotecontext/git [2024-01-20T11:24:53.652Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-01-20T11:24:53.652Z] github.com/docker/docker/cli/debug [2024-01-20T11:24:53.652Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-01-20T11:24:53.652Z] github.com/docker/docker/cli/winresources/dockerd [2024-01-20T11:24:53.652Z] github.com/docker/docker/client [2024-01-20T11:24:53.652Z] github.com/docker/docker/client/buildkit [2024-01-20T11:24:53.652Z] github.com/docker/docker/cmd/docker-proxy [2024-01-20T11:24:53.652Z] github.com/docker/docker/cmd/dockerd [2024-01-20T11:24:53.652Z] github.com/docker/docker/cmd/dockerd/trap [2024-01-20T11:24:53.652Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-01-20T11:24:53.652Z] github.com/docker/docker/container [2024-01-20T11:24:53.652Z] github.com/docker/docker/container/stream [2024-01-20T11:24:53.652Z] github.com/docker/docker/contrib/apparmor [2024-01-20T11:24:53.652Z] github.com/docker/docker/contrib/httpserver [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/cluster [2024-01-20T11:24:53.652Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/cluster/convert [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/cluster/executor [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/cluster/executor/container [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/cluster/provider [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/config [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/containerd [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/events [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/events/testutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/graphdriver [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/graphdriver/copy [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/graphdriver/register [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/images [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/initlayer [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/links [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/listeners [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/awslogs [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/fluentd [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/gcplogs [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/gelf [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/journald [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/local [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/loggertest [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/loggerutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/splunk [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/syslog [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/logger/templates [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/names [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/network [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/snapshotter [2024-01-20T11:24:53.653Z] github.com/docker/docker/daemon/stats [2024-01-20T11:24:53.653Z] github.com/docker/docker/distribution [2024-01-20T11:24:53.653Z] github.com/docker/docker/distribution/metadata [2024-01-20T11:24:53.653Z] github.com/docker/docker/distribution/utils [2024-01-20T11:24:53.653Z] github.com/docker/docker/distribution/xfer [2024-01-20T11:24:53.653Z] github.com/docker/docker/dockerversion [2024-01-20T11:24:53.653Z] github.com/docker/docker/errdefs [2024-01-20T11:24:53.653Z] github.com/docker/docker/image [2024-01-20T11:24:53.653Z] github.com/docker/docker/image/cache [2024-01-20T11:24:53.653Z] github.com/docker/docker/image/spec/specs-go [2024-01-20T11:24:53.653Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-01-20T11:24:53.653Z] github.com/docker/docker/image/tarexport [2024-01-20T11:24:53.653Z] github.com/docker/docker/image/v1 [2024-01-20T11:24:53.653Z] github.com/docker/docker/internal/compatcontext [2024-01-20T11:24:53.653Z] github.com/docker/docker/internal/mod [2024-01-20T11:24:53.653Z] github.com/docker/docker/internal/mounttree [2024-01-20T11:24:53.653Z] github.com/docker/docker/internal/multierror [2024-01-20T11:24:53.653Z] github.com/docker/docker/internal/sliceutil [2024-01-20T11:24:53.653Z] github.com/docker/docker/internal/test/suite [2024-01-20T11:24:53.653Z] github.com/docker/docker/internal/testutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/internal/testutils/netnsutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/internal/testutils/specialimage [2024-01-20T11:24:53.653Z] github.com/docker/docker/internal/unshare [2024-01-20T11:24:53.653Z] github.com/docker/docker/layer [2024-01-20T11:24:53.653Z] github.com/docker/docker/libcontainerd [2024-01-20T11:24:53.653Z] github.com/docker/docker/libcontainerd/queue [2024-01-20T11:24:53.653Z] github.com/docker/docker/libcontainerd/remote [2024-01-20T11:24:53.653Z] github.com/docker/docker/libcontainerd/shimopts [2024-01-20T11:24:53.653Z] github.com/docker/docker/libcontainerd/supervisor [2024-01-20T11:24:53.653Z] github.com/docker/docker/libcontainerd/types [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/bitmap [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cluster [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/config [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/datastore [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/diagnostic [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/discoverapi [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/driverapi [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/host [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/null [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/remote [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/windows [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drvregistry [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/etchosts [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/caller [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipam [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipamapi [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipams/null [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipams/remote [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipamutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipbits [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/iptables [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/netlabel [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/netutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/networkdb [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ns [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/options [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/osl [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/osl/kernel [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/portallocator [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/portmapper [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/resolvconf [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/scope [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/types [2024-01-20T11:24:53.653Z] github.com/docker/docker/oci [2024-01-20T11:24:53.653Z] github.com/docker/docker/oci/caps [2024-01-20T11:24:53.653Z] github.com/docker/docker/opts [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/archive [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/authorization [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/broadcaster [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/capabilities [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/chrootarchive [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/containerfs [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/directory [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/dmesg [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/fileutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/homedir [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/idtools [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/ioutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/jsonmessage [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/longpath [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/loopback [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/meminfo [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/namesgenerator [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/parsers [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/parsers/kernel [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/pidfile [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/platform [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/platforms [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/plugingetter [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/plugins [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/plugins/transport [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/pools [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/process [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/progress [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/reexec [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/rootless [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/rootless/specconv [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/stack [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/stdcopy [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/streamformatter [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/stringid [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/sysinfo [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/system [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/tailfile [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/tarsum [2024-01-20T11:24:53.653Z] github.com/docker/docker/pkg/useragent [2024-01-20T11:24:53.653Z] github.com/docker/docker/plugin [2024-01-20T11:24:53.653Z] github.com/docker/docker/plugin/executor/containerd [2024-01-20T11:24:53.653Z] github.com/docker/docker/plugin/v2 [2024-01-20T11:24:53.653Z] github.com/docker/docker/profiles/apparmor [2024-01-20T11:24:53.653Z] github.com/docker/docker/profiles/seccomp [2024-01-20T11:24:53.653Z] github.com/docker/docker/quota [2024-01-20T11:24:53.653Z] github.com/docker/docker/reference [2024-01-20T11:24:53.653Z] github.com/docker/docker/registry [2024-01-20T11:24:53.653Z] github.com/docker/docker/registry/resumable [2024-01-20T11:24:53.653Z] github.com/docker/docker/restartmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/runconfig [2024-01-20T11:24:53.653Z] github.com/docker/docker/runconfig/opts [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil/daemon [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil/environment [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil/fakecontext [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil/fakegit [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil/fakestorage [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil/fixtures/load [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil/fixtures/plugin [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil/registry [2024-01-20T11:24:53.653Z] github.com/docker/docker/testutil/request [2024-01-20T11:24:53.653Z] github.com/docker/docker/volume [2024-01-20T11:24:53.653Z] github.com/docker/docker/volume/drivers [2024-01-20T11:24:53.653Z] github.com/docker/docker/volume/local [2024-01-20T11:24:53.653Z] github.com/docker/docker/volume/mounts [2024-01-20T11:24:53.653Z] github.com/docker/docker/volume/service [2024-01-20T11:24:53.653Z] github.com/docker/docker/volume/service/opts [2024-01-20T11:24:53.653Z] github.com/docker/docker/volume/testutils' [2024-01-20T11:24:53.653Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/bitmap [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cluster [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/config [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/datastore [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/diagnostic [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/discoverapi [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/driverapi [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/host [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/null [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/remote [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/windows [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drvregistry [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/etchosts [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/caller [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipam [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipamapi [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipams/null [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipams/remote [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipamutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ipbits [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/iptables [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/netlabel [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/netutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/networkdb [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/ns [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/options [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/osl [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/osl/kernel [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/portallocator [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/portmapper [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/resolvconf [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/scope [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/types' [2024-01-20T11:24:53.653Z] + echo 'github.com/docker/docker/libnetwork [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/bitmap [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cluster [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/config [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/datastore [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/diagnostic [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/discoverapi [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/driverapi [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/host [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/null [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/remote [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/windows [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/drvregistry [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/etchosts [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/caller [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-01-20T11:24:53.653Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/ipam [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/ipamapi [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/ipams/null [2024-01-20T11:24:53.654Z] git+ grep --fixed-strings libnetwork/drivers/bridge [2024-01-20T11:24:53.654Z] hub.com/docker/docker/libnetwork/ipams/remote [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/ipamutils [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/ipbits [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/iptables [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/netlabel [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/netutils [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/networkdb [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/ns [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/options [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/osl [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/osl/kernel [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/portallocator [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/portmapper [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/resolvconf [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/scope [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/types' [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-01-20T11:24:53.654Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-01-20T11:24:53.654Z] + type docker-proxy [2024-01-20T11:24:53.654Z] hack/test/unit: line 25: type: docker-proxy: not found [2024-01-20T11:24:53.654Z] + hack/make.sh binary-proxy install-proxy [2024-01-20T11:24:53.654Z] [2024-01-20T11:24:53.654Z] Removing bundles/ [2024-01-20T11:24:53.654Z] [2024-01-20T11:24:53.654Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2024-01-20T11:24:53.654Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2024-01-20T11:24:53.654Z] + tee /go/src/github.com/docker/docker/go.mod [2024-01-20T11:24:53.654Z] module github.com/docker/docker [2024-01-20T11:24:53.654Z] [2024-01-20T11:24:53.654Z] go 1.20 [2024-01-20T11:24:53.654Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-01-20T11:24:53.654Z] + GO111MODULE=on [2024-01-20T11:24:53.654Z] + 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=0240f5675b33b63250536d5e3bbd52c998a3e031" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-20T11:24:53.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-01-20T11:24:57.834Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-01-20T11:24:57.834Z] Created binary: bundles/binary-proxy/docker-proxy [2024-01-20T11:24:57.834Z] [2024-01-20T11:24:57.834Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2024-01-20T11:24:57.834Z] Installing docker-proxy to /usr/local/bin/ [2024-01-20T11:24:57.834Z] [2024-01-20T11:24:57.834Z] + mkdir -p bundles [2024-01-20T11:24:57.834Z] + '[' -n 'github.com/docker/docker/api [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/backend/build [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/httpstatus [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/httputils [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/middleware [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/build [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/checkpoint [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/container [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/debug [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/distribution [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/grpc [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/image [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/network [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/plugin [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/session [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/swarm [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/system [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/server/router/volume [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/backend [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/blkiodev [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/checkpoint [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/container [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/events [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/filters [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/image [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/mount [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/network [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/plugins/logdriver [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/registry [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/strslice [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/swarm [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/swarm/runtime [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/system [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/time [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/versions [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/versions/v1p19 [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/versions/v1p20 [2024-01-20T11:24:57.834Z] github.com/docker/docker/api/types/volume [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/builder-next [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/builder-next/exporter [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/builder-next/worker [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/builder-next/worker/label [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/dockerfile [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/remotecontext [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/remotecontext/git [2024-01-20T11:24:57.834Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-01-20T11:24:57.834Z] github.com/docker/docker/cli/debug [2024-01-20T11:24:57.834Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-01-20T11:24:57.834Z] github.com/docker/docker/cli/winresources/dockerd [2024-01-20T11:24:57.834Z] github.com/docker/docker/client [2024-01-20T11:24:57.834Z] github.com/docker/docker/client/buildkit [2024-01-20T11:24:57.834Z] github.com/docker/docker/cmd/docker-proxy [2024-01-20T11:24:57.834Z] github.com/docker/docker/cmd/dockerd [2024-01-20T11:24:57.834Z] github.com/docker/docker/cmd/dockerd/trap [2024-01-20T11:24:57.834Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-01-20T11:24:57.834Z] github.com/docker/docker/container [2024-01-20T11:24:57.834Z] github.com/docker/docker/container/stream [2024-01-20T11:24:57.834Z] github.com/docker/docker/contrib/apparmor [2024-01-20T11:24:57.834Z] github.com/docker/docker/contrib/httpserver [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/cluster [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/cluster/convert [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/cluster/executor [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/cluster/executor/container [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/cluster/provider [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/config [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/containerd [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/events [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/events/testutils [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/graphdriver [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/graphdriver/copy [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/graphdriver/register [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/images [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/initlayer [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/links [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/listeners [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/awslogs [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/fluentd [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/gcplogs [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/gelf [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/journald [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/local [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/loggertest [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/loggerutils [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/splunk [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/syslog [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/logger/templates [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/names [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/network [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/snapshotter [2024-01-20T11:24:57.834Z] github.com/docker/docker/daemon/stats [2024-01-20T11:24:57.834Z] github.com/docker/docker/distribution [2024-01-20T11:24:57.834Z] github.com/docker/docker/distribution/metadata [2024-01-20T11:24:57.834Z] github.com/docker/docker/distribution/utils [2024-01-20T11:24:57.834Z] github.com/docker/docker/distribution/xfer [2024-01-20T11:24:57.834Z] github.com/docker/docker/dockerversion [2024-01-20T11:24:57.834Z] github.com/docker/docker/errdefs [2024-01-20T11:24:57.834Z] github.com/docker/docker/image [2024-01-20T11:24:57.834Z] github.com/docker/docker/image/cache [2024-01-20T11:24:57.834Z] github.com/docker/docker/image/spec/specs-go [2024-01-20T11:24:57.834Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-01-20T11:24:57.834Z] github.com/docker/docker/image/tarexport [2024-01-20T11:24:57.834Z] github.com/docker/docker/image/v1 [2024-01-20T11:24:57.834Z] github.com/docker/docker/internal/compatcontext [2024-01-20T11:24:57.834Z] github.com/docker/docker/internal/mod [2024-01-20T11:24:57.834Z] github.com/docker/docker/internal/mounttree [2024-01-20T11:24:57.834Z] github.com/docker/docker/internal/multierror [2024-01-20T11:24:57.834Z] github.com/docker/docker/internal/sliceutil [2024-01-20T11:24:57.834Z] github.com/docker/docker/internal/test/suite [2024-01-20T11:24:57.834Z] github.com/docker/docker/internal/testutils [2024-01-20T11:24:57.834Z] github.com/docker/docker/internal/testutils/netnsutils [2024-01-20T11:24:57.834Z] github.com/docker/docker/internal/testutils/specialimage [2024-01-20T11:24:57.834Z] github.com/docker/docker/internal/unshare [2024-01-20T11:24:57.834Z] github.com/docker/docker/layer [2024-01-20T11:24:57.834Z] github.com/docker/docker/libcontainerd [2024-01-20T11:24:57.834Z] github.com/docker/docker/libcontainerd/queue [2024-01-20T11:24:57.834Z] github.com/docker/docker/libcontainerd/remote [2024-01-20T11:24:57.834Z] github.com/docker/docker/libcontainerd/shimopts [2024-01-20T11:24:57.834Z] github.com/docker/docker/libcontainerd/supervisor [2024-01-20T11:24:57.834Z] github.com/docker/docker/libcontainerd/types [2024-01-20T11:24:57.834Z] github.com/docker/docker/oci [2024-01-20T11:24:57.834Z] github.com/docker/docker/oci/caps [2024-01-20T11:24:57.834Z] github.com/docker/docker/opts [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/archive [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/authorization [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/broadcaster [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/capabilities [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/chrootarchive [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/containerfs [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/directory [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/dmesg [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/fileutils [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/homedir [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/idtools [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/ioutils [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/jsonmessage [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/longpath [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/loopback [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/meminfo [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/namesgenerator [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/parsers [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/parsers/kernel [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/pidfile [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/platform [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/platforms [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/plugingetter [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/plugins [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/plugins/transport [2024-01-20T11:24:57.834Z] github.com/docker/docker/pkg/pools [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/process [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/progress [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/reexec [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/rootless [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/rootless/specconv [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/stack [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/stdcopy [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/streamformatter [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/stringid [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/sysinfo [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/system [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/tailfile [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/tarsum [2024-01-20T11:24:57.835Z] github.com/docker/docker/pkg/useragent [2024-01-20T11:24:57.835Z] github.com/docker/docker/plugin [2024-01-20T11:24:57.835Z] github.com/docker/docker/plugin/executor/containerd [2024-01-20T11:24:57.835Z] github.com/docker/docker/plugin/v2 [2024-01-20T11:24:57.835Z] github.com/docker/docker/profiles/apparmor [2024-01-20T11:24:57.835Z] github.com/docker/docker/profiles/seccomp [2024-01-20T11:24:57.835Z] github.com/docker/docker/quota [2024-01-20T11:24:57.835Z] github.com/docker/docker/reference [2024-01-20T11:24:57.835Z] github.com/docker/docker/registry [2024-01-20T11:24:57.835Z] github.com/docker/docker/registry/resumable [2024-01-20T11:24:57.835Z] github.com/docker/docker/restartmanager [2024-01-20T11:24:57.835Z] github.com/docker/docker/runconfig [2024-01-20T11:24:57.835Z] github.com/docker/docker/runconfig/opts [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil/daemon [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil/environment [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil/fakecontext [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil/fakegit [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil/fakestorage [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil/fixtures/load [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil/fixtures/plugin [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil/registry [2024-01-20T11:24:57.835Z] github.com/docker/docker/testutil/request [2024-01-20T11:24:57.835Z] github.com/docker/docker/volume [2024-01-20T11:24:57.835Z] github.com/docker/docker/volume/drivers [2024-01-20T11:24:57.835Z] github.com/docker/docker/volume/local [2024-01-20T11:24:57.835Z] github.com/docker/docker/volume/mounts [2024-01-20T11:24:57.835Z] github.com/docker/docker/volume/service [2024-01-20T11:24:57.835Z] github.com/docker/docker/volume/service/opts [2024-01-20T11:24:57.835Z] github.com/docker/docker/volume/testutils' ']' [2024-01-20T11:24:57.835Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/checkpoint github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/platforms github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2024-01-20T11:24:58.401Z] ? github.com/docker/docker/api [no test files] [2024-01-20T11:25:06.514Z] ok github.com/docker/docker/api/server 0.008s coverage: 13.0% of statements [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/server/httputils 0.014s coverage: 28.3% of statements [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/build [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/container [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/image [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/network [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/session [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/server/router/system [no test files] [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 7.3% of statements [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/backend [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/server/router/volume 0.006s coverage: 66.7% of statements [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/events [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/image [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/mount [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 94.0% of statements [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/types/container 0.007s coverage: 83.7% of statements [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/types/network 0.008s coverage: 72.3% of statements [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/types/registry 0.004s coverage: 54.2% of statements [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/swarm [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/system [no test files] [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/api/types/volume [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder/builder-next [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 77.3% of statements [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2024-01-20T11:25:28.458Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/builder/remotecontext 0.031s coverage: 33.7% of statements [2024-01-20T11:25:28.458Z] ok github.com/docker/docker/builder/dockerfile 0.056s coverage: 50.3% of statements [2024-01-20T11:25:29.832Z] ? github.com/docker/docker/client/buildkit [no test files] [2024-01-20T11:25:29.832Z] ok github.com/docker/docker/cmd/docker-proxy 0.024s coverage: 66.5% of statements [2024-01-20T11:25:30.091Z] ok github.com/docker/docker/client 0.093s coverage: 77.0% of statements [2024-01-20T11:25:31.989Z] ok github.com/docker/docker/builder/remotecontext/git 3.804s coverage: 82.5% of statements [2024-01-20T11:25:41.957Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2024-01-20T11:25:41.957Z] ? github.com/docker/docker/container/stream [no test files] [2024-01-20T11:25:41.957Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2024-01-20T11:25:41.957Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2024-01-20T11:25:41.957Z] ok github.com/docker/docker/container 0.163s coverage: 35.9% of statements [2024-01-20T11:25:41.957Z] ok github.com/docker/docker/cmd/dockerd 0.203s coverage: 30.1% of statements [2024-01-20T11:25:43.855Z] ok github.com/docker/docker/cmd/dockerd/trap 2.421s coverage: 0.0% of statements [2024-01-20T11:25:44.788Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2024-01-20T11:25:44.788Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.029s coverage: 65.3% of statements [2024-01-20T11:25:44.788Z] ok github.com/docker/docker/daemon/cluster/convert 0.030s coverage: 38.7% of statements [2024-01-20T11:25:44.788Z] ok github.com/docker/docker/daemon/cluster 0.058s coverage: 0.5% of statements [2024-01-20T11:25:45.354Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2024-01-20T11:25:45.354Z] ok github.com/docker/docker/daemon/config 0.046s coverage: 74.4% of statements [2024-01-20T11:25:46.727Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2024-01-20T11:25:46.727Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.3% of statements [2024-01-20T11:25:46.727Z] ok github.com/docker/docker/daemon/containerd 0.038s coverage: 9.0% of statements [2024-01-20T11:25:46.727Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2024-01-20T11:25:46.727Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.8% of statements [2024-01-20T11:25:46.984Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.181s coverage: 60.9% of statements [2024-01-20T11:25:47.549Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2024-01-20T11:25:47.549Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2024-01-20T11:25:47.807Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2024-01-20T11:25:47.807Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2024-01-20T11:25:47.807Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 60.9% of statements [2024-01-20T11:25:48.065Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.232s coverage: 60.2% of statements [2024-01-20T11:25:48.323Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2024-01-20T11:25:48.888Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.471s coverage: 13.4% of statements [2024-01-20T11:25:48.888Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2024-01-20T11:25:48.888Z] ? github.com/docker/docker/daemon/listeners [no test files] [2024-01-20T11:25:48.888Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2024-01-20T11:25:48.888Z] ok github.com/docker/docker/daemon/images 0.025s coverage: 3.0% of statements [2024-01-20T11:25:49.146Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.2% of statements [2024-01-20T11:25:49.404Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2024-01-20T11:25:49.404Z] ok github.com/docker/docker/daemon/logger/fluentd 0.011s coverage: 53.6% of statements [2024-01-20T11:25:49.404Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 68.2% of statements [2024-01-20T11:25:49.404Z] ok github.com/docker/docker/daemon/logger/awslogs 0.115s coverage: 78.3% of statements [2024-01-20T11:25:49.969Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2024-01-20T11:25:49.969Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2024-01-20T11:25:49.969Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.003s coverage: 88.2% of statements [2024-01-20T11:25:49.969Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2024-01-20T11:25:50.228Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.096s coverage: 76.8% of statements [2024-01-20T11:25:50.228Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2024-01-20T11:25:50.228Z] ok github.com/docker/docker/daemon/logger/local 0.048s coverage: 79.4% of statements [2024-01-20T11:25:50.793Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.018s coverage: 63.5% of statements [2024-01-20T11:25:50.793Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2024-01-20T11:25:50.793Z] ? github.com/docker/docker/daemon/names [no test files] [2024-01-20T11:25:50.793Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2024-01-20T11:25:50.793Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2024-01-20T11:25:51.358Z] ok github.com/docker/docker/daemon/logger/journald 1.312s coverage: 74.5% of statements [2024-01-20T11:25:51.358Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2024-01-20T11:25:51.358Z] ? github.com/docker/docker/daemon/stats [no test files] [2024-01-20T11:25:51.358Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2024-01-20T11:25:51.923Z] ? github.com/docker/docker/distribution/utils [no test files] [2024-01-20T11:25:51.923Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2024-01-20T11:25:52.181Z] ok github.com/docker/docker/dockerversion 0.007s coverage: 100.0% of statements [2024-01-20T11:25:52.181Z] ok github.com/docker/docker/errdefs 0.008s coverage: 77.2% of statements [2024-01-20T11:25:52.181Z] ok github.com/docker/docker/daemon/logger/splunk 1.419s coverage: 82.5% of statements [2024-01-20T11:25:52.746Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2024-01-20T11:25:52.746Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2024-01-20T11:25:52.746Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2024-01-20T11:25:52.746Z] ok github.com/docker/docker/image 0.025s coverage: 84.6% of statements [2024-01-20T11:25:53.003Z] ? github.com/docker/docker/image/v1 [no test files] [2024-01-20T11:25:53.003Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2024-01-20T11:25:53.003Z] ? github.com/docker/docker/internal/mounttree [no test files] [2024-01-20T11:25:53.003Z] ok github.com/docker/docker/internal/mod 0.002s coverage: 66.7% of statements [2024-01-20T11:25:53.003Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.6% of statements [2024-01-20T11:25:53.261Z] ? github.com/docker/docker/internal/sliceutil [no test files] [2024-01-20T11:25:53.261Z] ? github.com/docker/docker/internal/test/suite [no test files] [2024-01-20T11:25:53.261Z] ? github.com/docker/docker/internal/testutils [no test files] [2024-01-20T11:25:53.261Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2024-01-20T11:25:53.261Z] ok github.com/docker/docker/internal/multierror 0.003s coverage: 88.9% of statements [2024-01-20T11:25:53.261Z] ? github.com/docker/docker/internal/testutils/specialimage [no test files] [2024-01-20T11:25:53.261Z] ? github.com/docker/docker/internal/unshare [no test files] [2024-01-20T11:25:53.518Z] ok github.com/docker/docker/distribution 1.485s coverage: 28.9% of statements [2024-01-20T11:25:54.083Z] ? github.com/docker/docker/libcontainerd [no test files] [2024-01-20T11:25:54.083Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2024-01-20T11:25:54.083Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2024-01-20T11:25:54.083Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2024-01-20T11:25:54.083Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2024-01-20T11:25:54.083Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2024-01-20T11:25:54.341Z] ok github.com/docker/docker/distribution/xfer 2.177s coverage: 85.4% of statements [2024-01-20T11:25:54.341Z] ok github.com/docker/docker/daemon 10.763s coverage: 17.1% of statements [2024-01-20T11:25:54.599Z] ? github.com/docker/docker/oci/caps [no test files] [2024-01-20T11:25:54.599Z] ok github.com/docker/docker/oci 0.016s coverage: 38.1% of statements [2024-01-20T11:25:54.857Z] ok github.com/docker/docker/opts 0.027s coverage: 67.9% of statements [2024-01-20T11:25:55.422Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2024-01-20T11:25:55.422Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2024-01-20T11:25:55.422Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 81.8% of statements [2024-01-20T11:25:55.422Z] ok github.com/docker/docker/pkg/containerfs 0.005s coverage: 25.8% of statements [2024-01-20T11:25:55.422Z] ok github.com/docker/docker/pkg/dmesg 0.018s coverage: 83.3% of statements [2024-01-20T11:25:55.422Z] ok github.com/docker/docker/pkg/chrootarchive 0.253s coverage: 83.7% of statements [2024-01-20T11:25:55.680Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 51.7% of statements [2024-01-20T11:25:55.680Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 8.3% of statements [2024-01-20T11:25:55.680Z] ok github.com/docker/docker/pkg/archive 0.468s coverage: 81.1% of statements [2024-01-20T11:25:55.938Z] ok github.com/docker/docker/pkg/authorization 0.559s coverage: 68.3% of statements [2024-01-20T11:25:55.938Z] ? github.com/docker/docker/pkg/loopback [no test files] [2024-01-20T11:25:55.938Z] ok github.com/docker/docker/pkg/jsonmessage 0.016s coverage: 92.3% of statements [2024-01-20T11:25:55.938Z] ok github.com/docker/docker/pkg/longpath 0.019s coverage: 45.5% of statements [2024-01-20T11:25:55.938Z] ok github.com/docker/docker/pkg/meminfo 0.003s coverage: 75.0% of statements [2024-01-20T11:25:55.938Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2024-01-20T11:25:56.196Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2024-01-20T11:25:56.196Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2024-01-20T11:25:56.196Z] ok github.com/docker/docker/pkg/idtools 0.428s coverage: 69.7% of statements [2024-01-20T11:25:56.196Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.2% of statements [2024-01-20T11:25:56.196Z] ok github.com/docker/docker/pkg/ioutils 0.380s coverage: 72.3% of statements [2024-01-20T11:25:56.196Z] ? github.com/docker/docker/pkg/platform [no test files] [2024-01-20T11:25:56.196Z] ? github.com/docker/docker/pkg/platforms [no test files] [2024-01-20T11:25:56.196Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2024-01-20T11:25:56.196Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 94.1% of statements [2024-01-20T11:25:56.762Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2024-01-20T11:25:56.762Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2024-01-20T11:25:56.762Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2024-01-20T11:25:56.762Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2024-01-20T11:25:56.762Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 90.0% of statements [2024-01-20T11:25:56.762Z] ok github.com/docker/docker/pkg/process 0.005s coverage: 21.7% of statements [2024-01-20T11:25:57.019Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2024-01-20T11:25:57.019Z] ? github.com/docker/docker/pkg/rootless [no test files] [2024-01-20T11:25:57.019Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2024-01-20T11:25:57.019Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2024-01-20T11:25:57.019Z] ok github.com/docker/docker/pkg/reexec 0.020s coverage: 82.4% of statements [2024-01-20T11:25:57.019Z] ok github.com/docker/docker/pkg/stdcopy 0.014s coverage: 100.0% of statements [2024-01-20T11:25:57.277Z] ok github.com/docker/docker/pkg/stringid 0.014s coverage: 61.9% of statements [2024-01-20T11:25:57.278Z] ok github.com/docker/docker/pkg/streamformatter 0.014s coverage: 66.2% of statements [2024-01-20T11:25:57.536Z] ok github.com/docker/docker/pkg/system 0.006s coverage: 43.1% of statements [2024-01-20T11:25:57.536Z] ok github.com/docker/docker/pkg/sysinfo 0.021s coverage: 53.4% of statements [2024-01-20T11:25:57.536Z] ok github.com/docker/docker/pkg/tailfile 0.034s coverage: 88.6% of statements [2024-01-20T11:25:57.536Z] ok github.com/docker/docker/pkg/useragent 0.006s coverage: 88.9% of statements [2024-01-20T11:25:57.536Z] ok github.com/docker/docker/pkg/tarsum 0.046s coverage: 89.6% of statements [2024-01-20T11:25:58.468Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2024-01-20T11:25:58.468Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2024-01-20T11:25:58.468Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2024-01-20T11:25:58.468Z] ok github.com/docker/docker/plugin/v2 0.013s coverage: 14.4% of statements [2024-01-20T11:25:58.726Z] ok github.com/docker/docker/reference 0.008s coverage: 83.0% of statements [2024-01-20T11:25:58.726Z] ok github.com/docker/docker/pkg/plugins 2.011s coverage: 74.9% of statements [2024-01-20T11:25:58.983Z] ok github.com/docker/docker/quota 0.208s coverage: 69.3% of statements [2024-01-20T11:25:58.983Z] ok github.com/docker/docker/plugin 0.520s coverage: 23.3% of statements [2024-01-20T11:25:59.241Z] ? github.com/docker/docker/runconfig/opts [no test files] [2024-01-20T11:25:59.241Z] ok github.com/docker/docker/restartmanager 0.003s coverage: 51.9% of statements [2024-01-20T11:25:59.241Z] ok github.com/docker/docker/runconfig 0.009s coverage: 63.8% of statements [2024-01-20T11:25:59.241Z] ok github.com/docker/docker/registry/resumable 0.025s coverage: 100.0% of statements [2024-01-20T11:25:59.241Z] ok github.com/docker/docker/registry 0.112s coverage: 63.9% of statements [2024-01-20T11:25:59.499Z] ok github.com/docker/docker/testutil 0.007s coverage: 6.8% of statements [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/testutil/daemon [no test files] [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/testutil/environment [no test files] [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/testutil/registry [no test files] [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/testutil/request [no test files] [2024-01-20T11:25:59.499Z] ? github.com/docker/docker/volume [no test files] [2024-01-20T11:26:00.064Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2024-01-20T11:26:00.322Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 65.7% of statements [2024-01-20T11:26:00.322Z] ok github.com/docker/docker/volume/local 0.108s coverage: 72.5% of statements [2024-01-20T11:26:00.579Z] ? github.com/docker/docker/volume/service/opts [no test files] [2024-01-20T11:26:00.579Z] ? github.com/docker/docker/volume/testutils [no test files] [2024-01-20T11:26:00.579Z] ok github.com/docker/docker/volume/service 0.013s coverage: 71.8% of statements [2024-01-20T11:26:02.473Z] ok github.com/docker/docker/layer 7.950s coverage: 68.1% of statements [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === Skipped [2024-01-20T11:26:02.473Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2024-01-20T11:26:02.473Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2024-01-20T11:26:02.473Z] network_proxy_test.go:210: No support for dual stack yet [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2024-01-20T11:26:02.473Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2024-01-20T11:26:02.473Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver btrfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver btrfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver btrfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver btrfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver btrfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:68: No driver to put! [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2024-01-20T11:26:02.473Z] time="2024-01-20T11:25:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2024-01-20T11:26:02.473Z] time="2024-01-20T11:25:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2024-01-20T11:26:02.473Z] time="2024-01-20T11:25:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2024-01-20T11:26:02.473Z] time="2024-01-20T11:25:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2024-01-20T11:26:02.473Z] time="2024-01-20T11:25:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:68: No driver to put! [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2024-01-20T11:26:02.473Z] overlay_test.go:61: Cannot run test with naive change algorithm [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver zfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver zfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver zfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver zfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-01-20T11:26:02.473Z] graphtest_unix.go:41: Driver zfs not supported [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2024-01-20T11:26:02.473Z] graphtest_unix.go:68: No driver to put! [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2024-01-20T11:26:02.473Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2024-01-20T11:26:02.473Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2024-01-20T11:26:02.473Z] validate_test.go:70: only tested on Windows [2024-01-20T11:26:02.473Z] [2024-01-20T11:26:02.473Z] DONE 3195 tests, 27 skipped in 64.373s [2024-01-20T11:26:02.473Z] + '[' -n 'github.com/docker/docker/libnetwork [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/bitmap [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/cluster [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/config [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/datastore [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/diagnostic [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/discoverapi [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/driverapi [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/host [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/null [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/remote [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/windows [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/drvregistry [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/etchosts [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/internal/caller [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/ipam [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/ipamapi [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/ipams/null [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/ipams/remote [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/ipamutils [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/ipbits [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/iptables [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/netlabel [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/netutils [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/networkdb [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/ns [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/options [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/osl [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/osl/kernel [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/portallocator [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/portmapper [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/resolvconf [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/scope [2024-01-20T11:26:02.474Z] github.com/docker/docker/libnetwork/types' ']' [2024-01-20T11:26:02.474Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/scope github.com/docker/docker/libnetwork/types [2024-01-20T11:26:58.671Z] ok github.com/docker/docker/libnetwork 44.316s coverage: 43.0% of statements [2024-01-20T11:26:58.671Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements [2024-01-20T11:26:58.671Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2024-01-20T11:26:58.671Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2024-01-20T11:26:58.671Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2024-01-20T11:26:58.671Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2024-01-20T11:26:58.671Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2024-01-20T11:26:58.671Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2024-01-20T11:26:58.671Z] ok github.com/docker/docker/libnetwork/config 0.011s coverage: 10.3% of statements [2024-01-20T11:26:58.671Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 37.0% of statements [2024-01-20T11:26:58.671Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2024-01-20T11:26:58.671Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2024-01-20T11:26:58.671Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2024-01-20T11:26:58.671Z] ok github.com/docker/docker/libnetwork/drivers/bridge 4.273s coverage: 63.0% of statements [2024-01-20T11:26:58.671Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2024-01-20T11:26:58.671Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 40.0% of statements [2024-01-20T11:26:59.603Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.869s coverage: 5.0% of statements [2024-01-20T11:26:59.603Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2024-01-20T11:27:00.168Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.004s coverage: 4.6% of statements [2024-01-20T11:27:00.168Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2024-01-20T11:27:00.426Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 40.0% of statements [2024-01-20T11:27:01.358Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.010s coverage: 1.4% of statements [2024-01-20T11:27:01.615Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.004s coverage: 45.0% of statements [2024-01-20T11:27:01.872Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.005s coverage: 62.7% of statements [2024-01-20T11:27:02.437Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.2% of statements [2024-01-20T11:27:02.437Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2024-01-20T11:27:02.437Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2024-01-20T11:27:02.437Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2024-01-20T11:27:02.694Z] ok github.com/docker/docker/libnetwork/drvregistry 0.019s coverage: 87.0% of statements [2024-01-20T11:27:02.951Z] ok github.com/docker/docker/libnetwork/etchosts 0.016s coverage: 81.0% of statements [2024-01-20T11:27:03.209Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2024-01-20T11:27:03.209Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2024-01-20T11:27:03.209Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2024-01-20T11:27:03.209Z] ? github.com/docker/docker/libnetwork/internal/netiputil [no test files] [2024-01-20T11:27:15.397Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2024-01-20T11:27:17.293Z] ok github.com/docker/docker/libnetwork/ipam 3.024s coverage: 80.3% of statements [2024-01-20T11:27:17.293Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2024-01-20T11:27:17.293Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2024-01-20T11:27:17.293Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 63.2% of statements [2024-01-20T11:27:17.551Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.009s coverage: 48.7% of statements [2024-01-20T11:27:17.551Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2024-01-20T11:27:17.808Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 80.0% of statements [2024-01-20T11:27:18.372Z] ok github.com/docker/docker/libnetwork/ipamutils 0.311s coverage: 86.4% of statements [2024-01-20T11:27:18.629Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2024-01-20T11:27:19.193Z] ok github.com/docker/docker/libnetwork/iptables 0.207s coverage: 39.9% of statements [2024-01-20T11:27:19.193Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2024-01-20T11:27:19.450Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 54.9% of statements [2024-01-20T11:29:10.865Z] time="2024-01-20T11:29:05Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036" [2024-01-20T11:29:10.865Z] ok github.com/docker/docker/libnetwork/networkdb 104.465s coverage: 59.7% of statements [2024-01-20T11:29:10.865Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2024-01-20T11:29:10.865Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2024-01-20T11:29:10.865Z] ok github.com/docker/docker/libnetwork/osl 4.460s coverage: 40.2% of statements [2024-01-20T11:29:10.865Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2024-01-20T11:29:10.865Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.5% of statements [2024-01-20T11:29:12.293Z] ok github.com/docker/docker/libnetwork/portmapper 0.727s coverage: 47.9% of statements [2024-01-20T11:29:12.293Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 84.9% of statements [2024-01-20T11:29:12.293Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2024-01-20T11:29:12.556Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 41.7% of statements [2024-01-20T11:29:12.556Z] [2024-01-20T11:29:12.556Z] === Skipped [2024-01-20T11:29:12.556Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2024-01-20T11:29:12.556Z] 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-01-20T11:29:12.556Z] [2024-01-20T11:29:12.556Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2024-01-20T11:29:12.556Z] 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-01-20T11:29:12.556Z] [2024-01-20T11:29:12.556Z] DONE 375 tests, 2 skipped in 190.285s Post stage [Pipeline] junit [2024-01-20T11:29:13.507Z] Recording test results [2024-01-20T11:29:13.616Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-01-20T11:29:13.977Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47136/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0240f5675b33b63250536d5e3bbd52c998a3e031 -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=25.0 docker:0240f5675b33b63250536d5e3bbd52c998a3e031 hack/make.sh dynbinary test-integration [2024-01-20T11:29:14.235Z] [2024-01-20T11:29:14.235Z] Removing bundles/ [2024-01-20T11:29:14.235Z] [2024-01-20T11:29:14.235Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2024-01-20T11:29:14.235Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... [2024-01-20T11:29:14.235Z] + tee /go/src/github.com/docker/docker/go.mod [2024-01-20T11:29:14.235Z] module github.com/docker/docker [2024-01-20T11:29:14.235Z] [2024-01-20T11:29:14.235Z] go 1.20 [2024-01-20T11:29:14.235Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-01-20T11:29:14.235Z] + GO111MODULE=on [2024-01-20T11:29:14.235Z] + 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=0240f5675b33b63250536d5e3bbd52c998a3e031" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-20T11:29:14.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-01-20T11:29:52.934Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-01-20T11:29:52.934Z] Created binary: bundles/dynbinary-daemon/dockerd [2024-01-20T11:29:52.934Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... [2024-01-20T11:29:52.934Z] + tee /go/src/github.com/docker/docker/go.mod [2024-01-20T11:29:52.934Z] module github.com/docker/docker [2024-01-20T11:29:52.934Z] [2024-01-20T11:29:52.934Z] go 1.20 [2024-01-20T11:29:52.934Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-01-20T11:29:52.934Z] + GO111MODULE=on [2024-01-20T11:29:52.934Z] + 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=0240f5675b33b63250536d5e3bbd52c998a3e031" -X "github.com/docker/docker/dockerversion.BuildTime=2024-01-20T11:29:14.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-01-20T11:29:52.934Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-01-20T11:29:52.934Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2024-01-20T11:29:52.934Z] [2024-01-20T11:29:52.934Z] ---> Making bundle: test-integration (in bundles/test-integration) [2024-01-20T11:29:52.934Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2024-01-20T11:29:52.934Z] HOSTNAME=606def793526 [2024-01-20T11:29:52.934Z] TESTDEBUG=0 [2024-01-20T11:29:52.934Z] DEST=bundles/test-integration [2024-01-20T11:29:52.934Z] PWD=/go/src/github.com/docker/docker [2024-01-20T11:29:52.934Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock [2024-01-20T11:29:52.934Z] DOCKER_GITCOMMIT=0240f5675b33b63250536d5e3bbd52c998a3e031 [2024-01-20T11:29:52.934Z] container=docker [2024-01-20T11:29:52.934Z] HOME=/root [2024-01-20T11:29:52.934Z] CONTAINERD_NAMESPACE=moby [2024-01-20T11:29:52.934Z] GOLANG_VERSION=1.21.6 [2024-01-20T11:29:52.934Z] VALIDATE_REPO=https://github.com/moby/moby.git [2024-01-20T11:29:52.934Z] VALIDATE_BRANCH=25.0 [2024-01-20T11:29:52.934Z] TERM=xterm [2024-01-20T11:29:52.934Z] DOCKER_PKG=github.com/docker/docker [2024-01-20T11:29:52.934Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker [2024-01-20T11:29:52.934Z] SHLVL=1 [2024-01-20T11:29:52.934Z] TIMEOUT=120m [2024-01-20T11:29:52.934Z] GOTOOLCHAIN=local [2024-01-20T11:29:52.934Z] DOCKER_GRAPHDRIVER=overlay2 [2024-01-20T11:29:52.934Z] GO111MODULE=off [2024-01-20T11:29:52.934Z] DOCKER_EXPERIMENTAL=1 [2024-01-20T11:29:52.934Z] TEST_SKIP_INTEGRATION_CLI=1 [2024-01-20T11:29:52.934Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2024-01-20T11:29:52.934Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2024-01-20T11:29:52.935Z] GOPATH=/go [2024-01-20T11:29:52.935Z] PKG_CONFIG=pkg-config [2024-01-20T11:29:52.935Z] _=/usr/bin/env [2024-01-20T11:29:52.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2024-01-20T11:30:11.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main [2024-01-20T11:30:11.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2024-01-20T11:30:12.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2024-01-20T11:30:15.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2024-01-20T11:30:19.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2024-01-20T11:30:23.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2024-01-20T11:30:23.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2024-01-20T11:30:24.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2024-01-20T11:30:26.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2024-01-20T11:30:27.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main [2024-01-20T11:30:28.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2024-01-20T11:30:28.703Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2024-01-20T11:30:30.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2024-01-20T11:30:31.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2024-01-20T11:30:33.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2024-01-20T11:30:34.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2024-01-20T11:30:34.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2024-01-20T11:30:35.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2024-01-20T11:30:36.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2024-01-20T11:30:38.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2024-01-20T11:30:38.765Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2024-01-20T11:30:40.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2024-01-20T11:30:41.506Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2024-01-20T11:30:41.506Z] Using test binary /usr/local/cli-integration/docker [2024-01-20T11:30:41.506Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2024-01-20T11:30:41.506Z] +++ /etc/init.d/apparmor start [2024-01-20T11:30:41.506Z] Not: starting. [2024-01-20T11:30:41.506Z] INFO: Waiting for daemon to start... [2024-01-20T11:30:41.506Z] Starting dockerd [2024-01-20T11:30:41.506Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.4DRzdEy8tt/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2024-01-20T11:30:46.760Z] . [2024-01-20T11:30:46.760Z] Running integration-test (iteration 1) [2024-01-20T11:30:46.760Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2024-01-20T11:30:46.760Z] ++ '[' -n '' ']' [2024-01-20T11:30:46.760Z] ++ 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-01-20T11:30:46.760Z] ++ set -e [2024-01-20T11:30:46.760Z] ++ '[' -n 0 ']' [2024-01-20T11:30:46.760Z] ++ set -x [2024-01-20T11:30:46.760Z] ++ 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.4DRzdEy8tt/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-01-20T11:30:46.760Z] Loaded image: busybox:latest [2024-01-20T11:30:46.760Z] Loaded image: busybox:glibc [2024-01-20T11:30:47.018Z] Loaded image: debian:bookworm-slim [2024-01-20T11:30:47.018Z] Loaded image: hello-world:latest [2024-01-20T11:30:47.018Z] Loaded image: arm32v7/hello-world:latest [2024-01-20T11:30:47.018Z] INFO: Testing against a local daemon [2024-01-20T11:30:47.018Z] === RUN TestCgroupNamespacesBuild [2024-01-20T11:30:48.388Z] --- PASS: TestCgroupNamespacesBuild (1.13s) [2024-01-20T11:30:48.388Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2024-01-20T11:30:49.326Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s) [2024-01-20T11:30:49.326Z] === RUN TestBuildWithSession [2024-01-20T11:30:49.326Z] build_session_test.go:25: TODO: BuildKit [2024-01-20T11:30:49.326Z] --- SKIP: TestBuildWithSession (0.00s) [2024-01-20T11:30:49.326Z] === RUN TestBuildSquashParent [2024-01-20T11:30:53.504Z] --- PASS: TestBuildSquashParent (3.80s) [2024-01-20T11:30:53.504Z] === RUN TestBuildWithRemoveAndForceRemove [2024-01-20T11:30:53.504Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-01-20T11:30:53.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-01-20T11:30:53.504Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-01-20T11:30:53.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-01-20T11:30:53.504Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-01-20T11:30:53.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-01-20T11:30:53.504Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-01-20T11:30:53.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-01-20T11:30:53.504Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-01-20T11:30:53.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-01-20T11:30:53.504Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-01-20T11:30:53.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-01-20T11:30:53.504Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-01-20T11:30:53.504Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-01-20T11:30:53.504Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-01-20T11:30:53.504Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-01-20T11:30:53.504Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-01-20T11:30:53.504Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-01-20T11:30:56.780Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) [2024-01-20T11:30:56.780Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.49s) [2024-01-20T11:30:56.780Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.88s) [2024-01-20T11:30:56.780Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.91s) [2024-01-20T11:30:56.780Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.93s) [2024-01-20T11:30:56.780Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.16s) [2024-01-20T11:30:56.780Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.21s) [2024-01-20T11:30:56.780Z] === RUN TestBuildMultiStageCopy [2024-01-20T11:30:56.780Z] === RUN TestBuildMultiStageCopy/copy_to_root [2024-01-20T11:30:57.344Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2024-01-20T11:30:57.601Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2024-01-20T11:30:57.601Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2024-01-20T11:30:57.601Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2024-01-20T11:30:57.858Z] --- PASS: TestBuildMultiStageCopy (1.38s) [2024-01-20T11:30:57.858Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.97s) [2024-01-20T11:30:57.858Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.07s) [2024-01-20T11:30:57.858Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.09s) [2024-01-20T11:30:57.858Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.10s) [2024-01-20T11:30:57.858Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.11s) [2024-01-20T11:30:57.858Z] === RUN TestBuildMultiStageParentConfig [2024-01-20T11:30:58.115Z] --- PASS: TestBuildMultiStageParentConfig (0.35s) [2024-01-20T11:30:58.115Z] === RUN TestBuildLabelWithTargets [2024-01-20T11:30:58.679Z] --- PASS: TestBuildLabelWithTargets (0.55s) [2024-01-20T11:30:58.679Z] === RUN TestBuildWithEmptyLayers [2024-01-20T11:30:58.937Z] --- PASS: TestBuildWithEmptyLayers (0.13s) [2024-01-20T11:30:58.937Z] === RUN TestBuildMultiStageOnBuild [2024-01-20T11:30:59.869Z] --- PASS: TestBuildMultiStageOnBuild (1.06s) [2024-01-20T11:30:59.869Z] === RUN TestBuildUncleanTarFilenames [2024-01-20T11:31:00.126Z] --- PASS: TestBuildUncleanTarFilenames (0.11s) [2024-01-20T11:31:00.126Z] === RUN TestBuildMultiStageLayerLeak [2024-01-20T11:31:01.058Z] --- PASS: TestBuildMultiStageLayerLeak (1.08s) [2024-01-20T11:31:01.058Z] === RUN TestBuildWithHugeFile [2024-01-20T11:31:47.703Z] --- PASS: TestBuildWithHugeFile (43.66s) [2024-01-20T11:31:47.703Z] === RUN TestBuildWCOWSandboxSize [2024-01-20T11:31:47.703Z] build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-01-20T11:31:47.703Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2024-01-20T11:31:47.703Z] === RUN TestBuildWithEmptyDockerfile [2024-01-20T11:31:47.703Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2024-01-20T11:31:47.703Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2024-01-20T11:31:47.703Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-01-20T11:31:47.703Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-01-20T11:31:47.703Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-01-20T11:31:47.703Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-01-20T11:31:47.703Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2024-01-20T11:31:47.703Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-01-20T11:31:47.703Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-01-20T11:31:47.703Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s) [2024-01-20T11:31:47.703Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2024-01-20T11:31:47.703Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2024-01-20T11:31:47.703Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2024-01-20T11:31:47.703Z] === RUN TestBuildPreserveOwnership [2024-01-20T11:31:47.703Z] === RUN TestBuildPreserveOwnership/copy_from [2024-01-20T11:31:47.703Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2024-01-20T11:31:47.703Z] --- PASS: TestBuildPreserveOwnership (2.15s) [2024-01-20T11:31:47.703Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.49s) [2024-01-20T11:31:47.703Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.64s) [2024-01-20T11:31:47.703Z] === RUN TestBuildPlatformInvalid [2024-01-20T11:31:47.703Z] --- PASS: TestBuildPlatformInvalid (0.01s) [2024-01-20T11:31:47.703Z] === RUN TestBuildkitHistoryTracePropagation [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Channel #1] Channel created" module=grpc [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" 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-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" 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-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc [2024-01-20T11:31:47.703Z] time="2024-01-20T11:31:46Z" level=info msg="[core] [Server #4] Server created" module=grpc [2024-01-20T11:31:47.703Z] build_traces_test.go:84: Waiting for trace to be available [2024-01-20T11:31:50.977Z] time="2024-01-20T11:31:50Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc [2024-01-20T11:31:50.977Z] time="2024-01-20T11:31:50Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc [2024-01-20T11:31:50.977Z] time="2024-01-20T11:31:50Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc [2024-01-20T11:31:50.977Z] time="2024-01-20T11:31:50Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc [2024-01-20T11:31:50.977Z] time="2024-01-20T11:31:50Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc [2024-01-20T11:31:50.977Z] time="2024-01-20T11:31:50Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc [2024-01-20T11:31:50.977Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s) [2024-01-20T11:31:50.977Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2024-01-20T11:31:51.541Z] Loaded image: busybox:latest [2024-01-20T11:31:51.798Z] Loaded image: busybox:glibc [2024-01-20T11:31:52.730Z] Loaded image: debian:bookworm-slim [2024-01-20T11:31:52.730Z] Loaded image: hello-world:latest [2024-01-20T11:31:52.730Z] Loaded image: arm32v7/hello-world:latest [2024-01-20T11:32:00.829Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.34s) [2024-01-20T11:32:00.830Z] PASS [2024-01-20T11:32:00.830Z] [2024-01-20T11:32:00.830Z] === Skipped [2024-01-20T11:32:00.830Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2024-01-20T11:32:00.830Z] build_session_test.go:25: TODO: BuildKit [2024-01-20T11:32:00.830Z] [2024-01-20T11:32:00.830Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2024-01-20T11:32:00.830Z] build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-01-20T11:32:00.830Z] [2024-01-20T11:32:00.830Z] DONE 35 tests, 2 skipped in 74.347s [2024-01-20T11:32:00.830Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m [2024-01-20T11:32:00.830Z] ++ '[' -n '' ']' [2024-01-20T11:32:00.830Z] ++ 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-01-20T11:32:00.830Z] ++ set -e [2024-01-20T11:32:00.830Z] ++ '[' -n 0 ']' [2024-01-20T11:32:00.830Z] ++ set -x [2024-01-20T11:32:00.830Z] ++ 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.4DRzdEy8tt/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-01-20T11:32:00.830Z] INFO: Testing against a local daemon [2024-01-20T11:32:00.830Z] === RUN TestNoNewPrivileges [2024-01-20T11:32:08.929Z] === RUN TestNoNewPrivileges/CapabilityRequested=true [2024-01-20T11:32:09.500Z] === RUN TestNoNewPrivileges/CapabilityRequested=false [2024-01-20T11:32:10.073Z] --- PASS: TestNoNewPrivileges (9.57s) [2024-01-20T11:32:10.073Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.41s) [2024-01-20T11:32:10.073Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.46s) [2024-01-20T11:32:10.073Z] PASS [2024-01-20T11:32:10.073Z] [2024-01-20T11:32:10.073Z] DONE 3 tests in 9.597s [2024-01-20T11:32:10.073Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2024-01-20T11:32:10.073Z] ++ '[' -n '' ']' [2024-01-20T11:32:10.073Z] ++ 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-01-20T11:32:10.073Z] ++ set -e [2024-01-20T11:32:10.073Z] ++ '[' -n 0 ']' [2024-01-20T11:32:10.073Z] ++ set -x [2024-01-20T11:32:10.073Z] ++ 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.4DRzdEy8tt/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-01-20T11:32:10.073Z] INFO: Testing against a local daemon [2024-01-20T11:32:10.073Z] === RUN TestConfigInspect [2024-01-20T11:32:11.968Z] --- PASS: TestConfigInspect (1.88s) [2024-01-20T11:32:11.968Z] === RUN TestConfigList [2024-01-20T11:32:13.338Z] === RUN TestConfigList/test_filter_by_name [2024-01-20T11:32:13.338Z] === RUN TestConfigList/test_filter_by_id [2024-01-20T11:32:13.338Z] === RUN TestConfigList/test_filter_by_label_key_only [2024-01-20T11:32:13.338Z] === RUN TestConfigList/test_filter_by_label_key=value_test0-TestConfigList [2024-01-20T11:32:13.338Z] === RUN TestConfigList/test_filter_by_label_key=value_test1-TestConfigList [2024-01-20T11:32:13.902Z] --- PASS: TestConfigList (1.86s) [2024-01-20T11:32:13.902Z] --- PASS: TestConfigList/test_filter_by_name (0.00s) [2024-01-20T11:32:13.902Z] --- PASS: TestConfigList/test_filter_by_id (0.00s) [2024-01-20T11:32:13.902Z] --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s) [2024-01-20T11:32:13.902Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s) [2024-01-20T11:32:13.902Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s) [2024-01-20T11:32:13.902Z] === RUN TestConfigsCreateAndDelete [2024-01-20T11:32:15.797Z] --- PASS: TestConfigsCreateAndDelete (1.97s) [2024-01-20T11:32:15.797Z] === RUN TestConfigsUpdate [2024-01-20T11:32:17.693Z] --- PASS: TestConfigsUpdate (2.00s) [2024-01-20T11:32:17.693Z] === RUN TestTemplatedConfig [2024-01-20T11:32:20.968Z] --- PASS: TestTemplatedConfig (2.62s) [2024-01-20T11:32:20.968Z] === RUN TestConfigCreateResolve [2024-01-20T11:32:22.338Z] --- PASS: TestConfigCreateResolve (1.86s) [2024-01-20T11:32:22.338Z] PASS [2024-01-20T11:32:22.338Z] [2024-01-20T11:32:22.338Z] DONE 11 tests in 12.232s [2024-01-20T11:32:22.338Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2024-01-20T11:32:22.338Z] ++ '[' -n '' ']' [2024-01-20T11:32:22.338Z] ++ 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-01-20T11:32:22.338Z] ++ set -e [2024-01-20T11:32:22.338Z] ++ '[' -n 0 ']' [2024-01-20T11:32:22.338Z] ++ set -x [2024-01-20T11:32:22.338Z] ++ 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.4DRzdEy8tt/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-01-20T11:32:22.338Z] INFO: Testing against a local daemon [2024-01-20T11:32:22.338Z] === RUN TestAttach [2024-01-20T11:32:22.338Z] === RUN TestAttach/without_TTY [2024-01-20T11:32:22.338Z] === PAUSE TestAttach/without_TTY [2024-01-20T11:32:22.338Z] === RUN TestAttach/with_TTY [2024-01-20T11:32:22.338Z] === PAUSE TestAttach/with_TTY [2024-01-20T11:32:22.338Z] === CONT TestAttach/without_TTY [2024-01-20T11:32:22.338Z] === CONT TestAttach/with_TTY [2024-01-20T11:32:22.338Z] --- PASS: TestAttach (0.02s) [2024-01-20T11:32:22.338Z] --- PASS: TestAttach/with_TTY (0.05s) [2024-01-20T11:32:22.338Z] --- PASS: TestAttach/without_TTY (0.05s) [2024-01-20T11:32:22.338Z] === RUN TestCreateWithCDIDevices [2024-01-20T11:32:23.708Z] --- PASS: TestCreateWithCDIDevices (1.12s) [2024-01-20T11:32:23.708Z] === RUN TestCDISpecDirsAreInSystemInfo [2024-01-20T11:32:23.708Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default [2024-01-20T11:32:23.965Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned [2024-01-20T11:32:24.530Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-01-20T11:32:25.095Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice [2024-01-20T11:32:25.659Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice [2024-01-20T11:32:26.223Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice [2024-01-20T11:32:26.481Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-01-20T11:32:27.045Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice [2024-01-20T11:32:27.610Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.18s) [2024-01-20T11:32:27.610Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s) [2024-01-20T11:32:27.610Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s) [2024-01-20T11:32:27.610Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-01-20T11:32:27.610Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-01-20T11:32:27.610Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s) [2024-01-20T11:32:27.610Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s) [2024-01-20T11:32:27.610Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-01-20T11:32:27.610Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-01-20T11:32:27.610Z] === RUN TestCheckpoint [2024-01-20T11:32:27.610Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-01-20T11:32:27.610Z] --- SKIP: TestCheckpoint (0.00s) [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/commit [2024-01-20T11:32:27.610Z] === PAUSE TestContainerInvalidJSON/commit [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/create [2024-01-20T11:32:27.610Z] === PAUSE TestContainerInvalidJSON/containers/create [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2024-01-20T11:32:27.610Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2024-01-20T11:32:27.610Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2024-01-20T11:32:27.610Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-01-20T11:32:27.610Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-01-20T11:32:27.610Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-01-20T11:32:27.610Z] === CONT TestContainerInvalidJSON/commit [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2024-01-20T11:32:27.610Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2024-01-20T11:32:27.610Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2024-01-20T11:32:27.610Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2024-01-20T11:32:27.610Z] === CONT TestContainerInvalidJSON/containers/create [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2024-01-20T11:32:27.610Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2024-01-20T11:32:27.610Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/commit/empty_body [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2024-01-20T11:32:27.610Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON (0.01s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2024-01-20T11:32:27.610Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2024-01-20T11:32:27.610Z] === RUN TestCopyFromContainerPathDoesNotExist [2024-01-20T11:32:27.610Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2024-01-20T11:32:27.610Z] === RUN TestCopyFromContainerPathIsNotDir [2024-01-20T11:32:27.868Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2024-01-20T11:32:27.868Z] === RUN TestCopyToContainerPathDoesNotExist [2024-01-20T11:32:27.868Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2024-01-20T11:32:27.868Z] === RUN TestCopyEmptyFile [2024-01-20T11:32:27.868Z] --- PASS: TestCopyEmptyFile (0.06s) [2024-01-20T11:32:27.868Z] === RUN TestCopyToContainerPathIsNotDir [2024-01-20T11:32:27.868Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2024-01-20T11:32:27.868Z] === RUN TestCopyFromContainer [2024-01-20T11:32:28.433Z] === RUN TestCopyFromContainer// [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/. [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer//. [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/./ [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer//./ [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer//bar/root [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer//bar/root/ [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer//bar/root/. [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/bar/quux [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/bar/quux/ [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/bar/quux/. [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/bar/quux/baz [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/bar/filesymlink [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/bar/dirsymlink [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2024-01-20T11:32:28.690Z] === RUN TestCopyFromContainer/bar/notarget [2024-01-20T11:32:28.690Z] --- PASS: TestCopyFromContainer (0.83s) [2024-01-20T11:32:28.690Z] --- PASS: TestCopyFromContainer// (0.01s) [2024-01-20T11:32:28.690Z] --- PASS: TestCopyFromContainer/. (0.01s) [2024-01-20T11:32:28.690Z] --- PASS: TestCopyFromContainer//. (0.01s) [2024-01-20T11:32:28.690Z] --- PASS: TestCopyFromContainer/./ (0.01s) [2024-01-20T11:32:28.690Z] --- PASS: TestCopyFromContainer//./ (0.01s) [2024-01-20T11:32:28.690Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer//bar/root/. (0.01s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.01s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.01s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s) [2024-01-20T11:32:28.691Z] --- PASS: TestCopyFromContainer/bar/notarget (0.01s) [2024-01-20T11:32:28.691Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2024-01-20T11:32:28.691Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-01-20T11:32:28.691Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-01-20T11:32:28.691Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-01-20T11:32:28.691Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-01-20T11:32:28.691Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-01-20T11:32:28.691Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-01-20T11:32:28.691Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-01-20T11:32:28.691Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-01-20T11:32:28.691Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-01-20T11:32:28.691Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2024-01-20T11:32:28.691Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2024-01-20T11:32:28.691Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2024-01-20T11:32:28.691Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2024-01-20T11:32:28.691Z] === RUN TestCreateLinkToNonExistingContainer [2024-01-20T11:32:28.691Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2024-01-20T11:32:28.691Z] === RUN TestCreateWithInvalidEnv [2024-01-20T11:32:28.691Z] === RUN TestCreateWithInvalidEnv/0 [2024-01-20T11:32:28.691Z] === PAUSE TestCreateWithInvalidEnv/0 [2024-01-20T11:32:28.691Z] === RUN TestCreateWithInvalidEnv/1 [2024-01-20T11:32:28.691Z] === PAUSE TestCreateWithInvalidEnv/1 [2024-01-20T11:32:28.691Z] === RUN TestCreateWithInvalidEnv/2 [2024-01-20T11:32:28.691Z] === PAUSE TestCreateWithInvalidEnv/2 [2024-01-20T11:32:28.691Z] === CONT TestCreateWithInvalidEnv/0 [2024-01-20T11:32:28.691Z] === CONT TestCreateWithInvalidEnv/2 [2024-01-20T11:32:28.691Z] === CONT TestCreateWithInvalidEnv/1 [2024-01-20T11:32:28.691Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2024-01-20T11:32:28.691Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2024-01-20T11:32:28.691Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2024-01-20T11:32:28.691Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2024-01-20T11:32:28.691Z] === RUN TestCreateTmpfsMountsTarget [2024-01-20T11:32:28.691Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2024-01-20T11:32:28.691Z] === RUN TestCreateWithCustomMaskedPaths [2024-01-20T11:32:30.586Z] --- PASS: TestCreateWithCustomMaskedPaths (1.42s) [2024-01-20T11:32:30.586Z] === RUN TestCreateWithCustomReadonlyPaths [2024-01-20T11:32:31.518Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.32s) [2024-01-20T11:32:31.518Z] === RUN TestCreateWithInvalidHealthcheckParams [2024-01-20T11:32:31.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-01-20T11:32:31.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-01-20T11:32:31.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-01-20T11:32:31.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-01-20T11:32:31.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-01-20T11:32:31.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-01-20T11:32:31.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-01-20T11:32:31.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-01-20T11:32:31.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-01-20T11:32:31.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-01-20T11:32:31.518Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-01-20T11:32:31.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-01-20T11:32:31.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-01-20T11:32:31.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-01-20T11:32:31.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-01-20T11:32:31.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-01-20T11:32:31.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-01-20T11:32:31.518Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-01-20T11:32:31.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2024-01-20T11:32:31.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2024-01-20T11:32:31.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2024-01-20T11:32:31.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2024-01-20T11:32:31.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-01-20T11:32:31.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-01-20T11:32:31.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2024-01-20T11:32:31.518Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2024-01-20T11:32:32.082Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s) [2024-01-20T11:32:32.082Z] === RUN TestCreateDifferentPlatform [2024-01-20T11:32:32.082Z] === RUN TestCreateDifferentPlatform/different_os [2024-01-20T11:32:32.082Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2024-01-20T11:32:32.082Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2024-01-20T11:32:32.082Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2024-01-20T11:32:32.082Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2024-01-20T11:32:32.082Z] === RUN TestCreateVolumesFromNonExistingContainer [2024-01-20T11:32:32.082Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2024-01-20T11:32:32.082Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2024-01-20T11:32:32.082Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2024-01-20T11:32:32.082Z] === RUN TestCreateInvalidHostConfig [2024-01-20T11:32:32.082Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2024-01-20T11:32:32.082Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2024-01-20T11:32:32.082Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2024-01-20T11:32:32.082Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2024-01-20T11:32:32.082Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-01-20T11:32:32.082Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-01-20T11:32:32.082Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2024-01-20T11:32:32.082Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2024-01-20T11:32:32.082Z] === RUN TestCreateInvalidHostConfig/invalid_Annotations [2024-01-20T11:32:32.082Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations [2024-01-20T11:32:32.082Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2024-01-20T11:32:32.082Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2024-01-20T11:32:32.082Z] === CONT TestCreateInvalidHostConfig/invalid_Annotations [2024-01-20T11:32:32.082Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-01-20T11:32:32.082Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2024-01-20T11:32:32.082Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2024-01-20T11:32:32.082Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2024-01-20T11:32:32.082Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2024-01-20T11:32:32.082Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2024-01-20T11:32:32.082Z] --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s) [2024-01-20T11:32:32.082Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2024-01-20T11:32:32.082Z] === RUN TestCreateWithMultipleEndpointSettings [2024-01-20T11:32:32.082Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.44 [2024-01-20T11:32:32.082Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.43 [2024-01-20T11:32:32.082Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.05s) [2024-01-20T11:32:32.082Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s) [2024-01-20T11:32:32.082Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s) [2024-01-20T11:32:32.082Z] === RUN TestCreateWithCustomMACs [2024-01-20T11:32:32.646Z] --- PASS: TestCreateWithCustomMACs (0.63s) [2024-01-20T11:32:32.646Z] === RUN TestContainerStartOnDaemonRestart [2024-01-20T11:32:32.646Z] === PAUSE TestContainerStartOnDaemonRestart [2024-01-20T11:32:32.646Z] === RUN TestDaemonRestartIpcMode [2024-01-20T11:32:32.646Z] === PAUSE TestDaemonRestartIpcMode [2024-01-20T11:32:32.646Z] === RUN TestDaemonHostGatewayIP [2024-01-20T11:32:32.646Z] === PAUSE TestDaemonHostGatewayIP [2024-01-20T11:32:32.646Z] === RUN TestRestartDaemonWithRestartingContainer [2024-01-20T11:32:32.646Z] === PAUSE TestRestartDaemonWithRestartingContainer [2024-01-20T11:32:32.646Z] === RUN TestHardRestartWhenContainerIsRunning [2024-01-20T11:32:32.646Z] === PAUSE TestHardRestartWhenContainerIsRunning [2024-01-20T11:32:32.646Z] === RUN TestContainerKillOnDaemonStart [2024-01-20T11:32:32.646Z] === PAUSE TestContainerKillOnDaemonStart [2024-01-20T11:32:32.646Z] === RUN TestDiff [2024-01-20T11:32:33.211Z] --- PASS: TestDiff (0.47s) [2024-01-20T11:32:33.211Z] === RUN TestDiffStoppedContainer [2024-01-20T11:32:33.775Z] --- PASS: TestDiffStoppedContainer (0.47s) [2024-01-20T11:32:33.775Z] === RUN TestExecConsoleSize [2024-01-20T11:32:34.339Z] --- PASS: TestExecConsoleSize (0.55s) [2024-01-20T11:32:34.339Z] === RUN TestExecWithCloseStdin [2024-01-20T11:32:34.902Z] --- PASS: TestExecWithCloseStdin (0.54s) [2024-01-20T11:32:34.902Z] === RUN TestExec [2024-01-20T11:32:35.466Z] --- PASS: TestExec (0.55s) [2024-01-20T11:32:35.467Z] === RUN TestExecUser [2024-01-20T11:32:35.723Z] --- PASS: TestExecUser (0.50s) [2024-01-20T11:32:35.723Z] === RUN TestExecWithGroupAdd [2024-01-20T11:32:36.288Z] --- PASS: TestExecWithGroupAdd (0.52s) [2024-01-20T11:32:36.288Z] === RUN TestExportContainerAndImportImage [2024-01-20T11:32:36.852Z] --- PASS: TestExportContainerAndImportImage (0.51s) [2024-01-20T11:32:36.852Z] === RUN TestExportContainerAfterDaemonRestart [2024-01-20T11:32:43.400Z] --- PASS: TestExportContainerAfterDaemonRestart (6.14s) [2024-01-20T11:32:43.400Z] === RUN TestHealthCheckWorkdir [2024-01-20T11:32:43.657Z] --- PASS: TestHealthCheckWorkdir (0.57s) [2024-01-20T11:32:43.657Z] === RUN TestHealthKillContainer [2024-01-20T11:32:51.779Z] --- PASS: TestHealthKillContainer (7.93s) [2024-01-20T11:32:51.779Z] === RUN TestHealthCheckProcessKilled [2024-01-20T11:32:52.365Z] --- PASS: TestHealthCheckProcessKilled (0.75s) [2024-01-20T11:32:52.365Z] === RUN TestHealthStartInterval [2024-01-20T11:32:53.741Z] health_test.go:141: &{2024-01-20 11:32:53.397100288 +0000 UTC 2024-01-20 11:32:53.441971007 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-01-20T11:32:53.741Z] } [2024-01-20T11:32:53.741Z] health_test.go:141: &{2024-01-20 11:32:53.397100288 +0000 UTC 2024-01-20 11:32:53.441971007 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-01-20T11:32:53.741Z] } [2024-01-20T11:32:53.741Z] health_test.go:141: &{2024-01-20 11:32:53.397100288 +0000 UTC 2024-01-20 11:32:53.441971007 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-01-20T11:32:53.741Z] } [2024-01-20T11:32:53.998Z] health_test.go:141: &{2024-01-20 11:32:53.397100288 +0000 UTC 2024-01-20 11:32:53.441971007 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-01-20T11:32:53.998Z] } [2024-01-20T11:32:53.998Z] health_test.go:141: &{2024-01-20 11:32:53.397100288 +0000 UTC 2024-01-20 11:32:53.441971007 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-01-20T11:32:53.998Z] } [2024-01-20T11:32:54.255Z] health_test.go:141: &{2024-01-20 11:32:53.397100288 +0000 UTC 2024-01-20 11:32:53.441971007 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-01-20T11:32:54.255Z] } [2024-01-20T11:32:54.255Z] health_test.go:141: &{2024-01-20 11:32:53.397100288 +0000 UTC 2024-01-20 11:32:53.441971007 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-01-20T11:32:54.255Z] } [2024-01-20T11:32:54.255Z] health_test.go:141: &{2024-01-20 11:32:53.397100288 +0000 UTC 2024-01-20 11:32:53.441971007 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-01-20T11:32:54.255Z] } [2024-01-20T11:32:54.512Z] health_test.go:141: &{2024-01-20 11:32:53.397100288 +0000 UTC 2024-01-20 11:32:53.441971007 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-01-20T11:32:54.512Z] } [2024-01-20T11:32:54.512Z] health_test.go:141: &{2024-01-20 11:32:53.397100288 +0000 UTC 2024-01-20 11:32:53.441971007 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-01-20T11:32:54.512Z] } [2024-01-20T11:32:54.512Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:54.769Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:54.769Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:55.026Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:55.027Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:55.027Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:55.284Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:55.284Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:55.541Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:55.541Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:55.541Z] health_test.go:141: &{2024-01-20 11:32:54.443255109 +0000 UTC 2024-01-20 11:32:54.508397986 +0000 UTC 1 2} [2024-01-20T11:32:55.798Z] health_test.go:169: 1.066343904s [2024-01-20T11:32:56.728Z] health_test.go:169: 1.066343904s [2024-01-20T11:32:57.658Z] health_test.go:169: 1.066343904s [2024-01-20T11:32:59.028Z] health_test.go:169: 1.066343904s [2024-01-20T11:32:59.958Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:00.889Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:01.819Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:02.750Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:03.679Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:05.048Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:05.978Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:06.908Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:07.838Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:08.768Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:09.699Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:11.069Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:11.999Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:12.929Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:13.859Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:14.789Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:15.719Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:16.649Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:18.018Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:18.948Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:19.878Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:20.809Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:21.740Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:22.677Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:24.068Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:24.998Z] health_test.go:169: 1.066343904s [2024-01-20T11:33:25.928Z] --- PASS: TestHealthStartInterval (33.71s) [2024-01-20T11:33:25.928Z] === RUN TestInspectCpusetInConfigPre120 [2024-01-20T11:33:26.493Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2024-01-20T11:33:26.493Z] === RUN TestInspectAnnotations [2024-01-20T11:33:26.493Z] --- PASS: TestInspectAnnotations (0.04s) [2024-01-20T11:33:26.493Z] === RUN TestIpcModeNone [2024-01-20T11:33:27.057Z] --- PASS: TestIpcModeNone (0.51s) [2024-01-20T11:33:27.057Z] === RUN TestIpcModePrivate [2024-01-20T11:33:27.314Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false [2024-01-20T11:33:27.314Z] --- PASS: TestIpcModePrivate (0.52s) [2024-01-20T11:33:27.314Z] === RUN TestIpcModeShareable [2024-01-20T11:33:27.877Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true [2024-01-20T11:33:27.877Z] --- PASS: TestIpcModeShareable (0.48s) [2024-01-20T11:33:27.877Z] === RUN TestAPIIpcModeShareableAndContainer [2024-01-20T11:33:29.247Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.10s) [2024-01-20T11:33:29.247Z] === RUN TestAPIIpcModeHost [2024-01-20T11:33:29.247Z] --- PASS: TestAPIIpcModeHost (0.34s) [2024-01-20T11:33:29.247Z] === RUN TestDaemonIpcModeShareable [2024-01-20T11:33:30.178Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-01-20T11:33:30.435Z] --- PASS: TestDaemonIpcModeShareable (1.11s) [2024-01-20T11:33:30.435Z] === RUN TestDaemonIpcModePrivate [2024-01-20T11:33:31.366Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-01-20T11:33:31.623Z] --- PASS: TestDaemonIpcModePrivate (1.13s) [2024-01-20T11:33:31.623Z] === RUN TestDaemonIpcModePrivateFromConfig [2024-01-20T11:33:32.554Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-01-20T11:33:32.554Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.07s) [2024-01-20T11:33:32.554Z] === RUN TestDaemonIpcModeShareableFromConfig [2024-01-20T11:33:33.488Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-01-20T11:33:33.745Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s) [2024-01-20T11:33:33.745Z] === RUN TestIpcModeOlderClient [2024-01-20T11:33:33.745Z] === PAUSE TestIpcModeOlderClient [2024-01-20T11:33:33.745Z] === RUN TestKillContainerInvalidSignal [2024-01-20T11:33:34.309Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2024-01-20T11:33:34.309Z] === RUN TestKillContainer [2024-01-20T11:33:34.309Z] === RUN TestKillContainer/no_signal [2024-01-20T11:33:34.873Z] === RUN TestKillContainer/non_killing_signal [2024-01-20T11:33:34.873Z] === RUN TestKillContainer/killing_signal [2024-01-20T11:33:35.804Z] --- PASS: TestKillContainer (1.37s) [2024-01-20T11:33:35.804Z] --- PASS: TestKillContainer/no_signal (0.44s) [2024-01-20T11:33:35.804Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2024-01-20T11:33:35.804Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2024-01-20T11:33:35.804Z] === RUN TestKillWithStopSignalAndRestartPolicies [2024-01-20T11:33:35.804Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2024-01-20T11:33:36.061Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2024-01-20T11:33:36.625Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.93s) [2024-01-20T11:33:36.625Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s) [2024-01-20T11:33:36.625Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2024-01-20T11:33:36.625Z] === RUN TestKillStoppedContainer [2024-01-20T11:33:36.625Z] --- PASS: TestKillStoppedContainer (0.04s) [2024-01-20T11:33:36.625Z] === RUN TestKillStoppedContainerAPIPre120 [2024-01-20T11:33:36.625Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2024-01-20T11:33:36.625Z] === RUN TestKillDifferentUserContainer [2024-01-20T11:33:37.189Z] --- PASS: TestKillDifferentUserContainer (0.49s) [2024-01-20T11:33:37.189Z] === RUN TestInspectOomKilledTrue [2024-01-20T11:33:37.753Z] --- PASS: TestInspectOomKilledTrue (0.49s) [2024-01-20T11:33:37.753Z] === RUN TestInspectOomKilledFalse [2024-01-20T11:33:38.010Z] --- PASS: TestInspectOomKilledFalse (0.45s) [2024-01-20T11:33:38.010Z] === RUN TestLinksEtcHostsContentMatch [2024-01-20T11:33:38.267Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2024-01-20T11:33:38.267Z] === RUN TestLinksContainerNames [2024-01-20T11:33:39.199Z] --- PASS: TestLinksContainerNames (0.88s) [2024-01-20T11:33:39.199Z] === RUN TestLogsFollowTailEmpty [2024-01-20T11:33:39.763Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2024-01-20T11:33:39.763Z] === RUN TestLogs [2024-01-20T11:33:39.763Z] === RUN TestLogs/driver_local [2024-01-20T11:33:39.763Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2024-01-20T11:33:39.763Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2024-01-20T11:33:39.763Z] === RUN TestLogs/driver_local/tty/only_stdout [2024-01-20T11:33:39.763Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2024-01-20T11:33:39.763Z] === RUN TestLogs/driver_local/tty/only_stderr [2024-01-20T11:33:39.763Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2024-01-20T11:33:39.763Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2024-01-20T11:33:39.763Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2024-01-20T11:33:39.763Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2024-01-20T11:33:39.763Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2024-01-20T11:33:39.763Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2024-01-20T11:33:39.763Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2024-01-20T11:33:39.763Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2024-01-20T11:33:39.763Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2024-01-20T11:33:39.763Z] === CONT TestLogs/driver_local/tty/only_stderr [2024-01-20T11:33:39.763Z] === CONT TestLogs/driver_local/tty/only_stdout [2024-01-20T11:33:39.763Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2024-01-20T11:33:39.763Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2024-01-20T11:33:41.659Z] === RUN TestLogs/driver_json-file [2024-01-20T11:33:41.659Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2024-01-20T11:33:41.659Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2024-01-20T11:33:41.659Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2024-01-20T11:33:41.659Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2024-01-20T11:33:41.659Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2024-01-20T11:33:41.659Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2024-01-20T11:33:41.659Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-01-20T11:33:41.659Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-01-20T11:33:41.659Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2024-01-20T11:33:41.659Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2024-01-20T11:33:41.659Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2024-01-20T11:33:41.659Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2024-01-20T11:33:41.659Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2024-01-20T11:33:41.659Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-01-20T11:33:41.659Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2024-01-20T11:33:41.659Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2024-01-20T11:33:41.659Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2024-01-20T11:33:41.659Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2024-01-20T11:33:43.556Z] --- PASS: TestLogs (3.48s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_local (0.01s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.20s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.30s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.49s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.52s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.61s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.65s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_json-file (0.01s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.15s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.50s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.56s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.66s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.77s) [2024-01-20T11:33:43.556Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.82s) [2024-01-20T11:33:43.556Z] === RUN TestContainerNetworkMountsNoChown [2024-01-20T11:33:43.556Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s) [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/default [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/default [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/private [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/private [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rprivate [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rprivate [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/slave [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/slave [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rslave [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rslave [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/shared [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/shared [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rshared [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rshared [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/default [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/rslave [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/rshared [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/shared [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rslave/bind_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/default/bind_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/shared/bind_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/default/bind_root [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/rprivate [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/default/bind_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/default/mount_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/private [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/slave [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rslave/mount_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/private/bind_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rshared/mount_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/default/mount_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/private/mount_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/default/mount_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/private/mount_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/private/mount_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/private/bind_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/private/bind_root [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/private/bind_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/slave/bind_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/rslave/bind_root [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rshared/bind_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/private/mount_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/private/bind_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/slave/mount_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/private/mount_root [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/default/bind_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/shared/mount_root [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2024-01-20T11:33:43.556Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2024-01-20T11:33:43.556Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2024-01-20T11:33:43.556Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/rslave/mount_root [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/default/mount_subpath [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/default/mount_root [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/default/bind_subpath [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/rshared/bind_root [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/rshared/mount_root [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/slave/mount_root [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/slave/bind_root [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/shared/bind_root [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/shared/mount_root [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2024-01-20T11:33:43.813Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot (0.01s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2024-01-20T11:33:43.813Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2024-01-20T11:33:43.813Z] === RUN TestContainerBindMountNonRecursive [2024-01-20T11:33:45.184Z] --- PASS: TestContainerBindMountNonRecursive (1.30s) [2024-01-20T11:33:45.184Z] === RUN TestContainerVolumesMountedAsShared [2024-01-20T11:33:45.748Z] --- PASS: TestContainerVolumesMountedAsShared (0.46s) [2024-01-20T11:33:45.748Z] === RUN TestContainerVolumesMountedAsSlave [2024-01-20T11:33:46.005Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2024-01-20T11:33:46.005Z] === RUN TestContainerCopyLeaksMounts [2024-01-20T11:33:46.570Z] --- PASS: TestContainerCopyLeaksMounts (0.58s) [2024-01-20T11:33:46.570Z] === RUN TestContainerBindMountRecursivelyReadOnly [2024-01-20T11:33:48.464Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.68s) [2024-01-20T11:33:48.464Z] === RUN TestNetworkNat [2024-01-20T11:33:48.721Z] --- PASS: TestNetworkNat (0.47s) [2024-01-20T11:33:48.721Z] === RUN TestNetworkLocalhostTCPNat [2024-01-20T11:33:49.285Z] --- PASS: TestNetworkLocalhostTCPNat (0.49s) [2024-01-20T11:33:49.285Z] === RUN TestNetworkLoopbackNat [2024-01-20T11:33:51.808Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2024-01-20T11:33:51.808Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors [2024-01-20T11:33:52.065Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff [2024-01-20T11:33:52.065Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/export [2024-01-20T11:33:52.065Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container [2024-01-20T11:33:52.065Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container [2024-01-20T11:33:52.322Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.49s) [2024-01-20T11:33:52.322Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s) [2024-01-20T11:33:52.322Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s) [2024-01-20T11:33:52.322Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s) [2024-01-20T11:33:52.322Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s) [2024-01-20T11:33:52.322Z] === RUN TestPause [2024-01-20T11:33:52.886Z] --- PASS: TestPause (0.47s) [2024-01-20T11:33:52.886Z] === RUN TestPauseFailsOnWindowsServerContainers [2024-01-20T11:33:52.886Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-01-20T11:33:52.886Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2024-01-20T11:33:52.886Z] === RUN TestPauseStopPausedContainer [2024-01-20T11:33:53.143Z] --- PASS: TestPauseStopPausedContainer (0.49s) [2024-01-20T11:33:53.143Z] === RUN TestPIDModeHost [2024-01-20T11:33:54.513Z] --- PASS: TestPIDModeHost (1.13s) [2024-01-20T11:33:54.513Z] === RUN TestPIDModeContainer [2024-01-20T11:33:54.513Z] === RUN TestPIDModeContainer/non-existing_container [2024-01-20T11:33:54.513Z] === RUN TestPIDModeContainer/non-running_container [2024-01-20T11:33:54.513Z] === RUN TestPIDModeContainer/running_container [2024-01-20T11:33:55.465Z] --- PASS: TestPIDModeContainer (1.13s) [2024-01-20T11:33:55.465Z] --- PASS: TestPIDModeContainer/non-existing_container (0.00s) [2024-01-20T11:33:55.465Z] --- PASS: TestPIDModeContainer/non-running_container (0.16s) [2024-01-20T11:33:55.465Z] --- PASS: TestPIDModeContainer/running_container (0.52s) [2024-01-20T11:33:55.465Z] === RUN TestPsFilter [2024-01-20T11:33:55.465Z] === RUN TestPsFilter/since [2024-01-20T11:33:55.465Z] === RUN TestPsFilter/before [2024-01-20T11:33:55.744Z] --- PASS: TestPsFilter (0.11s) [2024-01-20T11:33:55.744Z] --- PASS: TestPsFilter/since (0.00s) [2024-01-20T11:33:55.744Z] --- PASS: TestPsFilter/before (0.00s) [2024-01-20T11:33:55.744Z] === RUN TestRemoveContainerWithRemovedVolume [2024-01-20T11:33:56.004Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.47s) [2024-01-20T11:33:56.004Z] === RUN TestRemoveContainerWithVolume [2024-01-20T11:33:56.569Z] --- PASS: TestRemoveContainerWithVolume (0.46s) [2024-01-20T11:33:56.569Z] === RUN TestRemoveContainerRunning [2024-01-20T11:33:57.133Z] --- PASS: TestRemoveContainerRunning (0.48s) [2024-01-20T11:33:57.133Z] === RUN TestRemoveContainerForceRemoveRunning [2024-01-20T11:33:57.390Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2024-01-20T11:33:57.390Z] === RUN TestRemoveInvalidContainer [2024-01-20T11:33:57.390Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2024-01-20T11:33:57.390Z] === RUN TestRenameLinkedContainer [2024-01-20T11:33:59.288Z] --- PASS: TestRenameLinkedContainer (1.84s) [2024-01-20T11:33:59.288Z] === RUN TestRenameStoppedContainer [2024-01-20T11:33:59.852Z] --- PASS: TestRenameStoppedContainer (0.47s) [2024-01-20T11:33:59.852Z] === RUN TestRenameRunningContainerAndReuse [2024-01-20T11:34:00.784Z] --- PASS: TestRenameRunningContainerAndReuse (0.99s) [2024-01-20T11:34:00.784Z] === RUN TestRenameInvalidName [2024-01-20T11:34:01.348Z] --- PASS: TestRenameInvalidName (0.48s) [2024-01-20T11:34:01.348Z] === RUN TestRenameAnonymousContainer [2024-01-20T11:34:03.245Z] --- PASS: TestRenameAnonymousContainer (1.61s) [2024-01-20T11:34:03.245Z] === RUN TestRenameContainerWithSameName [2024-01-20T11:34:03.245Z] --- PASS: TestRenameContainerWithSameName (0.50s) [2024-01-20T11:34:03.245Z] === RUN TestRenameContainerWithLinkedContainer [2024-01-20T11:34:04.175Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s) [2024-01-20T11:34:04.175Z] === RUN TestResize [2024-01-20T11:34:04.175Z] === RUN TestResize/success [2024-01-20T11:34:04.433Z] === RUN TestResize/invalid_size [2024-01-20T11:34:04.690Z] === RUN TestResize/invalid_state [2024-01-20T11:34:05.254Z] --- PASS: TestResize (0.94s) [2024-01-20T11:34:05.254Z] --- PASS: TestResize/success (0.24s) [2024-01-20T11:34:05.254Z] --- PASS: TestResize/invalid_size (0.25s) [2024-01-20T11:34:05.254Z] --- PASS: TestResize/invalid_state (0.04s) [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-01-20T11:34:05.254Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-01-20T11:34:05.254Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-01-20T11:34:05.254Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-01-20T11:34:05.254Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-01-20T11:34:05.254Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-01-20T11:34:05.254Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-01-20T11:34:05.254Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-01-20T11:34:05.254Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-01-20T11:34:05.254Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-01-20T11:34:05.254Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-01-20T11:34:06.624Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-01-20T11:34:06.624Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-01-20T11:34:06.624Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-01-20T11:34:06.881Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-01-20T11:34:07.446Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-01-20T11:34:07.446Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-01-20T11:34:07.703Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-01-20T11:34:07.703Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.29s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.29s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.78s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.06s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.19s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.53s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.77s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.02s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.05s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.08s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.69s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.94s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.98s) [2024-01-20T11:34:12.960Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.22s) [2024-01-20T11:34:12.960Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2024-01-20T11:34:12.960Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2024-01-20T11:34:13.524Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2024-01-20T11:34:14.897Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.95s) [2024-01-20T11:34:14.897Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.95s) [2024-01-20T11:34:14.897Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.00s) [2024-01-20T11:34:14.897Z] === RUN TestContainerRestartWithCancelledRequest [2024-01-20T11:34:16.792Z] --- PASS: TestContainerRestartWithCancelledRequest (1.86s) [2024-01-20T11:34:16.792Z] === RUN TestCgroupNamespacesRun [2024-01-20T11:34:17.723Z] --- PASS: TestCgroupNamespacesRun (1.12s) [2024-01-20T11:34:17.723Z] === RUN TestCgroupNamespacesRunPrivileged [2024-01-20T11:34:18.654Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s) [2024-01-20T11:34:18.654Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2024-01-20T11:34:20.024Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.11s) [2024-01-20T11:34:20.024Z] === RUN TestCgroupNamespacesRunHostMode [2024-01-20T11:34:20.956Z] --- PASS: TestCgroupNamespacesRunHostMode (1.07s) [2024-01-20T11:34:20.956Z] === RUN TestCgroupNamespacesRunPrivateMode [2024-01-20T11:34:21.887Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s) [2024-01-20T11:34:21.887Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2024-01-20T11:34:23.257Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s) [2024-01-20T11:34:23.257Z] === RUN TestCgroupNamespacesRunInvalidMode [2024-01-20T11:34:23.514Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s) [2024-01-20T11:34:23.514Z] === RUN TestCgroupNamespacesRunOlderClient [2024-01-20T11:34:24.885Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s) [2024-01-20T11:34:24.885Z] === RUN TestNISDomainname [2024-01-20T11:34:25.142Z] --- PASS: TestNISDomainname (0.53s) [2024-01-20T11:34:25.142Z] === RUN TestHostnameDnsResolution [2024-01-20T11:34:26.073Z] --- PASS: TestHostnameDnsResolution (0.69s) [2024-01-20T11:34:26.073Z] === RUN TestUnprivilegedPortsAndPing [2024-01-20T11:34:26.637Z] --- PASS: TestUnprivilegedPortsAndPing (0.59s) [2024-01-20T11:34:26.637Z] === RUN TestPrivilegedHostDevices [2024-01-20T11:34:27.201Z] --- PASS: TestPrivilegedHostDevices (0.54s) [2024-01-20T11:34:27.201Z] === RUN TestRunConsoleSize [2024-01-20T11:34:27.458Z] --- PASS: TestRunConsoleSize (0.42s) [2024-01-20T11:34:27.458Z] === RUN TestRunWithAlternativeContainerdShim [2024-01-20T11:34:34.008Z] --- PASS: TestRunWithAlternativeContainerdShim (5.41s) [2024-01-20T11:34:34.008Z] === RUN TestMacAddressIsAppliedToMainNetworkWithShortID [2024-01-20T11:34:34.008Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.12s) [2024-01-20T11:34:34.008Z] === RUN TestStats [2024-01-20T11:34:35.386Z] --- PASS: TestStats (1.45s) [2024-01-20T11:34:35.386Z] === RUN TestStopContainerWithTimeout [2024-01-20T11:34:35.386Z] === RUN TestStopContainerWithTimeout/0 [2024-01-20T11:34:35.386Z] === PAUSE TestStopContainerWithTimeout/0 [2024-01-20T11:34:35.386Z] === RUN TestStopContainerWithTimeout/1 [2024-01-20T11:34:35.386Z] === PAUSE TestStopContainerWithTimeout/1 [2024-01-20T11:34:35.386Z] === RUN TestStopContainerWithTimeout/3 [2024-01-20T11:34:35.386Z] === PAUSE TestStopContainerWithTimeout/3 [2024-01-20T11:34:35.386Z] === RUN TestStopContainerWithTimeout/-1 [2024-01-20T11:34:35.386Z] === PAUSE TestStopContainerWithTimeout/-1 [2024-01-20T11:34:35.386Z] === CONT TestStopContainerWithTimeout/0 [2024-01-20T11:34:35.386Z] === CONT TestStopContainerWithTimeout/3 [2024-01-20T11:34:35.386Z] === CONT TestStopContainerWithTimeout/1 [2024-01-20T11:34:35.386Z] === CONT TestStopContainerWithTimeout/-1 [2024-01-20T11:34:38.662Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2024-01-20T11:34:38.662Z] --- PASS: TestStopContainerWithTimeout/0 (0.97s) [2024-01-20T11:34:38.662Z] --- PASS: TestStopContainerWithTimeout/1 (1.93s) [2024-01-20T11:34:38.662Z] --- PASS: TestStopContainerWithTimeout/3 (2.53s) [2024-01-20T11:34:38.662Z] --- PASS: TestStopContainerWithTimeout/-1 (2.83s) [2024-01-20T11:34:38.662Z] === RUN TestStopContainerWithTimeoutCancel [2024-01-20T11:34:38.662Z] === PAUSE TestStopContainerWithTimeoutCancel [2024-01-20T11:34:38.662Z] === RUN TestStopContainerWithRestartPolicyAlways [2024-01-20T11:34:40.559Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.12s) [2024-01-20T11:34:40.559Z] === RUN TestUpdateMemory [2024-01-20T11:34:41.122Z] --- PASS: TestUpdateMemory (0.55s) [2024-01-20T11:34:41.122Z] === RUN TestUpdateCPUQuota [2024-01-20T11:34:42.054Z] --- PASS: TestUpdateCPUQuota (0.96s) [2024-01-20T11:34:42.054Z] === RUN TestUpdatePidsLimit [2024-01-20T11:34:42.054Z] === RUN TestUpdatePidsLimit/update_from_none [2024-01-20T11:34:42.311Z] === RUN TestUpdatePidsLimit/no_change [2024-01-20T11:34:42.568Z] === RUN TestUpdatePidsLimit/update_lower [2024-01-20T11:34:42.568Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2024-01-20T11:34:42.825Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2024-01-20T11:34:43.082Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2024-01-20T11:34:43.338Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2024-01-20T11:34:44.270Z] --- PASS: TestUpdatePidsLimit (2.10s) [2024-01-20T11:34:44.270Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.23s) [2024-01-20T11:34:44.270Z] --- PASS: TestUpdatePidsLimit/no_change (0.24s) [2024-01-20T11:34:44.270Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2024-01-20T11:34:44.270Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) [2024-01-20T11:34:44.270Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2024-01-20T11:34:44.270Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2024-01-20T11:34:44.270Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s) [2024-01-20T11:34:44.270Z] === RUN TestUpdateRestartPolicy [2024-01-20T11:34:56.454Z] --- PASS: TestUpdateRestartPolicy (10.81s) [2024-01-20T11:34:56.454Z] === RUN TestUpdateRestartWithAutoRemove [2024-01-20T11:34:56.454Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2024-01-20T11:34:56.454Z] === RUN TestWaitNonBlocked [2024-01-20T11:34:56.454Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-01-20T11:34:56.454Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-01-20T11:34:56.454Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2024-01-20T11:34:56.454Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2024-01-20T11:34:56.454Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-01-20T11:34:56.454Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2024-01-20T11:34:56.454Z] --- PASS: TestWaitNonBlocked (0.02s) [2024-01-20T11:34:56.454Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2024-01-20T11:34:56.454Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s) [2024-01-20T11:34:56.454Z] === RUN TestWaitBlocked [2024-01-20T11:34:56.454Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2024-01-20T11:34:56.454Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2024-01-20T11:34:56.454Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2024-01-20T11:34:56.454Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2024-01-20T11:34:56.454Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2024-01-20T11:34:56.454Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2024-01-20T11:34:57.018Z] --- PASS: TestWaitBlocked (0.03s) [2024-01-20T11:34:57.018Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s) [2024-01-20T11:34:57.018Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s) [2024-01-20T11:34:57.018Z] === RUN TestWaitConditions [2024-01-20T11:34:57.018Z] === RUN TestWaitConditions/default [2024-01-20T11:34:57.018Z] === PAUSE TestWaitConditions/default [2024-01-20T11:34:57.018Z] === RUN TestWaitConditions/not-running [2024-01-20T11:34:57.018Z] === PAUSE TestWaitConditions/not-running [2024-01-20T11:34:57.018Z] === RUN TestWaitConditions/next-exit [2024-01-20T11:34:57.018Z] === PAUSE TestWaitConditions/next-exit [2024-01-20T11:34:57.018Z] === RUN TestWaitConditions/removed [2024-01-20T11:34:57.018Z] === PAUSE TestWaitConditions/removed [2024-01-20T11:34:57.018Z] === CONT TestWaitConditions/default [2024-01-20T11:34:57.018Z] === CONT TestWaitConditions/next-exit [2024-01-20T11:34:57.018Z] === CONT TestWaitConditions/not-running [2024-01-20T11:34:57.018Z] === CONT TestWaitConditions/removed [2024-01-20T11:34:57.018Z] wait_test.go:145: ContainerID = d99f4ef5dd9c16acc0c5549f5395631f02a924150549d5af47c3dfcd0f7abc23 [2024-01-20T11:34:57.018Z] wait_test.go:145: ContainerID = 724e16b098cd8f6fa2cd18cb5c75ed790e48724b4bff86b70ee414ba95c2a492 [2024-01-20T11:34:57.018Z] wait_test.go:145: ContainerID = 043d06ef95c60e1b3813d1edede9912c719e91e5e221be044c57be7acfbdc764 [2024-01-20T11:34:57.018Z] wait_test.go:145: ContainerID = 6cd3e7084186ffa8cc5c146a0cb2f3b52faa7a206cc48d4584456baf3422e737 [2024-01-20T11:34:58.388Z] --- PASS: TestWaitConditions (0.03s) [2024-01-20T11:34:58.388Z] --- PASS: TestWaitConditions/not-running (0.97s) [2024-01-20T11:34:58.388Z] --- PASS: TestWaitConditions/removed (1.20s) [2024-01-20T11:34:58.388Z] --- PASS: TestWaitConditions/default (1.26s) [2024-01-20T11:34:58.388Z] --- PASS: TestWaitConditions/next-exit (1.32s) [2024-01-20T11:34:58.388Z] === RUN TestWaitRestartedContainer [2024-01-20T11:34:58.388Z] === RUN TestWaitRestartedContainer/default [2024-01-20T11:34:58.388Z] === PAUSE TestWaitRestartedContainer/default [2024-01-20T11:34:58.388Z] === RUN TestWaitRestartedContainer/not-running [2024-01-20T11:34:58.388Z] === PAUSE TestWaitRestartedContainer/not-running [2024-01-20T11:34:58.388Z] === RUN TestWaitRestartedContainer/next-exit [2024-01-20T11:34:58.388Z] === PAUSE TestWaitRestartedContainer/next-exit [2024-01-20T11:34:58.388Z] === CONT TestWaitRestartedContainer/default [2024-01-20T11:34:58.388Z] === CONT TestWaitRestartedContainer/next-exit [2024-01-20T11:34:58.388Z] === CONT TestWaitRestartedContainer/not-running [2024-01-20T11:35:00.285Z] --- PASS: TestWaitRestartedContainer (0.01s) [2024-01-20T11:35:00.285Z] --- PASS: TestWaitRestartedContainer/default (1.92s) [2024-01-20T11:35:00.285Z] --- PASS: TestWaitRestartedContainer/next-exit (2.06s) [2024-01-20T11:35:00.285Z] --- PASS: TestWaitRestartedContainer/not-running (2.10s) [2024-01-20T11:35:00.285Z] === CONT TestContainerStartOnDaemonRestart [2024-01-20T11:35:00.285Z] === CONT TestHardRestartWhenContainerIsRunning [2024-01-20T11:35:00.285Z] === CONT TestIpcModeOlderClient [2024-01-20T11:35:00.285Z] === CONT TestContainerKillOnDaemonStart [2024-01-20T11:35:00.285Z] === CONT TestDaemonHostGatewayIP [2024-01-20T11:35:00.285Z] === CONT TestStopContainerWithTimeoutCancel [2024-01-20T11:35:00.285Z] === CONT TestDaemonRestartIpcMode [2024-01-20T11:35:00.285Z] === CONT TestRestartDaemonWithRestartingContainer [2024-01-20T11:35:00.543Z] --- PASS: TestIpcModeOlderClient (0.09s) [2024-01-20T11:35:02.442Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=none [2024-01-20T11:35:02.442Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure [2024-01-20T11:35:02.699Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.34s) [2024-01-20T11:35:02.700Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s) [2024-01-20T11:35:02.700Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.31s) [2024-01-20T11:35:02.957Z] --- PASS: TestContainerStartOnDaemonRestart (2.63s) [2024-01-20T11:35:03.889Z] --- PASS: TestDaemonHostGatewayIP (3.38s) [2024-01-20T11:35:04.146Z] --- PASS: TestStopContainerWithTimeoutCancel (3.68s) [2024-01-20T11:35:04.146Z] --- PASS: TestDaemonRestartIpcMode (3.71s) [2024-01-20T11:35:04.146Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.86s) [2024-01-20T11:35:12.243Z] --- PASS: TestContainerKillOnDaemonStart (11.77s) [2024-01-20T11:35:12.243Z] PASS [2024-01-20T11:35:12.243Z] [2024-01-20T11:35:12.243Z] === Skipped [2024-01-20T11:35:12.243Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2024-01-20T11:35:12.243Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-01-20T11:35:12.243Z] [2024-01-20T11:35:12.243Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2024-01-20T11:35:12.243Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-01-20T11:35:12.243Z] [2024-01-20T11:35:12.243Z] DONE 320 tests, 2 skipped in 169.942s [2024-01-20T11:35:12.243Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2024-01-20T11:35:12.243Z] ++ '[' -n '' ']' [2024-01-20T11:35:12.243Z] ++ 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-01-20T11:35:12.243Z] ++ set -e [2024-01-20T11:35:12.243Z] ++ '[' -n 0 ']' [2024-01-20T11:35:12.243Z] ++ set -x [2024-01-20T11:35:12.243Z] ++ 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.4DRzdEy8tt/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-01-20T11:35:12.243Z] INFO: Testing against a local daemon [2024-01-20T11:35:12.243Z] === RUN TestConfigDaemonID [2024-01-20T11:35:13.174Z] daemon_test.go:61: [d9e5c078e3b7b] daemon is not started [2024-01-20T11:35:13.174Z] --- PASS: TestConfigDaemonID (1.05s) [2024-01-20T11:35:13.174Z] === RUN TestDaemonConfigValidation [2024-01-20T11:35:13.174Z] === RUN TestDaemonConfigValidation/config_with_no_content [2024-01-20T11:35:13.174Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2024-01-20T11:35:13.174Z] === RUN TestDaemonConfigValidation/config_with_{} [2024-01-20T11:35:13.174Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2024-01-20T11:35:13.174Z] === RUN TestDaemonConfigValidation/invalid_config [2024-01-20T11:35:13.174Z] === PAUSE TestDaemonConfigValidation/invalid_config [2024-01-20T11:35:13.174Z] === RUN TestDaemonConfigValidation/malformed_config [2024-01-20T11:35:13.174Z] === PAUSE TestDaemonConfigValidation/malformed_config [2024-01-20T11:35:13.174Z] === RUN TestDaemonConfigValidation/valid_config [2024-01-20T11:35:13.174Z] === PAUSE TestDaemonConfigValidation/valid_config [2024-01-20T11:35:13.174Z] === CONT TestDaemonConfigValidation/config_with_no_content [2024-01-20T11:35:13.174Z] === CONT TestDaemonConfigValidation/malformed_config [2024-01-20T11:35:13.174Z] === CONT TestDaemonConfigValidation/valid_config [2024-01-20T11:35:13.174Z] === CONT TestDaemonConfigValidation/invalid_config [2024-01-20T11:35:13.174Z] === CONT TestDaemonConfigValidation/config_with_{} [2024-01-20T11:35:13.432Z] --- PASS: TestDaemonConfigValidation (0.00s) [2024-01-20T11:35:13.432Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2024-01-20T11:35:13.432Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2024-01-20T11:35:13.432Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2024-01-20T11:35:13.432Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2024-01-20T11:35:13.432Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2024-01-20T11:35:13.432Z] === RUN TestConfigDaemonSeccompProfiles [2024-01-20T11:35:13.432Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2024-01-20T11:35:14.363Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2024-01-20T11:35:15.734Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2024-01-20T11:35:16.666Z] daemon_test.go:180: [dcc3dd97a2d0a] daemon is not started [2024-01-20T11:35:16.666Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2024-01-20T11:35:16.666Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2024-01-20T11:35:16.666Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2024-01-20T11:35:16.666Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2024-01-20T11:35:16.666Z] === RUN TestDaemonProxy [2024-01-20T11:35:16.666Z] === RUN TestDaemonProxy/environment_variables [2024-01-20T11:35:16.666Z] === PAUSE TestDaemonProxy/environment_variables [2024-01-20T11:35:16.666Z] === RUN TestDaemonProxy/command-line_options [2024-01-20T11:35:16.666Z] === PAUSE TestDaemonProxy/command-line_options [2024-01-20T11:35:16.666Z] === RUN TestDaemonProxy/configuration_file [2024-01-20T11:35:16.666Z] === PAUSE TestDaemonProxy/configuration_file [2024-01-20T11:35:16.666Z] === RUN TestDaemonProxy/conflicting_options [2024-01-20T11:35:16.923Z] === RUN TestDaemonProxy/reload_sanitized [2024-01-20T11:35:16.923Z] === PAUSE TestDaemonProxy/reload_sanitized [2024-01-20T11:35:16.923Z] === CONT TestDaemonProxy/environment_variables [2024-01-20T11:35:16.923Z] === CONT TestDaemonProxy/configuration_file [2024-01-20T11:35:16.923Z] === CONT TestDaemonProxy/reload_sanitized [2024-01-20T11:35:16.923Z] === CONT TestDaemonProxy/command-line_options [2024-01-20T11:35:18.819Z] --- PASS: TestDaemonProxy (0.50s) [2024-01-20T11:35:18.819Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2024-01-20T11:35:18.819Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) [2024-01-20T11:35:18.819Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2024-01-20T11:35:18.819Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2024-01-20T11:35:18.819Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2024-01-20T11:35:18.819Z] === RUN TestLiveRestore [2024-01-20T11:35:18.819Z] === RUN TestLiveRestore/volume_references [2024-01-20T11:35:18.819Z] === PAUSE TestLiveRestore/volume_references [2024-01-20T11:35:18.819Z] === RUN TestLiveRestore/autoremove [2024-01-20T11:35:18.819Z] === PAUSE TestLiveRestore/autoremove [2024-01-20T11:35:18.819Z] === CONT TestLiveRestore/volume_references [2024-01-20T11:35:18.819Z] === CONT TestLiveRestore/autoremove [2024-01-20T11:35:18.819Z] === RUN TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers [2024-01-20T11:35:19.383Z] === RUN TestLiveRestore/volume_references/restartPolicy [2024-01-20T11:35:19.383Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2024-01-20T11:35:20.753Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2024-01-20T11:35:20.753Z] === RUN TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited [2024-01-20T11:35:21.692Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2024-01-20T11:35:22.648Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2024-01-20T11:35:23.588Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options [2024-01-20T11:35:24.519Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted [2024-01-20T11:35:25.083Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore (0.00s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/autoremove (3.43s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.86s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.57s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/volume_references (7.22s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (4.22s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.15s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.06s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.02s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.99s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.42s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.45s) [2024-01-20T11:35:26.014Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.98s) [2024-01-20T11:35:26.014Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip [2024-01-20T11:35:26.578Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s) [2024-01-20T11:35:26.578Z] PASS [2024-01-20T11:35:26.578Z] [2024-01-20T11:35:26.578Z] DONE 31 tests in 14.424s [2024-01-20T11:35:26.578Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2024-01-20T11:35:26.578Z] ++ '[' -n '' ']' [2024-01-20T11:35:26.578Z] ++ 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-01-20T11:35:26.578Z] ++ set -e [2024-01-20T11:35:26.578Z] ++ '[' -n 0 ']' [2024-01-20T11:35:26.578Z] ++ set -x [2024-01-20T11:35:26.578Z] ++ 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.4DRzdEy8tt/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-01-20T11:35:26.578Z] INFO: Testing against a local daemon [2024-01-20T11:35:26.578Z] === RUN TestCommitInheritsEnv [2024-01-20T11:35:26.836Z] --- PASS: TestCommitInheritsEnv (0.16s) [2024-01-20T11:35:26.836Z] === RUN TestUsernsCommit [2024-01-20T11:35:28.205Z] --- PASS: TestUsernsCommit (1.48s) [2024-01-20T11:35:28.205Z] === RUN TestImportExtremelyLargeImageWorks [2024-01-20T11:35:28.205Z] import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out [2024-01-20T11:35:28.205Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2024-01-20T11:35:28.205Z] === RUN TestImportWithCustomPlatform [2024-01-20T11:35:28.205Z] === RUN TestImportWithCustomPlatform/#00 [2024-01-20T11:35:28.205Z] === RUN TestImportWithCustomPlatform/linux [2024-01-20T11:35:28.463Z] === RUN TestImportWithCustomPlatform/LINUX [2024-01-20T11:35:28.463Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatform (0.12s) [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatform/#00 (0.03s) [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatform/linux (0.02s) [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.02s) [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s) [2024-01-20T11:35:28.463Z] === RUN TestImportWithCustomPlatformReject [2024-01-20T11:35:28.463Z] === RUN TestImportWithCustomPlatformReject/_______ [2024-01-20T11:35:28.463Z] === RUN TestImportWithCustomPlatformReject// [2024-01-20T11:35:28.463Z] === RUN TestImportWithCustomPlatformReject/macos [2024-01-20T11:35:28.463Z] === RUN TestImportWithCustomPlatformReject/macos/arm64 [2024-01-20T11:35:28.463Z] === RUN TestImportWithCustomPlatformReject/nintendo64 [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatformReject (0.01s) [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s) [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatformReject// (0.00s) [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatformReject/macos (0.00s) [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s) [2024-01-20T11:35:28.463Z] --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s) [2024-01-20T11:35:28.463Z] === RUN TestImageInspectEmptyTagsAndDigests [2024-01-20T11:35:28.463Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s) [2024-01-20T11:35:28.463Z] === RUN TestImagesFilterMultiReference [2024-01-20T11:35:28.463Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2024-01-20T11:35:28.463Z] === RUN TestImagesFilterUntil [2024-01-20T11:35:28.720Z] list_test.go:95: ImageList: ID=sha256:ae00d97c7fa7e1ae1c5592c9850f462008f366692808e1fce12818eb4a8001d4 RepoTags=[testimagesfilteruntil:v1] [2024-01-20T11:35:28.720Z] --- PASS: TestImagesFilterUntil (0.28s) [2024-01-20T11:35:28.720Z] === RUN TestImagesFilterBeforeSince [2024-01-20T11:35:28.977Z] list_test.go:129: ImageList: ID=sha256:bd13e96cd284107407b9d93e3788b0ba1d027ad176f7cde2f52681b000b3dc27 RepoTags=[testimagesfilterbeforesince:v2] [2024-01-20T11:35:28.977Z] list_test.go:129: ImageList: ID=sha256:dbb1d37cfc68e88e9ba51b199166512fda3da266ff3622ec798ba14fad9f852e RepoTags=[testimagesfilterbeforesince:v1] [2024-01-20T11:35:28.977Z] list_test.go:129: ImageList: ID=sha256:8ee78e1e56b0b2c512cd953f8d84a8571c47416cdffdae531818817ff52a53c4 RepoTags=[testimagesfilterbeforesince:v3] [2024-01-20T11:35:28.977Z] --- PASS: TestImagesFilterBeforeSince (0.25s) [2024-01-20T11:35:28.977Z] === RUN TestAPIImagesFilters [2024-01-20T11:35:28.977Z] === RUN TestAPIImagesFilters/repository_regex [2024-01-20T11:35:28.977Z] === PAUSE TestAPIImagesFilters/repository_regex [2024-01-20T11:35:28.977Z] === RUN TestAPIImagesFilters/image_name_regex [2024-01-20T11:35:28.977Z] === PAUSE TestAPIImagesFilters/image_name_regex [2024-01-20T11:35:28.977Z] === RUN TestAPIImagesFilters/image_name_without_a_tag [2024-01-20T11:35:28.977Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag [2024-01-20T11:35:28.977Z] === RUN TestAPIImagesFilters/registry_port_regex [2024-01-20T11:35:28.977Z] === PAUSE TestAPIImagesFilters/registry_port_regex [2024-01-20T11:35:28.977Z] === CONT TestAPIImagesFilters/repository_regex [2024-01-20T11:35:28.977Z] === CONT TestAPIImagesFilters/image_name_without_a_tag [2024-01-20T11:35:28.977Z] === CONT TestAPIImagesFilters/registry_port_regex [2024-01-20T11:35:28.977Z] === CONT TestAPIImagesFilters/image_name_regex [2024-01-20T11:35:28.977Z] --- PASS: TestAPIImagesFilters (0.03s) [2024-01-20T11:35:28.977Z] --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s) [2024-01-20T11:35:28.977Z] --- PASS: TestAPIImagesFilters/image_name_regex (0.00s) [2024-01-20T11:35:28.977Z] --- PASS: TestAPIImagesFilters/repository_regex (0.00s) [2024-01-20T11:35:28.977Z] --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s) [2024-01-20T11:35:28.977Z] === RUN TestPruneDontDeleteUsedDangling [2024-01-20T11:35:29.541Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s) [2024-01-20T11:35:29.541Z] === RUN TestImagePullPlatformInvalid [2024-01-20T11:35:29.541Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2024-01-20T11:35:29.541Z] === RUN TestImagePullStoredfDigestForOtherRepo [2024-01-20T11:35:29.541Z] time="2024-01-20T11:35:29.506768417Z" 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=e896fa9a-a892-4731-82e1-8071c8521127 version=2.8.3 [2024-01-20T11:35:29.541Z] time="2024-01-20T11:35:29.506881354Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=e896fa9a-a892-4731-82e1-8071c8521127 version=2.8.3 [2024-01-20T11:35:29.541Z] time="2024-01-20T11:35:29.506906479Z" level=info msg="Starting upload purge in 53m0s" go.version=go1.20.8 instance.id=e896fa9a-a892-4731-82e1-8071c8521127 version=2.8.3 [2024-01-20T11:35:29.541Z] time="2024-01-20T11:35:29.50712651Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=e896fa9a-a892-4731-82e1-8071c8521127 version=2.8.3 [2024-01-20T11:35:29.800Z] time="2024-01-20T11:35:29.601578922Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8ff7e201-e7af-4e2b-a5bb-2528706dd6cf http.request.method=GET http.request.remoteaddr="127.0.0.1:53406" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.601632158Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8ff7e201-e7af-4e2b-a5bb-2528706dd6cf http.request.method=GET http.request.remoteaddr="127.0.0.1:53406" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.175748ms http.response.status=200 http.response.written=2 [2024-01-20T11:35:29.801Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.604232953Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b00fe1f9-3966-49e8-a417-35945ccdb081 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.604275596Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2494fdd7-49ea-4449-aef0-471de2ef0ae8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.60432527Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2494fdd7-49ea-4449-aef0-471de2ef0ae8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.604284055Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b00fe1f9-3966-49e8-a417-35945ccdb081 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.604440012Z" 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=2494fdd7-49ea-4449-aef0-471de2ef0ae8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=38.958µ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=449d7f4a-8c48-4838-9f4c-321a8ebb1b6d trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.604451778Z" 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=b00fe1f9-3966-49e8-a417-35945ccdb081 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=30.105µ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=9eaf9d06-71d1-4c52-b342-6c4072b57189 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.604579821Z" 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=2494fdd7-49ea-4449-aef0-471de2ef0ae8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.321379ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.801Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown" [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.604650845Z" 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=b00fe1f9-3966-49e8-a417-35945ccdb081 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.353412ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.801Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown" [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606399528Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e2f023dd-0c52-4fb9-8004-5bb4ec644f76 http.request.method=POST http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606451984Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e2f023dd-0c52-4fb9-8004-5bb4ec644f76 http.request.method=POST http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606410367Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fe64492f-e0f5-4b1e-8cbc-84d257bf5afc http.request.method=POST http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606515459Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fe64492f-e0f5-4b1e-8cbc-84d257bf5afc http.request.method=POST http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606609122Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fe64492f-e0f5-4b1e-8cbc-84d257bf5afc http.request.method=POST http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=65.338µ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=d5b3fe98-042d-40e0-9929-d48523bbf1df trace.line=110 vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606664515Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fe64492f-e0f5-4b1e-8cbc-84d257bf5afc http.request.method=POST http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=21.654µ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=d19df66d-c2d7-49de-924c-c018980df468 trace.line=142 vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606609081Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e2f023dd-0c52-4fb9-8004-5bb4ec644f76 http.request.method=POST http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=122.529µ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=16afb41e-0da9-4d35-b1a4-6813a0267d53 trace.line=110 vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606743302Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fe64492f-e0f5-4b1e-8cbc-84d257bf5afc http.request.method=POST http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=42.298µ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=8c6ffbf9-7f60-4171-9b27-042f3d2b35e3 trace.line=110 vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606771069Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e2f023dd-0c52-4fb9-8004-5bb4ec644f76 http.request.method=POST http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=28.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).Writer" trace.id=02d63875-5353-4ec6-b895-3f5fb209794d trace.line=142 vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606842733Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e2f023dd-0c52-4fb9-8004-5bb4ec644f76 http.request.method=POST http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=42.249µ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=8bb3e0b9-84b7-4033-81a3-afe37e2df445 trace.line=110 vars.name=test [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606915686Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e2f023dd-0c52-4fb9-8004-5bb4ec644f76 http.request.method=POST http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.990909ms http.response.status=202 http.response.written=0 [2024-01-20T11:35:29.801Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown" [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.606844144Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fe64492f-e0f5-4b1e-8cbc-84d257bf5afc http.request.method=POST http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.947815ms http.response.status=202 http.response.written=0 [2024-01-20T11:35:29.801Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown" [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609073891Z" 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=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609099573Z" 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=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609154573Z" 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=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609155328Z" 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=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609242681Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=50.314µ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=1749fa0a-2409-47ec-8c54-5d234b19d0d6 trace.line=95 vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609285274Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=46.236µ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=afb5c66b-7a37-4d9a-96a7-e9591da7add8 trace.line=95 vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609298329Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=23.082µ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=29d3e79e-bb1a-47a4-b85e-ce2a8d0399d7 trace.line=142 vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609344524Z" 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=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609347207Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=25.839µ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=1bd0ff27-f889-4354-bc8e-b0e52dedb1fb trace.line=142 vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609430244Z" 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=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.801Z] time="2024-01-20T11:35:29.609433912Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec/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=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=42.675µ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=9710a3be-a24f-4f20-84eb-17a2c0e69af6 trace.line=110 vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609479861Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.818µ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=d2bd0a45-7d10-4415-8d8e-7d4eccfbf7eb trace.line=155 vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609516309Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc/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=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=45.876µ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=4a7ab4cd-4846-4211-bd63-759b23e57db8 trace.line=110 vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609523382Z" 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=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.301µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8cbf49a9-a7d4-4683-b327-ac0080bed268 trace.line=155 vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609552354Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=9.001µ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=8d80f066-4c75-48a3-bbcc-a3b0aaadead1 trace.line=155 vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.60955745Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=10.962µ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=09c2900e-ade0-4f69-8749-da162cfc5af4 trace.line=155 vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609595949Z" 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=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.7µ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=ba1dec41-cd1f-41e5-be4c-435f11ef9f15 trace.line=155 vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609622517Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=8.288µ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=5aa1591e-ecd1-417c-8a48-25be2fadcb83 trace.line=155 vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609631248Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec/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=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=58.864µ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=ac55c0fc-f4a9-413f-83e7-6caf8c532aae trace.line=185 vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609691384Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc/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=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=43.012µ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=5eb0d60c-9eab-48ac-af6e-cdf7787b6b8a trace.line=185 vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609701763Z" 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=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=45.063µ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=d720ad3d-4c01-4757-9fca-a427fedcce24 trace.line=110 vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609766347Z" 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=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.591µ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=0f16854e-724b-48e0-921b-14625c038dd5 trace.line=110 vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609820362Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=95.008µ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=a7f73ec9-f10e-4a53-b745-8d8b725a2256 trace.line=202 vars.name=test vars.uuid=c28996f3-4ef1-4eee-91d1-d5de71daa6ec [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609873958Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=84.834µ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=28365170-62a9-457e-9408-8d3be8017497 trace.line=202 vars.name=test vars.uuid=5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.609894004Z" 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=43a81269-0fc2-474b-b2df-5e56fb00178b http.request.method=PUT http.request.remoteaddr="127.0.0.1:53414" http.request.uri="/v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.079771ms http.response.status=201 http.response.written=0 [2024-01-20T11:35:29.802Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "PUT /v2/test/blobs/uploads/c28996f3-4ef1-4eee-91d1-d5de71daa6ec?_state=a-M9NsTswTShs8VfvDQMhAat5ELuH0C6pHhKUrPdnnJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImMyODk5NmYzLTRlZjEtNGVlZS05MWQxLWQ1ZGU3MWRhYTZlYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY1MjYxNDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.610010354Z" 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=2430b6bf-28b5-443d-9e05-25cf3ed12760 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.196507ms http.response.status=201 http.response.written=0 [2024-01-20T11:35:29.802Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "PUT /v2/test/blobs/uploads/5f6a8a3d-4820-4a9e-bd2e-bf17d635e9cc?_state=tEnrP1_WFCRFZGh0WQYU5FjOfvPThEr9roYv1qurnRl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjVmNmE4YTNkLTQ4MjAtNGE5ZS1iZDJlLWJmMTdkNjM1ZTljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMS0yMFQxMTozNToyOS42MDY0NjQ0MTVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.611323863Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0ba84e29-d719-4a22-8778-1e6f7129a08b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.611598747Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0ba84e29-d719-4a22-8778-1e6f7129a08b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.611690941Z" 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=0ba84e29-d719-4a22-8778-1e6f7129a08b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=41.452µ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=be6245a9-43ed-49ad-ba9b-00335fffb619 trace.line=95 vars.name=test vars.reference=latest [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.611764345Z" 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=0ba84e29-d719-4a22-8778-1e6f7129a08b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.432551ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest [2024-01-20T11:35:29.802Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.12+unknown" [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.612918033Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.612951428Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.613101633Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.613118372Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.613128555Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.613214882Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=53.884µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c291a921-696e-408b-9864-53e7f666f05d trace.line=95 vars.name=test vars.reference=latest [2024-01-20T11:35:29.802Z] time="2024-01-20T11:35:29.613268774Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=17.231µ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=1f56e6e5-9951-4fec-8b56-e03b00c9a491 trace.line=155 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.61331291Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=20.258µ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=7fd62a2d-3a97-43a0-8ebc-350b223d3a56 trace.line=95 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.613352574Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.439µ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=fb8ad8fa-bee4-42e4-9d81-87b111d77edb trace.line=155 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.613402412Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.497µ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=0735f198-fc30-48f9-a0f1-14fe55c442d7 trace.line=155 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.613483882Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=56.017µ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=a85adec0-1da4-4feb-91e2-c98e75f22ce7 trace.line=110 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.613569405Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=52.357µ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=390809a3-4583-4755-a9a8-e9f63b1205ac trace.line=110 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.61373753Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=69.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).PutContent" trace.id=b6cc02e7-b926-4a6a-9abb-e6a81442bd99 trace.line=110 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.613793941Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=32.14µ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=37c8c9bb-7305-4f30-a21a-599057c03f40 trace.line=110 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.613828731Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.613845257Z" 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=6cbeaea7-402e-4820-bf24-428a86eee793 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53412" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.657802ms http.response.status=201 http.response.written=0 [2024-01-20T11:35:29.803Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.618680024Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0326141d-f81a-44c3-969a-285200c4a79d http.request.method=GET http.request.remoteaddr="127.0.0.1:53430" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.618723036Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0326141d-f81a-44c3-969a-285200c4a79d http.request.method=GET http.request.remoteaddr="127.0.0.1:53430" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="925.427µs" http.response.status=200 http.response.written=2 [2024-01-20T11:35:29.803Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.621696062Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0b576bf6-6dfe-4ed2-92ca-1947b5f7ee43 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53436" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.621757634Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0b576bf6-6dfe-4ed2-92ca-1947b5f7ee43 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53436" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.621849016Z" 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=0b576bf6-6dfe-4ed2-92ca-1947b5f7ee43 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53436" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=54.286µ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=93e25c21-1e46-4797-9d68-e73e50ba37f8 trace.line=95 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.621872565Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0b576bf6-6dfe-4ed2-92ca-1947b5f7ee43 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53436" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.62192077Z" 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=0b576bf6-6dfe-4ed2-92ca-1947b5f7ee43 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53436" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=23.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).GetContent" trace.id=7dbdfeb7-28a4-4611-8a5e-587eeba29a02 trace.line=95 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.621969821Z" 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=0b576bf6-6dfe-4ed2-92ca-1947b5f7ee43 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53436" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.603µ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=dd343d0b-0838-480d-8b98-7f7e15f91a18 trace.line=155 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.622009969Z" 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=0b576bf6-6dfe-4ed2-92ca-1947b5f7ee43 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53436" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.891µ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=4dab40b4-4bbb-4b03-9229-068ed4b1d75f trace.line=125 vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.622062286Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0b576bf6-6dfe-4ed2-92ca-1947b5f7ee43 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53436" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.622163448Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0b576bf6-6dfe-4ed2-92ca-1947b5f7ee43 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53436" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.054549ms http.response.status=200 http.response.written=417 [2024-01-20T11:35:29.803Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.630927955Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=51fafa7b-72ce-4e34-95fd-d587899e7a0f http.request.method=GET http.request.remoteaddr="127.0.0.1:53452" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.63097854Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=51fafa7b-72ce-4e34-95fd-d587899e7a0f http.request.method=GET http.request.remoteaddr="127.0.0.1:53452" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.630994007Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=51fafa7b-72ce-4e34-95fd-d587899e7a0f http.request.method=GET http.request.remoteaddr="127.0.0.1:53452" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.631076986Z" 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=51fafa7b-72ce-4e34-95fd-d587899e7a0f http.request.method=GET http.request.remoteaddr="127.0.0.1:53452" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.116µ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=b46c0ef4-f913-4ede-ab7e-b2d8a9f39f83 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.631129213Z" 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=51fafa7b-72ce-4e34-95fd-d587899e7a0f http.request.method=GET http.request.remoteaddr="127.0.0.1:53452" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.197µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d8404e1c-5fff-421f-a025-623794ffa206 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.631170649Z" 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=51fafa7b-72ce-4e34-95fd-d587899e7a0f http.request.method=GET http.request.remoteaddr="127.0.0.1:53452" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.227µ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=f1f458c1-d803-4cd2-8403-be2e65753850 trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.631204988Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=51fafa7b-72ce-4e34-95fd-d587899e7a0f http.request.method=GET http.request.remoteaddr="127.0.0.1:53452" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.803Z] time="2024-01-20T11:35:29.631303434Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=51fafa7b-72ce-4e34-95fd-d587899e7a0f http.request.method=GET http.request.remoteaddr="127.0.0.1:53452" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.244766ms http.response.status=200 http.response.written=417 [2024-01-20T11:35:29.803Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.63818859Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638238667Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638238339Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638272259Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638327078Z" 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=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=51.258µ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=02b45ec2-0461-45da-b43b-ffb303424cb6 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638339091Z" 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=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.317µ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=09f56fd6-b358-495c-bdff-64829c22d8cb trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638383867Z" 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=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.498µ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=0f42e8d9-1cad-406b-8349-f5f4a5fc4066 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638438284Z" 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=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.465µ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=46ee62ef-02b6-4ddf-bdf9-842aa3a2d75c trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638384351Z" 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=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.042µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=39454342-b420-47b3-bfc6-15732213068f trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638476857Z" 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=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.928µ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=feb06bf5-6a3e-466f-ada5-c66f79eacb9e trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638550137Z" 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=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.316µ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=311151cf-03f8-4fc2-a5ce-53e1458ec0b9 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638602003Z" 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=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.908µ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=e5f46c88-cd54-4d35-911f-1e87685dc02d trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638641536Z" 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=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.06µ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=feec5ae7-52f8-4bf6-875a-41c845b10cb4 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638676769Z" 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=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.921µ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=fbb061cb-5823-4dfa-bced-190708e53e9c trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638602142Z" 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=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=23.861µ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=ac5e5d12-4142-45d3-93e8-4bfaf48db6dc trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638735108Z" 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=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.532µ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=e0569f0f-9463-4997-9bb1-ea77c0805461 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638738127Z" 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=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.036µ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=f99cd22e-440b-4f90-bede-b92f9c3be7ea trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.638800569Z" 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=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=24.099µ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=d5911a42-8186-447d-8b3e-6820f7a978a9 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.639262671Z" 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=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.654µ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=721e35d1-8535-4c09-bce9-3081c10ab0f4 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.639389319Z" 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=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.026µ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=85459405-f6df-426a-99cf-cfce1ace6e23 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.639595828Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=19f5c029-4822-4455-85d3-44e3fb268776 http.request.method=GET http.request.remoteaddr="127.0.0.1:53468" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.975774ms http.response.status=200 http.response.written=194 [2024-01-20T11:35:29.804Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.64028053Z" 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=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=44.316µ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=82d52204-dcc9-4196-a13b-66dda47be27d trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.640338869Z" 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=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.435µ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=47388f59-a547-4383-8c42-11c5f484c1c5 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.640400696Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7ce55e91-ce91-4f48-9cb7-c00e80897e75 http.request.method=GET http.request.remoteaddr="127.0.0.1:53474" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.690918ms http.response.status=200 http.response.written=68 [2024-01-20T11:35:29.804Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.652808439Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e27f15b5-d113-413b-b6f7-59d9e1a08069 http.request.method=GET http.request.remoteaddr="127.0.0.1:53498" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-01-20T11:35:29.804Z] time="2024-01-20T11:35:29.652852895Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e27f15b5-d113-413b-b6f7-59d9e1a08069 http.request.method=GET http.request.remoteaddr="127.0.0.1:53498" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="880.831µs" http.response.status=200 http.response.written=2 [2024-01-20T11:35:29.804Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.659951609Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a61d348e-e1fa-4733-a2af-4246759b8162 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53512" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.660005567Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a61d348e-e1fa-4733-a2af-4246759b8162 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53512" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.660019401Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a61d348e-e1fa-4733-a2af-4246759b8162 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53512" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.660096587Z" 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=a61d348e-e1fa-4733-a2af-4246759b8162 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53512" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=40.353µ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=67bfcd76-1924-4cec-a8a4-9963322feeb6 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.66014298Z" 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=a61d348e-e1fa-4733-a2af-4246759b8162 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53512" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.693µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6123c413-5d72-4c45-aeac-56aacafeac2e trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.660221052Z" 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=a61d348e-e1fa-4733-a2af-4246759b8162 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:53512" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.131796ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.661711623Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9eded80e-d537-40c1-908a-26329a301c9d http.request.method=GET http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.661753469Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9eded80e-d537-40c1-908a-26329a301c9d http.request.method=GET http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.661768214Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9eded80e-d537-40c1-908a-26329a301c9d http.request.method=GET http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.661833815Z" 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=9eded80e-d537-40c1-908a-26329a301c9d http.request.method=GET http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.65µ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=619bd58c-8b2d-4dfc-b19c-d9883f9dd773 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.661881052Z" 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=9eded80e-d537-40c1-908a-26329a301c9d http.request.method=GET http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.071µ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=d793bace-69db-4b10-a3de-2dfd872c6832 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] time="2024-01-20T11:35:29.661930431Z" 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=9eded80e-d537-40c1-908a-26329a301c9d http.request.method=GET http.request.remoteaddr="127.0.0.1:53526" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.153794ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-01-20T11:35:29.805Z] 127.0.0.1 - - [20/Jan/2024:11:35:29 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/0240f5675b33b63250536d5e3bbd52c998a3e031 kernel/5.15.0-1050-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-01-20T11:35:29.805Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s) [2024-01-20T11:35:29.805Z] === RUN TestImagePullNonExisting [2024-01-20T11:35:29.805Z] === RUN TestImagePullNonExisting/asdfasdf:foobar [2024-01-20T11:35:29.805Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar [2024-01-20T11:35:29.805Z] === RUN TestImagePullNonExisting/library/asdfasdf:foobar [2024-01-20T11:35:29.805Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar [2024-01-20T11:35:29.805Z] === RUN TestImagePullNonExisting/asdfasdf [2024-01-20T11:35:29.805Z] === PAUSE TestImagePullNonExisting/asdfasdf [2024-01-20T11:35:29.805Z] === RUN TestImagePullNonExisting/asdfasdf:latest [2024-01-20T11:35:29.805Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest [2024-01-20T11:35:29.805Z] === RUN TestImagePullNonExisting/library/asdfasdf [2024-01-20T11:35:29.805Z] === PAUSE TestImagePullNonExisting/library/asdfasdf [2024-01-20T11:35:29.805Z] === RUN TestImagePullNonExisting/library/asdfasdf:latest [2024-01-20T11:35:29.805Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest [2024-01-20T11:35:29.805Z] === CONT TestImagePullNonExisting/asdfasdf:foobar [2024-01-20T11:35:29.805Z] === CONT TestImagePullNonExisting/asdfasdf:latest [2024-01-20T11:35:29.805Z] === CONT TestImagePullNonExisting/asdfasdf [2024-01-20T11:35:29.805Z] === CONT TestImagePullNonExisting/library/asdfasdf:foobar [2024-01-20T11:35:29.805Z] === CONT TestImagePullNonExisting/library/asdfasdf [2024-01-20T11:35:29.805Z] === CONT TestImagePullNonExisting/library/asdfasdf:latest [2024-01-20T11:35:31.175Z] --- PASS: TestImagePullNonExisting (0.01s) [2024-01-20T11:35:31.175Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.95s) [2024-01-20T11:35:31.175Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s) [2024-01-20T11:35:31.175Z] --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s) [2024-01-20T11:35:31.175Z] --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.96s) [2024-01-20T11:35:31.175Z] --- PASS: TestImagePullNonExisting/library/asdfasdf (1.27s) [2024-01-20T11:35:31.175Z] --- PASS: TestImagePullNonExisting/asdfasdf (1.42s) [2024-01-20T11:35:31.175Z] === RUN TestRemoveImageOrphaning [2024-01-20T11:35:31.434Z] --- PASS: TestRemoveImageOrphaning (0.17s) [2024-01-20T11:35:31.434Z] === RUN TestRemoveByDigest [2024-01-20T11:35:31.434Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-01-20T11:35:31.434Z] --- SKIP: TestRemoveByDigest (0.00s) [2024-01-20T11:35:31.434Z] === RUN TestRemoveImageGarbageCollector [2024-01-20T11:35:31.434Z] remove_unix_test.go:34: (*Execution).NotAmd64-fm [2024-01-20T11:35:31.434Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2024-01-20T11:35:31.434Z] === RUN TestSaveCheckTimes [2024-01-20T11:35:31.434Z] === PAUSE TestSaveCheckTimes [2024-01-20T11:35:31.434Z] === RUN TestSaveCheckManifestLayers [2024-01-20T11:35:31.434Z] === PAUSE TestSaveCheckManifestLayers [2024-01-20T11:35:31.434Z] === RUN TestSaveRepoWithMultipleImages [2024-01-20T11:35:31.692Z] --- PASS: TestSaveRepoWithMultipleImages (0.26s) [2024-01-20T11:35:31.692Z] === RUN TestSaveDirectoryPermissions [2024-01-20T11:35:32.624Z] --- PASS: TestSaveDirectoryPermissions (1.10s) [2024-01-20T11:35:32.624Z] === RUN TestTagUnprefixedRepoByNameOrName [2024-01-20T11:35:32.882Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2024-01-20T11:35:32.882Z] === RUN TestTagUsingDigestAlgorithmAsName [2024-01-20T11:35:32.882Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s) [2024-01-20T11:35:32.882Z] === RUN TestTagValidPrefixedRepo [2024-01-20T11:35:32.882Z] === RUN TestTagValidPrefixedRepo/fooo/bar [2024-01-20T11:35:32.882Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar [2024-01-20T11:35:32.882Z] === RUN TestTagValidPrefixedRepo/fooaa/test [2024-01-20T11:35:32.882Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test [2024-01-20T11:35:32.882Z] === RUN TestTagValidPrefixedRepo/foooo:t [2024-01-20T11:35:32.882Z] === PAUSE TestTagValidPrefixedRepo/foooo:t [2024-01-20T11:35:32.882Z] === RUN TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-01-20T11:35:32.882Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-01-20T11:35:32.882Z] === CONT TestTagValidPrefixedRepo/fooo/bar [2024-01-20T11:35:32.882Z] === CONT TestTagValidPrefixedRepo/foooo:t [2024-01-20T11:35:32.882Z] === CONT TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-01-20T11:35:32.882Z] === CONT TestTagValidPrefixedRepo/fooaa/test [2024-01-20T11:35:32.882Z] --- PASS: TestTagValidPrefixedRepo (0.02s) [2024-01-20T11:35:32.882Z] --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s) [2024-01-20T11:35:32.882Z] --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s) [2024-01-20T11:35:32.882Z] --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.01s) [2024-01-20T11:35:32.882Z] --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s) [2024-01-20T11:35:32.882Z] === RUN TestTagExistedNameWithoutForce [2024-01-20T11:35:32.882Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2024-01-20T11:35:32.882Z] === RUN TestTagOfficialNames [2024-01-20T11:35:32.882Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox [2024-01-20T11:35:32.882Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox [2024-01-20T11:35:32.882Z] === RUN TestTagOfficialNames/tag_from_busybox_to_library/busybox [2024-01-20T11:35:32.882Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox [2024-01-20T11:35:32.882Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox [2024-01-20T11:35:32.882Z] --- PASS: TestTagOfficialNames (0.04s) [2024-01-20T11:35:32.882Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s) [2024-01-20T11:35:32.882Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s) [2024-01-20T11:35:32.882Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s) [2024-01-20T11:35:32.882Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s) [2024-01-20T11:35:32.882Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s) [2024-01-20T11:35:32.882Z] === RUN TestTagMatchesDigest [2024-01-20T11:35:32.882Z] --- PASS: TestTagMatchesDigest (0.01s) [2024-01-20T11:35:32.882Z] === CONT TestSaveCheckManifestLayers [2024-01-20T11:35:32.882Z] === CONT TestSaveCheckTimes [2024-01-20T11:35:32.882Z] --- PASS: TestSaveCheckTimes (0.02s) [2024-01-20T11:35:32.882Z] --- PASS: TestSaveCheckManifestLayers (0.03s) [2024-01-20T11:35:32.882Z] PASS [2024-01-20T11:35:32.882Z] [2024-01-20T11:35:32.882Z] === Skipped [2024-01-20T11:35:32.882Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2024-01-20T11:35:32.882Z] import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out [2024-01-20T11:35:32.882Z] [2024-01-20T11:35:32.882Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s) [2024-01-20T11:35:32.882Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-01-20T11:35:32.882Z] [2024-01-20T11:35:32.882Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2024-01-20T11:35:32.882Z] remove_unix_test.go:34: (*Execution).NotAmd64-fm [2024-01-20T11:35:32.882Z] [2024-01-20T11:35:32.882Z] DONE 55 tests, 3 skipped in 6.284s [2024-01-20T11:35:32.882Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2024-01-20T11:35:32.882Z] ++ '[' -n '' ']' [2024-01-20T11:35:32.882Z] ++ 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-01-20T11:35:32.882Z] ++ set -e [2024-01-20T11:35:32.882Z] ++ '[' -n 0 ']' [2024-01-20T11:35:32.882Z] ++ set -x [2024-01-20T11:35:32.882Z] ++ 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.4DRzdEy8tt/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-01-20T11:35:32.882Z] === RUN TestStripANSICommands [2024-01-20T11:35:32.882Z] === RUN TestStripANSICommands/#00 [2024-01-20T11:35:32.882Z] === RUN TestStripANSICommands/#01 [2024-01-20T11:35:32.882Z] --- PASS: TestStripANSICommands (0.00s) [2024-01-20T11:35:32.882Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2024-01-20T11:35:32.882Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2024-01-20T11:35:32.882Z] PASS [2024-01-20T11:35:32.882Z] [2024-01-20T11:35:32.882Z] DONE 3 tests in 0.009s [2024-01-20T11:35:32.882Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2024-01-20T11:35:32.882Z] ++ '[' -n '' ']' [2024-01-20T11:35:32.882Z] ++ 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-01-20T11:35:32.882Z] ++ set -e [2024-01-20T11:35:32.882Z] ++ '[' -n 0 ']' [2024-01-20T11:35:32.882Z] ++ set -x [2024-01-20T11:35:32.882Z] ++ 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.4DRzdEy8tt/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-01-20T11:35:32.882Z] INFO: Testing against a local daemon [2024-01-20T11:35:32.882Z] === RUN TestCreateWithMultiNetworks [2024-01-20T11:35:33.814Z] --- PASS: TestCreateWithMultiNetworks (0.97s) [2024-01-20T11:35:33.814Z] === RUN TestNetworkCreateDelete [2024-01-20T11:35:34.071Z] --- PASS: TestNetworkCreateDelete (0.19s) [2024-01-20T11:35:34.071Z] === RUN TestDockerNetworkDeletePreferID [2024-01-20T11:35:34.636Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2024-01-20T11:35:34.636Z] === RUN TestDaemonDNSFallback [2024-01-20T11:35:41.189Z] --- PASS: TestDaemonDNSFallback (6.21s) [2024-01-20T11:35:41.189Z] === RUN TestInspectNetwork [2024-01-20T11:35:43.713Z] === RUN TestInspectNetwork/full_network_id [2024-01-20T11:35:43.713Z] === RUN TestInspectNetwork/partial_network_id [2024-01-20T11:35:43.713Z] === RUN TestInspectNetwork/network_name [2024-01-20T11:35:43.713Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2024-01-20T11:35:47.925Z] --- PASS: TestInspectNetwork (7.11s) [2024-01-20T11:35:47.925Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2024-01-20T11:35:47.925Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2024-01-20T11:35:47.925Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2024-01-20T11:35:47.925Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2024-01-20T11:35:47.925Z] === RUN TestRunContainerWithBridgeNone [2024-01-20T11:35:49.297Z] --- PASS: TestRunContainerWithBridgeNone (1.44s) [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/create [2024-01-20T11:35:49.297Z] === PAUSE TestNetworkInvalidJSON/networks/create [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2024-01-20T11:35:49.297Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2024-01-20T11:35:49.297Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2024-01-20T11:35:49.297Z] === CONT TestNetworkInvalidJSON/networks/create [2024-01-20T11:35:49.297Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2024-01-20T11:35:49.297Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2024-01-20T11:35:49.297Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2024-01-20T11:35:49.297Z] === RUN TestNetworkList [2024-01-20T11:35:49.297Z] === RUN TestNetworkList//networks [2024-01-20T11:35:49.297Z] === PAUSE TestNetworkList//networks [2024-01-20T11:35:49.297Z] === RUN TestNetworkList//networks/ [2024-01-20T11:35:49.297Z] === PAUSE TestNetworkList//networks/ [2024-01-20T11:35:49.297Z] === CONT TestNetworkList//networks [2024-01-20T11:35:49.297Z] === CONT TestNetworkList//networks/ [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkList (0.01s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkList//networks/ (0.00s) [2024-01-20T11:35:49.297Z] --- PASS: TestNetworkList//networks (0.00s) [2024-01-20T11:35:49.297Z] === RUN TestHostIPv4BridgeLabel [2024-01-20T11:35:49.862Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2024-01-20T11:35:49.862Z] === RUN TestDefaultNetworkOpts [2024-01-20T11:35:49.862Z] === RUN TestDefaultNetworkOpts/default_value [2024-01-20T11:35:51.233Z] === RUN TestDefaultNetworkOpts/cmdline_value [2024-01-20T11:35:52.604Z] === RUN TestDefaultNetworkOpts/config-from_value [2024-01-20T11:35:53.976Z] --- PASS: TestDefaultNetworkOpts (4.07s) [2024-01-20T11:35:53.976Z] --- PASS: TestDefaultNetworkOpts/default_value (1.40s) [2024-01-20T11:35:53.976Z] --- PASS: TestDefaultNetworkOpts/cmdline_value (1.34s) [2024-01-20T11:35:53.976Z] --- PASS: TestDefaultNetworkOpts/config-from_value (1.33s) [2024-01-20T11:35:53.976Z] === RUN TestForbidDuplicateNetworkNames [2024-01-20T11:35:56.670Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s) [2024-01-20T11:35:56.670Z] === RUN TestDaemonRestartWithLiveRestore [2024-01-20T11:35:56.670Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2024-01-20T11:35:56.670Z] === RUN TestDaemonDefaultNetworkPools [2024-01-20T11:35:56.670Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2024-01-20T11:35:56.670Z] === RUN TestDaemonRestartWithExistingNetwork [2024-01-20T11:35:57.603Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2024-01-20T11:35:57.603Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2024-01-20T11:35:58.974Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2024-01-20T11:35:58.974Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2024-01-20T11:35:59.539Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2024-01-20T11:35:59.539Z] === RUN TestServiceWithPredefinedNetwork [2024-01-20T11:36:02.063Z] --- PASS: TestServiceWithPredefinedNetwork (2.06s) [2024-01-20T11:36:02.063Z] === RUN TestServiceRemoveKeepsIngressNetwork [2024-01-20T11:36:02.063Z] service_test.go:250: FLAKY_TEST [2024-01-20T11:36:02.063Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-01-20T11:36:02.063Z] === RUN TestServiceWithDataPathPortInit [2024-01-20T11:36:16.920Z] --- PASS: TestServiceWithDataPathPortInit (13.47s) [2024-01-20T11:36:16.920Z] === RUN TestServiceWithDefaultAddressPoolInit [2024-01-20T11:36:17.485Z] service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uazsd4ghnj58oz1ktuarrk1y7 Created:2024-01-20 11:36:16.330072864 +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[3ac9eb9646d2bd259b2b71323f2f6ba33164fcf858167f881aaaaaecf17cd6d4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sjb2x24cmi9p69hqoy7szivex EndpointID:9083785b721015d1bb86fb3fd253a742a2fbc6f21b03bb50d9690149dcf80842 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7a3334d3fa129c280c6ecf078a169e60371ffd695d3425a13d3b44dfdcfac2bb 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:0d070892f2f3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sjb2x24cmi9p69hqoy7szivex EndpointID:9083785b721015d1bb86fb3fd253a742a2fbc6f21b03bb50d9690149dcf80842 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2024-01-20T11:36:22.740Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s) [2024-01-20T11:36:22.740Z] PASS [2024-01-20T11:36:22.740Z] [2024-01-20T11:36:22.740Z] === Skipped [2024-01-20T11:36:22.740Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-01-20T11:36:22.740Z] service_test.go:250: FLAKY_TEST [2024-01-20T11:36:22.740Z] [2024-01-20T11:36:22.740Z] DONE 44 tests, 1 skipped in 48.963s [2024-01-20T11:36:22.740Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2024-01-20T11:36:22.740Z] ++ '[' -n '' ']' [2024-01-20T11:36:22.740Z] ++ 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-01-20T11:36:22.740Z] ++ set -e [2024-01-20T11:36:22.740Z] ++ '[' -n 0 ']' [2024-01-20T11:36:22.740Z] ++ set -x [2024-01-20T11:36:22.740Z] ++ 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.4DRzdEy8tt/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-01-20T11:36:22.740Z] INFO: Testing against a local daemon [2024-01-20T11:36:22.740Z] === RUN TestDockerNetworkIpvlanPersistance [2024-01-20T11:36:22.740Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-01-20T11:36:22.740Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2024-01-20T11:36:22.740Z] === RUN TestDockerNetworkIpvlan [2024-01-20T11:36:22.740Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-01-20T11:36:22.740Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2024-01-20T11:36:22.740Z] PASS [2024-01-20T11:36:22.740Z] [2024-01-20T11:36:22.740Z] === Skipped [2024-01-20T11:36:22.740Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2024-01-20T11:36:22.740Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-01-20T11:36:22.740Z] [2024-01-20T11:36:22.740Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2024-01-20T11:36:22.740Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-01-20T11:36:22.740Z] [2024-01-20T11:36:22.740Z] DONE 2 tests, 2 skipped in 0.038s [2024-01-20T11:36:22.740Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2024-01-20T11:36:22.740Z] ++ '[' -n '' ']' [2024-01-20T11:36:22.740Z] ++ 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-01-20T11:36:22.740Z] ++ set -e [2024-01-20T11:36:22.740Z] ++ '[' -n 0 ']' [2024-01-20T11:36:22.740Z] ++ set -x [2024-01-20T11:36:22.740Z] ++ 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.4DRzdEy8tt/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-01-20T11:36:22.740Z] INFO: Testing against a local daemon [2024-01-20T11:36:22.740Z] === RUN TestDockerNetworkMacvlanPersistance [2024-01-20T11:36:23.303Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.17s) [2024-01-20T11:36:23.303Z] === RUN TestDockerNetworkMacvlan [2024-01-20T11:36:23.303Z] === RUN TestDockerNetworkMacvlan/Subinterface [2024-01-20T11:36:23.867Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2024-01-20T11:36:24.431Z] === RUN TestDockerNetworkMacvlan/NilParent [2024-01-20T11:36:24.995Z] === RUN TestDockerNetworkMacvlan/InternalMode [2024-01-20T11:36:25.559Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2024-01-20T11:36:26.123Z] === RUN TestDockerNetworkMacvlan/Addressing [2024-01-20T11:36:26.687Z] --- PASS: TestDockerNetworkMacvlan (3.56s) [2024-01-20T11:36:26.687Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.59s) [2024-01-20T11:36:26.687Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.60s) [2024-01-20T11:36:26.687Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.59s) [2024-01-20T11:36:26.687Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.59s) [2024-01-20T11:36:26.687Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.60s) [2024-01-20T11:36:26.687Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s) [2024-01-20T11:36:26.687Z] PASS [2024-01-20T11:36:26.687Z] [2024-01-20T11:36:26.687Z] DONE 8 tests in 4.768s [2024-01-20T11:36:26.687Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m [2024-01-20T11:36:26.687Z] ++ '[' -n '' ']' [2024-01-20T11:36:26.687Z] ++ 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-01-20T11:36:26.687Z] ++ set -e [2024-01-20T11:36:26.687Z] ++ '[' -n 0 ']' [2024-01-20T11:36:26.687Z] ++ set -x [2024-01-20T11:36:26.687Z] ++ 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.4DRzdEy8tt/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-01-20T11:36:26.687Z] INFO: Testing against a local daemon [2024-01-20T11:36:26.687Z] === RUN TestBridgeICC [2024-01-20T11:36:27.251Z] === RUN TestBridgeICC/IPv4_non-internal_network [2024-01-20T11:36:28.621Z] === RUN TestBridgeICC/IPv4_internal_network [2024-01-20T11:36:29.991Z] === RUN TestBridgeICC/IPv6_ULA_on_non-internal_network [2024-01-20T11:36:30.921Z] === RUN TestBridgeICC/IPv6_ULA_on_internal_network [2024-01-20T11:36:32.291Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network [2024-01-20T11:36:33.222Z] === RUN TestBridgeICC/IPv6_link-local_address_on_internal_network [2024-01-20T11:36:34.592Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name [2024-01-20T11:36:35.526Z] === RUN TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name [2024-01-20T11:36:36.899Z] === RUN TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address [2024-01-20T11:36:40.173Z] === RUN TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC (15.49s) [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC/IPv4_non-internal_network (1.20s) [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC/IPv4_internal_network (1.15s) [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.29s) [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.16s) [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.13s) [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.11s) [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.22s) [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.17s) [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (3.23s) [2024-01-20T11:36:42.696Z] --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (2.21s) [2024-01-20T11:36:42.696Z] === RUN TestBridgeINC [2024-01-20T11:36:42.953Z] === RUN TestBridgeINC/IPv4_non-internal_network [2024-01-20T11:36:47.129Z] === RUN TestBridgeINC/IPv4_internal_network [2024-01-20T11:36:48.500Z] === RUN TestBridgeINC/IPv6_ULA_on_non-internal_network [2024-01-20T11:36:52.682Z] === RUN TestBridgeINC/IPv6_ULA_on_internal_network [2024-01-20T11:36:54.052Z] --- PASS: TestBridgeINC (11.77s) [2024-01-20T11:36:54.052Z] --- PASS: TestBridgeINC/IPv4_non-internal_network (4.34s) [2024-01-20T11:36:54.052Z] --- PASS: TestBridgeINC/IPv4_internal_network (1.14s) [2024-01-20T11:36:54.052Z] --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.44s) [2024-01-20T11:36:54.052Z] --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.24s) [2024-01-20T11:36:54.052Z] === RUN TestDefaultBridgeIPv6 [2024-01-20T11:36:54.052Z] === RUN TestDefaultBridgeIPv6/IPv6_ULA [2024-01-20T11:36:55.422Z] === RUN TestDefaultBridgeIPv6/IPv6_LLA_only [2024-01-20T11:36:57.318Z] === RUN TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only [2024-01-20T11:36:58.688Z] --- PASS: TestDefaultBridgeIPv6 (4.61s) [2024-01-20T11:36:58.688Z] --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.50s) [2024-01-20T11:36:58.688Z] --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.57s) [2024-01-20T11:36:58.688Z] --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.53s) [2024-01-20T11:36:58.688Z] === RUN TestDefaultBridgeAddresses [2024-01-20T11:36:58.688Z] === RUN TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes [2024-01-20T11:37:00.584Z] === RUN TestDefaultBridgeAddresses/Link-Local_Subnet_Changes [2024-01-20T11:37:01.955Z] --- PASS: TestDefaultBridgeAddresses (3.11s) [2024-01-20T11:37:01.955Z] --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s) [2024-01-20T11:37:01.955Z] --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s) [2024-01-20T11:37:01.955Z] PASS [2024-01-20T11:37:01.955Z] [2024-01-20T11:37:01.955Z] DONE 23 tests in 35.010s [2024-01-20T11:37:01.955Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2024-01-20T11:37:01.955Z] ++ '[' -n '' ']' [2024-01-20T11:37:01.955Z] ++ 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-01-20T11:37:01.955Z] ++ set -e [2024-01-20T11:37:01.955Z] ++ '[' -n 0 ']' [2024-01-20T11:37:01.955Z] ++ set -x [2024-01-20T11:37:01.955Z] ++ 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.4DRzdEy8tt/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-01-20T11:37:01.955Z] testing: warning: no tests to run [2024-01-20T11:37:01.955Z] PASS [2024-01-20T11:37:01.955Z] [2024-01-20T11:37:01.955Z] DONE 0 tests in 0.007s [2024-01-20T11:37:01.955Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2024-01-20T11:37:01.955Z] ++ '[' -n '' ']' [2024-01-20T11:37:01.955Z] ++ 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-01-20T11:37:01.955Z] ++ set -e [2024-01-20T11:37:01.955Z] ++ '[' -n 0 ']' [2024-01-20T11:37:01.955Z] ++ set -x [2024-01-20T11:37:01.955Z] ++ 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.4DRzdEy8tt/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-01-20T11:37:01.955Z] INFO: Testing against a local daemon [2024-01-20T11:37:01.955Z] === RUN TestAuthZPluginAllowRequest [2024-01-20T11:37:02.886Z] --- PASS: TestAuthZPluginAllowRequest (1.08s) [2024-01-20T11:37:02.886Z] === RUN TestAuthZPluginTLS [2024-01-20T11:37:03.450Z] --- PASS: TestAuthZPluginTLS (0.55s) [2024-01-20T11:37:03.450Z] === RUN TestAuthZPluginDenyRequest [2024-01-20T11:37:04.014Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2024-01-20T11:37:04.014Z] === RUN TestAuthZPluginAPIDenyResponse [2024-01-20T11:37:04.578Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2024-01-20T11:37:04.578Z] === RUN TestAuthZPluginDenyResponse [2024-01-20T11:37:05.142Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2024-01-20T11:37:05.142Z] === RUN TestAuthZPluginAllowEventStream [2024-01-20T11:37:06.073Z] 2024/01/20 11:37:05 http: panic serving 127.0.0.1:36136: runtime error: invalid memory address or nil pointer dereference [2024-01-20T11:37:06.073Z] goroutine 179 [running]: [2024-01-20T11:37:06.073Z] net/http.(*conn).serve.func1() [2024-01-20T11:37:06.073Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-01-20T11:37:06.073Z] panic({0xa74960?, 0x1599ca0?}) [2024-01-20T11:37:06.073Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-01-20T11:37:06.073Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72508, 0x40001af740}, 0xffff6663c338?) [2024-01-20T11:37:06.073Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c [2024-01-20T11:37:06.073Z] net/http.HandlerFunc.ServeHTTP(0x400024c700?, {0xd72508?, 0x40001af740?}, 0x4023f4?) [2024-01-20T11:37:06.073Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-01-20T11:37:06.073Z] net/http.(*ServeMux).ServeHTTP(0xd78ab8?, {0xd72508, 0x40001af740}, 0x400024c700) [2024-01-20T11:37:06.073Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-01-20T11:37:06.073Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400002d340, {0xd710c8?, 0x40000a8000}, 0x400024c500, {0xd67440, 0x400004e840}) [2024-01-20T11:37:06.073Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-01-20T11:37:06.073Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd710c8?, 0x40000a8000?}, 0x400030c010?) [2024-01-20T11:37:06.073Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-01-20T11:37:06.073Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd710c8?, 0x40000a8000?}, 0x40000a8000?) [2024-01-20T11:37:06.073Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-01-20T11:37:06.073Z] net/http.serverHandler.ServeHTTP({0xd6dca8?}, {0xd710c8?, 0x40000a8000?}, 0x6?) [2024-01-20T11:37:06.073Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-01-20T11:37:06.073Z] net/http.(*conn).serve(0x40000fb200, {0xd78ab8, 0x40002a1980}) [2024-01-20T11:37:06.073Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-01-20T11:37:06.073Z] created by net/http.(*Server).Serve in goroutine 24 [2024-01-20T11:37:06.073Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-01-20T11:37:07.003Z] 2024/01/20 11:37:06 http: panic serving 127.0.0.1:36142: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-01-20T11:37:07.003Z] goroutine 144 [running]: [2024-01-20T11:37:07.003Z] net/http.(*conn).serve.func1() [2024-01-20T11:37:07.003Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-01-20T11:37:07.003Z] panic({0xa0ad60?, 0x400030c130?}) [2024-01-20T11:37:07.003Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-01-20T11:37:07.003Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72508, 0x40001af8c0}, 0xffff6663c338?) [2024-01-20T11:37:07.003Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-01-20T11:37:07.003Z] net/http.HandlerFunc.ServeHTTP(0x400024c800?, {0xd72508?, 0x40001af8c0?}, 0x4023f4?) [2024-01-20T11:37:07.003Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-01-20T11:37:07.003Z] net/http.(*ServeMux).ServeHTTP(0xd78ab8?, {0xd72508, 0x40001af8c0}, 0x400024c800) [2024-01-20T11:37:07.003Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-01-20T11:37:07.003Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400002d340, {0xd710c8?, 0x40000a80e0}, 0x400024c600, {0xd67440, 0x400004e840}) [2024-01-20T11:37:07.003Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-01-20T11:37:07.003Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd710c8?, 0x40000a80e0?}, 0x40003a5890?) [2024-01-20T11:37:07.003Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-01-20T11:37:07.003Z] net/http.HandlerFunc.ServeHTTP(0x15f7440?, {0xd710c8?, 0x40000a80e0?}, 0x4000189b40?) [2024-01-20T11:37:07.003Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-01-20T11:37:07.003Z] net/http.serverHandler.ServeHTTP({0x40003a5890?}, {0xd710c8?, 0x40000a80e0?}, 0x6?) [2024-01-20T11:37:07.003Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-01-20T11:37:07.003Z] net/http.(*conn).serve(0x40000a79e0, {0xd78ab8, 0x40002a1980}) [2024-01-20T11:37:07.004Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-01-20T11:37:07.004Z] created by net/http.(*Server).Serve in goroutine 24 [2024-01-20T11:37:07.004Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-01-20T11:37:08.897Z] 2024/01/20 11:37:08 http: panic serving 127.0.0.1:36158: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-01-20T11:37:08.897Z] goroutine 211 [running]: [2024-01-20T11:37:08.897Z] net/http.(*conn).serve.func1() [2024-01-20T11:37:08.897Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-01-20T11:37:08.897Z] panic({0xa0ad60?, 0x400030c1d0?}) [2024-01-20T11:37:08.897Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-01-20T11:37:08.897Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72508, 0x40001af980}, 0xffff6663c338?) [2024-01-20T11:37:08.897Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-01-20T11:37:08.897Z] net/http.HandlerFunc.ServeHTTP(0x400024cb00?, {0xd72508?, 0x40001af980?}, 0x4023f4?) [2024-01-20T11:37:08.897Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-01-20T11:37:08.897Z] net/http.(*ServeMux).ServeHTTP(0xd78ab8?, {0xd72508, 0x40001af980}, 0x400024cb00) [2024-01-20T11:37:08.897Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-01-20T11:37:08.897Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400002d340, {0xd710c8?, 0x40000a81c0}, 0x400024c900, {0xd67440, 0x400004e840}) [2024-01-20T11:37:08.897Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-01-20T11:37:08.897Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd710c8?, 0x40000a81c0?}, 0x4000426540?) [2024-01-20T11:37:08.897Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-01-20T11:37:08.897Z] net/http.HandlerFunc.ServeHTTP(0x15f7440?, {0xd710c8?, 0x40000a81c0?}, 0x4000189b40?) [2024-01-20T11:37:08.897Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-01-20T11:37:08.897Z] net/http.serverHandler.ServeHTTP({0x4000426540?}, {0xd710c8?, 0x40000a81c0?}, 0x6?) [2024-01-20T11:37:08.897Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-01-20T11:37:08.897Z] net/http.(*conn).serve(0x4000160360, {0xd78ab8, 0x40002a1980}) [2024-01-20T11:37:08.897Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-01-20T11:37:08.897Z] created by net/http.(*Server).Serve in goroutine 24 [2024-01-20T11:37:08.897Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-01-20T11:37:11.419Z] --- PASS: TestAuthZPluginAllowEventStream (6.08s) [2024-01-20T11:37:11.419Z] === RUN TestAuthZPluginErrorResponse [2024-01-20T11:37:11.676Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2024-01-20T11:37:11.676Z] === RUN TestAuthZPluginErrorRequest [2024-01-20T11:37:12.240Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2024-01-20T11:37:12.240Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2024-01-20T11:37:12.804Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2024-01-20T11:37:12.804Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2024-01-20T11:37:13.735Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.14s) [2024-01-20T11:37:13.735Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2024-01-20T11:37:15.113Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.13s) [2024-01-20T11:37:15.113Z] === RUN TestAuthZPluginHeader [2024-01-20T11:37:15.678Z] --- PASS: TestAuthZPluginHeader (0.61s) [2024-01-20T11:37:15.678Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2024-01-20T11:37:15.678Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-01-20T11:37:15.678Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-01-20T11:37:15.678Z] === RUN TestAuthZPluginV2Disable [2024-01-20T11:37:15.678Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-01-20T11:37:15.678Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2024-01-20T11:37:15.678Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2024-01-20T11:37:15.678Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-01-20T11:37:15.678Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-01-20T11:37:15.678Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2024-01-20T11:37:15.678Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-01-20T11:37:15.678Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-01-20T11:37:15.678Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2024-01-20T11:37:33.739Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2024-01-20T11:37:33.739Z] PASS [2024-01-20T11:37:33.739Z] [2024-01-20T11:37:33.739Z] === Skipped [2024-01-20T11:37:33.739Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-01-20T11:37:33.739Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-01-20T11:37:33.739Z] [2024-01-20T11:37:33.739Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2024-01-20T11:37:33.739Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-01-20T11:37:33.739Z] [2024-01-20T11:37:33.739Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-01-20T11:37:33.739Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-01-20T11:37:33.739Z] [2024-01-20T11:37:33.739Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-01-20T11:37:33.739Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-01-20T11:37:33.739Z] [2024-01-20T11:37:33.739Z] DONE 17 tests, 4 skipped in 30.679s [2024-01-20T11:37:33.739Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2024-01-20T11:37:33.739Z] ++ '[' -n '' ']' [2024-01-20T11:37:33.739Z] ++ 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-01-20T11:37:33.739Z] ++ set -e [2024-01-20T11:37:33.739Z] ++ '[' -n 0 ']' [2024-01-20T11:37:33.739Z] ++ set -x [2024-01-20T11:37:33.739Z] ++ 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.4DRzdEy8tt/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-01-20T11:37:33.739Z] INFO: Testing against a local daemon [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2024-01-20T11:37:33.739Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2024-01-20T11:37:33.739Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/pull [2024-01-20T11:37:33.739Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2024-01-20T11:37:33.739Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2024-01-20T11:37:33.739Z] === CONT TestPluginInvalidJSON/plugins/pull [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2024-01-20T11:37:33.739Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2024-01-20T11:37:33.739Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON (0.01s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2024-01-20T11:37:33.739Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2024-01-20T11:37:33.739Z] === RUN TestPluginInstall [2024-01-20T11:37:33.739Z] === RUN TestPluginInstall/no_auth [2024-01-20T11:37:36.263Z] time="2024-01-20T11:37:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-01-20T11:37:36.263Z] time="2024-01-20T11:37:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:031c88e19903e3c19f5591b7e32a49d0c922016497bbebed53b967fb1a10fb7d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-01-20T11:37:36.263Z] time="2024-01-20T11:37:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-01-20T11:37:36.263Z] time="2024-01-20T11:37:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:031c88e19903e3c19f5591b7e32a49d0c922016497bbebed53b967fb1a10fb7d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-01-20T11:37:36.263Z] === RUN TestPluginInstall/with_htpasswd [2024-01-20T11:37:36.263Z] time="2024-01-20T11:37:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-01-20T11:37:36.263Z] time="2024-01-20T11:37:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:031c88e19903e3c19f5591b7e32a49d0c922016497bbebed53b967fb1a10fb7d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-01-20T11:37:36.263Z] time="2024-01-20T11:37:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-01-20T11:37:36.263Z] time="2024-01-20T11:37:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:031c88e19903e3c19f5591b7e32a49d0c922016497bbebed53b967fb1a10fb7d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-01-20T11:37:36.520Z] === RUN TestPluginInstall/with_insecure [2024-01-20T11:37:37.452Z] time="2024-01-20T11:37:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-01-20T11:37:37.452Z] time="2024-01-20T11:37:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7e469aac0192f0a8728c541abe0c1b3ab2c19928d675d566b6014b5aff7a82a3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-01-20T11:37:37.452Z] time="2024-01-20T11:37:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-01-20T11:37:37.452Z] time="2024-01-20T11:37:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7e469aac0192f0a8728c541abe0c1b3ab2c19928d675d566b6014b5aff7a82a3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-01-20T11:37:37.452Z] plugin_test.go:204: [de42a2b7ad823] daemon is not started [2024-01-20T11:37:37.452Z] --- PASS: TestPluginInstall (4.93s) [2024-01-20T11:37:37.452Z] --- PASS: TestPluginInstall/no_auth (3.56s) [2024-01-20T11:37:37.452Z] --- PASS: TestPluginInstall/with_htpasswd (0.44s) [2024-01-20T11:37:37.452Z] --- PASS: TestPluginInstall/with_insecure (0.93s) [2024-01-20T11:37:37.452Z] === RUN TestPluginsWithRuntimes [2024-01-20T11:37:38.822Z] === RUN TestPluginsWithRuntimes/No_Args [2024-01-20T11:37:39.753Z] === RUN TestPluginsWithRuntimes/With_Args [2024-01-20T11:37:40.684Z] --- PASS: TestPluginsWithRuntimes (3.36s) [2024-01-20T11:37:40.684Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.91s) [2024-01-20T11:37:40.684Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2024-01-20T11:37:40.684Z] === RUN TestPluginBackCompatMediaTypes [2024-01-20T11:37:41.248Z] --- PASS: TestPluginBackCompatMediaTypes (0.48s) [2024-01-20T11:37:41.248Z] PASS [2024-01-20T11:37:41.248Z] [2024-01-20T11:37:41.248Z] DONE 24 tests in 8.808s [2024-01-20T11:37:41.248Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2024-01-20T11:37:41.248Z] ++ '[' -n '' ']' [2024-01-20T11:37:41.248Z] ++ 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-01-20T11:37:41.248Z] ++ set -e [2024-01-20T11:37:41.248Z] ++ '[' -n 0 ']' [2024-01-20T11:37:41.248Z] ++ set -x [2024-01-20T11:37:41.248Z] ++ 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.4DRzdEy8tt/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-01-20T11:37:41.248Z] INFO: Testing against a local daemon [2024-01-20T11:37:41.248Z] === RUN TestExternalGraphDriver [2024-01-20T11:37:41.812Z] === RUN TestExternalGraphDriver/json [2024-01-20T11:37:41.812Z] === RUN TestExternalGraphDriver/spec [2024-01-20T11:37:41.812Z] === RUN TestExternalGraphDriver/pull [2024-01-20T11:37:41.812Z] --- PASS: TestExternalGraphDriver (0.34s) [2024-01-20T11:37:41.812Z] --- PASS: TestExternalGraphDriver/json (0.00s) [2024-01-20T11:37:41.812Z] --- PASS: TestExternalGraphDriver/spec (0.00s) [2024-01-20T11:37:41.812Z] --- PASS: TestExternalGraphDriver/pull (0.00s) [2024-01-20T11:37:41.812Z] === RUN TestGraphdriverPluginV2 [2024-01-20T11:37:42.069Z] external_test.go:415: (*Execution).NotAmd64-fm [2024-01-20T11:37:42.069Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2024-01-20T11:37:42.069Z] PASS [2024-01-20T11:37:42.069Z] [2024-01-20T11:37:42.069Z] === Skipped [2024-01-20T11:37:42.069Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2024-01-20T11:37:42.069Z] external_test.go:415: (*Execution).NotAmd64-fm [2024-01-20T11:37:42.069Z] [2024-01-20T11:37:42.069Z] DONE 5 tests, 1 skipped in 0.698s [2024-01-20T11:37:42.069Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2024-01-20T11:37:42.069Z] ++ '[' -n '' ']' [2024-01-20T11:37:42.069Z] ++ 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-01-20T11:37:42.069Z] ++ set -e [2024-01-20T11:37:42.069Z] ++ '[' -n 0 ']' [2024-01-20T11:37:42.069Z] ++ set -x [2024-01-20T11:37:42.069Z] ++ 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.4DRzdEy8tt/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-01-20T11:37:42.069Z] INFO: Testing against a local daemon [2024-01-20T11:37:42.069Z] === RUN TestContinueAfterPluginCrash [2024-01-20T11:37:42.069Z] === PAUSE TestContinueAfterPluginCrash [2024-01-20T11:37:42.069Z] === RUN TestReadPluginNoRead [2024-01-20T11:37:42.069Z] === PAUSE TestReadPluginNoRead [2024-01-20T11:37:42.069Z] === RUN TestDaemonStartWithLogOpt [2024-01-20T11:37:42.069Z] === PAUSE TestDaemonStartWithLogOpt [2024-01-20T11:37:42.069Z] === CONT TestContinueAfterPluginCrash [2024-01-20T11:37:42.069Z] === CONT TestDaemonStartWithLogOpt [2024-01-20T11:37:42.069Z] === CONT TestReadPluginNoRead [2024-01-20T11:37:43.964Z] === RUN TestReadPluginNoRead/default [2024-01-20T11:37:44.896Z] --- PASS: TestDaemonStartWithLogOpt (2.67s) [2024-01-20T11:37:45.460Z] === RUN TestReadPluginNoRead/disabled_caching [2024-01-20T11:37:46.831Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2024-01-20T11:37:47.762Z] read_test.go:93: [d9d9244f55b40] daemon is not started [2024-01-20T11:37:47.762Z] --- PASS: TestReadPluginNoRead (5.74s) [2024-01-20T11:37:47.762Z] --- PASS: TestReadPluginNoRead/default (1.26s) [2024-01-20T11:37:47.762Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.22s) [2024-01-20T11:37:47.762Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s) [2024-01-20T11:37:49.659Z] --- PASS: TestContinueAfterPluginCrash (7.56s) [2024-01-20T11:37:49.659Z] PASS [2024-01-20T11:37:49.659Z] [2024-01-20T11:37:49.659Z] DONE 6 tests in 7.594s [2024-01-20T11:37:49.659Z] 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-01-20T11:37:49.659Z] ++ '[' -n '' ']' [2024-01-20T11:37:49.659Z] ++ 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-01-20T11:37:49.659Z] ++ set -e [2024-01-20T11:37:49.659Z] ++ '[' -n 0 ']' [2024-01-20T11:37:49.659Z] ++ set -x [2024-01-20T11:37:49.659Z] ++ 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.4DRzdEy8tt/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-01-20T11:37:49.659Z] testing: warning: no tests to run [2024-01-20T11:37:49.659Z] PASS [2024-01-20T11:37:49.659Z] [2024-01-20T11:37:49.659Z] DONE 0 tests in 0.007s [2024-01-20T11:37:49.659Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2024-01-20T11:37:49.659Z] ++ '[' -n '' ']' [2024-01-20T11:37:49.659Z] ++ 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-01-20T11:37:49.659Z] ++ set -e [2024-01-20T11:37:49.659Z] ++ '[' -n 0 ']' [2024-01-20T11:37:49.659Z] ++ set -x [2024-01-20T11:37:49.659Z] ++ 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.4DRzdEy8tt/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-01-20T11:37:49.659Z] INFO: Testing against a local daemon [2024-01-20T11:37:49.659Z] === RUN TestPluginWithDevMounts [2024-01-20T11:37:49.659Z] === PAUSE TestPluginWithDevMounts [2024-01-20T11:37:49.659Z] === CONT TestPluginWithDevMounts [2024-01-20T11:37:51.554Z] --- PASS: TestPluginWithDevMounts (1.51s) [2024-01-20T11:37:51.554Z] PASS [2024-01-20T11:37:51.554Z] [2024-01-20T11:37:51.554Z] DONE 1 tests in 1.540s [2024-01-20T11:37:51.554Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2024-01-20T11:37:51.554Z] ++ '[' -n '' ']' [2024-01-20T11:37:51.554Z] ++ 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-01-20T11:37:51.554Z] ++ set -e [2024-01-20T11:37:51.554Z] ++ '[' -n 0 ']' [2024-01-20T11:37:51.554Z] ++ set -x [2024-01-20T11:37:51.554Z] ++ 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.4DRzdEy8tt/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-01-20T11:37:51.554Z] INFO: Testing against a local daemon [2024-01-20T11:37:51.554Z] === RUN TestSecretInspect [2024-01-20T11:37:53.449Z] --- PASS: TestSecretInspect (1.93s) [2024-01-20T11:37:53.449Z] === RUN TestSecretList [2024-01-20T11:37:55.344Z] --- PASS: TestSecretList (1.89s) [2024-01-20T11:37:55.344Z] === RUN TestSecretsCreateAndDelete [2024-01-20T11:37:57.238Z] --- PASS: TestSecretsCreateAndDelete (1.89s) [2024-01-20T11:37:57.238Z] === RUN TestSecretsUpdate [2024-01-20T11:37:59.132Z] --- PASS: TestSecretsUpdate (1.91s) [2024-01-20T11:37:59.132Z] === RUN TestTemplatedSecret [2024-01-20T11:38:01.657Z] --- PASS: TestTemplatedSecret (2.60s) [2024-01-20T11:38:01.657Z] === RUN TestSecretCreateResolve [2024-01-20T11:38:03.552Z] --- PASS: TestSecretCreateResolve (1.90s) [2024-01-20T11:38:03.552Z] PASS [2024-01-20T11:38:03.552Z] [2024-01-20T11:38:03.552Z] DONE 6 tests in 12.154s [2024-01-20T11:38:03.552Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2024-01-20T11:38:03.552Z] ++ '[' -n '' ']' [2024-01-20T11:38:03.552Z] ++ 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-01-20T11:38:03.552Z] ++ set -e [2024-01-20T11:38:03.552Z] ++ '[' -n 0 ']' [2024-01-20T11:38:03.552Z] ++ set -x [2024-01-20T11:38:03.552Z] ++ 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.4DRzdEy8tt/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-01-20T11:38:03.552Z] INFO: Testing against a local daemon [2024-01-20T11:38:03.552Z] === RUN TestServiceCreateInit [2024-01-20T11:38:03.552Z] === RUN TestServiceCreateInit/daemonInitDisabled [2024-01-20T11:38:07.744Z] === RUN TestServiceCreateInit/daemonInitEnabled [2024-01-20T11:38:11.020Z] --- PASS: TestServiceCreateInit (7.53s) [2024-01-20T11:38:11.020Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.80s) [2024-01-20T11:38:11.020Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s) [2024-01-20T11:38:11.020Z] === RUN TestCreateServiceMultipleTimes [2024-01-20T11:38:25.878Z] --- PASS: TestCreateServiceMultipleTimes (14.82s) [2024-01-20T11:38:25.878Z] === RUN TestCreateServiceConflict [2024-01-20T11:38:27.774Z] --- PASS: TestCreateServiceConflict (1.93s) [2024-01-20T11:38:27.774Z] === RUN TestCreateServiceMaxReplicas [2024-01-20T11:38:31.050Z] --- PASS: TestCreateServiceMaxReplicas (2.94s) [2024-01-20T11:38:31.050Z] === RUN TestCreateServiceSecretFileMode [2024-01-20T11:38:43.233Z] --- PASS: TestCreateServiceSecretFileMode (12.59s) [2024-01-20T11:38:43.233Z] === RUN TestCreateServiceConfigFileMode [2024-01-20T11:38:58.090Z] --- PASS: TestCreateServiceConfigFileMode (12.56s) [2024-01-20T11:38:58.090Z] === RUN TestCreateServiceSysctls [2024-01-20T11:38:59.021Z] --- PASS: TestCreateServiceSysctls (3.16s) [2024-01-20T11:38:59.021Z] === RUN TestCreateServiceCapabilities [2024-01-20T11:39:01.545Z] --- PASS: TestCreateServiceCapabilities (2.56s) [2024-01-20T11:39:01.545Z] === RUN TestInspect [2024-01-20T11:39:04.822Z] --- PASS: TestInspect (2.88s) [2024-01-20T11:39:04.822Z] === RUN TestCreateJob [2024-01-20T11:39:08.097Z] --- PASS: TestCreateJob (3.15s) [2024-01-20T11:39:08.097Z] === RUN TestReplicatedJob [2024-01-20T11:39:13.353Z] --- PASS: TestReplicatedJob (5.18s) [2024-01-20T11:39:13.353Z] === RUN TestUpdateReplicatedJob [2024-01-20T11:39:15.881Z] --- PASS: TestUpdateReplicatedJob (2.70s) [2024-01-20T11:39:15.881Z] === RUN TestServiceListWithStatuses [2024-01-20T11:39:21.155Z] --- PASS: TestServiceListWithStatuses (4.86s) [2024-01-20T11:39:21.155Z] === RUN TestDockerNetworkConnectAliasPreV144 [2024-01-20T11:39:24.429Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.98s) [2024-01-20T11:39:24.429Z] === RUN TestDockerNetworkReConnect [2024-01-20T11:39:27.703Z] --- PASS: TestDockerNetworkReConnect (3.14s) [2024-01-20T11:39:27.703Z] === RUN TestServicePlugin [2024-01-20T11:39:27.703Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-01-20T11:39:27.703Z] --- SKIP: TestServicePlugin (0.00s) [2024-01-20T11:39:27.703Z] === RUN TestServiceUpdateLabel [2024-01-20T11:39:29.597Z] --- PASS: TestServiceUpdateLabel (1.84s) [2024-01-20T11:39:29.597Z] === RUN TestServiceUpdateSecrets [2024-01-20T11:39:44.452Z] --- PASS: TestServiceUpdateSecrets (14.58s) [2024-01-20T11:39:44.452Z] === RUN TestServiceUpdateConfigs [2024-01-20T11:39:59.308Z] --- PASS: TestServiceUpdateConfigs (14.41s) [2024-01-20T11:39:59.308Z] === RUN TestServiceUpdateNetwork [2024-01-20T11:40:11.492Z] --- PASS: TestServiceUpdateNetwork (12.30s) [2024-01-20T11:40:11.492Z] === RUN TestServiceUpdatePidsLimit [2024-01-20T11:40:11.748Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2024-01-20T11:40:12.312Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2024-01-20T11:40:20.407Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2024-01-20T11:40:26.954Z] --- PASS: TestServiceUpdatePidsLimit (16.23s) [2024-01-20T11:40:26.954Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2024-01-20T11:40:26.954Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2024-01-20T11:40:26.954Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2024-01-20T11:40:26.954Z] PASS [2024-01-20T11:40:26.954Z] [2024-01-20T11:40:26.954Z] === Skipped [2024-01-20T11:40:26.954Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2024-01-20T11:40:26.954Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-01-20T11:40:26.954Z] [2024-01-20T11:40:26.954Z] DONE 26 tests, 1 skipped in 143.380s [2024-01-20T11:40:26.954Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2024-01-20T11:40:26.954Z] ++ '[' -n '' ']' [2024-01-20T11:40:26.954Z] ++ 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-01-20T11:40:26.954Z] ++ set -e [2024-01-20T11:40:26.954Z] ++ '[' -n 0 ']' [2024-01-20T11:40:26.954Z] ++ set -x [2024-01-20T11:40:26.954Z] ++ 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.4DRzdEy8tt/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-01-20T11:40:26.954Z] INFO: Testing against a local daemon [2024-01-20T11:40:26.954Z] === RUN TestSessionCreate [2024-01-20T11:40:26.954Z] --- PASS: TestSessionCreate (0.01s) [2024-01-20T11:40:26.954Z] === RUN TestSessionCreateWithBadUpgrade [2024-01-20T11:40:26.954Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2024-01-20T11:40:26.954Z] PASS [2024-01-20T11:40:26.954Z] [2024-01-20T11:40:26.954Z] DONE 2 tests in 0.046s [2024-01-20T11:40:26.954Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2024-01-20T11:40:26.954Z] ++ '[' -n '' ']' [2024-01-20T11:40:26.954Z] ++ 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-01-20T11:40:26.954Z] ++ set -e [2024-01-20T11:40:26.954Z] ++ '[' -n 0 ']' [2024-01-20T11:40:26.954Z] ++ set -x [2024-01-20T11:40:26.954Z] ++ 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.4DRzdEy8tt/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-01-20T11:40:26.954Z] INFO: Testing against a local daemon [2024-01-20T11:40:26.954Z] === RUN TestCgroupDriverSystemdMemoryLimit [2024-01-20T11:40:26.954Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-01-20T11:40:26.954Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-01-20T11:40:26.954Z] === RUN TestDiskUsage [2024-01-20T11:40:26.954Z] === PAUSE TestDiskUsage [2024-01-20T11:40:26.954Z] === RUN TestEventsExecDie [2024-01-20T11:40:27.518Z] --- PASS: TestEventsExecDie (0.56s) [2024-01-20T11:40:27.518Z] === RUN TestEventsBackwardsCompatible [2024-01-20T11:40:27.518Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2024-01-20T11:40:27.518Z] === RUN TestEventsVolumeCreate [2024-01-20T11:40:27.518Z] --- PASS: TestEventsVolumeCreate (0.05s) [2024-01-20T11:40:27.518Z] === RUN TestInfoBinaryCommits [2024-01-20T11:40:27.518Z] --- PASS: TestInfoBinaryCommits (0.01s) [2024-01-20T11:40:27.518Z] === RUN TestInfoAPIVersioned [2024-01-20T11:40:27.518Z] --- PASS: TestInfoAPIVersioned (0.01s) [2024-01-20T11:40:27.518Z] === RUN TestInfoAPI [2024-01-20T11:40:27.518Z] --- PASS: TestInfoAPI (0.01s) [2024-01-20T11:40:27.518Z] === RUN TestInfoAPIWarnings [2024-01-20T11:40:45.582Z] --- PASS: TestInfoAPIWarnings (16.55s) [2024-01-20T11:40:45.582Z] === RUN TestInfoDebug [2024-01-20T11:40:45.582Z] --- PASS: TestInfoDebug (0.52s) [2024-01-20T11:40:45.582Z] === RUN TestInfoInsecureRegistries [2024-01-20T11:40:45.582Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2024-01-20T11:40:45.582Z] === RUN TestInfoRegistryMirrors [2024-01-20T11:40:45.582Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2024-01-20T11:40:45.582Z] === RUN TestLoginFailsWithBadCredentials [2024-01-20T11:40:46.512Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2024-01-20T11:40:46.512Z] === RUN TestPingCacheHeaders [2024-01-20T11:40:46.512Z] --- PASS: TestPingCacheHeaders (0.01s) [2024-01-20T11:40:46.512Z] === RUN TestPingGet [2024-01-20T11:40:46.512Z] --- PASS: TestPingGet (0.01s) [2024-01-20T11:40:46.512Z] === RUN TestPingHead [2024-01-20T11:40:46.769Z] --- PASS: TestPingHead (0.01s) [2024-01-20T11:40:46.769Z] === RUN TestPingSwarmHeader [2024-01-20T11:40:47.333Z] === RUN TestPingSwarmHeader/before_swarm_init [2024-01-20T11:40:47.590Z] === RUN TestPingSwarmHeader/after_swarm_init [2024-01-20T11:40:48.521Z] === RUN TestPingSwarmHeader/after_swarm_leave [2024-01-20T11:40:48.521Z] --- PASS: TestPingSwarmHeader (1.92s) [2024-01-20T11:40:48.521Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2024-01-20T11:40:48.521Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2024-01-20T11:40:48.521Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2024-01-20T11:40:48.521Z] === RUN TestPingBuilderHeader [2024-01-20T11:40:48.521Z] === RUN TestPingBuilderHeader/default_config [2024-01-20T11:40:49.084Z] === RUN TestPingBuilderHeader/buildkit_disabled [2024-01-20T11:40:49.648Z] --- PASS: TestPingBuilderHeader (1.04s) [2024-01-20T11:40:49.648Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2024-01-20T11:40:49.648Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s) [2024-01-20T11:40:49.648Z] === RUN TestVersion [2024-01-20T11:40:49.648Z] --- PASS: TestVersion (0.01s) [2024-01-20T11:40:49.648Z] === CONT TestDiskUsage [2024-01-20T11:40:50.211Z] === RUN TestDiskUsage/empty [2024-01-20T11:40:50.211Z] === RUN TestDiskUsage/empty/container_types [2024-01-20T11:40:50.211Z] === RUN TestDiskUsage/empty/image_types [2024-01-20T11:40:50.211Z] === RUN TestDiskUsage/empty/volume_types [2024-01-20T11:40:50.211Z] === RUN TestDiskUsage/empty/build-cache_types [2024-01-20T11:40:50.211Z] === RUN TestDiskUsage/empty/container,_volume_types [2024-01-20T11:40:50.211Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2024-01-20T11:40:50.212Z] === RUN TestDiskUsage/after_container.Run [2024-01-20T11:40:50.468Z] === RUN TestDiskUsage/after_container.Run/container_types [2024-01-20T11:40:50.468Z] === RUN TestDiskUsage/after_container.Run/image_types [2024-01-20T11:40:50.468Z] === RUN TestDiskUsage/after_container.Run/volume_types [2024-01-20T11:40:50.468Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2024-01-20T11:40:50.468Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2024-01-20T11:40:50.468Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2024-01-20T11:40:50.468Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2024-01-20T11:40:50.468Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2024-01-20T11:40:50.468Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2024-01-20T11:40:50.468Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage (1.08s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty (0.01s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.08s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run (0.28s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2024-01-20T11:40:50.727Z] PASS [2024-01-20T11:40:50.727Z] [2024-01-20T11:40:50.727Z] === Skipped [2024-01-20T11:40:50.727Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-01-20T11:40:50.727Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-01-20T11:40:50.727Z] [2024-01-20T11:40:50.727Z] DONE 57 tests, 1 skipped in 23.885s [2024-01-20T11:40:50.727Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2024-01-20T11:40:50.727Z] ++ '[' -n '' ']' [2024-01-20T11:40:50.727Z] ++ 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-01-20T11:40:50.727Z] ++ set -e [2024-01-20T11:40:50.727Z] ++ '[' -n 0 ']' [2024-01-20T11:40:50.727Z] ++ set -x [2024-01-20T11:40:50.727Z] ++ 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.4DRzdEy8tt/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-01-20T11:40:50.727Z] INFO: Testing against a local daemon [2024-01-20T11:40:50.727Z] === RUN TestVolumesCreateAndList [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesCreateAndList (0.01s) [2024-01-20T11:40:50.727Z] === RUN TestVolumesRemove [2024-01-20T11:40:50.727Z] === RUN TestVolumesRemove/volume_in_use [2024-01-20T11:40:50.727Z] === RUN TestVolumesRemove/volume_not_in_use [2024-01-20T11:40:50.727Z] === RUN TestVolumesRemove/non-existing_volume [2024-01-20T11:40:50.727Z] === RUN TestVolumesRemove/non-existing_volume_force [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesRemove (0.05s) [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.01s) [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) [2024-01-20T11:40:50.727Z] === RUN TestVolumesRemoveSwarmEnabled [2024-01-20T11:40:50.727Z] === PAUSE TestVolumesRemoveSwarmEnabled [2024-01-20T11:40:50.727Z] === RUN TestVolumesInspect [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesInspect (0.01s) [2024-01-20T11:40:50.727Z] === RUN TestVolumesInvalidJSON [2024-01-20T11:40:50.727Z] === RUN TestVolumesInvalidJSON/volumes/create [2024-01-20T11:40:50.727Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2024-01-20T11:40:50.727Z] === CONT TestVolumesInvalidJSON/volumes/create [2024-01-20T11:40:50.727Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2024-01-20T11:40:50.727Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2024-01-20T11:40:50.727Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2024-01-20T11:40:50.727Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2024-01-20T11:40:50.727Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2024-01-20T11:40:50.727Z] === RUN TestVolumePruneAnonymous [2024-01-20T11:40:50.727Z] --- PASS: TestVolumePruneAnonymous (0.03s) [2024-01-20T11:40:50.727Z] === RUN TestVolumePruneAnonFromImage [2024-01-20T11:40:50.984Z] --- PASS: TestVolumePruneAnonFromImage (0.17s) [2024-01-20T11:40:50.984Z] === CONT TestVolumesRemoveSwarmEnabled [2024-01-20T11:40:52.353Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use [2024-01-20T11:40:52.353Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use [2024-01-20T11:40:52.353Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume [2024-01-20T11:40:52.353Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force [2024-01-20T11:40:52.917Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.92s) [2024-01-20T11:40:52.917Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) [2024-01-20T11:40:52.917Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s) [2024-01-20T11:40:52.917Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) [2024-01-20T11:40:52.917Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) [2024-01-20T11:40:52.917Z] PASS [2024-01-20T11:40:52.917Z] [2024-01-20T11:40:52.917Z] DONE 20 tests in 2.232s [2024-01-20T11:40:52.917Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2024-01-20T11:40:53.174Z] ++++ cat bundles/test-integration/docker.pid [2024-01-20T11:40:53.174Z] +++ kill 24376 [2024-01-20T11:40:54.543Z] ++++ cat bundles/test-integration/TestUsernsCommit/dc98d34094d32/docker.pid [2024-01-20T11:40:54.543Z] +++ kill 62126 [2024-01-20T11:40:54.543Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 62126 is not a child of this shell [2024-01-20T11:40:54.543Z] warning: PID 62126 from bundles/test-integration/TestUsernsCommit/dc98d34094d32/docker.pid had a nonzero exit code [2024-01-20T11:40:54.543Z] umount: bundles/test-integration/TestUsernsCommit/dc98d34094d32/root: not mounted. [2024-01-20T11:40:54.543Z] +++ /etc/init.d/apparmor stop [2024-01-20T11:40:54.543Z] Leaving: AppArmorNo profiles have been unloaded. [2024-01-20T11:40:54.543Z] [2024-01-20T11:40:54.543Z] Unloading profiles will leave already running processes permanently [2024-01-20T11:40:54.543Z] unconfined, which can lead to unexpected situations. [2024-01-20T11:40:54.543Z] [2024-01-20T11:40:54.543Z] To set a process to complain mode, use the command line tool [2024-01-20T11:40:54.543Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2024-01-20T11:40:54.543Z] +++ true [2024-01-20T11:40:54.543Z] exiting test-integration [2024-01-20T11:40:54.543Z] ++ exit 0 [2024-01-20T11:40:54.543Z] Post stage [Pipeline] junit [2024-01-20T11:40:55.486Z] Recording test results [2024-01-20T11:40:55.652Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2024-01-20T11:40:55.943Z] + echo Ensuring container killed. [2024-01-20T11:40:55.943Z] Ensuring container killed. [2024-01-20T11:40:55.943Z] + docker rm -vf docker-pr1 [2024-01-20T11:40:55.943Z] Error response from daemon: No such container: docker-pr1 [Pipeline] sh [2024-01-20T11:40:56.221Z] + echo Chowning /workspace to jenkins user [2024-01-20T11:40:56.221Z] Chowning /workspace to jenkins user [2024-01-20T11:40:56.221Z] + id -u [2024-01-20T11:40:56.221Z] + id -g [2024-01-20T11:40:56.221Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47136:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2024-01-20T11:40:57.433Z] + bundleName=arm64-integration [2024-01-20T11:40:57.433Z] + echo Creating arm64-integration-bundles.tar.gz [2024-01-20T11:40:57.433Z] Creating arm64-integration-bundles.tar.gz [2024-01-20T11:40:57.433Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2024-01-20T11:40:57.433Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2024-01-20T11:40:57.701Z] Archiving artifacts [2024-01-20T11:40:58.039Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47136/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2024-01-20T11:40:58.323Z] + make clean [2024-01-20T11:40:58.323Z] docker volume rm -f docker-dev-cache docker-mod-cache [2024-01-20T11:40:58.323Z] docker-dev-cache [2024-01-20T11:40:58.323Z] 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