Pull request #47348 opened Connecting to https://api.github.com using docker-jenkins GitHub credentials Obtained Jenkinsfile from acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe+7a075cacf9ed0c08560e7ae014e4e90e8ef7ffed (5946eff531ff8fb3022fbc6605627c229450227b) Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/jenkins_home/workspace/moby_PR-47348@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29 # timeout=10 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 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.39.2' 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-06T16:19:37.758Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2024-02-06T16:19:37.760Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2024-02-06T16:19:37.982Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-05ed0812794e79215) in /home/ubuntu/workspace/moby_PR-47348 [Pipeline] { [Pipeline] checkout [2024-02-06T16:19:38.005Z] The recommended git tool is: git [2024-02-06T16:19:38.009Z] using credential docker-jenkins-github-credentials [2024-02-06T16:19:38.014Z] Cloning the remote Git repository [2024-02-06T16:19:38.014Z] Cloning with configured refspecs honoured and without tags [2024-02-06T16:19:38.015Z] Cloning repository https://github.com/moby/moby.git [2024-02-06T16:19:38.015Z] > git init /home/ubuntu/workspace/moby_PR-47348 # timeout=10 [2024-02-06T16:19:38.019Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-06T16:19:38.019Z] > git --version # timeout=10 [2024-02-06T16:19:38.022Z] > git --version # 'git version 2.25.1' [2024-02-06T16:19:38.022Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-06T16:19:38.022Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47348/head:refs/remotes/origin/PR-47348 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-02-06T16:19:49.901Z] Fetching without tags [2024-02-06T16:19:50.098Z] Merging remotes/origin/25.0 commit 7a075cacf9ed0c08560e7ae014e4e90e8ef7ffed into PR head commit acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe [2024-02-06T16:19:49.887Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-06T16:19:49.889Z] > git config --add remote.origin.fetch +refs/pull/47348/head:refs/remotes/origin/PR-47348 # timeout=10 [2024-02-06T16:19:49.892Z] > git config --add remote.origin.fetch +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-02-06T16:19:49.898Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-06T16:19:49.902Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-06T16:19:49.902Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-06T16:19:49.903Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47348/head:refs/remotes/origin/PR-47348 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-02-06T16:19:50.099Z] > git config core.sparsecheckout # timeout=10 [2024-02-06T16:19:50.101Z] > git checkout -f acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe # timeout=10 [2024-02-06T16:19:50.774Z] Merge succeeded, producing acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe [2024-02-06T16:19:50.774Z] Checking out Revision acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe (PR-47348) [2024-02-06T16:19:51.650Z] Commit message: "c8d: Use the same logic to get the present images" [2024-02-06T16:19:51.650Z] First time build. Skipping changelog. [2024-02-06T16:19:51.656Z] > git --version # timeout=10 [2024-02-06T16:19:51.658Z] > git --version # 'git version 2.25.1' [2024-02-06T16:19:51.661Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-06T16:19:50.759Z] > git remote # timeout=10 [2024-02-06T16:19:50.762Z] > git config --get remote.origin.url # timeout=10 [2024-02-06T16:19:50.764Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-06T16:19:50.765Z] > git merge 7a075cacf9ed0c08560e7ae014e4e90e8ef7ffed # timeout=10 [2024-02-06T16:19:50.771Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-02-06T16:19:50.775Z] > git config core.sparsecheckout # timeout=10 [2024-02-06T16:19:50.777Z] > git checkout -f acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe # timeout=10 [2024-02-06T16:19:52.308Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47348:/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-06T16:19:54.811Z] 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-06T16:19:54.879Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-029fa6f90f9c3c3a5) in /home/ubuntu/workspace/moby_PR-47348 [Pipeline] { [Pipeline] checkout [2024-02-06T16:19:54.891Z] The recommended git tool is: git [2024-02-06T16:19:54.899Z] using credential docker-jenkins-github-credentials [2024-02-06T16:19:54.904Z] Cloning the remote Git repository [2024-02-06T16:19:54.904Z] Cloning with configured refspecs honoured and without tags [2024-02-06T16:19:54.935Z] Cloning repository https://github.com/moby/moby.git [2024-02-06T16:19:54.936Z] > git init /home/ubuntu/workspace/moby_PR-47348 # timeout=10 [2024-02-06T16:19:54.940Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-06T16:19:54.940Z] > git --version # timeout=10 [2024-02-06T16:19:54.943Z] > git --version # 'git version 2.25.1' [2024-02-06T16:19:54.943Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-06T16:19:54.943Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47348/head:refs/remotes/origin/PR-47348 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-02-06T16:20:06.876Z] Fetching without tags [2024-02-06T16:20:07.141Z] Merging remotes/origin/25.0 commit 7a075cacf9ed0c08560e7ae014e4e90e8ef7ffed into PR head commit acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe [2024-02-06T16:20:06.886Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-06T16:20:06.889Z] > git config --add remote.origin.fetch +refs/pull/47348/head:refs/remotes/origin/PR-47348 # timeout=10 [2024-02-06T16:20:06.892Z] > git config --add remote.origin.fetch +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-02-06T16:20:06.901Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-06T16:20:06.907Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-06T16:20:06.907Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-06T16:20:06.908Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47348/head:refs/remotes/origin/PR-47348 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10 [2024-02-06T16:20:07.173Z] > git config core.sparsecheckout # timeout=10 [2024-02-06T16:20:07.175Z] > git checkout -f acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe # timeout=10 [2024-02-06T16:20:07.835Z] Merge succeeded, producing acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe [2024-02-06T16:20:07.836Z] Checking out Revision acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe (PR-47348) [2024-02-06T16:20:08.740Z] Commit message: "c8d: Use the same logic to get the present images" [2024-02-06T16:20:08.788Z] > git --version # timeout=10 [2024-02-06T16:20:08.790Z] > git --version # 'git version 2.25.1' [2024-02-06T16:20:08.793Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [2024-02-06T16:20:07.846Z] > git remote # timeout=10 [2024-02-06T16:20:07.849Z] > git config --get remote.origin.url # timeout=10 [2024-02-06T16:20:07.852Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-06T16:20:07.852Z] > git merge 7a075cacf9ed0c08560e7ae014e4e90e8ef7ffed # timeout=10 [2024-02-06T16:20:07.860Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-02-06T16:20:07.867Z] > git config core.sparsecheckout # timeout=10 [2024-02-06T16:20:07.869Z] > git checkout -f acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2024-02-06T16:20:09.412Z] + docker version [2024-02-06T16:20:09.412Z] Client: Docker Engine - Community [2024-02-06T16:20:09.412Z] Version: 25.0.2 [2024-02-06T16:20:09.412Z] API version: 1.44 [2024-02-06T16:20:09.412Z] Go version: go1.21.6 [2024-02-06T16:20:09.412Z] Git commit: 29cf629 [2024-02-06T16:20:09.412Z] Built: Thu Feb 1 00:23:26 2024 [2024-02-06T16:20:09.412Z] OS/Arch: linux/arm64 [2024-02-06T16:20:09.412Z] Context: default [2024-02-06T16:20:09.412Z] [2024-02-06T16:20:09.412Z] Server: Docker Engine - Community [2024-02-06T16:20:09.412Z] Engine: [2024-02-06T16:20:09.412Z] Version: 25.0.2 [2024-02-06T16:20:09.412Z] API version: 1.44 (minimum version 1.24) [2024-02-06T16:20:09.412Z] Go version: go1.21.6 [2024-02-06T16:20:09.412Z] Git commit: fce6e0c [2024-02-06T16:20:09.412Z] Built: Thu Feb 1 00:23:26 2024 [2024-02-06T16:20:09.412Z] OS/Arch: linux/arm64 [2024-02-06T16:20:09.412Z] Experimental: true [2024-02-06T16:20:09.412Z] containerd: [2024-02-06T16:20:09.412Z] Version: 1.6.28 [2024-02-06T16:20:09.412Z] GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-02-06T16:20:09.412Z] runc: [2024-02-06T16:20:09.412Z] Version: 1.1.12 [2024-02-06T16:20:09.412Z] GitCommit: v1.1.12-0-g51d5e94 [2024-02-06T16:20:09.412Z] docker-init: [2024-02-06T16:20:09.412Z] Version: 0.19.0 [2024-02-06T16:20:09.412Z] GitCommit: de40ad0 [Pipeline] sh [2024-02-06T16:20:09.692Z] + docker info [2024-02-06T16:20:09.692Z] Client: Docker Engine - Community [2024-02-06T16:20:09.692Z] Version: 25.0.2 [2024-02-06T16:20:09.692Z] Context: default [2024-02-06T16:20:09.692Z] Debug Mode: false [2024-02-06T16:20:09.692Z] Plugins: [2024-02-06T16:20:09.692Z] buildx: Docker Buildx (Docker Inc.) [2024-02-06T16:20:09.692Z] Version: v0.12.1 [2024-02-06T16:20:09.692Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2024-02-06T16:20:09.692Z] compose: Docker Compose (Docker Inc.) [2024-02-06T16:20:09.692Z] Version: v2.24.5 [2024-02-06T16:20:09.692Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2024-02-06T16:20:09.692Z] [2024-02-06T16:20:09.692Z] Server: [2024-02-06T16:20:09.692Z] Containers: 0 [2024-02-06T16:20:09.692Z] Running: 0 [2024-02-06T16:20:09.692Z] Paused: 0 [2024-02-06T16:20:09.692Z] Stopped: 0 [2024-02-06T16:20:09.692Z] Images: 4 [2024-02-06T16:20:09.692Z] Server Version: 25.0.2 [2024-02-06T16:20:09.692Z] Storage Driver: overlay2 [2024-02-06T16:20:09.692Z] Backing Filesystem: extfs [2024-02-06T16:20:09.692Z] Supports d_type: true [2024-02-06T16:20:09.692Z] Using metacopy: false [2024-02-06T16:20:09.692Z] Native Overlay Diff: true [2024-02-06T16:20:09.692Z] userxattr: false [2024-02-06T16:20:09.692Z] Logging Driver: json-file [2024-02-06T16:20:09.692Z] Cgroup Driver: cgroupfs [2024-02-06T16:20:09.692Z] Cgroup Version: 1 [2024-02-06T16:20:09.692Z] Plugins: [2024-02-06T16:20:09.692Z] Volume: local [2024-02-06T16:20:09.692Z] Network: bridge host ipvlan macvlan null overlay [2024-02-06T16:20:09.692Z] Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog [2024-02-06T16:20:09.692Z] Swarm: inactive [2024-02-06T16:20:09.692Z] Runtimes: io.containerd.runc.v2 runc [2024-02-06T16:20:09.692Z] Default Runtime: runc [2024-02-06T16:20:09.692Z] Init Binary: docker-init [2024-02-06T16:20:09.692Z] containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-02-06T16:20:09.692Z] runc version: v1.1.12-0-g51d5e94 [2024-02-06T16:20:09.692Z] init version: de40ad0 [2024-02-06T16:20:09.692Z] Security Options: [2024-02-06T16:20:09.692Z] apparmor [2024-02-06T16:20:09.692Z] seccomp [2024-02-06T16:20:09.692Z] Profile: builtin [2024-02-06T16:20:09.692Z] Kernel Version: 5.15.0-1052-aws [2024-02-06T16:20:09.692Z] Operating System: Ubuntu 20.04.6 LTS [2024-02-06T16:20:09.692Z] OSType: linux [2024-02-06T16:20:09.692Z] Architecture: aarch64 [2024-02-06T16:20:09.692Z] CPUs: 8 [2024-02-06T16:20:09.692Z] Total Memory: 30.64GiB [2024-02-06T16:20:09.692Z] Name: ip-10-100-33-249 [2024-02-06T16:20:09.692Z] ID: e2ed5a2e-3000-4923-9ca7-270269b4b7b4 [2024-02-06T16:20:09.692Z] Docker Root Dir: /var/lib/docker [2024-02-06T16:20:09.692Z] Debug Mode: false [2024-02-06T16:20:09.692Z] Experimental: true [2024-02-06T16:20:09.692Z] Insecure Registries: [2024-02-06T16:20:09.692Z] 127.0.0.0/8 [2024-02-06T16:20:09.692Z] Live Restore Enabled: true [2024-02-06T16:20:09.692Z] [Pipeline] sh [2024-02-06T16:20:09.971Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-02-06T16:20:09.971Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-02-06T16:20:09.971Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47348/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2024-02-06T16:20:09.971Z] + bash /home/ubuntu/workspace/moby_PR-47348/check-config.sh [2024-02-06T16:20:09.971Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2024-02-06T16:20:09.971Z] info: reading kernel config from /boot/config-5.15.0-1052-aws ... [2024-02-06T16:20:09.971Z] [2024-02-06T16:20:09.971Z] Generally Necessary: [2024-02-06T16:20:09.971Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2024-02-06T16:20:09.971Z] - apparmor: enabled and tools installed [2024-02-06T16:20:09.971Z] - CONFIG_NAMESPACES: enabled [2024-02-06T16:20:09.971Z] - CONFIG_NET_NS: enabled [2024-02-06T16:20:09.971Z] - CONFIG_PID_NS: enabled [2024-02-06T16:20:09.971Z] - CONFIG_IPC_NS: enabled [2024-02-06T16:20:09.971Z] - CONFIG_UTS_NS: enabled [2024-02-06T16:20:09.971Z] - CONFIG_CGROUPS: enabled [2024-02-06T16:20:09.971Z] - CONFIG_CGROUP_CPUACCT: enabled [2024-02-06T16:20:09.971Z] - CONFIG_CGROUP_DEVICE: enabled [2024-02-06T16:20:09.971Z] - CONFIG_CGROUP_FREEZER: enabled [2024-02-06T16:20:09.971Z] - CONFIG_CGROUP_SCHED: enabled [2024-02-06T16:20:09.971Z] - CONFIG_CPUSETS: enabled [2024-02-06T16:20:09.971Z] - CONFIG_MEMCG: enabled [2024-02-06T16:20:09.971Z] - CONFIG_KEYS: enabled [2024-02-06T16:20:09.971Z] - CONFIG_VETH: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_BRIDGE: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_IP_NF_NAT: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_NF_NAT: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_POSIX_MQUEUE: enabled [2024-02-06T16:20:10.230Z] - CONFIG_CGROUP_BPF: enabled [2024-02-06T16:20:10.230Z] [2024-02-06T16:20:10.230Z] Optional Features: [2024-02-06T16:20:10.230Z] - CONFIG_USER_NS: enabled [2024-02-06T16:20:10.230Z] - CONFIG_SECCOMP: enabled [2024-02-06T16:20:10.230Z] - CONFIG_SECCOMP_FILTER: enabled [2024-02-06T16:20:10.230Z] - CONFIG_CGROUP_PIDS: enabled [2024-02-06T16:20:10.230Z] - CONFIG_MEMCG_SWAP: enabled [2024-02-06T16:20:10.230Z] (cgroup swap accounting is currently enabled) [2024-02-06T16:20:10.230Z] - CONFIG_BLK_CGROUP: enabled [2024-02-06T16:20:10.230Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2024-02-06T16:20:10.230Z] - CONFIG_CGROUP_PERF: enabled [2024-02-06T16:20:10.230Z] - CONFIG_CGROUP_HUGETLB: enabled [2024-02-06T16:20:10.230Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2024-02-06T16:20:10.230Z] - CONFIG_CGROUP_NET_PRIO: enabled [2024-02-06T16:20:10.490Z] - CONFIG_CFS_BANDWIDTH: enabled [2024-02-06T16:20:10.490Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2024-02-06T16:20:10.490Z] - CONFIG_RT_GROUP_SCHED: missing [2024-02-06T16:20:10.490Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2024-02-06T16:20:10.490Z] - CONFIG_IP_VS: enabled (as module) [2024-02-06T16:20:10.490Z] - CONFIG_IP_VS_NFCT: enabled [2024-02-06T16:20:10.490Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2024-02-06T16:20:10.490Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2024-02-06T16:20:10.490Z] - CONFIG_IP_VS_RR: enabled (as module) [2024-02-06T16:20:10.490Z] - CONFIG_SECURITY_SELINUX: enabled [2024-02-06T16:20:10.490Z] - CONFIG_SECURITY_APPARMOR: enabled [2024-02-06T16:20:10.490Z] - CONFIG_EXT4_FS: enabled [2024-02-06T16:20:10.490Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2024-02-06T16:20:10.490Z] - CONFIG_EXT4_FS_SECURITY: enabled [2024-02-06T16:20:10.490Z] - Network Drivers: [2024-02-06T16:20:10.490Z] - "overlay": [2024-02-06T16:20:10.490Z] - CONFIG_VXLAN: enabled (as module) [2024-02-06T16:20:10.490Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2024-02-06T16:20:10.490Z] Optional (for encrypted networks): [2024-02-06T16:20:10.748Z] - CONFIG_CRYPTO: enabled [2024-02-06T16:20:10.748Z] - CONFIG_CRYPTO_AEAD: enabled [2024-02-06T16:20:10.748Z] - CONFIG_CRYPTO_GCM: enabled [2024-02-06T16:20:10.748Z] - CONFIG_CRYPTO_SEQIV: enabled [2024-02-06T16:20:10.748Z] - CONFIG_CRYPTO_GHASH: enabled [2024-02-06T16:20:10.748Z] - CONFIG_XFRM: enabled [2024-02-06T16:20:10.748Z] - CONFIG_XFRM_USER: enabled (as module) [2024-02-06T16:20:10.748Z] - CONFIG_XFRM_ALGO: enabled (as module) [2024-02-06T16:20:10.748Z] - CONFIG_INET_ESP: enabled (as module) [2024-02-06T16:20:10.748Z] - "ipvlan": [2024-02-06T16:20:10.748Z] - CONFIG_IPVLAN: enabled (as module) [2024-02-06T16:20:10.748Z] - "macvlan": [2024-02-06T16:20:10.748Z] - CONFIG_MACVLAN: enabled (as module) [2024-02-06T16:20:10.748Z] - CONFIG_DUMMY: enabled (as module) [2024-02-06T16:20:10.748Z] - "ftp,tftp client in container": [2024-02-06T16:20:10.748Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2024-02-06T16:20:10.748Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2024-02-06T16:20:10.748Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2024-02-06T16:20:10.748Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2024-02-06T16:20:10.748Z] - Storage Drivers: [2024-02-06T16:20:10.748Z] - "aufs": [2024-02-06T16:20:10.748Z] - CONFIG_AUFS_FS: enabled (as module) [2024-02-06T16:20:10.748Z] - "btrfs": [2024-02-06T16:20:10.748Z] - CONFIG_BTRFS_FS: enabled (as module) [2024-02-06T16:20:10.748Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2024-02-06T16:20:10.748Z] - "devicemapper": [2024-02-06T16:20:10.748Z] - CONFIG_BLK_DEV_DM: enabled [2024-02-06T16:20:10.748Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2024-02-06T16:20:10.748Z] - "overlay": [2024-02-06T16:20:10.748Z] - CONFIG_OVERLAY_FS: enabled (as module) [2024-02-06T16:20:10.748Z] - "zfs": [2024-02-06T16:20:10.748Z] - /dev/zfs: present [2024-02-06T16:20:10.748Z] - zfs command: missing [2024-02-06T16:20:10.748Z] - zpool command: missing [2024-02-06T16:20:10.748Z] [2024-02-06T16:20:10.748Z] Limits: [2024-02-06T16:20:10.748Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2024-02-06T16:20:10.748Z] [2024-02-06T16:20:10.748Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2024-02-06T16:20:11.045Z] + docker build --force-rm -t docker:acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe . [2024-02-06T16:20:11.304Z] #0 building with "default" instance using docker driver [2024-02-06T16:20:11.304Z] [2024-02-06T16:20:11.304Z] #1 [internal] load build definition from Dockerfile [2024-02-06T16:20:11.304Z] #1 transferring dockerfile: 27.92kB done [2024-02-06T16:20:11.304Z] #1 DONE 0.0s [2024-02-06T16:20:11.304Z] [2024-02-06T16:20:11.304Z] #2 resolve image config for docker.io/docker/dockerfile:1 [2024-02-06T16:20:11.304Z] #2 DONE 0.1s [2024-02-06T16:20:11.304Z] [2024-02-06T16:20:11.304Z] #3 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 [2024-02-06T16:20:11.304Z] #3 CACHED [2024-02-06T16:20:11.304Z] [2024-02-06T16:20:11.304Z] #4 [internal] load metadata for docker.io/library/busybox:latest [2024-02-06T16:20:11.304Z] #4 DONE 0.0s [2024-02-06T16:20:11.304Z] [2024-02-06T16:20:11.304Z] #5 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2024-02-06T16:20:11.304Z] #5 DONE 0.1s [2024-02-06T16:20:11.304Z] [2024-02-06T16:20:11.304Z] #6 [internal] load metadata for docker.io/docker/compose-bin:v2.24.5 [2024-02-06T16:20:11.563Z] #6 DONE 0.1s [2024-02-06T16:20:11.563Z] [2024-02-06T16:20:11.563Z] #7 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 [2024-02-06T16:20:11.563Z] #7 DONE 0.1s [2024-02-06T16:20:11.563Z] [2024-02-06T16:20:11.563Z] #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm [2024-02-06T16:20:11.563Z] #8 DONE 0.1s [2024-02-06T16:20:11.563Z] [2024-02-06T16:20:11.563Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2024-02-06T16:20:11.563Z] #9 DONE 0.1s [2024-02-06T16:20:11.563Z] [2024-02-06T16:20:11.563Z] #10 [internal] load metadata for docker.io/library/debian:bookworm [2024-02-06T16:20:11.563Z] #10 DONE 0.1s [2024-02-06T16:20:11.563Z] [2024-02-06T16:20:11.563Z] #11 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1 [2024-02-06T16:20:11.563Z] #11 DONE 0.2s [2024-02-06T16:20:11.563Z] [2024-02-06T16:20:11.563Z] #12 [internal] load .dockerignore [2024-02-06T16:20:11.563Z] #12 transferring context: 113B done [2024-02-06T16:20:11.563Z] #12 DONE 0.0s [2024-02-06T16:20:12.501Z] [2024-02-06T16:20:12.501Z] #13 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 [2024-02-06T16:20:12.501Z] #13 DONE 0.0s [2024-02-06T16:20:12.501Z] [2024-02-06T16:20:12.501Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc [2024-02-06T16:20:12.501Z] #14 DONE 0.0s [2024-02-06T16:20:12.501Z] [2024-02-06T16:20:12.501Z] #15 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 [2024-02-06T16:20:12.501Z] #15 DONE 0.0s [2024-02-06T16:20:12.501Z] [2024-02-06T16:20:12.501Z] #16 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2024-02-06T16:20:12.501Z] #16 DONE 0.0s [2024-02-06T16:20:12.501Z] [2024-02-06T16:20:12.501Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2024-02-06T16:20:12.501Z] #17 DONE 0.0s [2024-02-06T16:20:12.501Z] [2024-02-06T16:20:12.501Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest [2024-02-06T16:20:12.501Z] #18 DONE 0.0s [2024-02-06T16:20:12.501Z] [2024-02-06T16:20:12.501Z] #19 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-02-06T16:20:12.501Z] #19 DONE 0.0s [2024-02-06T16:20:12.501Z] [2024-02-06T16:20:12.501Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:79becb70a6247d277b59c09ca340bbe0349af6aacb5afa90ec349528b53ce2c9 [2024-02-06T16:20:12.501Z] #20 DONE 0.0s [2024-02-06T16:20:12.501Z] [2024-02-06T16:20:12.501Z] #21 [internal] load build context [2024-02-06T16:20:13.440Z] #21 transferring context: 75.03MB 0.9s done [2024-02-06T16:20:13.440Z] #21 DONE 1.0s [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #22 [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-06T16:20:13.440Z] #22 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #23 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2" && /build/gotestsum --version [2024-02-06T16:20:13.440Z] #23 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #24 [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-06T16:20:13.440Z] #24 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #25 [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-06T16:20:13.440Z] #25 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #26 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" [2024-02-06T16:20:13.440Z] #26 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #27 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit [2024-02-06T16:20:13.440Z] #27 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #28 [dev-systemd-false 8/21] COPY --link --from=registry-v2 /build/ /usr/local/bin/ [2024-02-06T16:20:13.440Z] #28 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #29 [dev-systemd-false 20/21] COPY --link --from=compose /docker-compose /usr/libexec/docker/cli-plugins/docker-compose [2024-02-06T16:20:13.440Z] #29 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #30 [build-dummy 2/2] RUN mkdir -p /build [2024-02-06T16:20:13.440Z] #30 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #31 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod <> /etc/bash.bashrc [2024-02-06T16:20:13.440Z] #46 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #47 [dev-systemd-false 15/21] COPY --link --from=vpnkit / /usr/local/bin/ [2024-02-06T16:20:13.440Z] #47 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #48 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" [2024-02-06T16:20:13.440Z] #48 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #49 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libc6-dev pkg-config [2024-02-06T16:20:13.440Z] #49 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #50 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/ [2024-02-06T16:20:13.440Z] #50 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #51 [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-06T16:20:13.440Z] #51 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #52 [dev-systemd-false 19/21] COPY --link --from=buildx /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx [2024-02-06T16:20:13.440Z] #52 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #53 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git" [2024-02-06T16:20:13.440Z] #53 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #54 [delve-src 1/3] WORKDIR /usr/src/delve [2024-02-06T16:20:13.440Z] #54 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #55 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker [2024-02-06T16:20:13.440Z] #55 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #56 [runc-src 1/3] WORKDIR /usr/src/runc [2024-02-06T16:20:13.440Z] #56 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #57 [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-06T16:20:13.440Z] #57 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #58 [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-06T16:20:13.440Z] #58 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #59 [dev-systemd-false 11/21] COPY --link --from=shfmt /build/ /usr/local/bin/ [2024-02-06T16:20:13.440Z] #59 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #60 [dev-base 10/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 --no-install-recommends -y gcc pkg-config dpkg-dev libapparmor-dev libseccomp-dev libsecret-1-dev libsystemd-dev libudev-dev yamllint [2024-02-06T16:20:13.440Z] #60 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #61 [dev-systemd-false 5/21] COPY --link --from=gowinres /build/ /usr/local/bin/ [2024-02-06T16:20:13.440Z] #61 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #62 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli [2024-02-06T16:20:13.440Z] #62 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #63 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" [2024-02-06T16:20:13.440Z] #63 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #64 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file [2024-02-06T16:20:13.440Z] #64 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #65 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 < /etc/apt/apt.conf.d/keep-cache [2024-02-06T16:20:13.440Z] #112 CACHED [2024-02-06T16:20:13.440Z] [2024-02-06T16:20:13.440Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration [2024-02-06T16:20:13.699Z] #113 CACHED [2024-02-06T16:20:13.699Z] [2024-02-06T16:20:13.699Z] #114 [dev 1/1] COPY --link . . [2024-02-06T16:20:14.635Z] #114 DONE 1.3s [2024-02-06T16:20:14.893Z] [2024-02-06T16:20:14.893Z] #115 exporting to image [2024-02-06T16:20:14.893Z] #115 exporting layers [2024-02-06T16:20:15.460Z] #115 exporting layers 0.8s done [2024-02-06T16:20:15.460Z] #115 writing image sha256:ad1d58c7e2718dbdb65eaf278e26a33d9cf8a324431481058998f0e9e5aac0d4 done [2024-02-06T16:20:15.460Z] #115 naming to docker.io/library/docker:acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe done [2024-02-06T16:20:15.460Z] #115 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2024-02-06T16:20:16.015Z] + sudo modprobe ip6table_filter [Pipeline] sh [2024-02-06T16:20:16.295Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47348/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=25.0 docker:acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe hack/test/unit [2024-02-06T16:20:16.554Z] + BUILDFLAGS=(-tags 'netgo journald') [2024-02-06T16:20:16.554Z] + TESTFLAGS+=' -test.timeout=5m' [2024-02-06T16:20:16.554Z] + TESTDIRS=./... [2024-02-06T16:20:16.554Z] + exclude_paths='/vendor/|/integration' [2024-02-06T16:20:16.554Z] ++ go list ./... [2024-02-06T16:20:16.554Z] ++ grep -vE '(/vendor/|/integration)' [2024-02-06T16:20:17.125Z] + pkg_list='github.com/docker/docker/api [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/backend/build [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/httpstatus [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/httputils [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/middleware [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/build [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/container [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/debug [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/distribution [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/grpc [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/image [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/network [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/plugin [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/session [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/swarm [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/system [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/volume [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/backend [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/blkiodev [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/checkpoint [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/container [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/events [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/filters [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/image [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/mount [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/network [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/registry [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/strslice [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/swarm [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/system [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/time [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/versions [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/volume [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/worker [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/dockerfile [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/remotecontext [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/remotecontext/git [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-06T16:20:17.125Z] github.com/docker/docker/cli/debug [2024-02-06T16:20:17.125Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-06T16:20:17.125Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-06T16:20:17.125Z] github.com/docker/docker/client [2024-02-06T16:20:17.125Z] github.com/docker/docker/client/buildkit [2024-02-06T16:20:17.125Z] github.com/docker/docker/cmd/docker-proxy [2024-02-06T16:20:17.125Z] github.com/docker/docker/cmd/dockerd [2024-02-06T16:20:17.125Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-06T16:20:17.125Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-06T16:20:17.125Z] github.com/docker/docker/container [2024-02-06T16:20:17.125Z] github.com/docker/docker/container/stream [2024-02-06T16:20:17.125Z] github.com/docker/docker/contrib/apparmor [2024-02-06T16:20:17.125Z] github.com/docker/docker/contrib/httpserver [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/cluster [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/cluster/convert [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/cluster/executor [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/cluster/provider [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/config [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/containerd [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/events [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/events/testutils [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/graphdriver [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/images [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/initlayer [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/links [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/listeners [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/gelf [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/journald [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/local [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/splunk [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/syslog [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/logger/templates [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/names [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/network [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/snapshotter [2024-02-06T16:20:17.125Z] github.com/docker/docker/daemon/stats [2024-02-06T16:20:17.125Z] github.com/docker/docker/distribution [2024-02-06T16:20:17.125Z] github.com/docker/docker/distribution/metadata [2024-02-06T16:20:17.125Z] github.com/docker/docker/distribution/utils [2024-02-06T16:20:17.125Z] github.com/docker/docker/distribution/xfer [2024-02-06T16:20:17.125Z] github.com/docker/docker/dockerversion [2024-02-06T16:20:17.125Z] github.com/docker/docker/errdefs [2024-02-06T16:20:17.125Z] github.com/docker/docker/image [2024-02-06T16:20:17.125Z] github.com/docker/docker/image/cache [2024-02-06T16:20:17.125Z] github.com/docker/docker/image/spec/specs-go [2024-02-06T16:20:17.125Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-06T16:20:17.125Z] github.com/docker/docker/image/tarexport [2024-02-06T16:20:17.125Z] github.com/docker/docker/image/v1 [2024-02-06T16:20:17.125Z] github.com/docker/docker/internal/compatcontext [2024-02-06T16:20:17.125Z] github.com/docker/docker/internal/mod [2024-02-06T16:20:17.125Z] github.com/docker/docker/internal/mounttree [2024-02-06T16:20:17.125Z] github.com/docker/docker/internal/multierror [2024-02-06T16:20:17.125Z] github.com/docker/docker/internal/sliceutil [2024-02-06T16:20:17.125Z] github.com/docker/docker/internal/test/suite [2024-02-06T16:20:17.125Z] github.com/docker/docker/internal/testutils [2024-02-06T16:20:17.125Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-06T16:20:17.125Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-06T16:20:17.125Z] github.com/docker/docker/internal/unshare [2024-02-06T16:20:17.125Z] github.com/docker/docker/layer [2024-02-06T16:20:17.125Z] github.com/docker/docker/libcontainerd [2024-02-06T16:20:17.125Z] github.com/docker/docker/libcontainerd/queue [2024-02-06T16:20:17.125Z] github.com/docker/docker/libcontainerd/remote [2024-02-06T16:20:17.125Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-06T16:20:17.125Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-06T16:20:17.125Z] github.com/docker/docker/libcontainerd/types [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/bitmap [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/cluster [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/config [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/datastore [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/driverapi [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/etchosts [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/ipam [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/ipbits [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/iptables [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/netlabel [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/netutils [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/networkdb [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/ns [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/options [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/osl [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/portallocator [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/portmapper [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/scope [2024-02-06T16:20:17.125Z] github.com/docker/docker/libnetwork/types [2024-02-06T16:20:17.125Z] github.com/docker/docker/oci [2024-02-06T16:20:17.125Z] github.com/docker/docker/oci/caps [2024-02-06T16:20:17.125Z] github.com/docker/docker/opts [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/archive [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/authorization [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/broadcaster [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/capabilities [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/chrootarchive [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/containerfs [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/directory [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/dmesg [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/fileutils [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/homedir [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/idtools [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/ioutils [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/jsonmessage [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/longpath [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/loopback [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/meminfo [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/namesgenerator [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/parsers [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/pidfile [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/platform [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/plugingetter [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/plugins [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/plugins/transport [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/pools [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/process [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/progress [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/reexec [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/rootless [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/stack [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/stdcopy [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/streamformatter [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/stringid [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/sysinfo [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/system [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/tailfile [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/tarsum [2024-02-06T16:20:17.125Z] github.com/docker/docker/pkg/useragent [2024-02-06T16:20:17.125Z] github.com/docker/docker/plugin [2024-02-06T16:20:17.125Z] github.com/docker/docker/plugin/executor/containerd [2024-02-06T16:20:17.125Z] github.com/docker/docker/plugin/v2 [2024-02-06T16:20:17.125Z] github.com/docker/docker/profiles/apparmor [2024-02-06T16:20:17.125Z] github.com/docker/docker/profiles/seccomp [2024-02-06T16:20:17.125Z] github.com/docker/docker/quota [2024-02-06T16:20:17.125Z] github.com/docker/docker/reference [2024-02-06T16:20:17.125Z] github.com/docker/docker/registry [2024-02-06T16:20:17.125Z] github.com/docker/docker/registry/resumable [2024-02-06T16:20:17.125Z] github.com/docker/docker/restartmanager [2024-02-06T16:20:17.125Z] github.com/docker/docker/runconfig [2024-02-06T16:20:17.125Z] github.com/docker/docker/runconfig/opts [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil/daemon [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil/environment [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil/fakecontext [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil/fakegit [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil/fakestorage [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil/fixtures/load [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil/registry [2024-02-06T16:20:17.125Z] github.com/docker/docker/testutil/request [2024-02-06T16:20:17.125Z] github.com/docker/docker/volume [2024-02-06T16:20:17.125Z] github.com/docker/docker/volume/drivers [2024-02-06T16:20:17.125Z] github.com/docker/docker/volume/local [2024-02-06T16:20:17.125Z] github.com/docker/docker/volume/mounts [2024-02-06T16:20:17.125Z] github.com/docker/docker/volume/service [2024-02-06T16:20:17.125Z] github.com/docker/docker/volume/service/opts [2024-02-06T16:20:17.125Z] github.com/docker/docker/volume/testutils' [2024-02-06T16:20:17.125Z] ++ grep --fixed-strings -v /libnetwork [2024-02-06T16:20:17.125Z] ++ echo 'github.com/docker/docker/api [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/backend/build [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/httpstatus [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/httputils [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/middleware [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/build [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/container [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/debug [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/distribution [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/grpc [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/image [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/network [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/plugin [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/session [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/swarm [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/system [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/server/router/volume [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/backend [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/blkiodev [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/checkpoint [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/container [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/events [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/filters [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/image [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/mount [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/network [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/registry [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/strslice [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/swarm [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/system [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/time [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/versions [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-06T16:20:17.125Z] github.com/docker/docker/api/types/volume [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/worker [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/dockerfile [2024-02-06T16:20:17.125Z] github.com/docker/docker/builder/remotecontext [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/remotecontext/git [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-06T16:20:17.126Z] github.com/docker/docker/cli/debug [2024-02-06T16:20:17.126Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-06T16:20:17.126Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-06T16:20:17.126Z] github.com/docker/docker/client [2024-02-06T16:20:17.126Z] github.com/docker/docker/client/buildkit [2024-02-06T16:20:17.126Z] github.com/docker/docker/cmd/docker-proxy [2024-02-06T16:20:17.126Z] github.com/docker/docker/cmd/dockerd [2024-02-06T16:20:17.126Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-06T16:20:17.126Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-06T16:20:17.126Z] github.com/docker/docker/container [2024-02-06T16:20:17.126Z] github.com/docker/docker/container/stream [2024-02-06T16:20:17.126Z] github.com/docker/docker/contrib/apparmor [2024-02-06T16:20:17.126Z] github.com/docker/docker/contrib/httpserver [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster/convert [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster/executor [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster/provider [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/config [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/containerd [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/events [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/events/testutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/images [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/initlayer [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/links [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/listeners [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/gelf [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/journald [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/local [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/splunk [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/syslog [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/templates [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/names [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/network [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/snapshotter [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/stats [2024-02-06T16:20:17.126Z] github.com/docker/docker/distribution [2024-02-06T16:20:17.126Z] github.com/docker/docker/distribution/metadata [2024-02-06T16:20:17.126Z] github.com/docker/docker/distribution/utils [2024-02-06T16:20:17.126Z] github.com/docker/docker/distribution/xfer [2024-02-06T16:20:17.126Z] github.com/docker/docker/dockerversion [2024-02-06T16:20:17.126Z] github.com/docker/docker/errdefs [2024-02-06T16:20:17.126Z] github.com/docker/docker/image [2024-02-06T16:20:17.126Z] github.com/docker/docker/image/cache [2024-02-06T16:20:17.126Z] github.com/docker/docker/image/spec/specs-go [2024-02-06T16:20:17.126Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-06T16:20:17.126Z] github.com/docker/docker/image/tarexport [2024-02-06T16:20:17.126Z] github.com/docker/docker/image/v1 [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/compatcontext [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/mod [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/mounttree [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/multierror [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/sliceutil [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/test/suite [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/testutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/unshare [2024-02-06T16:20:17.126Z] github.com/docker/docker/layer [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd/queue [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd/remote [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd/types [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/bitmap [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/cluster [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/config [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/datastore [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/driverapi [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/etchosts [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/ipam [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/ipbits [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/iptables [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/netlabel [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/netutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/networkdb [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/ns [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/options [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/osl [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/portallocator [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/portmapper [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/scope [2024-02-06T16:20:17.126Z] github.com/docker/docker/libnetwork/types [2024-02-06T16:20:17.126Z] github.com/docker/docker/oci [2024-02-06T16:20:17.126Z] github.com/docker/docker/oci/caps [2024-02-06T16:20:17.126Z] github.com/docker/docker/opts [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/archive [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/authorization [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/broadcaster [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/capabilities [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/chrootarchive [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/containerfs [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/directory [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/dmesg [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/fileutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/homedir [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/idtools [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/ioutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/jsonmessage [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/longpath [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/loopback [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/meminfo [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/namesgenerator [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/parsers [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/pidfile [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/platform [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugingetter [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugins [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugins/transport [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/pools [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/process [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/progress [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/reexec [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/rootless [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/stack [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/stdcopy [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/streamformatter [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/stringid [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/sysinfo [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/system [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/tailfile [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/tarsum [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/useragent [2024-02-06T16:20:17.126Z] github.com/docker/docker/plugin [2024-02-06T16:20:17.126Z] github.com/docker/docker/plugin/executor/containerd [2024-02-06T16:20:17.126Z] github.com/docker/docker/plugin/v2 [2024-02-06T16:20:17.126Z] github.com/docker/docker/profiles/apparmor [2024-02-06T16:20:17.126Z] github.com/docker/docker/profiles/seccomp [2024-02-06T16:20:17.126Z] github.com/docker/docker/quota [2024-02-06T16:20:17.126Z] github.com/docker/docker/reference [2024-02-06T16:20:17.126Z] github.com/docker/docker/registry [2024-02-06T16:20:17.126Z] github.com/docker/docker/registry/resumable [2024-02-06T16:20:17.126Z] github.com/docker/docker/restartmanager [2024-02-06T16:20:17.126Z] github.com/docker/docker/runconfig [2024-02-06T16:20:17.126Z] github.com/docker/docker/runconfig/opts [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/daemon [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/environment [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fakecontext [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fakegit [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fakestorage [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fixtures/load [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/registry [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/request [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/drivers [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/local [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/mounts [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/service [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/service/opts [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/testutils' [2024-02-06T16:20:17.126Z] + base_pkg_list='github.com/docker/docker/api [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/backend/build [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/httpstatus [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/httputils [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/middleware [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/build [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/container [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/debug [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/distribution [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/grpc [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/image [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/network [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/plugin [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/session [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/swarm [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/system [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/volume [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/backend [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/blkiodev [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/checkpoint [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/container [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/events [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/filters [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/image [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/mount [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/network [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/registry [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/strslice [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/swarm [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/system [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/time [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/versions [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/volume [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/builder-next [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/builder-next/worker [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/dockerfile [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/remotecontext [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/remotecontext/git [2024-02-06T16:20:17.126Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-06T16:20:17.126Z] github.com/docker/docker/cli/debug [2024-02-06T16:20:17.126Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-06T16:20:17.126Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-06T16:20:17.126Z] github.com/docker/docker/client [2024-02-06T16:20:17.126Z] github.com/docker/docker/client/buildkit [2024-02-06T16:20:17.126Z] github.com/docker/docker/cmd/docker-proxy [2024-02-06T16:20:17.126Z] github.com/docker/docker/cmd/dockerd [2024-02-06T16:20:17.126Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-06T16:20:17.126Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-06T16:20:17.126Z] github.com/docker/docker/container [2024-02-06T16:20:17.126Z] github.com/docker/docker/container/stream [2024-02-06T16:20:17.126Z] github.com/docker/docker/contrib/apparmor [2024-02-06T16:20:17.126Z] github.com/docker/docker/contrib/httpserver [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster/convert [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster/executor [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/cluster/provider [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/config [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/containerd [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/events [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/events/testutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/images [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/initlayer [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/links [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/listeners [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/gelf [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/journald [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/local [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/splunk [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/syslog [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/logger/templates [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/names [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/network [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/snapshotter [2024-02-06T16:20:17.126Z] github.com/docker/docker/daemon/stats [2024-02-06T16:20:17.126Z] github.com/docker/docker/distribution [2024-02-06T16:20:17.126Z] github.com/docker/docker/distribution/metadata [2024-02-06T16:20:17.126Z] github.com/docker/docker/distribution/utils [2024-02-06T16:20:17.126Z] github.com/docker/docker/distribution/xfer [2024-02-06T16:20:17.126Z] github.com/docker/docker/dockerversion [2024-02-06T16:20:17.126Z] github.com/docker/docker/errdefs [2024-02-06T16:20:17.126Z] github.com/docker/docker/image [2024-02-06T16:20:17.126Z] github.com/docker/docker/image/cache [2024-02-06T16:20:17.126Z] github.com/docker/docker/image/spec/specs-go [2024-02-06T16:20:17.126Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-06T16:20:17.126Z] github.com/docker/docker/image/tarexport [2024-02-06T16:20:17.126Z] github.com/docker/docker/image/v1 [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/compatcontext [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/mod [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/mounttree [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/multierror [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/sliceutil [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/test/suite [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/testutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-06T16:20:17.126Z] github.com/docker/docker/internal/unshare [2024-02-06T16:20:17.126Z] github.com/docker/docker/layer [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd/queue [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd/remote [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-06T16:20:17.126Z] github.com/docker/docker/libcontainerd/types [2024-02-06T16:20:17.126Z] github.com/docker/docker/oci [2024-02-06T16:20:17.126Z] github.com/docker/docker/oci/caps [2024-02-06T16:20:17.126Z] github.com/docker/docker/opts [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/archive [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/authorization [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/broadcaster [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/capabilities [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/chrootarchive [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/containerfs [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/directory [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/dmesg [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/fileutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/homedir [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/idtools [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/ioutils [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/jsonmessage [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/longpath [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/loopback [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/meminfo [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/namesgenerator [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/parsers [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/pidfile [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/platform [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugingetter [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugins [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/plugins/transport [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/pools [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/process [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/progress [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/reexec [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/rootless [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/stack [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/stdcopy [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/streamformatter [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/stringid [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/sysinfo [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/system [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/tailfile [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/tarsum [2024-02-06T16:20:17.126Z] github.com/docker/docker/pkg/useragent [2024-02-06T16:20:17.126Z] github.com/docker/docker/plugin [2024-02-06T16:20:17.126Z] github.com/docker/docker/plugin/executor/containerd [2024-02-06T16:20:17.126Z] github.com/docker/docker/plugin/v2 [2024-02-06T16:20:17.126Z] github.com/docker/docker/profiles/apparmor [2024-02-06T16:20:17.126Z] github.com/docker/docker/profiles/seccomp [2024-02-06T16:20:17.126Z] github.com/docker/docker/quota [2024-02-06T16:20:17.126Z] github.com/docker/docker/reference [2024-02-06T16:20:17.126Z] github.com/docker/docker/registry [2024-02-06T16:20:17.126Z] github.com/docker/docker/registry/resumable [2024-02-06T16:20:17.126Z] github.com/docker/docker/restartmanager [2024-02-06T16:20:17.126Z] github.com/docker/docker/runconfig [2024-02-06T16:20:17.126Z] github.com/docker/docker/runconfig/opts [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/daemon [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/environment [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fakecontext [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fakegit [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fakestorage [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fixtures/load [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/registry [2024-02-06T16:20:17.126Z] github.com/docker/docker/testutil/request [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/drivers [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/local [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/mounts [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/service [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/service/opts [2024-02-06T16:20:17.126Z] github.com/docker/docker/volume/testutils' [2024-02-06T16:20:17.126Z] ++ grep --fixed-strings /libnetwork [2024-02-06T16:20:17.126Z] ++ echo 'github.com/docker/docker/api [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/backend/build [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/httpstatus [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/httputils [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/middleware [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/build [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/container [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/debug [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/distribution [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/grpc [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/image [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/network [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/plugin [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/session [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/swarm [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/system [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/server/router/volume [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/backend [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/blkiodev [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/checkpoint [2024-02-06T16:20:17.126Z] github.com/docker/docker/api/types/container [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/events [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/filters [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/image [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/mount [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/network [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/registry [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/strslice [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/swarm [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/system [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/time [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/versions [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-06T16:20:17.127Z] github.com/docker/docker/api/types/volume [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/builder-next [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/builder-next/worker [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/dockerfile [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/remotecontext [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/remotecontext/git [2024-02-06T16:20:17.127Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-06T16:20:17.127Z] github.com/docker/docker/cli/debug [2024-02-06T16:20:17.127Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-06T16:20:17.127Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-06T16:20:17.127Z] github.com/docker/docker/client [2024-02-06T16:20:17.127Z] github.com/docker/docker/client/buildkit [2024-02-06T16:20:17.127Z] github.com/docker/docker/cmd/docker-proxy [2024-02-06T16:20:17.127Z] github.com/docker/docker/cmd/dockerd [2024-02-06T16:20:17.127Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-06T16:20:17.127Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-06T16:20:17.127Z] github.com/docker/docker/container [2024-02-06T16:20:17.127Z] github.com/docker/docker/container/stream [2024-02-06T16:20:17.127Z] github.com/docker/docker/contrib/apparmor [2024-02-06T16:20:17.127Z] github.com/docker/docker/contrib/httpserver [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/cluster [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/cluster/convert [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/cluster/executor [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/cluster/provider [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/config [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/containerd [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/events [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/events/testutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/graphdriver [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/images [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/initlayer [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/links [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/listeners [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/gelf [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/journald [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/local [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/splunk [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/syslog [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/logger/templates [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/names [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/network [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/snapshotter [2024-02-06T16:20:17.127Z] github.com/docker/docker/daemon/stats [2024-02-06T16:20:17.127Z] github.com/docker/docker/distribution [2024-02-06T16:20:17.127Z] github.com/docker/docker/distribution/metadata [2024-02-06T16:20:17.127Z] github.com/docker/docker/distribution/utils [2024-02-06T16:20:17.127Z] github.com/docker/docker/distribution/xfer [2024-02-06T16:20:17.127Z] github.com/docker/docker/dockerversion [2024-02-06T16:20:17.127Z] github.com/docker/docker/errdefs [2024-02-06T16:20:17.127Z] github.com/docker/docker/image [2024-02-06T16:20:17.127Z] github.com/docker/docker/image/cache [2024-02-06T16:20:17.127Z] github.com/docker/docker/image/spec/specs-go [2024-02-06T16:20:17.127Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-06T16:20:17.127Z] github.com/docker/docker/image/tarexport [2024-02-06T16:20:17.127Z] github.com/docker/docker/image/v1 [2024-02-06T16:20:17.127Z] github.com/docker/docker/internal/compatcontext [2024-02-06T16:20:17.127Z] github.com/docker/docker/internal/mod [2024-02-06T16:20:17.127Z] github.com/docker/docker/internal/mounttree [2024-02-06T16:20:17.127Z] github.com/docker/docker/internal/multierror [2024-02-06T16:20:17.127Z] github.com/docker/docker/internal/sliceutil [2024-02-06T16:20:17.127Z] github.com/docker/docker/internal/test/suite [2024-02-06T16:20:17.127Z] github.com/docker/docker/internal/testutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-06T16:20:17.127Z] github.com/docker/docker/internal/unshare [2024-02-06T16:20:17.127Z] github.com/docker/docker/layer [2024-02-06T16:20:17.127Z] github.com/docker/docker/libcontainerd [2024-02-06T16:20:17.127Z] github.com/docker/docker/libcontainerd/queue [2024-02-06T16:20:17.127Z] github.com/docker/docker/libcontainerd/remote [2024-02-06T16:20:17.127Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-06T16:20:17.127Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-06T16:20:17.127Z] github.com/docker/docker/libcontainerd/types [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/bitmap [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cluster [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/config [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/datastore [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/driverapi [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/etchosts [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipam [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipbits [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/iptables [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/netlabel [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/netutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/networkdb [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ns [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/options [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/osl [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/portallocator [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/portmapper [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/scope [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/types [2024-02-06T16:20:17.127Z] github.com/docker/docker/oci [2024-02-06T16:20:17.127Z] github.com/docker/docker/oci/caps [2024-02-06T16:20:17.127Z] github.com/docker/docker/opts [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/archive [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/authorization [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/broadcaster [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/capabilities [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/chrootarchive [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/containerfs [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/directory [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/dmesg [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/fileutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/homedir [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/idtools [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/ioutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/jsonmessage [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/longpath [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/loopback [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/meminfo [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/namesgenerator [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/parsers [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/pidfile [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/platform [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/plugingetter [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/plugins [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/plugins/transport [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/pools [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/process [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/progress [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/reexec [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/rootless [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/stack [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/stdcopy [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/streamformatter [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/stringid [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/sysinfo [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/system [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/tailfile [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/tarsum [2024-02-06T16:20:17.127Z] github.com/docker/docker/pkg/useragent [2024-02-06T16:20:17.127Z] github.com/docker/docker/plugin [2024-02-06T16:20:17.127Z] github.com/docker/docker/plugin/executor/containerd [2024-02-06T16:20:17.127Z] github.com/docker/docker/plugin/v2 [2024-02-06T16:20:17.127Z] github.com/docker/docker/profiles/apparmor [2024-02-06T16:20:17.127Z] github.com/docker/docker/profiles/seccomp [2024-02-06T16:20:17.127Z] github.com/docker/docker/quota [2024-02-06T16:20:17.127Z] github.com/docker/docker/reference [2024-02-06T16:20:17.127Z] github.com/docker/docker/registry [2024-02-06T16:20:17.127Z] github.com/docker/docker/registry/resumable [2024-02-06T16:20:17.127Z] github.com/docker/docker/restartmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/runconfig [2024-02-06T16:20:17.127Z] github.com/docker/docker/runconfig/opts [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil/daemon [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil/environment [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil/fakecontext [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil/fakegit [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil/fakestorage [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil/fixtures/load [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil/registry [2024-02-06T16:20:17.127Z] github.com/docker/docker/testutil/request [2024-02-06T16:20:17.127Z] github.com/docker/docker/volume [2024-02-06T16:20:17.127Z] github.com/docker/docker/volume/drivers [2024-02-06T16:20:17.127Z] github.com/docker/docker/volume/local [2024-02-06T16:20:17.127Z] github.com/docker/docker/volume/mounts [2024-02-06T16:20:17.127Z] github.com/docker/docker/volume/service [2024-02-06T16:20:17.127Z] github.com/docker/docker/volume/service/opts [2024-02-06T16:20:17.127Z] github.com/docker/docker/volume/testutils' [2024-02-06T16:20:17.127Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/bitmap [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cluster [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/config [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/datastore [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/driverapi [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/etchosts [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipam [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipbits [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/iptables [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/netlabel [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/netutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/networkdb [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ns [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/options [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/osl [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/portallocator [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/portmapper [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/scope [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/types' [2024-02-06T16:20:17.127Z] + echo 'github.com/docker/docker/libnetwork [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/bitmap [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cluster [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/config [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/datastore [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/driverapi [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/d+ grep --fixed-strings libnetwork/drivers/bridge [2024-02-06T16:20:17.127Z] rivers/macvlan/mvmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/etchosts [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipam [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ipbits [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/iptables [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/netlabel [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/netutils [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/networkdb [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/ns [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/options [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/osl [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/portallocator [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/portmapper [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/scope [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/types' [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-06T16:20:17.127Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-06T16:20:17.127Z] + type docker-proxy [2024-02-06T16:20:17.127Z] hack/test/unit: line 25: type: docker-proxy: not found [2024-02-06T16:20:17.127Z] + hack/make.sh binary-proxy install-proxy [2024-02-06T16:20:17.127Z] [2024-02-06T16:20:17.127Z] Removing bundles/ [2024-02-06T16:20:17.127Z] [2024-02-06T16:20:17.127Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2024-02-06T16:20:17.127Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2024-02-06T16:20:17.127Z] + tee /go/src/github.com/docker/docker/go.mod [2024-02-06T16:20:17.127Z] module github.com/docker/docker [2024-02-06T16:20:17.127Z] [2024-02-06T16:20:17.127Z] go 1.20 [2024-02-06T16:20:17.127Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-02-06T16:20:17.127Z] + GO111MODULE=on [2024-02-06T16:20:17.127Z] + 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=acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-06T16:20:16.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-06T16:20:21.319Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-02-06T16:20:21.319Z] Created binary: bundles/binary-proxy/docker-proxy [2024-02-06T16:20:21.319Z] [2024-02-06T16:20:21.319Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2024-02-06T16:20:21.319Z] Installing docker-proxy to /usr/local/bin/ [2024-02-06T16:20:21.319Z] [2024-02-06T16:20:21.319Z] + mkdir -p bundles [2024-02-06T16:20:21.319Z] + '[' -n 'github.com/docker/docker/api [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/backend/build [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/httpstatus [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/httputils [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/middleware [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/build [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/container [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/debug [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/distribution [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/grpc [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/image [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/network [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/plugin [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/session [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/swarm [2024-02-06T16:20:21.319Z] github.com/docker/docker/api/server/router/system [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/server/router/volume [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/backend [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/blkiodev [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/checkpoint [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/container [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/events [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/filters [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/image [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/mount [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/network [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/registry [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/strslice [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/swarm [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/system [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/time [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/versions [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-06T16:20:21.320Z] github.com/docker/docker/api/types/volume [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/builder-next [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/builder-next/worker [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/dockerfile [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/remotecontext [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/remotecontext/git [2024-02-06T16:20:21.320Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-06T16:20:21.320Z] github.com/docker/docker/cli/debug [2024-02-06T16:20:21.320Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-06T16:20:21.320Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-06T16:20:21.320Z] github.com/docker/docker/client [2024-02-06T16:20:21.320Z] github.com/docker/docker/client/buildkit [2024-02-06T16:20:21.320Z] github.com/docker/docker/cmd/docker-proxy [2024-02-06T16:20:21.320Z] github.com/docker/docker/cmd/dockerd [2024-02-06T16:20:21.320Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-06T16:20:21.320Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-06T16:20:21.320Z] github.com/docker/docker/container [2024-02-06T16:20:21.320Z] github.com/docker/docker/container/stream [2024-02-06T16:20:21.320Z] github.com/docker/docker/contrib/apparmor [2024-02-06T16:20:21.320Z] github.com/docker/docker/contrib/httpserver [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/cluster [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/cluster/convert [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/cluster/executor [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/cluster/provider [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/config [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/containerd [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/events [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/events/testutils [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/graphdriver [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/images [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/initlayer [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/links [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/listeners [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/gelf [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/journald [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/local [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/splunk [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/syslog [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/logger/templates [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/names [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/network [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/snapshotter [2024-02-06T16:20:21.320Z] github.com/docker/docker/daemon/stats [2024-02-06T16:20:21.320Z] github.com/docker/docker/distribution [2024-02-06T16:20:21.320Z] github.com/docker/docker/distribution/metadata [2024-02-06T16:20:21.320Z] github.com/docker/docker/distribution/utils [2024-02-06T16:20:21.320Z] github.com/docker/docker/distribution/xfer [2024-02-06T16:20:21.320Z] github.com/docker/docker/dockerversion [2024-02-06T16:20:21.320Z] github.com/docker/docker/errdefs [2024-02-06T16:20:21.320Z] github.com/docker/docker/image [2024-02-06T16:20:21.320Z] github.com/docker/docker/image/cache [2024-02-06T16:20:21.320Z] github.com/docker/docker/image/spec/specs-go [2024-02-06T16:20:21.320Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-06T16:20:21.320Z] github.com/docker/docker/image/tarexport [2024-02-06T16:20:21.320Z] github.com/docker/docker/image/v1 [2024-02-06T16:20:21.320Z] github.com/docker/docker/internal/compatcontext [2024-02-06T16:20:21.320Z] github.com/docker/docker/internal/mod [2024-02-06T16:20:21.320Z] github.com/docker/docker/internal/mounttree [2024-02-06T16:20:21.320Z] github.com/docker/docker/internal/multierror [2024-02-06T16:20:21.320Z] github.com/docker/docker/internal/sliceutil [2024-02-06T16:20:21.320Z] github.com/docker/docker/internal/test/suite [2024-02-06T16:20:21.320Z] github.com/docker/docker/internal/testutils [2024-02-06T16:20:21.320Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-06T16:20:21.320Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-06T16:20:21.320Z] github.com/docker/docker/internal/unshare [2024-02-06T16:20:21.320Z] github.com/docker/docker/layer [2024-02-06T16:20:21.320Z] github.com/docker/docker/libcontainerd [2024-02-06T16:20:21.320Z] github.com/docker/docker/libcontainerd/queue [2024-02-06T16:20:21.320Z] github.com/docker/docker/libcontainerd/remote [2024-02-06T16:20:21.320Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-06T16:20:21.320Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-06T16:20:21.320Z] github.com/docker/docker/libcontainerd/types [2024-02-06T16:20:21.320Z] github.com/docker/docker/oci [2024-02-06T16:20:21.320Z] github.com/docker/docker/oci/caps [2024-02-06T16:20:21.320Z] github.com/docker/docker/opts [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/archive [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/authorization [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/broadcaster [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/capabilities [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/chrootarchive [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/containerfs [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/directory [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/dmesg [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/fileutils [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/homedir [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/idtools [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/ioutils [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/jsonmessage [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/longpath [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/loopback [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/meminfo [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/namesgenerator [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/parsers [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/pidfile [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/platform [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/plugingetter [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/plugins [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/plugins/transport [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/pools [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/process [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/progress [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/reexec [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/rootless [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/stack [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/stdcopy [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/streamformatter [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/stringid [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/sysinfo [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/system [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/tailfile [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/tarsum [2024-02-06T16:20:21.320Z] github.com/docker/docker/pkg/useragent [2024-02-06T16:20:21.320Z] github.com/docker/docker/plugin [2024-02-06T16:20:21.320Z] github.com/docker/docker/plugin/executor/containerd [2024-02-06T16:20:21.320Z] github.com/docker/docker/plugin/v2 [2024-02-06T16:20:21.320Z] github.com/docker/docker/profiles/apparmor [2024-02-06T16:20:21.320Z] github.com/docker/docker/profiles/seccomp [2024-02-06T16:20:21.320Z] github.com/docker/docker/quota [2024-02-06T16:20:21.320Z] github.com/docker/docker/reference [2024-02-06T16:20:21.320Z] github.com/docker/docker/registry [2024-02-06T16:20:21.320Z] github.com/docker/docker/registry/resumable [2024-02-06T16:20:21.320Z] github.com/docker/docker/restartmanager [2024-02-06T16:20:21.320Z] github.com/docker/docker/runconfig [2024-02-06T16:20:21.320Z] github.com/docker/docker/runconfig/opts [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil/daemon [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil/environment [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil/fakecontext [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil/fakegit [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil/fakestorage [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil/fixtures/load [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil/registry [2024-02-06T16:20:21.320Z] github.com/docker/docker/testutil/request [2024-02-06T16:20:21.320Z] github.com/docker/docker/volume [2024-02-06T16:20:21.320Z] github.com/docker/docker/volume/drivers [2024-02-06T16:20:21.320Z] github.com/docker/docker/volume/local [2024-02-06T16:20:21.320Z] github.com/docker/docker/volume/mounts [2024-02-06T16:20:21.320Z] github.com/docker/docker/volume/service [2024-02-06T16:20:21.320Z] github.com/docker/docker/volume/service/opts [2024-02-06T16:20:21.320Z] github.com/docker/docker/volume/testutils' ']' [2024-02-06T16:20:21.320Z] + 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-06T16:20:21.889Z] ? github.com/docker/docker/api [no test files] [2024-02-06T16:20:30.028Z] ok github.com/docker/docker/api/server 0.027s coverage: 13.0% of statements [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/build [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 28.3% of statements [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/container [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/image [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/network [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/session [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/server/router/system [no test files] [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 7.3% of statements [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/backend [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/server/router/volume 0.007s coverage: 66.7% of statements [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/events [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/image [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/mount [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 94.0% of statements [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/types/registry 0.005s coverage: 54.2% of statements [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/types/container 0.007s coverage: 83.7% of statements [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/types/network 0.009s coverage: 80.0% of statements [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/swarm [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/system [no test files] [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/api/types/volume [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder/builder-next [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2024-02-06T16:20:51.986Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.018s coverage: 100.0% of statements [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/builder/remotecontext 0.044s coverage: 33.7% of statements [2024-02-06T16:20:51.986Z] ok github.com/docker/docker/builder/dockerfile 0.068s coverage: 50.2% of statements [2024-02-06T16:20:53.894Z] ? github.com/docker/docker/client/buildkit [no test files] [2024-02-06T16:20:53.894Z] ok github.com/docker/docker/cmd/docker-proxy 0.042s coverage: 66.5% of statements [2024-02-06T16:20:53.894Z] ok github.com/docker/docker/client 0.116s coverage: 77.0% of statements [2024-02-06T16:20:56.432Z] ok github.com/docker/docker/builder/remotecontext/git 4.199s coverage: 82.5% of statements [2024-02-06T16:21:06.415Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2024-02-06T16:21:06.416Z] ? github.com/docker/docker/container/stream [no test files] [2024-02-06T16:21:06.416Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2024-02-06T16:21:06.416Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2024-02-06T16:21:06.416Z] ok github.com/docker/docker/container 0.126s coverage: 35.9% of statements [2024-02-06T16:21:06.416Z] ok github.com/docker/docker/cmd/dockerd 0.228s coverage: 30.0% of statements [2024-02-06T16:21:08.320Z] ok github.com/docker/docker/cmd/dockerd/trap 2.440s coverage: 0.0% of statements [2024-02-06T16:21:09.257Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2024-02-06T16:21:09.257Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2024-02-06T16:21:09.257Z] ok github.com/docker/docker/daemon/cluster/convert 0.024s coverage: 38.7% of statements [2024-02-06T16:21:09.257Z] ok github.com/docker/docker/daemon/cluster 0.078s coverage: 0.5% of statements [2024-02-06T16:21:09.516Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2024-02-06T16:21:09.516Z] ok github.com/docker/docker/daemon/config 0.063s coverage: 74.4% of statements [2024-02-06T16:21:11.434Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2024-02-06T16:21:11.434Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.3% of statements [2024-02-06T16:21:11.434Z] ok github.com/docker/docker/daemon/containerd 0.032s coverage: 9.1% of statements [2024-02-06T16:21:11.434Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2024-02-06T16:21:11.434Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 2.8% of statements [2024-02-06T16:21:11.434Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.194s coverage: 60.9% of statements [2024-02-06T16:21:12.002Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2024-02-06T16:21:12.002Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.9% of statements [2024-02-06T16:21:12.002Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2024-02-06T16:21:12.002Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2024-02-06T16:21:12.261Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.186s coverage: 60.2% of statements [2024-02-06T16:21:12.261Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 60.9% of statements [2024-02-06T16:21:12.829Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2024-02-06T16:21:12.829Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.455s coverage: 13.3% of statements [2024-02-06T16:21:13.397Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2024-02-06T16:21:13.397Z] ? github.com/docker/docker/daemon/listeners [no test files] [2024-02-06T16:21:13.397Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2024-02-06T16:21:13.397Z] ok github.com/docker/docker/daemon/images 0.020s coverage: 3.0% of statements [2024-02-06T16:21:13.397Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 43.2% of statements [2024-02-06T16:21:13.656Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2024-02-06T16:21:13.915Z] ok github.com/docker/docker/daemon/logger/fluentd 0.022s coverage: 53.6% of statements [2024-02-06T16:21:13.915Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 68.2% of statements [2024-02-06T16:21:13.915Z] ok github.com/docker/docker/daemon/logger/awslogs 0.123s coverage: 78.3% of statements [2024-02-06T16:21:14.483Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2024-02-06T16:21:14.483Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2024-02-06T16:21:14.483Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.023s coverage: 88.2% of statements [2024-02-06T16:21:14.483Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.029s coverage: 87.2% of statements [2024-02-06T16:21:14.483Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.114s coverage: 76.8% of statements [2024-02-06T16:21:14.483Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2024-02-06T16:21:14.483Z] ok github.com/docker/docker/daemon/logger/local 0.041s coverage: 79.4% of statements [2024-02-06T16:21:15.052Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.015s coverage: 63.5% of statements [2024-02-06T16:21:15.052Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2024-02-06T16:21:15.312Z] ? github.com/docker/docker/daemon/names [no test files] [2024-02-06T16:21:15.312Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2024-02-06T16:21:15.312Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2024-02-06T16:21:15.571Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2024-02-06T16:21:15.571Z] ? github.com/docker/docker/daemon/stats [no test files] [2024-02-06T16:21:15.830Z] ok github.com/docker/docker/daemon/network 0.015s coverage: 63.8% of statements [2024-02-06T16:21:16.090Z] ok github.com/docker/docker/daemon/logger/journald 1.628s coverage: 72.7% of statements [2024-02-06T16:21:16.349Z] ? github.com/docker/docker/distribution/utils [no test files] [2024-02-06T16:21:16.349Z] ok github.com/docker/docker/dockerversion 0.005s coverage: 100.0% of statements [2024-02-06T16:21:16.349Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 44.4% of statements [2024-02-06T16:21:16.349Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.2% of statements [2024-02-06T16:21:16.607Z] ok github.com/docker/docker/daemon/logger/splunk 1.430s coverage: 82.5% of statements [2024-02-06T16:21:17.175Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2024-02-06T16:21:17.175Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2024-02-06T16:21:17.175Z] ok github.com/docker/docker/image/cache 0.008s coverage: 24.1% of statements [2024-02-06T16:21:17.175Z] ok github.com/docker/docker/image 0.025s coverage: 82.5% of statements [2024-02-06T16:21:17.434Z] ? github.com/docker/docker/image/v1 [no test files] [2024-02-06T16:21:17.434Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2024-02-06T16:21:17.434Z] ? github.com/docker/docker/internal/mounttree [no test files] [2024-02-06T16:21:17.434Z] ok github.com/docker/docker/internal/mod 0.002s coverage: 66.7% of statements [2024-02-06T16:21:17.434Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.6% of statements [2024-02-06T16:21:17.693Z] ? github.com/docker/docker/internal/sliceutil [no test files] [2024-02-06T16:21:17.693Z] ? github.com/docker/docker/internal/test/suite [no test files] [2024-02-06T16:21:17.693Z] ? github.com/docker/docker/internal/testutils [no test files] [2024-02-06T16:21:17.693Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2024-02-06T16:21:17.693Z] ok github.com/docker/docker/internal/multierror 0.003s coverage: 88.9% of statements [2024-02-06T16:21:17.693Z] ? github.com/docker/docker/internal/testutils/specialimage [no test files] [2024-02-06T16:21:17.693Z] ? github.com/docker/docker/internal/unshare [no test files] [2024-02-06T16:21:17.952Z] ok github.com/docker/docker/distribution 1.517s coverage: 28.9% of statements [2024-02-06T16:21:18.519Z] ok github.com/docker/docker/distribution/xfer 2.166s coverage: 85.4% of statements [2024-02-06T16:21:18.779Z] ? github.com/docker/docker/libcontainerd [no test files] [2024-02-06T16:21:18.779Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2024-02-06T16:21:18.779Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2024-02-06T16:21:18.779Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2024-02-06T16:21:18.779Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2024-02-06T16:21:18.779Z] ok github.com/docker/docker/daemon 10.784s coverage: 17.1% of statements [2024-02-06T16:21:18.779Z] ok github.com/docker/docker/libcontainerd/queue 0.030s coverage: 100.0% of statements [2024-02-06T16:21:19.347Z] ? github.com/docker/docker/oci/caps [no test files] [2024-02-06T16:21:19.347Z] ok github.com/docker/docker/oci 0.022s coverage: 38.1% of statements [2024-02-06T16:21:19.347Z] ok github.com/docker/docker/opts 0.056s coverage: 67.9% of statements [2024-02-06T16:21:19.607Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2024-02-06T16:21:19.607Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2024-02-06T16:21:19.607Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 25.8% of statements [2024-02-06T16:21:19.866Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 81.8% of statements [2024-02-06T16:21:19.866Z] ok github.com/docker/docker/pkg/dmesg 0.010s coverage: 83.3% of statements [2024-02-06T16:21:19.866Z] ok github.com/docker/docker/pkg/chrootarchive 0.250s coverage: 83.7% of statements [2024-02-06T16:21:20.125Z] ok github.com/docker/docker/pkg/homedir 0.012s coverage: 8.3% of statements [2024-02-06T16:21:20.125Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 51.7% of statements [2024-02-06T16:21:20.125Z] ok github.com/docker/docker/pkg/archive 0.499s coverage: 80.9% of statements [2024-02-06T16:21:20.385Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 92.3% of statements [2024-02-06T16:21:20.385Z] ? github.com/docker/docker/pkg/loopback [no test files] [2024-02-06T16:21:20.385Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 45.5% of statements [2024-02-06T16:21:20.385Z] ok github.com/docker/docker/pkg/meminfo 0.005s coverage: 75.0% of statements [2024-02-06T16:21:20.385Z] ok github.com/docker/docker/pkg/authorization 0.808s coverage: 68.3% of statements [2024-02-06T16:21:20.644Z] ok github.com/docker/docker/pkg/namesgenerator 0.015s coverage: 85.7% of statements [2024-02-06T16:21:20.644Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2024-02-06T16:21:20.644Z] ok github.com/docker/docker/pkg/parsers/kernel 0.015s coverage: 60.0% of statements [2024-02-06T16:21:20.644Z] ok github.com/docker/docker/pkg/ioutils 0.367s coverage: 69.5% of statements [2024-02-06T16:21:20.903Z] ? github.com/docker/docker/pkg/platform [no test files] [2024-02-06T16:21:20.903Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2024-02-06T16:21:20.903Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 94.1% of statements [2024-02-06T16:21:20.903Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 90.2% of statements [2024-02-06T16:21:20.903Z] ok github.com/docker/docker/pkg/idtools 0.485s coverage: 69.7% of statements [2024-02-06T16:21:21.162Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2024-02-06T16:21:21.162Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2024-02-06T16:21:21.162Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2024-02-06T16:21:21.162Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2024-02-06T16:21:21.162Z] ok github.com/docker/docker/pkg/plugins/transport 0.009s coverage: 90.0% of statements [2024-02-06T16:21:21.162Z] ok github.com/docker/docker/pkg/process 0.010s coverage: 21.7% of statements [2024-02-06T16:21:21.421Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2024-02-06T16:21:21.421Z] ? github.com/docker/docker/pkg/rootless [no test files] [2024-02-06T16:21:21.421Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2024-02-06T16:21:21.421Z] ok github.com/docker/docker/pkg/stack 0.009s coverage: 90.9% of statements [2024-02-06T16:21:21.421Z] ok github.com/docker/docker/pkg/reexec 0.026s coverage: 82.4% of statements [2024-02-06T16:21:21.421Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2024-02-06T16:21:21.680Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 61.9% of statements [2024-02-06T16:21:21.680Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2024-02-06T16:21:21.940Z] ok github.com/docker/docker/pkg/sysinfo 0.012s coverage: 53.4% of statements [2024-02-06T16:21:21.940Z] ok github.com/docker/docker/pkg/system 0.014s coverage: 40.3% of statements [2024-02-06T16:21:21.940Z] ok github.com/docker/docker/pkg/useragent 0.004s coverage: 88.9% of statements [2024-02-06T16:21:21.940Z] ok github.com/docker/docker/pkg/tailfile 0.033s coverage: 88.6% of statements [2024-02-06T16:21:21.940Z] ok github.com/docker/docker/pkg/tarsum 0.051s coverage: 89.6% of statements [2024-02-06T16:21:22.876Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2024-02-06T16:21:22.876Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2024-02-06T16:21:22.876Z] ok github.com/docker/docker/plugin/v2 0.006s coverage: 14.4% of statements [2024-02-06T16:21:22.876Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2024-02-06T16:21:23.135Z] ok github.com/docker/docker/reference 0.007s coverage: 83.7% of statements [2024-02-06T16:21:23.135Z] ok github.com/docker/docker/pkg/plugins 2.012s coverage: 74.9% of statements [2024-02-06T16:21:23.394Z] ok github.com/docker/docker/quota 0.214s coverage: 69.3% of statements [2024-02-06T16:21:23.394Z] ok github.com/docker/docker/plugin 0.523s coverage: 23.2% of statements [2024-02-06T16:21:23.653Z] ok github.com/docker/docker/restartmanager 0.003s coverage: 51.9% of statements [2024-02-06T16:21:23.653Z] ? github.com/docker/docker/runconfig/opts [no test files] [2024-02-06T16:21:23.653Z] ok github.com/docker/docker/runconfig 0.009s coverage: 63.8% of statements [2024-02-06T16:21:23.653Z] ok github.com/docker/docker/registry/resumable 0.019s coverage: 100.0% of statements [2024-02-06T16:21:23.653Z] ok github.com/docker/docker/registry 0.127s coverage: 63.9% of statements [2024-02-06T16:21:23.912Z] ok github.com/docker/docker/testutil 0.008s coverage: 6.8% of statements [2024-02-06T16:21:23.912Z] ? github.com/docker/docker/testutil/daemon [no test files] [2024-02-06T16:21:23.912Z] ? github.com/docker/docker/testutil/environment [no test files] [2024-02-06T16:21:23.912Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2024-02-06T16:21:23.912Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2024-02-06T16:21:23.912Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2024-02-06T16:21:23.912Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2024-02-06T16:21:23.912Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2024-02-06T16:21:24.177Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2024-02-06T16:21:24.177Z] ? github.com/docker/docker/testutil/registry [no test files] [2024-02-06T16:21:24.177Z] ? github.com/docker/docker/testutil/request [no test files] [2024-02-06T16:21:24.177Z] ? github.com/docker/docker/volume [no test files] [2024-02-06T16:21:24.436Z] ok github.com/docker/docker/volume/drivers 0.007s coverage: 36.1% of statements [2024-02-06T16:21:24.695Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 65.7% of statements [2024-02-06T16:21:24.954Z] ok github.com/docker/docker/volume/local 0.112s coverage: 77.2% of statements [2024-02-06T16:21:25.212Z] ? github.com/docker/docker/volume/service/opts [no test files] [2024-02-06T16:21:25.212Z] ? github.com/docker/docker/volume/testutils [no test files] [2024-02-06T16:21:25.212Z] ok github.com/docker/docker/volume/service 0.012s coverage: 71.8% of statements [2024-02-06T16:21:26.148Z] ok github.com/docker/docker/layer 7.440s coverage: 68.1% of statements [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === Skipped [2024-02-06T16:21:26.407Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2024-02-06T16:21:26.407Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2024-02-06T16:21:26.407Z] network_proxy_test.go:210: No support for dual stack yet [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2024-02-06T16:21:26.407Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2024-02-06T16:21:26.407Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:68: No driver to put! [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2024-02-06T16:21:26.407Z] time="2024-02-06T16:21:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2024-02-06T16:21:26.407Z] time="2024-02-06T16:21:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2024-02-06T16:21:26.407Z] time="2024-02-06T16:21:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2024-02-06T16:21:26.407Z] time="2024-02-06T16:21:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2024-02-06T16:21:26.407Z] time="2024-02-06T16:21:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:68: No driver to put! [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2024-02-06T16:21:26.407Z] overlay_test.go:61: Cannot run test with naive change algorithm [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-06T16:21:26.407Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2024-02-06T16:21:26.407Z] graphtest_unix.go:68: No driver to put! [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2024-02-06T16:21:26.407Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2024-02-06T16:21:26.407Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2024-02-06T16:21:26.407Z] validate_test.go:70: only tested on Windows [2024-02-06T16:21:26.407Z] [2024-02-06T16:21:26.407Z] DONE 3222 tests, 27 skipped in 64.910s [2024-02-06T16:21:26.407Z] + '[' -n 'github.com/docker/docker/libnetwork [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/bitmap [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/cluster [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/config [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/datastore [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/driverapi [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/etchosts [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/ipam [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/ipbits [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/iptables [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/netlabel [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/netutils [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/networkdb [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/ns [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/options [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/osl [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/portallocator [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/portmapper [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/scope [2024-02-06T16:21:26.407Z] github.com/docker/docker/libnetwork/types' ']' [2024-02-06T16:21:26.408Z] + 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-06T16:22:22.637Z] ok github.com/docker/docker/libnetwork 44.393s coverage: 43.0% of statements [2024-02-06T16:22:22.637Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements [2024-02-06T16:22:22.637Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2024-02-06T16:22:22.637Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2024-02-06T16:22:22.637Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2024-02-06T16:22:22.637Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2024-02-06T16:22:22.637Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2024-02-06T16:22:22.637Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2024-02-06T16:22:22.637Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 10.3% of statements [2024-02-06T16:22:22.638Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 37.0% of statements [2024-02-06T16:22:22.638Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2024-02-06T16:22:22.638Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2024-02-06T16:22:22.638Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2024-02-06T16:22:22.638Z] ok github.com/docker/docker/libnetwork/drivers/bridge 4.199s coverage: 63.0% of statements [2024-02-06T16:22:22.638Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2024-02-06T16:22:22.638Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 40.0% of statements [2024-02-06T16:22:24.014Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.916s coverage: 5.0% of statements [2024-02-06T16:22:24.014Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2024-02-06T16:22:24.273Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.004s coverage: 4.6% of statements [2024-02-06T16:22:24.273Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2024-02-06T16:22:24.532Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 40.0% of statements [2024-02-06T16:22:25.468Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.011s coverage: 1.4% of statements [2024-02-06T16:22:25.727Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.004s coverage: 45.0% of statements [2024-02-06T16:22:25.986Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 62.7% of statements [2024-02-06T16:22:26.553Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.2% of statements [2024-02-06T16:22:26.553Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2024-02-06T16:22:26.553Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2024-02-06T16:22:26.553Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2024-02-06T16:22:27.121Z] ok github.com/docker/docker/libnetwork/drvregistry 0.019s coverage: 87.0% of statements [2024-02-06T16:22:27.380Z] ok github.com/docker/docker/libnetwork/etchosts 0.017s coverage: 81.0% of statements [2024-02-06T16:22:27.380Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2024-02-06T16:22:27.380Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2024-02-06T16:22:27.380Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2024-02-06T16:22:27.380Z] ? github.com/docker/docker/libnetwork/internal/netiputil [no test files] [2024-02-06T16:22:39.597Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2024-02-06T16:22:41.501Z] ok github.com/docker/docker/libnetwork/ipam 3.056s coverage: 80.3% of statements [2024-02-06T16:22:41.501Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2024-02-06T16:22:41.501Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2024-02-06T16:22:41.501Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 63.2% of statements [2024-02-06T16:22:41.760Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 48.7% of statements [2024-02-06T16:22:41.760Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2024-02-06T16:22:42.018Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 80.0% of statements [2024-02-06T16:22:42.586Z] ok github.com/docker/docker/libnetwork/ipamutils 0.320s coverage: 86.4% of statements [2024-02-06T16:22:42.845Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2024-02-06T16:22:43.782Z] ok github.com/docker/docker/libnetwork/iptables 0.208s coverage: 39.9% of statements [2024-02-06T16:22:43.782Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2024-02-06T16:22:44.041Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 54.9% of statements [2024-02-06T16:24:35.499Z] ok github.com/docker/docker/libnetwork/networkdb 103.664s coverage: 59.2% of statements [2024-02-06T16:24:35.499Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2024-02-06T16:24:35.499Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2024-02-06T16:24:35.499Z] ok github.com/docker/docker/libnetwork/osl 4.456s coverage: 40.2% of statements [2024-02-06T16:24:35.499Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2024-02-06T16:24:35.499Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.5% of statements [2024-02-06T16:24:35.769Z] ok github.com/docker/docker/libnetwork/portmapper 0.712s coverage: 47.9% of statements [2024-02-06T16:24:36.028Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 84.9% of statements [2024-02-06T16:24:36.028Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2024-02-06T16:24:36.287Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 41.7% of statements [2024-02-06T16:24:36.287Z] [2024-02-06T16:24:36.287Z] === Skipped [2024-02-06T16:24:36.287Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2024-02-06T16:24:36.287Z] 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-06T16:24:36.287Z] [2024-02-06T16:24:36.287Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2024-02-06T16:24:36.287Z] 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-06T16:24:36.287Z] [2024-02-06T16:24:36.287Z] DONE 377 tests, 2 skipped in 190.046s Post stage [Pipeline] junit [2024-02-06T16:24:37.234Z] Recording test results [2024-02-06T16:24:37.350Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-06T16:24:37.655Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47348/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe -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:acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe hack/make.sh dynbinary test-integration [2024-02-06T16:24:37.915Z] [2024-02-06T16:24:37.915Z] Removing bundles/ [2024-02-06T16:24:37.915Z] [2024-02-06T16:24:37.915Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2024-02-06T16:24:37.915Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... [2024-02-06T16:24:37.915Z] + tee /go/src/github.com/docker/docker/go.mod [2024-02-06T16:24:37.915Z] module github.com/docker/docker [2024-02-06T16:24:37.915Z] [2024-02-06T16:24:37.915Z] go 1.20 [2024-02-06T16:24:37.915Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-02-06T16:24:37.915Z] + GO111MODULE=on [2024-02-06T16:24:37.915Z] + 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=acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-06T16:24:37.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-06T16:25:16.639Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-02-06T16:25:16.639Z] Created binary: bundles/dynbinary-daemon/dockerd [2024-02-06T16:25:16.639Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... [2024-02-06T16:25:16.639Z] + tee /go/src/github.com/docker/docker/go.mod [2024-02-06T16:25:16.639Z] module github.com/docker/docker [2024-02-06T16:25:16.639Z] [2024-02-06T16:25:16.639Z] go 1.20 [2024-02-06T16:25:16.639Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-02-06T16:25:16.639Z] + GO111MODULE=on [2024-02-06T16:25:16.639Z] + 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=acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-06T16:24:37.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-06T16:25:16.639Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-02-06T16:25:16.639Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2024-02-06T16:25:16.639Z] [2024-02-06T16:25:16.639Z] ---> Making bundle: test-integration (in bundles/test-integration) [2024-02-06T16:25:16.639Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2024-02-06T16:25:16.639Z] HOSTNAME=1e6b2503e51b [2024-02-06T16:25:16.639Z] TESTDEBUG=0 [2024-02-06T16:25:16.639Z] DEST=bundles/test-integration [2024-02-06T16:25:16.639Z] PWD=/go/src/github.com/docker/docker [2024-02-06T16:25:16.639Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock [2024-02-06T16:25:16.639Z] DOCKER_GITCOMMIT=acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe [2024-02-06T16:25:16.639Z] container=docker [2024-02-06T16:25:16.639Z] HOME=/root [2024-02-06T16:25:16.639Z] CONTAINERD_NAMESPACE=moby [2024-02-06T16:25:16.639Z] GOLANG_VERSION=1.21.6 [2024-02-06T16:25:16.639Z] VALIDATE_REPO=https://github.com/moby/moby.git [2024-02-06T16:25:16.639Z] VALIDATE_BRANCH=25.0 [2024-02-06T16:25:16.639Z] TERM=xterm [2024-02-06T16:25:16.639Z] DOCKER_PKG=github.com/docker/docker [2024-02-06T16:25:16.639Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker [2024-02-06T16:25:16.639Z] SHLVL=1 [2024-02-06T16:25:16.639Z] TIMEOUT=120m [2024-02-06T16:25:16.639Z] GOTOOLCHAIN=local [2024-02-06T16:25:16.639Z] DOCKER_GRAPHDRIVER=overlay2 [2024-02-06T16:25:16.639Z] GO111MODULE=off [2024-02-06T16:25:16.639Z] DOCKER_EXPERIMENTAL=1 [2024-02-06T16:25:16.639Z] TEST_SKIP_INTEGRATION_CLI=1 [2024-02-06T16:25:16.639Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2024-02-06T16:25:16.639Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2024-02-06T16:25:16.639Z] GOPATH=/go [2024-02-06T16:25:16.639Z] PKG_CONFIG=pkg-config [2024-02-06T16:25:16.639Z] _=/usr/bin/env [2024-02-06T16:25:16.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2024-02-06T16:25:38.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main [2024-02-06T16:25:38.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2024-02-06T16:25:38.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2024-02-06T16:25:39.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2024-02-06T16:25:45.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2024-02-06T16:25:48.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2024-02-06T16:25:48.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2024-02-06T16:25:49.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2024-02-06T16:25:50.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2024-02-06T16:25:52.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main [2024-02-06T16:25:53.144Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2024-02-06T16:25:53.404Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2024-02-06T16:25:54.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2024-02-06T16:25:56.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2024-02-06T16:25:58.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2024-02-06T16:25:59.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2024-02-06T16:25:59.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2024-02-06T16:26:00.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2024-02-06T16:26:01.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2024-02-06T16:26:03.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2024-02-06T16:26:03.838Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2024-02-06T16:26:05.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2024-02-06T16:26:06.151Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2024-02-06T16:26:06.151Z] Using test binary /usr/local/cli-integration/docker [2024-02-06T16:26:06.151Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2024-02-06T16:26:06.151Z] +++ /etc/init.d/apparmor start [2024-02-06T16:26:06.151Z] Not: starting. [2024-02-06T16:26:06.151Z] INFO: Waiting for daemon to start... [2024-02-06T16:26:06.151Z] Starting dockerd [2024-02-06T16:26:06.151Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.s1GMTad8cP/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2024-02-06T16:26:08.684Z] . [2024-02-06T16:26:08.684Z] Running integration-test (iteration 1) [2024-02-06T16:26:08.684Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2024-02-06T16:26:08.684Z] ++ '[' -n '' ']' [2024-02-06T16:26:08.684Z] ++ 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-06T16:26:08.684Z] ++ set -e [2024-02-06T16:26:08.684Z] ++ '[' -n 0 ']' [2024-02-06T16:26:08.684Z] ++ set -x [2024-02-06T16:26:08.684Z] ++ 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.s1GMTad8cP/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-06T16:26:08.943Z] Loaded image: busybox:latest [2024-02-06T16:26:08.943Z] Loaded image: busybox:glibc [2024-02-06T16:26:09.880Z] Loaded image: debian:bookworm-slim [2024-02-06T16:26:09.880Z] Loaded image: hello-world:latest [2024-02-06T16:26:09.880Z] Loaded image: arm32v7/hello-world:latest [2024-02-06T16:26:09.880Z] INFO: Testing against a local daemon [2024-02-06T16:26:09.880Z] === RUN TestCgroupNamespacesBuild [2024-02-06T16:26:11.268Z] --- PASS: TestCgroupNamespacesBuild (1.11s) [2024-02-06T16:26:11.268Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2024-02-06T16:26:12.206Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s) [2024-02-06T16:26:12.206Z] === RUN TestBuildWithSession [2024-02-06T16:26:12.206Z] build_session_test.go:25: TODO: BuildKit [2024-02-06T16:26:12.206Z] --- SKIP: TestBuildWithSession (0.00s) [2024-02-06T16:26:12.206Z] === RUN TestBuildSquashParent [2024-02-06T16:26:15.493Z] --- PASS: TestBuildSquashParent (2.94s) [2024-02-06T16:26:15.493Z] === RUN TestBuildWithRemoveAndForceRemove [2024-02-06T16:26:15.493Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-02-06T16:26:15.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-02-06T16:26:15.493Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-02-06T16:26:15.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-02-06T16:26:15.493Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-02-06T16:26:15.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-02-06T16:26:15.493Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-02-06T16:26:15.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-02-06T16:26:15.493Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-02-06T16:26:15.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-02-06T16:26:15.493Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-02-06T16:26:15.493Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-02-06T16:26:15.493Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-02-06T16:26:15.493Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-02-06T16:26:15.493Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-02-06T16:26:15.493Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-02-06T16:26:15.493Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-02-06T16:26:15.493Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-02-06T16:26:18.782Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s) [2024-02-06T16:26:18.782Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.29s) [2024-02-06T16:26:18.782Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.39s) [2024-02-06T16:26:18.782Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.70s) [2024-02-06T16:26:18.782Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.73s) [2024-02-06T16:26:18.782Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.11s) [2024-02-06T16:26:18.782Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.11s) [2024-02-06T16:26:18.782Z] === RUN TestBuildMultiStageCopy [2024-02-06T16:26:18.782Z] === RUN TestBuildMultiStageCopy/copy_to_root [2024-02-06T16:26:19.349Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2024-02-06T16:26:19.349Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2024-02-06T16:26:19.349Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2024-02-06T16:26:19.349Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2024-02-06T16:26:19.608Z] --- PASS: TestBuildMultiStageCopy (1.37s) [2024-02-06T16:26:19.608Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.96s) [2024-02-06T16:26:19.608Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.07s) [2024-02-06T16:26:19.608Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.09s) [2024-02-06T16:26:19.608Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.10s) [2024-02-06T16:26:19.608Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.11s) [2024-02-06T16:26:19.608Z] === RUN TestBuildMultiStageParentConfig [2024-02-06T16:26:20.176Z] --- PASS: TestBuildMultiStageParentConfig (0.46s) [2024-02-06T16:26:20.176Z] === RUN TestBuildLabelWithTargets [2024-02-06T16:26:20.744Z] --- PASS: TestBuildLabelWithTargets (0.60s) [2024-02-06T16:26:20.744Z] === RUN TestBuildWithEmptyLayers [2024-02-06T16:26:20.744Z] --- PASS: TestBuildWithEmptyLayers (0.15s) [2024-02-06T16:26:20.744Z] === RUN TestBuildMultiStageOnBuild [2024-02-06T16:26:22.122Z] --- PASS: TestBuildMultiStageOnBuild (1.08s) [2024-02-06T16:26:22.122Z] === RUN TestBuildUncleanTarFilenames [2024-02-06T16:26:22.122Z] --- PASS: TestBuildUncleanTarFilenames (0.12s) [2024-02-06T16:26:22.122Z] === RUN TestBuildMultiStageLayerLeak [2024-02-06T16:26:23.058Z] --- PASS: TestBuildMultiStageLayerLeak (1.07s) [2024-02-06T16:26:23.058Z] === RUN TestBuildWithHugeFile [2024-02-06T16:27:09.733Z] --- PASS: TestBuildWithHugeFile (43.62s) [2024-02-06T16:27:09.733Z] === RUN TestBuildWCOWSandboxSize [2024-02-06T16:27:09.733Z] build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-02-06T16:27:09.733Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2024-02-06T16:27:09.733Z] === RUN TestBuildWithEmptyDockerfile [2024-02-06T16:27:09.733Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2024-02-06T16:27:09.733Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2024-02-06T16:27:09.733Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-02-06T16:27:09.733Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-02-06T16:27:09.733Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-02-06T16:27:09.733Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-02-06T16:27:09.733Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2024-02-06T16:27:09.733Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-02-06T16:27:09.733Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-02-06T16:27:09.733Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s) [2024-02-06T16:27:09.733Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2024-02-06T16:27:09.733Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2024-02-06T16:27:09.733Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2024-02-06T16:27:09.733Z] === RUN TestBuildPreserveOwnership [2024-02-06T16:27:09.733Z] === RUN TestBuildPreserveOwnership/copy_from [2024-02-06T16:27:09.733Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2024-02-06T16:27:09.733Z] --- PASS: TestBuildPreserveOwnership (2.11s) [2024-02-06T16:27:09.733Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.46s) [2024-02-06T16:27:09.733Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.64s) [2024-02-06T16:27:09.733Z] === RUN TestBuildPlatformInvalid [2024-02-06T16:27:09.733Z] --- PASS: TestBuildPlatformInvalid (0.01s) [2024-02-06T16:27:09.733Z] === RUN TestBuildkitHistoryTracePropagation [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Channel #1] Channel created" module=grpc [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" 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-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" 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-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc [2024-02-06T16:27:09.733Z] time="2024-02-06T16:27:08Z" level=info msg="[core] [Server #4] Server created" module=grpc [2024-02-06T16:27:09.733Z] build_traces_test.go:84: Waiting for trace to be available [2024-02-06T16:27:13.031Z] time="2024-02-06T16:27:12Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc [2024-02-06T16:27:13.031Z] time="2024-02-06T16:27:12Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc [2024-02-06T16:27:13.031Z] time="2024-02-06T16:27:12Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc [2024-02-06T16:27:13.031Z] time="2024-02-06T16:27:12Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc [2024-02-06T16:27:13.031Z] time="2024-02-06T16:27:12Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc [2024-02-06T16:27:13.031Z] time="2024-02-06T16:27:12Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc [2024-02-06T16:27:13.031Z] --- PASS: TestBuildkitHistoryTracePropagation (4.04s) [2024-02-06T16:27:13.031Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2024-02-06T16:27:13.599Z] Loaded image: busybox:latest [2024-02-06T16:27:13.599Z] Loaded image: busybox:glibc [2024-02-06T16:27:14.536Z] Loaded image: debian:bookworm-slim [2024-02-06T16:27:14.536Z] Loaded image: hello-world:latest [2024-02-06T16:27:14.536Z] Loaded image: arm32v7/hello-world:latest [2024-02-06T16:27:22.652Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.41s) [2024-02-06T16:27:22.652Z] PASS [2024-02-06T16:27:22.652Z] [2024-02-06T16:27:22.652Z] === Skipped [2024-02-06T16:27:22.652Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2024-02-06T16:27:22.652Z] build_session_test.go:25: TODO: BuildKit [2024-02-06T16:27:22.652Z] [2024-02-06T16:27:22.652Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2024-02-06T16:27:22.652Z] build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-02-06T16:27:22.652Z] [2024-02-06T16:27:22.652Z] DONE 35 tests, 2 skipped in 73.573s [2024-02-06T16:27:22.652Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m [2024-02-06T16:27:22.652Z] ++ '[' -n '' ']' [2024-02-06T16:27:22.652Z] ++ 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-06T16:27:22.652Z] ++ set -e [2024-02-06T16:27:22.652Z] ++ '[' -n 0 ']' [2024-02-06T16:27:22.652Z] ++ set -x [2024-02-06T16:27:22.652Z] ++ 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.s1GMTad8cP/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-06T16:27:22.652Z] INFO: Testing against a local daemon [2024-02-06T16:27:22.652Z] === RUN TestNoNewPrivileges [2024-02-06T16:27:30.768Z] === RUN TestNoNewPrivileges/CapabilityRequested=true [2024-02-06T16:27:31.335Z] === RUN TestNoNewPrivileges/CapabilityRequested=false [2024-02-06T16:27:31.594Z] --- PASS: TestNoNewPrivileges (9.38s) [2024-02-06T16:27:31.594Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.41s) [2024-02-06T16:27:31.594Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.41s) [2024-02-06T16:27:31.594Z] PASS [2024-02-06T16:27:31.594Z] [2024-02-06T16:27:31.594Z] DONE 3 tests in 9.411s [2024-02-06T16:27:31.853Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2024-02-06T16:27:31.853Z] ++ '[' -n '' ']' [2024-02-06T16:27:31.853Z] ++ 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-06T16:27:31.853Z] ++ set -e [2024-02-06T16:27:31.853Z] ++ '[' -n 0 ']' [2024-02-06T16:27:31.853Z] ++ set -x [2024-02-06T16:27:31.853Z] ++ 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.s1GMTad8cP/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-06T16:27:31.853Z] INFO: Testing against a local daemon [2024-02-06T16:27:31.853Z] === RUN TestConfigInspect [2024-02-06T16:27:33.757Z] --- PASS: TestConfigInspect (1.92s) [2024-02-06T16:27:33.757Z] === RUN TestConfigList [2024-02-06T16:27:35.133Z] === RUN TestConfigList/test_filter_by_name [2024-02-06T16:27:35.133Z] === RUN TestConfigList/test_filter_by_id [2024-02-06T16:27:35.133Z] === RUN TestConfigList/test_filter_by_label_key_only [2024-02-06T16:27:35.133Z] === RUN TestConfigList/test_filter_by_label_key=value_test0-TestConfigList [2024-02-06T16:27:35.133Z] === RUN TestConfigList/test_filter_by_label_key=value_test1-TestConfigList [2024-02-06T16:27:35.700Z] --- PASS: TestConfigList (1.93s) [2024-02-06T16:27:35.700Z] --- PASS: TestConfigList/test_filter_by_name (0.00s) [2024-02-06T16:27:35.700Z] --- PASS: TestConfigList/test_filter_by_id (0.00s) [2024-02-06T16:27:35.700Z] --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s) [2024-02-06T16:27:35.700Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s) [2024-02-06T16:27:35.700Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s) [2024-02-06T16:27:35.700Z] === RUN TestConfigsCreateAndDelete [2024-02-06T16:27:37.603Z] --- PASS: TestConfigsCreateAndDelete (2.03s) [2024-02-06T16:27:37.603Z] === RUN TestConfigsUpdate [2024-02-06T16:27:40.153Z] --- PASS: TestConfigsUpdate (1.99s) [2024-02-06T16:27:40.153Z] === RUN TestTemplatedConfig [2024-02-06T16:27:42.685Z] --- PASS: TestTemplatedConfig (2.67s) [2024-02-06T16:27:42.685Z] === RUN TestConfigCreateResolve [2024-02-06T16:27:44.590Z] --- PASS: TestConfigCreateResolve (1.87s) [2024-02-06T16:27:44.590Z] PASS [2024-02-06T16:27:44.590Z] [2024-02-06T16:27:44.590Z] DONE 11 tests in 12.463s [2024-02-06T16:27:44.590Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2024-02-06T16:27:44.590Z] ++ '[' -n '' ']' [2024-02-06T16:27:44.590Z] ++ 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-06T16:27:44.590Z] ++ set -e [2024-02-06T16:27:44.590Z] ++ '[' -n 0 ']' [2024-02-06T16:27:44.590Z] ++ set -x [2024-02-06T16:27:44.590Z] ++ 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.s1GMTad8cP/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-06T16:27:44.590Z] INFO: Testing against a local daemon [2024-02-06T16:27:44.590Z] === RUN TestAttach [2024-02-06T16:27:44.590Z] === RUN TestAttach/without_TTY [2024-02-06T16:27:44.590Z] === PAUSE TestAttach/without_TTY [2024-02-06T16:27:44.590Z] === RUN TestAttach/with_TTY [2024-02-06T16:27:44.590Z] === PAUSE TestAttach/with_TTY [2024-02-06T16:27:44.590Z] === CONT TestAttach/without_TTY [2024-02-06T16:27:44.590Z] === CONT TestAttach/with_TTY [2024-02-06T16:27:44.590Z] --- PASS: TestAttach (0.02s) [2024-02-06T16:27:44.590Z] --- PASS: TestAttach/with_TTY (0.05s) [2024-02-06T16:27:44.590Z] --- PASS: TestAttach/without_TTY (0.06s) [2024-02-06T16:27:44.590Z] === RUN TestCreateWithCDIDevices [2024-02-06T16:27:45.526Z] --- PASS: TestCreateWithCDIDevices (1.03s) [2024-02-06T16:27:45.526Z] === RUN TestCDISpecDirsAreInSystemInfo [2024-02-06T16:27:45.526Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default [2024-02-06T16:27:45.785Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned [2024-02-06T16:27:46.352Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-02-06T16:27:46.920Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice [2024-02-06T16:27:47.487Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice [2024-02-06T16:27:48.055Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice [2024-02-06T16:27:48.622Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-02-06T16:27:48.881Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice [2024-02-06T16:27:49.449Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.18s) [2024-02-06T16:27:49.449Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s) [2024-02-06T16:27:49.449Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s) [2024-02-06T16:27:49.449Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-02-06T16:27:49.449Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-02-06T16:27:49.449Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s) [2024-02-06T16:27:49.449Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s) [2024-02-06T16:27:49.449Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-02-06T16:27:49.449Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-02-06T16:27:49.449Z] === RUN TestCheckpoint [2024-02-06T16:27:49.449Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-02-06T16:27:49.449Z] --- SKIP: TestCheckpoint (0.00s) [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/commit [2024-02-06T16:27:49.449Z] === PAUSE TestContainerInvalidJSON/commit [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/create [2024-02-06T16:27:49.449Z] === PAUSE TestContainerInvalidJSON/containers/create [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2024-02-06T16:27:49.449Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2024-02-06T16:27:49.449Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2024-02-06T16:27:49.449Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-02-06T16:27:49.449Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-02-06T16:27:49.449Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-02-06T16:27:49.449Z] === CONT TestContainerInvalidJSON/commit [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2024-02-06T16:27:49.449Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2024-02-06T16:27:49.449Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2024-02-06T16:27:49.449Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2024-02-06T16:27:49.449Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2024-02-06T16:27:49.449Z] === CONT TestContainerInvalidJSON/containers/create [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2024-02-06T16:27:49.449Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/commit/empty_body [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2024-02-06T16:27:49.449Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON (0.01s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2024-02-06T16:27:49.449Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2024-02-06T16:27:49.449Z] === RUN TestCopyFromContainerPathDoesNotExist [2024-02-06T16:27:49.708Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2024-02-06T16:27:49.708Z] === RUN TestCopyFromContainerPathIsNotDir [2024-02-06T16:27:49.708Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2024-02-06T16:27:49.708Z] === RUN TestCopyToContainerPathDoesNotExist [2024-02-06T16:27:49.708Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2024-02-06T16:27:49.708Z] === RUN TestCopyEmptyFile [2024-02-06T16:27:49.708Z] --- PASS: TestCopyEmptyFile (0.05s) [2024-02-06T16:27:49.708Z] === RUN TestCopyToContainerPathIsNotDir [2024-02-06T16:27:49.708Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2024-02-06T16:27:49.708Z] === RUN TestCopyFromContainer [2024-02-06T16:27:50.276Z] === RUN TestCopyFromContainer// [2024-02-06T16:27:50.276Z] === RUN TestCopyFromContainer/. [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer//. [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer/./ [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer//./ [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer//bar/root [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer//bar/root/ [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer//bar/root/. [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer/bar/quux [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer/bar/quux/ [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer/bar/quux/. [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer/bar/quux/baz [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer/bar/filesymlink [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer/bar/dirsymlink [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2024-02-06T16:27:50.535Z] === RUN TestCopyFromContainer/bar/notarget [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer (0.76s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer// (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/. (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer//. (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/./ (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer//./ (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer//bar/root/. (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.00s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s) [2024-02-06T16:27:50.535Z] --- PASS: TestCopyFromContainer/bar/notarget (0.00s) [2024-02-06T16:27:50.535Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2024-02-06T16:27:50.535Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-02-06T16:27:50.535Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-02-06T16:27:50.535Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-02-06T16:27:50.535Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-02-06T16:27:50.535Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-02-06T16:27:50.535Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-02-06T16:27:50.535Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-02-06T16:27:50.535Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-02-06T16:27:50.535Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-02-06T16:27:50.535Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2024-02-06T16:27:50.535Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2024-02-06T16:27:50.535Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2024-02-06T16:27:50.535Z] === RUN TestCreateLinkToNonExistingContainer [2024-02-06T16:27:50.535Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2024-02-06T16:27:50.535Z] === RUN TestCreateWithInvalidEnv [2024-02-06T16:27:50.535Z] === RUN TestCreateWithInvalidEnv/0 [2024-02-06T16:27:50.535Z] === PAUSE TestCreateWithInvalidEnv/0 [2024-02-06T16:27:50.535Z] === RUN TestCreateWithInvalidEnv/1 [2024-02-06T16:27:50.535Z] === PAUSE TestCreateWithInvalidEnv/1 [2024-02-06T16:27:50.535Z] === RUN TestCreateWithInvalidEnv/2 [2024-02-06T16:27:50.535Z] === PAUSE TestCreateWithInvalidEnv/2 [2024-02-06T16:27:50.535Z] === CONT TestCreateWithInvalidEnv/0 [2024-02-06T16:27:50.535Z] === CONT TestCreateWithInvalidEnv/2 [2024-02-06T16:27:50.535Z] === CONT TestCreateWithInvalidEnv/1 [2024-02-06T16:27:50.535Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2024-02-06T16:27:50.535Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2024-02-06T16:27:50.535Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2024-02-06T16:27:50.535Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2024-02-06T16:27:50.535Z] === RUN TestCreateTmpfsMountsTarget [2024-02-06T16:27:50.535Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2024-02-06T16:27:50.535Z] === RUN TestCreateWithCustomMaskedPaths [2024-02-06T16:27:51.912Z] --- PASS: TestCreateWithCustomMaskedPaths (1.27s) [2024-02-06T16:27:51.912Z] === RUN TestCreateWithCustomReadonlyPaths [2024-02-06T16:27:53.289Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.23s) [2024-02-06T16:27:53.289Z] === RUN TestCreateWithInvalidHealthcheckParams [2024-02-06T16:27:53.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-02-06T16:27:53.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-02-06T16:27:53.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-02-06T16:27:53.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-02-06T16:27:53.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-02-06T16:27:53.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-02-06T16:27:53.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-02-06T16:27:53.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-02-06T16:27:53.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-06T16:27:53.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-06T16:27:53.289Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-06T16:27:53.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-06T16:27:53.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-02-06T16:27:53.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-06T16:27:53.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-02-06T16:27:53.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-02-06T16:27:53.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-02-06T16:27:53.289Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-06T16:27:53.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2024-02-06T16:27:53.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2024-02-06T16:27:53.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-02-06T16:27:53.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-02-06T16:27:53.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2024-02-06T16:27:53.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2024-02-06T16:27:53.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2024-02-06T16:27:53.289Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2024-02-06T16:27:53.548Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2024-02-06T16:27:53.548Z] === RUN TestCreateDifferentPlatform [2024-02-06T16:27:53.548Z] === RUN TestCreateDifferentPlatform/different_os [2024-02-06T16:27:53.548Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2024-02-06T16:27:53.548Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2024-02-06T16:27:53.548Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2024-02-06T16:27:53.548Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2024-02-06T16:27:53.548Z] === RUN TestCreateVolumesFromNonExistingContainer [2024-02-06T16:27:53.548Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2024-02-06T16:27:53.548Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2024-02-06T16:27:53.548Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2024-02-06T16:27:53.548Z] === RUN TestCreateInvalidHostConfig [2024-02-06T16:27:53.548Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2024-02-06T16:27:53.548Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2024-02-06T16:27:53.548Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2024-02-06T16:27:53.548Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2024-02-06T16:27:53.548Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-02-06T16:27:53.548Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-02-06T16:27:53.548Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2024-02-06T16:27:53.548Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2024-02-06T16:27:53.548Z] === RUN TestCreateInvalidHostConfig/invalid_Annotations [2024-02-06T16:27:53.548Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations [2024-02-06T16:27:53.548Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2024-02-06T16:27:53.548Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2024-02-06T16:27:53.548Z] === CONT TestCreateInvalidHostConfig/invalid_Annotations [2024-02-06T16:27:53.548Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-02-06T16:27:53.548Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2024-02-06T16:27:53.548Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2024-02-06T16:27:53.548Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2024-02-06T16:27:53.548Z] --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s) [2024-02-06T16:27:53.548Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2024-02-06T16:27:53.548Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2024-02-06T16:27:53.548Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2024-02-06T16:27:53.548Z] === RUN TestCreateWithMultipleEndpointSettings [2024-02-06T16:27:53.548Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.44 [2024-02-06T16:27:53.548Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.43 [2024-02-06T16:27:53.548Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.04s) [2024-02-06T16:27:53.548Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s) [2024-02-06T16:27:53.548Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s) [2024-02-06T16:27:53.548Z] === RUN TestCreateWithCustomMACs [2024-02-06T16:27:54.116Z] --- PASS: TestCreateWithCustomMACs (0.55s) [2024-02-06T16:27:54.116Z] === RUN TestContainerStartOnDaemonRestart [2024-02-06T16:27:54.116Z] === PAUSE TestContainerStartOnDaemonRestart [2024-02-06T16:27:54.116Z] === RUN TestDaemonRestartIpcMode [2024-02-06T16:27:54.116Z] === PAUSE TestDaemonRestartIpcMode [2024-02-06T16:27:54.116Z] === RUN TestDaemonHostGatewayIP [2024-02-06T16:27:54.116Z] === PAUSE TestDaemonHostGatewayIP [2024-02-06T16:27:54.116Z] === RUN TestRestartDaemonWithRestartingContainer [2024-02-06T16:27:54.116Z] === PAUSE TestRestartDaemonWithRestartingContainer [2024-02-06T16:27:54.116Z] === RUN TestHardRestartWhenContainerIsRunning [2024-02-06T16:27:54.116Z] === PAUSE TestHardRestartWhenContainerIsRunning [2024-02-06T16:27:54.116Z] === RUN TestContainerKillOnDaemonStart [2024-02-06T16:27:54.116Z] === PAUSE TestContainerKillOnDaemonStart [2024-02-06T16:27:54.116Z] === RUN TestDiff [2024-02-06T16:27:54.684Z] --- PASS: TestDiff (0.44s) [2024-02-06T16:27:54.684Z] === RUN TestDiffStoppedContainer [2024-02-06T16:27:54.943Z] --- PASS: TestDiffStoppedContainer (0.42s) [2024-02-06T16:27:54.943Z] === RUN TestExecConsoleSize [2024-02-06T16:27:55.510Z] --- PASS: TestExecConsoleSize (0.47s) [2024-02-06T16:27:55.510Z] === RUN TestExecWithCloseStdin [2024-02-06T16:27:56.078Z] --- PASS: TestExecWithCloseStdin (0.47s) [2024-02-06T16:27:56.078Z] === RUN TestExec [2024-02-06T16:27:56.645Z] --- PASS: TestExec (0.46s) [2024-02-06T16:27:56.645Z] === RUN TestExecUser [2024-02-06T16:27:56.904Z] --- PASS: TestExecUser (0.47s) [2024-02-06T16:27:56.904Z] === RUN TestExecWithGroupAdd [2024-02-06T16:27:57.471Z] --- PASS: TestExecWithGroupAdd (0.45s) [2024-02-06T16:27:57.471Z] === RUN TestExportContainerAndImportImage [2024-02-06T16:27:57.730Z] --- PASS: TestExportContainerAndImportImage (0.47s) [2024-02-06T16:27:57.730Z] === RUN TestExportContainerAfterDaemonRestart [2024-02-06T16:28:04.307Z] --- PASS: TestExportContainerAfterDaemonRestart (6.15s) [2024-02-06T16:28:04.307Z] === RUN TestHealthCheckWorkdir [2024-02-06T16:28:04.566Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2024-02-06T16:28:04.566Z] === RUN TestHealthKillContainer [2024-02-06T16:28:12.682Z] --- PASS: TestHealthKillContainer (7.76s) [2024-02-06T16:28:12.682Z] === RUN TestHealthCheckProcessKilled [2024-02-06T16:28:12.941Z] --- PASS: TestHealthCheckProcessKilled (0.62s) [2024-02-06T16:28:12.941Z] === RUN TestHealthStartInterval [2024-02-06T16:28:14.317Z] health_test.go:141: &{2024-02-06 16:28:14.068515961 +0000 UTC 2024-02-06 16:28:14.0975719 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-06T16:28:14.317Z] } [2024-02-06T16:28:14.317Z] health_test.go:141: &{2024-02-06 16:28:14.068515961 +0000 UTC 2024-02-06 16:28:14.0975719 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-06T16:28:14.317Z] } [2024-02-06T16:28:14.576Z] health_test.go:141: &{2024-02-06 16:28:14.068515961 +0000 UTC 2024-02-06 16:28:14.0975719 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-06T16:28:14.576Z] } [2024-02-06T16:28:14.576Z] health_test.go:141: &{2024-02-06 16:28:14.068515961 +0000 UTC 2024-02-06 16:28:14.0975719 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-06T16:28:14.576Z] } [2024-02-06T16:28:14.576Z] health_test.go:141: &{2024-02-06 16:28:14.068515961 +0000 UTC 2024-02-06 16:28:14.0975719 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-06T16:28:14.576Z] } [2024-02-06T16:28:14.835Z] health_test.go:141: &{2024-02-06 16:28:14.068515961 +0000 UTC 2024-02-06 16:28:14.0975719 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-06T16:28:14.835Z] } [2024-02-06T16:28:14.835Z] health_test.go:141: &{2024-02-06 16:28:14.068515961 +0000 UTC 2024-02-06 16:28:14.0975719 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-06T16:28:14.835Z] } [2024-02-06T16:28:15.093Z] health_test.go:141: &{2024-02-06 16:28:14.068515961 +0000 UTC 2024-02-06 16:28:14.0975719 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-06T16:28:15.093Z] } [2024-02-06T16:28:15.093Z] health_test.go:141: &{2024-02-06 16:28:14.068515961 +0000 UTC 2024-02-06 16:28:14.0975719 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-06T16:28:15.093Z] } [2024-02-06T16:28:15.093Z] health_test.go:141: &{2024-02-06 16:28:14.068515961 +0000 UTC 2024-02-06 16:28:14.0975719 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-06T16:28:15.093Z] } [2024-02-06T16:28:15.352Z] health_test.go:141: &{2024-02-06 16:28:15.098266842 +0000 UTC 2024-02-06 16:28:15.127239948 +0000 UTC 1 2} [2024-02-06T16:28:15.352Z] health_test.go:141: &{2024-02-06 16:28:15.098266842 +0000 UTC 2024-02-06 16:28:15.127239948 +0000 UTC 1 2} [2024-02-06T16:28:15.611Z] health_test.go:141: &{2024-02-06 16:28:15.098266842 +0000 UTC 2024-02-06 16:28:15.127239948 +0000 UTC 1 2} [2024-02-06T16:28:15.611Z] health_test.go:141: &{2024-02-06 16:28:15.098266842 +0000 UTC 2024-02-06 16:28:15.127239948 +0000 UTC 1 2} [2024-02-06T16:28:15.611Z] health_test.go:141: &{2024-02-06 16:28:15.098266842 +0000 UTC 2024-02-06 16:28:15.127239948 +0000 UTC 1 2} [2024-02-06T16:28:15.869Z] health_test.go:141: &{2024-02-06 16:28:15.098266842 +0000 UTC 2024-02-06 16:28:15.127239948 +0000 UTC 1 2} [2024-02-06T16:28:15.869Z] health_test.go:141: &{2024-02-06 16:28:15.098266842 +0000 UTC 2024-02-06 16:28:15.127239948 +0000 UTC 1 2} [2024-02-06T16:28:15.869Z] health_test.go:141: &{2024-02-06 16:28:15.098266842 +0000 UTC 2024-02-06 16:28:15.127239948 +0000 UTC 1 2} [2024-02-06T16:28:16.128Z] health_test.go:141: &{2024-02-06 16:28:15.098266842 +0000 UTC 2024-02-06 16:28:15.127239948 +0000 UTC 1 2} [2024-02-06T16:28:16.128Z] health_test.go:141: &{2024-02-06 16:28:15.098266842 +0000 UTC 2024-02-06 16:28:15.127239948 +0000 UTC 1 2} [2024-02-06T16:28:16.386Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:17.322Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:18.258Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:19.192Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:20.568Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:21.503Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:22.438Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:23.374Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:24.312Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:25.257Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:26.192Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:27.568Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:28.503Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:29.438Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:30.373Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:31.308Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:32.243Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:33.618Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:34.185Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:35.561Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:36.496Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:37.431Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:38.367Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:39.302Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:40.238Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:41.614Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:42.550Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:43.494Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:44.430Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:45.365Z] health_test.go:169: 1.029917094s [2024-02-06T16:28:46.741Z] --- PASS: TestHealthStartInterval (33.61s) [2024-02-06T16:28:46.741Z] === RUN TestInspectCpusetInConfigPre120 [2024-02-06T16:28:47.000Z] --- PASS: TestInspectCpusetInConfigPre120 (0.43s) [2024-02-06T16:28:47.000Z] === RUN TestInspectAnnotations [2024-02-06T16:28:47.000Z] --- PASS: TestInspectAnnotations (0.04s) [2024-02-06T16:28:47.000Z] === RUN TestNetworkAliasesAreEmpty [2024-02-06T16:28:47.000Z] === RUN TestNetworkAliasesAreEmpty/host [2024-02-06T16:28:47.000Z] === RUN TestNetworkAliasesAreEmpty/bridge [2024-02-06T16:28:47.000Z] === RUN TestNetworkAliasesAreEmpty/none [2024-02-06T16:28:47.000Z] --- PASS: TestNetworkAliasesAreEmpty (0.11s) [2024-02-06T16:28:47.000Z] --- PASS: TestNetworkAliasesAreEmpty/host (0.04s) [2024-02-06T16:28:47.000Z] --- PASS: TestNetworkAliasesAreEmpty/bridge (0.04s) [2024-02-06T16:28:47.000Z] --- PASS: TestNetworkAliasesAreEmpty/none (0.04s) [2024-02-06T16:28:47.000Z] === RUN TestIpcModeNone [2024-02-06T16:28:47.568Z] --- PASS: TestIpcModeNone (0.47s) [2024-02-06T16:28:47.568Z] === RUN TestIpcModePrivate [2024-02-06T16:28:47.827Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false [2024-02-06T16:28:48.086Z] --- PASS: TestIpcModePrivate (0.48s) [2024-02-06T16:28:48.086Z] === RUN TestIpcModeShareable [2024-02-06T16:28:48.344Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true [2024-02-06T16:28:48.603Z] --- PASS: TestIpcModeShareable (0.49s) [2024-02-06T16:28:48.603Z] === RUN TestAPIIpcModeShareableAndContainer [2024-02-06T16:28:49.540Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.07s) [2024-02-06T16:28:49.540Z] === RUN TestAPIIpcModeHost [2024-02-06T16:28:49.799Z] --- PASS: TestAPIIpcModeHost (0.28s) [2024-02-06T16:28:49.799Z] === RUN TestDaemonIpcModeShareable [2024-02-06T16:28:50.735Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-02-06T16:28:50.994Z] --- PASS: TestDaemonIpcModeShareable (1.05s) [2024-02-06T16:28:50.994Z] === RUN TestDaemonIpcModePrivate [2024-02-06T16:28:51.931Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-02-06T16:28:51.931Z] --- PASS: TestDaemonIpcModePrivate (1.04s) [2024-02-06T16:28:51.931Z] === RUN TestDaemonIpcModePrivateFromConfig [2024-02-06T16:28:52.867Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-02-06T16:28:53.126Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.09s) [2024-02-06T16:28:53.126Z] === RUN TestDaemonIpcModeShareableFromConfig [2024-02-06T16:28:54.062Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-02-06T16:28:54.062Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.07s) [2024-02-06T16:28:54.062Z] === RUN TestIpcModeOlderClient [2024-02-06T16:28:54.062Z] === PAUSE TestIpcModeOlderClient [2024-02-06T16:28:54.062Z] === RUN TestKillContainerInvalidSignal [2024-02-06T16:28:54.629Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2024-02-06T16:28:54.629Z] === RUN TestKillContainer [2024-02-06T16:28:54.629Z] === RUN TestKillContainer/no_signal [2024-02-06T16:28:54.888Z] === RUN TestKillContainer/non_killing_signal [2024-02-06T16:28:55.147Z] === RUN TestKillContainer/killing_signal [2024-02-06T16:28:56.083Z] --- PASS: TestKillContainer (1.31s) [2024-02-06T16:28:56.083Z] --- PASS: TestKillContainer/no_signal (0.42s) [2024-02-06T16:28:56.083Z] --- PASS: TestKillContainer/non_killing_signal (0.22s) [2024-02-06T16:28:56.083Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2024-02-06T16:28:56.083Z] === RUN TestKillWithStopSignalAndRestartPolicies [2024-02-06T16:28:56.083Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2024-02-06T16:28:56.342Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2024-02-06T16:28:56.909Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.90s) [2024-02-06T16:28:56.909Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2024-02-06T16:28:56.909Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s) [2024-02-06T16:28:56.909Z] === RUN TestKillStoppedContainer [2024-02-06T16:28:56.909Z] --- PASS: TestKillStoppedContainer (0.05s) [2024-02-06T16:28:56.909Z] === RUN TestKillStoppedContainerAPIPre120 [2024-02-06T16:28:56.909Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2024-02-06T16:28:56.909Z] === RUN TestKillDifferentUserContainer [2024-02-06T16:28:57.168Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2024-02-06T16:28:57.168Z] === RUN TestInspectOomKilledTrue [2024-02-06T16:28:57.735Z] --- PASS: TestInspectOomKilledTrue (0.47s) [2024-02-06T16:28:57.736Z] === RUN TestInspectOomKilledFalse [2024-02-06T16:28:58.303Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2024-02-06T16:28:58.303Z] === RUN TestLinksEtcHostsContentMatch [2024-02-06T16:28:58.303Z] --- PASS: TestLinksEtcHostsContentMatch (0.22s) [2024-02-06T16:28:58.303Z] === RUN TestLinksContainerNames [2024-02-06T16:28:59.240Z] --- PASS: TestLinksContainerNames (0.89s) [2024-02-06T16:28:59.240Z] === RUN TestLogsFollowTailEmpty [2024-02-06T16:28:59.808Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2024-02-06T16:28:59.808Z] === RUN TestLogs [2024-02-06T16:28:59.808Z] === RUN TestLogs/driver_local [2024-02-06T16:28:59.808Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2024-02-06T16:28:59.808Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2024-02-06T16:28:59.808Z] === RUN TestLogs/driver_local/tty/only_stdout [2024-02-06T16:28:59.808Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2024-02-06T16:28:59.808Z] === RUN TestLogs/driver_local/tty/only_stderr [2024-02-06T16:28:59.808Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2024-02-06T16:28:59.808Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2024-02-06T16:28:59.808Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2024-02-06T16:28:59.808Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2024-02-06T16:28:59.808Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2024-02-06T16:28:59.808Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2024-02-06T16:28:59.808Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2024-02-06T16:28:59.808Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2024-02-06T16:28:59.808Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2024-02-06T16:28:59.808Z] === CONT TestLogs/driver_local/tty/only_stderr [2024-02-06T16:28:59.808Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2024-02-06T16:28:59.808Z] === CONT TestLogs/driver_local/tty/only_stdout [2024-02-06T16:28:59.808Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2024-02-06T16:29:01.199Z] === RUN TestLogs/driver_json-file [2024-02-06T16:29:01.199Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2024-02-06T16:29:01.199Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2024-02-06T16:29:01.199Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2024-02-06T16:29:01.199Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2024-02-06T16:29:01.199Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2024-02-06T16:29:01.199Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2024-02-06T16:29:01.199Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-02-06T16:29:01.199Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-02-06T16:29:01.199Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2024-02-06T16:29:01.199Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2024-02-06T16:29:01.199Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2024-02-06T16:29:01.199Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2024-02-06T16:29:01.199Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2024-02-06T16:29:01.199Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-02-06T16:29:01.199Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2024-02-06T16:29:01.199Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2024-02-06T16:29:01.199Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2024-02-06T16:29:01.199Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2024-02-06T16:29:03.104Z] --- PASS: TestLogs (3.13s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_local (0.01s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.01s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.13s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.31s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.39s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.57s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.57s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_json-file (0.01s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.05s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.21s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.27s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.37s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.49s) [2024-02-06T16:29:03.104Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.55s) [2024-02-06T16:29:03.104Z] === RUN TestContainerNetworkMountsNoChown [2024-02-06T16:29:03.363Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/default [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/default [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/private [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/private [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rprivate [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rprivate [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/slave [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/slave [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rslave [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rslave [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/shared [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/shared [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rshared [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rshared [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/default [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rslave [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rprivate [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/default/mount_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rshared [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rslave/bind_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rshared/mount_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rshared/bind_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rshared/mount_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rshared/bind_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/slave [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/private [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/default/bind_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/private/bind_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/default/bind_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/private/bind_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/default/bind_subpath [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/private/bind_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rslave/mount_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/slave/bind_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/shared [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/slave/mount_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/default/mount_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/private/mount_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/private/mount_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/private/mount_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/default/mount_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/shared/mount_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2024-02-06T16:29:03.363Z] === RUN TestMountDaemonRoot/shared/bind_root [2024-02-06T16:29:03.363Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/default/mount_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rslave/bind_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/private/bind_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/private/mount_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/private/mount_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/private/bind_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/default/bind_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/default/mount_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/default/bind_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/slave/bind_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rslave/mount_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/shared/bind_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/shared/mount_root [2024-02-06T16:29:03.363Z] === CONT TestMountDaemonRoot/slave/mount_root [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot (0.01s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2024-02-06T16:29:03.622Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2024-02-06T16:29:03.622Z] === RUN TestContainerBindMountNonRecursive [2024-02-06T16:29:04.999Z] --- PASS: TestContainerBindMountNonRecursive (1.18s) [2024-02-06T16:29:04.999Z] === RUN TestContainerVolumesMountedAsShared [2024-02-06T16:29:05.259Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s) [2024-02-06T16:29:05.259Z] === RUN TestContainerVolumesMountedAsSlave [2024-02-06T16:29:05.518Z] --- PASS: TestContainerVolumesMountedAsSlave (0.25s) [2024-02-06T16:29:05.518Z] === RUN TestContainerCopyLeaksMounts [2024-02-06T16:29:06.085Z] --- PASS: TestContainerCopyLeaksMounts (0.53s) [2024-02-06T16:29:06.085Z] === RUN TestContainerBindMountRecursivelyReadOnly [2024-02-06T16:29:07.462Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.67s) [2024-02-06T16:29:07.462Z] === RUN TestNetworkNat [2024-02-06T16:29:08.029Z] --- PASS: TestNetworkNat (0.48s) [2024-02-06T16:29:08.029Z] === RUN TestNetworkLocalhostTCPNat [2024-02-06T16:29:08.596Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2024-02-06T16:29:08.596Z] === RUN TestNetworkLoopbackNat [2024-02-06T16:29:11.129Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2024-02-06T16:29:11.129Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors [2024-02-06T16:29:11.388Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff [2024-02-06T16:29:11.388Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/export [2024-02-06T16:29:11.388Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container [2024-02-06T16:29:11.388Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container [2024-02-06T16:29:11.388Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.46s) [2024-02-06T16:29:11.388Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s) [2024-02-06T16:29:11.388Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s) [2024-02-06T16:29:11.388Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s) [2024-02-06T16:29:11.388Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s) [2024-02-06T16:29:11.388Z] === RUN TestPause [2024-02-06T16:29:11.955Z] --- PASS: TestPause (0.43s) [2024-02-06T16:29:11.955Z] === RUN TestPauseFailsOnWindowsServerContainers [2024-02-06T16:29:11.955Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-02-06T16:29:11.955Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2024-02-06T16:29:11.955Z] === RUN TestPauseStopPausedContainer [2024-02-06T16:29:12.523Z] --- PASS: TestPauseStopPausedContainer (0.47s) [2024-02-06T16:29:12.523Z] === RUN TestPIDModeHost [2024-02-06T16:29:13.460Z] --- PASS: TestPIDModeHost (0.91s) [2024-02-06T16:29:13.460Z] === RUN TestPIDModeContainer [2024-02-06T16:29:13.460Z] === RUN TestPIDModeContainer/non-existing_container [2024-02-06T16:29:13.460Z] === RUN TestPIDModeContainer/non-running_container [2024-02-06T16:29:13.460Z] === RUN TestPIDModeContainer/running_container [2024-02-06T16:29:14.396Z] --- PASS: TestPIDModeContainer (1.03s) [2024-02-06T16:29:14.396Z] --- PASS: TestPIDModeContainer/non-existing_container (0.00s) [2024-02-06T16:29:14.396Z] --- PASS: TestPIDModeContainer/non-running_container (0.15s) [2024-02-06T16:29:14.396Z] --- PASS: TestPIDModeContainer/running_container (0.43s) [2024-02-06T16:29:14.396Z] === RUN TestPsFilter [2024-02-06T16:29:14.396Z] === RUN TestPsFilter/since [2024-02-06T16:29:14.396Z] === RUN TestPsFilter/before [2024-02-06T16:29:14.396Z] --- PASS: TestPsFilter (0.11s) [2024-02-06T16:29:14.396Z] --- PASS: TestPsFilter/since (0.00s) [2024-02-06T16:29:14.396Z] --- PASS: TestPsFilter/before (0.00s) [2024-02-06T16:29:14.396Z] === RUN TestRemoveContainerWithRemovedVolume [2024-02-06T16:29:14.963Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2024-02-06T16:29:14.963Z] === RUN TestRemoveContainerWithVolume [2024-02-06T16:29:15.222Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2024-02-06T16:29:15.222Z] === RUN TestRemoveContainerRunning [2024-02-06T16:29:15.790Z] --- PASS: TestRemoveContainerRunning (0.43s) [2024-02-06T16:29:15.790Z] === RUN TestRemoveContainerForceRemoveRunning [2024-02-06T16:29:16.048Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2024-02-06T16:29:16.048Z] === RUN TestRemoveInvalidContainer [2024-02-06T16:29:16.048Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2024-02-06T16:29:16.048Z] === RUN TestRenameLinkedContainer [2024-02-06T16:29:17.954Z] --- PASS: TestRenameLinkedContainer (1.73s) [2024-02-06T16:29:17.954Z] === RUN TestRenameStoppedContainer [2024-02-06T16:29:18.212Z] --- PASS: TestRenameStoppedContainer (0.42s) [2024-02-06T16:29:18.212Z] === RUN TestRenameRunningContainerAndReuse [2024-02-06T16:29:19.149Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2024-02-06T16:29:19.149Z] === RUN TestRenameInvalidName [2024-02-06T16:29:19.729Z] --- PASS: TestRenameInvalidName (0.41s) [2024-02-06T16:29:19.729Z] === RUN TestRenameAnonymousContainer [2024-02-06T16:29:21.109Z] --- PASS: TestRenameAnonymousContainer (1.49s) [2024-02-06T16:29:21.109Z] === RUN TestRenameContainerWithSameName [2024-02-06T16:29:21.368Z] --- PASS: TestRenameContainerWithSameName (0.39s) [2024-02-06T16:29:21.368Z] === RUN TestRenameContainerWithLinkedContainer [2024-02-06T16:29:22.303Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2024-02-06T16:29:22.303Z] === RUN TestRenameContainerTwice [2024-02-06T16:29:22.871Z] --- PASS: TestRenameContainerTwice (0.47s) [2024-02-06T16:29:22.871Z] === RUN TestResize [2024-02-06T16:29:22.871Z] === RUN TestResize/success [2024-02-06T16:29:23.129Z] === RUN TestResize/invalid_size [2024-02-06T16:29:23.388Z] === RUN TestResize/invalid_state [2024-02-06T16:29:23.647Z] --- PASS: TestResize (0.89s) [2024-02-06T16:29:23.647Z] --- PASS: TestResize/success (0.21s) [2024-02-06T16:29:23.647Z] --- PASS: TestResize/invalid_size (0.24s) [2024-02-06T16:29:23.647Z] --- PASS: TestResize/invalid_state (0.03s) [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-02-06T16:29:23.647Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-02-06T16:29:23.647Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-02-06T16:29:23.647Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-02-06T16:29:23.647Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-06T16:29:23.647Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-02-06T16:29:23.647Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-02-06T16:29:23.647Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-02-06T16:29:23.647Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-02-06T16:29:23.647Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-02-06T16:29:23.647Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-02-06T16:29:25.025Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-02-06T16:29:25.593Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-02-06T16:29:25.593Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-02-06T16:29:25.852Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-02-06T16:29:26.111Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-06T16:29:26.111Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-06T16:29:26.370Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-06T16:29:26.939Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.86s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.90s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.28s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.35s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.59s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.90s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.19s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.91s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.54s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.84s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.80s) [2024-02-06T16:29:32.210Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.21s) [2024-02-06T16:29:32.210Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2024-02-06T16:29:32.210Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2024-02-06T16:29:32.469Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2024-02-06T16:29:33.405Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.91s) [2024-02-06T16:29:33.405Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.95s) [2024-02-06T16:29:33.405Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.95s) [2024-02-06T16:29:33.405Z] === RUN TestContainerRestartWithCancelledRequest [2024-02-06T16:29:35.310Z] --- PASS: TestContainerRestartWithCancelledRequest (1.85s) [2024-02-06T16:29:35.310Z] === RUN TestCgroupNamespacesRun [2024-02-06T16:29:36.246Z] --- PASS: TestCgroupNamespacesRun (1.07s) [2024-02-06T16:29:36.246Z] === RUN TestCgroupNamespacesRunPrivileged [2024-02-06T16:29:37.623Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.01s) [2024-02-06T16:29:37.623Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2024-02-06T16:29:38.559Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.09s) [2024-02-06T16:29:38.559Z] === RUN TestCgroupNamespacesRunHostMode [2024-02-06T16:29:39.495Z] --- PASS: TestCgroupNamespacesRunHostMode (1.06s) [2024-02-06T16:29:39.495Z] === RUN TestCgroupNamespacesRunPrivateMode [2024-02-06T16:29:40.432Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.06s) [2024-02-06T16:29:40.432Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2024-02-06T16:29:41.823Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.05s) [2024-02-06T16:29:41.823Z] === RUN TestCgroupNamespacesRunInvalidMode [2024-02-06T16:29:42.082Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s) [2024-02-06T16:29:42.082Z] === RUN TestCgroupNamespacesRunOlderClient [2024-02-06T16:29:43.459Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.07s) [2024-02-06T16:29:43.459Z] === RUN TestNISDomainname [2024-02-06T16:29:43.718Z] --- PASS: TestNISDomainname (0.51s) [2024-02-06T16:29:43.718Z] === RUN TestHostnameDnsResolution [2024-02-06T16:29:44.655Z] --- PASS: TestHostnameDnsResolution (0.70s) [2024-02-06T16:29:44.655Z] === RUN TestUnprivilegedPortsAndPing [2024-02-06T16:29:44.914Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s) [2024-02-06T16:29:44.914Z] === RUN TestPrivilegedHostDevices [2024-02-06T16:29:45.482Z] --- PASS: TestPrivilegedHostDevices (0.52s) [2024-02-06T16:29:45.482Z] === RUN TestRunConsoleSize [2024-02-06T16:29:46.049Z] --- PASS: TestRunConsoleSize (0.38s) [2024-02-06T16:29:46.049Z] === RUN TestRunWithAlternativeContainerdShim [2024-02-06T16:29:51.319Z] --- PASS: TestRunWithAlternativeContainerdShim (5.37s) [2024-02-06T16:29:51.319Z] === RUN TestMacAddressIsAppliedToMainNetworkWithShortID [2024-02-06T16:29:52.696Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.12s) [2024-02-06T16:29:52.696Z] === RUN TestStaticIPOutsideSubpool [2024-02-06T16:29:53.631Z] --- PASS: TestStaticIPOutsideSubpool (1.21s) [2024-02-06T16:29:53.631Z] === RUN TestStats [2024-02-06T16:29:55.007Z] --- PASS: TestStats (1.45s) [2024-02-06T16:29:55.007Z] === RUN TestStopContainerWithTimeout [2024-02-06T16:29:55.007Z] === RUN TestStopContainerWithTimeout/0 [2024-02-06T16:29:55.007Z] === PAUSE TestStopContainerWithTimeout/0 [2024-02-06T16:29:55.007Z] === RUN TestStopContainerWithTimeout/1 [2024-02-06T16:29:55.007Z] === PAUSE TestStopContainerWithTimeout/1 [2024-02-06T16:29:55.007Z] === RUN TestStopContainerWithTimeout/3 [2024-02-06T16:29:55.007Z] === PAUSE TestStopContainerWithTimeout/3 [2024-02-06T16:29:55.007Z] === RUN TestStopContainerWithTimeout/-1 [2024-02-06T16:29:55.007Z] === PAUSE TestStopContainerWithTimeout/-1 [2024-02-06T16:29:55.007Z] === CONT TestStopContainerWithTimeout/0 [2024-02-06T16:29:55.007Z] === CONT TestStopContainerWithTimeout/3 [2024-02-06T16:29:55.007Z] === CONT TestStopContainerWithTimeout/-1 [2024-02-06T16:29:55.007Z] === CONT TestStopContainerWithTimeout/1 [2024-02-06T16:29:58.294Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2024-02-06T16:29:58.294Z] --- PASS: TestStopContainerWithTimeout/0 (0.95s) [2024-02-06T16:29:58.294Z] --- PASS: TestStopContainerWithTimeout/1 (1.77s) [2024-02-06T16:29:58.294Z] --- PASS: TestStopContainerWithTimeout/-1 (3.17s) [2024-02-06T16:29:58.294Z] --- PASS: TestStopContainerWithTimeout/3 (3.23s) [2024-02-06T16:29:58.294Z] === RUN TestStopContainerWithTimeoutCancel [2024-02-06T16:29:58.294Z] === PAUSE TestStopContainerWithTimeoutCancel [2024-02-06T16:29:58.294Z] === RUN TestStopContainerWithRestartPolicyAlways [2024-02-06T16:30:00.827Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.10s) [2024-02-06T16:30:00.827Z] === RUN TestUpdateMemory [2024-02-06T16:30:00.827Z] --- PASS: TestUpdateMemory (0.53s) [2024-02-06T16:30:00.827Z] === RUN TestUpdateCPUQuota [2024-02-06T16:30:01.764Z] --- PASS: TestUpdateCPUQuota (0.79s) [2024-02-06T16:30:01.764Z] === RUN TestUpdatePidsLimit [2024-02-06T16:30:01.764Z] === RUN TestUpdatePidsLimit/update_from_none [2024-02-06T16:30:02.023Z] === RUN TestUpdatePidsLimit/no_change [2024-02-06T16:30:02.023Z] === RUN TestUpdatePidsLimit/update_lower [2024-02-06T16:30:02.283Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2024-02-06T16:30:02.283Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2024-02-06T16:30:02.542Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2024-02-06T16:30:02.800Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2024-02-06T16:30:03.403Z] --- PASS: TestUpdatePidsLimit (1.65s) [2024-02-06T16:30:03.403Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2024-02-06T16:30:03.403Z] --- PASS: TestUpdatePidsLimit/no_change (0.17s) [2024-02-06T16:30:03.403Z] --- PASS: TestUpdatePidsLimit/update_lower (0.17s) [2024-02-06T16:30:03.403Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s) [2024-02-06T16:30:03.403Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.16s) [2024-02-06T16:30:03.403Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.17s) [2024-02-06T16:30:03.403Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s) [2024-02-06T16:30:03.403Z] === RUN TestUpdateRestartPolicy [2024-02-06T16:30:15.607Z] --- PASS: TestUpdateRestartPolicy (10.58s) [2024-02-06T16:30:15.607Z] === RUN TestUpdateRestartWithAutoRemove [2024-02-06T16:30:15.607Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s) [2024-02-06T16:30:15.607Z] === RUN TestWaitNonBlocked [2024-02-06T16:30:15.607Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-02-06T16:30:15.607Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-02-06T16:30:15.607Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2024-02-06T16:30:15.607Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2024-02-06T16:30:15.607Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-02-06T16:30:15.607Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2024-02-06T16:30:15.607Z] --- PASS: TestWaitNonBlocked (0.02s) [2024-02-06T16:30:15.607Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s) [2024-02-06T16:30:15.607Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2024-02-06T16:30:15.607Z] === RUN TestWaitBlocked [2024-02-06T16:30:15.607Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2024-02-06T16:30:15.607Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2024-02-06T16:30:15.607Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2024-02-06T16:30:15.607Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2024-02-06T16:30:15.607Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2024-02-06T16:30:15.607Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2024-02-06T16:30:15.866Z] --- PASS: TestWaitBlocked (0.02s) [2024-02-06T16:30:15.866Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.59s) [2024-02-06T16:30:15.866Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s) [2024-02-06T16:30:15.866Z] === RUN TestWaitConditions [2024-02-06T16:30:15.866Z] === RUN TestWaitConditions/default [2024-02-06T16:30:15.866Z] === PAUSE TestWaitConditions/default [2024-02-06T16:30:15.866Z] === RUN TestWaitConditions/not-running [2024-02-06T16:30:15.866Z] === PAUSE TestWaitConditions/not-running [2024-02-06T16:30:15.866Z] === RUN TestWaitConditions/next-exit [2024-02-06T16:30:15.866Z] === PAUSE TestWaitConditions/next-exit [2024-02-06T16:30:15.866Z] === RUN TestWaitConditions/removed [2024-02-06T16:30:15.866Z] === PAUSE TestWaitConditions/removed [2024-02-06T16:30:15.866Z] === CONT TestWaitConditions/default [2024-02-06T16:30:15.866Z] === CONT TestWaitConditions/next-exit [2024-02-06T16:30:15.866Z] === CONT TestWaitConditions/not-running [2024-02-06T16:30:15.866Z] === CONT TestWaitConditions/removed [2024-02-06T16:30:15.866Z] wait_test.go:145: ContainerID = 3e73e2b76bfe840b86b9de78483951c3432e92d5b3106fbe7ac45dd42fcc550d [2024-02-06T16:30:15.866Z] wait_test.go:145: ContainerID = 3e513e08115118f6679179069054e2092bde950fb6d9803051f5feb7caa9fce9 [2024-02-06T16:30:15.866Z] wait_test.go:145: ContainerID = ca0d19b678593b16bbc28ce31f34f9aa7ed6b85d2e6a105837a858cb8d41bcb0 [2024-02-06T16:30:15.866Z] wait_test.go:145: ContainerID = b9555315d39ad0b71e07ff6a7fcd6d77b9ea55bf9b02211fa4543a49167c9b10 [2024-02-06T16:30:17.244Z] --- PASS: TestWaitConditions (0.03s) [2024-02-06T16:30:17.244Z] --- PASS: TestWaitConditions/not-running (0.62s) [2024-02-06T16:30:17.244Z] --- PASS: TestWaitConditions/removed (0.88s) [2024-02-06T16:30:17.244Z] --- PASS: TestWaitConditions/next-exit (1.11s) [2024-02-06T16:30:17.244Z] --- PASS: TestWaitConditions/default (1.16s) [2024-02-06T16:30:17.244Z] === RUN TestWaitRestartedContainer [2024-02-06T16:30:17.244Z] === RUN TestWaitRestartedContainer/default [2024-02-06T16:30:17.244Z] === PAUSE TestWaitRestartedContainer/default [2024-02-06T16:30:17.244Z] === RUN TestWaitRestartedContainer/not-running [2024-02-06T16:30:17.244Z] === PAUSE TestWaitRestartedContainer/not-running [2024-02-06T16:30:17.244Z] === RUN TestWaitRestartedContainer/next-exit [2024-02-06T16:30:17.244Z] === PAUSE TestWaitRestartedContainer/next-exit [2024-02-06T16:30:17.244Z] === CONT TestWaitRestartedContainer/default [2024-02-06T16:30:17.244Z] === CONT TestWaitRestartedContainer/next-exit [2024-02-06T16:30:17.244Z] === CONT TestWaitRestartedContainer/not-running [2024-02-06T16:30:19.148Z] --- PASS: TestWaitRestartedContainer (0.01s) [2024-02-06T16:30:19.148Z] --- PASS: TestWaitRestartedContainer/next-exit (1.52s) [2024-02-06T16:30:19.148Z] --- PASS: TestWaitRestartedContainer/default (1.67s) [2024-02-06T16:30:19.148Z] --- PASS: TestWaitRestartedContainer/not-running (1.87s) [2024-02-06T16:30:19.148Z] === CONT TestHardRestartWhenContainerIsRunning [2024-02-06T16:30:19.148Z] === CONT TestContainerStartOnDaemonRestart [2024-02-06T16:30:19.148Z] === CONT TestDaemonRestartIpcMode [2024-02-06T16:30:19.148Z] === CONT TestDaemonHostGatewayIP [2024-02-06T16:30:19.148Z] === CONT TestRestartDaemonWithRestartingContainer [2024-02-06T16:30:19.148Z] === CONT TestIpcModeOlderClient [2024-02-06T16:30:19.148Z] === CONT TestStopContainerWithTimeoutCancel [2024-02-06T16:30:19.148Z] === CONT TestContainerKillOnDaemonStart [2024-02-06T16:30:19.148Z] --- PASS: TestIpcModeOlderClient (0.09s) [2024-02-06T16:30:21.054Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=none [2024-02-06T16:30:21.054Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure [2024-02-06T16:30:21.313Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.33s) [2024-02-06T16:30:21.313Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s) [2024-02-06T16:30:21.313Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.54s) [2024-02-06T16:30:21.883Z] --- PASS: TestContainerStartOnDaemonRestart (2.74s) [2024-02-06T16:30:22.142Z] --- PASS: TestDaemonHostGatewayIP (3.16s) [2024-02-06T16:30:22.401Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.48s) [2024-02-06T16:30:22.660Z] --- PASS: TestStopContainerWithTimeoutCancel (3.60s) [2024-02-06T16:30:22.660Z] --- PASS: TestDaemonRestartIpcMode (3.74s) [2024-02-06T16:30:30.776Z] --- PASS: TestContainerKillOnDaemonStart (11.75s) [2024-02-06T16:30:30.776Z] PASS [2024-02-06T16:30:30.776Z] [2024-02-06T16:30:30.776Z] === Skipped [2024-02-06T16:30:30.776Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2024-02-06T16:30:30.776Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-02-06T16:30:30.776Z] [2024-02-06T16:30:30.776Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2024-02-06T16:30:30.776Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-02-06T16:30:30.776Z] [2024-02-06T16:30:30.776Z] DONE 326 tests, 2 skipped in 166.545s [2024-02-06T16:30:30.776Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2024-02-06T16:30:30.776Z] ++ '[' -n '' ']' [2024-02-06T16:30:30.776Z] ++ 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-06T16:30:30.776Z] ++ set -e [2024-02-06T16:30:30.776Z] ++ '[' -n 0 ']' [2024-02-06T16:30:30.776Z] ++ set -x [2024-02-06T16:30:30.776Z] ++ 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.s1GMTad8cP/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-06T16:30:30.776Z] INFO: Testing against a local daemon [2024-02-06T16:30:30.776Z] === RUN TestConfigDaemonID [2024-02-06T16:30:32.152Z] daemon_test.go:61: [dad7f398e3c70] daemon is not started [2024-02-06T16:30:32.152Z] --- PASS: TestConfigDaemonID (1.04s) [2024-02-06T16:30:32.152Z] === RUN TestDaemonConfigValidation [2024-02-06T16:30:32.152Z] === RUN TestDaemonConfigValidation/config_with_no_content [2024-02-06T16:30:32.152Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2024-02-06T16:30:32.152Z] === RUN TestDaemonConfigValidation/config_with_{} [2024-02-06T16:30:32.152Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2024-02-06T16:30:32.152Z] === RUN TestDaemonConfigValidation/invalid_config [2024-02-06T16:30:32.152Z] === PAUSE TestDaemonConfigValidation/invalid_config [2024-02-06T16:30:32.152Z] === RUN TestDaemonConfigValidation/malformed_config [2024-02-06T16:30:32.152Z] === PAUSE TestDaemonConfigValidation/malformed_config [2024-02-06T16:30:32.152Z] === RUN TestDaemonConfigValidation/valid_config [2024-02-06T16:30:32.152Z] === PAUSE TestDaemonConfigValidation/valid_config [2024-02-06T16:30:32.152Z] === CONT TestDaemonConfigValidation/config_with_no_content [2024-02-06T16:30:32.152Z] === CONT TestDaemonConfigValidation/malformed_config [2024-02-06T16:30:32.152Z] === CONT TestDaemonConfigValidation/valid_config [2024-02-06T16:30:32.152Z] === CONT TestDaemonConfigValidation/invalid_config [2024-02-06T16:30:32.152Z] === CONT TestDaemonConfigValidation/config_with_{} [2024-02-06T16:30:32.152Z] --- PASS: TestDaemonConfigValidation (0.00s) [2024-02-06T16:30:32.152Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2024-02-06T16:30:32.152Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2024-02-06T16:30:32.152Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2024-02-06T16:30:32.152Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2024-02-06T16:30:32.152Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2024-02-06T16:30:32.152Z] === RUN TestConfigDaemonSeccompProfiles [2024-02-06T16:30:32.152Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2024-02-06T16:30:33.088Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2024-02-06T16:30:34.024Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2024-02-06T16:30:34.963Z] daemon_test.go:180: [dfba1ecf16c55] daemon is not started [2024-02-06T16:30:34.963Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2024-02-06T16:30:34.963Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2024-02-06T16:30:34.963Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2024-02-06T16:30:34.963Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2024-02-06T16:30:34.963Z] === RUN TestDaemonProxy [2024-02-06T16:30:34.963Z] === RUN TestDaemonProxy/environment_variables [2024-02-06T16:30:34.963Z] === PAUSE TestDaemonProxy/environment_variables [2024-02-06T16:30:34.963Z] === RUN TestDaemonProxy/command-line_options [2024-02-06T16:30:34.963Z] === PAUSE TestDaemonProxy/command-line_options [2024-02-06T16:30:34.963Z] === RUN TestDaemonProxy/configuration_file [2024-02-06T16:30:34.963Z] === PAUSE TestDaemonProxy/configuration_file [2024-02-06T16:30:34.963Z] === RUN TestDaemonProxy/conflicting_options [2024-02-06T16:30:35.530Z] === RUN TestDaemonProxy/reload_sanitized [2024-02-06T16:30:35.530Z] === PAUSE TestDaemonProxy/reload_sanitized [2024-02-06T16:30:35.530Z] === CONT TestDaemonProxy/environment_variables [2024-02-06T16:30:35.530Z] === CONT TestDaemonProxy/configuration_file [2024-02-06T16:30:35.530Z] === CONT TestDaemonProxy/reload_sanitized [2024-02-06T16:30:35.530Z] === CONT TestDaemonProxy/command-line_options [2024-02-06T16:30:37.432Z] --- PASS: TestDaemonProxy (0.50s) [2024-02-06T16:30:37.432Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2024-02-06T16:30:37.432Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) [2024-02-06T16:30:37.432Z] --- PASS: TestDaemonProxy/environment_variables (1.75s) [2024-02-06T16:30:37.432Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2024-02-06T16:30:37.432Z] --- PASS: TestDaemonProxy/configuration_file (1.77s) [2024-02-06T16:30:37.432Z] === RUN TestLiveRestore [2024-02-06T16:30:37.432Z] === RUN TestLiveRestore/volume_references [2024-02-06T16:30:37.432Z] === PAUSE TestLiveRestore/volume_references [2024-02-06T16:30:37.432Z] === RUN TestLiveRestore/autoremove [2024-02-06T16:30:37.433Z] === PAUSE TestLiveRestore/autoremove [2024-02-06T16:30:37.433Z] === CONT TestLiveRestore/volume_references [2024-02-06T16:30:37.433Z] === CONT TestLiveRestore/autoremove [2024-02-06T16:30:37.433Z] === RUN TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers [2024-02-06T16:30:38.000Z] === RUN TestLiveRestore/volume_references/restartPolicy [2024-02-06T16:30:38.000Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2024-02-06T16:30:39.376Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2024-02-06T16:30:39.376Z] === RUN TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited [2024-02-06T16:30:40.312Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2024-02-06T16:30:41.248Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2024-02-06T16:30:42.184Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options [2024-02-06T16:30:42.751Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted [2024-02-06T16:30:43.318Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts [2024-02-06T16:30:44.254Z] --- PASS: TestLiveRestore (0.00s) [2024-02-06T16:30:44.254Z] --- PASS: TestLiveRestore/autoremove (3.47s) [2024-02-06T16:30:44.254Z] --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.88s) [2024-02-06T16:30:44.255Z] --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.59s) [2024-02-06T16:30:44.255Z] --- PASS: TestLiveRestore/volume_references (7.01s) [2024-02-06T16:30:44.255Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (4.11s) [2024-02-06T16:30:44.255Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.17s) [2024-02-06T16:30:44.255Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.08s) [2024-02-06T16:30:44.255Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.93s) [2024-02-06T16:30:44.255Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.93s) [2024-02-06T16:30:44.255Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.37s) [2024-02-06T16:30:44.255Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.38s) [2024-02-06T16:30:44.255Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.93s) [2024-02-06T16:30:44.255Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip [2024-02-06T16:30:45.191Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.69s) [2024-02-06T16:30:45.191Z] PASS [2024-02-06T16:30:45.191Z] [2024-02-06T16:30:45.191Z] DONE 31 tests in 14.280s [2024-02-06T16:30:45.191Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2024-02-06T16:30:45.191Z] ++ '[' -n '' ']' [2024-02-06T16:30:45.191Z] ++ 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-06T16:30:45.191Z] ++ set -e [2024-02-06T16:30:45.191Z] ++ '[' -n 0 ']' [2024-02-06T16:30:45.191Z] ++ set -x [2024-02-06T16:30:45.191Z] ++ 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.s1GMTad8cP/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-06T16:30:45.191Z] INFO: Testing against a local daemon [2024-02-06T16:30:45.191Z] === RUN TestCommitInheritsEnv [2024-02-06T16:30:45.191Z] --- PASS: TestCommitInheritsEnv (0.17s) [2024-02-06T16:30:45.191Z] === RUN TestUsernsCommit [2024-02-06T16:30:47.095Z] --- PASS: TestUsernsCommit (1.48s) [2024-02-06T16:30:47.095Z] === RUN TestImportExtremelyLargeImageWorks [2024-02-06T16:30:47.095Z] import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out [2024-02-06T16:30:47.095Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatform [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatform/#00 [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatform/linux [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatform/LINUX [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatform (0.12s) [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatform/#00 (0.02s) [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatform/linux (0.02s) [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.03s) [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s) [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatformReject [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatformReject/_______ [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatformReject// [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatformReject/macos [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatformReject/macos/arm64 [2024-02-06T16:30:47.095Z] === RUN TestImportWithCustomPlatformReject/nintendo64 [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatformReject (0.01s) [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s) [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatformReject// (0.00s) [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatformReject/macos (0.00s) [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s) [2024-02-06T16:30:47.095Z] --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s) [2024-02-06T16:30:47.095Z] === RUN TestImageInspectEmptyTagsAndDigests [2024-02-06T16:30:47.095Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s) [2024-02-06T16:30:47.095Z] === RUN TestImagesFilterMultiReference [2024-02-06T16:30:47.095Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2024-02-06T16:30:47.095Z] === RUN TestImagesFilterUntil [2024-02-06T16:30:47.095Z] list_test.go:95: ImageList: ID=sha256:5127497622c611ff794823e5e85bbe2925d8afead05d075e35a97f4fa1f49637 RepoTags=[testimagesfilteruntil:v1] [2024-02-06T16:30:47.095Z] --- PASS: TestImagesFilterUntil (0.26s) [2024-02-06T16:30:47.095Z] === RUN TestImagesFilterBeforeSince [2024-02-06T16:30:47.354Z] list_test.go:129: ImageList: ID=sha256:11fd42a32cb0a825822c773a51f1eb74a6f628c4910e234a7e92a9449f4a3f68 RepoTags=[testimagesfilterbeforesince:v1] [2024-02-06T16:30:47.354Z] list_test.go:129: ImageList: ID=sha256:c273db13aa9f43ea9e5eb0f30bf3b05f9870d875b029b64c5b6c13575dd04e1e RepoTags=[testimagesfilterbeforesince:v2] [2024-02-06T16:30:47.354Z] list_test.go:129: ImageList: ID=sha256:cb2b016aca4eac74af0b38947817c617d87bac6000757d0f418a013021888cd4 RepoTags=[testimagesfilterbeforesince:v3] [2024-02-06T16:30:47.354Z] --- PASS: TestImagesFilterBeforeSince (0.25s) [2024-02-06T16:30:47.354Z] === RUN TestAPIImagesFilters [2024-02-06T16:30:47.354Z] === RUN TestAPIImagesFilters/repository_regex [2024-02-06T16:30:47.354Z] === PAUSE TestAPIImagesFilters/repository_regex [2024-02-06T16:30:47.354Z] === RUN TestAPIImagesFilters/image_name_regex [2024-02-06T16:30:47.354Z] === PAUSE TestAPIImagesFilters/image_name_regex [2024-02-06T16:30:47.354Z] === RUN TestAPIImagesFilters/image_name_without_a_tag [2024-02-06T16:30:47.354Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag [2024-02-06T16:30:47.354Z] === RUN TestAPIImagesFilters/registry_port_regex [2024-02-06T16:30:47.354Z] === PAUSE TestAPIImagesFilters/registry_port_regex [2024-02-06T16:30:47.354Z] === CONT TestAPIImagesFilters/repository_regex [2024-02-06T16:30:47.354Z] === CONT TestAPIImagesFilters/image_name_without_a_tag [2024-02-06T16:30:47.354Z] === CONT TestAPIImagesFilters/registry_port_regex [2024-02-06T16:30:47.354Z] === CONT TestAPIImagesFilters/image_name_regex [2024-02-06T16:30:47.613Z] --- PASS: TestAPIImagesFilters (0.03s) [2024-02-06T16:30:47.613Z] --- PASS: TestAPIImagesFilters/repository_regex (0.00s) [2024-02-06T16:30:47.613Z] --- PASS: TestAPIImagesFilters/image_name_regex (0.00s) [2024-02-06T16:30:47.613Z] --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s) [2024-02-06T16:30:47.613Z] --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s) [2024-02-06T16:30:47.613Z] === RUN TestPruneDontDeleteUsedDangling [2024-02-06T16:30:48.183Z] --- PASS: TestPruneDontDeleteUsedDangling (0.56s) [2024-02-06T16:30:48.183Z] === RUN TestImagePullPlatformInvalid [2024-02-06T16:30:48.183Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2024-02-06T16:30:48.183Z] === RUN TestImagePullStoredfDigestForOtherRepo [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:47.977971628Z" 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=50598fb9-711b-41d6-8dad-9146f94360e9 version=2.8.3 [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:47.978082867Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=50598fb9-711b-41d6-8dad-9146f94360e9 version=2.8.3 [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:47.978088315Z" level=info msg="Starting upload purge in 11m0s" go.version=go1.20.8 instance.id=50598fb9-711b-41d6-8dad-9146f94360e9 version=2.8.3 [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:47.978318736Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=50598fb9-711b-41d6-8dad-9146f94360e9 version=2.8.3 [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.072217088Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=707c0966-e229-4e81-a336-5be04711d0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:57756" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.072403446Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=707c0966-e229-4e81-a336-5be04711d0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:57756" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.665641ms http.response.status=200 http.response.written=2 [2024-02-06T16:30:48.183Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.0752303Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9509eccf-3d8a-43b2-a600-da06e763fffa http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57780" 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-06T16:30:48.183Z] time="2024-02-06T16:30:48.075274165Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9509eccf-3d8a-43b2-a600-da06e763fffa http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57780" 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-06T16:30:48.183Z] time="2024-02-06T16:30:48.075298666Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01511b37-60c0-4112-b470-0a7870415c98 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57772" 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-06T16:30:48.183Z] time="2024-02-06T16:30:48.075336025Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01511b37-60c0-4112-b470-0a7870415c98 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57772" 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-06T16:30:48.183Z] time="2024-02-06T16:30:48.07538387Z" 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=9509eccf-3d8a-43b2-a600-da06e763fffa http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=41.322µ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=c3daba3d-31c1-41ef-8f0c-a9b4cd9331d0 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.075393232Z" 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=01511b37-60c0-4112-b470-0a7870415c98 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=26.298µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=e073c981-095f-4e20-b703-5ade784b0d0d trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.07550274Z" 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=9509eccf-3d8a-43b2-a600-da06e763fffa http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57780" 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.226379ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.183Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown" [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.075562466Z" 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=01511b37-60c0-4112-b470-0a7870415c98 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57772" 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.255335ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.183Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown" [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.077160217Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4374516-1766-4d43-87eb-f22fe8aaf650 http.request.method=POST http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.077209465Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4374516-1766-4d43-87eb-f22fe8aaf650 http.request.method=POST http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.077271128Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8a7ba16e-93cf-4dca-a0f1-c6f203418e9b http.request.method=POST http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.077315486Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8a7ba16e-93cf-4dca-a0f1-c6f203418e9b http.request.method=POST http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.077357833Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4374516-1766-4d43-87eb-f22fe8aaf650 http.request.method=POST http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=115.982µ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=8ce70600-8b94-4167-8d70-4378228186c9 trace.line=110 vars.name=test [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.077410815Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4374516-1766-4d43-87eb-f22fe8aaf650 http.request.method=POST http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=23.795µ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=1d1e126f-f535-4586-a69c-1d2c9fbef6c4 trace.line=142 vars.name=test [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.077410134Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8a7ba16e-93cf-4dca-a0f1-c6f203418e9b http.request.method=POST http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=62.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).PutContent" trace.id=2646c2ba-126f-4ac5-aba2-294073ef3f5f trace.line=110 vars.name=test [2024-02-06T16:30:48.183Z] time="2024-02-06T16:30:48.077455066Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8a7ba16e-93cf-4dca-a0f1-c6f203418e9b http.request.method=POST http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=21.17µ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=21bbebed-44b6-447f-bdae-b6dbca96ba8f trace.line=142 vars.name=test [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.077481799Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4374516-1766-4d43-87eb-f22fe8aaf650 http.request.method=POST http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=39.016µ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=1e5abf50-9a40-440e-b0b6-e194d71cf1e6 trace.line=110 vars.name=test [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.077530267Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8a7ba16e-93cf-4dca-a0f1-c6f203418e9b http.request.method=POST http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=43.365µ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=c31e1a37-18ec-4dab-bf75-adaebd98822c trace.line=110 vars.name=test [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.07758082Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b4374516-1766-4d43-87eb-f22fe8aaf650 http.request.method=POST http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.830756ms http.response.status=202 http.response.written=0 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.077589805Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8a7ba16e-93cf-4dca-a0f1-c6f203418e9b http.request.method=POST http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.70597ms http.response.status=202 http.response.written=0 [2024-02-06T16:30:48.184Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown" [2024-02-06T16:30:48.184Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown" [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.079211375Z" 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=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.079284952Z" 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=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.079363296Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=45.367µ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=a6e43815-aa36-457a-80f3-95c978d3ea86 trace.line=95 vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.079424032Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=22.343µ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=5e31772d-7b0f-4970-902c-f99847c184e3 trace.line=142 vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.079496402Z" 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=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.079579079Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4/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=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.28µ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=0f011d49-bb61-4d73-ae6c-aabf06a041bf trace.line=110 vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.079622329Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=14.327µ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=46729fbc-f8cd-4487-9f57-3709084377f0 trace.line=155 vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.079661542Z" 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=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.727µ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=dc7aea75-91da-4869-a394-0ff7113c69b8 trace.line=155 vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.07969246Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=9.001µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=fd729050-5892-4817-94c9-d15f81df5975 trace.line=155 vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.080224778Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4/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=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=456.297µ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=3d42d4fc-b069-4dbc-ab0e-b490cfa5820b trace.line=185 vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.080510872Z" 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=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=79.501µ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=d48ceb82-8b14-4d9e-a546-24ce6085c930 trace.line=110 vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.080646669Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=103.665µ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=9a8f6510-316e-48ea-a613-3d0016c63f1a trace.line=202 vars.name=test vars.uuid=07b4e86b-1700-4ea8-a3e9-83e88a0332a4 [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.080767098Z" 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=713efd01-780e-4c49-a656-eb3b5bb8578b http.request.method=PUT http.request.remoteaddr="127.0.0.1:57772" http.request.uri="/v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.263437ms http.response.status=201 http.response.written=0 [2024-02-06T16:30:48.184Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "PUT /v2/test/blobs/uploads/07b4e86b-1700-4ea8-a3e9-83e88a0332a4?_state=hN-3zE9gOUxfMq_QXxHjFnNgzvjy5N9-EPsaXvD5ukV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjA3YjRlODZiLTE3MDAtNGVhOC1hM2U5LTgzZTg4YTAzMzJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzcyMjExOVoifQ%3D%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.080931762Z" 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=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081004707Z" 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=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081070563Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=36.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=eeaff87b-c418-4ee0-94d4-1ede7ee6306f trace.line=95 vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081123979Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=20.497µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=c37d15f3-21b4-450e-8d6a-509d9c966df2 trace.line=142 vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081177502Z" 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=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081249676Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d/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=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=37.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).PutContent" trace.id=ec24c826-6316-4031-ba2d-cb8751a1febf trace.line=110 vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081285517Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.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).Stat" trace.id=87ebee8a-c6ce-45fb-a95a-44277c2c5bed trace.line=155 vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081326141Z" 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=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=15.459µ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=9892aed6-1e12-49f7-ae77-9598fe71da66 trace.line=155 vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081358946Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=8.944µ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=15561199-5915-478c-8ffe-370a702b4825 trace.line=155 vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081418336Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d/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=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=38.926µ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=e6e62020-6c0c-407c-8a3a-1dac68ea7c89 trace.line=185 vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081484503Z" 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=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=37.096µ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=1f6d364b-a938-4101-8a73-eccef9262c39 trace.line=110 vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081584632Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=79.435µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=782a5ff6-2a1c-4598-81f9-033b5d1aaaad trace.line=202 vars.name=test vars.uuid=37466250-6a57-44cf-82b6-5ffdcbcf904d [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.081652564Z" 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=985c50c0-e4d7-4488-be17-287a2d3fae95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.08887ms http.response.status=201 http.response.written=0 [2024-02-06T16:30:48.184Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "PUT /v2/test/blobs/uploads/37466250-6a57-44cf-82b6-5ffdcbcf904d?_state=uFaABnZdKuYjZWHbMzu_MKpKuijf78DWv-qkCC19gVZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NDY2MjUwLTZhNTctNDRjZi04MmI2LTVmZmRjYmNmOTA0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNjozMDo0OC4wNzczMzA0MTlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.08326451Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=15de817f-c5e0-4ae4-abe0-e7cf46bddc12 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.083304075Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=15de817f-c5e0-4ae4-abe0-e7cf46bddc12 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.083363392Z" 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=15de817f-c5e0-4ae4-abe0-e7cf46bddc12 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=28.694µ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=4f128a75-5048-4c6c-9e56-f96f9b03575b trace.line=95 vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.083430601Z" 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=15de817f-c5e0-4ae4-abe0-e7cf46bddc12 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.397082ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.12+unknown" [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.084543878Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.084580343Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.084721375Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.084738606Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.084747755Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.084817746Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.329µ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=b1d6dabb-0b2f-4ed5-b221-be12650932c7 trace.line=95 vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.084866215Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=16.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).Stat" trace.id=822e2e80-2d08-4055-94f4-93b329d1e52e trace.line=155 vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.084913896Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=19.832µ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=7b5fc9b9-af76-4b17-a291-9dc952690080 trace.line=95 vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.084952608Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=10.978µ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=ed759043-6dee-4a19-994f-46040474e0ba trace.line=155 vars.name=test vars.reference=latest [2024-02-06T16:30:48.184Z] time="2024-02-06T16:30:48.084990665Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.349µ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=2702455f-fc53-48b0-8880-5267fea7f899 trace.line=155 vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.085070732Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=53.343µ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=d69c2417-4803-4057-8164-3311f2c130e7 trace.line=110 vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.085160399Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=56.764µ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=389069ef-371c-45d2-999d-218a476abfb8 trace.line=110 vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.085322306Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=62.901µ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=ec514e7a-a1bd-402e-b3da-49d3132a7b53 trace.line=110 vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.08538026Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=34.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).PutContent" trace.id=f5455692-028b-40a3-ae30-93c4841d9961 trace.line=110 vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.085418004Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.085440241Z" 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=e59838f8-9a14-4d77-8101-56003a935217 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57780" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.621373ms http.response.status=201 http.response.written=0 [2024-02-06T16:30:48.185Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.089993134Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6306c167-af92-4420-a79a-e80d39d80cfd http.request.method=GET http.request.remoteaddr="127.0.0.1:57798" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.090036171Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6306c167-af92-4420-a79a-e80d39d80cfd http.request.method=GET http.request.remoteaddr="127.0.0.1:57798" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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="981.205µs" http.response.status=200 http.response.written=2 [2024-02-06T16:30:48.185Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.092675214Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c87d2dc6-a631-46d5-9edb-b54a612970cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57808" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.092718037Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c87d2dc6-a631-46d5-9edb-b54a612970cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57808" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.092802265Z" 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=c87d2dc6-a631-46d5-9edb-b54a612970cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57808" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=50.085µ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=52671f3a-c48e-46f3-9305-23cf9a483e48 trace.line=95 vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.092824222Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c87d2dc6-a631-46d5-9edb-b54a612970cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57808" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.092870196Z" 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=c87d2dc6-a631-46d5-9edb-b54a612970cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57808" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.064µ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=af77d286-9a2a-4ed8-b8e5-165c7b4cc697 trace.line=95 vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.092916852Z" 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=c87d2dc6-a631-46d5-9edb-b54a612970cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57808" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.854µ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=3ca9b3cc-ee2e-42b1-91c9-0605de1e1bcd trace.line=155 vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.092957574Z" 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=c87d2dc6-a631-46d5-9edb-b54a612970cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57808" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.276µ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=ea412594-a47c-4314-b678-5b1e96448d8c trace.line=125 vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.093009079Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c87d2dc6-a631-46d5-9edb-b54a612970cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57808" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.093101955Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c87d2dc6-a631-46d5-9edb-b54a612970cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57808" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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.687927ms http.response.status=200 http.response.written=417 [2024-02-06T16:30:48.185Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.102165493Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=430b36d1-6028-4925-9f46-1dbf0e9dc509 http.request.method=GET http.request.remoteaddr="127.0.0.1:57810" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.185Z] time="2024-02-06T16:30:48.102214036Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=430b36d1-6028-4925-9f46-1dbf0e9dc509 http.request.method=GET http.request.remoteaddr="127.0.0.1:57810" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.185Z] time="2024-02-06T16:30:48.102229281Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=430b36d1-6028-4925-9f46-1dbf0e9dc509 http.request.method=GET http.request.remoteaddr="127.0.0.1:57810" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.185Z] time="2024-02-06T16:30:48.10231885Z" 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=430b36d1-6028-4925-9f46-1dbf0e9dc509 http.request.method=GET http.request.remoteaddr="127.0.0.1:57810" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=50.495µ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=d619003f-4663-49cb-b019-bdb6e6a06398 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.102373473Z" 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=430b36d1-6028-4925-9f46-1dbf0e9dc509 http.request.method=GET http.request.remoteaddr="127.0.0.1:57810" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.806µ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=478db39a-3558-4e45-9a22-6324bc60b98b trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.102416526Z" 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=430b36d1-6028-4925-9f46-1dbf0e9dc509 http.request.method=GET http.request.remoteaddr="127.0.0.1:57810" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.523µ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=784a1a12-9832-4e18-8096-7d03bc04bd98 trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.102453384Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=430b36d1-6028-4925-9f46-1dbf0e9dc509 http.request.method=GET http.request.remoteaddr="127.0.0.1:57810" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.185Z] time="2024-02-06T16:30:48.102564369Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=430b36d1-6028-4925-9f46-1dbf0e9dc509 http.request.method=GET http.request.remoteaddr="127.0.0.1:57810" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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.207154ms http.response.status=200 http.response.written=417 [2024-02-06T16:30:48.185Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109029005Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.185Z] time="2024-02-06T16:30:48.1090448Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.185Z] time="2024-02-06T16:30:48.109078188Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.185Z] time="2024-02-06T16:30:48.109083176Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.185Z] time="2024-02-06T16:30:48.109157976Z" 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=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=45.532µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d7191c95-c081-4820-994b-a8363f0b070d trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109221567Z" 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=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.792µ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=76cf9352-f252-431b-b230-3f9fee60de30 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109157992Z" 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=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=46.541µ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=08e3b31a-6344-4787-8980-7f1006feda05 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109271849Z" 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=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.333µ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=42dc0da9-1c37-485e-b5be-5ff3e45b42a7 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109302537Z" 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=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=24.288µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=67852125-e191-4cd6-8720-4d6db5e34183 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109308855Z" 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=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.216µ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=43ec3744-26b7-429a-85fa-a70ad5d60053 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109342915Z" 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=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.706µ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=7b15b0f6-ac38-4b21-9b12-e4244626ad83 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109355846Z" 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=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.679µ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=f7169206-ab46-434a-9c1b-295c0a80d92e trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109379978Z" 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=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.232µ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=b8dd1e4c-4c1e-464f-b646-b706fc4b617f trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109391441Z" 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=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.339µ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=40d7a2c4-bf61-4dda-aadf-c4e3b6fd1f13 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109422851Z" 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=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.247µ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=971c44c2-5ace-4dea-8bb9-59f0256b28d7 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109432139Z" 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=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.9µ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=87c9eaa5-6b8a-4ddd-8b87-54430796cb78 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.185Z] time="2024-02-06T16:30:48.109492604Z" 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=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=6.532µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=aef19144-36f3-4863-b2fb-91da7714488b trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.109828332Z" 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=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.454µ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=4c37a07d-1afe-4278-b05a-009883bc312d trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.110729642Z" 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=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=41.855µ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=17bf4cf0-aa40-40fb-b058-79fb37900ebc trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.110789721Z" 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=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.741µ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=0b9168b2-6bb5-4721-b13a-f4b008a56bb0 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.110851613Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9a3ce120-3876-4a96-9dcd-190c2592218d http.request.method=GET http.request.remoteaddr="127.0.0.1:57824" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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.360156ms http.response.status=200 http.response.written=194 [2024-02-06T16:30:48.186Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.111306654Z" 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=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=38.934µ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=39097bbb-ebd7-4541-8416-c8d2a7d46bd3 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.111362926Z" 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=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.903µ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=b76e017f-8d05-4994-a378-02d738e11a1e trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.111417688Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4c525d6f-d4fe-4331-9815-84cfdfe5fac9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57830" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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.93771ms http.response.status=200 http.response.written=68 [2024-02-06T16:30:48.186Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.125432848Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d81a88a7-1da3-4eca-8a47-074f9470e192 http.request.method=GET http.request.remoteaddr="127.0.0.1:57844" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.125477362Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d81a88a7-1da3-4eca-8a47-074f9470e192 http.request.method=GET http.request.remoteaddr="127.0.0.1:57844" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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="992.537µs" http.response.status=200 http.response.written=2 [2024-02-06T16:30:48.186Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.138422405Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=09ff1d4a-7d59-436c-a094-1a14af4647e5 http.request.method=GET http.request.remoteaddr="127.0.0.1:57854" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.186Z] time="2024-02-06T16:30:48.138472548Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=09ff1d4a-7d59-436c-a094-1a14af4647e5 http.request.method=GET http.request.remoteaddr="127.0.0.1:57854" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.186Z] time="2024-02-06T16:30:48.138488925Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=09ff1d4a-7d59-436c-a094-1a14af4647e5 http.request.method=GET http.request.remoteaddr="127.0.0.1:57854" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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-06T16:30:48.186Z] time="2024-02-06T16:30:48.13860919Z" 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=09ff1d4a-7d59-436c-a094-1a14af4647e5 http.request.method=GET http.request.remoteaddr="127.0.0.1:57854" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=48.148µ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=e9a195f3-022a-49e5-a9c8-e4a78e8cf8ab trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.138694058Z" 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=09ff1d4a-7d59-436c-a094-1a14af4647e5 http.request.method=GET http.request.remoteaddr="127.0.0.1:57854" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.252µ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=5552e426-c2db-400c-998f-b9f88024656d trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-06T16:30:48.186Z] time="2024-02-06T16:30:48.138767913Z" 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=09ff1d4a-7d59-436c-a094-1a14af4647e5 http.request.method=GET http.request.remoteaddr="127.0.0.1:57854" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe 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.745791ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-06T16:30:48.186Z] 127.0.0.1 - - [06/Feb/2024:16:30:48 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/acd023d42ba9bdb3b728683a5d87b84ed4e9dcbe kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-06T16:30:48.186Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s) [2024-02-06T16:30:48.186Z] === RUN TestImagePullNonExisting [2024-02-06T16:30:48.186Z] === RUN TestImagePullNonExisting/asdfasdf:foobar [2024-02-06T16:30:48.186Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar [2024-02-06T16:30:48.186Z] === RUN TestImagePullNonExisting/library/asdfasdf:foobar [2024-02-06T16:30:48.186Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar [2024-02-06T16:30:48.186Z] === RUN TestImagePullNonExisting/asdfasdf [2024-02-06T16:30:48.186Z] === PAUSE TestImagePullNonExisting/asdfasdf [2024-02-06T16:30:48.186Z] === RUN TestImagePullNonExisting/asdfasdf:latest [2024-02-06T16:30:48.186Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest [2024-02-06T16:30:48.186Z] === RUN TestImagePullNonExisting/library/asdfasdf [2024-02-06T16:30:48.186Z] === PAUSE TestImagePullNonExisting/library/asdfasdf [2024-02-06T16:30:48.186Z] === RUN TestImagePullNonExisting/library/asdfasdf:latest [2024-02-06T16:30:48.186Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest [2024-02-06T16:30:48.186Z] === CONT TestImagePullNonExisting/asdfasdf:foobar [2024-02-06T16:30:48.186Z] === CONT TestImagePullNonExisting/asdfasdf:latest [2024-02-06T16:30:48.186Z] === CONT TestImagePullNonExisting/asdfasdf [2024-02-06T16:30:48.186Z] === CONT TestImagePullNonExisting/library/asdfasdf:foobar [2024-02-06T16:30:48.186Z] === CONT TestImagePullNonExisting/library/asdfasdf [2024-02-06T16:30:48.186Z] === CONT TestImagePullNonExisting/library/asdfasdf:latest [2024-02-06T16:30:49.563Z] --- PASS: TestImagePullNonExisting (0.01s) [2024-02-06T16:30:49.563Z] --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s) [2024-02-06T16:30:49.563Z] --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.96s) [2024-02-06T16:30:49.563Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s) [2024-02-06T16:30:49.563Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s) [2024-02-06T16:30:49.563Z] --- PASS: TestImagePullNonExisting/library/asdfasdf (1.26s) [2024-02-06T16:30:49.563Z] --- PASS: TestImagePullNonExisting/asdfasdf (1.27s) [2024-02-06T16:30:49.563Z] === RUN TestRemoveImageOrphaning [2024-02-06T16:30:49.563Z] --- PASS: TestRemoveImageOrphaning (0.17s) [2024-02-06T16:30:49.563Z] === RUN TestRemoveByDigest [2024-02-06T16:30:49.563Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-02-06T16:30:49.563Z] --- SKIP: TestRemoveByDigest (0.00s) [2024-02-06T16:30:49.563Z] === RUN TestRemoveImageGarbageCollector [2024-02-06T16:30:49.563Z] remove_unix_test.go:34: (*Execution).NotAmd64-fm [2024-02-06T16:30:49.563Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2024-02-06T16:30:49.563Z] === RUN TestSaveCheckTimes [2024-02-06T16:30:49.822Z] === PAUSE TestSaveCheckTimes [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/busybox:latest [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/busybox:latest/Manifest [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/busybox:latest/Config [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/busybox:latest/Containerd_image_name [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/busybox:latest/OCI_reference_tag [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/multilayer:latest [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/multilayer:latest/Manifest [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/multilayer:latest/Config [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/multilayer:latest/Containerd_image_name [2024-02-06T16:30:49.822Z] === RUN TestSaveOCI/multilayer:latest/OCI_reference_tag [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI (0.14s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/busybox:latest (0.02s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/busybox:latest/Config (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/multilayer:latest (0.01s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s) [2024-02-06T16:30:49.822Z] --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s) [2024-02-06T16:30:49.822Z] === RUN TestSaveRepoWithMultipleImages [2024-02-06T16:30:50.081Z] --- PASS: TestSaveRepoWithMultipleImages (0.23s) [2024-02-06T16:30:50.081Z] === RUN TestSaveDirectoryPermissions [2024-02-06T16:30:51.017Z] --- PASS: TestSaveDirectoryPermissions (0.98s) [2024-02-06T16:30:51.017Z] === RUN TestTagUnprefixedRepoByNameOrName [2024-02-06T16:30:51.017Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2024-02-06T16:30:51.017Z] === RUN TestTagUsingDigestAlgorithmAsName [2024-02-06T16:30:51.017Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s) [2024-02-06T16:30:51.017Z] === RUN TestTagValidPrefixedRepo [2024-02-06T16:30:51.017Z] === RUN TestTagValidPrefixedRepo/fooo/bar [2024-02-06T16:30:51.017Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar [2024-02-06T16:30:51.017Z] === RUN TestTagValidPrefixedRepo/fooaa/test [2024-02-06T16:30:51.017Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test [2024-02-06T16:30:51.017Z] === RUN TestTagValidPrefixedRepo/foooo:t [2024-02-06T16:30:51.017Z] === PAUSE TestTagValidPrefixedRepo/foooo:t [2024-02-06T16:30:51.017Z] === RUN TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-02-06T16:30:51.017Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-02-06T16:30:51.017Z] === CONT TestTagValidPrefixedRepo/fooo/bar [2024-02-06T16:30:51.017Z] === CONT TestTagValidPrefixedRepo/foooo:t [2024-02-06T16:30:51.017Z] === CONT TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-02-06T16:30:51.017Z] === CONT TestTagValidPrefixedRepo/fooaa/test [2024-02-06T16:30:51.017Z] --- PASS: TestTagValidPrefixedRepo (0.02s) [2024-02-06T16:30:51.017Z] --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.00s) [2024-02-06T16:30:51.017Z] --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s) [2024-02-06T16:30:51.017Z] --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s) [2024-02-06T16:30:51.017Z] --- PASS: TestTagValidPrefixedRepo/foooo:t (0.02s) [2024-02-06T16:30:51.017Z] === RUN TestTagExistedNameWithoutForce [2024-02-06T16:30:51.017Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2024-02-06T16:30:51.017Z] === RUN TestTagOfficialNames [2024-02-06T16:30:51.017Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox [2024-02-06T16:30:51.017Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox [2024-02-06T16:30:51.017Z] === RUN TestTagOfficialNames/tag_from_busybox_to_library/busybox [2024-02-06T16:30:51.017Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox [2024-02-06T16:30:51.276Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox [2024-02-06T16:30:51.276Z] --- PASS: TestTagOfficialNames (0.04s) [2024-02-06T16:30:51.276Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s) [2024-02-06T16:30:51.276Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s) [2024-02-06T16:30:51.276Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s) [2024-02-06T16:30:51.276Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s) [2024-02-06T16:30:51.276Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s) [2024-02-06T16:30:51.276Z] === RUN TestTagMatchesDigest [2024-02-06T16:30:51.276Z] --- PASS: TestTagMatchesDigest (0.01s) [2024-02-06T16:30:51.276Z] === CONT TestSaveCheckTimes [2024-02-06T16:30:51.276Z] --- PASS: TestSaveCheckTimes (0.03s) [2024-02-06T16:30:51.276Z] PASS [2024-02-06T16:30:51.276Z] [2024-02-06T16:30:51.276Z] === Skipped [2024-02-06T16:30:51.276Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2024-02-06T16:30:51.276Z] import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out [2024-02-06T16:30:51.276Z] [2024-02-06T16:30:51.276Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s) [2024-02-06T16:30:51.276Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-02-06T16:30:51.276Z] [2024-02-06T16:30:51.276Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2024-02-06T16:30:51.276Z] remove_unix_test.go:34: (*Execution).NotAmd64-fm [2024-02-06T16:30:51.276Z] [2024-02-06T16:30:51.276Z] DONE 70 tests, 3 skipped in 6.135s [2024-02-06T16:30:51.276Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2024-02-06T16:30:51.276Z] ++ '[' -n '' ']' [2024-02-06T16:30:51.276Z] ++ 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-06T16:30:51.276Z] ++ set -e [2024-02-06T16:30:51.276Z] ++ '[' -n 0 ']' [2024-02-06T16:30:51.276Z] ++ set -x [2024-02-06T16:30:51.276Z] ++ 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.s1GMTad8cP/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-06T16:30:51.276Z] === RUN TestStripANSICommands [2024-02-06T16:30:51.276Z] === RUN TestStripANSICommands/#00 [2024-02-06T16:30:51.276Z] === RUN TestStripANSICommands/#01 [2024-02-06T16:30:51.276Z] --- PASS: TestStripANSICommands (0.00s) [2024-02-06T16:30:51.276Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2024-02-06T16:30:51.276Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2024-02-06T16:30:51.276Z] PASS [2024-02-06T16:30:51.276Z] [2024-02-06T16:30:51.276Z] DONE 3 tests in 0.009s [2024-02-06T16:30:51.276Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2024-02-06T16:30:51.276Z] ++ '[' -n '' ']' [2024-02-06T16:30:51.276Z] ++ 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-06T16:30:51.276Z] ++ set -e [2024-02-06T16:30:51.276Z] ++ '[' -n 0 ']' [2024-02-06T16:30:51.276Z] ++ set -x [2024-02-06T16:30:51.276Z] ++ 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.s1GMTad8cP/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-06T16:30:51.276Z] INFO: Testing against a local daemon [2024-02-06T16:30:51.276Z] === RUN TestCreateWithMultiNetworks [2024-02-06T16:30:52.212Z] --- PASS: TestCreateWithMultiNetworks (0.93s) [2024-02-06T16:30:52.212Z] === RUN TestNetworkCreateDelete [2024-02-06T16:30:52.471Z] --- PASS: TestNetworkCreateDelete (0.18s) [2024-02-06T16:30:52.471Z] === RUN TestDockerNetworkDeletePreferID [2024-02-06T16:30:53.053Z] --- PASS: TestDockerNetworkDeletePreferID (0.54s) [2024-02-06T16:30:53.053Z] === RUN TestDaemonDNSFallback [2024-02-06T16:30:59.618Z] --- PASS: TestDaemonDNSFallback (6.19s) [2024-02-06T16:30:59.618Z] === RUN TestInspectNetwork [2024-02-06T16:31:02.150Z] === RUN TestInspectNetwork/full_network_id [2024-02-06T16:31:02.150Z] === RUN TestInspectNetwork/partial_network_id [2024-02-06T16:31:02.150Z] === RUN TestInspectNetwork/network_name [2024-02-06T16:31:02.150Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2024-02-06T16:31:06.338Z] --- PASS: TestInspectNetwork (7.01s) [2024-02-06T16:31:06.338Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2024-02-06T16:31:06.338Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2024-02-06T16:31:06.338Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2024-02-06T16:31:06.338Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2024-02-06T16:31:06.338Z] === RUN TestRunContainerWithBridgeNone [2024-02-06T16:31:07.274Z] --- PASS: TestRunContainerWithBridgeNone (1.19s) [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/create [2024-02-06T16:31:07.274Z] === PAUSE TestNetworkInvalidJSON/networks/create [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2024-02-06T16:31:07.274Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2024-02-06T16:31:07.274Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2024-02-06T16:31:07.274Z] === CONT TestNetworkInvalidJSON/networks/create [2024-02-06T16:31:07.274Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2024-02-06T16:31:07.274Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2024-02-06T16:31:07.274Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2024-02-06T16:31:07.274Z] === RUN TestNetworkList [2024-02-06T16:31:07.274Z] === RUN TestNetworkList//networks [2024-02-06T16:31:07.274Z] === PAUSE TestNetworkList//networks [2024-02-06T16:31:07.274Z] === RUN TestNetworkList//networks/ [2024-02-06T16:31:07.274Z] === PAUSE TestNetworkList//networks/ [2024-02-06T16:31:07.274Z] === CONT TestNetworkList//networks [2024-02-06T16:31:07.274Z] === CONT TestNetworkList//networks/ [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkList (0.01s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkList//networks/ (0.00s) [2024-02-06T16:31:07.274Z] --- PASS: TestNetworkList//networks (0.00s) [2024-02-06T16:31:07.274Z] === RUN TestHostIPv4BridgeLabel [2024-02-06T16:31:07.841Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2024-02-06T16:31:07.841Z] === RUN TestDefaultNetworkOpts [2024-02-06T16:31:07.841Z] === RUN TestDefaultNetworkOpts/default_value [2024-02-06T16:31:09.218Z] === RUN TestDefaultNetworkOpts/cmdline_value [2024-02-06T16:31:10.595Z] === RUN TestDefaultNetworkOpts/config-from_value [2024-02-06T16:31:11.532Z] --- PASS: TestDefaultNetworkOpts (3.74s) [2024-02-06T16:31:11.532Z] --- PASS: TestDefaultNetworkOpts/default_value (1.26s) [2024-02-06T16:31:11.532Z] --- PASS: TestDefaultNetworkOpts/cmdline_value (1.26s) [2024-02-06T16:31:11.532Z] --- PASS: TestDefaultNetworkOpts/config-from_value (1.23s) [2024-02-06T16:31:11.532Z] === RUN TestForbidDuplicateNetworkNames [2024-02-06T16:31:12.469Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s) [2024-02-06T16:31:12.469Z] === RUN TestDaemonRestartWithLiveRestore [2024-02-06T16:31:13.405Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2024-02-06T16:31:13.405Z] === RUN TestDaemonDefaultNetworkPools [2024-02-06T16:31:14.342Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2024-02-06T16:31:14.342Z] === RUN TestDaemonRestartWithExistingNetwork [2024-02-06T16:31:15.278Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2024-02-06T16:31:15.278Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2024-02-06T16:31:16.655Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2024-02-06T16:31:16.655Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2024-02-06T16:31:17.266Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2024-02-06T16:31:17.266Z] === RUN TestServiceWithPredefinedNetwork [2024-02-06T16:31:19.173Z] --- PASS: TestServiceWithPredefinedNetwork (2.04s) [2024-02-06T16:31:19.173Z] === RUN TestServiceRemoveKeepsIngressNetwork [2024-02-06T16:31:19.173Z] service_test.go:250: FLAKY_TEST [2024-02-06T16:31:19.173Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-02-06T16:31:19.173Z] === RUN TestServiceWithDataPathPortInit [2024-02-06T16:31:34.050Z] --- PASS: TestServiceWithDataPathPortInit (13.29s) [2024-02-06T16:31:34.050Z] === RUN TestServiceWithDefaultAddressPoolInit [2024-02-06T16:31:34.618Z] service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:u4nu37ko60udglpnzxdlumfmx Created:2024-02-06 16:31:33.729976892 +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[ae42523cc21c69d4d2dcbcd0d2bd66e140580e9043cc20dd47d4f7e6747a1043:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.07dsmzgeejho9t1jwopaq063p EndpointID:c466b10959e2e7c7f3a0c1d8a81d7e5ad201b88d4afe4c4010001f4ed9b3ce00 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0eda29d3517c3a6aa882176692388b737716dc6da4faf71d01eb2d1f65e39e18 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:46ca70f2a4de IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.07dsmzgeejho9t1jwopaq063p EndpointID:c466b10959e2e7c7f3a0c1d8a81d7e5ad201b88d4afe4c4010001f4ed9b3ce00 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2024-02-06T16:31:39.885Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.50s) [2024-02-06T16:31:39.885Z] PASS [2024-02-06T16:31:39.885Z] [2024-02-06T16:31:39.885Z] === Skipped [2024-02-06T16:31:39.885Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-02-06T16:31:39.885Z] service_test.go:250: FLAKY_TEST [2024-02-06T16:31:39.885Z] [2024-02-06T16:31:39.885Z] DONE 44 tests, 1 skipped in 47.779s [2024-02-06T16:31:39.885Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2024-02-06T16:31:39.885Z] ++ '[' -n '' ']' [2024-02-06T16:31:39.885Z] ++ 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-06T16:31:39.885Z] ++ set -e [2024-02-06T16:31:39.885Z] ++ '[' -n 0 ']' [2024-02-06T16:31:39.885Z] ++ set -x [2024-02-06T16:31:39.885Z] ++ 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.s1GMTad8cP/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-06T16:31:39.885Z] INFO: Testing against a local daemon [2024-02-06T16:31:39.885Z] === RUN TestDockerNetworkIpvlanPersistance [2024-02-06T16:31:39.885Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-06T16:31:39.885Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2024-02-06T16:31:39.885Z] === RUN TestDockerNetworkIpvlan [2024-02-06T16:31:39.885Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-06T16:31:39.885Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2024-02-06T16:31:39.885Z] PASS [2024-02-06T16:31:39.885Z] [2024-02-06T16:31:39.885Z] === Skipped [2024-02-06T16:31:39.885Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2024-02-06T16:31:39.885Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-06T16:31:39.885Z] [2024-02-06T16:31:39.885Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2024-02-06T16:31:39.885Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-06T16:31:39.885Z] [2024-02-06T16:31:39.885Z] DONE 2 tests, 2 skipped in 0.038s [2024-02-06T16:31:39.885Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2024-02-06T16:31:39.885Z] ++ '[' -n '' ']' [2024-02-06T16:31:39.885Z] ++ 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-06T16:31:39.885Z] ++ set -e [2024-02-06T16:31:39.885Z] ++ '[' -n 0 ']' [2024-02-06T16:31:39.885Z] ++ set -x [2024-02-06T16:31:39.886Z] ++ 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.s1GMTad8cP/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-06T16:31:39.886Z] INFO: Testing against a local daemon [2024-02-06T16:31:39.886Z] === RUN TestDockerNetworkMacvlanPersistance [2024-02-06T16:31:40.452Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.18s) [2024-02-06T16:31:40.452Z] === RUN TestDockerNetworkMacvlan [2024-02-06T16:31:40.452Z] === RUN TestDockerNetworkMacvlan/Subinterface [2024-02-06T16:31:41.019Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2024-02-06T16:31:41.586Z] === RUN TestDockerNetworkMacvlan/NilParent [2024-02-06T16:31:42.153Z] === RUN TestDockerNetworkMacvlan/InternalMode [2024-02-06T16:31:42.721Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2024-02-06T16:31:43.288Z] === RUN TestDockerNetworkMacvlan/Addressing [2024-02-06T16:31:43.855Z] --- PASS: TestDockerNetworkMacvlan (3.59s) [2024-02-06T16:31:43.855Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.60s) [2024-02-06T16:31:43.855Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.61s) [2024-02-06T16:31:43.855Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.60s) [2024-02-06T16:31:43.855Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.59s) [2024-02-06T16:31:43.855Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.60s) [2024-02-06T16:31:43.855Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s) [2024-02-06T16:31:43.855Z] PASS [2024-02-06T16:31:43.855Z] [2024-02-06T16:31:43.855Z] DONE 8 tests in 4.810s [2024-02-06T16:31:43.855Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m [2024-02-06T16:31:43.855Z] ++ '[' -n '' ']' [2024-02-06T16:31:43.855Z] ++ 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-06T16:31:43.855Z] ++ set -e [2024-02-06T16:31:43.855Z] ++ '[' -n 0 ']' [2024-02-06T16:31:43.855Z] ++ set -x [2024-02-06T16:31:43.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.s1GMTad8cP/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-06T16:31:43.855Z] INFO: Testing against a local daemon [2024-02-06T16:31:43.855Z] === RUN TestBridgeICC [2024-02-06T16:31:44.423Z] === RUN TestBridgeICC/IPv4_non-internal_network [2024-02-06T16:31:45.800Z] === RUN TestBridgeICC/IPv4_internal_network [2024-02-06T16:31:46.735Z] === RUN TestBridgeICC/IPv6_ULA_on_non-internal_network [2024-02-06T16:31:47.671Z] === RUN TestBridgeICC/IPv6_ULA_on_internal_network [2024-02-06T16:31:49.047Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network [2024-02-06T16:31:49.983Z] === RUN TestBridgeICC/IPv6_link-local_address_on_internal_network [2024-02-06T16:31:50.919Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name [2024-02-06T16:31:52.294Z] === RUN TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name [2024-02-06T16:31:53.247Z] === RUN TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address [2024-02-06T16:31:55.779Z] === RUN TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC (14.64s) [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC/IPv4_non-internal_network (1.06s) [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC/IPv4_internal_network (1.04s) [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.13s) [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.03s) [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.09s) [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.08s) [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.16s) [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.15s) [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (2.12s) [2024-02-06T16:31:59.064Z] --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.17s) [2024-02-06T16:31:59.064Z] === RUN TestBridgeINC [2024-02-06T16:31:59.064Z] === RUN TestBridgeINC/IPv4_non-internal_network [2024-02-06T16:32:04.334Z] === RUN TestBridgeINC/IPv4_internal_network [2024-02-06T16:32:04.592Z] === RUN TestBridgeINC/IPv6_ULA_on_non-internal_network [2024-02-06T16:32:09.862Z] === RUN TestBridgeINC/IPv6_ULA_on_internal_network [2024-02-06T16:32:10.120Z] --- PASS: TestBridgeINC (11.59s) [2024-02-06T16:32:10.120Z] --- PASS: TestBridgeINC/IPv4_non-internal_network (4.27s) [2024-02-06T16:32:10.120Z] --- PASS: TestBridgeINC/IPv4_internal_network (1.14s) [2024-02-06T16:32:10.120Z] --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.37s) [2024-02-06T16:32:10.120Z] --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.20s) [2024-02-06T16:32:10.120Z] === RUN TestDefaultBridgeIPv6 [2024-02-06T16:32:10.120Z] === RUN TestDefaultBridgeIPv6/IPv6_ULA [2024-02-06T16:32:12.023Z] === RUN TestDefaultBridgeIPv6/IPv6_LLA_only [2024-02-06T16:32:13.401Z] === RUN TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only [2024-02-06T16:32:14.778Z] --- PASS: TestDefaultBridgeIPv6 (4.45s) [2024-02-06T16:32:14.778Z] --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.48s) [2024-02-06T16:32:14.778Z] --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.45s) [2024-02-06T16:32:14.778Z] --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.51s) [2024-02-06T16:32:14.778Z] === RUN TestDefaultBridgeAddresses [2024-02-06T16:32:14.778Z] === RUN TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes [2024-02-06T16:32:16.155Z] === RUN TestDefaultBridgeAddresses/Link-Local_Subnet_Changes [2024-02-06T16:32:18.059Z] --- PASS: TestDefaultBridgeAddresses (3.11s) [2024-02-06T16:32:18.059Z] --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s) [2024-02-06T16:32:18.059Z] --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s) [2024-02-06T16:32:18.059Z] === RUN TestMACAddrOnRestart [2024-02-06T16:32:19.978Z] --- PASS: TestMACAddrOnRestart (2.09s) [2024-02-06T16:32:19.978Z] === RUN TestCfgdMACAddrOnRestart [2024-02-06T16:32:22.512Z] --- PASS: TestCfgdMACAddrOnRestart (2.59s) [2024-02-06T16:32:22.512Z] === RUN TestInspectCfgdMAC [2024-02-06T16:32:23.079Z] === RUN TestInspectCfgdMAC/generated_address_default_bridge [2024-02-06T16:32:23.079Z] === RUN TestInspectCfgdMAC/configured_address_default_bridge [2024-02-06T16:32:23.079Z] === RUN TestInspectCfgdMAC/generated_address_custom_bridge [2024-02-06T16:32:23.337Z] === RUN TestInspectCfgdMAC/configured_address_custom_bridge [2024-02-06T16:32:23.596Z] === RUN TestInspectCfgdMAC/ctr-wide_address_default_bridge [2024-02-06T16:32:23.596Z] --- PASS: TestInspectCfgdMAC (1.14s) [2024-02-06T16:32:23.596Z] --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.05s) [2024-02-06T16:32:23.596Z] --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s) [2024-02-06T16:32:23.596Z] --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.22s) [2024-02-06T16:32:23.596Z] --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.18s) [2024-02-06T16:32:23.596Z] --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.04s) [2024-02-06T16:32:23.596Z] PASS [2024-02-06T16:32:23.596Z] [2024-02-06T16:32:23.596Z] DONE 31 tests in 39.665s [2024-02-06T16:32:23.596Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2024-02-06T16:32:23.596Z] ++ '[' -n '' ']' [2024-02-06T16:32:23.596Z] ++ 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-06T16:32:23.596Z] ++ set -e [2024-02-06T16:32:23.596Z] ++ '[' -n 0 ']' [2024-02-06T16:32:23.596Z] ++ set -x [2024-02-06T16:32:23.596Z] ++ 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.s1GMTad8cP/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-06T16:32:23.596Z] testing: warning: no tests to run [2024-02-06T16:32:23.596Z] PASS [2024-02-06T16:32:23.596Z] [2024-02-06T16:32:23.596Z] DONE 0 tests in 0.007s [2024-02-06T16:32:23.596Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2024-02-06T16:32:23.596Z] ++ '[' -n '' ']' [2024-02-06T16:32:23.596Z] ++ 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-06T16:32:23.596Z] ++ set -e [2024-02-06T16:32:23.596Z] ++ '[' -n 0 ']' [2024-02-06T16:32:23.596Z] ++ set -x [2024-02-06T16:32:23.596Z] ++ 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.s1GMTad8cP/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-06T16:32:23.596Z] INFO: Testing against a local daemon [2024-02-06T16:32:23.596Z] === RUN TestAuthZPluginAllowRequest [2024-02-06T16:32:24.533Z] --- PASS: TestAuthZPluginAllowRequest (1.03s) [2024-02-06T16:32:24.533Z] === RUN TestAuthZPluginTLS [2024-02-06T16:32:25.100Z] --- PASS: TestAuthZPluginTLS (0.55s) [2024-02-06T16:32:25.100Z] === RUN TestAuthZPluginDenyRequest [2024-02-06T16:32:25.668Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2024-02-06T16:32:25.668Z] === RUN TestAuthZPluginAPIDenyResponse [2024-02-06T16:32:26.235Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2024-02-06T16:32:26.235Z] === RUN TestAuthZPluginDenyResponse [2024-02-06T16:32:26.802Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2024-02-06T16:32:26.802Z] === RUN TestAuthZPluginAllowEventStream [2024-02-06T16:32:27.739Z] 2024/02/06 16:32:27 http: panic serving 127.0.0.1:48070: runtime error: invalid memory address or nil pointer dereference [2024-02-06T16:32:27.739Z] goroutine 209 [running]: [2024-02-06T16:32:27.739Z] net/http.(*conn).serve.func1() [2024-02-06T16:32:27.739Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-02-06T16:32:27.739Z] panic({0xa749a0?, 0x1599ca0?}) [2024-02-06T16:32:27.739Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-02-06T16:32:27.739Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd727c8, 0x4000113260}, 0xffff5ab47158?) [2024-02-06T16:32:27.739Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c [2024-02-06T16:32:27.739Z] net/http.HandlerFunc.ServeHTTP(0x40005f8600?, {0xd727c8?, 0x4000113260?}, 0x4023f4?) [2024-02-06T16:32:27.739Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-06T16:32:27.739Z] net/http.(*ServeMux).ServeHTTP(0xd78d78?, {0xd727c8, 0x4000113260}, 0x40005f8600) [2024-02-06T16:32:27.739Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-02-06T16:32:27.739Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000119290, {0xd71388?, 0x4000720000}, 0x40005f8500, {0xd676e0, 0x40001437c0}) [2024-02-06T16:32:27.739Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-02-06T16:32:27.739Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71388?, 0x4000720000?}, 0x400010ebf0?) [2024-02-06T16:32:27.739Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-02-06T16:32:27.739Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd71388?, 0x4000720000?}, 0x4000720000?) [2024-02-06T16:32:27.739Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-06T16:32:27.739Z] net/http.serverHandler.ServeHTTP({0xd6df68?}, {0xd71388?, 0x4000720000?}, 0x6?) [2024-02-06T16:32:27.739Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-02-06T16:32:27.739Z] net/http.(*conn).serve(0x40005b4000, {0xd78d78, 0x400031a9c0}) [2024-02-06T16:32:27.739Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-02-06T16:32:27.739Z] created by net/http.(*Server).Serve in goroutine 10 [2024-02-06T16:32:27.739Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-02-06T16:32:28.674Z] 2024/02/06 16:32:28 http: panic serving 127.0.0.1:48068: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-02-06T16:32:28.674Z] goroutine 177 [running]: [2024-02-06T16:32:28.674Z] net/http.(*conn).serve.func1() [2024-02-06T16:32:28.674Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-02-06T16:32:28.674Z] panic({0xa0ada0?, 0x400010f210?}) [2024-02-06T16:32:28.674Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-02-06T16:32:28.674Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd727c8, 0x4000113320}, 0xffff5ab47158?) [2024-02-06T16:32:28.674Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-02-06T16:32:28.674Z] net/http.HandlerFunc.ServeHTTP(0x40005f8800?, {0xd727c8?, 0x4000113320?}, 0x4023f4?) [2024-02-06T16:32:28.674Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-06T16:32:28.674Z] net/http.(*ServeMux).ServeHTTP(0xd78d78?, {0xd727c8, 0x4000113320}, 0x40005f8800) [2024-02-06T16:32:28.674Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-02-06T16:32:28.674Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000119290, {0xd71388?, 0x40007200e0}, 0x40005f8700, {0xd676e0, 0x40001437c0}) [2024-02-06T16:32:28.674Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-02-06T16:32:28.674Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71388?, 0x40007200e0?}, 0x40000e1a40?) [2024-02-06T16:32:28.674Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-02-06T16:32:28.674Z] net/http.HandlerFunc.ServeHTTP(0x15f7440?, {0xd71388?, 0x40007200e0?}, 0x4000525b40?) [2024-02-06T16:32:28.674Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-06T16:32:28.674Z] net/http.serverHandler.ServeHTTP({0x40000e1a40?}, {0xd71388?, 0x40007200e0?}, 0x6?) [2024-02-06T16:32:28.674Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-02-06T16:32:28.674Z] net/http.(*conn).serve(0x4000445a70, {0xd78d78, 0x400031a9c0}) [2024-02-06T16:32:28.674Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-02-06T16:32:28.674Z] created by net/http.(*Server).Serve in goroutine 10 [2024-02-06T16:32:28.674Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-02-06T16:32:30.575Z] 2024/02/06 16:32:30 http: panic serving 127.0.0.1:42878: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-02-06T16:32:30.575Z] goroutine 230 [running]: [2024-02-06T16:32:30.575Z] net/http.(*conn).serve.func1() [2024-02-06T16:32:30.575Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-02-06T16:32:30.575Z] panic({0xa0ada0?, 0x400010f4c0?}) [2024-02-06T16:32:30.575Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-02-06T16:32:30.575Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd727c8, 0x40001133e0}, 0xffff5ab47158?) [2024-02-06T16:32:30.575Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-02-06T16:32:30.575Z] net/http.HandlerFunc.ServeHTTP(0x40005f8a00?, {0xd727c8?, 0x40001133e0?}, 0x4023f4?) [2024-02-06T16:32:30.575Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-06T16:32:30.575Z] net/http.(*ServeMux).ServeHTTP(0xd78d78?, {0xd727c8, 0x40001133e0}, 0x40005f8a00) [2024-02-06T16:32:30.575Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-02-06T16:32:30.575Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000119290, {0xd71388?, 0x40007201c0}, 0x40005f8900, {0xd676e0, 0x40001437c0}) [2024-02-06T16:32:30.575Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-02-06T16:32:30.575Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71388?, 0x40007201c0?}, 0x4000414ed0?) [2024-02-06T16:32:30.575Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-02-06T16:32:30.575Z] net/http.HandlerFunc.ServeHTTP(0x15f7440?, {0xd71388?, 0x40007201c0?}, 0x40001a8b40?) [2024-02-06T16:32:30.575Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-06T16:32:30.575Z] net/http.serverHandler.ServeHTTP({0x4000414ed0?}, {0xd71388?, 0x40007201c0?}, 0x6?) [2024-02-06T16:32:30.575Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-02-06T16:32:30.575Z] net/http.(*conn).serve(0x40005b4510, {0xd78d78, 0x400031a9c0}) [2024-02-06T16:32:30.575Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-02-06T16:32:30.575Z] created by net/http.(*Server).Serve in goroutine 10 [2024-02-06T16:32:30.575Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-02-06T16:32:33.107Z] --- PASS: TestAuthZPluginAllowEventStream (6.02s) [2024-02-06T16:32:33.107Z] === RUN TestAuthZPluginErrorResponse [2024-02-06T16:32:33.366Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2024-02-06T16:32:33.366Z] === RUN TestAuthZPluginErrorRequest [2024-02-06T16:32:33.933Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2024-02-06T16:32:33.933Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2024-02-06T16:32:34.500Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2024-02-06T16:32:34.500Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2024-02-06T16:32:35.436Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.14s) [2024-02-06T16:32:35.436Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2024-02-06T16:32:36.813Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.13s) [2024-02-06T16:32:36.813Z] === RUN TestAuthZPluginHeader [2024-02-06T16:32:37.380Z] --- PASS: TestAuthZPluginHeader (0.61s) [2024-02-06T16:32:37.380Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2024-02-06T16:32:37.380Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-02-06T16:32:37.380Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-02-06T16:32:37.380Z] === RUN TestAuthZPluginV2Disable [2024-02-06T16:32:37.380Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-02-06T16:32:37.380Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2024-02-06T16:32:37.380Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2024-02-06T16:32:37.380Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-02-06T16:32:37.380Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-02-06T16:32:37.380Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2024-02-06T16:32:37.380Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-02-06T16:32:37.380Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-02-06T16:32:37.380Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2024-02-06T16:32:55.486Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) [2024-02-06T16:32:55.486Z] PASS [2024-02-06T16:32:55.486Z] [2024-02-06T16:32:55.486Z] === Skipped [2024-02-06T16:32:55.486Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-02-06T16:32:55.486Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-02-06T16:32:55.486Z] [2024-02-06T16:32:55.486Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2024-02-06T16:32:55.486Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-02-06T16:32:55.486Z] [2024-02-06T16:32:55.486Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-02-06T16:32:55.486Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-02-06T16:32:55.486Z] [2024-02-06T16:32:55.486Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-02-06T16:32:55.486Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-02-06T16:32:55.486Z] [2024-02-06T16:32:55.486Z] DONE 17 tests, 4 skipped in 30.581s [2024-02-06T16:32:55.486Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2024-02-06T16:32:55.486Z] ++ '[' -n '' ']' [2024-02-06T16:32:55.486Z] ++ 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-06T16:32:55.486Z] ++ set -e [2024-02-06T16:32:55.486Z] ++ '[' -n 0 ']' [2024-02-06T16:32:55.486Z] ++ set -x [2024-02-06T16:32:55.486Z] ++ 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.s1GMTad8cP/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-06T16:32:55.486Z] INFO: Testing against a local daemon [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2024-02-06T16:32:55.486Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2024-02-06T16:32:55.486Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/pull [2024-02-06T16:32:55.486Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2024-02-06T16:32:55.486Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2024-02-06T16:32:55.486Z] === CONT TestPluginInvalidJSON/plugins/pull [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2024-02-06T16:32:55.486Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2024-02-06T16:32:55.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2024-02-06T16:32:55.486Z] --- PASS: TestPluginInvalidJSON (0.01s) [2024-02-06T16:32:55.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2024-02-06T16:32:55.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2024-02-06T16:32:55.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2024-02-06T16:32:55.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2024-02-06T16:32:55.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2024-02-06T16:32:55.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2024-02-06T16:32:55.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2024-02-06T16:32:55.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2024-02-06T16:32:55.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2024-02-06T16:32:55.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2024-02-06T16:32:55.487Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2024-02-06T16:32:55.487Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2024-02-06T16:32:55.487Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2024-02-06T16:32:55.487Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2024-02-06T16:32:55.487Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2024-02-06T16:32:55.487Z] === RUN TestPluginInstall [2024-02-06T16:32:55.487Z] === RUN TestPluginInstall/no_auth [2024-02-06T16:32:58.021Z] time="2024-02-06T16:32:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-06T16:32:58.021Z] time="2024-02-06T16:32:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7adaf2ae4502027b5a391674381b2e1c7ad9e8ffe9f71dcfb790f9822e7e28b1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-06T16:32:58.021Z] time="2024-02-06T16:32:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-06T16:32:58.021Z] time="2024-02-06T16:32:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7adaf2ae4502027b5a391674381b2e1c7ad9e8ffe9f71dcfb790f9822e7e28b1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-06T16:32:58.021Z] === RUN TestPluginInstall/with_digest [2024-02-06T16:32:58.279Z] === RUN TestPluginInstall/with_htpasswd [2024-02-06T16:32:58.847Z] time="2024-02-06T16:32:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-06T16:32:58.847Z] time="2024-02-06T16:32:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1e20e9287eb19839b7b6f743178f5525eb5f79104bb4bd51f3dce173cabb9659" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-06T16:32:58.847Z] time="2024-02-06T16:32:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-06T16:32:58.847Z] time="2024-02-06T16:32:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1e20e9287eb19839b7b6f743178f5525eb5f79104bb4bd51f3dce173cabb9659" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-06T16:32:58.847Z] === RUN TestPluginInstall/with_insecure [2024-02-06T16:32:59.783Z] time="2024-02-06T16:32:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-06T16:32:59.783Z] time="2024-02-06T16:32:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3485f73f0dab0bb4917cc5ec70a15fea6ed7a695c138d3825f16d01066656cb9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-06T16:32:59.783Z] time="2024-02-06T16:32:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-06T16:32:59.783Z] time="2024-02-06T16:32:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3485f73f0dab0bb4917cc5ec70a15fea6ed7a695c138d3825f16d01066656cb9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-06T16:32:59.783Z] plugin_test.go:247: [d952da66f8e40] daemon is not started [2024-02-06T16:32:59.783Z] --- PASS: TestPluginInstall (5.52s) [2024-02-06T16:32:59.783Z] --- PASS: TestPluginInstall/no_auth (3.68s) [2024-02-06T16:32:59.783Z] --- PASS: TestPluginInstall/with_digest (0.47s) [2024-02-06T16:32:59.783Z] --- PASS: TestPluginInstall/with_htpasswd (0.45s) [2024-02-06T16:32:59.783Z] --- PASS: TestPluginInstall/with_insecure (0.93s) [2024-02-06T16:32:59.783Z] === RUN TestPluginsWithRuntimes [2024-02-06T16:33:01.160Z] === RUN TestPluginsWithRuntimes/No_Args [2024-02-06T16:33:02.096Z] === RUN TestPluginsWithRuntimes/With_Args [2024-02-06T16:33:03.033Z] --- PASS: TestPluginsWithRuntimes (3.24s) [2024-02-06T16:33:03.033Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2024-02-06T16:33:03.033Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2024-02-06T16:33:03.033Z] === RUN TestPluginBackCompatMediaTypes [2024-02-06T16:33:03.601Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s) [2024-02-06T16:33:03.601Z] PASS [2024-02-06T16:33:03.601Z] [2024-02-06T16:33:03.601Z] DONE 25 tests in 9.295s [2024-02-06T16:33:03.601Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2024-02-06T16:33:03.601Z] ++ '[' -n '' ']' [2024-02-06T16:33:03.601Z] ++ 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-06T16:33:03.601Z] ++ set -e [2024-02-06T16:33:03.601Z] ++ '[' -n 0 ']' [2024-02-06T16:33:03.601Z] ++ set -x [2024-02-06T16:33:03.601Z] ++ 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.s1GMTad8cP/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-06T16:33:03.601Z] INFO: Testing against a local daemon [2024-02-06T16:33:03.601Z] === RUN TestExternalGraphDriver [2024-02-06T16:33:03.860Z] === RUN TestExternalGraphDriver/json [2024-02-06T16:33:03.860Z] === RUN TestExternalGraphDriver/spec [2024-02-06T16:33:03.860Z] === RUN TestExternalGraphDriver/pull [2024-02-06T16:33:03.860Z] --- PASS: TestExternalGraphDriver (0.34s) [2024-02-06T16:33:03.860Z] --- PASS: TestExternalGraphDriver/json (0.00s) [2024-02-06T16:33:03.860Z] --- PASS: TestExternalGraphDriver/spec (0.00s) [2024-02-06T16:33:03.860Z] --- PASS: TestExternalGraphDriver/pull (0.00s) [2024-02-06T16:33:03.860Z] === RUN TestGraphdriverPluginV2 [2024-02-06T16:33:04.119Z] external_test.go:415: (*Execution).NotAmd64-fm [2024-02-06T16:33:04.119Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2024-02-06T16:33:04.119Z] PASS [2024-02-06T16:33:04.119Z] [2024-02-06T16:33:04.119Z] === Skipped [2024-02-06T16:33:04.119Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2024-02-06T16:33:04.119Z] external_test.go:415: (*Execution).NotAmd64-fm [2024-02-06T16:33:04.119Z] [2024-02-06T16:33:04.119Z] DONE 5 tests, 1 skipped in 0.697s [2024-02-06T16:33:04.119Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2024-02-06T16:33:04.119Z] ++ '[' -n '' ']' [2024-02-06T16:33:04.119Z] ++ 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-06T16:33:04.119Z] ++ set -e [2024-02-06T16:33:04.119Z] ++ '[' -n 0 ']' [2024-02-06T16:33:04.119Z] ++ set -x [2024-02-06T16:33:04.119Z] ++ 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.s1GMTad8cP/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-06T16:33:04.119Z] INFO: Testing against a local daemon [2024-02-06T16:33:04.119Z] === RUN TestContinueAfterPluginCrash [2024-02-06T16:33:04.119Z] === PAUSE TestContinueAfterPluginCrash [2024-02-06T16:33:04.119Z] === RUN TestReadPluginNoRead [2024-02-06T16:33:04.119Z] === PAUSE TestReadPluginNoRead [2024-02-06T16:33:04.119Z] === RUN TestDaemonStartWithLogOpt [2024-02-06T16:33:04.119Z] === PAUSE TestDaemonStartWithLogOpt [2024-02-06T16:33:04.119Z] === CONT TestContinueAfterPluginCrash [2024-02-06T16:33:04.119Z] === CONT TestDaemonStartWithLogOpt [2024-02-06T16:33:04.119Z] === CONT TestReadPluginNoRead [2024-02-06T16:33:06.653Z] === RUN TestReadPluginNoRead/default [2024-02-06T16:33:06.912Z] --- PASS: TestDaemonStartWithLogOpt (2.63s) [2024-02-06T16:33:07.479Z] === RUN TestReadPluginNoRead/disabled_caching [2024-02-06T16:33:08.856Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2024-02-06T16:33:09.792Z] read_test.go:93: [d8ea19a665e84] daemon is not started [2024-02-06T16:33:09.792Z] --- PASS: TestReadPluginNoRead (5.53s) [2024-02-06T16:33:09.792Z] --- PASS: TestReadPluginNoRead/default (1.15s) [2024-02-06T16:33:09.792Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.17s) [2024-02-06T16:33:09.792Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2024-02-06T16:33:11.694Z] --- PASS: TestContinueAfterPluginCrash (7.56s) [2024-02-06T16:33:11.694Z] PASS [2024-02-06T16:33:11.694Z] [2024-02-06T16:33:11.694Z] DONE 6 tests in 7.594s [2024-02-06T16:33:11.694Z] 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-06T16:33:11.694Z] ++ '[' -n '' ']' [2024-02-06T16:33:11.694Z] ++ 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-06T16:33:11.694Z] ++ set -e [2024-02-06T16:33:11.694Z] ++ '[' -n 0 ']' [2024-02-06T16:33:11.694Z] ++ set -x [2024-02-06T16:33:11.694Z] ++ 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.s1GMTad8cP/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-06T16:33:11.952Z] testing: warning: no tests to run [2024-02-06T16:33:11.952Z] PASS [2024-02-06T16:33:11.952Z] [2024-02-06T16:33:11.952Z] DONE 0 tests in 0.007s [2024-02-06T16:33:11.952Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2024-02-06T16:33:11.952Z] ++ '[' -n '' ']' [2024-02-06T16:33:11.952Z] ++ 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-06T16:33:11.952Z] ++ set -e [2024-02-06T16:33:11.952Z] ++ '[' -n 0 ']' [2024-02-06T16:33:11.952Z] ++ set -x [2024-02-06T16:33:11.952Z] ++ 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.s1GMTad8cP/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-06T16:33:11.952Z] INFO: Testing against a local daemon [2024-02-06T16:33:11.952Z] === RUN TestPluginWithDevMounts [2024-02-06T16:33:11.952Z] === PAUSE TestPluginWithDevMounts [2024-02-06T16:33:11.952Z] === CONT TestPluginWithDevMounts [2024-02-06T16:33:13.329Z] --- PASS: TestPluginWithDevMounts (1.47s) [2024-02-06T16:33:13.329Z] PASS [2024-02-06T16:33:13.329Z] [2024-02-06T16:33:13.329Z] DONE 1 tests in 1.508s [2024-02-06T16:33:13.329Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2024-02-06T16:33:13.329Z] ++ '[' -n '' ']' [2024-02-06T16:33:13.329Z] ++ 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-06T16:33:13.329Z] ++ set -e [2024-02-06T16:33:13.329Z] ++ '[' -n 0 ']' [2024-02-06T16:33:13.329Z] ++ set -x [2024-02-06T16:33:13.329Z] ++ 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.s1GMTad8cP/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-06T16:33:13.329Z] INFO: Testing against a local daemon [2024-02-06T16:33:13.329Z] === RUN TestSecretInspect [2024-02-06T16:33:15.233Z] --- PASS: TestSecretInspect (1.96s) [2024-02-06T16:33:15.233Z] === RUN TestSecretList [2024-02-06T16:33:17.779Z] --- PASS: TestSecretList (2.02s) [2024-02-06T16:33:17.779Z] === RUN TestSecretsCreateAndDelete [2024-02-06T16:33:19.156Z] --- PASS: TestSecretsCreateAndDelete (1.50s) [2024-02-06T16:33:19.156Z] === RUN TestSecretsUpdate [2024-02-06T16:33:21.059Z] --- PASS: TestSecretsUpdate (1.94s) [2024-02-06T16:33:21.059Z] === RUN TestTemplatedSecret [2024-02-06T16:33:23.592Z] --- PASS: TestTemplatedSecret (2.75s) [2024-02-06T16:33:23.592Z] === RUN TestSecretCreateResolve [2024-02-06T16:33:25.496Z] --- PASS: TestSecretCreateResolve (1.91s) [2024-02-06T16:33:25.496Z] PASS [2024-02-06T16:33:25.496Z] [2024-02-06T16:33:25.496Z] DONE 6 tests in 12.103s [2024-02-06T16:33:25.496Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2024-02-06T16:33:25.496Z] ++ '[' -n '' ']' [2024-02-06T16:33:25.496Z] ++ 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-06T16:33:25.496Z] ++ set -e [2024-02-06T16:33:25.496Z] ++ '[' -n 0 ']' [2024-02-06T16:33:25.496Z] ++ set -x [2024-02-06T16:33:25.496Z] ++ 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.s1GMTad8cP/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-06T16:33:25.496Z] INFO: Testing against a local daemon [2024-02-06T16:33:25.496Z] === RUN TestServiceCreateInit [2024-02-06T16:33:25.496Z] === RUN TestServiceCreateInit/daemonInitDisabled [2024-02-06T16:33:29.685Z] === RUN TestServiceCreateInit/daemonInitEnabled [2024-02-06T16:33:32.971Z] --- PASS: TestServiceCreateInit (7.58s) [2024-02-06T16:33:32.971Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.85s) [2024-02-06T16:33:32.971Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.71s) [2024-02-06T16:33:32.971Z] === RUN TestCreateServiceMultipleTimes [2024-02-06T16:33:51.058Z] --- PASS: TestCreateServiceMultipleTimes (15.24s) [2024-02-06T16:33:51.058Z] === RUN TestCreateServiceConflict [2024-02-06T16:33:51.058Z] --- PASS: TestCreateServiceConflict (1.93s) [2024-02-06T16:33:51.058Z] === RUN TestCreateServiceMaxReplicas [2024-02-06T16:33:53.591Z] --- PASS: TestCreateServiceMaxReplicas (2.86s) [2024-02-06T16:33:53.591Z] === RUN TestCreateServiceSecretFileMode [2024-02-06T16:34:05.812Z] --- PASS: TestCreateServiceSecretFileMode (12.54s) [2024-02-06T16:34:05.812Z] === RUN TestCreateServiceConfigFileMode [2024-02-06T16:34:20.690Z] --- PASS: TestCreateServiceConfigFileMode (12.64s) [2024-02-06T16:34:20.690Z] === RUN TestCreateServiceSysctls [2024-02-06T16:34:21.626Z] --- PASS: TestCreateServiceSysctls (3.12s) [2024-02-06T16:34:21.626Z] === RUN TestCreateServiceCapabilities [2024-02-06T16:34:24.159Z] --- PASS: TestCreateServiceCapabilities (2.53s) [2024-02-06T16:34:24.159Z] === RUN TestInspect [2024-02-06T16:34:27.446Z] --- PASS: TestInspect (2.95s) [2024-02-06T16:34:27.446Z] === RUN TestCreateJob [2024-02-06T16:34:29.978Z] --- PASS: TestCreateJob (3.12s) [2024-02-06T16:34:29.978Z] === RUN TestReplicatedJob [2024-02-06T16:34:35.248Z] --- PASS: TestReplicatedJob (4.75s) [2024-02-06T16:34:35.248Z] === RUN TestUpdateReplicatedJob [2024-02-06T16:34:37.780Z] --- PASS: TestUpdateReplicatedJob (3.03s) [2024-02-06T16:34:37.780Z] === RUN TestServiceListWithStatuses [2024-02-06T16:34:43.059Z] --- PASS: TestServiceListWithStatuses (4.74s) [2024-02-06T16:34:43.059Z] === RUN TestDockerNetworkConnectAliasPreV144 [2024-02-06T16:34:46.347Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.83s) [2024-02-06T16:34:46.347Z] === RUN TestDockerNetworkReConnect [2024-02-06T16:34:49.633Z] --- PASS: TestDockerNetworkReConnect (3.18s) [2024-02-06T16:34:49.633Z] === RUN TestServicePlugin [2024-02-06T16:34:49.633Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-02-06T16:34:49.633Z] --- SKIP: TestServicePlugin (0.00s) [2024-02-06T16:34:49.633Z] === RUN TestServiceUpdateLabel [2024-02-06T16:34:51.536Z] --- PASS: TestServiceUpdateLabel (1.89s) [2024-02-06T16:34:51.536Z] === RUN TestServiceUpdateSecrets [2024-02-06T16:35:06.414Z] --- PASS: TestServiceUpdateSecrets (14.31s) [2024-02-06T16:35:06.414Z] === RUN TestServiceUpdateConfigs [2024-02-06T16:35:21.293Z] --- PASS: TestServiceUpdateConfigs (14.51s) [2024-02-06T16:35:21.293Z] === RUN TestServiceUpdateNetwork [2024-02-06T16:35:33.513Z] --- PASS: TestServiceUpdateNetwork (12.16s) [2024-02-06T16:35:33.513Z] === RUN TestServiceUpdatePidsLimit [2024-02-06T16:35:33.513Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2024-02-06T16:35:34.449Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2024-02-06T16:35:42.564Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2024-02-06T16:35:49.127Z] --- PASS: TestServiceUpdatePidsLimit (16.33s) [2024-02-06T16:35:49.127Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s) [2024-02-06T16:35:49.127Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2024-02-06T16:35:49.127Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2024-02-06T16:35:49.127Z] PASS [2024-02-06T16:35:49.127Z] [2024-02-06T16:35:49.127Z] === Skipped [2024-02-06T16:35:49.127Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2024-02-06T16:35:49.127Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-02-06T16:35:49.127Z] [2024-02-06T16:35:49.127Z] DONE 26 tests, 1 skipped in 143.272s [2024-02-06T16:35:49.127Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2024-02-06T16:35:49.127Z] ++ '[' -n '' ']' [2024-02-06T16:35:49.127Z] ++ 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-06T16:35:49.127Z] ++ set -e [2024-02-06T16:35:49.127Z] ++ '[' -n 0 ']' [2024-02-06T16:35:49.127Z] ++ set -x [2024-02-06T16:35:49.127Z] ++ 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.s1GMTad8cP/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-06T16:35:49.127Z] INFO: Testing against a local daemon [2024-02-06T16:35:49.127Z] === RUN TestSessionCreate [2024-02-06T16:35:49.127Z] --- PASS: TestSessionCreate (0.01s) [2024-02-06T16:35:49.127Z] === RUN TestSessionCreateWithBadUpgrade [2024-02-06T16:35:49.127Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2024-02-06T16:35:49.127Z] PASS [2024-02-06T16:35:49.127Z] [2024-02-06T16:35:49.127Z] DONE 2 tests in 0.047s [2024-02-06T16:35:49.127Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2024-02-06T16:35:49.127Z] ++ '[' -n '' ']' [2024-02-06T16:35:49.127Z] ++ 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-06T16:35:49.127Z] ++ set -e [2024-02-06T16:35:49.127Z] ++ '[' -n 0 ']' [2024-02-06T16:35:49.127Z] ++ set -x [2024-02-06T16:35:49.127Z] ++ 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.s1GMTad8cP/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-06T16:35:49.127Z] INFO: Testing against a local daemon [2024-02-06T16:35:49.127Z] === RUN TestCgroupDriverSystemdMemoryLimit [2024-02-06T16:35:49.127Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-02-06T16:35:49.127Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-02-06T16:35:49.127Z] === RUN TestDiskUsage [2024-02-06T16:35:49.127Z] === PAUSE TestDiskUsage [2024-02-06T16:35:49.127Z] === RUN TestEventsExecDie [2024-02-06T16:35:49.386Z] --- PASS: TestEventsExecDie (0.48s) [2024-02-06T16:35:49.386Z] === RUN TestEventsBackwardsCompatible [2024-02-06T16:35:49.386Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2024-02-06T16:35:49.386Z] === RUN TestEventsVolumeCreate [2024-02-06T16:35:49.386Z] --- PASS: TestEventsVolumeCreate (0.05s) [2024-02-06T16:35:49.386Z] === RUN TestInfoBinaryCommits [2024-02-06T16:35:49.386Z] --- PASS: TestInfoBinaryCommits (0.01s) [2024-02-06T16:35:49.386Z] === RUN TestInfoAPIVersioned [2024-02-06T16:35:49.386Z] --- PASS: TestInfoAPIVersioned (0.01s) [2024-02-06T16:35:49.386Z] === RUN TestInfoAPI [2024-02-06T16:35:49.386Z] --- PASS: TestInfoAPI (0.01s) [2024-02-06T16:35:49.386Z] === RUN TestInfoAPIWarnings [2024-02-06T16:36:07.468Z] --- PASS: TestInfoAPIWarnings (16.55s) [2024-02-06T16:36:07.468Z] === RUN TestInfoDebug [2024-02-06T16:36:07.468Z] --- PASS: TestInfoDebug (0.52s) [2024-02-06T16:36:07.468Z] === RUN TestInfoInsecureRegistries [2024-02-06T16:36:07.468Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2024-02-06T16:36:07.468Z] === RUN TestInfoRegistryMirrors [2024-02-06T16:36:07.468Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2024-02-06T16:36:07.468Z] === RUN TestLoginFailsWithBadCredentials [2024-02-06T16:36:08.844Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2024-02-06T16:36:08.844Z] === RUN TestPingCacheHeaders [2024-02-06T16:36:08.844Z] --- PASS: TestPingCacheHeaders (0.01s) [2024-02-06T16:36:08.844Z] === RUN TestPingGet [2024-02-06T16:36:08.844Z] --- PASS: TestPingGet (0.01s) [2024-02-06T16:36:08.844Z] === RUN TestPingHead [2024-02-06T16:36:08.844Z] --- PASS: TestPingHead (0.01s) [2024-02-06T16:36:08.844Z] === RUN TestPingSwarmHeader [2024-02-06T16:36:09.102Z] === RUN TestPingSwarmHeader/before_swarm_init [2024-02-06T16:36:09.669Z] === RUN TestPingSwarmHeader/after_swarm_init [2024-02-06T16:36:10.604Z] === RUN TestPingSwarmHeader/after_swarm_leave [2024-02-06T16:36:10.604Z] --- PASS: TestPingSwarmHeader (1.91s) [2024-02-06T16:36:10.604Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2024-02-06T16:36:10.604Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2024-02-06T16:36:10.604Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2024-02-06T16:36:10.604Z] === RUN TestPingBuilderHeader [2024-02-06T16:36:10.604Z] === RUN TestPingBuilderHeader/default_config [2024-02-06T16:36:11.171Z] === RUN TestPingBuilderHeader/buildkit_disabled [2024-02-06T16:36:11.430Z] --- PASS: TestPingBuilderHeader (1.04s) [2024-02-06T16:36:11.430Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2024-02-06T16:36:11.430Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s) [2024-02-06T16:36:11.430Z] === RUN TestVersion [2024-02-06T16:36:11.688Z] --- PASS: TestVersion (0.01s) [2024-02-06T16:36:11.688Z] === CONT TestDiskUsage [2024-02-06T16:36:11.947Z] === RUN TestDiskUsage/empty [2024-02-06T16:36:11.947Z] === RUN TestDiskUsage/empty/container_types [2024-02-06T16:36:11.947Z] === RUN TestDiskUsage/empty/image_types [2024-02-06T16:36:11.947Z] === RUN TestDiskUsage/empty/volume_types [2024-02-06T16:36:11.947Z] === RUN TestDiskUsage/empty/build-cache_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/empty/container,_volume_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2024-02-06T16:36:12.206Z] === RUN TestDiskUsage/after_container.Run [2024-02-06T16:36:12.467Z] === RUN TestDiskUsage/after_container.Run/container_types [2024-02-06T16:36:12.467Z] === RUN TestDiskUsage/after_container.Run/image_types [2024-02-06T16:36:12.467Z] === RUN TestDiskUsage/after_container.Run/volume_types [2024-02-06T16:36:12.467Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2024-02-06T16:36:12.467Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2024-02-06T16:36:12.467Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2024-02-06T16:36:12.467Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2024-02-06T16:36:12.467Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2024-02-06T16:36:12.467Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2024-02-06T16:36:12.467Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage (1.05s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty (0.01s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.09s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run (0.25s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2024-02-06T16:36:12.726Z] PASS [2024-02-06T16:36:12.726Z] [2024-02-06T16:36:12.726Z] === Skipped [2024-02-06T16:36:12.726Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-02-06T16:36:12.726Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-02-06T16:36:12.726Z] [2024-02-06T16:36:12.726Z] DONE 57 tests, 1 skipped in 23.796s [2024-02-06T16:36:12.726Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2024-02-06T16:36:12.726Z] ++ '[' -n '' ']' [2024-02-06T16:36:12.726Z] ++ 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-06T16:36:12.726Z] ++ set -e [2024-02-06T16:36:12.726Z] ++ '[' -n 0 ']' [2024-02-06T16:36:12.726Z] ++ set -x [2024-02-06T16:36:12.726Z] ++ 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.s1GMTad8cP/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-06T16:36:12.726Z] INFO: Testing against a local daemon [2024-02-06T16:36:12.726Z] === RUN TestVolumesCreateAndList [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesCreateAndList (0.01s) [2024-02-06T16:36:12.726Z] === RUN TestVolumesRemove [2024-02-06T16:36:12.726Z] === RUN TestVolumesRemove/volume_in_use [2024-02-06T16:36:12.726Z] === RUN TestVolumesRemove/volume_not_in_use [2024-02-06T16:36:12.726Z] === RUN TestVolumesRemove/non-existing_volume [2024-02-06T16:36:12.726Z] === RUN TestVolumesRemove/non-existing_volume_force [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesRemove (0.06s) [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.01s) [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) [2024-02-06T16:36:12.726Z] === RUN TestVolumesRemoveSwarmEnabled [2024-02-06T16:36:12.726Z] === PAUSE TestVolumesRemoveSwarmEnabled [2024-02-06T16:36:12.726Z] === RUN TestVolumesInspect [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesInspect (0.01s) [2024-02-06T16:36:12.726Z] === RUN TestVolumesInvalidJSON [2024-02-06T16:36:12.726Z] === RUN TestVolumesInvalidJSON/volumes/create [2024-02-06T16:36:12.726Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2024-02-06T16:36:12.726Z] === CONT TestVolumesInvalidJSON/volumes/create [2024-02-06T16:36:12.726Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2024-02-06T16:36:12.726Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2024-02-06T16:36:12.726Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2024-02-06T16:36:12.726Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2024-02-06T16:36:12.726Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2024-02-06T16:36:12.726Z] === RUN TestVolumePruneAnonymous [2024-02-06T16:36:12.726Z] --- PASS: TestVolumePruneAnonymous (0.03s) [2024-02-06T16:36:12.726Z] === RUN TestVolumePruneAnonFromImage [2024-02-06T16:36:12.990Z] --- PASS: TestVolumePruneAnonFromImage (0.14s) [2024-02-06T16:36:12.990Z] === CONT TestVolumesRemoveSwarmEnabled [2024-02-06T16:36:14.376Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use [2024-02-06T16:36:14.376Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use [2024-02-06T16:36:14.376Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume [2024-02-06T16:36:14.376Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force [2024-02-06T16:36:14.943Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.92s) [2024-02-06T16:36:14.943Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) [2024-02-06T16:36:14.943Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s) [2024-02-06T16:36:14.943Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) [2024-02-06T16:36:14.943Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) [2024-02-06T16:36:14.943Z] PASS [2024-02-06T16:36:14.943Z] [2024-02-06T16:36:14.943Z] DONE 20 tests in 2.218s [2024-02-06T16:36:14.943Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2024-02-06T16:36:14.943Z] ++++ cat bundles/test-integration/TestUsernsCommit/d917ddcf84083/docker.pid [2024-02-06T16:36:14.943Z] +++ kill 62527 [2024-02-06T16:36:14.943Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 62527 is not a child of this shell [2024-02-06T16:36:14.943Z] warning: PID 62527 from bundles/test-integration/TestUsernsCommit/d917ddcf84083/docker.pid had a nonzero exit code [2024-02-06T16:36:14.943Z] umount: bundles/test-integration/TestUsernsCommit/d917ddcf84083/root: not mounted. [2024-02-06T16:36:14.943Z] ++++ cat bundles/test-integration/docker.pid [2024-02-06T16:36:14.943Z] +++ kill 24398 [2024-02-06T16:36:16.846Z] +++ /etc/init.d/apparmor stop [2024-02-06T16:36:16.846Z] Leaving: AppArmorNo profiles have been unloaded. [2024-02-06T16:36:16.846Z] [2024-02-06T16:36:16.846Z] Unloading profiles will leave already running processes permanently [2024-02-06T16:36:16.846Z] unconfined, which can lead to unexpected situations. [2024-02-06T16:36:16.846Z] [2024-02-06T16:36:16.846Z] To set a process to complain mode, use the command line tool [2024-02-06T16:36:16.846Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2024-02-06T16:36:16.846Z] +++ true [2024-02-06T16:36:16.846Z] exiting test-integration [2024-02-06T16:36:16.846Z] ++ exit 0 [2024-02-06T16:36:16.846Z] Post stage [Pipeline] junit [2024-02-06T16:36:17.794Z] Recording test results [2024-02-06T16:36:17.997Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2024-02-06T16:36:18.290Z] + echo Ensuring container killed. [2024-02-06T16:36:18.290Z] Ensuring container killed. [2024-02-06T16:36:18.290Z] + docker rm -vf docker-pr1 [2024-02-06T16:36:18.290Z] Error response from daemon: No such container: docker-pr1 [Pipeline] sh [2024-02-06T16:36:18.569Z] + echo Chowning /workspace to jenkins user [2024-02-06T16:36:18.569Z] Chowning /workspace to jenkins user [2024-02-06T16:36:18.569Z] + id -u [2024-02-06T16:36:18.569Z] + id -g [2024-02-06T16:36:18.569Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47348:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2024-02-06T16:36:19.789Z] + bundleName=arm64-integration [2024-02-06T16:36:19.789Z] + echo Creating arm64-integration-bundles.tar.gz [2024-02-06T16:36:19.789Z] Creating arm64-integration-bundles.tar.gz [2024-02-06T16:36:19.789Z] + + 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-06T16:36:19.789Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2024-02-06T16:36:20.059Z] Archiving artifacts [2024-02-06T16:36:20.311Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47348/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2024-02-06T16:36:20.597Z] + make clean [2024-02-06T16:36:20.597Z] docker volume rm -f docker-dev-cache docker-mod-cache [2024-02-06T16:36:20.597Z] docker-dev-cache [2024-02-06T16:36:20.597Z] 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-47348/1/stashes/