Pull request #47294 updated Connecting to https://api.github.com using docker-jenkins GitHub credentials Obtained Jenkinsfile from 147b5388dd52d82dc9b143880b5660b28317955a+60103717bc73fc0e7df097493212d593dff83531 (2c4f48a756b6c97831d30f2e74d337e52fee5d5a) Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/moby_PR-47294@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.39.2' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that 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-02-05T13:28:37.832Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2024-02-05T13:28:37.834Z] Trying to pass milestone 4 [Pipeline] milestone [2024-02-05T13:28:37.993Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2024-02-05T13:28:53.237Z] Still waiting to schedule task [2024-02-05T13:28:53.238Z] Waiting for next available executor on ‘EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-06dd9b04f024dad29)’ [2024-02-05T13:28:55.153Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-06dd9b04f024dad29) in /home/ubuntu/workspace/moby_PR-47294 [Pipeline] { [Pipeline] checkout [2024-02-05T13:28:55.184Z] The recommended git tool is: git [2024-02-05T13:28:55.225Z] using credential docker-jenkins-github-credentials [2024-02-05T13:28:55.233Z] Cloning the remote Git repository [2024-02-05T13:28:55.234Z] Cloning with configured refspecs honoured and without tags [2024-02-05T13:28:55.249Z] Cloning repository https://github.com/moby/moby.git [2024-02-05T13:28:55.249Z] > git init /home/ubuntu/workspace/moby_PR-47294 # timeout=10 [2024-02-05T13:28:55.254Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-05T13:28:55.255Z] > git --version # timeout=10 [2024-02-05T13:28:55.257Z] > git --version # 'git version 2.25.1' [2024-02-05T13:28:55.257Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-05T13:28:55.258Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47294/head:refs/remotes/origin/PR-47294 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-02-05T13:29:07.029Z] Fetching without tags [2024-02-05T13:29:07.251Z] Merging remotes/origin/25.0 commit 60103717bc73fc0e7df097493212d593dff83531 into PR head commit 147b5388dd52d82dc9b143880b5660b28317955a [2024-02-05T13:29:07.010Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-05T13:29:07.013Z] > git config --add remote.origin.fetch +refs/pull/47294/head:refs/remotes/origin/PR-47294 # timeout=10 [2024-02-05T13:29:07.015Z] > git config --add remote.origin.fetch +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-02-05T13:29:07.035Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-05T13:29:07.043Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-05T13:29:07.044Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-05T13:29:07.044Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47294/head:refs/remotes/origin/PR-47294 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-02-05T13:29:07.265Z] > git config core.sparsecheckout # timeout=10 [2024-02-05T13:29:07.268Z] > git checkout -f 147b5388dd52d82dc9b143880b5660b28317955a # timeout=10 [2024-02-05T13:29:08.845Z] Merge succeeded, producing c395ca6a0d9f6a7431445758217140c75982ff3f [2024-02-05T13:29:08.845Z] Checking out Revision c395ca6a0d9f6a7431445758217140c75982ff3f (PR-47294) [2024-02-05T13:29:08.920Z] Commit message: "Merge commit '60103717bc73fc0e7df097493212d593dff83531' into HEAD" [2024-02-05T13:29:08.926Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-05T13:29:07.922Z] > git remote # timeout=10 [2024-02-05T13:29:07.925Z] > git config --get remote.origin.url # timeout=10 [2024-02-05T13:29:07.927Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-05T13:29:07.928Z] > git merge 60103717bc73fc0e7df097493212d593dff83531 # timeout=10 [2024-02-05T13:29:08.854Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-02-05T13:29:08.859Z] > git config core.sparsecheckout # timeout=10 [2024-02-05T13:29:08.862Z] > git checkout -f c395ca6a0d9f6a7431445758217140c75982ff3f # timeout=10 [2024-02-05T13:29:08.935Z] > git rev-list --no-walk 71225b6e1dcef5b5c95bc543b662617a651267a9 # timeout=10 [2024-02-05T13:29:09.533Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47294:/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-02-05T13:29:12.057Z] 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-02-05T13:29:12.108Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-06dd9b04f024dad29) in /home/ubuntu/workspace/moby_PR-47294 [Pipeline] { [Pipeline] checkout [2024-02-05T13:29:12.126Z] The recommended git tool is: git [2024-02-05T13:29:12.133Z] using credential docker-jenkins-github-credentials [2024-02-05T13:29:12.141Z] Fetching changes from the remote Git repository [2024-02-05T13:29:12.149Z] Fetching without tags [2024-02-05T13:29:12.381Z] Merging remotes/origin/25.0 commit 60103717bc73fc0e7df097493212d593dff83531 into PR head commit 147b5388dd52d82dc9b143880b5660b28317955a [2024-02-05T13:29:12.557Z] Merge succeeded, producing 5453bd65c6e26adbefb2b045997a11f75c16d157 [2024-02-05T13:29:12.557Z] Checking out Revision 5453bd65c6e26adbefb2b045997a11f75c16d157 (PR-47294) [2024-02-05T13:29:12.641Z] Commit message: "Merge commit '60103717bc73fc0e7df097493212d593dff83531' into HEAD" [2024-02-05T13:29:12.647Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2024-02-05T13:29:12.151Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-47294/.git # timeout=10 [2024-02-05T13:29:12.158Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-05T13:29:12.163Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-05T13:29:12.164Z] > git --version # timeout=10 [2024-02-05T13:29:12.166Z] > git --version # 'git version 2.25.1' [2024-02-05T13:29:12.166Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-05T13:29:12.167Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47294/head:refs/remotes/origin/PR-47294 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-02-05T13:29:12.396Z] > git config core.sparsecheckout # timeout=10 [2024-02-05T13:29:12.399Z] > git checkout -f 147b5388dd52d82dc9b143880b5660b28317955a # timeout=10 [2024-02-05T13:29:12.444Z] > git remote # timeout=10 [2024-02-05T13:29:12.446Z] > git config --get remote.origin.url # timeout=10 [2024-02-05T13:29:12.449Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-05T13:29:12.450Z] > git merge 60103717bc73fc0e7df097493212d593dff83531 # timeout=10 [2024-02-05T13:29:12.565Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-02-05T13:29:12.571Z] > git config core.sparsecheckout # timeout=10 [2024-02-05T13:29:12.574Z] > git checkout -f 5453bd65c6e26adbefb2b045997a11f75c16d157 # timeout=10 [2024-02-05T13:29:12.656Z] > git rev-list --no-walk 71225b6e1dcef5b5c95bc543b662617a651267a9 # timeout=10 [2024-02-05T13:29:13.245Z] + docker version [2024-02-05T13:29:13.245Z] Client: Docker Engine - Community [2024-02-05T13:29:13.245Z] Version: 25.0.2 [2024-02-05T13:29:13.245Z] API version: 1.44 [2024-02-05T13:29:13.245Z] Go version: go1.21.6 [2024-02-05T13:29:13.245Z] Git commit: 29cf629 [2024-02-05T13:29:13.245Z] Built: Thu Feb 1 00:23:26 2024 [2024-02-05T13:29:13.245Z] OS/Arch: linux/arm64 [2024-02-05T13:29:13.245Z] Context: default [2024-02-05T13:29:13.245Z] [2024-02-05T13:29:13.245Z] Server: Docker Engine - Community [2024-02-05T13:29:13.245Z] Engine: [2024-02-05T13:29:13.245Z] Version: 25.0.2 [2024-02-05T13:29:13.245Z] API version: 1.44 (minimum version 1.24) [2024-02-05T13:29:13.245Z] Go version: go1.21.6 [2024-02-05T13:29:13.245Z] Git commit: fce6e0c [2024-02-05T13:29:13.245Z] Built: Thu Feb 1 00:23:26 2024 [2024-02-05T13:29:13.245Z] OS/Arch: linux/arm64 [2024-02-05T13:29:13.245Z] Experimental: true [2024-02-05T13:29:13.245Z] containerd: [2024-02-05T13:29:13.245Z] Version: 1.6.28 [2024-02-05T13:29:13.245Z] GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-02-05T13:29:13.245Z] runc: [2024-02-05T13:29:13.245Z] Version: 1.1.12 [2024-02-05T13:29:13.245Z] GitCommit: v1.1.12-0-g51d5e94 [2024-02-05T13:29:13.245Z] docker-init: [2024-02-05T13:29:13.245Z] Version: 0.19.0 [2024-02-05T13:29:13.245Z] GitCommit: de40ad0 [Pipeline] sh [2024-02-05T13:29:13.522Z] + docker info [2024-02-05T13:29:13.522Z] Client: Docker Engine - Community [2024-02-05T13:29:13.522Z] Version: 25.0.2 [2024-02-05T13:29:13.522Z] Context: default [2024-02-05T13:29:13.522Z] Debug Mode: false [2024-02-05T13:29:13.522Z] Plugins: [2024-02-05T13:29:13.522Z] buildx: Docker Buildx (Docker Inc.) [2024-02-05T13:29:13.522Z] Version: v0.12.1 [2024-02-05T13:29:13.522Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2024-02-05T13:29:13.522Z] compose: Docker Compose (Docker Inc.) [2024-02-05T13:29:13.522Z] Version: v2.24.5 [2024-02-05T13:29:13.522Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2024-02-05T13:29:13.522Z] [2024-02-05T13:29:13.522Z] Server: [2024-02-05T13:29:13.522Z] Containers: 0 [2024-02-05T13:29:13.522Z] Running: 0 [2024-02-05T13:29:13.522Z] Paused: 0 [2024-02-05T13:29:13.522Z] Stopped: 0 [2024-02-05T13:29:13.522Z] Images: 3 [2024-02-05T13:29:13.522Z] Server Version: 25.0.2 [2024-02-05T13:29:13.522Z] Storage Driver: overlay2 [2024-02-05T13:29:13.522Z] Backing Filesystem: extfs [2024-02-05T13:29:13.522Z] Supports d_type: true [2024-02-05T13:29:13.522Z] Using metacopy: false [2024-02-05T13:29:13.522Z] Native Overlay Diff: true [2024-02-05T13:29:13.522Z] userxattr: false [2024-02-05T13:29:13.522Z] Logging Driver: json-file [2024-02-05T13:29:13.522Z] Cgroup Driver: cgroupfs [2024-02-05T13:29:13.522Z] Cgroup Version: 1 [2024-02-05T13:29:13.522Z] Plugins: [2024-02-05T13:29:13.522Z] Volume: local [2024-02-05T13:29:13.522Z] Network: bridge host ipvlan macvlan null overlay [2024-02-05T13:29:13.522Z] Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog [2024-02-05T13:29:13.522Z] Swarm: inactive [2024-02-05T13:29:13.522Z] Runtimes: io.containerd.runc.v2 runc [2024-02-05T13:29:13.522Z] Default Runtime: runc [2024-02-05T13:29:13.522Z] Init Binary: docker-init [2024-02-05T13:29:13.522Z] containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-02-05T13:29:13.522Z] runc version: v1.1.12-0-g51d5e94 [2024-02-05T13:29:13.522Z] init version: de40ad0 [2024-02-05T13:29:13.522Z] Security Options: [2024-02-05T13:29:13.522Z] apparmor [2024-02-05T13:29:13.522Z] seccomp [2024-02-05T13:29:13.522Z] Profile: builtin [2024-02-05T13:29:13.522Z] Kernel Version: 5.15.0-1052-aws [2024-02-05T13:29:13.522Z] Operating System: Ubuntu 20.04.6 LTS [2024-02-05T13:29:13.522Z] OSType: linux [2024-02-05T13:29:13.522Z] Architecture: aarch64 [2024-02-05T13:29:13.522Z] CPUs: 8 [2024-02-05T13:29:13.522Z] Total Memory: 30.64GiB [2024-02-05T13:29:13.522Z] Name: ip-10-100-32-105 [2024-02-05T13:29:13.522Z] ID: e2ed5a2e-3000-4923-9ca7-270269b4b7b4 [2024-02-05T13:29:13.522Z] Docker Root Dir: /var/lib/docker [2024-02-05T13:29:13.522Z] Debug Mode: false [2024-02-05T13:29:13.522Z] Experimental: true [2024-02-05T13:29:13.522Z] Insecure Registries: [2024-02-05T13:29:13.522Z] 127.0.0.0/8 [2024-02-05T13:29:13.522Z] Live Restore Enabled: true [2024-02-05T13:29:13.522Z] [Pipeline] sh [2024-02-05T13:29:13.798Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-02-05T13:29:13.799Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-02-05T13:29:13.799Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47294/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2024-02-05T13:29:13.799Z] + bash /home/ubuntu/workspace/moby_PR-47294/check-config.sh [2024-02-05T13:29:13.799Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2024-02-05T13:29:13.799Z] info: reading kernel config from /boot/config-5.15.0-1052-aws ... [2024-02-05T13:29:13.799Z] [2024-02-05T13:29:13.799Z] Generally Necessary: [2024-02-05T13:29:13.799Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2024-02-05T13:29:13.799Z] - apparmor: enabled and tools installed [2024-02-05T13:29:13.799Z] - CONFIG_NAMESPACES: enabled [2024-02-05T13:29:13.799Z] - CONFIG_NET_NS: enabled [2024-02-05T13:29:13.799Z] - CONFIG_PID_NS: enabled [2024-02-05T13:29:13.799Z] - CONFIG_IPC_NS: enabled [2024-02-05T13:29:13.799Z] - CONFIG_UTS_NS: enabled [2024-02-05T13:29:13.799Z] - CONFIG_CGROUPS: enabled [2024-02-05T13:29:13.799Z] - CONFIG_CGROUP_CPUACCT: enabled [2024-02-05T13:29:13.799Z] - CONFIG_CGROUP_DEVICE: enabled [2024-02-05T13:29:13.799Z] - CONFIG_CGROUP_FREEZER: enabled [2024-02-05T13:29:13.799Z] - CONFIG_CGROUP_SCHED: enabled [2024-02-05T13:29:13.799Z] - CONFIG_CPUSETS: enabled [2024-02-05T13:29:13.799Z] - CONFIG_MEMCG: enabled [2024-02-05T13:29:13.799Z] - CONFIG_KEYS: enabled [2024-02-05T13:29:13.799Z] - CONFIG_VETH: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_BRIDGE: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_IP_NF_NAT: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_NF_NAT: enabled (as module) [2024-02-05T13:29:14.056Z] - CONFIG_POSIX_MQUEUE: enabled [2024-02-05T13:29:14.056Z] - CONFIG_CGROUP_BPF: enabled [2024-02-05T13:29:14.056Z] [2024-02-05T13:29:14.056Z] Optional Features: [2024-02-05T13:29:14.056Z] - CONFIG_USER_NS: enabled [2024-02-05T13:29:14.056Z] - CONFIG_SECCOMP: enabled [2024-02-05T13:29:14.056Z] - CONFIG_SECCOMP_FILTER: enabled [2024-02-05T13:29:14.056Z] - CONFIG_CGROUP_PIDS: enabled [2024-02-05T13:29:14.056Z] - CONFIG_MEMCG_SWAP: enabled [2024-02-05T13:29:14.056Z] (cgroup swap accounting is currently enabled) [2024-02-05T13:29:14.056Z] - CONFIG_BLK_CGROUP: enabled [2024-02-05T13:29:14.056Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2024-02-05T13:29:14.056Z] - CONFIG_CGROUP_PERF: enabled [2024-02-05T13:29:14.056Z] - CONFIG_CGROUP_HUGETLB: enabled [2024-02-05T13:29:14.056Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2024-02-05T13:29:14.315Z] - CONFIG_CGROUP_NET_PRIO: enabled [2024-02-05T13:29:14.315Z] - CONFIG_CFS_BANDWIDTH: enabled [2024-02-05T13:29:14.315Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2024-02-05T13:29:14.315Z] - CONFIG_RT_GROUP_SCHED: missing [2024-02-05T13:29:14.315Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2024-02-05T13:29:14.315Z] - CONFIG_IP_VS: enabled (as module) [2024-02-05T13:29:14.315Z] - CONFIG_IP_VS_NFCT: enabled [2024-02-05T13:29:14.315Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2024-02-05T13:29:14.315Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2024-02-05T13:29:14.315Z] - CONFIG_IP_VS_RR: enabled (as module) [2024-02-05T13:29:14.315Z] - CONFIG_SECURITY_SELINUX: enabled [2024-02-05T13:29:14.315Z] - CONFIG_SECURITY_APPARMOR: enabled [2024-02-05T13:29:14.315Z] - CONFIG_EXT4_FS: enabled [2024-02-05T13:29:14.315Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2024-02-05T13:29:14.315Z] - CONFIG_EXT4_FS_SECURITY: enabled [2024-02-05T13:29:14.315Z] - Network Drivers: [2024-02-05T13:29:14.315Z] - "overlay": [2024-02-05T13:29:14.315Z] - CONFIG_VXLAN: enabled (as module) [2024-02-05T13:29:14.315Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2024-02-05T13:29:14.315Z] Optional (for encrypted networks): [2024-02-05T13:29:14.572Z] - CONFIG_CRYPTO: enabled [2024-02-05T13:29:14.572Z] - CONFIG_CRYPTO_AEAD: enabled [2024-02-05T13:29:14.572Z] - CONFIG_CRYPTO_GCM: enabled [2024-02-05T13:29:14.572Z] - CONFIG_CRYPTO_SEQIV: enabled [2024-02-05T13:29:14.572Z] - CONFIG_CRYPTO_GHASH: enabled [2024-02-05T13:29:14.572Z] - CONFIG_XFRM: enabled [2024-02-05T13:29:14.572Z] - CONFIG_XFRM_USER: enabled (as module) [2024-02-05T13:29:14.572Z] - CONFIG_XFRM_ALGO: enabled (as module) [2024-02-05T13:29:14.572Z] - CONFIG_INET_ESP: enabled (as module) [2024-02-05T13:29:14.572Z] - "ipvlan": [2024-02-05T13:29:14.572Z] - CONFIG_IPVLAN: enabled (as module) [2024-02-05T13:29:14.572Z] - "macvlan": [2024-02-05T13:29:14.572Z] - CONFIG_MACVLAN: enabled (as module) [2024-02-05T13:29:14.572Z] - CONFIG_DUMMY: enabled (as module) [2024-02-05T13:29:14.572Z] - "ftp,tftp client in container": [2024-02-05T13:29:14.572Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2024-02-05T13:29:14.572Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2024-02-05T13:29:14.572Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2024-02-05T13:29:14.572Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2024-02-05T13:29:14.572Z] - Storage Drivers: [2024-02-05T13:29:14.572Z] - "aufs": [2024-02-05T13:29:14.572Z] - CONFIG_AUFS_FS: enabled (as module) [2024-02-05T13:29:14.572Z] - "btrfs": [2024-02-05T13:29:14.572Z] - CONFIG_BTRFS_FS: enabled (as module) [2024-02-05T13:29:14.572Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2024-02-05T13:29:14.572Z] - "devicemapper": [2024-02-05T13:29:14.572Z] - CONFIG_BLK_DEV_DM: enabled [2024-02-05T13:29:14.572Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2024-02-05T13:29:14.572Z] - "overlay": [2024-02-05T13:29:14.572Z] - CONFIG_OVERLAY_FS: enabled (as module) [2024-02-05T13:29:14.572Z] - "zfs": [2024-02-05T13:29:14.572Z] - /dev/zfs: present [2024-02-05T13:29:14.572Z] - zfs command: missing [2024-02-05T13:29:14.572Z] - zpool command: missing [2024-02-05T13:29:14.572Z] [2024-02-05T13:29:14.572Z] Limits: [2024-02-05T13:29:14.572Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2024-02-05T13:29:14.572Z] [2024-02-05T13:29:14.572Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2024-02-05T13:29:14.871Z] + docker build --force-rm -t docker:5453bd65c6e26adbefb2b045997a11f75c16d157 . [2024-02-05T13:29:15.128Z] #0 building with "default" instance using docker driver [2024-02-05T13:29:15.128Z] [2024-02-05T13:29:15.128Z] #1 [internal] load build definition from Dockerfile [2024-02-05T13:29:15.128Z] #1 transferring dockerfile: 27.92kB done [2024-02-05T13:29:15.128Z] #1 DONE 0.0s [2024-02-05T13:29:15.128Z] [2024-02-05T13:29:15.128Z] #2 resolve image config for docker.io/docker/dockerfile:1 [2024-02-05T13:29:15.128Z] #2 DONE 0.1s [2024-02-05T13:29:15.129Z] [2024-02-05T13:29:15.129Z] #3 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 [2024-02-05T13:29:15.129Z] #3 CACHED [2024-02-05T13:29:15.129Z] [2024-02-05T13:29:15.129Z] #4 [internal] load metadata for docker.io/library/busybox:latest [2024-02-05T13:29:15.129Z] #4 DONE 0.0s [2024-02-05T13:29:15.129Z] [2024-02-05T13:29:15.129Z] #5 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 [2024-02-05T13:29:15.129Z] #5 DONE 0.1s [2024-02-05T13:29:15.129Z] [2024-02-05T13:29:15.129Z] #6 [internal] load metadata for docker.io/docker/compose-bin:v2.24.5 [2024-02-05T13:29:15.386Z] #6 DONE 0.2s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #7 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2024-02-05T13:29:15.386Z] #7 DONE 0.1s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2024-02-05T13:29:15.386Z] #8 DONE 0.1s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #9 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm [2024-02-05T13:29:15.386Z] #9 DONE 0.1s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #10 [internal] load metadata for docker.io/library/debian:bookworm [2024-02-05T13:29:15.386Z] #10 DONE 0.2s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #11 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1 [2024-02-05T13:29:15.386Z] #11 DONE 0.2s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #12 [internal] load .dockerignore [2024-02-05T13:29:15.386Z] #12 transferring context: 113B done [2024-02-05T13:29:15.386Z] #12 DONE 0.0s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #13 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc [2024-02-05T13:29:15.386Z] #13 DONE 0.0s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2024-02-05T13:29:15.386Z] #14 DONE 0.0s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #15 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 [2024-02-05T13:29:15.386Z] #15 DONE 0.0s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #16 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 [2024-02-05T13:29:15.386Z] #16 DONE 0.0s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2024-02-05T13:29:15.386Z] #17 DONE 0.0s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest [2024-02-05T13:29:15.386Z] #18 DONE 0.0s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #19 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-02-05T13:29:15.386Z] #19 DONE 0.0s [2024-02-05T13:29:15.386Z] [2024-02-05T13:29:15.386Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:79becb70a6247d277b59c09ca340bbe0349af6aacb5afa90ec349528b53ce2c9 [2024-02-05T13:29:15.386Z] #20 DONE 0.0s [2024-02-05T13:29:15.387Z] [2024-02-05T13:29:15.387Z] #21 [internal] load build context [2024-02-05T13:29:16.760Z] #21 transferring context: 75.03MB 0.9s done [2024-02-05T13:29:16.760Z] #21 DONE 1.0s [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #22 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git" [2024-02-05T13:29:16.760Z] #22 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #23 [runc-src 1/3] WORKDIR /usr/src/runc [2024-02-05T13:29:16.760Z] #23 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #24 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake [2024-02-05T13:29:16.760Z] #24 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #25 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 rm -f ./.git/*.lock && /download-or-build-cli.sh v25.0.2 https://github.com/docker/cli.git /build && /build/docker --version [2024-02-05T13:29:16.760Z] #25 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #26 [dev-systemd-false 11/21] COPY --link --from=shfmt /build/ /usr/local/bin/ [2024-02-05T13:29:16.760Z] #26 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #27 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file [2024-02-05T13:29:16.760Z] #27 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #28 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 < /etc/apt/apt.conf.d/keep-cache [2024-02-05T13:29:16.760Z] #43 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #44 [build-dummy 2/2] RUN mkdir -p /build [2024-02-05T13:29:16.760Z] #44 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #45 [dev-systemd-false 19/21] COPY --link --from=buildx /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx [2024-02-05T13:29:16.760Z] #45 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #46 [dev-base 2/12] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2024-02-05T13:29:16.760Z] #46 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #47 [containerd-src 1/3] WORKDIR /usr/src/containerd [2024-02-05T13:29:16.760Z] #47 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #48 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc [2024-02-05T13:29:16.760Z] #48 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #49 [dev-systemd-false 12/21] COPY --link --from=runc /build/ /usr/local/bin/ [2024-02-05T13:29:16.760Z] #49 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #50 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-02-05T13:29:16.760Z] #50 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #51 [dev-systemd-false 3/21] COPY --link --from=delve /build/ /usr/local/bin/ [2024-02-05T13:29:16.760Z] #51 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #52 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2024-02-05T13:29:16.760Z] #52 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #53 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" [2024-02-05T13:29:16.760Z] #53 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #54 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.13" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-02-05T13:29:16.760Z] #54 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #55 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2 [2024-02-05T13:29:16.760Z] #55 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #56 [dev-base 9/12] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2024-02-05T13:29:16.760Z] #56 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #57 [dev-systemd-false 13/21] COPY --link --from=containerd /build/ /usr/local/bin/ [2024-02-05T13:29:16.760Z] #57 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #58 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" [2024-02-05T13:29:16.760Z] #58 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #59 [dev-base 3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2024-02-05T13:29:16.760Z] #59 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #60 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-02-05T13:29:16.760Z] #60 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #61 [dev-systemd-false 2/21] COPY --link --from=swagger /build/ /usr/local/bin/ [2024-02-05T13:29:16.760Z] #61 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #62 [dev-base 8/12] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2024-02-05T13:29:16.760Z] #62 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #63 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd [2024-02-05T13:29:16.760Z] #63 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #64 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2024-02-05T13:29:16.760Z] #64 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #65 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini [2024-02-05T13:29:16.760Z] #65 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #66 [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-02-05T13:29:16.760Z] #66 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #67 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" [2024-02-05T13:29:16.760Z] #67 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.760Z] #68 [dev-base 1/12] RUN groupadd -r docker [2024-02-05T13:29:16.760Z] #68 CACHED [2024-02-05T13:29:16.760Z] [2024-02-05T13:29:16.761Z] #69 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config [2024-02-05T13:29:16.761Z] #69 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #70 [delve-build 1/2] WORKDIR /usr/src/delve [2024-02-05T13:29:16.761Z] #70 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #71 [dev-systemd-false 7/21] COPY --link --from=registry /build/ /usr/local/bin/ [2024-02-05T13:29:16.761Z] #71 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #72 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2024-02-05T13:29:16.761Z] #72 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #73 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2024-02-05T13:29:16.761Z] #73 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #74 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <> /etc/bash.bashrc [2024-02-05T13:29:16.761Z] #108 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #109 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/ /etc/docker/ [2024-02-05T13:29:16.761Z] #109 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #110 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git" [2024-02-05T13:29:16.761Z] #110 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #111 [registry-src 1/2] WORKDIR /usr/src/registry [2024-02-05T13:29:16.761Z] #111 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #112 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2024-02-05T13:29:16.761Z] #112 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration [2024-02-05T13:29:16.761Z] #113 CACHED [2024-02-05T13:29:16.761Z] [2024-02-05T13:29:16.761Z] #114 [dev 1/1] COPY --link . . [2024-02-05T13:29:17.692Z] #114 DONE 1.3s [2024-02-05T13:29:17.950Z] [2024-02-05T13:29:17.950Z] #115 exporting to image [2024-02-05T13:29:17.950Z] #115 exporting layers [2024-02-05T13:29:18.514Z] #115 exporting layers 0.8s done [2024-02-05T13:29:18.771Z] #115 writing image sha256:5cf9d683fae5dfc7503e12fc30cabb23bdc25fa0e899f921a3e9cd00749119ff done [2024-02-05T13:29:18.771Z] #115 naming to docker.io/library/docker:5453bd65c6e26adbefb2b045997a11f75c16d157 done [2024-02-05T13:29:18.771Z] #115 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2024-02-05T13:29:19.065Z] + sudo modprobe ip6table_filter [Pipeline] sh [2024-02-05T13:29:19.341Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47294/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5453bd65c6e26adbefb2b045997a11f75c16d157 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=25.0 docker:5453bd65c6e26adbefb2b045997a11f75c16d157 hack/test/unit [2024-02-05T13:29:19.599Z] + BUILDFLAGS=(-tags 'netgo journald') [2024-02-05T13:29:19.599Z] + TESTFLAGS+=' -test.timeout=5m' [2024-02-05T13:29:19.599Z] + TESTDIRS=./... [2024-02-05T13:29:19.599Z] + exclude_paths='/vendor/|/integration' [2024-02-05T13:29:19.599Z] ++ go list ./... [2024-02-05T13:29:19.599Z] ++ grep -vE '(/vendor/|/integration)' [2024-02-05T13:29:20.166Z] + pkg_list='github.com/docker/docker/api [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/backend/build [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/httpstatus [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/httputils [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/middleware [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/build [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/container [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/debug [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/distribution [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/grpc [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/image [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/network [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/plugin [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/session [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/swarm [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/system [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/volume [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/backend [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/blkiodev [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/checkpoint [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/container [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/events [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/filters [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/image [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/mount [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/network [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/registry [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/strslice [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/swarm [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/system [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/time [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/versions [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/volume [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/worker [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/dockerfile [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/remotecontext [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/remotecontext/git [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-05T13:29:20.166Z] github.com/docker/docker/cli/debug [2024-02-05T13:29:20.166Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-05T13:29:20.166Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-05T13:29:20.166Z] github.com/docker/docker/client [2024-02-05T13:29:20.166Z] github.com/docker/docker/client/buildkit [2024-02-05T13:29:20.166Z] github.com/docker/docker/cmd/docker-proxy [2024-02-05T13:29:20.166Z] github.com/docker/docker/cmd/dockerd [2024-02-05T13:29:20.166Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-05T13:29:20.166Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-05T13:29:20.166Z] github.com/docker/docker/container [2024-02-05T13:29:20.166Z] github.com/docker/docker/container/stream [2024-02-05T13:29:20.166Z] github.com/docker/docker/contrib/apparmor [2024-02-05T13:29:20.166Z] github.com/docker/docker/contrib/httpserver [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster/convert [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster/executor [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster/provider [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/config [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/containerd [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/events [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/events/testutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/images [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/initlayer [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/links [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/listeners [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/gelf [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/journald [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/local [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/splunk [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/syslog [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/templates [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/names [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/network [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/snapshotter [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/stats [2024-02-05T13:29:20.166Z] github.com/docker/docker/distribution [2024-02-05T13:29:20.166Z] github.com/docker/docker/distribution/metadata [2024-02-05T13:29:20.166Z] github.com/docker/docker/distribution/utils [2024-02-05T13:29:20.166Z] github.com/docker/docker/distribution/xfer [2024-02-05T13:29:20.166Z] github.com/docker/docker/dockerversion [2024-02-05T13:29:20.166Z] github.com/docker/docker/errdefs [2024-02-05T13:29:20.166Z] github.com/docker/docker/image [2024-02-05T13:29:20.166Z] github.com/docker/docker/image/cache [2024-02-05T13:29:20.166Z] github.com/docker/docker/image/spec/specs-go [2024-02-05T13:29:20.166Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-05T13:29:20.166Z] github.com/docker/docker/image/tarexport [2024-02-05T13:29:20.166Z] github.com/docker/docker/image/v1 [2024-02-05T13:29:20.166Z] github.com/docker/docker/internal/compatcontext [2024-02-05T13:29:20.166Z] github.com/docker/docker/internal/mod [2024-02-05T13:29:20.166Z] github.com/docker/docker/internal/mounttree [2024-02-05T13:29:20.166Z] github.com/docker/docker/internal/multierror [2024-02-05T13:29:20.166Z] github.com/docker/docker/internal/sliceutil [2024-02-05T13:29:20.166Z] github.com/docker/docker/internal/test/suite [2024-02-05T13:29:20.166Z] github.com/docker/docker/internal/testutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-05T13:29:20.166Z] github.com/docker/docker/internal/unshare [2024-02-05T13:29:20.166Z] github.com/docker/docker/layer [2024-02-05T13:29:20.166Z] github.com/docker/docker/libcontainerd [2024-02-05T13:29:20.166Z] github.com/docker/docker/libcontainerd/queue [2024-02-05T13:29:20.166Z] github.com/docker/docker/libcontainerd/remote [2024-02-05T13:29:20.166Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-05T13:29:20.166Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-05T13:29:20.166Z] github.com/docker/docker/libcontainerd/types [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/bitmap [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/cluster [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/config [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/datastore [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/driverapi [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/etchosts [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/ipam [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/ipbits [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/iptables [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/netlabel [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/netutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/networkdb [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/ns [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/options [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/osl [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/portallocator [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/portmapper [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/scope [2024-02-05T13:29:20.166Z] github.com/docker/docker/libnetwork/types [2024-02-05T13:29:20.166Z] github.com/docker/docker/oci [2024-02-05T13:29:20.166Z] github.com/docker/docker/oci/caps [2024-02-05T13:29:20.166Z] github.com/docker/docker/opts [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/archive [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/authorization [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/broadcaster [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/capabilities [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/chrootarchive [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/containerfs [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/directory [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/dmesg [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/fileutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/homedir [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/idtools [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/ioutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/jsonmessage [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/longpath [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/loopback [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/meminfo [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/namesgenerator [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/parsers [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/pidfile [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/platform [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/plugingetter [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/plugins [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/plugins/transport [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/pools [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/process [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/progress [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/reexec [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/rootless [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/stack [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/stdcopy [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/streamformatter [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/stringid [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/sysinfo [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/system [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/tailfile [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/tarsum [2024-02-05T13:29:20.166Z] github.com/docker/docker/pkg/useragent [2024-02-05T13:29:20.166Z] github.com/docker/docker/plugin [2024-02-05T13:29:20.166Z] github.com/docker/docker/plugin/executor/containerd [2024-02-05T13:29:20.166Z] github.com/docker/docker/plugin/v2 [2024-02-05T13:29:20.166Z] github.com/docker/docker/profiles/apparmor [2024-02-05T13:29:20.166Z] github.com/docker/docker/profiles/seccomp [2024-02-05T13:29:20.166Z] github.com/docker/docker/quota [2024-02-05T13:29:20.166Z] github.com/docker/docker/reference [2024-02-05T13:29:20.166Z] github.com/docker/docker/registry [2024-02-05T13:29:20.166Z] github.com/docker/docker/registry/resumable [2024-02-05T13:29:20.166Z] github.com/docker/docker/restartmanager [2024-02-05T13:29:20.166Z] github.com/docker/docker/runconfig [2024-02-05T13:29:20.166Z] github.com/docker/docker/runconfig/opts [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil/daemon [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil/environment [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil/fakecontext [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil/fakegit [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil/fakestorage [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil/fixtures/load [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil/registry [2024-02-05T13:29:20.166Z] github.com/docker/docker/testutil/request [2024-02-05T13:29:20.166Z] github.com/docker/docker/volume [2024-02-05T13:29:20.166Z] github.com/docker/docker/volume/drivers [2024-02-05T13:29:20.166Z] github.com/docker/docker/volume/local [2024-02-05T13:29:20.166Z] github.com/docker/docker/volume/mounts [2024-02-05T13:29:20.166Z] github.com/docker/docker/volume/service [2024-02-05T13:29:20.166Z] github.com/docker/docker/volume/service/opts [2024-02-05T13:29:20.166Z] github.com/docker/docker/volume/testutils' [2024-02-05T13:29:20.166Z] ++ grep --fixed-strings -v /libnetwork [2024-02-05T13:29:20.166Z] ++ echo 'github.com/docker/docker/api [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/backend/build [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/httpstatus [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/httputils [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/middleware [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/build [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/container [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/debug [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/distribution [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/grpc [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/image [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/network [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/plugin [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/session [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/swarm [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/system [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/server/router/volume [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/backend [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/blkiodev [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/checkpoint [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/container [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/events [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/filters [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/image [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/mount [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/network [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/registry [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/strslice [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/swarm [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/system [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/time [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/versions [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-05T13:29:20.166Z] github.com/docker/docker/api/types/volume [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/worker [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/dockerfile [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/remotecontext [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/remotecontext/git [2024-02-05T13:29:20.166Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-05T13:29:20.166Z] github.com/docker/docker/cli/debug [2024-02-05T13:29:20.166Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-05T13:29:20.166Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-05T13:29:20.166Z] github.com/docker/docker/client [2024-02-05T13:29:20.166Z] github.com/docker/docker/client/buildkit [2024-02-05T13:29:20.166Z] github.com/docker/docker/cmd/docker-proxy [2024-02-05T13:29:20.166Z] github.com/docker/docker/cmd/dockerd [2024-02-05T13:29:20.166Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-05T13:29:20.166Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-05T13:29:20.166Z] github.com/docker/docker/container [2024-02-05T13:29:20.166Z] github.com/docker/docker/container/stream [2024-02-05T13:29:20.166Z] github.com/docker/docker/contrib/apparmor [2024-02-05T13:29:20.166Z] github.com/docker/docker/contrib/httpserver [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster/convert [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster/executor [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/cluster/provider [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/config [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/containerd [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/events [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/events/testutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/images [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/initlayer [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/links [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/listeners [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/gelf [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/journald [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/local [2024-02-05T13:29:20.166Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/splunk [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/syslog [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/templates [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/names [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/network [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/snapshotter [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/stats [2024-02-05T13:29:20.167Z] github.com/docker/docker/distribution [2024-02-05T13:29:20.167Z] github.com/docker/docker/distribution/metadata [2024-02-05T13:29:20.167Z] github.com/docker/docker/distribution/utils [2024-02-05T13:29:20.167Z] github.com/docker/docker/distribution/xfer [2024-02-05T13:29:20.167Z] github.com/docker/docker/dockerversion [2024-02-05T13:29:20.167Z] github.com/docker/docker/errdefs [2024-02-05T13:29:20.167Z] github.com/docker/docker/image [2024-02-05T13:29:20.167Z] github.com/docker/docker/image/cache [2024-02-05T13:29:20.167Z] github.com/docker/docker/image/spec/specs-go [2024-02-05T13:29:20.167Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-05T13:29:20.167Z] github.com/docker/docker/image/tarexport [2024-02-05T13:29:20.167Z] github.com/docker/docker/image/v1 [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/compatcontext [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/mod [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/mounttree [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/multierror [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/sliceutil [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/test/suite [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/testutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/unshare [2024-02-05T13:29:20.167Z] github.com/docker/docker/layer [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd/queue [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd/remote [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd/types [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/bitmap [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/cluster [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/config [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/datastore [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/driverapi [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/etchosts [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/ipam [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/ipbits [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/iptables [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/netlabel [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/netutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/networkdb [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/ns [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/options [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/osl [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/portallocator [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/portmapper [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/scope [2024-02-05T13:29:20.167Z] github.com/docker/docker/libnetwork/types [2024-02-05T13:29:20.167Z] github.com/docker/docker/oci [2024-02-05T13:29:20.167Z] github.com/docker/docker/oci/caps [2024-02-05T13:29:20.167Z] github.com/docker/docker/opts [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/archive [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/authorization [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/broadcaster [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/capabilities [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/chrootarchive [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/containerfs [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/directory [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/dmesg [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/fileutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/homedir [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/idtools [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/ioutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/jsonmessage [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/longpath [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/loopback [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/meminfo [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/namesgenerator [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/parsers [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/pidfile [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/platform [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugingetter [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugins [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugins/transport [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/pools [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/process [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/progress [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/reexec [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/rootless [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/stack [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/stdcopy [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/streamformatter [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/stringid [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/sysinfo [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/system [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/tailfile [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/tarsum [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/useragent [2024-02-05T13:29:20.167Z] github.com/docker/docker/plugin [2024-02-05T13:29:20.167Z] github.com/docker/docker/plugin/executor/containerd [2024-02-05T13:29:20.167Z] github.com/docker/docker/plugin/v2 [2024-02-05T13:29:20.167Z] github.com/docker/docker/profiles/apparmor [2024-02-05T13:29:20.167Z] github.com/docker/docker/profiles/seccomp [2024-02-05T13:29:20.167Z] github.com/docker/docker/quota [2024-02-05T13:29:20.167Z] github.com/docker/docker/reference [2024-02-05T13:29:20.167Z] github.com/docker/docker/registry [2024-02-05T13:29:20.167Z] github.com/docker/docker/registry/resumable [2024-02-05T13:29:20.167Z] github.com/docker/docker/restartmanager [2024-02-05T13:29:20.167Z] github.com/docker/docker/runconfig [2024-02-05T13:29:20.167Z] github.com/docker/docker/runconfig/opts [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/daemon [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/environment [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fakecontext [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fakegit [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fakestorage [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fixtures/load [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/registry [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/request [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/drivers [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/local [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/mounts [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/service [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/service/opts [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/testutils' [2024-02-05T13:29:20.167Z] + base_pkg_list='github.com/docker/docker/api [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/backend/build [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/httpstatus [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/httputils [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/middleware [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/build [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/container [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/debug [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/distribution [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/grpc [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/image [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/network [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/plugin [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/session [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/swarm [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/system [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/volume [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/backend [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/blkiodev [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/checkpoint [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/container [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/events [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/filters [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/image [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/mount [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/network [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/registry [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/strslice [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/swarm [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/system [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/time [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/versions [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/volume [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/worker [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/dockerfile [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/remotecontext [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/remotecontext/git [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-05T13:29:20.167Z] github.com/docker/docker/cli/debug [2024-02-05T13:29:20.167Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-05T13:29:20.167Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-05T13:29:20.167Z] github.com/docker/docker/client [2024-02-05T13:29:20.167Z] github.com/docker/docker/client/buildkit [2024-02-05T13:29:20.167Z] github.com/docker/docker/cmd/docker-proxy [2024-02-05T13:29:20.167Z] github.com/docker/docker/cmd/dockerd [2024-02-05T13:29:20.167Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-05T13:29:20.167Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-05T13:29:20.167Z] github.com/docker/docker/container [2024-02-05T13:29:20.167Z] github.com/docker/docker/container/stream [2024-02-05T13:29:20.167Z] github.com/docker/docker/contrib/apparmor [2024-02-05T13:29:20.167Z] github.com/docker/docker/contrib/httpserver [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster/convert [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster/executor [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster/provider [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/config [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/containerd [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/events [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/events/testutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/images [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/initlayer [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/links [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/listeners [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/gelf [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/journald [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/local [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/splunk [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/syslog [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/logger/templates [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/names [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/network [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/snapshotter [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/stats [2024-02-05T13:29:20.167Z] github.com/docker/docker/distribution [2024-02-05T13:29:20.167Z] github.com/docker/docker/distribution/metadata [2024-02-05T13:29:20.167Z] github.com/docker/docker/distribution/utils [2024-02-05T13:29:20.167Z] github.com/docker/docker/distribution/xfer [2024-02-05T13:29:20.167Z] github.com/docker/docker/dockerversion [2024-02-05T13:29:20.167Z] github.com/docker/docker/errdefs [2024-02-05T13:29:20.167Z] github.com/docker/docker/image [2024-02-05T13:29:20.167Z] github.com/docker/docker/image/cache [2024-02-05T13:29:20.167Z] github.com/docker/docker/image/spec/specs-go [2024-02-05T13:29:20.167Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-05T13:29:20.167Z] github.com/docker/docker/image/tarexport [2024-02-05T13:29:20.167Z] github.com/docker/docker/image/v1 [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/compatcontext [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/mod [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/mounttree [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/multierror [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/sliceutil [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/test/suite [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/testutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-05T13:29:20.167Z] github.com/docker/docker/internal/unshare [2024-02-05T13:29:20.167Z] github.com/docker/docker/layer [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd/queue [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd/remote [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-05T13:29:20.167Z] github.com/docker/docker/libcontainerd/types [2024-02-05T13:29:20.167Z] github.com/docker/docker/oci [2024-02-05T13:29:20.167Z] github.com/docker/docker/oci/caps [2024-02-05T13:29:20.167Z] github.com/docker/docker/opts [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/archive [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/authorization [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/broadcaster [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/capabilities [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/chrootarchive [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/containerfs [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/directory [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/dmesg [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/fileutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/homedir [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/idtools [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/ioutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/jsonmessage [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/longpath [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/loopback [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/meminfo [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/namesgenerator [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/parsers [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/pidfile [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/platform [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugingetter [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugins [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/plugins/transport [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/pools [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/process [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/progress [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/reexec [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/rootless [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/stack [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/stdcopy [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/streamformatter [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/stringid [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/sysinfo [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/system [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/tailfile [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/tarsum [2024-02-05T13:29:20.167Z] github.com/docker/docker/pkg/useragent [2024-02-05T13:29:20.167Z] github.com/docker/docker/plugin [2024-02-05T13:29:20.167Z] github.com/docker/docker/plugin/executor/containerd [2024-02-05T13:29:20.167Z] github.com/docker/docker/plugin/v2 [2024-02-05T13:29:20.167Z] github.com/docker/docker/profiles/apparmor [2024-02-05T13:29:20.167Z] github.com/docker/docker/profiles/seccomp [2024-02-05T13:29:20.167Z] github.com/docker/docker/quota [2024-02-05T13:29:20.167Z] github.com/docker/docker/reference [2024-02-05T13:29:20.167Z] github.com/docker/docker/registry [2024-02-05T13:29:20.167Z] github.com/docker/docker/registry/resumable [2024-02-05T13:29:20.167Z] github.com/docker/docker/restartmanager [2024-02-05T13:29:20.167Z] github.com/docker/docker/runconfig [2024-02-05T13:29:20.167Z] github.com/docker/docker/runconfig/opts [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/daemon [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/environment [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fakecontext [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fakegit [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fakestorage [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fixtures/load [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/registry [2024-02-05T13:29:20.167Z] github.com/docker/docker/testutil/request [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/drivers [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/local [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/mounts [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/service [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/service/opts [2024-02-05T13:29:20.167Z] github.com/docker/docker/volume/testutils' [2024-02-05T13:29:20.167Z] ++ grep --fixed-strings /libnetwork [2024-02-05T13:29:20.167Z] ++ echo 'github.com/docker/docker/api [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/backend/build [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/httpstatus [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/httputils [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/middleware [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/build [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/container [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/debug [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/distribution [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/grpc [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/image [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/network [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/plugin [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/session [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/swarm [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/system [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/server/router/volume [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/backend [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/blkiodev [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/checkpoint [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/container [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/events [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/filters [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/image [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/mount [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/network [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/registry [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/strslice [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/swarm [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/system [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/time [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/versions [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-05T13:29:20.167Z] github.com/docker/docker/api/types/volume [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/worker [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/dockerfile [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/remotecontext [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/remotecontext/git [2024-02-05T13:29:20.167Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-05T13:29:20.167Z] github.com/docker/docker/cli/debug [2024-02-05T13:29:20.167Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-05T13:29:20.167Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-05T13:29:20.167Z] github.com/docker/docker/client [2024-02-05T13:29:20.167Z] github.com/docker/docker/client/buildkit [2024-02-05T13:29:20.167Z] github.com/docker/docker/cmd/docker-proxy [2024-02-05T13:29:20.167Z] github.com/docker/docker/cmd/dockerd [2024-02-05T13:29:20.167Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-05T13:29:20.167Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-05T13:29:20.167Z] github.com/docker/docker/container [2024-02-05T13:29:20.167Z] github.com/docker/docker/container/stream [2024-02-05T13:29:20.167Z] github.com/docker/docker/contrib/apparmor [2024-02-05T13:29:20.167Z] github.com/docker/docker/contrib/httpserver [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster/convert [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster/executor [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/cluster/provider [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/config [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/containerd [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/events [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/events/testutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-05T13:29:20.167Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/images [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/initlayer [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/links [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/listeners [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/gelf [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/journald [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/local [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/splunk [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/syslog [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/logger/templates [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/names [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/network [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/snapshotter [2024-02-05T13:29:20.168Z] github.com/docker/docker/daemon/stats [2024-02-05T13:29:20.168Z] github.com/docker/docker/distribution [2024-02-05T13:29:20.168Z] github.com/docker/docker/distribution/metadata [2024-02-05T13:29:20.168Z] github.com/docker/docker/distribution/utils [2024-02-05T13:29:20.168Z] github.com/docker/docker/distribution/xfer [2024-02-05T13:29:20.168Z] github.com/docker/docker/dockerversion [2024-02-05T13:29:20.168Z] github.com/docker/docker/errdefs [2024-02-05T13:29:20.168Z] github.com/docker/docker/image [2024-02-05T13:29:20.168Z] github.com/docker/docker/image/cache [2024-02-05T13:29:20.168Z] github.com/docker/docker/image/spec/specs-go [2024-02-05T13:29:20.168Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-05T13:29:20.168Z] github.com/docker/docker/image/tarexport [2024-02-05T13:29:20.168Z] github.com/docker/docker/image/v1 [2024-02-05T13:29:20.168Z] github.com/docker/docker/internal/compatcontext [2024-02-05T13:29:20.168Z] github.com/docker/docker/internal/mod [2024-02-05T13:29:20.168Z] github.com/docker/docker/internal/mounttree [2024-02-05T13:29:20.168Z] github.com/docker/docker/internal/multierror [2024-02-05T13:29:20.168Z] github.com/docker/docker/internal/sliceutil [2024-02-05T13:29:20.168Z] github.com/docker/docker/internal/test/suite [2024-02-05T13:29:20.168Z] github.com/docker/docker/internal/testutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-05T13:29:20.168Z] github.com/docker/docker/internal/unshare [2024-02-05T13:29:20.168Z] github.com/docker/docker/layer [2024-02-05T13:29:20.168Z] github.com/docker/docker/libcontainerd [2024-02-05T13:29:20.168Z] github.com/docker/docker/libcontainerd/queue [2024-02-05T13:29:20.168Z] github.com/docker/docker/libcontainerd/remote [2024-02-05T13:29:20.168Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-05T13:29:20.168Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-05T13:29:20.168Z] github.com/docker/docker/libcontainerd/types [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/bitmap [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cluster [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/config [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/datastore [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/driverapi [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/etchosts [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipam [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipbits [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/iptables [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/netlabel [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/netutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/networkdb [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ns [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/options [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/osl [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/portallocator [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/portmapper [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/scope [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/types [2024-02-05T13:29:20.168Z] github.com/docker/docker/oci [2024-02-05T13:29:20.168Z] github.com/docker/docker/oci/caps [2024-02-05T13:29:20.168Z] github.com/docker/docker/opts [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/archive [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/authorization [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/broadcaster [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/capabilities [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/chrootarchive [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/containerfs [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/directory [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/dmesg [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/fileutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/homedir [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/idtools [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/ioutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/jsonmessage [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/longpath [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/loopback [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/meminfo [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/namesgenerator [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/parsers [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/pidfile [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/platform [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/plugingetter [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/plugins [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/plugins/transport [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/pools [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/process [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/progress [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/reexec [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/rootless [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/stack [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/stdcopy [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/streamformatter [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/stringid [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/sysinfo [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/system [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/tailfile [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/tarsum [2024-02-05T13:29:20.168Z] github.com/docker/docker/pkg/useragent [2024-02-05T13:29:20.168Z] github.com/docker/docker/plugin [2024-02-05T13:29:20.168Z] github.com/docker/docker/plugin/executor/containerd [2024-02-05T13:29:20.168Z] github.com/docker/docker/plugin/v2 [2024-02-05T13:29:20.168Z] github.com/docker/docker/profiles/apparmor [2024-02-05T13:29:20.168Z] github.com/docker/docker/profiles/seccomp [2024-02-05T13:29:20.168Z] github.com/docker/docker/quota [2024-02-05T13:29:20.168Z] github.com/docker/docker/reference [2024-02-05T13:29:20.168Z] github.com/docker/docker/registry [2024-02-05T13:29:20.168Z] github.com/docker/docker/registry/resumable [2024-02-05T13:29:20.168Z] github.com/docker/docker/restartmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/runconfig [2024-02-05T13:29:20.168Z] github.com/docker/docker/runconfig/opts [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil/daemon [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil/environment [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil/fakecontext [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil/fakegit [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil/fakestorage [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil/fixtures/load [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil/registry [2024-02-05T13:29:20.168Z] github.com/docker/docker/testutil/request [2024-02-05T13:29:20.168Z] github.com/docker/docker/volume [2024-02-05T13:29:20.168Z] github.com/docker/docker/volume/drivers [2024-02-05T13:29:20.168Z] github.com/docker/docker/volume/local [2024-02-05T13:29:20.168Z] github.com/docker/docker/volume/mounts [2024-02-05T13:29:20.168Z] github.com/docker/docker/volume/service [2024-02-05T13:29:20.168Z] github.com/docker/docker/volume/service/opts [2024-02-05T13:29:20.168Z] github.com/docker/docker/volume/testutils' [2024-02-05T13:29:20.168Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/bitmap [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cluster [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/config [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/datastore [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/driverapi [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/etchosts [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipam [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipbits [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/iptables [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/netlabel [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/netutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/networkdb [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ns [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/options [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/osl [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/portallocator [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/portmapper [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/scope [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/types' [2024-02-05T13:29:20.168Z] + echo 'github.com/docker/docker/libnetwork [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/bitmap [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cluster [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/config [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/datastore [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/driverapi [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/etchosts [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipam [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-05T13:29:20.168Z] git+ grep --fixed-strings libnetwork/drivers/bridge [2024-02-05T13:29:20.168Z] hub.com/docker/docker/libnetwork/ipams/remote [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ipbits [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/iptables [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/netlabel [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/netutils [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/networkdb [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/ns [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/options [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/osl [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/portallocator [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/portmapper [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/scope [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/types' [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-05T13:29:20.168Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-05T13:29:20.168Z] + type docker-proxy [2024-02-05T13:29:20.168Z] hack/test/unit: line 25: type: docker-proxy: not found [2024-02-05T13:29:20.168Z] + hack/make.sh binary-proxy install-proxy [2024-02-05T13:29:20.168Z] [2024-02-05T13:29:20.168Z] Removing bundles/ [2024-02-05T13:29:20.168Z] [2024-02-05T13:29:20.168Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2024-02-05T13:29:20.168Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2024-02-05T13:29:20.168Z] + tee /go/src/github.com/docker/docker/go.mod [2024-02-05T13:29:20.168Z] module github.com/docker/docker [2024-02-05T13:29:20.168Z] [2024-02-05T13:29:20.168Z] go 1.20 [2024-02-05T13:29:20.168Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-02-05T13:29:20.168Z] + GO111MODULE=on [2024-02-05T13:29:20.168Z] + 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=5453bd65c6e26adbefb2b045997a11f75c16d157" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-05T13:29:19.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-02-05T13:29:24.349Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-02-05T13:29:24.349Z] Created binary: bundles/binary-proxy/docker-proxy [2024-02-05T13:29:24.349Z] [2024-02-05T13:29:24.349Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2024-02-05T13:29:24.349Z] Installing docker-proxy to /usr/local/bin/ [2024-02-05T13:29:24.349Z] [2024-02-05T13:29:24.349Z] + mkdir -p bundles [2024-02-05T13:29:24.349Z] + '[' -n 'github.com/docker/docker/api [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/backend/build [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/httpstatus [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/httputils [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/middleware [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/build [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/container [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/debug [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/distribution [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/grpc [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/image [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/network [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/plugin [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/session [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/swarm [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/system [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/server/router/volume [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/backend [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/blkiodev [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/checkpoint [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/container [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/events [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/filters [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/image [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/mount [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/network [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/registry [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/strslice [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/swarm [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/system [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/time [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/versions [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-05T13:29:24.349Z] github.com/docker/docker/api/types/volume [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/builder-next [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/builder-next/worker [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/dockerfile [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/remotecontext [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/remotecontext/git [2024-02-05T13:29:24.349Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-05T13:29:24.349Z] github.com/docker/docker/cli/debug [2024-02-05T13:29:24.349Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-05T13:29:24.349Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-05T13:29:24.349Z] github.com/docker/docker/client [2024-02-05T13:29:24.349Z] github.com/docker/docker/client/buildkit [2024-02-05T13:29:24.349Z] github.com/docker/docker/cmd/docker-proxy [2024-02-05T13:29:24.349Z] github.com/docker/docker/cmd/dockerd [2024-02-05T13:29:24.349Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-05T13:29:24.349Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-05T13:29:24.349Z] github.com/docker/docker/container [2024-02-05T13:29:24.349Z] github.com/docker/docker/container/stream [2024-02-05T13:29:24.349Z] github.com/docker/docker/contrib/apparmor [2024-02-05T13:29:24.349Z] github.com/docker/docker/contrib/httpserver [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/cluster [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/cluster/convert [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/cluster/executor [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/cluster/provider [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/config [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/containerd [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/events [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/events/testutils [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/graphdriver [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/images [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/initlayer [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/links [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/listeners [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/gelf [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/journald [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/local [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/splunk [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/syslog [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/logger/templates [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/names [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/network [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/snapshotter [2024-02-05T13:29:24.349Z] github.com/docker/docker/daemon/stats [2024-02-05T13:29:24.349Z] github.com/docker/docker/distribution [2024-02-05T13:29:24.349Z] github.com/docker/docker/distribution/metadata [2024-02-05T13:29:24.349Z] github.com/docker/docker/distribution/utils [2024-02-05T13:29:24.349Z] github.com/docker/docker/distribution/xfer [2024-02-05T13:29:24.349Z] github.com/docker/docker/dockerversion [2024-02-05T13:29:24.349Z] github.com/docker/docker/errdefs [2024-02-05T13:29:24.349Z] github.com/docker/docker/image [2024-02-05T13:29:24.349Z] github.com/docker/docker/image/cache [2024-02-05T13:29:24.349Z] github.com/docker/docker/image/spec/specs-go [2024-02-05T13:29:24.349Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-05T13:29:24.349Z] github.com/docker/docker/image/tarexport [2024-02-05T13:29:24.349Z] github.com/docker/docker/image/v1 [2024-02-05T13:29:24.349Z] github.com/docker/docker/internal/compatcontext [2024-02-05T13:29:24.349Z] github.com/docker/docker/internal/mod [2024-02-05T13:29:24.349Z] github.com/docker/docker/internal/mounttree [2024-02-05T13:29:24.349Z] github.com/docker/docker/internal/multierror [2024-02-05T13:29:24.349Z] github.com/docker/docker/internal/sliceutil [2024-02-05T13:29:24.349Z] github.com/docker/docker/internal/test/suite [2024-02-05T13:29:24.349Z] github.com/docker/docker/internal/testutils [2024-02-05T13:29:24.349Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-05T13:29:24.349Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-05T13:29:24.349Z] github.com/docker/docker/internal/unshare [2024-02-05T13:29:24.349Z] github.com/docker/docker/layer [2024-02-05T13:29:24.349Z] github.com/docker/docker/libcontainerd [2024-02-05T13:29:24.349Z] github.com/docker/docker/libcontainerd/queue [2024-02-05T13:29:24.349Z] github.com/docker/docker/libcontainerd/remote [2024-02-05T13:29:24.349Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-05T13:29:24.349Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-05T13:29:24.349Z] github.com/docker/docker/libcontainerd/types [2024-02-05T13:29:24.349Z] github.com/docker/docker/oci [2024-02-05T13:29:24.349Z] github.com/docker/docker/oci/caps [2024-02-05T13:29:24.349Z] github.com/docker/docker/opts [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/archive [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/authorization [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/broadcaster [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/capabilities [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/chrootarchive [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/containerfs [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/directory [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/dmesg [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/fileutils [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/homedir [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/idtools [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/ioutils [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/jsonmessage [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/longpath [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/loopback [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/meminfo [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/namesgenerator [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/parsers [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/pidfile [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/platform [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/plugingetter [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/plugins [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/plugins/transport [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/pools [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/process [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/progress [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/reexec [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/rootless [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/stack [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/stdcopy [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/streamformatter [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/stringid [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/sysinfo [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/system [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/tailfile [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/tarsum [2024-02-05T13:29:24.349Z] github.com/docker/docker/pkg/useragent [2024-02-05T13:29:24.349Z] github.com/docker/docker/plugin [2024-02-05T13:29:24.349Z] github.com/docker/docker/plugin/executor/containerd [2024-02-05T13:29:24.349Z] github.com/docker/docker/plugin/v2 [2024-02-05T13:29:24.349Z] github.com/docker/docker/profiles/apparmor [2024-02-05T13:29:24.349Z] github.com/docker/docker/profiles/seccomp [2024-02-05T13:29:24.349Z] github.com/docker/docker/quota [2024-02-05T13:29:24.349Z] github.com/docker/docker/reference [2024-02-05T13:29:24.349Z] github.com/docker/docker/registry [2024-02-05T13:29:24.349Z] github.com/docker/docker/registry/resumable [2024-02-05T13:29:24.349Z] github.com/docker/docker/restartmanager [2024-02-05T13:29:24.349Z] github.com/docker/docker/runconfig [2024-02-05T13:29:24.349Z] github.com/docker/docker/runconfig/opts [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil/daemon [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil/environment [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil/fakecontext [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil/fakegit [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil/fakestorage [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil/fixtures/load [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil/registry [2024-02-05T13:29:24.349Z] github.com/docker/docker/testutil/request [2024-02-05T13:29:24.349Z] github.com/docker/docker/volume [2024-02-05T13:29:24.349Z] github.com/docker/docker/volume/drivers [2024-02-05T13:29:24.349Z] github.com/docker/docker/volume/local [2024-02-05T13:29:24.349Z] github.com/docker/docker/volume/mounts [2024-02-05T13:29:24.349Z] github.com/docker/docker/volume/service [2024-02-05T13:29:24.349Z] github.com/docker/docker/volume/service/opts [2024-02-05T13:29:24.349Z] github.com/docker/docker/volume/testutils' ']' [2024-02-05T13:29:24.349Z] + 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/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-02-05T13:29:24.915Z] ? github.com/docker/docker/api [no test files] [2024-02-05T13:29:33.022Z] ok github.com/docker/docker/api/server 0.025s coverage: 13.0% of statements [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/build [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 28.3% of statements [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/container [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/image [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/network [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/session [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/server/router/system [no test files] [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 7.3% of statements [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/backend [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/server/router/volume 0.006s coverage: 66.7% of statements [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/events [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/image [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/mount [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/types/network 0.005s coverage: 80.0% of statements [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/types/container 0.008s coverage: 83.7% of statements [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 94.0% of statements [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/types/registry 0.004s coverage: 54.2% of statements [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/swarm [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/system [no test files] [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/api/types/volume [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder/builder-next [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2024-02-05T13:29:54.941Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.020s coverage: 100.0% of statements [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/builder/dockerfile 0.039s coverage: 50.2% of statements [2024-02-05T13:29:54.941Z] ok github.com/docker/docker/builder/remotecontext 0.063s coverage: 33.7% of statements [2024-02-05T13:29:56.842Z] ? github.com/docker/docker/client/buildkit [no test files] [2024-02-05T13:29:56.842Z] ok github.com/docker/docker/cmd/docker-proxy 0.042s coverage: 66.5% of statements [2024-02-05T13:29:56.842Z] ok github.com/docker/docker/client 0.172s coverage: 77.0% of statements [2024-02-05T13:29:58.741Z] ok github.com/docker/docker/builder/remotecontext/git 4.075s coverage: 82.5% of statements [2024-02-05T13:30:08.708Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2024-02-05T13:30:08.708Z] ? github.com/docker/docker/container/stream [no test files] [2024-02-05T13:30:08.708Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2024-02-05T13:30:08.708Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2024-02-05T13:30:08.708Z] ok github.com/docker/docker/container 0.128s coverage: 35.9% of statements [2024-02-05T13:30:08.708Z] ok github.com/docker/docker/cmd/dockerd 0.247s coverage: 30.0% of statements [2024-02-05T13:30:10.607Z] ok github.com/docker/docker/cmd/dockerd/trap 2.465s coverage: 0.0% of statements [2024-02-05T13:30:11.979Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2024-02-05T13:30:11.979Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2024-02-05T13:30:11.979Z] ok github.com/docker/docker/daemon/cluster/convert 0.018s coverage: 38.7% of statements [2024-02-05T13:30:11.979Z] ok github.com/docker/docker/daemon/cluster 0.047s coverage: 0.5% of statements [2024-02-05T13:30:11.979Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2024-02-05T13:30:12.237Z] ok github.com/docker/docker/daemon/config 0.044s coverage: 74.4% of statements [2024-02-05T13:30:13.609Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2024-02-05T13:30:13.609Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.3% of statements [2024-02-05T13:30:13.609Z] ok github.com/docker/docker/daemon/containerd 0.041s coverage: 9.0% of statements [2024-02-05T13:30:13.609Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2024-02-05T13:30:13.866Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.8% of statements [2024-02-05T13:30:14.124Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.187s coverage: 60.9% of statements [2024-02-05T13:30:14.381Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2024-02-05T13:30:14.381Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2024-02-05T13:30:14.639Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2024-02-05T13:30:14.639Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2024-02-05T13:30:14.639Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.171s coverage: 60.2% of statements [2024-02-05T13:30:14.897Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 60.9% of statements [2024-02-05T13:30:15.462Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2024-02-05T13:30:15.462Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.472s coverage: 13.3% of statements [2024-02-05T13:30:15.719Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2024-02-05T13:30:15.719Z] ? github.com/docker/docker/daemon/listeners [no test files] [2024-02-05T13:30:15.719Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2024-02-05T13:30:15.977Z] ok github.com/docker/docker/daemon/images 0.030s coverage: 3.0% of statements [2024-02-05T13:30:15.977Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 43.2% of statements [2024-02-05T13:30:16.235Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2024-02-05T13:30:16.235Z] ok github.com/docker/docker/daemon/logger/fluentd 0.023s coverage: 53.6% of statements [2024-02-05T13:30:16.493Z] ok github.com/docker/docker/daemon/logger/gelf 0.023s coverage: 68.2% of statements [2024-02-05T13:30:16.493Z] ok github.com/docker/docker/daemon/logger/awslogs 0.109s coverage: 78.3% of statements [2024-02-05T13:30:17.058Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2024-02-05T13:30:17.058Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2024-02-05T13:30:17.058Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.008s coverage: 88.2% of statements [2024-02-05T13:30:17.058Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2024-02-05T13:30:17.058Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.108s coverage: 76.8% of statements [2024-02-05T13:30:17.058Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2024-02-05T13:30:17.058Z] ok github.com/docker/docker/daemon/logger/local 0.057s coverage: 79.4% of statements [2024-02-05T13:30:17.995Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.021s coverage: 63.5% of statements [2024-02-05T13:30:17.995Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 31.5% of statements [2024-02-05T13:30:17.995Z] ? github.com/docker/docker/daemon/names [no test files] [2024-02-05T13:30:17.995Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2024-02-05T13:30:17.995Z] ok github.com/docker/docker/daemon/logger/syslog 0.012s coverage: 46.8% of statements [2024-02-05T13:30:18.253Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2024-02-05T13:30:18.253Z] ? github.com/docker/docker/daemon/stats [no test files] [2024-02-05T13:30:18.253Z] ok github.com/docker/docker/daemon/network 0.015s coverage: 63.8% of statements [2024-02-05T13:30:18.510Z] ok github.com/docker/docker/daemon/logger/journald 1.584s coverage: 72.7% of statements [2024-02-05T13:30:19.076Z] ? github.com/docker/docker/distribution/utils [no test files] [2024-02-05T13:30:19.076Z] ok github.com/docker/docker/errdefs 0.006s coverage: 77.2% of statements [2024-02-05T13:30:19.076Z] ok github.com/docker/docker/dockerversion 0.010s coverage: 100.0% of statements [2024-02-05T13:30:19.076Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2024-02-05T13:30:19.076Z] ok github.com/docker/docker/daemon/logger/splunk 1.407s coverage: 82.5% of statements [2024-02-05T13:30:19.641Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2024-02-05T13:30:19.641Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2024-02-05T13:30:19.641Z] ok github.com/docker/docker/image/cache 0.006s coverage: 24.1% of statements [2024-02-05T13:30:19.641Z] ok github.com/docker/docker/image 0.025s coverage: 82.5% of statements [2024-02-05T13:30:19.898Z] ? github.com/docker/docker/image/v1 [no test files] [2024-02-05T13:30:19.898Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2024-02-05T13:30:19.898Z] ? github.com/docker/docker/internal/mounttree [no test files] [2024-02-05T13:30:19.898Z] ok github.com/docker/docker/internal/mod 0.002s coverage: 66.7% of statements [2024-02-05T13:30:19.898Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.6% of statements [2024-02-05T13:30:20.155Z] ? github.com/docker/docker/internal/sliceutil [no test files] [2024-02-05T13:30:20.155Z] ? github.com/docker/docker/internal/test/suite [no test files] [2024-02-05T13:30:20.155Z] ? github.com/docker/docker/internal/testutils [no test files] [2024-02-05T13:30:20.155Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2024-02-05T13:30:20.156Z] ok github.com/docker/docker/internal/multierror 0.003s coverage: 88.9% of statements [2024-02-05T13:30:20.156Z] ? github.com/docker/docker/internal/testutils/specialimage [no test files] [2024-02-05T13:30:20.156Z] ? github.com/docker/docker/internal/unshare [no test files] [2024-02-05T13:30:20.413Z] ok github.com/docker/docker/distribution 1.497s coverage: 28.9% of statements [2024-02-05T13:30:21.346Z] ? github.com/docker/docker/libcontainerd [no test files] [2024-02-05T13:30:21.346Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2024-02-05T13:30:21.346Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2024-02-05T13:30:21.346Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2024-02-05T13:30:21.346Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2024-02-05T13:30:21.346Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2024-02-05T13:30:21.346Z] ok github.com/docker/docker/distribution/xfer 2.175s coverage: 85.4% of statements [2024-02-05T13:30:21.346Z] ok github.com/docker/docker/daemon 10.695s coverage: 17.1% of statements [2024-02-05T13:30:21.604Z] ? github.com/docker/docker/oci/caps [no test files] [2024-02-05T13:30:21.604Z] ok github.com/docker/docker/oci 0.014s coverage: 38.1% of statements [2024-02-05T13:30:21.604Z] ok github.com/docker/docker/opts 0.019s coverage: 67.9% of statements [2024-02-05T13:30:22.170Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2024-02-05T13:30:22.170Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2024-02-05T13:30:22.170Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 81.8% of statements [2024-02-05T13:30:22.170Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 25.8% of statements [2024-02-05T13:30:22.428Z] ok github.com/docker/docker/pkg/dmesg 0.012s coverage: 83.3% of statements [2024-02-05T13:30:22.428Z] ok github.com/docker/docker/pkg/chrootarchive 0.248s coverage: 83.7% of statements [2024-02-05T13:30:22.686Z] ok github.com/docker/docker/pkg/homedir 0.018s coverage: 8.3% of statements [2024-02-05T13:30:22.686Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 51.7% of statements [2024-02-05T13:30:22.686Z] ok github.com/docker/docker/pkg/archive 0.443s coverage: 81.2% of statements [2024-02-05T13:30:22.686Z] ok github.com/docker/docker/pkg/authorization 0.585s coverage: 68.3% of statements [2024-02-05T13:30:22.686Z] ? github.com/docker/docker/pkg/loopback [no test files] [2024-02-05T13:30:22.944Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 45.5% of statements [2024-02-05T13:30:22.944Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 92.3% of statements [2024-02-05T13:30:22.944Z] ok github.com/docker/docker/pkg/meminfo 0.002s coverage: 75.0% of statements [2024-02-05T13:30:22.944Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2024-02-05T13:30:22.944Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2024-02-05T13:30:23.202Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2024-02-05T13:30:23.202Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.2% of statements [2024-02-05T13:30:23.202Z] ? github.com/docker/docker/pkg/platform [no test files] [2024-02-05T13:30:23.202Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2024-02-05T13:30:23.202Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 94.1% of statements [2024-02-05T13:30:23.202Z] ok github.com/docker/docker/pkg/idtools 0.486s coverage: 69.7% of statements [2024-02-05T13:30:23.202Z] ok github.com/docker/docker/pkg/ioutils 0.394s coverage: 69.1% of statements [2024-02-05T13:30:23.767Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2024-02-05T13:30:23.767Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2024-02-05T13:30:23.767Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 88.2% of statements [2024-02-05T13:30:23.767Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 90.0% of statements [2024-02-05T13:30:23.767Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2024-02-05T13:30:23.767Z] ok github.com/docker/docker/pkg/process 0.007s coverage: 21.7% of statements [2024-02-05T13:30:23.767Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2024-02-05T13:30:24.024Z] ? github.com/docker/docker/pkg/rootless [no test files] [2024-02-05T13:30:24.024Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2024-02-05T13:30:24.024Z] ok github.com/docker/docker/pkg/stack 0.010s coverage: 90.9% of statements [2024-02-05T13:30:24.024Z] ok github.com/docker/docker/pkg/reexec 0.037s coverage: 82.4% of statements [2024-02-05T13:30:24.024Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2024-02-05T13:30:24.282Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2024-02-05T13:30:24.282Z] ok github.com/docker/docker/pkg/stringid 0.021s coverage: 61.9% of statements [2024-02-05T13:30:24.540Z] ok github.com/docker/docker/pkg/system 0.008s coverage: 40.3% of statements [2024-02-05T13:30:24.540Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.4% of statements [2024-02-05T13:30:24.540Z] ok github.com/docker/docker/pkg/tailfile 0.043s coverage: 88.6% of statements [2024-02-05T13:30:24.540Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2024-02-05T13:30:24.540Z] ok github.com/docker/docker/pkg/tarsum 0.046s coverage: 89.6% of statements [2024-02-05T13:30:25.105Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2024-02-05T13:30:25.105Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2024-02-05T13:30:25.105Z] ok github.com/docker/docker/plugin/v2 0.006s coverage: 14.4% of statements [2024-02-05T13:30:25.363Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2024-02-05T13:30:25.620Z] ok github.com/docker/docker/reference 0.011s coverage: 83.7% of statements [2024-02-05T13:30:25.620Z] ok github.com/docker/docker/pkg/plugins 2.013s coverage: 74.9% of statements [2024-02-05T13:30:25.620Z] ok github.com/docker/docker/quota 0.173s coverage: 69.3% of statements [2024-02-05T13:30:25.878Z] ok github.com/docker/docker/plugin 0.543s coverage: 23.2% of statements [2024-02-05T13:30:26.135Z] ok github.com/docker/docker/restartmanager 0.003s coverage: 51.9% of statements [2024-02-05T13:30:26.135Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2024-02-05T13:30:26.135Z] ? github.com/docker/docker/runconfig/opts [no test files] [2024-02-05T13:30:26.135Z] ok github.com/docker/docker/runconfig 0.011s coverage: 63.8% of statements [2024-02-05T13:30:26.135Z] ok github.com/docker/docker/registry 0.139s coverage: 63.9% of statements [2024-02-05T13:30:26.393Z] ok github.com/docker/docker/testutil 0.008s coverage: 6.8% of statements [2024-02-05T13:30:26.393Z] ? github.com/docker/docker/testutil/daemon [no test files] [2024-02-05T13:30:26.393Z] ? github.com/docker/docker/testutil/environment [no test files] [2024-02-05T13:30:26.393Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2024-02-05T13:30:26.393Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2024-02-05T13:30:26.393Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2024-02-05T13:30:26.393Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2024-02-05T13:30:26.393Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2024-02-05T13:30:26.393Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2024-02-05T13:30:26.651Z] ? github.com/docker/docker/testutil/registry [no test files] [2024-02-05T13:30:26.651Z] ? github.com/docker/docker/testutil/request [no test files] [2024-02-05T13:30:26.651Z] ? github.com/docker/docker/volume [no test files] [2024-02-05T13:30:26.909Z] ok github.com/docker/docker/volume/drivers 0.008s coverage: 36.1% of statements [2024-02-05T13:30:27.166Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 65.7% of statements [2024-02-05T13:30:27.424Z] ok github.com/docker/docker/volume/local 0.073s coverage: 77.2% of statements [2024-02-05T13:30:27.681Z] ? github.com/docker/docker/volume/service/opts [no test files] [2024-02-05T13:30:27.681Z] ? github.com/docker/docker/volume/testutils [no test files] [2024-02-05T13:30:27.681Z] ok github.com/docker/docker/volume/service 0.012s coverage: 71.8% of statements [2024-02-05T13:30:29.051Z] ok github.com/docker/docker/layer 8.018s coverage: 68.1% of statements [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === Skipped [2024-02-05T13:30:29.309Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2024-02-05T13:30:29.309Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2024-02-05T13:30:29.309Z] network_proxy_test.go:210: No support for dual stack yet [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2024-02-05T13:30:29.309Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2024-02-05T13:30:29.309Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:68: No driver to put! [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2024-02-05T13:30:29.309Z] time="2024-02-05T13:30:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2024-02-05T13:30:29.309Z] time="2024-02-05T13:30:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2024-02-05T13:30:29.309Z] time="2024-02-05T13:30:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2024-02-05T13:30:29.309Z] time="2024-02-05T13:30:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2024-02-05T13:30:29.309Z] time="2024-02-05T13:30:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:68: No driver to put! [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2024-02-05T13:30:29.309Z] overlay_test.go:61: Cannot run test with naive change algorithm [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-05T13:30:29.309Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2024-02-05T13:30:29.309Z] graphtest_unix.go:68: No driver to put! [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2024-02-05T13:30:29.309Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2024-02-05T13:30:29.309Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2024-02-05T13:30:29.309Z] validate_test.go:70: only tested on Windows [2024-02-05T13:30:29.309Z] [2024-02-05T13:30:29.309Z] DONE 3217 tests, 27 skipped in 64.915s [2024-02-05T13:30:29.309Z] + '[' -n 'github.com/docker/docker/libnetwork [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/bitmap [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/cluster [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/config [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/datastore [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/driverapi [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/etchosts [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/ipam [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/ipbits [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/iptables [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/netlabel [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/netutils [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/networkdb [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/ns [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/options [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/osl [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/portallocator [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/portmapper [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/scope [2024-02-05T13:30:29.309Z] github.com/docker/docker/libnetwork/types' ']' [2024-02-05T13:30:29.309Z] + 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-02-05T13:31:25.508Z] ok github.com/docker/docker/libnetwork 44.334s coverage: 43.0% of statements [2024-02-05T13:31:25.508Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements [2024-02-05T13:31:25.508Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2024-02-05T13:31:25.508Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2024-02-05T13:31:25.508Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2024-02-05T13:31:25.508Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2024-02-05T13:31:25.508Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2024-02-05T13:31:25.508Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2024-02-05T13:31:25.508Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 10.3% of statements [2024-02-05T13:31:25.508Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 37.0% of statements [2024-02-05T13:31:25.508Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2024-02-05T13:31:25.508Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2024-02-05T13:31:25.508Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2024-02-05T13:31:25.508Z] ok github.com/docker/docker/libnetwork/drivers/bridge 4.295s coverage: 63.0% of statements [2024-02-05T13:31:25.508Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2024-02-05T13:31:25.508Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 40.0% of statements [2024-02-05T13:31:26.878Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.868s coverage: 5.0% of statements [2024-02-05T13:31:26.878Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2024-02-05T13:31:27.136Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.004s coverage: 4.6% of statements [2024-02-05T13:31:27.136Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2024-02-05T13:31:27.393Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 40.0% of statements [2024-02-05T13:31:28.325Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.011s coverage: 1.4% of statements [2024-02-05T13:31:28.583Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.004s coverage: 45.0% of statements [2024-02-05T13:31:29.148Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 62.7% of statements [2024-02-05T13:31:29.405Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.012s coverage: 57.2% of statements [2024-02-05T13:31:29.405Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2024-02-05T13:31:29.405Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2024-02-05T13:31:29.405Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2024-02-05T13:31:29.969Z] ok github.com/docker/docker/libnetwork/drvregistry 0.020s coverage: 87.0% of statements [2024-02-05T13:31:30.227Z] ok github.com/docker/docker/libnetwork/etchosts 0.017s coverage: 81.0% of statements [2024-02-05T13:31:30.484Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2024-02-05T13:31:30.484Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2024-02-05T13:31:30.484Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2024-02-05T13:31:30.484Z] ? github.com/docker/docker/libnetwork/internal/netiputil [no test files] [2024-02-05T13:31:42.672Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2024-02-05T13:31:44.568Z] ok github.com/docker/docker/libnetwork/ipam 3.221s coverage: 80.3% of statements [2024-02-05T13:31:44.568Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2024-02-05T13:31:44.568Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2024-02-05T13:31:44.568Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 63.2% of statements [2024-02-05T13:31:45.133Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.009s coverage: 48.7% of statements [2024-02-05T13:31:45.133Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2024-02-05T13:31:45.133Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 80.0% of statements [2024-02-05T13:31:45.699Z] ok github.com/docker/docker/libnetwork/ipamutils 0.316s coverage: 86.4% of statements [2024-02-05T13:31:45.957Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2024-02-05T13:31:46.889Z] ok github.com/docker/docker/libnetwork/iptables 0.213s coverage: 39.9% of statements [2024-02-05T13:31:46.889Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2024-02-05T13:31:47.146Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 54.9% of statements [2024-02-05T13:33:38.563Z] ok github.com/docker/docker/libnetwork/networkdb 103.465s coverage: 59.5% of statements [2024-02-05T13:33:38.563Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2024-02-05T13:33:38.563Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2024-02-05T13:33:38.563Z] ok github.com/docker/docker/libnetwork/osl 4.446s coverage: 40.2% of statements [2024-02-05T13:33:38.563Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2024-02-05T13:33:38.563Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.5% of statements [2024-02-05T13:33:38.563Z] ok github.com/docker/docker/libnetwork/portmapper 0.704s coverage: 47.9% of statements [2024-02-05T13:33:38.821Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 84.9% of statements [2024-02-05T13:33:38.821Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2024-02-05T13:33:39.079Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 41.7% of statements [2024-02-05T13:33:39.079Z] [2024-02-05T13:33:39.079Z] === Skipped [2024-02-05T13:33:39.079Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2024-02-05T13:33:39.079Z] 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-02-05T13:33:39.079Z] [2024-02-05T13:33:39.079Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2024-02-05T13:33:39.079Z] 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-02-05T13:33:39.079Z] [2024-02-05T13:33:39.079Z] DONE 377 tests, 2 skipped in 189.869s Post stage [Pipeline] junit [2024-02-05T13:33:40.035Z] Recording test results [2024-02-05T13:33:40.162Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-05T13:33:40.466Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47294/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5453bd65c6e26adbefb2b045997a11f75c16d157 -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:5453bd65c6e26adbefb2b045997a11f75c16d157 hack/make.sh dynbinary test-integration [2024-02-05T13:33:40.724Z] [2024-02-05T13:33:40.724Z] Removing bundles/ [2024-02-05T13:33:40.724Z] [2024-02-05T13:33:40.724Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2024-02-05T13:33:40.724Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... [2024-02-05T13:33:40.724Z] + tee /go/src/github.com/docker/docker/go.mod [2024-02-05T13:33:40.724Z] module github.com/docker/docker [2024-02-05T13:33:40.724Z] [2024-02-05T13:33:40.724Z] go 1.20 [2024-02-05T13:33:40.724Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-02-05T13:33:40.724Z] + GO111MODULE=on [2024-02-05T13:33:40.724Z] + 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=5453bd65c6e26adbefb2b045997a11f75c16d157" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-05T13:33:40.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd [2024-02-05T13:34:19.576Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-02-05T13:34:19.576Z] Created binary: bundles/dynbinary-daemon/dockerd [2024-02-05T13:34:19.576Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... [2024-02-05T13:34:19.576Z] + tee /go/src/github.com/docker/docker/go.mod [2024-02-05T13:34:19.576Z] module github.com/docker/docker [2024-02-05T13:34:19.576Z] [2024-02-05T13:34:19.576Z] go 1.20 [2024-02-05T13:34:19.576Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-02-05T13:34:19.576Z] + GO111MODULE=on [2024-02-05T13:34:19.576Z] + 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=5453bd65c6e26adbefb2b045997a11f75c16d157" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-05T13:33:40.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy [2024-02-05T13:34:19.576Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-02-05T13:34:19.576Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2024-02-05T13:34:19.576Z] [2024-02-05T13:34:19.576Z] ---> Making bundle: test-integration (in bundles/test-integration) [2024-02-05T13:34:19.576Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2024-02-05T13:34:19.576Z] HOSTNAME=0cd393af3cae [2024-02-05T13:34:19.576Z] TESTDEBUG=0 [2024-02-05T13:34:19.576Z] DEST=bundles/test-integration [2024-02-05T13:34:19.576Z] PWD=/go/src/github.com/docker/docker [2024-02-05T13:34:19.576Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock [2024-02-05T13:34:19.576Z] DOCKER_GITCOMMIT=5453bd65c6e26adbefb2b045997a11f75c16d157 [2024-02-05T13:34:19.576Z] container=docker [2024-02-05T13:34:19.576Z] HOME=/root [2024-02-05T13:34:19.576Z] CONTAINERD_NAMESPACE=moby [2024-02-05T13:34:19.576Z] GOLANG_VERSION=1.21.6 [2024-02-05T13:34:19.576Z] VALIDATE_REPO=https://github.com/moby/moby.git [2024-02-05T13:34:19.576Z] VALIDATE_BRANCH=25.0 [2024-02-05T13:34:19.576Z] TERM=xterm [2024-02-05T13:34:19.576Z] DOCKER_PKG=github.com/docker/docker [2024-02-05T13:34:19.576Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker [2024-02-05T13:34:19.576Z] SHLVL=1 [2024-02-05T13:34:19.576Z] TIMEOUT=120m [2024-02-05T13:34:19.576Z] GOTOOLCHAIN=local [2024-02-05T13:34:19.576Z] DOCKER_GRAPHDRIVER=overlay2 [2024-02-05T13:34:19.576Z] GO111MODULE=off [2024-02-05T13:34:19.576Z] DOCKER_EXPERIMENTAL=1 [2024-02-05T13:34:19.576Z] TEST_SKIP_INTEGRATION_CLI=1 [2024-02-05T13:34:19.576Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2024-02-05T13:34:19.576Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2024-02-05T13:34:19.576Z] GOPATH=/go [2024-02-05T13:34:19.576Z] PKG_CONFIG=pkg-config [2024-02-05T13:34:19.576Z] _=/usr/bin/env [2024-02-05T13:34:19.576Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2024-02-05T13:34:41.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main [2024-02-05T13:34:41.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2024-02-05T13:34:41.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2024-02-05T13:34:42.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2024-02-05T13:34:47.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2024-02-05T13:34:50.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2024-02-05T13:34:50.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2024-02-05T13:34:51.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2024-02-05T13:34:52.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2024-02-05T13:34:54.284Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main [2024-02-05T13:34:55.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2024-02-05T13:34:55.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2024-02-05T13:34:57.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2024-02-05T13:34:58.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2024-02-05T13:35:00.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2024-02-05T13:35:01.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2024-02-05T13:35:01.792Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2024-02-05T13:35:02.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2024-02-05T13:35:04.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2024-02-05T13:35:05.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2024-02-05T13:35:06.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2024-02-05T13:35:07.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2024-02-05T13:35:08.333Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2024-02-05T13:35:08.333Z] Using test binary /usr/local/cli-integration/docker [2024-02-05T13:35:08.333Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2024-02-05T13:35:08.333Z] +++ /etc/init.d/apparmor start [2024-02-05T13:35:08.333Z] Not: starting. [2024-02-05T13:35:08.333Z] INFO: Waiting for daemon to start... [2024-02-05T13:35:08.333Z] Starting dockerd [2024-02-05T13:35:08.333Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.JtiuA3ZLbx/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2024-02-05T13:35:11.608Z] . [2024-02-05T13:35:11.608Z] Running integration-test (iteration 1) [2024-02-05T13:35:11.608Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2024-02-05T13:35:11.608Z] ++ '[' -n '' ']' [2024-02-05T13:35:11.608Z] ++ 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-02-05T13:35:11.608Z] ++ set -e [2024-02-05T13:35:11.608Z] ++ '[' -n 0 ']' [2024-02-05T13:35:11.608Z] ++ set -x [2024-02-05T13:35:11.608Z] ++ 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.JtiuA3ZLbx/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-02-05T13:35:11.608Z] Loaded image: busybox:latest [2024-02-05T13:35:11.608Z] Loaded image: busybox:glibc [2024-02-05T13:35:12.540Z] Loaded image: debian:bookworm-slim [2024-02-05T13:35:12.540Z] Loaded image: hello-world:latest [2024-02-05T13:35:12.540Z] Loaded image: arm32v7/hello-world:latest [2024-02-05T13:35:12.540Z] INFO: Testing against a local daemon [2024-02-05T13:35:12.540Z] === RUN TestCgroupNamespacesBuild [2024-02-05T13:35:13.471Z] --- PASS: TestCgroupNamespacesBuild (1.11s) [2024-02-05T13:35:13.471Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2024-02-05T13:35:14.841Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.07s) [2024-02-05T13:35:14.841Z] === RUN TestBuildWithSession [2024-02-05T13:35:14.841Z] build_session_test.go:25: TODO: BuildKit [2024-02-05T13:35:14.841Z] --- SKIP: TestBuildWithSession (0.00s) [2024-02-05T13:35:14.841Z] === RUN TestBuildSquashParent [2024-02-05T13:35:18.117Z] --- PASS: TestBuildSquashParent (3.43s) [2024-02-05T13:35:18.117Z] === RUN TestBuildWithRemoveAndForceRemove [2024-02-05T13:35:18.117Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-02-05T13:35:18.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-02-05T13:35:18.117Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-02-05T13:35:18.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-02-05T13:35:18.117Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-02-05T13:35:18.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-02-05T13:35:18.117Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-02-05T13:35:18.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-02-05T13:35:18.117Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-02-05T13:35:18.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-02-05T13:35:18.117Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-02-05T13:35:18.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-02-05T13:35:18.117Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-02-05T13:35:18.117Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-02-05T13:35:18.117Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-02-05T13:35:18.117Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-02-05T13:35:18.117Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-02-05T13:35:18.117Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-02-05T13:35:22.298Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) [2024-02-05T13:35:22.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.46s) [2024-02-05T13:35:22.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.83s) [2024-02-05T13:35:22.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.00s) [2024-02-05T13:35:22.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.20s) [2024-02-05T13:35:22.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.35s) [2024-02-05T13:35:22.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.43s) [2024-02-05T13:35:22.298Z] === RUN TestBuildMultiStageCopy [2024-02-05T13:35:22.298Z] === RUN TestBuildMultiStageCopy/copy_to_root [2024-02-05T13:35:22.555Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2024-02-05T13:35:22.555Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2024-02-05T13:35:22.813Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2024-02-05T13:35:22.813Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2024-02-05T13:35:23.070Z] --- PASS: TestBuildMultiStageCopy (1.41s) [2024-02-05T13:35:23.070Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.98s) [2024-02-05T13:35:23.070Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.07s) [2024-02-05T13:35:23.070Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.09s) [2024-02-05T13:35:23.070Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.10s) [2024-02-05T13:35:23.070Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.12s) [2024-02-05T13:35:23.070Z] === RUN TestBuildMultiStageParentConfig [2024-02-05T13:35:23.328Z] --- PASS: TestBuildMultiStageParentConfig (0.38s) [2024-02-05T13:35:23.328Z] === RUN TestBuildLabelWithTargets [2024-02-05T13:35:23.892Z] --- PASS: TestBuildLabelWithTargets (0.62s) [2024-02-05T13:35:23.892Z] === RUN TestBuildWithEmptyLayers [2024-02-05T13:35:24.153Z] --- PASS: TestBuildWithEmptyLayers (0.14s) [2024-02-05T13:35:24.153Z] === RUN TestBuildMultiStageOnBuild [2024-02-05T13:35:25.085Z] --- PASS: TestBuildMultiStageOnBuild (1.08s) [2024-02-05T13:35:25.085Z] === RUN TestBuildUncleanTarFilenames [2024-02-05T13:35:25.342Z] --- PASS: TestBuildUncleanTarFilenames (0.13s) [2024-02-05T13:35:25.342Z] === RUN TestBuildMultiStageLayerLeak [2024-02-05T13:35:26.274Z] --- PASS: TestBuildMultiStageLayerLeak (1.05s) [2024-02-05T13:35:26.274Z] === RUN TestBuildWithHugeFile [2024-02-05T13:36:12.921Z] --- PASS: TestBuildWithHugeFile (42.92s) [2024-02-05T13:36:12.921Z] === RUN TestBuildWCOWSandboxSize [2024-02-05T13:36:12.921Z] build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-02-05T13:36:12.921Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2024-02-05T13:36:12.921Z] === RUN TestBuildWithEmptyDockerfile [2024-02-05T13:36:12.921Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2024-02-05T13:36:12.921Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2024-02-05T13:36:12.921Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-02-05T13:36:12.921Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-02-05T13:36:12.921Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-02-05T13:36:12.921Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-02-05T13:36:12.921Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2024-02-05T13:36:12.921Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-02-05T13:36:12.921Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-02-05T13:36:12.921Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s) [2024-02-05T13:36:12.921Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2024-02-05T13:36:12.921Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2024-02-05T13:36:12.921Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2024-02-05T13:36:12.921Z] === RUN TestBuildPreserveOwnership [2024-02-05T13:36:12.921Z] === RUN TestBuildPreserveOwnership/copy_from [2024-02-05T13:36:12.921Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2024-02-05T13:36:12.921Z] --- PASS: TestBuildPreserveOwnership (2.27s) [2024-02-05T13:36:12.921Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.54s) [2024-02-05T13:36:12.921Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.72s) [2024-02-05T13:36:12.921Z] === RUN TestBuildPlatformInvalid [2024-02-05T13:36:12.921Z] --- PASS: TestBuildPlatformInvalid (0.01s) [2024-02-05T13:36:12.921Z] === RUN TestBuildkitHistoryTracePropagation [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Channel #1] Channel created" module=grpc [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" 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-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" 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-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc [2024-02-05T13:36:12.921Z] time="2024-02-05T13:36:11Z" level=info msg="[core] [Server #4] Server created" module=grpc [2024-02-05T13:36:12.921Z] build_traces_test.go:84: Waiting for trace to be available [2024-02-05T13:36:16.197Z] time="2024-02-05T13:36:15Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc [2024-02-05T13:36:16.197Z] time="2024-02-05T13:36:15Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc [2024-02-05T13:36:16.197Z] time="2024-02-05T13:36:15Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc [2024-02-05T13:36:16.197Z] time="2024-02-05T13:36:15Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc [2024-02-05T13:36:16.197Z] time="2024-02-05T13:36:15Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc [2024-02-05T13:36:16.197Z] time="2024-02-05T13:36:15Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc [2024-02-05T13:36:16.197Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s) [2024-02-05T13:36:16.197Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2024-02-05T13:36:16.197Z] Loaded image: busybox:latest [2024-02-05T13:36:16.197Z] Loaded image: busybox:glibc [2024-02-05T13:36:17.568Z] Loaded image: debian:bookworm-slim [2024-02-05T13:36:17.568Z] Loaded image: hello-world:latest [2024-02-05T13:36:17.568Z] Loaded image: arm32v7/hello-world:latest [2024-02-05T13:36:25.668Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.61s) [2024-02-05T13:36:25.668Z] PASS [2024-02-05T13:36:25.668Z] [2024-02-05T13:36:25.668Z] === Skipped [2024-02-05T13:36:25.668Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2024-02-05T13:36:25.668Z] build_session_test.go:25: TODO: BuildKit [2024-02-05T13:36:25.668Z] [2024-02-05T13:36:25.668Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2024-02-05T13:36:25.668Z] build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-02-05T13:36:25.668Z] [2024-02-05T13:36:25.668Z] DONE 35 tests, 2 skipped in 73.952s [2024-02-05T13:36:25.668Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m [2024-02-05T13:36:25.668Z] ++ '[' -n '' ']' [2024-02-05T13:36:25.668Z] ++ 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-02-05T13:36:25.668Z] ++ set -e [2024-02-05T13:36:25.668Z] ++ '[' -n 0 ']' [2024-02-05T13:36:25.668Z] ++ set -x [2024-02-05T13:36:25.668Z] ++ 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.JtiuA3ZLbx/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-02-05T13:36:25.668Z] INFO: Testing against a local daemon [2024-02-05T13:36:25.668Z] === RUN TestNoNewPrivileges [2024-02-05T13:36:35.627Z] === RUN TestNoNewPrivileges/CapabilityRequested=true [2024-02-05T13:36:35.627Z] === RUN TestNoNewPrivileges/CapabilityRequested=false [2024-02-05T13:36:35.627Z] --- PASS: TestNoNewPrivileges (9.73s) [2024-02-05T13:36:35.627Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.43s) [2024-02-05T13:36:35.627Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.40s) [2024-02-05T13:36:35.627Z] PASS [2024-02-05T13:36:35.627Z] [2024-02-05T13:36:35.627Z] DONE 3 tests in 9.762s [2024-02-05T13:36:35.627Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2024-02-05T13:36:35.627Z] ++ '[' -n '' ']' [2024-02-05T13:36:35.627Z] ++ 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-02-05T13:36:35.627Z] ++ set -e [2024-02-05T13:36:35.627Z] ++ '[' -n 0 ']' [2024-02-05T13:36:35.627Z] ++ set -x [2024-02-05T13:36:35.627Z] ++ 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.JtiuA3ZLbx/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-02-05T13:36:35.627Z] INFO: Testing against a local daemon [2024-02-05T13:36:35.627Z] === RUN TestConfigInspect [2024-02-05T13:36:36.998Z] --- PASS: TestConfigInspect (1.93s) [2024-02-05T13:36:36.998Z] === RUN TestConfigList [2024-02-05T13:36:38.368Z] === RUN TestConfigList/test_filter_by_name [2024-02-05T13:36:38.368Z] === RUN TestConfigList/test_filter_by_id [2024-02-05T13:36:38.368Z] === RUN TestConfigList/test_filter_by_label_key_only [2024-02-05T13:36:38.368Z] === RUN TestConfigList/test_filter_by_label_key=value_test0-TestConfigList [2024-02-05T13:36:38.368Z] === RUN TestConfigList/test_filter_by_label_key=value_test1-TestConfigList [2024-02-05T13:36:38.933Z] --- PASS: TestConfigList (1.94s) [2024-02-05T13:36:38.933Z] --- PASS: TestConfigList/test_filter_by_name (0.00s) [2024-02-05T13:36:38.933Z] --- PASS: TestConfigList/test_filter_by_id (0.00s) [2024-02-05T13:36:38.933Z] --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s) [2024-02-05T13:36:38.933Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s) [2024-02-05T13:36:38.933Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s) [2024-02-05T13:36:38.933Z] === RUN TestConfigsCreateAndDelete [2024-02-05T13:36:40.828Z] --- PASS: TestConfigsCreateAndDelete (1.89s) [2024-02-05T13:36:40.828Z] === RUN TestConfigsUpdate [2024-02-05T13:36:42.724Z] --- PASS: TestConfigsUpdate (1.97s) [2024-02-05T13:36:42.724Z] === RUN TestTemplatedConfig [2024-02-05T13:36:46.001Z] --- PASS: TestTemplatedConfig (2.64s) [2024-02-05T13:36:46.001Z] === RUN TestConfigCreateResolve [2024-02-05T13:36:47.371Z] --- PASS: TestConfigCreateResolve (1.99s) [2024-02-05T13:36:47.371Z] PASS [2024-02-05T13:36:47.371Z] [2024-02-05T13:36:47.371Z] DONE 11 tests in 12.410s [2024-02-05T13:36:47.371Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2024-02-05T13:36:47.371Z] ++ '[' -n '' ']' [2024-02-05T13:36:47.371Z] ++ 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-02-05T13:36:47.371Z] ++ set -e [2024-02-05T13:36:47.371Z] ++ '[' -n 0 ']' [2024-02-05T13:36:47.371Z] ++ set -x [2024-02-05T13:36:47.371Z] ++ 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.JtiuA3ZLbx/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-02-05T13:36:47.371Z] INFO: Testing against a local daemon [2024-02-05T13:36:47.371Z] === RUN TestAttach [2024-02-05T13:36:47.371Z] === RUN TestAttach/without_TTY [2024-02-05T13:36:47.371Z] === PAUSE TestAttach/without_TTY [2024-02-05T13:36:47.371Z] === RUN TestAttach/with_TTY [2024-02-05T13:36:47.371Z] === PAUSE TestAttach/with_TTY [2024-02-05T13:36:47.371Z] === CONT TestAttach/without_TTY [2024-02-05T13:36:47.371Z] === CONT TestAttach/with_TTY [2024-02-05T13:36:47.629Z] --- PASS: TestAttach (0.02s) [2024-02-05T13:36:47.629Z] --- PASS: TestAttach/without_TTY (0.06s) [2024-02-05T13:36:47.629Z] --- PASS: TestAttach/with_TTY (0.06s) [2024-02-05T13:36:47.629Z] === RUN TestCreateWithCDIDevices [2024-02-05T13:36:48.561Z] --- PASS: TestCreateWithCDIDevices (1.03s) [2024-02-05T13:36:48.561Z] === RUN TestCDISpecDirsAreInSystemInfo [2024-02-05T13:36:48.561Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default [2024-02-05T13:36:49.125Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned [2024-02-05T13:36:49.690Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-02-05T13:36:50.256Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice [2024-02-05T13:36:50.820Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice [2024-02-05T13:36:51.078Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice [2024-02-05T13:36:51.642Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-02-05T13:36:52.207Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice [2024-02-05T13:36:52.771Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.18s) [2024-02-05T13:36:52.772Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s) [2024-02-05T13:36:52.772Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s) [2024-02-05T13:36:52.772Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-02-05T13:36:52.772Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-02-05T13:36:52.772Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s) [2024-02-05T13:36:52.772Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s) [2024-02-05T13:36:52.772Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-02-05T13:36:52.772Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-02-05T13:36:52.772Z] === RUN TestCheckpoint [2024-02-05T13:36:52.772Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-02-05T13:36:52.772Z] --- SKIP: TestCheckpoint (0.00s) [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/commit [2024-02-05T13:36:52.772Z] === PAUSE TestContainerInvalidJSON/commit [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/create [2024-02-05T13:36:52.772Z] === PAUSE TestContainerInvalidJSON/containers/create [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2024-02-05T13:36:52.772Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2024-02-05T13:36:52.772Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2024-02-05T13:36:52.772Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-02-05T13:36:52.772Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-02-05T13:36:52.772Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-02-05T13:36:52.772Z] === CONT TestContainerInvalidJSON/commit [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2024-02-05T13:36:52.772Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2024-02-05T13:36:52.772Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2024-02-05T13:36:52.772Z] === CONT TestContainerInvalidJSON/containers/create [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2024-02-05T13:36:52.772Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2024-02-05T13:36:52.772Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2024-02-05T13:36:52.772Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/commit/empty_body [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2024-02-05T13:36:52.772Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON (0.01s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2024-02-05T13:36:52.772Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2024-02-05T13:36:52.772Z] === RUN TestCopyFromContainerPathDoesNotExist [2024-02-05T13:36:52.772Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2024-02-05T13:36:52.772Z] === RUN TestCopyFromContainerPathIsNotDir [2024-02-05T13:36:52.772Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2024-02-05T13:36:52.772Z] === RUN TestCopyToContainerPathDoesNotExist [2024-02-05T13:36:53.029Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2024-02-05T13:36:53.029Z] === RUN TestCopyEmptyFile [2024-02-05T13:36:53.029Z] --- PASS: TestCopyEmptyFile (0.07s) [2024-02-05T13:36:53.029Z] === RUN TestCopyToContainerPathIsNotDir [2024-02-05T13:36:53.029Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2024-02-05T13:36:53.029Z] === RUN TestCopyFromContainer [2024-02-05T13:36:53.594Z] === RUN TestCopyFromContainer// [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/. [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer//. [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/./ [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer//./ [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer//bar/root [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer//bar/root/ [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer//bar/root/. [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/bar/quux [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/bar/quux/ [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/bar/quux/. [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/bar/quux/baz [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/bar/filesymlink [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/bar/dirsymlink [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2024-02-05T13:36:53.851Z] === RUN TestCopyFromContainer/bar/notarget [2024-02-05T13:36:53.851Z] --- PASS: TestCopyFromContainer (0.88s) [2024-02-05T13:36:53.851Z] --- PASS: TestCopyFromContainer// (0.01s) [2024-02-05T13:36:53.851Z] --- PASS: TestCopyFromContainer/. (0.02s) [2024-02-05T13:36:53.851Z] --- PASS: TestCopyFromContainer//. (0.02s) [2024-02-05T13:36:53.851Z] --- PASS: TestCopyFromContainer/./ (0.01s) [2024-02-05T13:36:53.851Z] --- PASS: TestCopyFromContainer//./ (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer//bar/root (0.02s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer//bar/root/. (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s) [2024-02-05T13:36:53.852Z] --- PASS: TestCopyFromContainer/bar/notarget (0.00s) [2024-02-05T13:36:53.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2024-02-05T13:36:53.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-02-05T13:36:53.852Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-02-05T13:36:53.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-02-05T13:36:53.852Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-02-05T13:36:53.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-02-05T13:36:53.852Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-02-05T13:36:53.852Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-02-05T13:36:53.852Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-02-05T13:36:53.852Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-02-05T13:36:53.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2024-02-05T13:36:53.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2024-02-05T13:36:53.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2024-02-05T13:36:53.852Z] === RUN TestCreateLinkToNonExistingContainer [2024-02-05T13:36:53.852Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2024-02-05T13:36:53.852Z] === RUN TestCreateWithInvalidEnv [2024-02-05T13:36:53.852Z] === RUN TestCreateWithInvalidEnv/0 [2024-02-05T13:36:53.852Z] === PAUSE TestCreateWithInvalidEnv/0 [2024-02-05T13:36:53.852Z] === RUN TestCreateWithInvalidEnv/1 [2024-02-05T13:36:53.852Z] === PAUSE TestCreateWithInvalidEnv/1 [2024-02-05T13:36:53.852Z] === RUN TestCreateWithInvalidEnv/2 [2024-02-05T13:36:53.852Z] === PAUSE TestCreateWithInvalidEnv/2 [2024-02-05T13:36:53.852Z] === CONT TestCreateWithInvalidEnv/0 [2024-02-05T13:36:53.852Z] === CONT TestCreateWithInvalidEnv/2 [2024-02-05T13:36:53.852Z] === CONT TestCreateWithInvalidEnv/1 [2024-02-05T13:36:53.852Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2024-02-05T13:36:53.852Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2024-02-05T13:36:53.852Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2024-02-05T13:36:53.852Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2024-02-05T13:36:53.852Z] === RUN TestCreateTmpfsMountsTarget [2024-02-05T13:36:54.109Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2024-02-05T13:36:54.109Z] === RUN TestCreateWithCustomMaskedPaths [2024-02-05T13:36:55.480Z] --- PASS: TestCreateWithCustomMaskedPaths (1.27s) [2024-02-05T13:36:55.480Z] === RUN TestCreateWithCustomReadonlyPaths [2024-02-05T13:36:56.852Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.29s) [2024-02-05T13:36:56.852Z] === RUN TestCreateWithInvalidHealthcheckParams [2024-02-05T13:36:56.852Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-02-05T13:36:56.852Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-02-05T13:36:56.852Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-02-05T13:36:56.852Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-02-05T13:36:56.852Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-02-05T13:36:56.852Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-02-05T13:36:56.852Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-02-05T13:36:56.852Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-02-05T13:36:56.852Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-05T13:36:56.852Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-05T13:36:56.852Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-05T13:36:56.852Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-05T13:36:56.852Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-02-05T13:36:56.852Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-02-05T13:36:56.852Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-02-05T13:36:56.852Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-02-05T13:36:56.852Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-05T13:36:56.852Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-05T13:36:56.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2024-02-05T13:36:56.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2024-02-05T13:36:56.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2024-02-05T13:36:56.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2024-02-05T13:36:56.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2024-02-05T13:36:56.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-02-05T13:36:56.852Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-02-05T13:36:56.852Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2024-02-05T13:36:57.109Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.44s) [2024-02-05T13:36:57.109Z] === RUN TestCreateDifferentPlatform [2024-02-05T13:36:57.109Z] === RUN TestCreateDifferentPlatform/different_os [2024-02-05T13:36:57.109Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2024-02-05T13:36:57.109Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2024-02-05T13:36:57.109Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2024-02-05T13:36:57.109Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2024-02-05T13:36:57.109Z] === RUN TestCreateVolumesFromNonExistingContainer [2024-02-05T13:36:57.109Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2024-02-05T13:36:57.109Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2024-02-05T13:36:57.109Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2024-02-05T13:36:57.109Z] === RUN TestCreateInvalidHostConfig [2024-02-05T13:36:57.109Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2024-02-05T13:36:57.109Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2024-02-05T13:36:57.109Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2024-02-05T13:36:57.109Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2024-02-05T13:36:57.109Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-02-05T13:36:57.109Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-02-05T13:36:57.109Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2024-02-05T13:36:57.109Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2024-02-05T13:36:57.109Z] === RUN TestCreateInvalidHostConfig/invalid_Annotations [2024-02-05T13:36:57.109Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations [2024-02-05T13:36:57.109Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2024-02-05T13:36:57.109Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2024-02-05T13:36:57.109Z] === CONT TestCreateInvalidHostConfig/invalid_Annotations [2024-02-05T13:36:57.109Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-02-05T13:36:57.109Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2024-02-05T13:36:57.109Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2024-02-05T13:36:57.109Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2024-02-05T13:36:57.109Z] --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s) [2024-02-05T13:36:57.109Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2024-02-05T13:36:57.109Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2024-02-05T13:36:57.109Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2024-02-05T13:36:57.109Z] === RUN TestCreateWithMultipleEndpointSettings [2024-02-05T13:36:57.109Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.44 [2024-02-05T13:36:57.109Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.43 [2024-02-05T13:36:57.109Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.04s) [2024-02-05T13:36:57.109Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s) [2024-02-05T13:36:57.109Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s) [2024-02-05T13:36:57.109Z] === RUN TestCreateWithCustomMACs [2024-02-05T13:36:57.674Z] --- PASS: TestCreateWithCustomMACs (0.57s) [2024-02-05T13:36:57.674Z] === RUN TestContainerStartOnDaemonRestart [2024-02-05T13:36:57.674Z] === PAUSE TestContainerStartOnDaemonRestart [2024-02-05T13:36:57.674Z] === RUN TestDaemonRestartIpcMode [2024-02-05T13:36:57.674Z] === PAUSE TestDaemonRestartIpcMode [2024-02-05T13:36:57.674Z] === RUN TestDaemonHostGatewayIP [2024-02-05T13:36:57.674Z] === PAUSE TestDaemonHostGatewayIP [2024-02-05T13:36:57.674Z] === RUN TestRestartDaemonWithRestartingContainer [2024-02-05T13:36:57.674Z] === PAUSE TestRestartDaemonWithRestartingContainer [2024-02-05T13:36:57.674Z] === RUN TestHardRestartWhenContainerIsRunning [2024-02-05T13:36:57.674Z] === PAUSE TestHardRestartWhenContainerIsRunning [2024-02-05T13:36:57.674Z] === RUN TestContainerKillOnDaemonStart [2024-02-05T13:36:57.674Z] === PAUSE TestContainerKillOnDaemonStart [2024-02-05T13:36:57.674Z] === RUN TestDiff [2024-02-05T13:36:58.239Z] --- PASS: TestDiff (0.48s) [2024-02-05T13:36:58.239Z] === RUN TestDiffStoppedContainer [2024-02-05T13:36:58.804Z] --- PASS: TestDiffStoppedContainer (0.44s) [2024-02-05T13:36:58.804Z] === RUN TestExecConsoleSize [2024-02-05T13:36:59.061Z] --- PASS: TestExecConsoleSize (0.44s) [2024-02-05T13:36:59.061Z] === RUN TestExecWithCloseStdin [2024-02-05T13:36:59.626Z] --- PASS: TestExecWithCloseStdin (0.50s) [2024-02-05T13:36:59.626Z] === RUN TestExec [2024-02-05T13:37:00.190Z] --- PASS: TestExec (0.48s) [2024-02-05T13:37:00.190Z] === RUN TestExecUser [2024-02-05T13:37:00.448Z] --- PASS: TestExecUser (0.51s) [2024-02-05T13:37:00.448Z] === RUN TestExecWithGroupAdd [2024-02-05T13:37:01.013Z] --- PASS: TestExecWithGroupAdd (0.50s) [2024-02-05T13:37:01.013Z] === RUN TestExportContainerAndImportImage [2024-02-05T13:37:01.578Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2024-02-05T13:37:01.578Z] === RUN TestExportContainerAfterDaemonRestart [2024-02-05T13:37:08.127Z] --- PASS: TestExportContainerAfterDaemonRestart (6.17s) [2024-02-05T13:37:08.127Z] === RUN TestHealthCheckWorkdir [2024-02-05T13:37:08.385Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2024-02-05T13:37:08.385Z] === RUN TestHealthKillContainer [2024-02-05T13:37:16.484Z] --- PASS: TestHealthKillContainer (7.74s) [2024-02-05T13:37:16.484Z] === RUN TestHealthCheckProcessKilled [2024-02-05T13:37:16.741Z] --- PASS: TestHealthCheckProcessKilled (0.64s) [2024-02-05T13:37:16.741Z] === RUN TestHealthStartInterval [2024-02-05T13:37:18.113Z] health_test.go:141: &{2024-02-05 13:37:17.821192823 +0000 UTC 2024-02-05 13:37:17.850684994 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-05T13:37:18.113Z] } [2024-02-05T13:37:18.113Z] health_test.go:141: &{2024-02-05 13:37:17.821192823 +0000 UTC 2024-02-05 13:37:17.850684994 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-05T13:37:18.113Z] } [2024-02-05T13:37:18.370Z] health_test.go:141: &{2024-02-05 13:37:17.821192823 +0000 UTC 2024-02-05 13:37:17.850684994 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-05T13:37:18.370Z] } [2024-02-05T13:37:18.370Z] health_test.go:141: &{2024-02-05 13:37:17.821192823 +0000 UTC 2024-02-05 13:37:17.850684994 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-05T13:37:18.370Z] } [2024-02-05T13:37:18.370Z] health_test.go:141: &{2024-02-05 13:37:17.821192823 +0000 UTC 2024-02-05 13:37:17.850684994 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-05T13:37:18.370Z] } [2024-02-05T13:37:18.628Z] health_test.go:141: &{2024-02-05 13:37:17.821192823 +0000 UTC 2024-02-05 13:37:17.850684994 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-05T13:37:18.628Z] } [2024-02-05T13:37:18.628Z] health_test.go:141: &{2024-02-05 13:37:17.821192823 +0000 UTC 2024-02-05 13:37:17.850684994 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-05T13:37:18.628Z] } [2024-02-05T13:37:18.628Z] health_test.go:141: &{2024-02-05 13:37:17.821192823 +0000 UTC 2024-02-05 13:37:17.850684994 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-05T13:37:18.628Z] } [2024-02-05T13:37:18.885Z] health_test.go:141: &{2024-02-05 13:37:17.821192823 +0000 UTC 2024-02-05 13:37:17.850684994 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-05T13:37:18.885Z] } [2024-02-05T13:37:18.885Z] health_test.go:141: &{2024-02-05 13:37:17.821192823 +0000 UTC 2024-02-05 13:37:17.850684994 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-05T13:37:18.885Z] } [2024-02-05T13:37:19.143Z] health_test.go:141: &{2024-02-05 13:37:18.8511647 +0000 UTC 2024-02-05 13:37:18.88188169 +0000 UTC 1 2} [2024-02-05T13:37:19.143Z] health_test.go:141: &{2024-02-05 13:37:18.8511647 +0000 UTC 2024-02-05 13:37:18.88188169 +0000 UTC 1 2} [2024-02-05T13:37:19.143Z] health_test.go:141: &{2024-02-05 13:37:18.8511647 +0000 UTC 2024-02-05 13:37:18.88188169 +0000 UTC 1 2} [2024-02-05T13:37:19.400Z] health_test.go:141: &{2024-02-05 13:37:18.8511647 +0000 UTC 2024-02-05 13:37:18.88188169 +0000 UTC 1 2} [2024-02-05T13:37:19.400Z] health_test.go:141: &{2024-02-05 13:37:18.8511647 +0000 UTC 2024-02-05 13:37:18.88188169 +0000 UTC 1 2} [2024-02-05T13:37:19.657Z] health_test.go:141: &{2024-02-05 13:37:18.8511647 +0000 UTC 2024-02-05 13:37:18.88188169 +0000 UTC 1 2} [2024-02-05T13:37:19.657Z] health_test.go:141: &{2024-02-05 13:37:18.8511647 +0000 UTC 2024-02-05 13:37:18.88188169 +0000 UTC 1 2} [2024-02-05T13:37:19.657Z] health_test.go:141: &{2024-02-05 13:37:18.8511647 +0000 UTC 2024-02-05 13:37:18.88188169 +0000 UTC 1 2} [2024-02-05T13:37:19.914Z] health_test.go:141: &{2024-02-05 13:37:18.8511647 +0000 UTC 2024-02-05 13:37:18.88188169 +0000 UTC 1 2} [2024-02-05T13:37:19.914Z] health_test.go:141: &{2024-02-05 13:37:18.8511647 +0000 UTC 2024-02-05 13:37:18.88188169 +0000 UTC 1 2} [2024-02-05T13:37:20.171Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:21.103Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:22.034Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:22.965Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:24.334Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:25.265Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:26.196Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:27.127Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:28.058Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:28.989Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:30.359Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:31.290Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:32.221Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:33.151Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:34.082Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:35.013Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:36.383Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:37.313Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:38.244Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:39.175Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:40.105Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:41.036Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:41.968Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:43.338Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:44.269Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:45.200Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:46.132Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:47.063Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:47.994Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:49.364Z] health_test.go:169: 1.031629803s [2024-02-05T13:37:50.296Z] --- PASS: TestHealthStartInterval (33.58s) [2024-02-05T13:37:50.296Z] === RUN TestInspectCpusetInConfigPre120 [2024-02-05T13:37:50.861Z] --- PASS: TestInspectCpusetInConfigPre120 (0.43s) [2024-02-05T13:37:50.861Z] === RUN TestInspectAnnotations [2024-02-05T13:37:50.861Z] --- PASS: TestInspectAnnotations (0.05s) [2024-02-05T13:37:50.861Z] === RUN TestNetworkAliasesAreEmpty [2024-02-05T13:37:50.861Z] === RUN TestNetworkAliasesAreEmpty/host [2024-02-05T13:37:50.861Z] === RUN TestNetworkAliasesAreEmpty/bridge [2024-02-05T13:37:50.861Z] === RUN TestNetworkAliasesAreEmpty/none [2024-02-05T13:37:50.861Z] --- PASS: TestNetworkAliasesAreEmpty (0.14s) [2024-02-05T13:37:50.861Z] --- PASS: TestNetworkAliasesAreEmpty/host (0.04s) [2024-02-05T13:37:50.861Z] --- PASS: TestNetworkAliasesAreEmpty/bridge (0.05s) [2024-02-05T13:37:50.861Z] --- PASS: TestNetworkAliasesAreEmpty/none (0.04s) [2024-02-05T13:37:50.861Z] === RUN TestIpcModeNone [2024-02-05T13:37:51.426Z] --- PASS: TestIpcModeNone (0.49s) [2024-02-05T13:37:51.426Z] === RUN TestIpcModePrivate [2024-02-05T13:37:51.683Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false [2024-02-05T13:37:51.941Z] --- PASS: TestIpcModePrivate (0.47s) [2024-02-05T13:37:51.941Z] === RUN TestIpcModeShareable [2024-02-05T13:37:52.198Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true [2024-02-05T13:37:52.456Z] --- PASS: TestIpcModeShareable (0.50s) [2024-02-05T13:37:52.456Z] === RUN TestAPIIpcModeShareableAndContainer [2024-02-05T13:37:53.389Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.12s) [2024-02-05T13:37:53.389Z] === RUN TestAPIIpcModeHost [2024-02-05T13:37:53.646Z] --- PASS: TestAPIIpcModeHost (0.27s) [2024-02-05T13:37:53.646Z] === RUN TestDaemonIpcModeShareable [2024-02-05T13:37:54.578Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-02-05T13:37:54.835Z] --- PASS: TestDaemonIpcModeShareable (1.10s) [2024-02-05T13:37:54.835Z] === RUN TestDaemonIpcModePrivate [2024-02-05T13:37:55.768Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-02-05T13:37:56.025Z] --- PASS: TestDaemonIpcModePrivate (1.05s) [2024-02-05T13:37:56.025Z] === RUN TestDaemonIpcModePrivateFromConfig [2024-02-05T13:37:56.957Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-02-05T13:37:56.957Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.06s) [2024-02-05T13:37:56.957Z] === RUN TestDaemonIpcModeShareableFromConfig [2024-02-05T13:37:57.889Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-02-05T13:37:58.146Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.09s) [2024-02-05T13:37:58.146Z] === RUN TestIpcModeOlderClient [2024-02-05T13:37:58.146Z] === PAUSE TestIpcModeOlderClient [2024-02-05T13:37:58.146Z] === RUN TestKillContainerInvalidSignal [2024-02-05T13:37:58.710Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2024-02-05T13:37:58.710Z] === RUN TestKillContainer [2024-02-05T13:37:58.710Z] === RUN TestKillContainer/no_signal [2024-02-05T13:37:58.967Z] === RUN TestKillContainer/non_killing_signal [2024-02-05T13:37:59.225Z] === RUN TestKillContainer/killing_signal [2024-02-05T13:38:00.156Z] --- PASS: TestKillContainer (1.39s) [2024-02-05T13:38:00.156Z] --- PASS: TestKillContainer/no_signal (0.42s) [2024-02-05T13:38:00.156Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2024-02-05T13:38:00.156Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2024-02-05T13:38:00.156Z] === RUN TestKillWithStopSignalAndRestartPolicies [2024-02-05T13:38:00.156Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2024-02-05T13:38:00.413Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2024-02-05T13:38:00.978Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2024-02-05T13:38:00.978Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2024-02-05T13:38:00.978Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2024-02-05T13:38:00.978Z] === RUN TestKillStoppedContainer [2024-02-05T13:38:00.978Z] --- PASS: TestKillStoppedContainer (0.06s) [2024-02-05T13:38:00.978Z] === RUN TestKillStoppedContainerAPIPre120 [2024-02-05T13:38:00.978Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2024-02-05T13:38:00.978Z] === RUN TestKillDifferentUserContainer [2024-02-05T13:38:01.235Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2024-02-05T13:38:01.235Z] === RUN TestInspectOomKilledTrue [2024-02-05T13:38:01.799Z] --- PASS: TestInspectOomKilledTrue (0.49s) [2024-02-05T13:38:01.799Z] === RUN TestInspectOomKilledFalse [2024-02-05T13:38:02.364Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2024-02-05T13:38:02.364Z] === RUN TestLinksEtcHostsContentMatch [2024-02-05T13:38:02.364Z] --- PASS: TestLinksEtcHostsContentMatch (0.23s) [2024-02-05T13:38:02.364Z] === RUN TestLinksContainerNames [2024-02-05T13:38:03.295Z] --- PASS: TestLinksContainerNames (0.93s) [2024-02-05T13:38:03.295Z] === RUN TestLogsFollowTailEmpty [2024-02-05T13:38:03.860Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2024-02-05T13:38:03.860Z] === RUN TestLogs [2024-02-05T13:38:03.860Z] === RUN TestLogs/driver_local [2024-02-05T13:38:03.860Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2024-02-05T13:38:03.860Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2024-02-05T13:38:03.860Z] === RUN TestLogs/driver_local/tty/only_stdout [2024-02-05T13:38:03.860Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2024-02-05T13:38:03.860Z] === RUN TestLogs/driver_local/tty/only_stderr [2024-02-05T13:38:03.860Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2024-02-05T13:38:03.860Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2024-02-05T13:38:03.860Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2024-02-05T13:38:03.860Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2024-02-05T13:38:03.860Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2024-02-05T13:38:03.860Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2024-02-05T13:38:03.860Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2024-02-05T13:38:03.860Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2024-02-05T13:38:03.860Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2024-02-05T13:38:03.860Z] === CONT TestLogs/driver_local/tty/only_stderr [2024-02-05T13:38:03.860Z] === CONT TestLogs/driver_local/tty/only_stdout [2024-02-05T13:38:03.860Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2024-02-05T13:38:03.860Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2024-02-05T13:38:05.756Z] === RUN TestLogs/driver_json-file [2024-02-05T13:38:05.756Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2024-02-05T13:38:05.756Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2024-02-05T13:38:05.756Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2024-02-05T13:38:05.756Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2024-02-05T13:38:05.756Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2024-02-05T13:38:05.756Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2024-02-05T13:38:05.756Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-02-05T13:38:05.756Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-02-05T13:38:05.756Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2024-02-05T13:38:05.756Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2024-02-05T13:38:05.757Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2024-02-05T13:38:05.757Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2024-02-05T13:38:05.757Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2024-02-05T13:38:05.757Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-02-05T13:38:05.757Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2024-02-05T13:38:05.757Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2024-02-05T13:38:05.757Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2024-02-05T13:38:05.757Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2024-02-05T13:38:07.128Z] --- PASS: TestLogs (3.21s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_local (0.01s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.04s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.29s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.33s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.38s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.47s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.60s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_json-file (0.01s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.01s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.04s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.35s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.51s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.53s) [2024-02-05T13:38:07.128Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.59s) [2024-02-05T13:38:07.128Z] === RUN TestContainerNetworkMountsNoChown [2024-02-05T13:38:07.386Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/default [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/default [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/private [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/private [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rprivate [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rprivate [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/slave [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/slave [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rslave [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rslave [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/shared [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/shared [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rshared [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rshared [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/default [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/rslave [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/rshared [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/private [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/shared [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rslave/bind_root [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/slave [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rshared/bind_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/shared/bind_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/slave/mount_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/private/mount_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/private/bind_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/private/bind_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/rprivate [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/shared/mount_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/private/bind_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/private/mount_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rshared/mount_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/slave/bind_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/default/bind_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/private/mount_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/private/mount_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/default/bind_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/default/bind_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/default/mount_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/private/bind_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/default/mount_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/private/bind_root [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rslave/mount_root [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/private/mount_subpath [2024-02-05T13:38:07.386Z] === RUN TestMountDaemonRoot/default/mount_subpath [2024-02-05T13:38:07.386Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2024-02-05T13:38:07.386Z] === CONT TestMountDaemonRoot/shared/mount_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/shared/bind_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rshared/bind_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/slave/mount_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/slave/bind_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rshared/mount_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rslave/bind_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rslave/mount_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/default/bind_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/default/mount_subpath [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/default/mount_root [2024-02-05T13:38:07.644Z] === CONT TestMountDaemonRoot/default/bind_subpath [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot (0.01s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.07s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.07s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.07s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.07s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.07s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2024-02-05T13:38:07.901Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2024-02-05T13:38:07.901Z] === RUN TestContainerBindMountNonRecursive [2024-02-05T13:38:09.273Z] --- PASS: TestContainerBindMountNonRecursive (1.19s) [2024-02-05T13:38:09.273Z] === RUN TestContainerVolumesMountedAsShared [2024-02-05T13:38:09.273Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s) [2024-02-05T13:38:09.273Z] === RUN TestContainerVolumesMountedAsSlave [2024-02-05T13:38:09.838Z] --- PASS: TestContainerVolumesMountedAsSlave (0.28s) [2024-02-05T13:38:09.838Z] === RUN TestContainerCopyLeaksMounts [2024-02-05T13:38:10.095Z] --- PASS: TestContainerCopyLeaksMounts (0.51s) [2024-02-05T13:38:10.095Z] === RUN TestContainerBindMountRecursivelyReadOnly [2024-02-05T13:38:11.993Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.72s) [2024-02-05T13:38:11.993Z] === RUN TestNetworkNat [2024-02-05T13:38:12.557Z] --- PASS: TestNetworkNat (0.49s) [2024-02-05T13:38:12.557Z] === RUN TestNetworkLocalhostTCPNat [2024-02-05T13:38:12.815Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2024-02-05T13:38:12.815Z] === RUN TestNetworkLoopbackNat [2024-02-05T13:38:15.340Z] --- PASS: TestNetworkLoopbackNat (2.60s) [2024-02-05T13:38:15.340Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors [2024-02-05T13:38:15.597Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff [2024-02-05T13:38:15.597Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/export [2024-02-05T13:38:15.597Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container [2024-02-05T13:38:15.855Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container [2024-02-05T13:38:15.855Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.47s) [2024-02-05T13:38:15.855Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s) [2024-02-05T13:38:15.855Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s) [2024-02-05T13:38:15.855Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s) [2024-02-05T13:38:15.855Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s) [2024-02-05T13:38:15.855Z] === RUN TestPause [2024-02-05T13:38:16.420Z] --- PASS: TestPause (0.47s) [2024-02-05T13:38:16.420Z] === RUN TestPauseFailsOnWindowsServerContainers [2024-02-05T13:38:16.420Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-02-05T13:38:16.420Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2024-02-05T13:38:16.420Z] === RUN TestPauseStopPausedContainer [2024-02-05T13:38:16.984Z] --- PASS: TestPauseStopPausedContainer (0.48s) [2024-02-05T13:38:16.984Z] === RUN TestPIDModeHost [2024-02-05T13:38:17.917Z] --- PASS: TestPIDModeHost (0.92s) [2024-02-05T13:38:17.917Z] === RUN TestPIDModeContainer [2024-02-05T13:38:17.917Z] === RUN TestPIDModeContainer/non-existing_container [2024-02-05T13:38:17.917Z] === RUN TestPIDModeContainer/non-running_container [2024-02-05T13:38:17.917Z] === RUN TestPIDModeContainer/running_container [2024-02-05T13:38:18.849Z] --- PASS: TestPIDModeContainer (1.04s) [2024-02-05T13:38:18.849Z] --- PASS: TestPIDModeContainer/non-existing_container (0.00s) [2024-02-05T13:38:18.849Z] --- PASS: TestPIDModeContainer/non-running_container (0.15s) [2024-02-05T13:38:18.849Z] --- PASS: TestPIDModeContainer/running_container (0.46s) [2024-02-05T13:38:18.849Z] === RUN TestPsFilter [2024-02-05T13:38:18.849Z] === RUN TestPsFilter/since [2024-02-05T13:38:18.849Z] === RUN TestPsFilter/before [2024-02-05T13:38:18.849Z] --- PASS: TestPsFilter (0.13s) [2024-02-05T13:38:18.849Z] --- PASS: TestPsFilter/since (0.00s) [2024-02-05T13:38:18.849Z] --- PASS: TestPsFilter/before (0.00s) [2024-02-05T13:38:18.849Z] === RUN TestRemoveContainerWithRemovedVolume [2024-02-05T13:38:19.416Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2024-02-05T13:38:19.416Z] === RUN TestRemoveContainerWithVolume [2024-02-05T13:38:19.980Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2024-02-05T13:38:19.980Z] === RUN TestRemoveContainerRunning [2024-02-05T13:38:20.237Z] --- PASS: TestRemoveContainerRunning (0.42s) [2024-02-05T13:38:20.237Z] === RUN TestRemoveContainerForceRemoveRunning [2024-02-05T13:38:20.802Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s) [2024-02-05T13:38:20.802Z] === RUN TestRemoveInvalidContainer [2024-02-05T13:38:20.802Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2024-02-05T13:38:20.802Z] === RUN TestRenameLinkedContainer [2024-02-05T13:38:22.699Z] --- PASS: TestRenameLinkedContainer (1.74s) [2024-02-05T13:38:22.699Z] === RUN TestRenameStoppedContainer [2024-02-05T13:38:22.956Z] --- PASS: TestRenameStoppedContainer (0.44s) [2024-02-05T13:38:22.956Z] === RUN TestRenameRunningContainerAndReuse [2024-02-05T13:38:23.888Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2024-02-05T13:38:23.888Z] === RUN TestRenameInvalidName [2024-02-05T13:38:24.148Z] --- PASS: TestRenameInvalidName (0.43s) [2024-02-05T13:38:24.148Z] === RUN TestRenameAnonymousContainer [2024-02-05T13:38:26.045Z] --- PASS: TestRenameAnonymousContainer (1.57s) [2024-02-05T13:38:26.045Z] === RUN TestRenameContainerWithSameName [2024-02-05T13:38:26.302Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2024-02-05T13:38:26.302Z] === RUN TestRenameContainerWithLinkedContainer [2024-02-05T13:38:27.234Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s) [2024-02-05T13:38:27.234Z] === RUN TestRenameContainerTwice [2024-02-05T13:38:27.491Z] --- PASS: TestRenameContainerTwice (0.44s) [2024-02-05T13:38:27.491Z] === RUN TestResize [2024-02-05T13:38:27.491Z] === RUN TestResize/success [2024-02-05T13:38:27.749Z] === RUN TestResize/invalid_size [2024-02-05T13:38:28.006Z] === RUN TestResize/invalid_state [2024-02-05T13:38:28.571Z] --- PASS: TestResize (0.93s) [2024-02-05T13:38:28.571Z] --- PASS: TestResize/success (0.22s) [2024-02-05T13:38:28.571Z] --- PASS: TestResize/invalid_size (0.24s) [2024-02-05T13:38:28.571Z] --- PASS: TestResize/invalid_state (0.04s) [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-02-05T13:38:28.571Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-02-05T13:38:28.571Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-02-05T13:38:28.571Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-02-05T13:38:28.571Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-05T13:38:28.571Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-02-05T13:38:28.571Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-02-05T13:38:28.571Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-02-05T13:38:28.571Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-05T13:38:28.571Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-02-05T13:38:28.571Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-02-05T13:38:29.942Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-02-05T13:38:29.942Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-02-05T13:38:29.942Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-05T13:38:30.508Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-02-05T13:38:30.508Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-02-05T13:38:31.073Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-02-05T13:38:32.005Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-05T13:38:32.005Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.38s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.38s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.39s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.12s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.14s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.60s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.26s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.02s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.03s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.87s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.95s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.75s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.65s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.34s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.88s) [2024-02-05T13:38:37.262Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.21s) [2024-02-05T13:38:37.262Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2024-02-05T13:38:37.262Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2024-02-05T13:38:38.193Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2024-02-05T13:38:39.125Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.96s) [2024-02-05T13:38:39.125Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.93s) [2024-02-05T13:38:39.125Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.02s) [2024-02-05T13:38:39.125Z] === RUN TestContainerRestartWithCancelledRequest [2024-02-05T13:38:41.022Z] --- PASS: TestContainerRestartWithCancelledRequest (1.88s) [2024-02-05T13:38:41.022Z] === RUN TestCgroupNamespacesRun [2024-02-05T13:38:41.953Z] --- PASS: TestCgroupNamespacesRun (1.07s) [2024-02-05T13:38:41.953Z] === RUN TestCgroupNamespacesRunPrivileged [2024-02-05T13:38:43.324Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s) [2024-02-05T13:38:43.324Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2024-02-05T13:38:44.256Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.05s) [2024-02-05T13:38:44.256Z] === RUN TestCgroupNamespacesRunHostMode [2024-02-05T13:38:45.188Z] --- PASS: TestCgroupNamespacesRunHostMode (1.04s) [2024-02-05T13:38:45.188Z] === RUN TestCgroupNamespacesRunPrivateMode [2024-02-05T13:38:46.120Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.06s) [2024-02-05T13:38:46.120Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2024-02-05T13:38:47.492Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.05s) [2024-02-05T13:38:47.492Z] === RUN TestCgroupNamespacesRunInvalidMode [2024-02-05T13:38:47.749Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s) [2024-02-05T13:38:47.749Z] === RUN TestCgroupNamespacesRunOlderClient [2024-02-05T13:38:49.120Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.06s) [2024-02-05T13:38:49.120Z] === RUN TestNISDomainname [2024-02-05T13:38:49.378Z] --- PASS: TestNISDomainname (0.50s) [2024-02-05T13:38:49.378Z] === RUN TestHostnameDnsResolution [2024-02-05T13:38:50.310Z] --- PASS: TestHostnameDnsResolution (0.67s) [2024-02-05T13:38:50.310Z] === RUN TestUnprivilegedPortsAndPing [2024-02-05T13:38:50.568Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s) [2024-02-05T13:38:50.568Z] === RUN TestPrivilegedHostDevices [2024-02-05T13:38:51.132Z] --- PASS: TestPrivilegedHostDevices (0.46s) [2024-02-05T13:38:51.132Z] === RUN TestRunConsoleSize [2024-02-05T13:38:51.390Z] --- PASS: TestRunConsoleSize (0.40s) [2024-02-05T13:38:51.390Z] === RUN TestRunWithAlternativeContainerdShim [2024-02-05T13:38:58.038Z] --- PASS: TestRunWithAlternativeContainerdShim (5.48s) [2024-02-05T13:38:58.038Z] === RUN TestMacAddressIsAppliedToMainNetworkWithShortID [2024-02-05T13:38:58.038Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.13s) [2024-02-05T13:38:58.038Z] === RUN TestStaticIPOutsideSubpool [2024-02-05T13:38:59.437Z] --- PASS: TestStaticIPOutsideSubpool (1.19s) [2024-02-05T13:38:59.437Z] === RUN TestStats [2024-02-05T13:39:00.839Z] --- PASS: TestStats (1.42s) [2024-02-05T13:39:00.839Z] === RUN TestStopContainerWithTimeout [2024-02-05T13:39:00.839Z] === RUN TestStopContainerWithTimeout/0 [2024-02-05T13:39:00.839Z] === PAUSE TestStopContainerWithTimeout/0 [2024-02-05T13:39:00.839Z] === RUN TestStopContainerWithTimeout/1 [2024-02-05T13:39:00.839Z] === PAUSE TestStopContainerWithTimeout/1 [2024-02-05T13:39:00.839Z] === RUN TestStopContainerWithTimeout/3 [2024-02-05T13:39:00.839Z] === PAUSE TestStopContainerWithTimeout/3 [2024-02-05T13:39:00.839Z] === RUN TestStopContainerWithTimeout/-1 [2024-02-05T13:39:00.839Z] === PAUSE TestStopContainerWithTimeout/-1 [2024-02-05T13:39:00.839Z] === CONT TestStopContainerWithTimeout/0 [2024-02-05T13:39:00.839Z] === CONT TestStopContainerWithTimeout/3 [2024-02-05T13:39:00.839Z] === CONT TestStopContainerWithTimeout/-1 [2024-02-05T13:39:00.839Z] === CONT TestStopContainerWithTimeout/1 [2024-02-05T13:39:04.151Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2024-02-05T13:39:04.151Z] --- PASS: TestStopContainerWithTimeout/0 (0.84s) [2024-02-05T13:39:04.151Z] --- PASS: TestStopContainerWithTimeout/1 (1.64s) [2024-02-05T13:39:04.151Z] --- PASS: TestStopContainerWithTimeout/-1 (2.71s) [2024-02-05T13:39:04.151Z] --- PASS: TestStopContainerWithTimeout/3 (2.89s) [2024-02-05T13:39:04.151Z] === RUN TestStopContainerWithTimeoutCancel [2024-02-05T13:39:04.151Z] === PAUSE TestStopContainerWithTimeoutCancel [2024-02-05T13:39:04.151Z] === RUN TestStopContainerWithRestartPolicyAlways [2024-02-05T13:39:06.047Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.11s) [2024-02-05T13:39:06.047Z] === RUN TestUpdateMemory [2024-02-05T13:39:06.304Z] --- PASS: TestUpdateMemory (0.52s) [2024-02-05T13:39:06.304Z] === RUN TestUpdateCPUQuota [2024-02-05T13:39:06.868Z] --- PASS: TestUpdateCPUQuota (0.65s) [2024-02-05T13:39:06.868Z] === RUN TestUpdatePidsLimit [2024-02-05T13:39:06.868Z] === RUN TestUpdatePidsLimit/update_from_none [2024-02-05T13:39:07.125Z] === RUN TestUpdatePidsLimit/no_change [2024-02-05T13:39:07.125Z] === RUN TestUpdatePidsLimit/update_lower [2024-02-05T13:39:07.383Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2024-02-05T13:39:07.640Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2024-02-05T13:39:07.640Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2024-02-05T13:39:07.898Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2024-02-05T13:39:08.462Z] --- PASS: TestUpdatePidsLimit (1.60s) [2024-02-05T13:39:08.462Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2024-02-05T13:39:08.462Z] --- PASS: TestUpdatePidsLimit/no_change (0.16s) [2024-02-05T13:39:08.462Z] --- PASS: TestUpdatePidsLimit/update_lower (0.16s) [2024-02-05T13:39:08.462Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.16s) [2024-02-05T13:39:08.462Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.16s) [2024-02-05T13:39:08.462Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.16s) [2024-02-05T13:39:08.462Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.16s) [2024-02-05T13:39:08.462Z] === RUN TestUpdateRestartPolicy [2024-02-05T13:39:20.650Z] --- PASS: TestUpdateRestartPolicy (10.65s) [2024-02-05T13:39:20.650Z] === RUN TestUpdateRestartWithAutoRemove [2024-02-05T13:39:20.650Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2024-02-05T13:39:20.650Z] === RUN TestWaitNonBlocked [2024-02-05T13:39:20.650Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-02-05T13:39:20.650Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-02-05T13:39:20.650Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2024-02-05T13:39:20.650Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2024-02-05T13:39:20.650Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-02-05T13:39:20.650Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2024-02-05T13:39:20.650Z] --- PASS: TestWaitNonBlocked (0.02s) [2024-02-05T13:39:20.650Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.54s) [2024-02-05T13:39:20.650Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2024-02-05T13:39:20.650Z] === RUN TestWaitBlocked [2024-02-05T13:39:20.650Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2024-02-05T13:39:20.650Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2024-02-05T13:39:20.650Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2024-02-05T13:39:20.650Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2024-02-05T13:39:20.650Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2024-02-05T13:39:20.650Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2024-02-05T13:39:20.907Z] --- PASS: TestWaitBlocked (0.03s) [2024-02-05T13:39:20.907Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s) [2024-02-05T13:39:20.907Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.73s) [2024-02-05T13:39:20.907Z] === RUN TestWaitConditions [2024-02-05T13:39:20.907Z] === RUN TestWaitConditions/default [2024-02-05T13:39:20.907Z] === PAUSE TestWaitConditions/default [2024-02-05T13:39:20.907Z] === RUN TestWaitConditions/not-running [2024-02-05T13:39:20.907Z] === PAUSE TestWaitConditions/not-running [2024-02-05T13:39:20.907Z] === RUN TestWaitConditions/next-exit [2024-02-05T13:39:20.907Z] === PAUSE TestWaitConditions/next-exit [2024-02-05T13:39:20.907Z] === RUN TestWaitConditions/removed [2024-02-05T13:39:20.907Z] === PAUSE TestWaitConditions/removed [2024-02-05T13:39:20.907Z] === CONT TestWaitConditions/default [2024-02-05T13:39:20.907Z] === CONT TestWaitConditions/next-exit [2024-02-05T13:39:20.907Z] === CONT TestWaitConditions/not-running [2024-02-05T13:39:20.907Z] === CONT TestWaitConditions/removed [2024-02-05T13:39:21.165Z] wait_test.go:145: ContainerID = c9283373f8f90a6b4d01ed4e8b9d1a44e4066b6e50baadd83668f50b08c177ed [2024-02-05T13:39:21.165Z] wait_test.go:145: ContainerID = 4aa131bb900742987d347fad7c51bdacaad5da9936fcf35e0498c6c32beefd82 [2024-02-05T13:39:21.165Z] wait_test.go:145: ContainerID = 591975a34b8947ffa2a2f7c0652a549d79f23caec0c14f8869829321d97630b4 [2024-02-05T13:39:21.165Z] wait_test.go:145: ContainerID = b0373554166963f73ff4a10a3a2ceee6f8d043392f9a01459d4ca1d7361879e4 [2024-02-05T13:39:22.535Z] --- PASS: TestWaitConditions (0.03s) [2024-02-05T13:39:22.535Z] --- PASS: TestWaitConditions/not-running (0.77s) [2024-02-05T13:39:22.535Z] --- PASS: TestWaitConditions/default (1.04s) [2024-02-05T13:39:22.535Z] --- PASS: TestWaitConditions/next-exit (1.13s) [2024-02-05T13:39:22.535Z] --- PASS: TestWaitConditions/removed (1.20s) [2024-02-05T13:39:22.535Z] === RUN TestWaitRestartedContainer [2024-02-05T13:39:22.535Z] === RUN TestWaitRestartedContainer/default [2024-02-05T13:39:22.535Z] === PAUSE TestWaitRestartedContainer/default [2024-02-05T13:39:22.535Z] === RUN TestWaitRestartedContainer/not-running [2024-02-05T13:39:22.535Z] === PAUSE TestWaitRestartedContainer/not-running [2024-02-05T13:39:22.535Z] === RUN TestWaitRestartedContainer/next-exit [2024-02-05T13:39:22.535Z] === PAUSE TestWaitRestartedContainer/next-exit [2024-02-05T13:39:22.535Z] === CONT TestWaitRestartedContainer/default [2024-02-05T13:39:22.535Z] === CONT TestWaitRestartedContainer/next-exit [2024-02-05T13:39:22.535Z] === CONT TestWaitRestartedContainer/not-running [2024-02-05T13:39:24.432Z] --- PASS: TestWaitRestartedContainer (0.01s) [2024-02-05T13:39:24.432Z] --- PASS: TestWaitRestartedContainer/next-exit (1.50s) [2024-02-05T13:39:24.432Z] --- PASS: TestWaitRestartedContainer/default (1.53s) [2024-02-05T13:39:24.432Z] --- PASS: TestWaitRestartedContainer/not-running (1.81s) [2024-02-05T13:39:24.432Z] === CONT TestHardRestartWhenContainerIsRunning [2024-02-05T13:39:24.432Z] === CONT TestRestartDaemonWithRestartingContainer [2024-02-05T13:39:24.432Z] === CONT TestDaemonHostGatewayIP [2024-02-05T13:39:24.432Z] === CONT TestIpcModeOlderClient [2024-02-05T13:39:24.432Z] === CONT TestDaemonRestartIpcMode [2024-02-05T13:39:24.432Z] === CONT TestContainerKillOnDaemonStart [2024-02-05T13:39:24.432Z] === CONT TestContainerStartOnDaemonRestart [2024-02-05T13:39:24.432Z] === CONT TestStopContainerWithTimeoutCancel [2024-02-05T13:39:24.432Z] --- PASS: TestIpcModeOlderClient (0.09s) [2024-02-05T13:39:25.804Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=none [2024-02-05T13:39:25.804Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure [2024-02-05T13:39:26.369Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.36s) [2024-02-05T13:39:26.369Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s) [2024-02-05T13:39:26.369Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.53s) [2024-02-05T13:39:26.935Z] --- PASS: TestContainerStartOnDaemonRestart (2.68s) [2024-02-05T13:39:26.935Z] --- PASS: TestDaemonHostGatewayIP (2.96s) [2024-02-05T13:39:27.500Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.35s) [2024-02-05T13:39:27.500Z] --- PASS: TestDaemonRestartIpcMode (3.45s) [2024-02-05T13:39:27.757Z] --- PASS: TestStopContainerWithTimeoutCancel (3.57s) [2024-02-05T13:39:35.855Z] --- PASS: TestContainerKillOnDaemonStart (11.75s) [2024-02-05T13:39:35.855Z] PASS [2024-02-05T13:39:35.855Z] [2024-02-05T13:39:35.855Z] === Skipped [2024-02-05T13:39:35.855Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2024-02-05T13:39:35.855Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-02-05T13:39:35.855Z] [2024-02-05T13:39:35.855Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2024-02-05T13:39:35.855Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-02-05T13:39:35.855Z] [2024-02-05T13:39:35.855Z] DONE 326 tests, 2 skipped in 168.402s [2024-02-05T13:39:35.855Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2024-02-05T13:39:35.855Z] ++ '[' -n '' ']' [2024-02-05T13:39:35.855Z] ++ 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-02-05T13:39:35.855Z] ++ set -e [2024-02-05T13:39:35.855Z] ++ '[' -n 0 ']' [2024-02-05T13:39:35.855Z] ++ set -x [2024-02-05T13:39:35.855Z] ++ 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.JtiuA3ZLbx/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-02-05T13:39:35.855Z] INFO: Testing against a local daemon [2024-02-05T13:39:35.855Z] === RUN TestConfigDaemonID [2024-02-05T13:39:37.228Z] daemon_test.go:61: [da6f50e2a225a] daemon is not started [2024-02-05T13:39:37.228Z] --- PASS: TestConfigDaemonID (1.05s) [2024-02-05T13:39:37.228Z] === RUN TestDaemonConfigValidation [2024-02-05T13:39:37.228Z] === RUN TestDaemonConfigValidation/config_with_no_content [2024-02-05T13:39:37.228Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2024-02-05T13:39:37.228Z] === RUN TestDaemonConfigValidation/config_with_{} [2024-02-05T13:39:37.228Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2024-02-05T13:39:37.228Z] === RUN TestDaemonConfigValidation/invalid_config [2024-02-05T13:39:37.228Z] === PAUSE TestDaemonConfigValidation/invalid_config [2024-02-05T13:39:37.228Z] === RUN TestDaemonConfigValidation/malformed_config [2024-02-05T13:39:37.228Z] === PAUSE TestDaemonConfigValidation/malformed_config [2024-02-05T13:39:37.228Z] === RUN TestDaemonConfigValidation/valid_config [2024-02-05T13:39:37.228Z] === PAUSE TestDaemonConfigValidation/valid_config [2024-02-05T13:39:37.228Z] === CONT TestDaemonConfigValidation/config_with_no_content [2024-02-05T13:39:37.228Z] === CONT TestDaemonConfigValidation/malformed_config [2024-02-05T13:39:37.228Z] === CONT TestDaemonConfigValidation/valid_config [2024-02-05T13:39:37.228Z] === CONT TestDaemonConfigValidation/invalid_config [2024-02-05T13:39:37.228Z] === CONT TestDaemonConfigValidation/config_with_{} [2024-02-05T13:39:37.228Z] --- PASS: TestDaemonConfigValidation (0.00s) [2024-02-05T13:39:37.228Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2024-02-05T13:39:37.228Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2024-02-05T13:39:37.228Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2024-02-05T13:39:37.228Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2024-02-05T13:39:37.228Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2024-02-05T13:39:37.228Z] === RUN TestConfigDaemonSeccompProfiles [2024-02-05T13:39:37.228Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2024-02-05T13:39:38.161Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2024-02-05T13:39:39.093Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2024-02-05T13:39:40.025Z] daemon_test.go:180: [d7073d0e25ce1] daemon is not started [2024-02-05T13:39:40.025Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2024-02-05T13:39:40.025Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2024-02-05T13:39:40.025Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2024-02-05T13:39:40.025Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2024-02-05T13:39:40.025Z] === RUN TestDaemonProxy [2024-02-05T13:39:40.025Z] === RUN TestDaemonProxy/environment_variables [2024-02-05T13:39:40.025Z] === PAUSE TestDaemonProxy/environment_variables [2024-02-05T13:39:40.025Z] === RUN TestDaemonProxy/command-line_options [2024-02-05T13:39:40.025Z] === PAUSE TestDaemonProxy/command-line_options [2024-02-05T13:39:40.025Z] === RUN TestDaemonProxy/configuration_file [2024-02-05T13:39:40.025Z] === PAUSE TestDaemonProxy/configuration_file [2024-02-05T13:39:40.025Z] === RUN TestDaemonProxy/conflicting_options [2024-02-05T13:39:40.592Z] === RUN TestDaemonProxy/reload_sanitized [2024-02-05T13:39:40.592Z] === PAUSE TestDaemonProxy/reload_sanitized [2024-02-05T13:39:40.592Z] === CONT TestDaemonProxy/environment_variables [2024-02-05T13:39:40.592Z] === CONT TestDaemonProxy/configuration_file [2024-02-05T13:39:40.592Z] === CONT TestDaemonProxy/reload_sanitized [2024-02-05T13:39:40.592Z] === CONT TestDaemonProxy/command-line_options [2024-02-05T13:39:42.489Z] --- PASS: TestDaemonProxy (0.50s) [2024-02-05T13:39:42.489Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2024-02-05T13:39:42.489Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) [2024-02-05T13:39:42.489Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2024-02-05T13:39:42.489Z] --- PASS: TestDaemonProxy/configuration_file (1.76s) [2024-02-05T13:39:42.489Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2024-02-05T13:39:42.489Z] === RUN TestLiveRestore [2024-02-05T13:39:42.489Z] === RUN TestLiveRestore/volume_references [2024-02-05T13:39:42.489Z] === PAUSE TestLiveRestore/volume_references [2024-02-05T13:39:42.489Z] === RUN TestLiveRestore/autoremove [2024-02-05T13:39:42.489Z] === PAUSE TestLiveRestore/autoremove [2024-02-05T13:39:42.489Z] === CONT TestLiveRestore/volume_references [2024-02-05T13:39:42.489Z] === CONT TestLiveRestore/autoremove [2024-02-05T13:39:42.489Z] === RUN TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers [2024-02-05T13:39:43.055Z] === RUN TestLiveRestore/volume_references/restartPolicy [2024-02-05T13:39:43.055Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2024-02-05T13:39:44.427Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2024-02-05T13:39:44.427Z] === RUN TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited [2024-02-05T13:39:45.360Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2024-02-05T13:39:46.292Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2024-02-05T13:39:47.225Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options [2024-02-05T13:39:48.157Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted [2024-02-05T13:39:48.721Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore (0.00s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/autoremove (3.53s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.96s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.56s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/volume_references (7.27s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (4.26s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.23s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.03s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.00s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.99s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.43s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.46s) [2024-02-05T13:39:49.772Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.96s) [2024-02-05T13:39:49.772Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip [2024-02-05T13:39:50.337Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s) [2024-02-05T13:39:50.337Z] PASS [2024-02-05T13:39:50.337Z] [2024-02-05T13:39:50.337Z] DONE 31 tests in 14.502s [2024-02-05T13:39:50.337Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2024-02-05T13:39:50.337Z] ++ '[' -n '' ']' [2024-02-05T13:39:50.337Z] ++ 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-02-05T13:39:50.337Z] ++ set -e [2024-02-05T13:39:50.337Z] ++ '[' -n 0 ']' [2024-02-05T13:39:50.337Z] ++ set -x [2024-02-05T13:39:50.337Z] ++ 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.JtiuA3ZLbx/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-02-05T13:39:50.337Z] INFO: Testing against a local daemon [2024-02-05T13:39:50.337Z] === RUN TestCommitInheritsEnv [2024-02-05T13:39:50.594Z] --- PASS: TestCommitInheritsEnv (0.19s) [2024-02-05T13:39:50.594Z] === RUN TestUsernsCommit [2024-02-05T13:39:51.965Z] --- PASS: TestUsernsCommit (1.48s) [2024-02-05T13:39:51.965Z] === RUN TestImportExtremelyLargeImageWorks [2024-02-05T13:39:51.965Z] import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out [2024-02-05T13:39:51.965Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2024-02-05T13:39:51.965Z] === RUN TestImportWithCustomPlatform [2024-02-05T13:39:51.965Z] === RUN TestImportWithCustomPlatform/#00 [2024-02-05T13:39:51.965Z] === RUN TestImportWithCustomPlatform/linux [2024-02-05T13:39:52.222Z] === RUN TestImportWithCustomPlatform/LINUX [2024-02-05T13:39:52.222Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatform (0.13s) [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatform/#00 (0.02s) [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatform/linux (0.02s) [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.03s) [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.03s) [2024-02-05T13:39:52.222Z] === RUN TestImportWithCustomPlatformReject [2024-02-05T13:39:52.222Z] === RUN TestImportWithCustomPlatformReject/_______ [2024-02-05T13:39:52.222Z] === RUN TestImportWithCustomPlatformReject// [2024-02-05T13:39:52.222Z] === RUN TestImportWithCustomPlatformReject/macos [2024-02-05T13:39:52.222Z] === RUN TestImportWithCustomPlatformReject/macos/arm64 [2024-02-05T13:39:52.222Z] === RUN TestImportWithCustomPlatformReject/nintendo64 [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatformReject (0.01s) [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s) [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatformReject// (0.00s) [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatformReject/macos (0.00s) [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s) [2024-02-05T13:39:52.222Z] --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s) [2024-02-05T13:39:52.222Z] === RUN TestImageInspectEmptyTagsAndDigests [2024-02-05T13:39:52.222Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s) [2024-02-05T13:39:52.223Z] === RUN TestImagesFilterMultiReference [2024-02-05T13:39:52.223Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2024-02-05T13:39:52.223Z] === RUN TestImagesFilterUntil [2024-02-05T13:39:52.480Z] list_test.go:95: ImageList: ID=sha256:fd99336cdf9ee616fe8d4473d358bd73de0aaf3d0c80b56a0490beb865cc77b0 RepoTags=[testimagesfilteruntil:v1] [2024-02-05T13:39:52.480Z] --- PASS: TestImagesFilterUntil (0.32s) [2024-02-05T13:39:52.480Z] === RUN TestImagesFilterBeforeSince [2024-02-05T13:39:52.737Z] list_test.go:129: ImageList: ID=sha256:a531ce0dcfbcfe3b1d1a5d11bf81e3b6e1a28775250340b9c978b9ff77993d45 RepoTags=[testimagesfilterbeforesince:v3] [2024-02-05T13:39:52.737Z] list_test.go:129: ImageList: ID=sha256:98c9e451a9a5bc74d6eb86e14dff14a879dc3f580f817d017c400794abb7d3cb RepoTags=[testimagesfilterbeforesince:v2] [2024-02-05T13:39:52.737Z] list_test.go:129: ImageList: ID=sha256:dcc48bf869f9a1d4d6276d6b7b1d24f054445f736c7e8f445ea111de7a9bbf64 RepoTags=[testimagesfilterbeforesince:v1] [2024-02-05T13:39:52.995Z] --- PASS: TestImagesFilterBeforeSince (0.30s) [2024-02-05T13:39:52.995Z] === RUN TestAPIImagesFilters [2024-02-05T13:39:52.995Z] === RUN TestAPIImagesFilters/repository_regex [2024-02-05T13:39:52.995Z] === PAUSE TestAPIImagesFilters/repository_regex [2024-02-05T13:39:52.995Z] === RUN TestAPIImagesFilters/image_name_regex [2024-02-05T13:39:52.995Z] === PAUSE TestAPIImagesFilters/image_name_regex [2024-02-05T13:39:52.995Z] === RUN TestAPIImagesFilters/image_name_without_a_tag [2024-02-05T13:39:52.995Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag [2024-02-05T13:39:52.995Z] === RUN TestAPIImagesFilters/registry_port_regex [2024-02-05T13:39:52.995Z] === PAUSE TestAPIImagesFilters/registry_port_regex [2024-02-05T13:39:52.995Z] === CONT TestAPIImagesFilters/repository_regex [2024-02-05T13:39:52.995Z] === CONT TestAPIImagesFilters/image_name_without_a_tag [2024-02-05T13:39:52.995Z] === CONT TestAPIImagesFilters/registry_port_regex [2024-02-05T13:39:52.995Z] === CONT TestAPIImagesFilters/image_name_regex [2024-02-05T13:39:52.995Z] --- PASS: TestAPIImagesFilters (0.04s) [2024-02-05T13:39:52.995Z] --- PASS: TestAPIImagesFilters/repository_regex (0.00s) [2024-02-05T13:39:52.995Z] --- PASS: TestAPIImagesFilters/image_name_regex (0.00s) [2024-02-05T13:39:52.995Z] --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s) [2024-02-05T13:39:52.995Z] --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s) [2024-02-05T13:39:52.995Z] === RUN TestPruneDontDeleteUsedDangling [2024-02-05T13:39:53.562Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s) [2024-02-05T13:39:53.562Z] === RUN TestImagePullPlatformInvalid [2024-02-05T13:39:53.562Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2024-02-05T13:39:53.562Z] === RUN TestImagePullStoredfDigestForOtherRepo [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.371334253Z" 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=7f95a61c-42a3-4a20-b233-b45a7b0f224b version=2.8.3 [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.371447646Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=7f95a61c-42a3-4a20-b233-b45a7b0f224b version=2.8.3 [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.371469463Z" level=info msg="Starting upload purge in 20m0s" go.version=go1.20.8 instance.id=7f95a61c-42a3-4a20-b233-b45a7b0f224b version=2.8.3 [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.371786775Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=7f95a61c-42a3-4a20-b233-b45a7b0f224b version=2.8.3 [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.466225868Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f86eddd7-1a4c-406f-8905-2ab8a8d02394 http.request.method=GET http.request.remoteaddr="127.0.0.1:49912" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.466279529Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f86eddd7-1a4c-406f-8905-2ab8a8d02394 http.request.method=GET http.request.remoteaddr="127.0.0.1:49912" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.101265ms http.response.status=200 http.response.written=2 [2024-02-05T13:39:53.562Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.468725116Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9d11158d-65c9-4c6c-93fd-b8111378fdfc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.468771277Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9d11158d-65c9-4c6c-93fd-b8111378fdfc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.468779187Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cb2e0843-25df-48b7-a2e0-e70af4795802 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.468811301Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cb2e0843-25df-48b7-a2e0-e70af4795802 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.4688817Z" 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=9d11158d-65c9-4c6c-93fd-b8111378fdfc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=43.092µ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=86a7464a-c5ed-43b0-88eb-64488198bb8a trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.468881618Z" 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=cb2e0843-25df-48b7-a2e0-e70af4795802 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=32.163µ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=3e80b374-a343-4f29-a17c-8c87fced3246 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.469006087Z" 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=9d11158d-65c9-4c6c-93fd-b8111378fdfc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49914" 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.204452ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.46901965Z" 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=cb2e0843-25df-48b7-a2e0-e70af4795802 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49916" 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.188287ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.562Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown" [2024-02-05T13:39:53.562Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown" [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.470564912Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6e068822-98b0-444b-ade8-4dcfedc7379d http.request.method=POST http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.470611024Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0403d903-05af-49a9-9194-8ed583f305e8 http.request.method=POST http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.470682744Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0403d903-05af-49a9-9194-8ed583f305e8 http.request.method=POST http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.470631389Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6e068822-98b0-444b-ade8-4dcfedc7379d http.request.method=POST http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.47082899Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6e068822-98b0-444b-ade8-4dcfedc7379d http.request.method=POST http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=98.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).PutContent" trace.id=dbf172ed-566d-4b80-ab2b-1b5ebe7f61ae trace.line=110 vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.47091209Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/6dee4788-3c4a-45f0-aaae-abd74164094e/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0403d903-05af-49a9-9194-8ed583f305e8 http.request.method=POST http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=192.711µ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=15c36a02-a1ed-41b8-9c53-ef4ec0101af4 trace.line=110 vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.47094587Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6e068822-98b0-444b-ade8-4dcfedc7379d http.request.method=POST http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=87.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).Writer" trace.id=a4c2b14a-fc14-4d05-bcfb-6f0a75c27fb8 trace.line=142 vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.470993016Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/6dee4788-3c4a-45f0-aaae-abd74164094e/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0403d903-05af-49a9-9194-8ed583f305e8 http.request.method=POST http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=43.577µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=fe92f216-f8cb-4a74-9e52-425e7a2abe22 trace.line=142 vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.47105201Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6e068822-98b0-444b-ade8-4dcfedc7379d http.request.method=POST http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=62.399µ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=36d9aed2-62d8-4ca1-ba83-fd881f85be11 trace.line=110 vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.471076805Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/6dee4788-3c4a-45f0-aaae-abd74164094e/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0403d903-05af-49a9-9194-8ed583f305e8 http.request.method=POST http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=49.173µ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=17065590-ae72-4430-ab88-3fe9383b57dc trace.line=110 vars.name=test [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.471156484Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0403d903-05af-49a9-9194-8ed583f305e8 http.request.method=POST http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.859915ms http.response.status=202 http.response.written=0 [2024-02-05T13:39:53.562Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown" [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.471158281Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6e068822-98b0-444b-ade8-4dcfedc7379d http.request.method=POST http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.861983ms http.response.status=202 http.response.written=0 [2024-02-05T13:39:53.562Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown" [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.473298092Z" 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=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.562Z] time="2024-02-05T13:39:53.47358612Z" 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=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.473670254Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/6dee4788-3c4a-45f0-aaae-abd74164094e/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=46.653µ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=173b9265-70a9-4926-af54-89599e68ffa5 trace.line=95 vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.473712526Z" 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=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.473729248Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/6dee4788-3c4a-45f0-aaae-abd74164094e/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=24.196µ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=68b52662-4fd5-4cbd-a56c-4b73e445200a trace.line=142 vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.473779299Z" 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=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.473855022Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/6dee4788-3c4a-45f0-aaae-abd74164094e/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=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.139µ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=9839c246-2063-48f4-a377-a529f28accbf trace.line=110 vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.47386916Z" 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=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.473895752Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/6dee4788-3c4a-45f0-aaae-abd74164094e/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.07µ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=f5d5e40a-a9b9-4e63-8802-a74fe74c6703 trace.line=155 vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.473935883Z" 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=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.455µ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=5c00e777-d0bf-415b-ae2e-cecf15ebbd79 trace.line=155 vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.473935817Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=38.088µ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=59e2d8c0-18b5-4651-9f50-785efa31b7ec trace.line=95 vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.473962171Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/6dee4788-3c4a-45f0-aaae-abd74164094e/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=8.271µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=74f363d0-819c-4869-a5bf-2a9f8e5e7a0b trace.line=155 vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.473984899Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=20.907µ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=bf35469d-4bff-4162-9786-58dd6f1fcd82 trace.line=142 vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.474035959Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/6dee4788-3c4a-45f0-aaae-abd74164094e/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=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=50.37µ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=aa0b4cfc-d8f7-4f13-8d85-2b21be26b8f5 trace.line=185 vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.474066646Z" 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=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.47410347Z" 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=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=43.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).PutContent" trace.id=2a88d683-9e98-4149-8081-a975ad0d9c4c trace.line=110 vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.474144002Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a/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=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.015µ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=32848a11-ea0d-4e2f-a9a0-372c4985deb5 trace.line=110 vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.474178824Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.421µ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=05e91963-5d8a-48f0-aafb-e4de18811f9d trace.line=155 vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.474216903Z" 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=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.267µ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=041c67f5-149d-4a80-83b3-941a10dce70a trace.line=155 vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.474240304Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/6dee4788-3c4a-45f0-aaae-abd74164094e")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=115.132µ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=4aed69fa-a648-492b-941d-c4826cb4928b trace.line=202 vars.name=test vars.uuid=6dee4788-3c4a-45f0-aaae-abd74164094e [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.474329222Z" 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=643e139c-82e0-4076-81e0-0a75a54ee388 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49916" http.request.uri="/v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.352033ms http.response.status=201 http.response.written=0 [2024-02-05T13:39:53.563Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "PUT /v2/test/blobs/uploads/6dee4788-3c4a-45f0-aaae-abd74164094e?_state=Z0grR-EnzPXkNZpL6UZ2THElN0fJ0uhXSwre8qhSKbp7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZkZWU0Nzg4LTNjNGEtNDVmMC1hYWFlLWFiZDc0MTY0MDk0ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA2OTg0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.47425536Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.407µ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=5f5542e2-bd5a-4c8b-85be-9733ae27672f trace.line=155 vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.474410311Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a/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=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=43.61µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=1994fdbc-405c-479b-b358-a694c843952a trace.line=185 vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.47448944Z" 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=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=45.669µ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=9b7995ad-b4c3-4896-bd22-a8398568da3f trace.line=110 vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.47461053Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=97.738µ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=49847067-ae05-4718-a91b-04a10bfcb887 trace.line=202 vars.name=test vars.uuid=1dc64978-92bd-473d-b8e7-e8c8809de65a [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.474683956Z" 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=a597b5e1-b29e-4146-8d47-0ac55c4fdc80 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.642769ms http.response.status=201 http.response.written=0 [2024-02-05T13:39:53.563Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "PUT /v2/test/blobs/uploads/1dc64978-92bd-473d-b8e7-e8c8809de65a?_state=JivaSR9mQZYVbKe8_HvlEqCbr9WkWcPQqIVOvkUCr3J7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjFkYzY0OTc4LTkyYmQtNDczZC1iOGU3LWU4Yzg4MDlkZTY1YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNVQxMzozOTo1My40NzA3MTI2MThaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.475778157Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5e2e07fb-8758-4937-9707-1829fa2bbb2d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.475811477Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5e2e07fb-8758-4937-9707-1829fa2bbb2d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.47586851Z" 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=5e2e07fb-8758-4937-9707-1829fa2bbb2d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=26.789µ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=fb37da67-e573-4303-9447-5d6c5f642b6f trace.line=95 vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.475930844Z" 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=5e2e07fb-8758-4937-9707-1829fa2bbb2d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49914" 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="885.269µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.12+unknown" [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.477436886Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.477478214Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.47762423Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.477640542Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.477649887Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.477724208Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.483µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=221f25fd-44a4-49f4-93e4-39bff0e8a6ec trace.line=95 vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.477773971Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=15.59µ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=cc0e54b8-32f3-4d10-ad7b-2693a7d2fc38 trace.line=155 vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.477822053Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=20.775µ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=ab19cd42-240f-4bab-a654-cf052f89c782 trace.line=95 vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.47786037Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=10.437µ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=f523f171-e227-4e61-8b70-8ba53f8cda26 trace.line=155 vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.477898982Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.481µ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=45bec9be-674b-47f6-b88b-d57682149449 trace.line=155 vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.477974165Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=53.217µ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=c693f610-14bd-4ee3-ab7f-2f98350ec052 trace.line=110 vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.478058955Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=50.502µ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=dce0b5d0-30ea-4f21-8e62-f4bfc083246c trace.line=110 vars.name=test vars.reference=latest [2024-02-05T13:39:53.563Z] time="2024-02-05T13:39:53.478209804Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=59.897µ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=e7fb7f3a-15a1-4078-9d1d-c91a610f639b trace.line=110 vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.478272835Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=32.524µ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=4fc859d1-31dd-43d5-aa96-57b57ac1c635 trace.line=110 vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.478309101Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.478324969Z" 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=7c5925fd-7a60-4c53-8262-3e3f8197b988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49914" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.074311ms http.response.status=201 http.response.written=0 [2024-02-05T13:39:53.564Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.48276171Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=157e49ea-ae41-4a84-9b57-6128b9eaec39 http.request.method=GET http.request.remoteaddr="127.0.0.1:49940" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.482801447Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=157e49ea-ae41-4a84-9b57-6128b9eaec39 http.request.method=GET http.request.remoteaddr="127.0.0.1:49940" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="840.97µs" http.response.status=200 http.response.written=2 [2024-02-05T13:39:53.564Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.484842873Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c6d6902f-fab4-4e35-b549-c3a01b62f2a1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49952" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.484881773Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c6d6902f-fab4-4e35-b549-c3a01b62f2a1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49952" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.484955207Z" 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=c6d6902f-fab4-4e35-b549-c3a01b62f2a1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49952" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=43.946µ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=7d516834-1ff4-4c49-b23c-dcf6834fdfc2 trace.line=95 vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.484978362Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c6d6902f-fab4-4e35-b549-c3a01b62f2a1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49952" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.485022299Z" 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=c6d6902f-fab4-4e35-b549-c3a01b62f2a1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49952" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.062µ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=d77bc13e-d681-45a4-bcd0-7643237adc10 trace.line=95 vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.485072465Z" 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=c6d6902f-fab4-4e35-b549-c3a01b62f2a1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49952" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.205µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=97c15f31-e54f-4ee8-899e-a962dda126e3 trace.line=155 vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.48512149Z" 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=c6d6902f-fab4-4e35-b549-c3a01b62f2a1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49952" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.662µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=10572725-2925-492b-8531-b79353adb066 trace.line=125 vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.485168964Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c6d6902f-fab4-4e35-b549-c3a01b62f2a1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49952" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.485256888Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c6d6902f-fab4-4e35-b549-c3a01b62f2a1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49952" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-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.156813ms http.response.status=200 http.response.written=417 [2024-02-05T13:39:53.564Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.49552791Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=25b43253-3f5b-4863-b23a-22a0d7fdbddd http.request.method=GET http.request.remoteaddr="127.0.0.1:49958" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.495577123Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=25b43253-3f5b-4863-b23a-22a0d7fdbddd http.request.method=GET http.request.remoteaddr="127.0.0.1:49958" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.495593131Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=25b43253-3f5b-4863-b23a-22a0d7fdbddd http.request.method=GET http.request.remoteaddr="127.0.0.1:49958" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.495674254Z" 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=25b43253-3f5b-4863-b23a-22a0d7fdbddd http.request.method=GET http.request.remoteaddr="127.0.0.1:49958" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.829µ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=c66fca01-a032-4e38-bea9-64bf138a57ed trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.495730901Z" 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=25b43253-3f5b-4863-b23a-22a0d7fdbddd http.request.method=GET http.request.remoteaddr="127.0.0.1:49958" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.977µ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=926d9bcd-7eb3-4052-b307-387c33c6430f trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.495768939Z" 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=25b43253-3f5b-4863-b23a-22a0d7fdbddd http.request.method=GET http.request.remoteaddr="127.0.0.1:49958" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.464µ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=1c9fafa6-1605-4895-9b95-6143fcff723c trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.495807601Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=25b43253-3f5b-4863-b23a-22a0d7fdbddd http.request.method=GET http.request.remoteaddr="127.0.0.1:49958" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.495903058Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=25b43253-3f5b-4863-b23a-22a0d7fdbddd http.request.method=GET http.request.remoteaddr="127.0.0.1:49958" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-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.706901ms http.response.status=200 http.response.written=417 [2024-02-05T13:39:53.564Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.503732152Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.503988476Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504091063Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504274584Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504398528Z" 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=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=189.035µ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=778600e8-37e4-46f9-b25f-742a3aa70a29 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504633757Z" 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=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=45.669µ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=579625b2-451c-49da-be17-6488b1b5eda6 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.50466126Z" 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=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.724µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=60adfa5d-c142-4409-8fcb-83a68ec5d949 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504713313Z" 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=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.194µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ec7544f2-f2fd-4ea7-b8e0-7d9ace545b06 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504718744Z" 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=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=28.922µ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=c608d5e9-be9d-4260-b9f9-19aaa08460fc trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504760229Z" 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=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.93µ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=f97aff0a-afd5-49de-b34d-4c0b6e1a8bfe trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504769066Z" 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=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.514µ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=dff3b296-3661-4d30-96bc-066d45fb2297 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504802501Z" 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=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.803µ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=e417b1d8-f241-423c-a301-5d3d3a89b375 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504855792Z" 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=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.953µ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=020cc313-6601-452e-a075-a71bf0439d05 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504804807Z" 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=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.716µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a46a049c-b341-4daa-9011-59dc72adec51 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504915123Z" 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=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.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).Reader" trace.id=e50987cc-9b85-4672-9c2f-19589923e6b3 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504925518Z" 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=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.356µ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=6db13770-8c76-4181-b2b1-876c0b9251ae trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.504967856Z" 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=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.204µ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=3988a159-d1ad-4448-a77b-4ca825ddc395 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.505024216Z" 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=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-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).Reader" trace.id=451902ef-8324-44e5-b834-d04f321ec905 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.564Z] time="2024-02-05T13:39:53.505629736Z" 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=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=30.219µ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=7e471a6c-675f-4857-81b8-731f5f69e1fa trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.505775161Z" 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=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=56.877µ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=2c9e5bc5-3806-49d1-9d62-26a511f5f17b trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.50589255Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=88c4eb01-cb95-4535-90d9-cd3b55651a42 http.request.method=GET http.request.remoteaddr="127.0.0.1:49978" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.014874ms http.response.status=200 http.response.written=68 [2024-02-05T13:39:53.565Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.506526336Z" 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=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=38.342µ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=01dd5d93-c500-43da-97ec-95f847f04fe6 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.506583656Z" 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=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.048µ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=860dd607-7134-47c4-aa12-9dddd1734705 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.506655639Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=12b4ce1e-87d8-4458-b54f-812b79cf9778 http.request.method=GET http.request.remoteaddr="127.0.0.1:49972" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.836103ms http.response.status=200 http.response.written=194 [2024-02-05T13:39:53.565Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.522426456Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=35864cd4-7700-4f28-a9c8-89513e7e9900 http.request.method=GET http.request.remoteaddr="127.0.0.1:49990" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.522468465Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=35864cd4-7700-4f28-a9c8-89513e7e9900 http.request.method=GET http.request.remoteaddr="127.0.0.1:49990" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="915.332µs" http.response.status=200 http.response.written=2 [2024-02-05T13:39:53.565Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.529208511Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=20dfac93-cb7a-4900-9388-c0eb79f23a52 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50004" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.529255485Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=20dfac93-cb7a-4900-9388-c0eb79f23a52 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50004" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.529269827Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=20dfac93-cb7a-4900-9388-c0eb79f23a52 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50004" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.529334572Z" 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=20dfac93-cb7a-4900-9388-c0eb79f23a52 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50004" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=34.239µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=80f7932d-c515-4b90-99d1-a964828e1d73 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.529385591Z" 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=20dfac93-cb7a-4900-9388-c0eb79f23a52 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50004" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.916µ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=f370b83d-561b-4894-9937-d088e1459e7c trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.52945992Z" 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=20dfac93-cb7a-4900-9388-c0eb79f23a52 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50004" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.089573ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.530741925Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=54b30e57-b6dd-4ece-8138-4ebbdbb4bf2b http.request.method=GET http.request.remoteaddr="127.0.0.1:50006" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.53078176Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=54b30e57-b6dd-4ece-8138-4ebbdbb4bf2b http.request.method=GET http.request.remoteaddr="127.0.0.1:50006" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.530800541Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=54b30e57-b6dd-4ece-8138-4ebbdbb4bf2b http.request.method=GET http.request.remoteaddr="127.0.0.1:50006" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.530858928Z" 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=54b30e57-b6dd-4ece-8138-4ebbdbb4bf2b http.request.method=GET http.request.remoteaddr="127.0.0.1:50006" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=25.96µ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=597e65ea-90ff-4756-98d9-33e09891493b trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.530904712Z" 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=54b30e57-b6dd-4ece-8138-4ebbdbb4bf2b http.request.method=GET http.request.remoteaddr="127.0.0.1:50006" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.538µ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=9d09ebaf-a07b-410c-9a8e-43d44c20f744 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] time="2024-02-05T13:39:53.530943374Z" 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=54b30e57-b6dd-4ece-8138-4ebbdbb4bf2b http.request.method=GET http.request.remoteaddr="127.0.0.1:50006" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.004578ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-05T13:39:53.565Z] 127.0.0.1 - - [05/Feb/2024:13:39:53 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/5453bd65c6e26adbefb2b045997a11f75c16d157 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-05T13:39:53.565Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s) [2024-02-05T13:39:53.565Z] === RUN TestImagePullNonExisting [2024-02-05T13:39:53.565Z] === RUN TestImagePullNonExisting/asdfasdf:foobar [2024-02-05T13:39:53.565Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar [2024-02-05T13:39:53.565Z] === RUN TestImagePullNonExisting/library/asdfasdf:foobar [2024-02-05T13:39:53.565Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar [2024-02-05T13:39:53.565Z] === RUN TestImagePullNonExisting/asdfasdf [2024-02-05T13:39:53.565Z] === PAUSE TestImagePullNonExisting/asdfasdf [2024-02-05T13:39:53.565Z] === RUN TestImagePullNonExisting/asdfasdf:latest [2024-02-05T13:39:53.565Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest [2024-02-05T13:39:53.565Z] === RUN TestImagePullNonExisting/library/asdfasdf [2024-02-05T13:39:53.565Z] === PAUSE TestImagePullNonExisting/library/asdfasdf [2024-02-05T13:39:53.565Z] === RUN TestImagePullNonExisting/library/asdfasdf:latest [2024-02-05T13:39:53.565Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest [2024-02-05T13:39:53.565Z] === CONT TestImagePullNonExisting/asdfasdf:foobar [2024-02-05T13:39:53.565Z] === CONT TestImagePullNonExisting/asdfasdf:latest [2024-02-05T13:39:53.565Z] === CONT TestImagePullNonExisting/asdfasdf [2024-02-05T13:39:53.565Z] === CONT TestImagePullNonExisting/library/asdfasdf:foobar [2024-02-05T13:39:53.565Z] === CONT TestImagePullNonExisting/library/asdfasdf:latest [2024-02-05T13:39:53.565Z] === CONT TestImagePullNonExisting/library/asdfasdf [2024-02-05T13:39:54.936Z] --- PASS: TestImagePullNonExisting (0.01s) [2024-02-05T13:39:54.936Z] --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.95s) [2024-02-05T13:39:54.936Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s) [2024-02-05T13:39:54.936Z] --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.96s) [2024-02-05T13:39:54.936Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s) [2024-02-05T13:39:54.936Z] --- PASS: TestImagePullNonExisting/library/asdfasdf (1.27s) [2024-02-05T13:39:54.936Z] --- PASS: TestImagePullNonExisting/asdfasdf (1.28s) [2024-02-05T13:39:54.936Z] === RUN TestRemoveImageOrphaning [2024-02-05T13:39:55.194Z] --- PASS: TestRemoveImageOrphaning (0.18s) [2024-02-05T13:39:55.194Z] === RUN TestRemoveByDigest [2024-02-05T13:39:55.194Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-02-05T13:39:55.194Z] --- SKIP: TestRemoveByDigest (0.00s) [2024-02-05T13:39:55.194Z] === RUN TestRemoveImageGarbageCollector [2024-02-05T13:39:55.194Z] remove_unix_test.go:34: (*Execution).NotAmd64-fm [2024-02-05T13:39:55.194Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2024-02-05T13:39:55.194Z] === RUN TestSaveCheckTimes [2024-02-05T13:39:55.194Z] === PAUSE TestSaveCheckTimes [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/busybox:latest [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/busybox:latest/Manifest [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/busybox:latest/Config [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/busybox:latest/Containerd_image_name [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/busybox:latest/OCI_reference_tag [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/multilayer:latest [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/multilayer:latest/Manifest [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/multilayer:latest/Config [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/multilayer:latest/Containerd_image_name [2024-02-05T13:39:55.194Z] === RUN TestSaveOCI/multilayer:latest/OCI_reference_tag [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI (0.14s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/busybox:latest (0.02s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/busybox:latest/Config (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/multilayer:latest (0.01s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s) [2024-02-05T13:39:55.194Z] --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s) [2024-02-05T13:39:55.194Z] === RUN TestSaveRepoWithMultipleImages [2024-02-05T13:39:55.451Z] --- PASS: TestSaveRepoWithMultipleImages (0.22s) [2024-02-05T13:39:55.451Z] === RUN TestSaveDirectoryPermissions [2024-02-05T13:39:56.384Z] --- PASS: TestSaveDirectoryPermissions (0.97s) [2024-02-05T13:39:56.384Z] === RUN TestTagUnprefixedRepoByNameOrName [2024-02-05T13:39:56.384Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2024-02-05T13:39:56.384Z] === RUN TestTagUsingDigestAlgorithmAsName [2024-02-05T13:39:56.384Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s) [2024-02-05T13:39:56.384Z] === RUN TestTagValidPrefixedRepo [2024-02-05T13:39:56.384Z] === RUN TestTagValidPrefixedRepo/fooo/bar [2024-02-05T13:39:56.384Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar [2024-02-05T13:39:56.384Z] === RUN TestTagValidPrefixedRepo/fooaa/test [2024-02-05T13:39:56.384Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test [2024-02-05T13:39:56.384Z] === RUN TestTagValidPrefixedRepo/foooo:t [2024-02-05T13:39:56.384Z] === PAUSE TestTagValidPrefixedRepo/foooo:t [2024-02-05T13:39:56.384Z] === RUN TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-02-05T13:39:56.384Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-02-05T13:39:56.384Z] === CONT TestTagValidPrefixedRepo/fooo/bar [2024-02-05T13:39:56.384Z] === CONT TestTagValidPrefixedRepo/foooo:t [2024-02-05T13:39:56.384Z] === CONT TestTagValidPrefixedRepo/fooaa/test [2024-02-05T13:39:56.384Z] === CONT TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-02-05T13:39:56.641Z] --- PASS: TestTagValidPrefixedRepo (0.02s) [2024-02-05T13:39:56.641Z] --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s) [2024-02-05T13:39:56.641Z] --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s) [2024-02-05T13:39:56.641Z] --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s) [2024-02-05T13:39:56.641Z] --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s) [2024-02-05T13:39:56.641Z] === RUN TestTagExistedNameWithoutForce [2024-02-05T13:39:56.641Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2024-02-05T13:39:56.641Z] === RUN TestTagOfficialNames [2024-02-05T13:39:56.641Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox [2024-02-05T13:39:56.641Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox [2024-02-05T13:39:56.641Z] === RUN TestTagOfficialNames/tag_from_busybox_to_library/busybox [2024-02-05T13:39:56.641Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox [2024-02-05T13:39:56.642Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox [2024-02-05T13:39:56.642Z] --- PASS: TestTagOfficialNames (0.04s) [2024-02-05T13:39:56.642Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s) [2024-02-05T13:39:56.642Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s) [2024-02-05T13:39:56.642Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s) [2024-02-05T13:39:56.642Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s) [2024-02-05T13:39:56.642Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s) [2024-02-05T13:39:56.642Z] === RUN TestTagMatchesDigest [2024-02-05T13:39:56.642Z] --- PASS: TestTagMatchesDigest (0.01s) [2024-02-05T13:39:56.642Z] === CONT TestSaveCheckTimes [2024-02-05T13:39:56.642Z] --- PASS: TestSaveCheckTimes (0.03s) [2024-02-05T13:39:56.642Z] PASS [2024-02-05T13:39:56.642Z] [2024-02-05T13:39:56.642Z] === Skipped [2024-02-05T13:39:56.642Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2024-02-05T13:39:56.642Z] import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out [2024-02-05T13:39:56.642Z] [2024-02-05T13:39:56.642Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s) [2024-02-05T13:39:56.642Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-02-05T13:39:56.642Z] [2024-02-05T13:39:56.642Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2024-02-05T13:39:56.642Z] remove_unix_test.go:34: (*Execution).NotAmd64-fm [2024-02-05T13:39:56.642Z] [2024-02-05T13:39:56.642Z] DONE 70 tests, 3 skipped in 6.260s [2024-02-05T13:39:56.642Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2024-02-05T13:39:56.642Z] ++ '[' -n '' ']' [2024-02-05T13:39:56.642Z] ++ 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-02-05T13:39:56.642Z] ++ set -e [2024-02-05T13:39:56.642Z] ++ '[' -n 0 ']' [2024-02-05T13:39:56.642Z] ++ set -x [2024-02-05T13:39:56.642Z] ++ 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.JtiuA3ZLbx/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-02-05T13:39:56.642Z] === RUN TestStripANSICommands [2024-02-05T13:39:56.642Z] === RUN TestStripANSICommands/#00 [2024-02-05T13:39:56.642Z] === RUN TestStripANSICommands/#01 [2024-02-05T13:39:56.642Z] --- PASS: TestStripANSICommands (0.00s) [2024-02-05T13:39:56.642Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2024-02-05T13:39:56.642Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2024-02-05T13:39:56.642Z] PASS [2024-02-05T13:39:56.642Z] [2024-02-05T13:39:56.642Z] DONE 3 tests in 0.009s [2024-02-05T13:39:56.642Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2024-02-05T13:39:56.642Z] ++ '[' -n '' ']' [2024-02-05T13:39:56.642Z] ++ 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-02-05T13:39:56.642Z] ++ set -e [2024-02-05T13:39:56.642Z] ++ '[' -n 0 ']' [2024-02-05T13:39:56.642Z] ++ set -x [2024-02-05T13:39:56.642Z] ++ 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.JtiuA3ZLbx/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-02-05T13:39:56.642Z] INFO: Testing against a local daemon [2024-02-05T13:39:56.642Z] === RUN TestCreateWithMultiNetworks [2024-02-05T13:39:57.574Z] --- PASS: TestCreateWithMultiNetworks (0.92s) [2024-02-05T13:39:57.574Z] === RUN TestNetworkCreateDelete [2024-02-05T13:39:57.831Z] --- PASS: TestNetworkCreateDelete (0.19s) [2024-02-05T13:39:57.831Z] === RUN TestDockerNetworkDeletePreferID [2024-02-05T13:39:58.396Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2024-02-05T13:39:58.396Z] === RUN TestDaemonDNSFallback [2024-02-05T13:40:04.947Z] --- PASS: TestDaemonDNSFallback (6.26s) [2024-02-05T13:40:04.947Z] === RUN TestInspectNetwork [2024-02-05T13:40:07.472Z] === RUN TestInspectNetwork/full_network_id [2024-02-05T13:40:07.472Z] === RUN TestInspectNetwork/partial_network_id [2024-02-05T13:40:07.472Z] === RUN TestInspectNetwork/network_name [2024-02-05T13:40:07.472Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2024-02-05T13:40:11.651Z] --- PASS: TestInspectNetwork (7.18s) [2024-02-05T13:40:11.651Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2024-02-05T13:40:11.651Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2024-02-05T13:40:11.651Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2024-02-05T13:40:11.651Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2024-02-05T13:40:11.651Z] === RUN TestRunContainerWithBridgeNone [2024-02-05T13:40:13.812Z] --- PASS: TestRunContainerWithBridgeNone (1.26s) [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/create [2024-02-05T13:40:13.812Z] === PAUSE TestNetworkInvalidJSON/networks/create [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2024-02-05T13:40:13.812Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2024-02-05T13:40:13.812Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2024-02-05T13:40:13.812Z] === CONT TestNetworkInvalidJSON/networks/create [2024-02-05T13:40:13.812Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2024-02-05T13:40:13.812Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2024-02-05T13:40:13.812Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2024-02-05T13:40:13.812Z] === RUN TestNetworkList [2024-02-05T13:40:13.812Z] === RUN TestNetworkList//networks [2024-02-05T13:40:13.812Z] === PAUSE TestNetworkList//networks [2024-02-05T13:40:13.812Z] === RUN TestNetworkList//networks/ [2024-02-05T13:40:13.812Z] === PAUSE TestNetworkList//networks/ [2024-02-05T13:40:13.812Z] === CONT TestNetworkList//networks [2024-02-05T13:40:13.812Z] === CONT TestNetworkList//networks/ [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkList (0.01s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkList//networks (0.00s) [2024-02-05T13:40:13.812Z] --- PASS: TestNetworkList//networks/ (0.00s) [2024-02-05T13:40:13.812Z] === RUN TestHostIPv4BridgeLabel [2024-02-05T13:40:13.812Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2024-02-05T13:40:13.812Z] === RUN TestDefaultNetworkOpts [2024-02-05T13:40:13.812Z] === RUN TestDefaultNetworkOpts/default_value [2024-02-05T13:40:15.185Z] === RUN TestDefaultNetworkOpts/cmdline_value [2024-02-05T13:40:16.117Z] === RUN TestDefaultNetworkOpts/config-from_value [2024-02-05T13:40:17.489Z] --- PASS: TestDefaultNetworkOpts (3.83s) [2024-02-05T13:40:17.489Z] --- PASS: TestDefaultNetworkOpts/default_value (1.28s) [2024-02-05T13:40:17.489Z] --- PASS: TestDefaultNetworkOpts/cmdline_value (1.27s) [2024-02-05T13:40:17.489Z] --- PASS: TestDefaultNetworkOpts/config-from_value (1.28s) [2024-02-05T13:40:17.489Z] === RUN TestForbidDuplicateNetworkNames [2024-02-05T13:40:18.054Z] --- PASS: TestForbidDuplicateNetworkNames (0.65s) [2024-02-05T13:40:18.054Z] === RUN TestDaemonRestartWithLiveRestore [2024-02-05T13:40:18.986Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2024-02-05T13:40:18.986Z] === RUN TestDaemonDefaultNetworkPools [2024-02-05T13:40:19.918Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2024-02-05T13:40:19.918Z] === RUN TestDaemonRestartWithExistingNetwork [2024-02-05T13:40:21.290Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2024-02-05T13:40:21.290Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2024-02-05T13:40:22.222Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2024-02-05T13:40:22.222Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2024-02-05T13:40:23.154Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2024-02-05T13:40:23.154Z] === RUN TestServiceWithPredefinedNetwork [2024-02-05T13:40:25.051Z] --- PASS: TestServiceWithPredefinedNetwork (2.08s) [2024-02-05T13:40:25.051Z] === RUN TestServiceRemoveKeepsIngressNetwork [2024-02-05T13:40:25.051Z] service_test.go:250: FLAKY_TEST [2024-02-05T13:40:25.051Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-02-05T13:40:25.051Z] === RUN TestServiceWithDataPathPortInit [2024-02-05T13:40:39.911Z] --- PASS: TestServiceWithDataPathPortInit (13.36s) [2024-02-05T13:40:39.911Z] === RUN TestServiceWithDefaultAddressPoolInit [2024-02-05T13:40:40.476Z] service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:njajtw7qn8q8d7f9fo85ubp08 Created:2024-02-05 13:40:39.567881869 +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[d2cb5011ebc80031cd0b2fc496fd6a6bbe86a08ad87a98af4f43e8ae51078d4b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zr53kejbjzyhmj5n81n9xk626 EndpointID:7fe693b14b37e690e2d28fc752a9042e5b21d9b72e4891e74522aaf00509761c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f40578d6649619df3f1beaeb2188c2d9470fa2c85982e888a2e80738fd98f35d 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:bc5703ad761e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zr53kejbjzyhmj5n81n9xk626 EndpointID:7fe693b14b37e690e2d28fc752a9042e5b21d9b72e4891e74522aaf00509761c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2024-02-05T13:40:45.732Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.78s) [2024-02-05T13:40:45.732Z] PASS [2024-02-05T13:40:45.732Z] [2024-02-05T13:40:45.732Z] === Skipped [2024-02-05T13:40:45.732Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-02-05T13:40:45.732Z] service_test.go:250: FLAKY_TEST [2024-02-05T13:40:45.732Z] [2024-02-05T13:40:45.732Z] DONE 44 tests, 1 skipped in 48.490s [2024-02-05T13:40:45.732Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2024-02-05T13:40:45.732Z] ++ '[' -n '' ']' [2024-02-05T13:40:45.732Z] ++ 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-02-05T13:40:45.732Z] ++ set -e [2024-02-05T13:40:45.732Z] ++ '[' -n 0 ']' [2024-02-05T13:40:45.732Z] ++ set -x [2024-02-05T13:40:45.732Z] ++ 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.JtiuA3ZLbx/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-02-05T13:40:45.732Z] INFO: Testing against a local daemon [2024-02-05T13:40:45.732Z] === RUN TestDockerNetworkIpvlanPersistance [2024-02-05T13:40:45.732Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-05T13:40:45.732Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2024-02-05T13:40:45.732Z] === RUN TestDockerNetworkIpvlan [2024-02-05T13:40:45.732Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-05T13:40:45.732Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2024-02-05T13:40:45.732Z] PASS [2024-02-05T13:40:45.732Z] [2024-02-05T13:40:45.732Z] === Skipped [2024-02-05T13:40:45.732Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2024-02-05T13:40:45.732Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-05T13:40:45.732Z] [2024-02-05T13:40:45.732Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2024-02-05T13:40:45.732Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-05T13:40:45.732Z] [2024-02-05T13:40:45.732Z] DONE 2 tests, 2 skipped in 0.039s [2024-02-05T13:40:45.732Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2024-02-05T13:40:45.732Z] ++ '[' -n '' ']' [2024-02-05T13:40:45.732Z] ++ 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-02-05T13:40:45.732Z] ++ set -e [2024-02-05T13:40:45.732Z] ++ '[' -n 0 ']' [2024-02-05T13:40:45.732Z] ++ set -x [2024-02-05T13:40:45.732Z] ++ 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.JtiuA3ZLbx/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-02-05T13:40:45.732Z] INFO: Testing against a local daemon [2024-02-05T13:40:45.732Z] === RUN TestDockerNetworkMacvlanPersistance [2024-02-05T13:40:46.664Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.26s) [2024-02-05T13:40:46.664Z] === RUN TestDockerNetworkMacvlan [2024-02-05T13:40:46.664Z] === RUN TestDockerNetworkMacvlan/Subinterface [2024-02-05T13:40:47.228Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2024-02-05T13:40:47.793Z] === RUN TestDockerNetworkMacvlan/NilParent [2024-02-05T13:40:48.357Z] === RUN TestDockerNetworkMacvlan/InternalMode [2024-02-05T13:40:48.922Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2024-02-05T13:40:49.486Z] === RUN TestDockerNetworkMacvlan/Addressing [2024-02-05T13:40:50.051Z] --- PASS: TestDockerNetworkMacvlan (3.59s) [2024-02-05T13:40:50.051Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.60s) [2024-02-05T13:40:50.051Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.60s) [2024-02-05T13:40:50.051Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.60s) [2024-02-05T13:40:50.051Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.60s) [2024-02-05T13:40:50.051Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.60s) [2024-02-05T13:40:50.051Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2024-02-05T13:40:50.051Z] PASS [2024-02-05T13:40:50.051Z] [2024-02-05T13:40:50.051Z] DONE 8 tests in 4.884s [2024-02-05T13:40:50.051Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m [2024-02-05T13:40:50.051Z] ++ '[' -n '' ']' [2024-02-05T13:40:50.051Z] ++ 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-02-05T13:40:50.051Z] ++ set -e [2024-02-05T13:40:50.051Z] ++ '[' -n 0 ']' [2024-02-05T13:40:50.051Z] ++ set -x [2024-02-05T13:40:50.051Z] ++ 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.JtiuA3ZLbx/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-02-05T13:40:50.051Z] INFO: Testing against a local daemon [2024-02-05T13:40:50.051Z] === RUN TestBridgeICC [2024-02-05T13:40:50.616Z] === RUN TestBridgeICC/IPv4_non-internal_network [2024-02-05T13:40:51.987Z] === RUN TestBridgeICC/IPv4_internal_network [2024-02-05T13:40:52.919Z] === RUN TestBridgeICC/IPv6_ULA_on_non-internal_network [2024-02-05T13:40:54.290Z] === RUN TestBridgeICC/IPv6_ULA_on_internal_network [2024-02-05T13:40:55.221Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network [2024-02-05T13:40:56.154Z] === RUN TestBridgeICC/IPv6_link-local_address_on_internal_network [2024-02-05T13:40:57.525Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name [2024-02-05T13:40:58.457Z] === RUN TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name [2024-02-05T13:40:59.828Z] === RUN TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address [2024-02-05T13:41:01.723Z] === RUN TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC (13.85s) [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC/IPv4_non-internal_network (1.11s) [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC/IPv4_internal_network (1.03s) [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.14s) [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.05s) [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.12s) [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.06s) [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.20s) [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.12s) [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (2.19s) [2024-02-05T13:41:04.278Z] --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (2.22s) [2024-02-05T13:41:04.278Z] === RUN TestBridgeINC [2024-02-05T13:41:04.536Z] === RUN TestBridgeINC/IPv4_non-internal_network [2024-02-05T13:41:09.793Z] === RUN TestBridgeINC/IPv4_internal_network [2024-02-05T13:41:10.051Z] === RUN TestBridgeINC/IPv6_ULA_on_non-internal_network [2024-02-05T13:41:15.308Z] === RUN TestBridgeINC/IPv6_ULA_on_internal_network [2024-02-05T13:41:15.873Z] --- PASS: TestBridgeINC (11.77s) [2024-02-05T13:41:15.873Z] --- PASS: TestBridgeINC/IPv4_non-internal_network (4.32s) [2024-02-05T13:41:15.873Z] --- PASS: TestBridgeINC/IPv4_internal_network (1.20s) [2024-02-05T13:41:15.873Z] --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.41s) [2024-02-05T13:41:15.873Z] --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.24s) [2024-02-05T13:41:15.873Z] === RUN TestDefaultBridgeIPv6 [2024-02-05T13:41:15.873Z] === RUN TestDefaultBridgeIPv6/IPv6_ULA [2024-02-05T13:41:17.245Z] === RUN TestDefaultBridgeIPv6/IPv6_LLA_only [2024-02-05T13:41:19.142Z] === RUN TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only [2024-02-05T13:41:20.513Z] --- PASS: TestDefaultBridgeIPv6 (4.61s) [2024-02-05T13:41:20.513Z] --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.53s) [2024-02-05T13:41:20.513Z] --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.56s) [2024-02-05T13:41:20.513Z] --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.51s) [2024-02-05T13:41:20.513Z] === RUN TestDefaultBridgeAddresses [2024-02-05T13:41:20.513Z] === RUN TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes [2024-02-05T13:41:21.886Z] === RUN TestDefaultBridgeAddresses/Link-Local_Subnet_Changes [2024-02-05T13:41:23.783Z] --- PASS: TestDefaultBridgeAddresses (3.11s) [2024-02-05T13:41:23.783Z] --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s) [2024-02-05T13:41:23.783Z] --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s) [2024-02-05T13:41:23.783Z] === RUN TestMACAddrOnRestart [2024-02-05T13:41:25.679Z] --- PASS: TestMACAddrOnRestart (2.15s) [2024-02-05T13:41:25.679Z] === RUN TestCfgdMACAddrOnRestart [2024-02-05T13:41:28.204Z] --- PASS: TestCfgdMACAddrOnRestart (2.58s) [2024-02-05T13:41:28.204Z] === RUN TestInspectCfgdMAC [2024-02-05T13:41:28.769Z] === RUN TestInspectCfgdMAC/generated_address_default_bridge [2024-02-05T13:41:28.769Z] === RUN TestInspectCfgdMAC/configured_address_default_bridge [2024-02-05T13:41:28.769Z] === RUN TestInspectCfgdMAC/generated_address_custom_bridge [2024-02-05T13:41:29.026Z] === RUN TestInspectCfgdMAC/configured_address_custom_bridge [2024-02-05T13:41:29.284Z] === RUN TestInspectCfgdMAC/ctr-wide_address_default_bridge [2024-02-05T13:41:29.284Z] --- PASS: TestInspectCfgdMAC (1.13s) [2024-02-05T13:41:29.284Z] --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.05s) [2024-02-05T13:41:29.284Z] --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s) [2024-02-05T13:41:29.284Z] --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.20s) [2024-02-05T13:41:29.284Z] --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.18s) [2024-02-05T13:41:29.284Z] --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.05s) [2024-02-05T13:41:29.284Z] PASS [2024-02-05T13:41:29.284Z] [2024-02-05T13:41:29.284Z] DONE 31 tests in 39.239s [2024-02-05T13:41:29.284Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2024-02-05T13:41:29.284Z] ++ '[' -n '' ']' [2024-02-05T13:41:29.284Z] ++ 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-02-05T13:41:29.284Z] ++ set -e [2024-02-05T13:41:29.284Z] ++ '[' -n 0 ']' [2024-02-05T13:41:29.284Z] ++ set -x [2024-02-05T13:41:29.284Z] ++ 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.JtiuA3ZLbx/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-02-05T13:41:29.284Z] testing: warning: no tests to run [2024-02-05T13:41:29.284Z] PASS [2024-02-05T13:41:29.284Z] [2024-02-05T13:41:29.284Z] DONE 0 tests in 0.007s [2024-02-05T13:41:29.284Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2024-02-05T13:41:29.284Z] ++ '[' -n '' ']' [2024-02-05T13:41:29.284Z] ++ 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-02-05T13:41:29.284Z] ++ set -e [2024-02-05T13:41:29.284Z] ++ '[' -n 0 ']' [2024-02-05T13:41:29.284Z] ++ set -x [2024-02-05T13:41:29.284Z] ++ 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.JtiuA3ZLbx/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-02-05T13:41:29.542Z] INFO: Testing against a local daemon [2024-02-05T13:41:29.542Z] === RUN TestAuthZPluginAllowRequest [2024-02-05T13:41:30.474Z] --- PASS: TestAuthZPluginAllowRequest (1.03s) [2024-02-05T13:41:30.474Z] === RUN TestAuthZPluginTLS [2024-02-05T13:41:31.039Z] --- PASS: TestAuthZPluginTLS (0.55s) [2024-02-05T13:41:31.039Z] === RUN TestAuthZPluginDenyRequest [2024-02-05T13:41:31.604Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2024-02-05T13:41:31.604Z] === RUN TestAuthZPluginAPIDenyResponse [2024-02-05T13:41:32.169Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2024-02-05T13:41:32.169Z] === RUN TestAuthZPluginDenyResponse [2024-02-05T13:41:32.733Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2024-02-05T13:41:32.733Z] === RUN TestAuthZPluginAllowEventStream [2024-02-05T13:41:33.298Z] 2024/02/05 13:41:33 http: panic serving 127.0.0.1:48422: runtime error: invalid memory address or nil pointer dereference [2024-02-05T13:41:33.298Z] goroutine 168 [running]: [2024-02-05T13:41:33.298Z] net/http.(*conn).serve.func1() [2024-02-05T13:41:33.298Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-02-05T13:41:33.298Z] panic({0xa749a0?, 0x1599ca0?}) [2024-02-05T13:41:33.298Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-02-05T13:41:33.298Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd727c8, 0x4000260540}, 0xffff4a3cb798?) [2024-02-05T13:41:33.298Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c [2024-02-05T13:41:33.298Z] net/http.HandlerFunc.ServeHTTP(0x400001cd00?, {0xd727c8?, 0x4000260540?}, 0x4023f4?) [2024-02-05T13:41:33.298Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-05T13:41:33.298Z] net/http.(*ServeMux).ServeHTTP(0xd78d78?, {0xd727c8, 0x4000260540}, 0x400001cd00) [2024-02-05T13:41:33.298Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-02-05T13:41:33.298Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400023c210, {0xd71388?, 0x40000ae1c0}, 0x400001cc00, {0xd676e0, 0x40000d2640}) [2024-02-05T13:41:33.298Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-02-05T13:41:33.298Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71388?, 0x40000ae1c0?}, 0x400070eea0?) [2024-02-05T13:41:33.298Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-02-05T13:41:33.298Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd71388?, 0x40000ae1c0?}, 0x40000ae1c0?) [2024-02-05T13:41:33.298Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-05T13:41:33.298Z] net/http.serverHandler.ServeHTTP({0xd6df68?}, {0xd71388?, 0x40000ae1c0?}, 0x6?) [2024-02-05T13:41:33.298Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-02-05T13:41:33.298Z] net/http.(*conn).serve(0x40000157a0, {0xd78d78, 0x4000230fc0}) [2024-02-05T13:41:33.298Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-02-05T13:41:33.298Z] created by net/http.(*Server).Serve in goroutine 11 [2024-02-05T13:41:33.298Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-02-05T13:41:34.668Z] 2024/02/05 13:41:34 http: panic serving 127.0.0.1:48430: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-02-05T13:41:34.668Z] goroutine 186 [running]: [2024-02-05T13:41:34.668Z] net/http.(*conn).serve.func1() [2024-02-05T13:41:34.668Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-02-05T13:41:34.668Z] panic({0xa0ada0?, 0x400070f180?}) [2024-02-05T13:41:34.668Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-02-05T13:41:34.668Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd727c8, 0x4000260600}, 0xffff4a3cb798?) [2024-02-05T13:41:34.668Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-02-05T13:41:34.668Z] net/http.HandlerFunc.ServeHTTP(0x400001ce00?, {0xd727c8?, 0x4000260600?}, 0x4023f4?) [2024-02-05T13:41:34.668Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-05T13:41:34.668Z] net/http.(*ServeMux).ServeHTTP(0xd78d78?, {0xd727c8, 0x4000260600}, 0x400001ce00) [2024-02-05T13:41:34.668Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-02-05T13:41:34.668Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400023c210, {0xd71388?, 0x40000ae2a0}, 0x400001c400, {0xd676e0, 0x40000d2640}) [2024-02-05T13:41:34.668Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-02-05T13:41:34.668Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71388?, 0x40000ae2a0?}, 0x40007827b0?) [2024-02-05T13:41:34.668Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-02-05T13:41:34.668Z] net/http.HandlerFunc.ServeHTTP(0x15f7440?, {0xd71388?, 0x40000ae2a0?}, 0x4000476b40?) [2024-02-05T13:41:34.668Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-05T13:41:34.668Z] net/http.serverHandler.ServeHTTP({0x40007827b0?}, {0xd71388?, 0x40000ae2a0?}, 0x6?) [2024-02-05T13:41:34.668Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-02-05T13:41:34.668Z] net/http.(*conn).serve(0x4000382990, {0xd78d78, 0x4000230fc0}) [2024-02-05T13:41:34.668Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-02-05T13:41:34.668Z] created by net/http.(*Server).Serve in goroutine 11 [2024-02-05T13:41:34.668Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-02-05T13:41:36.564Z] 2024/02/05 13:41:36 http: panic serving 127.0.0.1:48440: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-02-05T13:41:36.564Z] goroutine 79 [running]: [2024-02-05T13:41:36.564Z] net/http.(*conn).serve.func1() [2024-02-05T13:41:36.564Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-02-05T13:41:36.564Z] panic({0xa0ada0?, 0x400070f220?}) [2024-02-05T13:41:36.564Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-02-05T13:41:36.564Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd727c8, 0x40002607e0}, 0xffff4a3cb798?) [2024-02-05T13:41:36.564Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-02-05T13:41:36.564Z] net/http.HandlerFunc.ServeHTTP(0x400001d000?, {0xd727c8?, 0x40002607e0?}, 0x4023f4?) [2024-02-05T13:41:36.564Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-05T13:41:36.564Z] net/http.(*ServeMux).ServeHTTP(0xd78d78?, {0xd727c8, 0x40002607e0}, 0x400001d000) [2024-02-05T13:41:36.564Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-02-05T13:41:36.564Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400023c210, {0xd71388?, 0x40000ae380}, 0x400001cf00, {0xd676e0, 0x40000d2640}) [2024-02-05T13:41:36.564Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-02-05T13:41:36.564Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71388?, 0x40000ae380?}, 0x4000783a70?) [2024-02-05T13:41:36.564Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-02-05T13:41:36.564Z] net/http.HandlerFunc.ServeHTTP(0x15f7440?, {0xd71388?, 0x40000ae380?}, 0x4000476b40?) [2024-02-05T13:41:36.564Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-05T13:41:36.564Z] net/http.serverHandler.ServeHTTP({0x4000783a70?}, {0xd71388?, 0x40000ae380?}, 0x6?) [2024-02-05T13:41:36.564Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-02-05T13:41:36.564Z] net/http.(*conn).serve(0x4000464c60, {0xd78d78, 0x4000230fc0}) [2024-02-05T13:41:36.564Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-02-05T13:41:36.564Z] created by net/http.(*Server).Serve in goroutine 11 [2024-02-05T13:41:36.564Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-02-05T13:41:39.088Z] --- PASS: TestAuthZPluginAllowEventStream (6.06s) [2024-02-05T13:41:39.088Z] === RUN TestAuthZPluginErrorResponse [2024-02-05T13:41:39.088Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2024-02-05T13:41:39.088Z] === RUN TestAuthZPluginErrorRequest [2024-02-05T13:41:39.663Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2024-02-05T13:41:39.663Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2024-02-05T13:41:40.237Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2024-02-05T13:41:40.237Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2024-02-05T13:41:41.608Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.14s) [2024-02-05T13:41:41.608Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2024-02-05T13:41:42.539Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.14s) [2024-02-05T13:41:42.539Z] === RUN TestAuthZPluginHeader [2024-02-05T13:41:43.104Z] --- PASS: TestAuthZPluginHeader (0.63s) [2024-02-05T13:41:43.104Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2024-02-05T13:41:43.104Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-02-05T13:41:43.104Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-02-05T13:41:43.104Z] === RUN TestAuthZPluginV2Disable [2024-02-05T13:41:43.104Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-02-05T13:41:43.104Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2024-02-05T13:41:43.104Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2024-02-05T13:41:43.104Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-02-05T13:41:43.104Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-02-05T13:41:43.104Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2024-02-05T13:41:43.104Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-02-05T13:41:43.104Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-02-05T13:41:43.104Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2024-02-05T13:42:01.166Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2024-02-05T13:42:01.166Z] PASS [2024-02-05T13:42:01.166Z] [2024-02-05T13:42:01.166Z] === Skipped [2024-02-05T13:42:01.166Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-02-05T13:42:01.166Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-02-05T13:42:01.166Z] [2024-02-05T13:42:01.166Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2024-02-05T13:42:01.166Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-02-05T13:42:01.166Z] [2024-02-05T13:42:01.166Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-02-05T13:42:01.166Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-02-05T13:42:01.166Z] [2024-02-05T13:42:01.166Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-02-05T13:42:01.166Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-02-05T13:42:01.166Z] [2024-02-05T13:42:01.166Z] DONE 17 tests, 4 skipped in 30.641s [2024-02-05T13:42:01.166Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2024-02-05T13:42:01.166Z] ++ '[' -n '' ']' [2024-02-05T13:42:01.166Z] ++ 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-02-05T13:42:01.166Z] ++ set -e [2024-02-05T13:42:01.166Z] ++ '[' -n 0 ']' [2024-02-05T13:42:01.166Z] ++ set -x [2024-02-05T13:42:01.166Z] ++ 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.JtiuA3ZLbx/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-02-05T13:42:01.166Z] INFO: Testing against a local daemon [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2024-02-05T13:42:01.166Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2024-02-05T13:42:01.166Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/pull [2024-02-05T13:42:01.166Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2024-02-05T13:42:01.166Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2024-02-05T13:42:01.166Z] === CONT TestPluginInvalidJSON/plugins/pull [2024-02-05T13:42:01.166Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2024-02-05T13:42:01.166Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON (0.01s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2024-02-05T13:42:01.166Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2024-02-05T13:42:01.166Z] === RUN TestPluginInstall [2024-02-05T13:42:01.166Z] === RUN TestPluginInstall/no_auth [2024-02-05T13:42:03.692Z] time="2024-02-05T13:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-05T13:42:03.692Z] time="2024-02-05T13:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76a60d92efd4ec324c9149b3551b7fa7d606f66a6a5ca0de15a419c74f54b0fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-05T13:42:03.692Z] time="2024-02-05T13:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-05T13:42:03.692Z] time="2024-02-05T13:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76a60d92efd4ec324c9149b3551b7fa7d606f66a6a5ca0de15a419c74f54b0fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-05T13:42:03.692Z] === RUN TestPluginInstall/with_digest [2024-02-05T13:42:04.256Z] === RUN TestPluginInstall/with_htpasswd [2024-02-05T13:42:04.513Z] time="2024-02-05T13:42:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-05T13:42:04.514Z] time="2024-02-05T13:42:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dfaab5dede5418eca0f5f9241bd006aad553340817b9996473c60dc807611553" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-05T13:42:04.514Z] time="2024-02-05T13:42:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-05T13:42:04.514Z] time="2024-02-05T13:42:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dfaab5dede5418eca0f5f9241bd006aad553340817b9996473c60dc807611553" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-05T13:42:04.771Z] === RUN TestPluginInstall/with_insecure [2024-02-05T13:42:05.702Z] time="2024-02-05T13:42:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-05T13:42:05.702Z] time="2024-02-05T13:42:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5fe160c5ef9e4c2ce83f879cc13cb20b1acc131ccc385497ac808c766d1f2a92" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-05T13:42:05.702Z] time="2024-02-05T13:42:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-05T13:42:05.702Z] time="2024-02-05T13:42:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5fe160c5ef9e4c2ce83f879cc13cb20b1acc131ccc385497ac808c766d1f2a92" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-05T13:42:05.702Z] plugin_test.go:247: [d0c2a384ccc6a] daemon is not started [2024-02-05T13:42:05.702Z] --- PASS: TestPluginInstall (5.58s) [2024-02-05T13:42:05.702Z] --- PASS: TestPluginInstall/no_auth (3.69s) [2024-02-05T13:42:05.702Z] --- PASS: TestPluginInstall/with_digest (0.48s) [2024-02-05T13:42:05.702Z] --- PASS: TestPluginInstall/with_htpasswd (0.47s) [2024-02-05T13:42:05.702Z] --- PASS: TestPluginInstall/with_insecure (0.94s) [2024-02-05T13:42:05.702Z] === RUN TestPluginsWithRuntimes [2024-02-05T13:42:07.073Z] === RUN TestPluginsWithRuntimes/No_Args [2024-02-05T13:42:08.005Z] === RUN TestPluginsWithRuntimes/With_Args [2024-02-05T13:42:08.936Z] --- PASS: TestPluginsWithRuntimes (3.28s) [2024-02-05T13:42:08.936Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2024-02-05T13:42:08.936Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2024-02-05T13:42:08.936Z] === RUN TestPluginBackCompatMediaTypes [2024-02-05T13:42:09.501Z] --- PASS: TestPluginBackCompatMediaTypes (0.50s) [2024-02-05T13:42:09.501Z] PASS [2024-02-05T13:42:09.501Z] [2024-02-05T13:42:09.501Z] DONE 25 tests in 9.399s [2024-02-05T13:42:09.501Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2024-02-05T13:42:09.501Z] ++ '[' -n '' ']' [2024-02-05T13:42:09.501Z] ++ 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-02-05T13:42:09.501Z] ++ set -e [2024-02-05T13:42:09.501Z] ++ '[' -n 0 ']' [2024-02-05T13:42:09.501Z] ++ set -x [2024-02-05T13:42:09.501Z] ++ 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.JtiuA3ZLbx/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-02-05T13:42:09.501Z] INFO: Testing against a local daemon [2024-02-05T13:42:09.501Z] === RUN TestExternalGraphDriver [2024-02-05T13:42:09.758Z] === RUN TestExternalGraphDriver/json [2024-02-05T13:42:09.758Z] === RUN TestExternalGraphDriver/spec [2024-02-05T13:42:09.758Z] === RUN TestExternalGraphDriver/pull [2024-02-05T13:42:09.758Z] --- PASS: TestExternalGraphDriver (0.34s) [2024-02-05T13:42:09.758Z] --- PASS: TestExternalGraphDriver/json (0.00s) [2024-02-05T13:42:09.758Z] --- PASS: TestExternalGraphDriver/spec (0.00s) [2024-02-05T13:42:09.758Z] --- PASS: TestExternalGraphDriver/pull (0.00s) [2024-02-05T13:42:09.758Z] === RUN TestGraphdriverPluginV2 [2024-02-05T13:42:10.322Z] external_test.go:415: (*Execution).NotAmd64-fm [2024-02-05T13:42:10.322Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2024-02-05T13:42:10.322Z] PASS [2024-02-05T13:42:10.322Z] [2024-02-05T13:42:10.322Z] === Skipped [2024-02-05T13:42:10.322Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2024-02-05T13:42:10.322Z] external_test.go:415: (*Execution).NotAmd64-fm [2024-02-05T13:42:10.322Z] [2024-02-05T13:42:10.322Z] DONE 5 tests, 1 skipped in 0.699s [2024-02-05T13:42:10.322Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2024-02-05T13:42:10.322Z] ++ '[' -n '' ']' [2024-02-05T13:42:10.322Z] ++ 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-02-05T13:42:10.322Z] ++ set -e [2024-02-05T13:42:10.322Z] ++ '[' -n 0 ']' [2024-02-05T13:42:10.322Z] ++ set -x [2024-02-05T13:42:10.322Z] ++ 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.JtiuA3ZLbx/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-02-05T13:42:10.322Z] INFO: Testing against a local daemon [2024-02-05T13:42:10.322Z] === RUN TestContinueAfterPluginCrash [2024-02-05T13:42:10.322Z] === PAUSE TestContinueAfterPluginCrash [2024-02-05T13:42:10.322Z] === RUN TestReadPluginNoRead [2024-02-05T13:42:10.322Z] === PAUSE TestReadPluginNoRead [2024-02-05T13:42:10.322Z] === RUN TestDaemonStartWithLogOpt [2024-02-05T13:42:10.322Z] === PAUSE TestDaemonStartWithLogOpt [2024-02-05T13:42:10.322Z] === CONT TestDaemonStartWithLogOpt [2024-02-05T13:42:10.322Z] === CONT TestReadPluginNoRead [2024-02-05T13:42:10.322Z] === CONT TestContinueAfterPluginCrash [2024-02-05T13:42:12.220Z] === RUN TestReadPluginNoRead/disabled_caching [2024-02-05T13:42:12.785Z] --- PASS: TestDaemonStartWithLogOpt (2.63s) [2024-02-05T13:42:13.349Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2024-02-05T13:42:14.720Z] === RUN TestReadPluginNoRead/default [2024-02-05T13:42:15.651Z] read_test.go:93: [d5d07c280319f] daemon is not started [2024-02-05T13:42:15.651Z] --- PASS: TestReadPluginNoRead (5.56s) [2024-02-05T13:42:15.651Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.16s) [2024-02-05T13:42:15.651Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.15s) [2024-02-05T13:42:15.651Z] --- PASS: TestReadPluginNoRead/default (1.19s) [2024-02-05T13:42:18.174Z] --- PASS: TestContinueAfterPluginCrash (7.64s) [2024-02-05T13:42:18.174Z] PASS [2024-02-05T13:42:18.174Z] [2024-02-05T13:42:18.174Z] DONE 6 tests in 7.680s [2024-02-05T13:42:18.174Z] 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-02-05T13:42:18.174Z] ++ '[' -n '' ']' [2024-02-05T13:42:18.174Z] ++ 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-02-05T13:42:18.174Z] ++ set -e [2024-02-05T13:42:18.174Z] ++ '[' -n 0 ']' [2024-02-05T13:42:18.174Z] ++ set -x [2024-02-05T13:42:18.174Z] ++ 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.JtiuA3ZLbx/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-02-05T13:42:18.174Z] testing: warning: no tests to run [2024-02-05T13:42:18.174Z] PASS [2024-02-05T13:42:18.174Z] [2024-02-05T13:42:18.174Z] DONE 0 tests in 0.007s [2024-02-05T13:42:18.174Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2024-02-05T13:42:18.174Z] ++ '[' -n '' ']' [2024-02-05T13:42:18.174Z] ++ 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-02-05T13:42:18.174Z] ++ set -e [2024-02-05T13:42:18.174Z] ++ '[' -n 0 ']' [2024-02-05T13:42:18.174Z] ++ set -x [2024-02-05T13:42:18.174Z] ++ 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.JtiuA3ZLbx/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-02-05T13:42:18.174Z] INFO: Testing against a local daemon [2024-02-05T13:42:18.174Z] === RUN TestPluginWithDevMounts [2024-02-05T13:42:18.174Z] === PAUSE TestPluginWithDevMounts [2024-02-05T13:42:18.174Z] === CONT TestPluginWithDevMounts [2024-02-05T13:42:19.545Z] --- PASS: TestPluginWithDevMounts (1.49s) [2024-02-05T13:42:19.545Z] PASS [2024-02-05T13:42:19.545Z] [2024-02-05T13:42:19.545Z] DONE 1 tests in 1.521s [2024-02-05T13:42:19.545Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2024-02-05T13:42:19.545Z] ++ '[' -n '' ']' [2024-02-05T13:42:19.545Z] ++ 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-02-05T13:42:19.545Z] ++ set -e [2024-02-05T13:42:19.545Z] ++ '[' -n 0 ']' [2024-02-05T13:42:19.545Z] ++ set -x [2024-02-05T13:42:19.545Z] ++ 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.JtiuA3ZLbx/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-02-05T13:42:19.545Z] INFO: Testing against a local daemon [2024-02-05T13:42:19.545Z] === RUN TestSecretInspect [2024-02-05T13:42:21.441Z] --- PASS: TestSecretInspect (2.03s) [2024-02-05T13:42:21.441Z] === RUN TestSecretList [2024-02-05T13:42:23.337Z] --- PASS: TestSecretList (1.95s) [2024-02-05T13:42:23.337Z] === RUN TestSecretsCreateAndDelete [2024-02-05T13:42:25.233Z] --- PASS: TestSecretsCreateAndDelete (1.94s) [2024-02-05T13:42:25.233Z] === RUN TestSecretsUpdate [2024-02-05T13:42:27.758Z] --- PASS: TestSecretsUpdate (1.94s) [2024-02-05T13:42:27.758Z] === RUN TestTemplatedSecret [2024-02-05T13:42:30.299Z] --- PASS: TestTemplatedSecret (2.69s) [2024-02-05T13:42:30.299Z] === RUN TestSecretCreateResolve [2024-02-05T13:42:32.195Z] --- PASS: TestSecretCreateResolve (2.02s) [2024-02-05T13:42:32.195Z] PASS [2024-02-05T13:42:32.195Z] [2024-02-05T13:42:32.195Z] DONE 6 tests in 12.599s [2024-02-05T13:42:32.195Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2024-02-05T13:42:32.195Z] ++ '[' -n '' ']' [2024-02-05T13:42:32.195Z] ++ 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-02-05T13:42:32.195Z] ++ set -e [2024-02-05T13:42:32.195Z] ++ '[' -n 0 ']' [2024-02-05T13:42:32.195Z] ++ set -x [2024-02-05T13:42:32.195Z] ++ 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.JtiuA3ZLbx/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-02-05T13:42:32.195Z] INFO: Testing against a local daemon [2024-02-05T13:42:32.195Z] === RUN TestServiceCreateInit [2024-02-05T13:42:32.195Z] === RUN TestServiceCreateInit/daemonInitDisabled [2024-02-05T13:42:36.373Z] === RUN TestServiceCreateInit/daemonInitEnabled [2024-02-05T13:42:39.651Z] --- PASS: TestServiceCreateInit (7.31s) [2024-02-05T13:42:39.651Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.66s) [2024-02-05T13:42:39.651Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.64s) [2024-02-05T13:42:39.651Z] === RUN TestCreateServiceMultipleTimes [2024-02-05T13:42:54.511Z] --- PASS: TestCreateServiceMultipleTimes (14.89s) [2024-02-05T13:42:54.511Z] === RUN TestCreateServiceConflict [2024-02-05T13:42:56.407Z] --- PASS: TestCreateServiceConflict (1.96s) [2024-02-05T13:42:56.407Z] === RUN TestCreateServiceMaxReplicas [2024-02-05T13:42:59.683Z] --- PASS: TestCreateServiceMaxReplicas (2.86s) [2024-02-05T13:42:59.683Z] === RUN TestCreateServiceSecretFileMode [2024-02-05T13:43:11.869Z] --- PASS: TestCreateServiceSecretFileMode (12.55s) [2024-02-05T13:43:11.869Z] === RUN TestCreateServiceConfigFileMode [2024-02-05T13:43:26.727Z] --- PASS: TestCreateServiceConfigFileMode (12.78s) [2024-02-05T13:43:26.727Z] === RUN TestCreateServiceSysctls [2024-02-05T13:43:27.659Z] --- PASS: TestCreateServiceSysctls (3.08s) [2024-02-05T13:43:27.659Z] === RUN TestCreateServiceCapabilities [2024-02-05T13:43:30.183Z] --- PASS: TestCreateServiceCapabilities (2.52s) [2024-02-05T13:43:30.183Z] === RUN TestInspect [2024-02-05T13:43:33.460Z] --- PASS: TestInspect (2.84s) [2024-02-05T13:43:33.460Z] === RUN TestCreateJob [2024-02-05T13:43:36.019Z] --- PASS: TestCreateJob (3.24s) [2024-02-05T13:43:36.019Z] === RUN TestReplicatedJob [2024-02-05T13:43:41.276Z] --- PASS: TestReplicatedJob (5.08s) [2024-02-05T13:43:41.276Z] === RUN TestUpdateReplicatedJob [2024-02-05T13:43:44.553Z] --- PASS: TestUpdateReplicatedJob (3.10s) [2024-02-05T13:43:44.553Z] === RUN TestServiceListWithStatuses [2024-02-05T13:43:49.810Z] --- PASS: TestServiceListWithStatuses (4.88s) [2024-02-05T13:43:49.810Z] === RUN TestDockerNetworkConnectAliasPreV144 [2024-02-05T13:43:53.086Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.95s) [2024-02-05T13:43:53.086Z] === RUN TestDockerNetworkReConnect [2024-02-05T13:43:56.362Z] --- PASS: TestDockerNetworkReConnect (3.21s) [2024-02-05T13:43:56.362Z] === RUN TestServicePlugin [2024-02-05T13:43:56.362Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-02-05T13:43:56.362Z] --- SKIP: TestServicePlugin (0.00s) [2024-02-05T13:43:56.362Z] === RUN TestServiceUpdateLabel [2024-02-05T13:43:58.258Z] --- PASS: TestServiceUpdateLabel (2.01s) [2024-02-05T13:43:58.258Z] === RUN TestServiceUpdateSecrets [2024-02-05T13:44:13.114Z] --- PASS: TestServiceUpdateSecrets (14.39s) [2024-02-05T13:44:13.114Z] === RUN TestServiceUpdateConfigs [2024-02-05T13:44:27.973Z] --- PASS: TestServiceUpdateConfigs (14.52s) [2024-02-05T13:44:27.973Z] === RUN TestServiceUpdateNetwork [2024-02-05T13:44:40.161Z] --- PASS: TestServiceUpdateNetwork (12.18s) [2024-02-05T13:44:40.161Z] === RUN TestServiceUpdatePidsLimit [2024-02-05T13:44:40.725Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2024-02-05T13:44:41.290Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2024-02-05T13:44:47.866Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2024-02-05T13:44:55.969Z] --- PASS: TestServiceUpdatePidsLimit (16.03s) [2024-02-05T13:44:55.969Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.61s) [2024-02-05T13:44:55.969Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2024-02-05T13:44:55.969Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2024-02-05T13:44:55.969Z] PASS [2024-02-05T13:44:55.969Z] [2024-02-05T13:44:55.969Z] === Skipped [2024-02-05T13:44:55.969Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2024-02-05T13:44:55.969Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-02-05T13:44:55.969Z] [2024-02-05T13:44:55.969Z] DONE 26 tests, 1 skipped in 143.434s [2024-02-05T13:44:55.969Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2024-02-05T13:44:55.969Z] ++ '[' -n '' ']' [2024-02-05T13:44:55.969Z] ++ 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-02-05T13:44:55.969Z] ++ set -e [2024-02-05T13:44:55.969Z] ++ '[' -n 0 ']' [2024-02-05T13:44:55.969Z] ++ set -x [2024-02-05T13:44:55.969Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.JtiuA3ZLbx/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-02-05T13:44:55.969Z] INFO: Testing against a local daemon [2024-02-05T13:44:55.969Z] === RUN TestSessionCreate [2024-02-05T13:44:55.969Z] --- PASS: TestSessionCreate (0.01s) [2024-02-05T13:44:55.969Z] === RUN TestSessionCreateWithBadUpgrade [2024-02-05T13:44:55.969Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2024-02-05T13:44:55.969Z] PASS [2024-02-05T13:44:55.969Z] [2024-02-05T13:44:55.969Z] DONE 2 tests in 0.046s [2024-02-05T13:44:55.969Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2024-02-05T13:44:55.969Z] ++ '[' -n '' ']' [2024-02-05T13:44:55.969Z] ++ 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-02-05T13:44:55.969Z] ++ set -e [2024-02-05T13:44:55.969Z] ++ '[' -n 0 ']' [2024-02-05T13:44:55.969Z] ++ set -x [2024-02-05T13:44:55.969Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.JtiuA3ZLbx/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-02-05T13:44:55.969Z] INFO: Testing against a local daemon [2024-02-05T13:44:55.969Z] === RUN TestCgroupDriverSystemdMemoryLimit [2024-02-05T13:44:55.969Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-02-05T13:44:55.969Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-02-05T13:44:55.969Z] === RUN TestDiskUsage [2024-02-05T13:44:55.969Z] === PAUSE TestDiskUsage [2024-02-05T13:44:55.969Z] === RUN TestEventsExecDie [2024-02-05T13:44:55.969Z] --- PASS: TestEventsExecDie (0.46s) [2024-02-05T13:44:55.969Z] === RUN TestEventsBackwardsCompatible [2024-02-05T13:44:55.969Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2024-02-05T13:44:55.969Z] === RUN TestEventsVolumeCreate [2024-02-05T13:44:56.226Z] --- PASS: TestEventsVolumeCreate (0.05s) [2024-02-05T13:44:56.226Z] === RUN TestInfoBinaryCommits [2024-02-05T13:44:56.226Z] --- PASS: TestInfoBinaryCommits (0.01s) [2024-02-05T13:44:56.226Z] === RUN TestInfoAPIVersioned [2024-02-05T13:44:56.226Z] --- PASS: TestInfoAPIVersioned (0.01s) [2024-02-05T13:44:56.226Z] === RUN TestInfoAPI [2024-02-05T13:44:56.226Z] --- PASS: TestInfoAPI (0.01s) [2024-02-05T13:44:56.226Z] === RUN TestInfoAPIWarnings [2024-02-05T13:45:14.288Z] --- PASS: TestInfoAPIWarnings (16.55s) [2024-02-05T13:45:14.288Z] === RUN TestInfoDebug [2024-02-05T13:45:14.288Z] --- PASS: TestInfoDebug (0.52s) [2024-02-05T13:45:14.288Z] === RUN TestInfoInsecureRegistries [2024-02-05T13:45:14.288Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2024-02-05T13:45:14.288Z] === RUN TestInfoRegistryMirrors [2024-02-05T13:45:14.288Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2024-02-05T13:45:14.288Z] === RUN TestLoginFailsWithBadCredentials [2024-02-05T13:45:15.219Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2024-02-05T13:45:15.219Z] === RUN TestPingCacheHeaders [2024-02-05T13:45:15.219Z] --- PASS: TestPingCacheHeaders (0.01s) [2024-02-05T13:45:15.219Z] === RUN TestPingGet [2024-02-05T13:45:15.219Z] --- PASS: TestPingGet (0.01s) [2024-02-05T13:45:15.219Z] === RUN TestPingHead [2024-02-05T13:45:15.219Z] --- PASS: TestPingHead (0.01s) [2024-02-05T13:45:15.219Z] === RUN TestPingSwarmHeader [2024-02-05T13:45:15.784Z] === RUN TestPingSwarmHeader/before_swarm_init [2024-02-05T13:45:16.348Z] === RUN TestPingSwarmHeader/after_swarm_init [2024-02-05T13:45:17.280Z] === RUN TestPingSwarmHeader/after_swarm_leave [2024-02-05T13:45:17.280Z] --- PASS: TestPingSwarmHeader (1.91s) [2024-02-05T13:45:17.280Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2024-02-05T13:45:17.280Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2024-02-05T13:45:17.280Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2024-02-05T13:45:17.280Z] === RUN TestPingBuilderHeader [2024-02-05T13:45:17.280Z] === RUN TestPingBuilderHeader/default_config [2024-02-05T13:45:17.845Z] === RUN TestPingBuilderHeader/buildkit_disabled [2024-02-05T13:45:18.102Z] --- PASS: TestPingBuilderHeader (1.04s) [2024-02-05T13:45:18.102Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2024-02-05T13:45:18.102Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s) [2024-02-05T13:45:18.102Z] === RUN TestVersion [2024-02-05T13:45:18.102Z] --- PASS: TestVersion (0.01s) [2024-02-05T13:45:18.102Z] === CONT TestDiskUsage [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty/container_types [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty/image_types [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty/volume_types [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty/build-cache_types [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty/container,_volume_types [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2024-02-05T13:45:18.666Z] === RUN TestDiskUsage/after_LoadBusybox [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2024-02-05T13:45:18.924Z] === RUN TestDiskUsage/after_container.Run [2024-02-05T13:45:19.181Z] === RUN TestDiskUsage/after_container.Run/container_types [2024-02-05T13:45:19.181Z] === RUN TestDiskUsage/after_container.Run/image_types [2024-02-05T13:45:19.181Z] === RUN TestDiskUsage/after_container.Run/volume_types [2024-02-05T13:45:19.181Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2024-02-05T13:45:19.181Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2024-02-05T13:45:19.181Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2024-02-05T13:45:19.181Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2024-02-05T13:45:19.181Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2024-02-05T13:45:19.181Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2024-02-05T13:45:19.181Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage (1.05s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty (0.01s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.09s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run (0.25s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2024-02-05T13:45:19.181Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2024-02-05T13:45:19.181Z] PASS [2024-02-05T13:45:19.181Z] [2024-02-05T13:45:19.181Z] === Skipped [2024-02-05T13:45:19.181Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-02-05T13:45:19.181Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-02-05T13:45:19.181Z] [2024-02-05T13:45:19.181Z] DONE 57 tests, 1 skipped in 23.754s [2024-02-05T13:45:19.181Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2024-02-05T13:45:19.181Z] ++ '[' -n '' ']' [2024-02-05T13:45:19.181Z] ++ 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-02-05T13:45:19.181Z] ++ set -e [2024-02-05T13:45:19.181Z] ++ '[' -n 0 ']' [2024-02-05T13:45:19.181Z] ++ set -x [2024-02-05T13:45:19.181Z] ++ 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.JtiuA3ZLbx/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-02-05T13:45:19.439Z] INFO: Testing against a local daemon [2024-02-05T13:45:19.439Z] === RUN TestVolumesCreateAndList [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesCreateAndList (0.01s) [2024-02-05T13:45:19.439Z] === RUN TestVolumesRemove [2024-02-05T13:45:19.439Z] === RUN TestVolumesRemove/volume_in_use [2024-02-05T13:45:19.439Z] === RUN TestVolumesRemove/volume_not_in_use [2024-02-05T13:45:19.439Z] === RUN TestVolumesRemove/non-existing_volume [2024-02-05T13:45:19.439Z] === RUN TestVolumesRemove/non-existing_volume_force [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesRemove (0.05s) [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.01s) [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) [2024-02-05T13:45:19.439Z] === RUN TestVolumesRemoveSwarmEnabled [2024-02-05T13:45:19.439Z] === PAUSE TestVolumesRemoveSwarmEnabled [2024-02-05T13:45:19.439Z] === RUN TestVolumesInspect [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesInspect (0.01s) [2024-02-05T13:45:19.439Z] === RUN TestVolumesInvalidJSON [2024-02-05T13:45:19.439Z] === RUN TestVolumesInvalidJSON/volumes/create [2024-02-05T13:45:19.439Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2024-02-05T13:45:19.439Z] === CONT TestVolumesInvalidJSON/volumes/create [2024-02-05T13:45:19.439Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2024-02-05T13:45:19.439Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2024-02-05T13:45:19.439Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2024-02-05T13:45:19.439Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2024-02-05T13:45:19.439Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2024-02-05T13:45:19.439Z] === RUN TestVolumePruneAnonymous [2024-02-05T13:45:19.439Z] --- PASS: TestVolumePruneAnonymous (0.04s) [2024-02-05T13:45:19.439Z] === RUN TestVolumePruneAnonFromImage [2024-02-05T13:45:19.696Z] --- PASS: TestVolumePruneAnonFromImage (0.22s) [2024-02-05T13:45:19.696Z] === CONT TestVolumesRemoveSwarmEnabled [2024-02-05T13:45:21.067Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use [2024-02-05T13:45:21.067Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use [2024-02-05T13:45:21.067Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume [2024-02-05T13:45:21.067Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force [2024-02-05T13:45:21.631Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.94s) [2024-02-05T13:45:21.631Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) [2024-02-05T13:45:21.631Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.02s) [2024-02-05T13:45:21.631Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) [2024-02-05T13:45:21.631Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) [2024-02-05T13:45:21.631Z] PASS [2024-02-05T13:45:21.631Z] [2024-02-05T13:45:21.631Z] DONE 20 tests in 2.330s [2024-02-05T13:45:21.631Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2024-02-05T13:45:21.889Z] ++++ cat bundles/test-integration/TestUsernsCommit/dfd474f2dce66/docker.pid [2024-02-05T13:45:21.889Z] +++ kill 62564 [2024-02-05T13:45:21.889Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 62564 is not a child of this shell [2024-02-05T13:45:21.889Z] warning: PID 62564 from bundles/test-integration/TestUsernsCommit/dfd474f2dce66/docker.pid had a nonzero exit code [2024-02-05T13:45:21.889Z] umount: bundles/test-integration/TestUsernsCommit/dfd474f2dce66/root: not mounted. [2024-02-05T13:45:21.889Z] ++++ cat bundles/test-integration/docker.pid [2024-02-05T13:45:21.889Z] +++ kill 24458 [2024-02-05T13:45:23.259Z] +++ /etc/init.d/apparmor stop [2024-02-05T13:45:23.259Z] Leaving: AppArmorNo profiles have been unloaded. [2024-02-05T13:45:23.259Z] [2024-02-05T13:45:23.259Z] Unloading profiles will leave already running processes permanently [2024-02-05T13:45:23.259Z] unconfined, which can lead to unexpected situations. [2024-02-05T13:45:23.259Z] [2024-02-05T13:45:23.259Z] To set a process to complain mode, use the command line tool [2024-02-05T13:45:23.259Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2024-02-05T13:45:23.259Z] +++ true [2024-02-05T13:45:23.259Z] exiting test-integration [2024-02-05T13:45:23.259Z] ++ exit 0 [2024-02-05T13:45:23.259Z] Post stage [Pipeline] junit [2024-02-05T13:45:24.202Z] Recording test results [2024-02-05T13:45:24.408Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2024-02-05T13:45:24.700Z] + echo Ensuring container killed. [2024-02-05T13:45:24.700Z] Ensuring container killed. [2024-02-05T13:45:24.700Z] + docker rm -vf docker-pr5 [2024-02-05T13:45:24.700Z] Error response from daemon: No such container: docker-pr5 [Pipeline] sh [2024-02-05T13:45:24.977Z] + echo Chowning /workspace to jenkins user [2024-02-05T13:45:24.977Z] Chowning /workspace to jenkins user [2024-02-05T13:45:24.977Z] + id -u [2024-02-05T13:45:24.977Z] + id -g [2024-02-05T13:45:24.977Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47294:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2024-02-05T13:45:26.213Z] + bundleName=arm64-integration [2024-02-05T13:45:26.213Z] + echo Creating arm64-integration-bundles.tar.gz [2024-02-05T13:45:26.213Z] Creating arm64-integration-bundles.tar.gz [2024-02-05T13:45:26.213Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2024-02-05T13:45:26.213Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2024-02-05T13:45:26.481Z] Archiving artifacts [2024-02-05T13:45:26.735Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47294/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2024-02-05T13:45:27.018Z] + make clean [2024-02-05T13:45:27.019Z] docker volume rm -f docker-dev-cache docker-mod-cache [2024-02-05T13:45:27.019Z] docker-dev-cache [2024-02-05T13:45:27.019Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS Deleted 0 stash(es) from https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47294/5/stashes/