Pull request #47504 opened Connecting to https://api.github.com using docker-jenkins GitHub credentials Obtained Jenkinsfile from b32cfc3b3a9d791ed3924ab168f27962dceec949+460b4aebdf81512a3ea37c2a65826b890427537d (c1ee6866bed345d7dbf71d55338179a71395f3e1) Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 216427d8bfae9541c1c15f61bd453be62935f49c 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-47504@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 216427d8bfae9541c1c15f61bd453be62935f49c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 216427d8bfae9541c1c15f61bd453be62935f49c # timeout=10 Commit message: "Merge pull request #27 from docker/update-ec2-runner" 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-03-05T22:47:17.515Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2024-03-05T22:47:17.517Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2024-03-05T22:47:17.719Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-02b6b7208d1e69165) in /home/ubuntu/workspace/moby_PR-47504 [Pipeline] { [Pipeline] checkout [2024-03-05T22:47:17.734Z] The recommended git tool is: git [2024-03-05T22:47:17.738Z] using credential docker-jenkins-github-credentials [2024-03-05T22:47:17.746Z] Cloning the remote Git repository [2024-03-05T22:47:17.746Z] Cloning with configured refspecs honoured and without tags [2024-03-05T22:47:17.786Z] Cloning repository https://github.com/moby/moby.git [2024-03-05T22:47:17.786Z] > git init /home/ubuntu/workspace/moby_PR-47504 # timeout=10 [2024-03-05T22:47:17.790Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-03-05T22:47:17.790Z] > git --version # timeout=10 [2024-03-05T22:47:17.792Z] > git --version # 'git version 2.25.1' [2024-03-05T22:47:17.792Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-03-05T22:47:17.793Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47504/head:refs/remotes/origin/PR-47504 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-03-05T22:47:30.939Z] Fetching without tags [2024-03-05T22:47:31.132Z] Merging remotes/origin/master commit 460b4aebdf81512a3ea37c2a65826b890427537d into PR head commit b32cfc3b3a9d791ed3924ab168f27962dceec949 [2024-03-05T22:47:31.805Z] Merge succeeded, producing b32cfc3b3a9d791ed3924ab168f27962dceec949 [2024-03-05T22:47:31.805Z] Checking out Revision b32cfc3b3a9d791ed3924ab168f27962dceec949 (PR-47504) [2024-03-05T22:47:30.963Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-03-05T22:47:30.965Z] > git config --add remote.origin.fetch +refs/pull/47504/head:refs/remotes/origin/PR-47504 # timeout=10 [2024-03-05T22:47:30.968Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-03-05T22:47:30.975Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-03-05T22:47:30.979Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-03-05T22:47:30.979Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-03-05T22:47:30.979Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47504/head:refs/remotes/origin/PR-47504 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-03-05T22:47:31.171Z] > git config core.sparsecheckout # timeout=10 [2024-03-05T22:47:31.173Z] > git checkout -f b32cfc3b3a9d791ed3924ab168f27962dceec949 # timeout=10 [2024-03-05T22:47:31.830Z] > git remote # timeout=10 [2024-03-05T22:47:31.832Z] > git config --get remote.origin.url # timeout=10 [2024-03-05T22:47:31.834Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-03-05T22:47:31.835Z] > git merge 460b4aebdf81512a3ea37c2a65826b890427537d # timeout=10 [2024-03-05T22:47:31.840Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-03-05T22:47:31.885Z] > git config core.sparsecheckout # timeout=10 [2024-03-05T22:47:31.887Z] > git checkout -f b32cfc3b3a9d791ed3924ab168f27962dceec949 # timeout=10 [2024-03-05T22:47:32.726Z] Commit message: "dockerd-rootless-setuptool.sh: check RootlessKit functionality" [2024-03-05T22:47:32.726Z] First time build. Skipping changelog. [2024-03-05T22:47:32.776Z] > git --version # timeout=10 [2024-03-05T22:47:32.778Z] > git --version # 'git version 2.25.1' [2024-03-05T22:47:32.780Z] fatal: bad object 216427d8bfae9541c1c15f61bd453be62935f49c [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-05T22:47:33.456Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47504:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2024-03-05T22:47:35.963Z] 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-03-05T22:47:36.265Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-02b6b7208d1e69165) in /home/ubuntu/workspace/moby_PR-47504 [Pipeline] { [Pipeline] checkout [2024-03-05T22:47:36.278Z] The recommended git tool is: git [2024-03-05T22:47:36.282Z] using credential docker-jenkins-github-credentials [2024-03-05T22:47:36.290Z] Fetching changes from the remote Git repository [2024-03-05T22:47:36.296Z] Fetching without tags [2024-03-05T22:47:36.506Z] Merging remotes/origin/master commit 460b4aebdf81512a3ea37c2a65826b890427537d into PR head commit b32cfc3b3a9d791ed3924ab168f27962dceec949 [2024-03-05T22:47:36.547Z] Merge succeeded, producing b32cfc3b3a9d791ed3924ab168f27962dceec949 [2024-03-05T22:47:36.547Z] Checking out Revision b32cfc3b3a9d791ed3924ab168f27962dceec949 (PR-47504) [2024-03-05T22:47:36.611Z] Commit message: "dockerd-rootless-setuptool.sh: check RootlessKit functionality" [2024-03-05T22:47:36.654Z] > git --version # timeout=10 [2024-03-05T22:47:36.656Z] > git --version # 'git version 2.25.1' [2024-03-05T22:47:36.658Z] fatal: bad object 216427d8bfae9541c1c15f61bd453be62935f49c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2024-03-05T22:47:36.325Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-47504/.git # timeout=10 [2024-03-05T22:47:36.331Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-03-05T22:47:36.336Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-03-05T22:47:36.336Z] > git --version # timeout=10 [2024-03-05T22:47:36.338Z] > git --version # 'git version 2.25.1' [2024-03-05T22:47:36.338Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-03-05T22:47:36.339Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47504/head:refs/remotes/origin/PR-47504 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-03-05T22:47:36.545Z] > git config core.sparsecheckout # timeout=10 [2024-03-05T22:47:36.547Z] > git checkout -f b32cfc3b3a9d791ed3924ab168f27962dceec949 # timeout=10 [2024-03-05T22:47:36.572Z] > git remote # timeout=10 [2024-03-05T22:47:36.574Z] > git config --get remote.origin.url # timeout=10 [2024-03-05T22:47:36.576Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-03-05T22:47:36.577Z] > git merge 460b4aebdf81512a3ea37c2a65826b890427537d # timeout=10 [2024-03-05T22:47:36.582Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-03-05T22:47:36.586Z] > git config core.sparsecheckout # timeout=10 [2024-03-05T22:47:36.590Z] > git checkout -f b32cfc3b3a9d791ed3924ab168f27962dceec949 # timeout=10 [2024-03-05T22:47:37.321Z] + docker version [2024-03-05T22:47:37.321Z] Client: Docker Engine - Community [2024-03-05T22:47:37.321Z] Version: 25.0.3 [2024-03-05T22:47:37.321Z] API version: 1.44 [2024-03-05T22:47:37.321Z] Go version: go1.21.6 [2024-03-05T22:47:37.321Z] Git commit: 4debf41 [2024-03-05T22:47:37.321Z] Built: Tue Feb 6 21:13:09 2024 [2024-03-05T22:47:37.321Z] OS/Arch: linux/arm64 [2024-03-05T22:47:37.321Z] Context: default [2024-03-05T22:47:37.321Z] [2024-03-05T22:47:37.321Z] Server: Docker Engine - Community [2024-03-05T22:47:37.321Z] Engine: [2024-03-05T22:47:37.321Z] Version: 25.0.3 [2024-03-05T22:47:37.321Z] API version: 1.44 (minimum version 1.24) [2024-03-05T22:47:37.321Z] Go version: go1.21.6 [2024-03-05T22:47:37.321Z] Git commit: f417435 [2024-03-05T22:47:37.321Z] Built: Tue Feb 6 21:13:09 2024 [2024-03-05T22:47:37.321Z] OS/Arch: linux/arm64 [2024-03-05T22:47:37.321Z] Experimental: true [2024-03-05T22:47:37.321Z] containerd: [2024-03-05T22:47:37.321Z] Version: 1.6.28 [2024-03-05T22:47:37.321Z] GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-03-05T22:47:37.321Z] runc: [2024-03-05T22:47:37.321Z] Version: 1.1.12 [2024-03-05T22:47:37.321Z] GitCommit: v1.1.12-0-g51d5e94 [2024-03-05T22:47:37.321Z] docker-init: [2024-03-05T22:47:37.321Z] Version: 0.19.0 [2024-03-05T22:47:37.321Z] GitCommit: de40ad0 [Pipeline] sh [2024-03-05T22:47:37.588Z] + docker info [2024-03-05T22:47:37.588Z] Client: Docker Engine - Community [2024-03-05T22:47:37.588Z] Version: 25.0.3 [2024-03-05T22:47:37.588Z] Context: default [2024-03-05T22:47:37.588Z] Debug Mode: false [2024-03-05T22:47:37.588Z] Plugins: [2024-03-05T22:47:37.588Z] buildx: Docker Buildx (Docker Inc.) [2024-03-05T22:47:37.588Z] Version: v0.12.1 [2024-03-05T22:47:37.588Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2024-03-05T22:47:37.588Z] compose: Docker Compose (Docker Inc.) [2024-03-05T22:47:37.588Z] Version: v2.24.6 [2024-03-05T22:47:37.588Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2024-03-05T22:47:37.588Z] [2024-03-05T22:47:37.588Z] Server: [2024-03-05T22:47:37.588Z] Containers: 0 [2024-03-05T22:47:37.588Z] Running: 0 [2024-03-05T22:47:37.588Z] Paused: 0 [2024-03-05T22:47:37.588Z] Stopped: 0 [2024-03-05T22:47:37.588Z] Images: 3 [2024-03-05T22:47:37.588Z] Server Version: 25.0.3 [2024-03-05T22:47:37.588Z] Storage Driver: overlay2 [2024-03-05T22:47:37.588Z] Backing Filesystem: extfs [2024-03-05T22:47:37.588Z] Supports d_type: true [2024-03-05T22:47:37.588Z] Using metacopy: false [2024-03-05T22:47:37.588Z] Native Overlay Diff: true [2024-03-05T22:47:37.588Z] userxattr: false [2024-03-05T22:47:37.588Z] Logging Driver: json-file [2024-03-05T22:47:37.588Z] Cgroup Driver: cgroupfs [2024-03-05T22:47:37.588Z] Cgroup Version: 1 [2024-03-05T22:47:37.588Z] Plugins: [2024-03-05T22:47:37.588Z] Volume: local [2024-03-05T22:47:37.588Z] Network: bridge host ipvlan macvlan null overlay [2024-03-05T22:47:37.588Z] Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog [2024-03-05T22:47:37.588Z] Swarm: inactive [2024-03-05T22:47:37.588Z] Runtimes: io.containerd.runc.v2 runc [2024-03-05T22:47:37.588Z] Default Runtime: runc [2024-03-05T22:47:37.588Z] Init Binary: docker-init [2024-03-05T22:47:37.588Z] containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-03-05T22:47:37.588Z] runc version: v1.1.12-0-g51d5e94 [2024-03-05T22:47:37.588Z] init version: de40ad0 [2024-03-05T22:47:37.588Z] Security Options: [2024-03-05T22:47:37.588Z] apparmor [2024-03-05T22:47:37.588Z] seccomp [2024-03-05T22:47:37.588Z] Profile: builtin [2024-03-05T22:47:37.588Z] Kernel Version: 5.15.0-1053-aws [2024-03-05T22:47:37.588Z] Operating System: Ubuntu 20.04.6 LTS [2024-03-05T22:47:37.588Z] OSType: linux [2024-03-05T22:47:37.588Z] Architecture: aarch64 [2024-03-05T22:47:37.588Z] CPUs: 8 [2024-03-05T22:47:37.588Z] Total Memory: 30.64GiB [2024-03-05T22:47:37.588Z] Name: ip-10-100-87-250 [2024-03-05T22:47:37.588Z] ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac [2024-03-05T22:47:37.588Z] Docker Root Dir: /var/lib/docker [2024-03-05T22:47:37.588Z] Debug Mode: false [2024-03-05T22:47:37.588Z] Experimental: true [2024-03-05T22:47:37.588Z] Insecure Registries: [2024-03-05T22:47:37.588Z] 127.0.0.0/8 [2024-03-05T22:47:37.588Z] Live Restore Enabled: true [2024-03-05T22:47:37.588Z] [Pipeline] sh [2024-03-05T22:47:37.898Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-03-05T22:47:37.898Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-03-05T22:47:37.898Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47504/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2024-03-05T22:47:37.898Z] + bash /home/ubuntu/workspace/moby_PR-47504/check-config.sh [2024-03-05T22:47:37.898Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2024-03-05T22:47:37.898Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ... [2024-03-05T22:47:37.898Z] [2024-03-05T22:47:37.898Z] Generally Necessary: [2024-03-05T22:47:37.898Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2024-03-05T22:47:37.898Z] - apparmor: enabled and tools installed [2024-03-05T22:47:37.898Z] - CONFIG_NAMESPACES: enabled [2024-03-05T22:47:37.898Z] - CONFIG_NET_NS: enabled [2024-03-05T22:47:37.898Z] - CONFIG_PID_NS: enabled [2024-03-05T22:47:37.898Z] - CONFIG_IPC_NS: enabled [2024-03-05T22:47:37.898Z] - CONFIG_UTS_NS: enabled [2024-03-05T22:47:37.898Z] - CONFIG_CGROUPS: enabled [2024-03-05T22:47:37.898Z] - CONFIG_CGROUP_CPUACCT: enabled [2024-03-05T22:47:37.898Z] - CONFIG_CGROUP_DEVICE: enabled [2024-03-05T22:47:37.898Z] - CONFIG_CGROUP_FREEZER: enabled [2024-03-05T22:47:37.898Z] - CONFIG_CGROUP_SCHED: enabled [2024-03-05T22:47:37.898Z] - CONFIG_CPUSETS: enabled [2024-03-05T22:47:37.898Z] - CONFIG_MEMCG: enabled [2024-03-05T22:47:37.898Z] - CONFIG_KEYS: enabled [2024-03-05T22:47:37.898Z] - CONFIG_VETH: enabled (as module) [2024-03-05T22:47:37.898Z] - CONFIG_BRIDGE: enabled (as module) [2024-03-05T22:47:37.898Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2024-03-05T22:47:37.898Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2024-03-05T22:47:37.898Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2024-03-05T22:47:37.898Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2024-03-05T22:47:37.898Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2024-03-05T22:47:38.153Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2024-03-05T22:47:38.153Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2024-03-05T22:47:38.153Z] - CONFIG_IP_NF_NAT: enabled (as module) [2024-03-05T22:47:38.153Z] - CONFIG_NF_NAT: enabled (as module) [2024-03-05T22:47:38.153Z] - CONFIG_POSIX_MQUEUE: enabled [2024-03-05T22:47:38.153Z] - CONFIG_CGROUP_BPF: enabled [2024-03-05T22:47:38.153Z] [2024-03-05T22:47:38.153Z] Optional Features: [2024-03-05T22:47:38.153Z] - CONFIG_USER_NS: enabled [2024-03-05T22:47:38.153Z] - CONFIG_SECCOMP: enabled [2024-03-05T22:47:38.153Z] - CONFIG_SECCOMP_FILTER: enabled [2024-03-05T22:47:38.153Z] - CONFIG_CGROUP_PIDS: enabled [2024-03-05T22:47:38.153Z] - CONFIG_MEMCG_SWAP: enabled [2024-03-05T22:47:38.153Z] (cgroup swap accounting is currently enabled) [2024-03-05T22:47:38.153Z] - CONFIG_BLK_CGROUP: enabled [2024-03-05T22:47:38.153Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2024-03-05T22:47:38.153Z] - CONFIG_CGROUP_PERF: enabled [2024-03-05T22:47:38.153Z] - CONFIG_CGROUP_HUGETLB: enabled [2024-03-05T22:47:38.153Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2024-03-05T22:47:38.153Z] - CONFIG_CGROUP_NET_PRIO: enabled [2024-03-05T22:47:38.153Z] - CONFIG_CFS_BANDWIDTH: enabled [2024-03-05T22:47:38.153Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2024-03-05T22:47:38.153Z] - CONFIG_RT_GROUP_SCHED: missing [2024-03-05T22:47:38.153Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2024-03-05T22:47:38.153Z] - CONFIG_IP_VS: enabled (as module) [2024-03-05T22:47:38.153Z] - CONFIG_IP_VS_NFCT: enabled [2024-03-05T22:47:38.153Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2024-03-05T22:47:38.153Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2024-03-05T22:47:38.153Z] - CONFIG_IP_VS_RR: enabled (as module) [2024-03-05T22:47:38.153Z] - CONFIG_SECURITY_SELINUX: enabled [2024-03-05T22:47:38.153Z] - CONFIG_SECURITY_APPARMOR: enabled [2024-03-05T22:47:38.153Z] - CONFIG_EXT4_FS: enabled [2024-03-05T22:47:38.153Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2024-03-05T22:47:38.153Z] - CONFIG_EXT4_FS_SECURITY: enabled [2024-03-05T22:47:38.153Z] - Network Drivers: [2024-03-05T22:47:38.153Z] - "overlay": [2024-03-05T22:47:38.407Z] - CONFIG_VXLAN: enabled (as module) [2024-03-05T22:47:38.407Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2024-03-05T22:47:38.407Z] Optional (for encrypted networks): [2024-03-05T22:47:38.407Z] - CONFIG_CRYPTO: enabled [2024-03-05T22:47:38.407Z] - CONFIG_CRYPTO_AEAD: enabled [2024-03-05T22:47:38.407Z] - CONFIG_CRYPTO_GCM: enabled [2024-03-05T22:47:38.407Z] - CONFIG_CRYPTO_SEQIV: enabled [2024-03-05T22:47:38.407Z] - CONFIG_CRYPTO_GHASH: enabled [2024-03-05T22:47:38.407Z] - CONFIG_XFRM: enabled [2024-03-05T22:47:38.407Z] - CONFIG_XFRM_USER: enabled (as module) [2024-03-05T22:47:38.407Z] - CONFIG_XFRM_ALGO: enabled (as module) [2024-03-05T22:47:38.407Z] - CONFIG_INET_ESP: enabled (as module) [2024-03-05T22:47:38.407Z] - "ipvlan": [2024-03-05T22:47:38.407Z] - CONFIG_IPVLAN: enabled (as module) [2024-03-05T22:47:38.407Z] - "macvlan": [2024-03-05T22:47:38.407Z] - CONFIG_MACVLAN: enabled (as module) [2024-03-05T22:47:38.407Z] - CONFIG_DUMMY: enabled (as module) [2024-03-05T22:47:38.407Z] - "ftp,tftp client in container": [2024-03-05T22:47:38.407Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2024-03-05T22:47:38.407Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2024-03-05T22:47:38.407Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2024-03-05T22:47:38.407Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2024-03-05T22:47:38.407Z] - Storage Drivers: [2024-03-05T22:47:38.407Z] - "aufs": [2024-03-05T22:47:38.407Z] - CONFIG_AUFS_FS: enabled (as module) [2024-03-05T22:47:38.407Z] - "btrfs": [2024-03-05T22:47:38.407Z] - CONFIG_BTRFS_FS: enabled (as module) [2024-03-05T22:47:38.407Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2024-03-05T22:47:38.407Z] - "devicemapper": [2024-03-05T22:47:38.407Z] - CONFIG_BLK_DEV_DM: enabled [2024-03-05T22:47:38.407Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2024-03-05T22:47:38.407Z] - "overlay": [2024-03-05T22:47:38.407Z] - CONFIG_OVERLAY_FS: enabled (as module) [2024-03-05T22:47:38.407Z] - "zfs": [2024-03-05T22:47:38.407Z] - /dev/zfs: present [2024-03-05T22:47:38.407Z] - zfs command: missing [2024-03-05T22:47:38.407Z] - zpool command: missing [2024-03-05T22:47:38.407Z] [2024-03-05T22:47:38.407Z] Limits: [2024-03-05T22:47:38.407Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2024-03-05T22:47:38.407Z] [2024-03-05T22:47:38.407Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2024-03-05T22:47:38.692Z] + docker build --force-rm -t docker:b32cfc3b3a9d791ed3924ab168f27962dceec949 . [2024-03-05T22:47:38.946Z] #0 building with "default" instance using docker driver [2024-03-05T22:47:38.946Z] [2024-03-05T22:47:38.946Z] #1 [internal] load build definition from Dockerfile [2024-03-05T22:47:38.946Z] #1 transferring dockerfile: 27.92kB done [2024-03-05T22:47:38.946Z] #1 DONE 0.0s [2024-03-05T22:47:38.946Z] [2024-03-05T22:47:38.946Z] #2 resolve image config for docker.io/docker/dockerfile:1 [2024-03-05T22:47:38.946Z] #2 DONE 0.1s [2024-03-05T22:47:38.946Z] [2024-03-05T22:47:38.946Z] #3 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 [2024-03-05T22:47:38.946Z] #3 CACHED [2024-03-05T22:47:38.946Z] [2024-03-05T22:47:38.946Z] #4 [internal] load metadata for docker.io/library/busybox:latest [2024-03-05T22:47:38.946Z] #4 DONE 0.0s [2024-03-05T22:47:38.946Z] [2024-03-05T22:47:38.946Z] #5 [internal] load metadata for docker.io/docker/compose-bin:v2.24.5 [2024-03-05T22:47:38.947Z] #5 DONE 0.1s [2024-03-05T22:47:38.947Z] [2024-03-05T22:47:38.947Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2024-03-05T22:47:39.202Z] #6 DONE 0.1s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #7 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 [2024-03-05T22:47:39.202Z] #7 DONE 0.1s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #8 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2024-03-05T22:47:39.202Z] #8 DONE 0.1s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #9 [internal] load metadata for docker.io/library/golang:1.21.8-bookworm [2024-03-05T22:47:39.202Z] #9 DONE 0.2s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #10 [internal] load metadata for docker.io/library/debian:bookworm [2024-03-05T22:47:39.202Z] #10 DONE 0.2s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #11 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1 [2024-03-05T22:47:39.202Z] #11 DONE 0.2s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #12 [internal] load .dockerignore [2024-03-05T22:47:39.202Z] #12 transferring context: 113B done [2024-03-05T22:47:39.202Z] #12 DONE 0.0s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #13 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:3c7b628e7ed755b69c438f3520e09b831b5ebeb07eb78f4add73534a861a59ce [2024-03-05T22:47:39.202Z] #13 DONE 0.0s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2024-03-05T22:47:39.202Z] #14 DONE 0.0s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #15 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 [2024-03-05T22:47:39.202Z] #15 DONE 0.0s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #16 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 [2024-03-05T22:47:39.202Z] #16 DONE 0.0s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2024-03-05T22:47:39.202Z] #17 DONE 0.0s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest [2024-03-05T22:47:39.202Z] #18 DONE 0.0s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #19 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-03-05T22:47:39.202Z] #19 DONE 0.0s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:4482958b4461ff7d9fabc24b3a9ab1e9a2c85ece07b2db1840c7cbc01d053e90 [2024-03-05T22:47:39.202Z] #20 DONE 0.0s [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #21 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2024-03-05T22:47:39.202Z] #21 CACHED [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #22 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit [2024-03-05T22:47:39.202Z] #22 CACHED [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #23 [base 2/4] COPY --from=xx / / [2024-03-05T22:47:39.202Z] #23 CACHED [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #24 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file [2024-03-05T22:47:39.202Z] #24 CACHED [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #25 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" [2024-03-05T22:47:39.202Z] #25 CACHED [2024-03-05T22:47:39.202Z] [2024-03-05T22:47:39.202Z] #26 [internal] load build context [2024-03-05T22:47:40.125Z] #26 transferring context: 76.10MB 1.0s done [2024-03-05T22:47:40.125Z] #26 DONE 1.0s [2024-03-05T22:47:40.125Z] [2024-03-05T22:47:40.125Z] #27 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-03-05T22:47:40.683Z] #27 DONE 1.4s [2024-03-05T22:47:40.683Z] [2024-03-05T22:47:40.683Z] #28 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit [2024-03-05T22:47:40.683Z] #28 CACHED [2024-03-05T22:47:40.683Z] [2024-03-05T22:47:40.683Z] #29 [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-03-05T22:47:40.683Z] #29 CACHED [2024-03-05T22:47:40.683Z] [2024-03-05T22:47:40.683Z] #30 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 < '/go/src/github.com/docker/docker/.bashrc' [2024-03-05T22:47:45.974Z] #104 DONE 0.3s [2024-03-05T22:47:45.974Z] [2024-03-05T22:47:45.974Z] #105 [dev-base 4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2024-03-05T22:47:46.228Z] #105 DONE 0.3s [2024-03-05T22:47:46.228Z] [2024-03-05T22:47:46.228Z] #106 [dev-base 5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2024-03-05T22:47:46.482Z] #106 DONE 0.3s [2024-03-05T22:47:46.736Z] [2024-03-05T22:47:46.736Z] #107 [dev-base 6/12] RUN ldconfig [2024-03-05T22:47:46.736Z] #107 DONE 0.3s [2024-03-05T22:47:46.990Z] [2024-03-05T22:47:46.990Z] #108 [dev-base 7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2024-03-05T22:47:47.245Z] #108 DONE 0.4s [2024-03-05T22:47:47.245Z] [2024-03-05T22:47:47.245Z] #109 [dev-base 8/12] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2024-03-05T22:47:47.803Z] #109 0.577 Hit:1 http://deb.debian.org/debian bookworm InRelease [2024-03-05T22:47:47.803Z] #109 0.577 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease [2024-03-05T22:47:47.803Z] #109 0.577 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease [2024-03-05T22:47:48.724Z] #109 0.758 Reading package lists... [2024-03-05T22:47:49.281Z] #109 1.371 Reading package lists... [2024-03-05T22:47:49.281Z] #109 1.974 Building dependency tree... [2024-03-05T22:47:49.535Z] #109 2.144 Reading state information... [2024-03-05T22:47:49.535Z] #109 2.372 The following additional packages will be installed: [2024-03-05T22:47:49.789Z] #109 2.373 dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12 [2024-03-05T22:47:49.789Z] #109 2.373 libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2 [2024-03-05T22:47:49.789Z] #109 2.373 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 [2024-03-05T22:47:49.789Z] #109 2.374 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23 [2024-03-05T22:47:49.789Z] #109 2.375 libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd [2024-03-05T22:47:49.789Z] #109 2.375 vim-runtime [2024-03-05T22:47:49.789Z] #109 2.377 Suggested packages: [2024-03-05T22:47:49.789Z] #109 2.377 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2024-03-05T22:47:49.789Z] #109 2.377 gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed [2024-03-05T22:47:49.789Z] #109 2.377 systemd-userdbd systemd-boot systemd-resolved libqrencode4 [2024-03-05T22:47:49.789Z] #109 2.377 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags [2024-03-05T22:47:49.789Z] #109 2.377 vim-doc vim-scripts xfsdump acl attr quota [2024-03-05T22:47:49.789Z] #109 2.377 Recommended packages: [2024-03-05T22:47:49.789Z] #109 2.377 libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus [2024-03-05T22:47:49.789Z] #109 2.377 systemd-timesyncd | time-daemon xxd unzip [2024-03-05T22:47:50.043Z] #109 2.777 The following NEW packages will be installed: [2024-03-05T22:47:50.043Z] #109 2.777 apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq [2024-03-05T22:47:50.043Z] #109 2.777 libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12 [2024-03-05T22:47:50.043Z] #109 2.777 libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2 [2024-03-05T22:47:50.043Z] #109 2.777 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1 [2024-03-05T22:47:50.043Z] #109 2.777 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2024-03-05T22:47:50.043Z] #109 2.778 libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12 [2024-03-05T22:47:50.043Z] #109 2.778 libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote [2024-03-05T22:47:50.043Z] #109 2.778 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils [2024-03-05T22:47:50.043Z] #109 2.778 zip zstd [2024-03-05T22:47:50.298Z] #109 3.053 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded. [2024-03-05T22:47:50.298Z] #109 3.053 Need to get 31.8 MB of archives. [2024-03-05T22:47:50.298Z] #109 3.053 After this operation, 143 MB of additional disk space will be used. [2024-03-05T22:47:50.298Z] #109 3.053 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2024-03-05T22:47:50.298Z] #109 3.057 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2024-03-05T22:47:50.298Z] #109 3.058 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2024-03-05T22:47:50.298Z] #109 3.060 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2024-03-05T22:47:50.298Z] #109 3.062 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2024-03-05T22:47:50.298Z] #109 3.065 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+b1 [182 kB] [2024-03-05T22:47:50.298Z] #109 3.074 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2024-03-05T22:47:50.298Z] #109 3.076 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2024-03-05T22:47:50.298Z] #109 3.078 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2024-03-05T22:47:50.298Z] #109 3.079 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.22-1~deb12u1 [1508 kB] [2024-03-05T22:47:50.298Z] #109 3.087 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.22-1~deb12u1 [2829 kB] [2024-03-05T22:47:50.298Z] #109 3.104 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB] [2024-03-05T22:47:50.298Z] #109 3.104 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB] [2024-03-05T22:47:50.298Z] #109 3.105 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB] [2024-03-05T22:47:50.298Z] #109 3.113 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB] [2024-03-05T22:47:50.298Z] #109 3.114 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB] [2024-03-05T22:47:50.298Z] #109 3.115 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2024-03-05T22:47:50.298Z] #109 3.116 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB] [2024-03-05T22:47:50.298Z] #109 3.121 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB] [2024-03-05T22:47:50.298Z] #109 3.122 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB] [2024-03-05T22:47:50.298Z] #109 3.128 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB] [2024-03-05T22:47:50.298Z] #109 3.129 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB] [2024-03-05T22:47:50.298Z] #109 3.130 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB] [2024-03-05T22:47:50.298Z] #109 3.130 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB] [2024-03-05T22:47:50.298Z] #109 3.133 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB] [2024-03-05T22:47:50.298Z] #109 3.137 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB] [2024-03-05T22:47:50.298Z] #109 3.142 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB] [2024-03-05T22:47:50.298Z] #109 3.165 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB] [2024-03-05T22:47:50.552Z] #109 3.166 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB] [2024-03-05T22:47:50.552Z] #109 3.168 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB] [2024-03-05T22:47:50.552Z] #109 3.172 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB] [2024-03-05T22:47:50.552Z] #109 3.181 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB] [2024-03-05T22:47:50.552Z] #109 3.183 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2024-03-05T22:47:50.552Z] #109 3.185 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2024-03-05T22:47:50.552Z] #109 3.187 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB] [2024-03-05T22:47:50.552Z] #109 3.189 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB] [2024-03-05T22:47:50.552Z] #109 3.191 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] [2024-03-05T22:47:50.552Z] #109 3.251 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B] [2024-03-05T22:47:50.552Z] #109 3.251 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB] [2024-03-05T22:47:50.552Z] #109 3.252 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB] [2024-03-05T22:47:50.552Z] #109 3.252 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB] [2024-03-05T22:47:50.552Z] #109 3.253 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB] [2024-03-05T22:47:50.552Z] #109 3.253 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB] [2024-03-05T22:47:50.552Z] #109 3.254 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB] [2024-03-05T22:47:50.552Z] #109 3.255 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB] [2024-03-05T22:47:50.552Z] #109 3.256 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB] [2024-03-05T22:47:50.552Z] #109 3.256 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB] [2024-03-05T22:47:50.552Z] #109 3.257 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2024-03-05T22:47:50.552Z] #109 3.258 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.22-1~deb12u1 [92.2 kB] [2024-03-05T22:47:50.552Z] #109 3.261 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB] [2024-03-05T22:47:50.552Z] #109 3.266 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB] [2024-03-05T22:47:50.552Z] #109 3.270 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB] [2024-03-05T22:47:50.552Z] #109 3.316 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB] [2024-03-05T22:47:50.552Z] #109 3.324 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB] [2024-03-05T22:47:50.552Z] #109 3.328 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB] [2024-03-05T22:47:50.552Z] #109 3.329 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB] [2024-03-05T22:47:50.552Z] #109 3.477 debconf: delaying package configuration, since apt-utils is not installed [2024-03-05T22:47:50.806Z] #109 3.516 Fetched 31.8 MB in 1s (58.7 MB/s) [2024-03-05T22:47:50.806Z] #109 3.541 Selecting previously unselected package libargon2-1:arm64. [2024-03-05T22:47:50.806Z] #109 3.541 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15667 files and directories currently installed.) [2024-03-05T22:47:50.806Z] #109 3.550 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2024-03-05T22:47:50.806Z] #109 3.557 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2024-03-05T22:47:50.806Z] #109 3.593 Selecting previously unselected package dmsetup. [2024-03-05T22:47:50.806Z] #109 3.594 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2024-03-05T22:47:50.806Z] #109 3.598 Unpacking dmsetup (2:1.02.185-2) ... [2024-03-05T22:47:50.806Z] #109 3.635 Selecting previously unselected package libdevmapper1.02.1:arm64. [2024-03-05T22:47:50.806Z] #109 3.636 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2024-03-05T22:47:50.806Z] #109 3.639 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2024-03-05T22:47:50.806Z] #109 3.680 Selecting previously unselected package libjson-c5:arm64. [2024-03-05T22:47:50.806Z] #109 3.682 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2024-03-05T22:47:50.806Z] #109 3.685 Unpacking libjson-c5:arm64 (0.16-2) ... [2024-03-05T22:47:50.806Z] #109 3.718 Selecting previously unselected package libcryptsetup12:arm64. [2024-03-05T22:47:51.059Z] #109 3.720 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2024-03-05T22:47:51.059Z] #109 3.724 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2024-03-05T22:47:51.059Z] #109 3.771 Selecting previously unselected package libfdisk1:arm64. [2024-03-05T22:47:51.059Z] #109 3.773 Preparing to unpack .../05-libfdisk1_2.38.1-5+b1_arm64.deb ... [2024-03-05T22:47:51.059Z] #109 3.776 Unpacking libfdisk1:arm64 (2.38.1-5+b1) ... [2024-03-05T22:47:51.059Z] #109 3.818 Selecting previously unselected package libkmod2:arm64. [2024-03-05T22:47:51.059Z] #109 3.820 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... [2024-03-05T22:47:51.059Z] #109 3.824 Unpacking libkmod2:arm64 (30+20221128-1) ... [2024-03-05T22:47:51.059Z] #109 3.858 Selecting previously unselected package libapparmor1:arm64. [2024-03-05T22:47:51.059Z] #109 3.860 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... [2024-03-05T22:47:51.059Z] #109 3.863 Unpacking libapparmor1:arm64 (3.0.8-3) ... [2024-03-05T22:47:51.059Z] #109 3.896 Selecting previously unselected package libip4tc2:arm64. [2024-03-05T22:47:51.060Z] #109 3.898 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... [2024-03-05T22:47:51.060Z] #109 3.901 Unpacking libip4tc2:arm64 (1.8.9-2) ... [2024-03-05T22:47:51.060Z] #109 3.927 Selecting previously unselected package libsystemd-shared:arm64. [2024-03-05T22:47:51.313Z] #109 3.929 Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_arm64.deb ... [2024-03-05T22:47:51.313Z] #109 3.933 Unpacking libsystemd-shared:arm64 (252.22-1~deb12u1) ... [2024-03-05T22:47:51.313Z] #109 4.080 Selecting previously unselected package systemd. [2024-03-05T22:47:51.313Z] #109 4.082 Preparing to unpack .../10-systemd_252.22-1~deb12u1_arm64.deb ... [2024-03-05T22:47:51.313Z] #109 4.098 Unpacking systemd (252.22-1~deb12u1) ... [2024-03-05T22:47:51.567Z] #109 4.349 Selecting previously unselected package pigz. [2024-03-05T22:47:51.567Z] #109 4.351 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ... [2024-03-05T22:47:51.567Z] #109 4.354 Unpacking pigz (2.6-1) ... [2024-03-05T22:47:51.567Z] #109 4.392 Selecting previously unselected package sgml-base. [2024-03-05T22:47:51.567Z] #109 4.394 Preparing to unpack .../12-sgml-base_1.31_all.deb ... [2024-03-05T22:47:51.567Z] #109 4.400 Unpacking sgml-base (1.31) ... [2024-03-05T22:47:51.567Z] #109 4.448 Selecting previously unselected package sudo. [2024-03-05T22:47:51.567Z] #109 4.450 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ... [2024-03-05T22:47:51.821Z] #109 4.454 Unpacking sudo (1.9.13p3-1+deb12u1) ... [2024-03-05T22:47:51.821Z] #109 4.578 Selecting previously unselected package libelf1:arm64. [2024-03-05T22:47:51.821Z] #109 4.580 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ... [2024-03-05T22:47:51.821Z] #109 4.584 Unpacking libelf1:arm64 (0.188-2.1) ... [2024-03-05T22:47:51.821Z] #109 4.630 Selecting previously unselected package libbpf1:arm64. [2024-03-05T22:47:51.821Z] #109 4.632 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ... [2024-03-05T22:47:51.821Z] #109 4.635 Unpacking libbpf1:arm64 (1:1.1.0-1) ... [2024-03-05T22:47:51.821Z] #109 4.675 Selecting previously unselected package libmnl0:arm64. [2024-03-05T22:47:51.821Z] #109 4.678 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ... [2024-03-05T22:47:51.821Z] #109 4.681 Unpacking libmnl0:arm64 (1.0.4-3) ... [2024-03-05T22:47:52.075Z] #109 4.712 Selecting previously unselected package libxtables12:arm64. [2024-03-05T22:47:52.075Z] #109 4.714 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ... [2024-03-05T22:47:52.075Z] #109 4.718 Unpacking libxtables12:arm64 (1.8.9-2) ... [2024-03-05T22:47:52.075Z] #109 4.745 Selecting previously unselected package libcap2-bin. [2024-03-05T22:47:52.075Z] #109 4.747 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ... [2024-03-05T22:47:52.075Z] #109 4.750 Unpacking libcap2-bin (1:2.66-4) ... [2024-03-05T22:47:52.075Z] #109 4.788 Selecting previously unselected package iproute2. [2024-03-05T22:47:52.075Z] #109 4.790 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ... [2024-03-05T22:47:52.075Z] #109 4.793 Unpacking iproute2 (6.1.0-3) ... [2024-03-05T22:47:52.075Z] #109 4.903 Selecting previously unselected package vim-common. [2024-03-05T22:47:52.329Z] #109 4.906 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ... [2024-03-05T22:47:52.329Z] #109 4.909 Unpacking vim-common (2:9.0.1378-2) ... [2024-03-05T22:47:52.329Z] #109 4.954 Selecting previously unselected package bash-completion. [2024-03-05T22:47:52.329Z] #109 4.956 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ... [2024-03-05T22:47:52.329Z] #109 4.967 Unpacking bash-completion (1:2.11-6) ... [2024-03-05T22:47:52.329Z] #109 5.072 Selecting previously unselected package bzip2. [2024-03-05T22:47:52.329Z] #109 5.075 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ... [2024-03-05T22:47:52.329Z] #109 5.079 Unpacking bzip2 (1.0.8-5+b1) ... [2024-03-05T22:47:52.329Z] #109 5.112 Selecting previously unselected package xz-utils. [2024-03-05T22:47:52.329Z] #109 5.114 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ... [2024-03-05T22:47:52.329Z] #109 5.116 Unpacking xz-utils (5.4.1-0.2) ... [2024-03-05T22:47:52.329Z] #109 5.196 Selecting previously unselected package apparmor. [2024-03-05T22:47:52.584Z] #109 5.198 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ... [2024-03-05T22:47:52.584Z] #109 5.214 Unpacking apparmor (3.0.8-3) ... [2024-03-05T22:47:52.584Z] #109 5.292 Selecting previously unselected package inetutils-ping. [2024-03-05T22:47:52.584Z] #109 5.294 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ... [2024-03-05T22:47:52.584Z] #109 5.299 Unpacking inetutils-ping (2:2.4-2+deb12u1) ... [2024-03-05T22:47:52.584Z] #109 5.333 Selecting previously unselected package libip6tc2:arm64. [2024-03-05T22:47:52.584Z] #109 5.335 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ... [2024-03-05T22:47:52.584Z] #109 5.338 Unpacking libip6tc2:arm64 (1.8.9-2) ... [2024-03-05T22:47:52.584Z] #109 5.372 Selecting previously unselected package libnfnetlink0:arm64. [2024-03-05T22:47:52.584Z] #109 5.375 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ... [2024-03-05T22:47:52.584Z] #109 5.378 Unpacking libnfnetlink0:arm64 (1.0.2-2) ... [2024-03-05T22:47:52.584Z] #109 5.410 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2024-03-05T22:47:52.838Z] #109 5.412 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ... [2024-03-05T22:47:52.838Z] #109 5.415 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ... [2024-03-05T22:47:52.838Z] #109 5.448 Selecting previously unselected package libnftnl11:arm64. [2024-03-05T22:47:52.838Z] #109 5.451 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ... [2024-03-05T22:47:52.838Z] #109 5.454 Unpacking libnftnl11:arm64 (1.2.4-2) ... [2024-03-05T22:47:52.838Z] #109 5.489 Selecting previously unselected package iptables. [2024-03-05T22:47:52.838Z] #109 5.491 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ... [2024-03-05T22:47:52.838Z] #109 5.494 Unpacking iptables (1.8.9-2) ... [2024-03-05T22:47:52.838Z] #109 5.574 Selecting previously unselected package libonig5:arm64. [2024-03-05T22:47:52.838Z] #109 5.577 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ... [2024-03-05T22:47:52.838Z] #109 5.580 Unpacking libonig5:arm64 (6.9.8-1) ... [2024-03-05T22:47:52.838Z] #109 5.622 Selecting previously unselected package libjq1:arm64. [2024-03-05T22:47:52.838Z] #109 5.625 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ... [2024-03-05T22:47:52.838Z] #109 5.628 Unpacking libjq1:arm64 (1.6-2.1) ... [2024-03-05T22:47:52.838Z] #109 5.660 Selecting previously unselected package jq. [2024-03-05T22:47:52.838Z] #109 5.663 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ... [2024-03-05T22:47:52.838Z] #109 5.666 Unpacking jq (1.6-2.1) ... [2024-03-05T22:47:52.838Z] #109 5.699 Selecting previously unselected package libaio1:arm64. [2024-03-05T22:47:53.092Z] #109 5.702 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ... [2024-03-05T22:47:53.092Z] #109 5.705 Unpacking libaio1:arm64 (0.3.113-4) ... [2024-03-05T22:47:53.092Z] #109 5.740 Selecting previously unselected package libgpm2:arm64. [2024-03-05T22:47:53.092Z] #109 5.743 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ... [2024-03-05T22:47:53.092Z] #109 5.748 Unpacking libgpm2:arm64 (1.20.7-10+b1) ... [2024-03-05T22:47:53.092Z] #109 5.778 Selecting previously unselected package libicu72:arm64. [2024-03-05T22:47:53.092Z] #109 5.780 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ... [2024-03-05T22:47:53.092Z] #109 5.783 Unpacking libicu72:arm64 (72.1-3) ... [2024-03-05T22:47:53.649Z] #109 6.329 Selecting previously unselected package libinih1:arm64. [2024-03-05T22:47:53.649Z] #109 6.331 Preparing to unpack .../37-libinih1_55-1_arm64.deb ... [2024-03-05T22:47:53.649Z] #109 6.335 Unpacking libinih1:arm64 (55-1) ... [2024-03-05T22:47:53.649Z] #109 6.366 Selecting previously unselected package libmicrohttpd12:arm64. [2024-03-05T22:47:53.649Z] #109 6.368 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ... [2024-03-05T22:47:53.649Z] #109 6.372 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ... [2024-03-05T22:47:53.649Z] #109 6.410 Selecting previously unselected package libnet1:arm64. [2024-03-05T22:47:53.649Z] #109 6.412 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ... [2024-03-05T22:47:53.649Z] #109 6.415 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ... [2024-03-05T22:47:53.649Z] #109 6.453 Selecting previously unselected package libnl-3-200:arm64. [2024-03-05T22:47:53.649Z] #109 6.455 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ... [2024-03-05T22:47:53.649Z] #109 6.459 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ... [2024-03-05T22:47:53.649Z] #109 6.494 Selecting previously unselected package libprotobuf-c1:arm64. [2024-03-05T22:47:53.649Z] #109 6.496 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ... [2024-03-05T22:47:53.649Z] #109 6.500 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ... [2024-03-05T22:47:53.649Z] #109 6.531 Selecting previously unselected package libsodium23:arm64. [2024-03-05T22:47:53.649Z] #109 6.534 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ... [2024-03-05T22:47:53.649Z] #109 6.537 Unpacking libsodium23:arm64 (1.0.18-1) ... [2024-03-05T22:47:53.649Z] #109 6.575 Selecting previously unselected package libsubid4:arm64. [2024-03-05T22:47:53.903Z] #109 6.577 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ... [2024-03-05T22:47:53.903Z] #109 6.580 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ... [2024-03-05T22:47:53.903Z] #109 6.615 Selecting previously unselected package liburcu8:arm64. [2024-03-05T22:47:53.903Z] #109 6.617 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ... [2024-03-05T22:47:53.903Z] #109 6.620 Unpacking liburcu8:arm64 (0.13.2-1) ... [2024-03-05T22:47:53.903Z] #109 6.657 Selecting previously unselected package libyajl2:arm64. [2024-03-05T22:47:53.903Z] #109 6.659 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ... [2024-03-05T22:47:53.903Z] #109 6.662 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ... [2024-03-05T22:47:53.903Z] #109 6.688 Selecting previously unselected package net-tools. [2024-03-05T22:47:53.903Z] #109 6.690 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ... [2024-03-05T22:47:53.903Z] #109 6.693 Unpacking net-tools (2.10-0.1) ... [2024-03-05T22:47:53.903Z] #109 6.738 Selecting previously unselected package patch. [2024-03-05T22:47:53.903Z] #109 6.740 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ... [2024-03-05T22:47:53.903Z] #109 6.743 Unpacking patch (2.7.6-7) ... [2024-03-05T22:47:53.903Z] #109 6.778 Selecting previously unselected package systemd-journal-remote. [2024-03-05T22:47:53.903Z] #109 6.780 Preparing to unpack .../48-systemd-journal-remote_252.22-1~deb12u1_arm64.deb ... [2024-03-05T22:47:53.903Z] #109 6.783 Unpacking systemd-journal-remote (252.22-1~deb12u1) ... [2024-03-05T22:47:53.903Z] #109 6.819 Selecting previously unselected package thin-provisioning-tools. [2024-03-05T22:47:54.157Z] #109 6.821 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ... [2024-03-05T22:47:54.157Z] #109 6.825 Unpacking thin-provisioning-tools (0.9.0-2) ... [2024-03-05T22:47:54.157Z] #109 6.879 Selecting previously unselected package uidmap. [2024-03-05T22:47:54.157Z] #109 6.881 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ... [2024-03-05T22:47:54.157Z] #109 6.884 Unpacking uidmap (1:4.13+dfsg1-1+b1) ... [2024-03-05T22:47:54.157Z] #109 6.928 Selecting previously unselected package vim-runtime. [2024-03-05T22:47:54.157Z] #109 6.930 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ... [2024-03-05T22:47:54.157Z] #109 6.940 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime' [2024-03-05T22:47:54.157Z] #109 6.951 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime' [2024-03-05T22:47:54.157Z] #109 6.954 Unpacking vim-runtime (2:9.0.1378-2) ... [2024-03-05T22:47:54.715Z] #109 7.448 Selecting previously unselected package vim. [2024-03-05T22:47:54.715Z] #109 7.451 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ... [2024-03-05T22:47:54.715Z] #109 7.455 Unpacking vim (2:9.0.1378-2) ... [2024-03-05T22:47:54.715Z] #109 7.586 Selecting previously unselected package xfsprogs. [2024-03-05T22:47:54.969Z] #109 7.588 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ... [2024-03-05T22:47:54.969Z] #109 7.592 Unpacking xfsprogs (6.1.0-1) ... [2024-03-05T22:47:54.969Z] #109 7.687 Selecting previously unselected package zip. [2024-03-05T22:47:54.969Z] #109 7.689 Preparing to unpack .../54-zip_3.0-13_arm64.deb ... [2024-03-05T22:47:54.969Z] #109 7.692 Unpacking zip (3.0-13) ... [2024-03-05T22:47:54.969Z] #109 7.733 Selecting previously unselected package zstd. [2024-03-05T22:47:54.969Z] #109 7.736 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ... [2024-03-05T22:47:54.969Z] #109 7.739 Unpacking zstd (1.5.4+dfsg2-5) ... [2024-03-05T22:47:54.969Z] #109 7.821 Setting up libip4tc2:arm64 (1.8.9-2) ... [2024-03-05T22:47:55.223Z] #109 7.831 Setting up net-tools (2.10-0.1) ... [2024-03-05T22:47:55.223Z] #109 7.840 Setting up libapparmor1:arm64 (3.0.8-3) ... [2024-03-05T22:47:55.223Z] #109 7.849 Setting up libsodium23:arm64 (1.0.18-1) ... [2024-03-05T22:47:55.223Z] #109 7.858 Setting up libgpm2:arm64 (1.20.7-10+b1) ... [2024-03-05T22:47:55.223Z] #109 7.868 Setting up libicu72:arm64 (72.1-3) ... [2024-03-05T22:47:55.223Z] #109 7.878 Setting up libip6tc2:arm64 (1.8.9-2) ... [2024-03-05T22:47:55.223Z] #109 7.886 Setting up libinih1:arm64 (55-1) ... [2024-03-05T22:47:55.223Z] #109 7.897 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2024-03-05T22:47:55.223Z] #109 7.909 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ... [2024-03-05T22:47:55.223Z] #109 7.918 Setting up bzip2 (1.0.8-5+b1) ... [2024-03-05T22:47:55.223Z] #109 7.927 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ... [2024-03-05T22:47:55.223Z] #109 7.937 Setting up libmicrohttpd12:arm64 (0.9.75-6) ... [2024-03-05T22:47:55.223Z] #109 7.946 Setting up libcap2-bin (1:2.66-4) ... [2024-03-05T22:47:55.223Z] #109 7.955 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ... [2024-03-05T22:47:55.223Z] #109 7.965 Setting up apparmor (3.0.8-3) ... [2024-03-05T22:47:55.781Z] #109 8.527 debconf: unable to initialize frontend: Dialog [2024-03-05T22:47:55.781Z] #109 8.527 debconf: (TERM is not set, so the dialog frontend is not usable.) [2024-03-05T22:47:55.781Z] #109 8.527 debconf: falling back to frontend: Readline [2024-03-05T22:47:55.781Z] #109 8.533 debconf: unable to initialize frontend: Readline [2024-03-05T22:47:55.781Z] #109 8.533 debconf: (This frontend requires a controlling tty.) [2024-03-05T22:47:55.781Z] #109 8.533 debconf: falling back to frontend: Teletype [2024-03-05T22:47:55.781Z] #109 8.693 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2024-03-05T22:47:56.035Z] #109 8.717 Setting up zip (3.0-13) ... [2024-03-05T22:47:56.035Z] #109 8.728 Setting up vim-common (2:9.0.1378-2) ... [2024-03-05T22:47:56.035Z] #109 8.744 Setting up bash-completion (1:2.11-6) ... [2024-03-05T22:47:56.035Z] #109 8.764 Setting up xz-utils (5.4.1-0.2) ... [2024-03-05T22:47:56.035Z] #109 8.776 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2024-03-05T22:47:56.035Z] #109 8.785 Setting up libmnl0:arm64 (1.0.4-3) ... [2024-03-05T22:47:56.035Z] #109 8.797 Setting up patch (2.7.6-7) ... [2024-03-05T22:47:56.035Z] #109 8.807 Setting up sudo (1.9.13p3-1+deb12u1) ... [2024-03-05T22:47:56.035Z] #109 8.856 invoke-rc.d: could not determine current runlevel [2024-03-05T22:47:56.035Z] #109 8.858 invoke-rc.d: policy-rc.d denied execution of start. [2024-03-05T22:47:56.035Z] #109 8.864 Setting up libxtables12:arm64 (1.8.9-2) ... [2024-03-05T22:47:56.035Z] #109 8.874 Setting up liburcu8:arm64 (0.13.2-1) ... [2024-03-05T22:47:56.035Z] #109 8.883 Setting up libfdisk1:arm64 (2.38.1-5+b1) ... [2024-03-05T22:47:56.035Z] #109 8.894 Setting up inetutils-ping (2:2.4-2+deb12u1) ... [2024-03-05T22:47:56.035Z] #109 8.906 Setting up pigz (2.6-1) ... [2024-03-05T22:47:56.289Z] #109 8.920 Setting up libnfnetlink0:arm64 (1.0.2-2) ... [2024-03-05T22:47:56.289Z] #109 8.933 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ... [2024-03-05T22:47:56.289Z] #109 8.969 Setting up sgml-base (1.31) ... [2024-03-05T22:47:56.289Z] #109 8.997 Setting up vim-runtime (2:9.0.1378-2) ... [2024-03-05T22:47:56.289Z] #109 9.067 Setting up libaio1:arm64 (0.3.113-4) ... [2024-03-05T22:47:56.289Z] #109 9.077 Setting up libelf1:arm64 (0.188-2.1) ... [2024-03-05T22:47:56.289Z] #109 9.087 Setting up libjson-c5:arm64 (0.16-2) ... [2024-03-05T22:47:56.289Z] #109 9.098 Setting up zstd (1.5.4+dfsg2-5) ... [2024-03-05T22:47:56.289Z] #109 9.108 Setting up libonig5:arm64 (6.9.8-1) ... [2024-03-05T22:47:56.289Z] #109 9.118 Setting up libbpf1:arm64 (1:1.1.0-1) ... [2024-03-05T22:47:56.289Z] #109 9.128 Setting up libkmod2:arm64 (30+20221128-1) ... [2024-03-05T22:47:56.289Z] #109 9.138 Setting up vim (2:9.0.1378-2) ... [2024-03-05T22:47:56.289Z] #109 9.147 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2024-03-05T22:47:56.289Z] #109 9.151 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2024-03-05T22:47:56.289Z] #109 9.156 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2024-03-05T22:47:56.289Z] #109 9.160 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2024-03-05T22:47:56.289Z] #109 9.163 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2024-03-05T22:47:56.289Z] #109 9.167 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2024-03-05T22:47:56.543Z] #109 9.173 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2024-03-05T22:47:56.543Z] #109 9.176 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2024-03-05T22:47:56.543Z] #109 9.182 Setting up libjq1:arm64 (1.6-2.1) ... [2024-03-05T22:47:56.543Z] #109 9.192 Setting up iproute2 (6.1.0-3) ... [2024-03-05T22:47:56.543Z] #109 9.308 debconf: unable to initialize frontend: Dialog [2024-03-05T22:47:56.543Z] #109 9.308 debconf: (TERM is not set, so the dialog frontend is not usable.) [2024-03-05T22:47:56.543Z] #109 9.308 debconf: falling back to frontend: Readline [2024-03-05T22:47:56.543Z] #109 9.315 debconf: unable to initialize frontend: Readline [2024-03-05T22:47:56.543Z] #109 9.315 debconf: (This frontend requires a controlling tty.) [2024-03-05T22:47:56.543Z] #109 9.315 debconf: falling back to frontend: Teletype [2024-03-05T22:47:56.543Z] #109 9.347 Setting up uidmap (1:4.13+dfsg1-1+b1) ... [2024-03-05T22:47:56.543Z] #109 9.364 Setting up libnftnl11:arm64 (1.2.4-2) ... [2024-03-05T22:47:56.543Z] #109 9.373 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ... [2024-03-05T22:47:56.543Z] #109 9.383 Setting up thin-provisioning-tools (0.9.0-2) ... [2024-03-05T22:47:56.543Z] #109 9.393 Setting up libsystemd-shared:arm64 (252.22-1~deb12u1) ... [2024-03-05T22:47:56.543Z] #109 9.404 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ... [2024-03-05T22:47:56.543Z] #109 9.417 Setting up jq (1.6-2.1) ... [2024-03-05T22:47:56.797Z] #109 9.428 Setting up iptables (1.8.9-2) ... [2024-03-05T22:47:56.797Z] #109 9.437 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2024-03-05T22:47:56.797Z] #109 9.441 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2024-03-05T22:47:56.797Z] #109 9.444 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2024-03-05T22:47:56.797Z] #109 9.448 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2024-03-05T22:47:56.797Z] #109 9.451 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2024-03-05T22:47:56.797Z] #109 9.457 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2024-03-05T22:47:56.797Z] #109 9.464 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2024-03-05T22:47:56.797Z] #109 9.475 Setting up dmsetup (2:1.02.185-2) ... [2024-03-05T22:47:56.797Z] #109 9.489 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2024-03-05T22:47:56.797Z] #109 9.502 Setting up systemd (252.22-1~deb12u1) ... [2024-03-05T22:47:56.797Z] #109 9.542 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2024-03-05T22:47:56.797Z] #109 9.546 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2024-03-05T22:47:56.797Z] #109 9.551 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2024-03-05T22:47:56.797Z] #109 9.556 Initializing machine ID from random generator. [2024-03-05T22:47:56.797Z] #109 9.579 Creating group 'systemd-journal' with GID 998. [2024-03-05T22:47:56.797Z] #109 9.580 Creating group 'systemd-network' with GID 997. [2024-03-05T22:47:56.797Z] #109 9.580 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997. [2024-03-05T22:47:56.797Z] #109 9.625 Setting up systemd-journal-remote (252.22-1~deb12u1) ... [2024-03-05T22:47:56.797Z] #109 9.644 Creating group 'systemd-journal-remote' with GID 996. [2024-03-05T22:47:57.051Z] #109 9.644 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996. [2024-03-05T22:47:57.051Z] #109 9.667 Setting up xfsprogs (6.1.0-1) ... [2024-03-05T22:47:57.051Z] #109 9.679 System has not been booted with systemd as init system (PID 1). Can't operate. [2024-03-05T22:47:57.051Z] #109 9.679 Failed to connect to bus: Host is down [2024-03-05T22:47:57.052Z] #109 9.684 Processing triggers for libc-bin (2.36-9+deb12u4) ... [2024-03-05T22:47:57.306Z] #109 DONE 10.2s [2024-03-05T22:47:57.559Z] [2024-03-05T22:47:57.559Z] #110 [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-03-05T22:47:57.559Z] #110 0.196 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2024-03-05T22:47:57.813Z] #110 0.199 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2024-03-05T22:47:57.813Z] #110 0.203 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2024-03-05T22:47:57.813Z] #110 DONE 0.2s [2024-03-05T22:47:57.813Z] [2024-03-05T22:47:57.813Z] #111 [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-03-05T22:47:58.067Z] #111 0.562 Hit:1 http://deb.debian.org/debian bookworm InRelease [2024-03-05T22:47:58.067Z] #111 0.562 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease [2024-03-05T22:47:58.321Z] #111 0.564 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease [2024-03-05T22:47:58.879Z] #111 0.743 Reading package lists... [2024-03-05T22:47:59.690Z] #111 1.363 Reading package lists... [2024-03-05T22:47:59.690Z] #111 1.969 Building dependency tree... [2024-03-05T22:47:59.944Z] #111 2.153 Reading state information... [2024-03-05T22:47:59.944Z] #111 2.392 gcc is already the newest version (4:12.2.0-3). [2024-03-05T22:47:59.944Z] #111 2.392 pkg-config is already the newest version (1.8.1-1). [2024-03-05T22:47:59.944Z] #111 2.392 The following additional packages will be installed: [2024-03-05T22:48:00.198Z] #111 2.392 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev [2024-03-05T22:48:00.198Z] #111 2.392 libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin [2024-03-05T22:48:00.198Z] #111 2.392 libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev [2024-03-05T22:48:00.198Z] #111 2.393 libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 [2024-03-05T22:48:00.198Z] #111 2.393 libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2 [2024-03-05T22:48:00.198Z] #111 2.394 python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources [2024-03-05T22:48:00.198Z] #111 2.394 python3-yaml uuid-dev zlib1g-dev [2024-03-05T22:48:00.198Z] #111 2.396 Suggested packages: [2024-03-05T22:48:00.198Z] #111 2.396 debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev [2024-03-05T22:48:00.198Z] #111 2.396 libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools [2024-03-05T22:48:00.198Z] #111 2.396 Recommended packages: [2024-03-05T22:48:00.198Z] #111 2.396 build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl [2024-03-05T22:48:00.198Z] #111 2.396 liblocale-gettext-perl shared-mime-info xdg-user-dirs [2024-03-05T22:48:00.198Z] #111 2.704 The following NEW packages will be installed: [2024-03-05T22:48:00.452Z] #111 2.704 dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev [2024-03-05T22:48:00.452Z] #111 2.704 libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 [2024-03-05T22:48:00.452Z] #111 2.704 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin [2024-03-05T22:48:00.452Z] #111 2.705 libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev [2024-03-05T22:48:00.452Z] #111 2.705 libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev [2024-03-05T22:48:00.452Z] #111 2.705 libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev [2024-03-05T22:48:00.452Z] #111 2.705 libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec [2024-03-05T22:48:00.452Z] #111 2.706 python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev [2024-03-05T22:48:00.452Z] #111 2.981 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded. [2024-03-05T22:48:00.452Z] #111 2.981 Need to get 11.9 MB of archives. [2024-03-05T22:48:00.452Z] #111 2.981 After this operation, 53.1 MB of additional disk space will be used. [2024-03-05T22:48:00.452Z] #111 2.981 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB] [2024-03-05T22:48:00.706Z] #111 2.988 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB] [2024-03-05T22:48:00.706Z] #111 2.995 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB] [2024-03-05T22:48:00.706Z] #111 3.001 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB] [2024-03-05T22:48:00.706Z] #111 3.002 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB] [2024-03-05T22:48:00.706Z] #111 3.003 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB] [2024-03-05T22:48:00.706Z] #111 3.003 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB] [2024-03-05T22:48:00.706Z] #111 3.006 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB] [2024-03-05T22:48:00.706Z] #111 3.008 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB] [2024-03-05T22:48:00.706Z] #111 3.012 Get:10 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB] [2024-03-05T22:48:00.706Z] #111 3.013 Get:11 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB] [2024-03-05T22:48:00.706Z] #111 3.016 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB] [2024-03-05T22:48:00.706Z] #111 3.017 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB] [2024-03-05T22:48:00.706Z] #111 3.020 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB] [2024-03-05T22:48:00.706Z] #111 3.025 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB] [2024-03-05T22:48:00.706Z] #111 3.031 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB] [2024-03-05T22:48:00.706Z] #111 3.031 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB] [2024-03-05T22:48:00.706Z] #111 3.032 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB] [2024-03-05T22:48:00.706Z] #111 3.033 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB] [2024-03-05T22:48:00.706Z] #111 3.036 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB] [2024-03-05T22:48:00.706Z] #111 3.040 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB] [2024-03-05T22:48:00.706Z] #111 3.219 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB] [2024-03-05T22:48:00.960Z] #111 3.224 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB] [2024-03-05T22:48:00.960Z] #111 3.226 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB] [2024-03-05T22:48:00.960Z] #111 3.242 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB] [2024-03-05T22:48:00.960Z] #111 3.244 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB] [2024-03-05T22:48:00.960Z] #111 3.246 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB] [2024-03-05T22:48:00.960Z] #111 3.252 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB] [2024-03-05T22:48:00.960Z] #111 3.262 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB] [2024-03-05T22:48:00.960Z] #111 3.262 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB] [2024-03-05T22:48:00.960Z] #111 3.263 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB] [2024-03-05T22:48:00.960Z] #111 3.266 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB] [2024-03-05T22:48:00.960Z] #111 3.267 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB] [2024-03-05T22:48:00.960Z] #111 3.268 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB] [2024-03-05T22:48:00.960Z] #111 3.270 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB] [2024-03-05T22:48:00.960Z] #111 3.272 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB] [2024-03-05T22:48:00.960Z] #111 3.273 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB] [2024-03-05T22:48:00.961Z] #111 3.429 debconf: delaying package configuration, since apt-utils is not installed [2024-03-05T22:48:01.214Z] #111 3.471 Fetched 11.9 MB in 1s (21.3 MB/s) [2024-03-05T22:48:01.214Z] #111 3.492 Selecting previously unselected package libdpkg-perl. [2024-03-05T22:48:01.214Z] #111 3.492 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21022 files and directories currently installed.) [2024-03-05T22:48:01.214Z] #111 3.505 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ... [2024-03-05T22:48:01.214Z] #111 3.509 Unpacking libdpkg-perl (1.21.22) ... [2024-03-05T22:48:01.214Z] #111 3.576 Selecting previously unselected package dpkg-dev. [2024-03-05T22:48:01.214Z] #111 3.578 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ... [2024-03-05T22:48:01.214Z] #111 3.582 Unpacking dpkg-dev (1.21.22) ... [2024-03-05T22:48:01.214Z] #111 3.699 Selecting previously unselected package libglib2.0-0:arm64. [2024-03-05T22:48:01.469Z] #111 3.701 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ... [2024-03-05T22:48:01.469Z] #111 3.708 Unpacking libglib2.0-0:arm64 (2.74.6-2) ... [2024-03-05T22:48:01.469Z] #111 3.828 Selecting previously unselected package libgirepository-1.0-1:arm64. [2024-03-05T22:48:01.469Z] #111 3.830 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ... [2024-03-05T22:48:01.469Z] #111 3.834 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ... [2024-03-05T22:48:01.469Z] #111 3.865 Selecting previously unselected package gir1.2-glib-2.0:arm64. [2024-03-05T22:48:01.469Z] #111 3.868 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ... [2024-03-05T22:48:01.469Z] #111 3.871 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ... [2024-03-05T22:48:01.469Z] #111 3.909 Selecting previously unselected package libsecret-common. [2024-03-05T22:48:01.469Z] #111 3.911 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ... [2024-03-05T22:48:01.469Z] #111 3.915 Unpacking libsecret-common (0.20.5-3) ... [2024-03-05T22:48:01.469Z] #111 3.963 Selecting previously unselected package libsecret-1-0:arm64. [2024-03-05T22:48:01.723Z] #111 3.966 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ... [2024-03-05T22:48:01.723Z] #111 3.969 Unpacking libsecret-1-0:arm64 (0.20.5-3) ... [2024-03-05T22:48:01.723Z] #111 4.004 Selecting previously unselected package gir1.2-secret-1:arm64. [2024-03-05T22:48:01.723Z] #111 4.006 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ... [2024-03-05T22:48:01.723Z] #111 4.010 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ... [2024-03-05T22:48:01.723Z] #111 4.037 Selecting previously unselected package libapparmor-dev:arm64. [2024-03-05T22:48:01.723Z] #111 4.039 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ... [2024-03-05T22:48:01.723Z] #111 4.043 Unpacking libapparmor-dev:arm64 (3.0.8-3) ... [2024-03-05T22:48:01.723Z] #111 4.075 Selecting previously unselected package uuid-dev:arm64. [2024-03-05T22:48:01.723Z] #111 4.078 Preparing to unpack .../09-uuid-dev_2.38.1-5+b1_arm64.deb ... [2024-03-05T22:48:01.723Z] #111 4.083 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ... [2024-03-05T22:48:01.723Z] #111 4.112 Selecting previously unselected package libblkid-dev:arm64. [2024-03-05T22:48:01.723Z] #111 4.115 Preparing to unpack .../10-libblkid-dev_2.38.1-5+b1_arm64.deb ... [2024-03-05T22:48:01.723Z] #111 4.118 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ... [2024-03-05T22:48:01.723Z] #111 4.161 Selecting previously unselected package libffi-dev:arm64. [2024-03-05T22:48:01.723Z] #111 4.164 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ... [2024-03-05T22:48:01.723Z] #111 4.168 Unpacking libffi-dev:arm64 (3.4.4-1) ... [2024-03-05T22:48:01.723Z] #111 4.200 Selecting previously unselected package libgpg-error-dev. [2024-03-05T22:48:01.977Z] #111 4.203 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ... [2024-03-05T22:48:01.977Z] #111 4.206 Unpacking libgpg-error-dev (1.46-1) ... [2024-03-05T22:48:01.977Z] #111 4.241 Selecting previously unselected package libgcrypt20-dev. [2024-03-05T22:48:01.977Z] #111 4.243 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ... [2024-03-05T22:48:01.977Z] #111 4.247 Unpacking libgcrypt20-dev (1.10.1-3) ... [2024-03-05T22:48:01.977Z] #111 4.316 Selecting previously unselected package libglib2.0-data. [2024-03-05T22:48:01.977Z] #111 4.318 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ... [2024-03-05T22:48:01.977Z] #111 4.322 Unpacking libglib2.0-data (2.74.6-2) ... [2024-03-05T22:48:01.977Z] #111 4.451 Selecting previously unselected package libglib2.0-bin. [2024-03-05T22:48:02.231Z] #111 4.454 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ... [2024-03-05T22:48:02.231Z] #111 4.457 Unpacking libglib2.0-bin (2.74.6-2) ... [2024-03-05T22:48:02.231Z] #111 4.515 Selecting previously unselected package python3-lib2to3. [2024-03-05T22:48:02.231Z] #111 4.518 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ... [2024-03-05T22:48:02.231Z] #111 4.521 Unpacking python3-lib2to3 (3.11.2-3) ... [2024-03-05T22:48:02.231Z] #111 4.566 Selecting previously unselected package python3-distutils. [2024-03-05T22:48:02.231Z] #111 4.569 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ... [2024-03-05T22:48:02.231Z] #111 4.573 Unpacking python3-distutils (3.11.2-3) ... [2024-03-05T22:48:02.231Z] #111 4.616 Selecting previously unselected package libglib2.0-dev-bin. [2024-03-05T22:48:02.231Z] #111 4.618 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ... [2024-03-05T22:48:02.231Z] #111 4.622 Unpacking libglib2.0-dev-bin (2.74.6-2) ... [2024-03-05T22:48:02.231Z] #111 4.661 Selecting previously unselected package libsepol-dev:arm64. [2024-03-05T22:48:02.231Z] #111 4.663 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ... [2024-03-05T22:48:02.231Z] #111 4.667 Unpacking libsepol-dev:arm64 (3.4-2.1) ... [2024-03-05T22:48:02.485Z] #111 4.726 Selecting previously unselected package libpcre2-16-0:arm64. [2024-03-05T22:48:02.485Z] #111 4.729 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ... [2024-03-05T22:48:02.485Z] #111 4.732 Unpacking libpcre2-16-0:arm64 (10.42-1) ... [2024-03-05T22:48:02.485Z] #111 4.780 Selecting previously unselected package libpcre2-32-0:arm64. [2024-03-05T22:48:02.485Z] #111 4.782 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ... [2024-03-05T22:48:02.485Z] #111 4.786 Unpacking libpcre2-32-0:arm64 (10.42-1) ... [2024-03-05T22:48:02.485Z] #111 4.831 Selecting previously unselected package libpcre2-posix3:arm64. [2024-03-05T22:48:02.485Z] #111 4.834 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ... [2024-03-05T22:48:02.485Z] #111 4.837 Unpacking libpcre2-posix3:arm64 (10.42-1) ... [2024-03-05T22:48:02.485Z] #111 4.869 Selecting previously unselected package libpcre2-dev:arm64. [2024-03-05T22:48:02.485Z] #111 4.871 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ... [2024-03-05T22:48:02.485Z] #111 4.875 Unpacking libpcre2-dev:arm64 (10.42-1) ... [2024-03-05T22:48:02.485Z] #111 4.951 Selecting previously unselected package libselinux1-dev:arm64. [2024-03-05T22:48:02.739Z] #111 4.954 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ... [2024-03-05T22:48:02.739Z] #111 4.957 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ... [2024-03-05T22:48:02.739Z] #111 5.010 Selecting previously unselected package libmount-dev:arm64. [2024-03-05T22:48:02.739Z] #111 5.013 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ... [2024-03-05T22:48:02.739Z] #111 5.016 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ... [2024-03-05T22:48:02.739Z] #111 5.046 Selecting previously unselected package zlib1g-dev:arm64. [2024-03-05T22:48:02.739Z] #111 5.048 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ... [2024-03-05T22:48:02.739Z] #111 5.051 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... [2024-03-05T22:48:02.739Z] #111 5.100 Selecting previously unselected package libglib2.0-dev:arm64. [2024-03-05T22:48:02.739Z] #111 5.103 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ... [2024-03-05T22:48:02.739Z] #111 5.107 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ... [2024-03-05T22:48:02.993Z] #111 5.272 Selecting previously unselected package libseccomp-dev:arm64. [2024-03-05T22:48:02.993Z] #111 5.275 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ... [2024-03-05T22:48:02.993Z] #111 5.278 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ... [2024-03-05T22:48:02.993Z] #111 5.314 Selecting previously unselected package libsecret-1-dev:arm64. [2024-03-05T22:48:02.993Z] #111 5.316 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ... [2024-03-05T22:48:02.993Z] #111 5.320 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ... [2024-03-05T22:48:02.993Z] #111 5.396 Selecting previously unselected package libsystemd-dev:arm64. [2024-03-05T22:48:02.993Z] #111 5.399 Preparing to unpack .../30-libsystemd-dev_252.22-1~deb12u1_arm64.deb ... [2024-03-05T22:48:02.993Z] #111 5.404 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ... [2024-03-05T22:48:02.993Z] #111 5.504 Selecting previously unselected package libudev-dev:arm64. [2024-03-05T22:48:03.247Z] #111 5.507 Preparing to unpack .../31-libudev-dev_252.22-1~deb12u1_arm64.deb ... [2024-03-05T22:48:03.247Z] #111 5.510 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ... [2024-03-05T22:48:03.247Z] #111 5.558 Selecting previously unselected package libyaml-0-2:arm64. [2024-03-05T22:48:03.247Z] #111 5.561 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ... [2024-03-05T22:48:03.247Z] #111 5.566 Unpacking libyaml-0-2:arm64 (0.2.5-1) ... [2024-03-05T22:48:03.247Z] #111 5.600 Selecting previously unselected package python3-pathspec. [2024-03-05T22:48:03.247Z] #111 5.603 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ... [2024-03-05T22:48:03.247Z] #111 5.606 Unpacking python3-pathspec (0.11.0-1) ... [2024-03-05T22:48:03.247Z] #111 5.641 Selecting previously unselected package python3-pkg-resources. [2024-03-05T22:48:03.247Z] #111 5.644 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ... [2024-03-05T22:48:03.247Z] #111 5.648 Unpacking python3-pkg-resources (66.1.1-1) ... [2024-03-05T22:48:03.247Z] #111 5.701 Selecting previously unselected package python3-yaml. [2024-03-05T22:48:03.247Z] #111 5.704 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ... [2024-03-05T22:48:03.247Z] #111 5.709 Unpacking python3-yaml (6.0-3+b2) ... [2024-03-05T22:48:03.501Z] #111 5.751 Selecting previously unselected package yamllint. [2024-03-05T22:48:03.501Z] #111 5.754 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ... [2024-03-05T22:48:03.501Z] #111 5.758 Unpacking yamllint (1.29.0-1) ... [2024-03-05T22:48:03.501Z] #111 5.809 Setting up python3-pkg-resources (66.1.1-1) ... [2024-03-05T22:48:03.755Z] #111 6.088 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ... [2024-03-05T22:48:03.755Z] #111 6.097 Setting up libyaml-0-2:arm64 (0.2.5-1) ... [2024-03-05T22:48:03.755Z] #111 6.106 Setting up libglib2.0-0:arm64 (2.74.6-2) ... [2024-03-05T22:48:03.755Z] #111 6.117 No schema files found: doing nothing. [2024-03-05T22:48:03.755Z] #111 6.122 Setting up python3-yaml (6.0-3+b2) ... [2024-03-05T22:48:04.009Z] #111 6.291 Setting up libffi-dev:arm64 (3.4.4-1) ... [2024-03-05T22:48:04.009Z] #111 6.302 Setting up libpcre2-16-0:arm64 (10.42-1) ... [2024-03-05T22:48:04.009Z] #111 6.314 Setting up libpcre2-32-0:arm64 (10.42-1) ... [2024-03-05T22:48:04.009Z] #111 6.324 Setting up libglib2.0-data (2.74.6-2) ... [2024-03-05T22:48:04.009Z] #111 6.335 Setting up libgpg-error-dev (1.46-1) ... [2024-03-05T22:48:04.009Z] #111 6.345 Setting up uuid-dev:arm64 (2.38.1-5+b1) ... [2024-03-05T22:48:04.009Z] #111 6.356 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ... [2024-03-05T22:48:04.009Z] #111 6.367 Setting up libsepol-dev:arm64 (3.4-2.1) ... [2024-03-05T22:48:04.009Z] #111 6.377 Setting up libdpkg-perl (1.21.22) ... [2024-03-05T22:48:04.009Z] #111 6.387 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... [2024-03-05T22:48:04.009Z] #111 6.399 Setting up libpcre2-posix3:arm64 (10.42-1) ... [2024-03-05T22:48:04.263Z] #111 6.410 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ... [2024-03-05T22:48:04.263Z] #111 6.421 Setting up libapparmor-dev:arm64 (3.0.8-3) ... [2024-03-05T22:48:04.263Z] #111 6.431 Setting up python3-pathspec (0.11.0-1) ... [2024-03-05T22:48:04.263Z] #111 6.572 Setting up python3-lib2to3 (3.11.2-3) ... [2024-03-05T22:48:04.263Z] #111 6.687 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ... [2024-03-05T22:48:04.517Z] #111 6.697 Setting up libsecret-common (0.20.5-3) ... [2024-03-05T22:48:04.517Z] #111 6.707 Setting up python3-distutils (3.11.2-3) ... [2024-03-05T22:48:04.517Z] #111 6.845 Setting up libglib2.0-dev-bin (2.74.6-2) ... [2024-03-05T22:48:04.517Z] #111 7.001 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ... [2024-03-05T22:48:04.771Z] #111 7.010 Setting up libpcre2-dev:arm64 (10.42-1) ... [2024-03-05T22:48:04.771Z] #111 7.020 Setting up libselinux1-dev:arm64 (3.4-1+b6) ... [2024-03-05T22:48:04.771Z] #111 7.030 Setting up libglib2.0-bin (2.74.6-2) ... [2024-03-05T22:48:04.771Z] #111 7.041 Setting up dpkg-dev (1.21.22) ... [2024-03-05T22:48:04.771Z] #111 7.067 Setting up libsecret-1-0:arm64 (0.20.5-3) ... [2024-03-05T22:48:04.771Z] #111 7.078 Setting up yamllint (1.29.0-1) ... [2024-03-05T22:48:04.771Z] #111 7.221 Setting up libgcrypt20-dev (1.10.1-3) ... [2024-03-05T22:48:05.025Z] #111 7.230 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ... [2024-03-05T22:48:05.025Z] #111 7.240 Setting up libmount-dev:arm64 (2.38.1-5+b1) ... [2024-03-05T22:48:05.025Z] #111 7.251 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ... [2024-03-05T22:48:05.025Z] #111 7.261 Setting up libglib2.0-dev:arm64 (2.74.6-2) ... [2024-03-05T22:48:05.025Z] #111 7.271 Setting up libsecret-1-dev:arm64 (0.20.5-3) ... [2024-03-05T22:48:05.025Z] #111 7.281 Processing triggers for libc-bin (2.36-9+deb12u4) ... [2024-03-05T22:48:05.025Z] #111 DONE 7.5s [2024-03-05T22:48:05.279Z] [2024-03-05T22:48:05.279Z] #112 [dev-base 11/12] COPY --link --from=dockercli /build/ /usr/local/cli [2024-03-05T22:48:05.279Z] #112 DONE 0.1s [2024-03-05T22:48:05.533Z] [2024-03-05T22:48:05.533Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration [2024-03-05T22:48:05.533Z] #113 DONE 0.1s [2024-03-05T22:48:05.533Z] [2024-03-05T22:48:05.533Z] #114 [dev 1/1] COPY --link . . [2024-03-05T22:48:06.455Z] #114 DONE 1.2s [2024-03-05T22:48:06.709Z] [2024-03-05T22:48:06.709Z] #115 exporting to image [2024-03-05T22:48:06.709Z] #115 exporting layers [2024-03-05T22:48:07.631Z] #115 exporting layers 1.0s done [2024-03-05T22:48:07.631Z] #115 writing image sha256:4d47266c0829bbd96746d64a9e9edda5987cdc54c7692af4011c37834aa75be6 done [2024-03-05T22:48:07.631Z] #115 naming to docker.io/library/docker:b32cfc3b3a9d791ed3924ab168f27962dceec949 done [2024-03-05T22:48:07.631Z] #115 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2024-03-05T22:48:07.916Z] + sudo modprobe ip6table_filter [Pipeline] sh [2024-03-05T22:48:08.183Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47504/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b32cfc3b3a9d791ed3924ab168f27962dceec949 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b32cfc3b3a9d791ed3924ab168f27962dceec949 hack/test/unit [2024-03-05T22:48:08.437Z] + BUILDFLAGS=(-tags 'netgo journald') [2024-03-05T22:48:08.437Z] + TESTFLAGS+=' -test.timeout=5m' [2024-03-05T22:48:08.437Z] + TESTDIRS=./... [2024-03-05T22:48:08.437Z] + exclude_paths='/vendor/|/integration' [2024-03-05T22:48:08.437Z] ++ go list ./... [2024-03-05T22:48:08.437Z] ++ grep -vE '(/vendor/|/integration)' [2024-03-05T22:48:08.997Z] + pkg_list='github.com/docker/docker/api [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/backend/build [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/httpstatus [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/httputils [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/middleware [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/build [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/checkpoint [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/container [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/debug [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/distribution [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/grpc [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/image [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/network [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/plugin [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/session [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/swarm [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/system [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/volume [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/backend [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/blkiodev [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/checkpoint [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/container [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/events [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/filters [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/image [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/mount [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/network [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/plugins/logdriver [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/registry [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/strslice [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/swarm [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/swarm/runtime [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/system [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/time [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/versions [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/volume [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/exporter [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/worker [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/worker/label [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/dockerfile [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/remotecontext [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/remotecontext/git [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-03-05T22:48:08.997Z] github.com/docker/docker/cli/debug [2024-03-05T22:48:08.997Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-03-05T22:48:08.997Z] github.com/docker/docker/cli/winresources/dockerd [2024-03-05T22:48:08.997Z] github.com/docker/docker/client [2024-03-05T22:48:08.997Z] github.com/docker/docker/client/buildkit [2024-03-05T22:48:08.997Z] github.com/docker/docker/cmd/docker-proxy [2024-03-05T22:48:08.997Z] github.com/docker/docker/cmd/dockerd [2024-03-05T22:48:08.997Z] github.com/docker/docker/cmd/dockerd/trap [2024-03-05T22:48:08.997Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-03-05T22:48:08.997Z] github.com/docker/docker/container [2024-03-05T22:48:08.997Z] github.com/docker/docker/container/stream [2024-03-05T22:48:08.997Z] github.com/docker/docker/contrib/apparmor [2024-03-05T22:48:08.997Z] github.com/docker/docker/contrib/httpserver [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/cluster [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/cluster/convert [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/cluster/executor [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/cluster/executor/container [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/cluster/provider [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/config [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/containerd [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/events [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/events/testutils [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/graphdriver [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/graphdriver/copy [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/graphdriver/register [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/images [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/initlayer [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/links [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/listeners [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/awslogs [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/fluentd [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/gcplogs [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/gelf [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/journald [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/local [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/loggertest [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/loggerutils [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/splunk [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/syslog [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/logger/templates [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/names [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/network [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/snapshotter [2024-03-05T22:48:08.997Z] github.com/docker/docker/daemon/stats [2024-03-05T22:48:08.997Z] github.com/docker/docker/distribution [2024-03-05T22:48:08.997Z] github.com/docker/docker/distribution/metadata [2024-03-05T22:48:08.997Z] github.com/docker/docker/distribution/utils [2024-03-05T22:48:08.997Z] github.com/docker/docker/distribution/xfer [2024-03-05T22:48:08.997Z] github.com/docker/docker/dockerversion [2024-03-05T22:48:08.997Z] github.com/docker/docker/errdefs [2024-03-05T22:48:08.997Z] github.com/docker/docker/image [2024-03-05T22:48:08.997Z] github.com/docker/docker/image/cache [2024-03-05T22:48:08.997Z] github.com/docker/docker/image/spec/specs-go [2024-03-05T22:48:08.997Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-03-05T22:48:08.997Z] github.com/docker/docker/image/tarexport [2024-03-05T22:48:08.997Z] github.com/docker/docker/image/v1 [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/cleanups [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/compatcontext [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/mod [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/mounttree [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/multierror [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/safepath [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/sliceutil [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/test/suite [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/testutils [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/testutils/netnsutils [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/testutils/specialimage [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/unix_noeintr [2024-03-05T22:48:08.997Z] github.com/docker/docker/internal/unshare [2024-03-05T22:48:08.997Z] github.com/docker/docker/layer [2024-03-05T22:48:08.997Z] github.com/docker/docker/libcontainerd [2024-03-05T22:48:08.997Z] github.com/docker/docker/libcontainerd/queue [2024-03-05T22:48:08.997Z] github.com/docker/docker/libcontainerd/remote [2024-03-05T22:48:08.997Z] github.com/docker/docker/libcontainerd/shimopts [2024-03-05T22:48:08.997Z] github.com/docker/docker/libcontainerd/supervisor [2024-03-05T22:48:08.997Z] github.com/docker/docker/libcontainerd/types [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/bitmap [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/cluster [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/config [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/datastore [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/diagnostic [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/discoverapi [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/driverapi [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/host [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/null [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/remote [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/windows [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/drvregistry [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/etchosts [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/internal/caller [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/ipam [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/ipamapi [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/ipams/null [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/ipams/remote [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/ipamutils [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/ipbits [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/iptables [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/netlabel [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/netutils [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/networkdb [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/ns [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/options [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/osl [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/osl/kernel [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/portallocator [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/portmapper [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/resolvconf [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/scope [2024-03-05T22:48:08.997Z] github.com/docker/docker/libnetwork/types [2024-03-05T22:48:08.997Z] github.com/docker/docker/oci [2024-03-05T22:48:08.997Z] github.com/docker/docker/oci/caps [2024-03-05T22:48:08.997Z] github.com/docker/docker/opts [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/archive [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/authorization [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/broadcaster [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/capabilities [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/chrootarchive [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/containerfs [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/directory [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/dmesg [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/fileutils [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/homedir [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/idtools [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/ioutils [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/jsonmessage [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/longpath [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/meminfo [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/namesgenerator [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/parsers [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/parsers/kernel [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/pidfile [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/platform [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/plugingetter [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/plugins [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/plugins/transport [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/pools [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/process [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/progress [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/reexec [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/rootless [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/rootless/specconv [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/stack [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/stdcopy [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/streamformatter [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/stringid [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/sysinfo [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/system [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/tailfile [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/tarsum [2024-03-05T22:48:08.997Z] github.com/docker/docker/pkg/useragent [2024-03-05T22:48:08.997Z] github.com/docker/docker/plugin [2024-03-05T22:48:08.997Z] github.com/docker/docker/plugin/executor/containerd [2024-03-05T22:48:08.997Z] github.com/docker/docker/plugin/v2 [2024-03-05T22:48:08.997Z] github.com/docker/docker/profiles/apparmor [2024-03-05T22:48:08.997Z] github.com/docker/docker/profiles/seccomp [2024-03-05T22:48:08.997Z] github.com/docker/docker/quota [2024-03-05T22:48:08.997Z] github.com/docker/docker/reference [2024-03-05T22:48:08.997Z] github.com/docker/docker/registry [2024-03-05T22:48:08.997Z] github.com/docker/docker/registry/resumable [2024-03-05T22:48:08.997Z] github.com/docker/docker/restartmanager [2024-03-05T22:48:08.997Z] github.com/docker/docker/runconfig [2024-03-05T22:48:08.997Z] github.com/docker/docker/runconfig/opts [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil/daemon [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil/environment [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil/fakecontext [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil/fakegit [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil/fakestorage [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil/fixtures/load [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil/fixtures/plugin [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil/registry [2024-03-05T22:48:08.997Z] github.com/docker/docker/testutil/request [2024-03-05T22:48:08.997Z] github.com/docker/docker/volume [2024-03-05T22:48:08.997Z] github.com/docker/docker/volume/drivers [2024-03-05T22:48:08.997Z] github.com/docker/docker/volume/local [2024-03-05T22:48:08.997Z] github.com/docker/docker/volume/mounts [2024-03-05T22:48:08.997Z] github.com/docker/docker/volume/service [2024-03-05T22:48:08.997Z] github.com/docker/docker/volume/service/opts [2024-03-05T22:48:08.997Z] github.com/docker/docker/volume/testutils' [2024-03-05T22:48:08.997Z] ++ grep --fixed-strings -v /libnetwork [2024-03-05T22:48:08.997Z] ++ echo 'github.com/docker/docker/api [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/backend/build [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/httpstatus [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/httputils [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/middleware [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/build [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/checkpoint [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/container [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/debug [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/distribution [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/grpc [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/image [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/network [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/plugin [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/session [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/swarm [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/system [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/server/router/volume [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/backend [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/blkiodev [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/checkpoint [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/container [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/events [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/filters [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/image [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/mount [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/network [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/plugins/logdriver [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/registry [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/strslice [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/swarm [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/swarm/runtime [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/system [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/time [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/versions [2024-03-05T22:48:08.997Z] github.com/docker/docker/api/types/volume [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/exporter [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-03-05T22:48:08.997Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/worker [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/worker/label [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/dockerfile [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/remotecontext [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/remotecontext/git [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-03-05T22:48:08.998Z] github.com/docker/docker/cli/debug [2024-03-05T22:48:08.998Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-03-05T22:48:08.998Z] github.com/docker/docker/cli/winresources/dockerd [2024-03-05T22:48:08.998Z] github.com/docker/docker/client [2024-03-05T22:48:08.998Z] github.com/docker/docker/client/buildkit [2024-03-05T22:48:08.998Z] github.com/docker/docker/cmd/docker-proxy [2024-03-05T22:48:08.998Z] github.com/docker/docker/cmd/dockerd [2024-03-05T22:48:08.998Z] github.com/docker/docker/cmd/dockerd/trap [2024-03-05T22:48:08.998Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-03-05T22:48:08.998Z] github.com/docker/docker/container [2024-03-05T22:48:08.998Z] github.com/docker/docker/container/stream [2024-03-05T22:48:08.998Z] github.com/docker/docker/contrib/apparmor [2024-03-05T22:48:08.998Z] github.com/docker/docker/contrib/httpserver [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster/convert [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster/executor [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster/executor/container [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster/provider [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/config [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/containerd [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/events [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/events/testutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/copy [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/register [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/images [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/initlayer [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/links [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/listeners [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/awslogs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/fluentd [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/gcplogs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/gelf [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/journald [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/local [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/loggertest [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/loggerutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/splunk [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/syslog [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/templates [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/names [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/network [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/snapshotter [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/stats [2024-03-05T22:48:08.998Z] github.com/docker/docker/distribution [2024-03-05T22:48:08.998Z] github.com/docker/docker/distribution/metadata [2024-03-05T22:48:08.998Z] github.com/docker/docker/distribution/utils [2024-03-05T22:48:08.998Z] github.com/docker/docker/distribution/xfer [2024-03-05T22:48:08.998Z] github.com/docker/docker/dockerversion [2024-03-05T22:48:08.998Z] github.com/docker/docker/errdefs [2024-03-05T22:48:08.998Z] github.com/docker/docker/image [2024-03-05T22:48:08.998Z] github.com/docker/docker/image/cache [2024-03-05T22:48:08.998Z] github.com/docker/docker/image/spec/specs-go [2024-03-05T22:48:08.998Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-03-05T22:48:08.998Z] github.com/docker/docker/image/tarexport [2024-03-05T22:48:08.998Z] github.com/docker/docker/image/v1 [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/cleanups [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/compatcontext [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/mod [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/mounttree [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/multierror [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/safepath [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/sliceutil [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/test/suite [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/testutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/testutils/netnsutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/testutils/specialimage [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/unix_noeintr [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/unshare [2024-03-05T22:48:08.998Z] github.com/docker/docker/layer [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd/queue [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd/remote [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd/shimopts [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd/supervisor [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd/types [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/bitmap [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/cluster [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/config [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/datastore [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/diagnostic [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/discoverapi [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/driverapi [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/host [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/null [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/remote [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/windows [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/drvregistry [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/etchosts [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/internal/caller [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/ipam [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/ipamapi [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/ipams/null [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/ipams/remote [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/ipamutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/ipbits [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/iptables [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/netlabel [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/netutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/networkdb [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/ns [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/options [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/osl [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/osl/kernel [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/portallocator [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/portmapper [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/resolvconf [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/scope [2024-03-05T22:48:08.998Z] github.com/docker/docker/libnetwork/types [2024-03-05T22:48:08.998Z] github.com/docker/docker/oci [2024-03-05T22:48:08.998Z] github.com/docker/docker/oci/caps [2024-03-05T22:48:08.998Z] github.com/docker/docker/opts [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/archive [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/authorization [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/broadcaster [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/capabilities [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/chrootarchive [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/containerfs [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/directory [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/dmesg [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/fileutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/homedir [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/idtools [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/ioutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/jsonmessage [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/longpath [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/meminfo [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/namesgenerator [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/parsers [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/parsers/kernel [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/pidfile [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/platform [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugingetter [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugins [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugins/transport [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/pools [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/process [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/progress [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/reexec [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/rootless [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/rootless/specconv [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/stack [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/stdcopy [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/streamformatter [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/stringid [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/sysinfo [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/system [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/tailfile [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/tarsum [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/useragent [2024-03-05T22:48:08.998Z] github.com/docker/docker/plugin [2024-03-05T22:48:08.998Z] github.com/docker/docker/plugin/executor/containerd [2024-03-05T22:48:08.998Z] github.com/docker/docker/plugin/v2 [2024-03-05T22:48:08.998Z] github.com/docker/docker/profiles/apparmor [2024-03-05T22:48:08.998Z] github.com/docker/docker/profiles/seccomp [2024-03-05T22:48:08.998Z] github.com/docker/docker/quota [2024-03-05T22:48:08.998Z] github.com/docker/docker/reference [2024-03-05T22:48:08.998Z] github.com/docker/docker/registry [2024-03-05T22:48:08.998Z] github.com/docker/docker/registry/resumable [2024-03-05T22:48:08.998Z] github.com/docker/docker/restartmanager [2024-03-05T22:48:08.998Z] github.com/docker/docker/runconfig [2024-03-05T22:48:08.998Z] github.com/docker/docker/runconfig/opts [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/daemon [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/environment [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fakecontext [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fakegit [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fakestorage [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fixtures/load [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fixtures/plugin [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/registry [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/request [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/drivers [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/local [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/mounts [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/service [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/service/opts [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/testutils' [2024-03-05T22:48:08.998Z] + base_pkg_list='github.com/docker/docker/api [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/backend/build [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/httpstatus [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/httputils [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/middleware [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/build [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/checkpoint [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/container [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/debug [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/distribution [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/grpc [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/image [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/network [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/plugin [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/session [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/swarm [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/system [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/volume [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/backend [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/blkiodev [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/checkpoint [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/container [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/events [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/filters [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/image [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/mount [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/network [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/plugins/logdriver [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/registry [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/strslice [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/swarm [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/swarm/runtime [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/system [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/time [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/versions [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/types/volume [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/exporter [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/worker [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/builder-next/worker/label [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/dockerfile [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/remotecontext [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/remotecontext/git [2024-03-05T22:48:08.998Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-03-05T22:48:08.998Z] github.com/docker/docker/cli/debug [2024-03-05T22:48:08.998Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-03-05T22:48:08.998Z] github.com/docker/docker/cli/winresources/dockerd [2024-03-05T22:48:08.998Z] github.com/docker/docker/client [2024-03-05T22:48:08.998Z] github.com/docker/docker/client/buildkit [2024-03-05T22:48:08.998Z] github.com/docker/docker/cmd/docker-proxy [2024-03-05T22:48:08.998Z] github.com/docker/docker/cmd/dockerd [2024-03-05T22:48:08.998Z] github.com/docker/docker/cmd/dockerd/trap [2024-03-05T22:48:08.998Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-03-05T22:48:08.998Z] github.com/docker/docker/container [2024-03-05T22:48:08.998Z] github.com/docker/docker/container/stream [2024-03-05T22:48:08.998Z] github.com/docker/docker/contrib/apparmor [2024-03-05T22:48:08.998Z] github.com/docker/docker/contrib/httpserver [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster/convert [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster/executor [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster/executor/container [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/cluster/provider [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/config [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/containerd [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/events [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/events/testutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/copy [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/register [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/images [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/initlayer [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/links [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/listeners [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/awslogs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/fluentd [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/gcplogs [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/gelf [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/journald [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/local [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/loggertest [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/loggerutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/splunk [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/syslog [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/logger/templates [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/names [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/network [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/snapshotter [2024-03-05T22:48:08.998Z] github.com/docker/docker/daemon/stats [2024-03-05T22:48:08.998Z] github.com/docker/docker/distribution [2024-03-05T22:48:08.998Z] github.com/docker/docker/distribution/metadata [2024-03-05T22:48:08.998Z] github.com/docker/docker/distribution/utils [2024-03-05T22:48:08.998Z] github.com/docker/docker/distribution/xfer [2024-03-05T22:48:08.998Z] github.com/docker/docker/dockerversion [2024-03-05T22:48:08.998Z] github.com/docker/docker/errdefs [2024-03-05T22:48:08.998Z] github.com/docker/docker/image [2024-03-05T22:48:08.998Z] github.com/docker/docker/image/cache [2024-03-05T22:48:08.998Z] github.com/docker/docker/image/spec/specs-go [2024-03-05T22:48:08.998Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-03-05T22:48:08.998Z] github.com/docker/docker/image/tarexport [2024-03-05T22:48:08.998Z] github.com/docker/docker/image/v1 [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/cleanups [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/compatcontext [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/mod [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/mounttree [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/multierror [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/safepath [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/sliceutil [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/test/suite [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/testutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/testutils/netnsutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/testutils/specialimage [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/unix_noeintr [2024-03-05T22:48:08.998Z] github.com/docker/docker/internal/unshare [2024-03-05T22:48:08.998Z] github.com/docker/docker/layer [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd/queue [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd/remote [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd/shimopts [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd/supervisor [2024-03-05T22:48:08.998Z] github.com/docker/docker/libcontainerd/types [2024-03-05T22:48:08.998Z] github.com/docker/docker/oci [2024-03-05T22:48:08.998Z] github.com/docker/docker/oci/caps [2024-03-05T22:48:08.998Z] github.com/docker/docker/opts [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/archive [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/authorization [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/broadcaster [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/capabilities [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/chrootarchive [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/containerfs [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/directory [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/dmesg [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/fileutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/homedir [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/idtools [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/ioutils [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/jsonmessage [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/longpath [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/meminfo [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/namesgenerator [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/parsers [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/parsers/kernel [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/pidfile [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/platform [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugingetter [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugins [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/plugins/transport [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/pools [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/process [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/progress [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/reexec [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/rootless [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/rootless/specconv [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/stack [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/stdcopy [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/streamformatter [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/stringid [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/sysinfo [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/system [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/tailfile [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/tarsum [2024-03-05T22:48:08.998Z] github.com/docker/docker/pkg/useragent [2024-03-05T22:48:08.998Z] github.com/docker/docker/plugin [2024-03-05T22:48:08.998Z] github.com/docker/docker/plugin/executor/containerd [2024-03-05T22:48:08.998Z] github.com/docker/docker/plugin/v2 [2024-03-05T22:48:08.998Z] github.com/docker/docker/profiles/apparmor [2024-03-05T22:48:08.998Z] github.com/docker/docker/profiles/seccomp [2024-03-05T22:48:08.998Z] github.com/docker/docker/quota [2024-03-05T22:48:08.998Z] github.com/docker/docker/reference [2024-03-05T22:48:08.998Z] github.com/docker/docker/registry [2024-03-05T22:48:08.998Z] github.com/docker/docker/registry/resumable [2024-03-05T22:48:08.998Z] github.com/docker/docker/restartmanager [2024-03-05T22:48:08.998Z] github.com/docker/docker/runconfig [2024-03-05T22:48:08.998Z] github.com/docker/docker/runconfig/opts [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/daemon [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/environment [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fakecontext [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fakegit [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fakestorage [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fixtures/load [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fixtures/plugin [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/registry [2024-03-05T22:48:08.998Z] github.com/docker/docker/testutil/request [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/drivers [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/local [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/mounts [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/service [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/service/opts [2024-03-05T22:48:08.998Z] github.com/docker/docker/volume/testutils' [2024-03-05T22:48:08.998Z] ++ grep --fixed-strings /libnetwork [2024-03-05T22:48:08.998Z] ++ echo 'github.com/docker/docker/api [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/backend/build [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/httpstatus [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/httputils [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/middleware [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/build [2024-03-05T22:48:08.998Z] github.com/docker/docker/api/server/router/checkpoint [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/container [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/debug [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/distribution [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/grpc [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/image [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/network [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/plugin [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/session [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/swarm [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/system [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/server/router/volume [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/backend [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/blkiodev [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/checkpoint [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/container [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/events [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/filters [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/image [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/mount [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/network [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/plugins/logdriver [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/registry [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/strslice [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/swarm [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/swarm/runtime [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/system [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/time [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/versions [2024-03-05T22:48:08.999Z] github.com/docker/docker/api/types/volume [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/builder-next [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/builder-next/exporter [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/builder-next/worker [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/builder-next/worker/label [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/dockerfile [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/remotecontext [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/remotecontext/git [2024-03-05T22:48:08.999Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-03-05T22:48:08.999Z] github.com/docker/docker/cli/debug [2024-03-05T22:48:08.999Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-03-05T22:48:08.999Z] github.com/docker/docker/cli/winresources/dockerd [2024-03-05T22:48:08.999Z] github.com/docker/docker/client [2024-03-05T22:48:08.999Z] github.com/docker/docker/client/buildkit [2024-03-05T22:48:08.999Z] github.com/docker/docker/cmd/docker-proxy [2024-03-05T22:48:08.999Z] github.com/docker/docker/cmd/dockerd [2024-03-05T22:48:08.999Z] github.com/docker/docker/cmd/dockerd/trap [2024-03-05T22:48:08.999Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-03-05T22:48:08.999Z] github.com/docker/docker/container [2024-03-05T22:48:08.999Z] github.com/docker/docker/container/stream [2024-03-05T22:48:08.999Z] github.com/docker/docker/contrib/apparmor [2024-03-05T22:48:08.999Z] github.com/docker/docker/contrib/httpserver [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/cluster [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/cluster/convert [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/cluster/executor [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/cluster/executor/container [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/cluster/provider [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/config [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/containerd [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/events [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/events/testutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/graphdriver [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/graphdriver/copy [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/graphdriver/register [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/images [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/initlayer [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/links [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/listeners [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/awslogs [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/fluentd [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/gcplogs [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/gelf [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/journald [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/local [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/loggertest [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/loggerutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/splunk [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/syslog [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/logger/templates [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/names [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/network [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/snapshotter [2024-03-05T22:48:08.999Z] github.com/docker/docker/daemon/stats [2024-03-05T22:48:08.999Z] github.com/docker/docker/distribution [2024-03-05T22:48:08.999Z] github.com/docker/docker/distribution/metadata [2024-03-05T22:48:08.999Z] github.com/docker/docker/distribution/utils [2024-03-05T22:48:08.999Z] github.com/docker/docker/distribution/xfer [2024-03-05T22:48:08.999Z] github.com/docker/docker/dockerversion [2024-03-05T22:48:08.999Z] github.com/docker/docker/errdefs [2024-03-05T22:48:08.999Z] github.com/docker/docker/image [2024-03-05T22:48:08.999Z] github.com/docker/docker/image/cache [2024-03-05T22:48:08.999Z] github.com/docker/docker/image/spec/specs-go [2024-03-05T22:48:08.999Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-03-05T22:48:08.999Z] github.com/docker/docker/image/tarexport [2024-03-05T22:48:08.999Z] github.com/docker/docker/image/v1 [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/cleanups [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/compatcontext [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/mod [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/mounttree [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/multierror [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/safepath [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/sliceutil [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/test/suite [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/testutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/testutils/netnsutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/testutils/specialimage [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/unix_noeintr [2024-03-05T22:48:08.999Z] github.com/docker/docker/internal/unshare [2024-03-05T22:48:08.999Z] github.com/docker/docker/layer [2024-03-05T22:48:08.999Z] github.com/docker/docker/libcontainerd [2024-03-05T22:48:08.999Z] github.com/docker/docker/libcontainerd/queue [2024-03-05T22:48:08.999Z] github.com/docker/docker/libcontainerd/remote [2024-03-05T22:48:08.999Z] github.com/docker/docker/libcontainerd/shimopts [2024-03-05T22:48:08.999Z] github.com/docker/docker/libcontainerd/supervisor [2024-03-05T22:48:08.999Z] github.com/docker/docker/libcontainerd/types [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/bitmap [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cluster [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/config [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/datastore [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/diagnostic [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/discoverapi [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/driverapi [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/host [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/null [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/remote [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/windows [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drvregistry [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/etchosts [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/caller [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipam [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipamapi [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/null [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/remote [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipamutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipbits [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/iptables [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/netlabel [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/netutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/networkdb [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ns [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/options [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/osl [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/osl/kernel [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/portallocator [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/portmapper [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/resolvconf [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/scope [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/types [2024-03-05T22:48:08.999Z] github.com/docker/docker/oci [2024-03-05T22:48:08.999Z] github.com/docker/docker/oci/caps [2024-03-05T22:48:08.999Z] github.com/docker/docker/opts [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/archive [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/authorization [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/broadcaster [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/capabilities [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/chrootarchive [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/containerfs [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/directory [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/dmesg [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/fileutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/homedir [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/idtools [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/ioutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/jsonmessage [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/longpath [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/meminfo [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/namesgenerator [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/parsers [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/parsers/kernel [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/pidfile [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/platform [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/plugingetter [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/plugins [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/plugins/transport [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/pools [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/process [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/progress [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/reexec [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/rootless [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/rootless/specconv [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/stack [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/stdcopy [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/streamformatter [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/stringid [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/sysinfo [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/system [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/tailfile [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/tarsum [2024-03-05T22:48:08.999Z] github.com/docker/docker/pkg/useragent [2024-03-05T22:48:08.999Z] github.com/docker/docker/plugin [2024-03-05T22:48:08.999Z] github.com/docker/docker/plugin/executor/containerd [2024-03-05T22:48:08.999Z] github.com/docker/docker/plugin/v2 [2024-03-05T22:48:08.999Z] github.com/docker/docker/profiles/apparmor [2024-03-05T22:48:08.999Z] github.com/docker/docker/profiles/seccomp [2024-03-05T22:48:08.999Z] github.com/docker/docker/quota [2024-03-05T22:48:08.999Z] github.com/docker/docker/reference [2024-03-05T22:48:08.999Z] github.com/docker/docker/registry [2024-03-05T22:48:08.999Z] github.com/docker/docker/registry/resumable [2024-03-05T22:48:08.999Z] github.com/docker/docker/restartmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/runconfig [2024-03-05T22:48:08.999Z] github.com/docker/docker/runconfig/opts [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil/daemon [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil/environment [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil/fakecontext [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil/fakegit [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil/fakestorage [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil/fixtures/load [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil/fixtures/plugin [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil/registry [2024-03-05T22:48:08.999Z] github.com/docker/docker/testutil/request [2024-03-05T22:48:08.999Z] github.com/docker/docker/volume [2024-03-05T22:48:08.999Z] github.com/docker/docker/volume/drivers [2024-03-05T22:48:08.999Z] github.com/docker/docker/volume/local [2024-03-05T22:48:08.999Z] github.com/docker/docker/volume/mounts [2024-03-05T22:48:08.999Z] github.com/docker/docker/volume/service [2024-03-05T22:48:08.999Z] github.com/docker/docker/volume/service/opts [2024-03-05T22:48:08.999Z] github.com/docker/docker/volume/testutils' [2024-03-05T22:48:08.999Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/bitmap [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cluster [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/config [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/datastore [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/diagnostic [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/discoverapi [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/driverapi [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/host [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/null [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/remote [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/windows [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drvregistry [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/etchosts [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/caller [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipam [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipamapi [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/null [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/remote [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipamutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipbits [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/iptables [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/netlabel [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/netutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/networkdb [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ns [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/options [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/osl [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/osl/kernel [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/portallocator [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/portmapper [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/resolvconf [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/scope [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/types' [2024-03-05T22:48:08.999Z] + echo 'github.com/docker/docker/libnetwork [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/bitmap [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cluster [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/config [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/datastore [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/diagnostic [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/discoverapi [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/driverapi [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/host [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/null [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/remote [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/windows [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drvregistry [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/etchosts [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/caller [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipam [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipamapi [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/bu+ grep --fixed-strings libnetwork/drivers/bridge [2024-03-05T22:48:08.999Z] iltin [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/null [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/remote [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipamutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ipbits [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/iptables [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/netlabel [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/netutils [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/networkdb [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/ns [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/options [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/osl [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/osl/kernel [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/portallocator [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/portmapper [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/resolvconf [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/scope [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/types' [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-03-05T22:48:08.999Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-03-05T22:48:08.999Z] + type docker-proxy [2024-03-05T22:48:08.999Z] hack/test/unit: line 25: type: docker-proxy: not found [2024-03-05T22:48:09.000Z] + hack/make.sh binary-proxy install-proxy [2024-03-05T22:48:09.000Z] [2024-03-05T22:48:09.000Z] Removing bundles/ [2024-03-05T22:48:09.000Z] [2024-03-05T22:48:09.000Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2024-03-05T22:48:09.000Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2024-03-05T22:48:09.000Z] + tee /go/src/github.com/docker/docker/go.mod [2024-03-05T22:48:09.000Z] module github.com/docker/docker [2024-03-05T22:48:09.000Z] [2024-03-05T22:48:09.000Z] go 1.21 [2024-03-05T22:48:09.000Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-03-05T22:48:09.000Z] + GO111MODULE=on [2024-03-05T22:48:09.000Z] + GOTOOLCHAIN=local [2024-03-05T22:48:09.000Z] + 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=b32cfc3b3a9d791ed3924ab168f27962dceec949" -X "github.com/docker/docker/dockerversion.BuildTime=2024-03-05T22:48:08.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-03-05T22:48:13.156Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-03-05T22:48:13.156Z] Created binary: bundles/binary-proxy/docker-proxy [2024-03-05T22:48:13.156Z] [2024-03-05T22:48:13.156Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2024-03-05T22:48:13.156Z] Installing docker-proxy to /usr/local/bin/ [2024-03-05T22:48:13.156Z] [2024-03-05T22:48:13.156Z] + mkdir -p bundles [2024-03-05T22:48:13.156Z] + '[' -n 'github.com/docker/docker/api [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/backend/build [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/httpstatus [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/httputils [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/middleware [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/build [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/checkpoint [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/container [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/debug [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/distribution [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/grpc [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/image [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/network [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/plugin [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/session [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/swarm [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/system [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/server/router/volume [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/backend [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/blkiodev [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/checkpoint [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/container [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/events [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/filters [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/image [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/mount [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/network [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/plugins/logdriver [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/registry [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/strslice [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/swarm [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/swarm/runtime [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/system [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/time [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/versions [2024-03-05T22:48:13.156Z] github.com/docker/docker/api/types/volume [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/builder-next [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/builder-next/exporter [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/builder-next/worker [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/builder-next/worker/label [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/dockerfile [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/remotecontext [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/remotecontext/git [2024-03-05T22:48:13.156Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-03-05T22:48:13.156Z] github.com/docker/docker/cli/debug [2024-03-05T22:48:13.156Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-03-05T22:48:13.156Z] github.com/docker/docker/cli/winresources/dockerd [2024-03-05T22:48:13.156Z] github.com/docker/docker/client [2024-03-05T22:48:13.156Z] github.com/docker/docker/client/buildkit [2024-03-05T22:48:13.156Z] github.com/docker/docker/cmd/docker-proxy [2024-03-05T22:48:13.156Z] github.com/docker/docker/cmd/dockerd [2024-03-05T22:48:13.156Z] github.com/docker/docker/cmd/dockerd/trap [2024-03-05T22:48:13.156Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-03-05T22:48:13.156Z] github.com/docker/docker/container [2024-03-05T22:48:13.156Z] github.com/docker/docker/container/stream [2024-03-05T22:48:13.156Z] github.com/docker/docker/contrib/apparmor [2024-03-05T22:48:13.156Z] github.com/docker/docker/contrib/httpserver [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/cluster [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/cluster/convert [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/cluster/executor [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/cluster/executor/container [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/cluster/provider [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/config [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/containerd [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/events [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/events/testutils [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/graphdriver [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/graphdriver/copy [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/graphdriver/register [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/images [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/initlayer [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/links [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/listeners [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/awslogs [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/fluentd [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/gcplogs [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/gelf [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/journald [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/local [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/loggertest [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/loggerutils [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/splunk [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/syslog [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/logger/templates [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/names [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/network [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/snapshotter [2024-03-05T22:48:13.156Z] github.com/docker/docker/daemon/stats [2024-03-05T22:48:13.156Z] github.com/docker/docker/distribution [2024-03-05T22:48:13.156Z] github.com/docker/docker/distribution/metadata [2024-03-05T22:48:13.156Z] github.com/docker/docker/distribution/utils [2024-03-05T22:48:13.156Z] github.com/docker/docker/distribution/xfer [2024-03-05T22:48:13.156Z] github.com/docker/docker/dockerversion [2024-03-05T22:48:13.156Z] github.com/docker/docker/errdefs [2024-03-05T22:48:13.156Z] github.com/docker/docker/image [2024-03-05T22:48:13.156Z] github.com/docker/docker/image/cache [2024-03-05T22:48:13.156Z] github.com/docker/docker/image/spec/specs-go [2024-03-05T22:48:13.156Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-03-05T22:48:13.156Z] github.com/docker/docker/image/tarexport [2024-03-05T22:48:13.156Z] github.com/docker/docker/image/v1 [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/cleanups [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/compatcontext [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/mod [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/mounttree [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/multierror [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/safepath [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/sliceutil [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/test/suite [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/testutils [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/testutils/netnsutils [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/testutils/specialimage [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/unix_noeintr [2024-03-05T22:48:13.156Z] github.com/docker/docker/internal/unshare [2024-03-05T22:48:13.156Z] github.com/docker/docker/layer [2024-03-05T22:48:13.156Z] github.com/docker/docker/libcontainerd [2024-03-05T22:48:13.156Z] github.com/docker/docker/libcontainerd/queue [2024-03-05T22:48:13.156Z] github.com/docker/docker/libcontainerd/remote [2024-03-05T22:48:13.156Z] github.com/docker/docker/libcontainerd/shimopts [2024-03-05T22:48:13.156Z] github.com/docker/docker/libcontainerd/supervisor [2024-03-05T22:48:13.156Z] github.com/docker/docker/libcontainerd/types [2024-03-05T22:48:13.156Z] github.com/docker/docker/oci [2024-03-05T22:48:13.156Z] github.com/docker/docker/oci/caps [2024-03-05T22:48:13.156Z] github.com/docker/docker/opts [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/archive [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/authorization [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/broadcaster [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/capabilities [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/chrootarchive [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/containerfs [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/directory [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/dmesg [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/fileutils [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/homedir [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/idtools [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/ioutils [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/jsonmessage [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/longpath [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/meminfo [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/namesgenerator [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/parsers [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/parsers/kernel [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/pidfile [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/platform [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/plugingetter [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/plugins [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-03-05T22:48:13.156Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/plugins/transport [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/pools [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/process [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/progress [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/reexec [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/rootless [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/rootless/specconv [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/stack [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/stdcopy [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/streamformatter [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/stringid [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/sysinfo [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/system [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/tailfile [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/tarsum [2024-03-05T22:48:13.157Z] github.com/docker/docker/pkg/useragent [2024-03-05T22:48:13.157Z] github.com/docker/docker/plugin [2024-03-05T22:48:13.157Z] github.com/docker/docker/plugin/executor/containerd [2024-03-05T22:48:13.157Z] github.com/docker/docker/plugin/v2 [2024-03-05T22:48:13.157Z] github.com/docker/docker/profiles/apparmor [2024-03-05T22:48:13.157Z] github.com/docker/docker/profiles/seccomp [2024-03-05T22:48:13.157Z] github.com/docker/docker/quota [2024-03-05T22:48:13.157Z] github.com/docker/docker/reference [2024-03-05T22:48:13.157Z] github.com/docker/docker/registry [2024-03-05T22:48:13.157Z] github.com/docker/docker/registry/resumable [2024-03-05T22:48:13.157Z] github.com/docker/docker/restartmanager [2024-03-05T22:48:13.157Z] github.com/docker/docker/runconfig [2024-03-05T22:48:13.157Z] github.com/docker/docker/runconfig/opts [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil/daemon [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil/environment [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil/fakecontext [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil/fakegit [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil/fakestorage [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil/fixtures/load [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil/fixtures/plugin [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil/registry [2024-03-05T22:48:13.157Z] github.com/docker/docker/testutil/request [2024-03-05T22:48:13.157Z] github.com/docker/docker/volume [2024-03-05T22:48:13.157Z] github.com/docker/docker/volume/drivers [2024-03-05T22:48:13.157Z] github.com/docker/docker/volume/local [2024-03-05T22:48:13.157Z] github.com/docker/docker/volume/mounts [2024-03-05T22:48:13.157Z] github.com/docker/docker/volume/service [2024-03-05T22:48:13.157Z] github.com/docker/docker/volume/service/opts [2024-03-05T22:48:13.157Z] github.com/docker/docker/volume/testutils' ']' [2024-03-05T22:48:13.157Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/checkpoint github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/cleanups github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/safepath github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unix_noeintr github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2024-03-05T22:48:14.080Z] ? github.com/docker/docker/api [no test files] [2024-03-05T22:48:22.154Z] ok github.com/docker/docker/api/server 0.020s coverage: 16.2% of statements [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/build [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 42.7% of statements [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/server/httputils 0.023s coverage: 28.3% of statements [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/container [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/image [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/network [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/session [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/server/router/system [no test files] [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 7.3% of statements [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/backend [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/server/router/volume 0.006s coverage: 66.7% of statements [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/events [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/image [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/mount [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/types/network 0.003s coverage: 80.0% of statements [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/types/container 0.009s coverage: 83.7% of statements [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/types/registry 0.009s coverage: 54.2% of statements [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/types/filters 0.012s coverage: 94.0% of statements [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/swarm [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/system [no test files] [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/api/types/volume [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder/builder-next [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2024-03-05T22:48:44.019Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2024-03-05T22:48:44.019Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2024-03-05T22:48:44.942Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2024-03-05T22:48:44.942Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2024-03-05T22:48:44.942Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.004s coverage: 100.0% of statements [2024-03-05T22:48:44.942Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2024-03-05T22:48:44.942Z] ok github.com/docker/docker/builder/remotecontext 0.054s coverage: 33.7% of statements [2024-03-05T22:48:44.942Z] ok github.com/docker/docker/builder/dockerfile 0.057s coverage: 50.0% of statements [2024-03-05T22:48:46.825Z] ? github.com/docker/docker/client/buildkit [no test files] [2024-03-05T22:48:46.825Z] ok github.com/docker/docker/cmd/docker-proxy 0.022s coverage: 66.5% of statements [2024-03-05T22:48:46.825Z] ok github.com/docker/docker/client 0.128s coverage: 77.0% of statements [2024-03-05T22:48:47.385Z] ok github.com/docker/docker/builder/remotecontext/git 2.638s coverage: 82.5% of statements [2024-03-05T22:48:59.538Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2024-03-05T22:48:59.538Z] ? github.com/docker/docker/container/stream [no test files] [2024-03-05T22:48:59.538Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2024-03-05T22:48:59.538Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2024-03-05T22:48:59.538Z] ok github.com/docker/docker/container 0.126s coverage: 36.4% of statements [2024-03-05T22:48:59.538Z] ok github.com/docker/docker/cmd/dockerd 0.207s coverage: 29.8% of statements [2024-03-05T22:49:01.420Z] ok github.com/docker/docker/cmd/dockerd/trap 2.456s coverage: 0.0% of statements [2024-03-05T22:49:02.343Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2024-03-05T22:49:02.343Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2024-03-05T22:49:02.598Z] ok github.com/docker/docker/daemon/cluster/convert 0.026s coverage: 38.7% of statements [2024-03-05T22:49:02.598Z] ok github.com/docker/docker/daemon/cluster 0.056s coverage: 0.5% of statements [2024-03-05T22:49:02.852Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2024-03-05T22:49:02.852Z] ok github.com/docker/docker/daemon/config 0.058s coverage: 74.6% of statements [2024-03-05T22:49:04.733Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2024-03-05T22:49:04.733Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.3% of statements [2024-03-05T22:49:04.733Z] ok github.com/docker/docker/daemon/containerd 0.049s coverage: 9.0% of statements [2024-03-05T22:49:04.733Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2024-03-05T22:49:04.733Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.8% of statements [2024-03-05T22:49:04.733Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.198s coverage: 60.9% of statements [2024-03-05T22:49:05.291Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2024-03-05T22:49:05.291Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.9% of statements [2024-03-05T22:49:05.291Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2024-03-05T22:49:05.291Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2024-03-05T22:49:05.546Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.013s coverage: 60.9% of statements [2024-03-05T22:49:05.546Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.210s coverage: 60.2% of statements [2024-03-05T22:49:06.104Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2024-03-05T22:49:06.358Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.449s coverage: 13.3% of statements [2024-03-05T22:49:06.613Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2024-03-05T22:49:06.613Z] ? github.com/docker/docker/daemon/listeners [no test files] [2024-03-05T22:49:06.613Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2024-03-05T22:49:06.613Z] ok github.com/docker/docker/daemon/images 0.029s coverage: 3.0% of statements [2024-03-05T22:49:06.867Z] ok github.com/docker/docker/daemon/logger 0.221s coverage: 43.2% of statements [2024-03-05T22:49:07.122Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2024-03-05T22:49:07.122Z] ok github.com/docker/docker/daemon/logger/fluentd 0.015s coverage: 53.6% of statements [2024-03-05T22:49:07.122Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2024-03-05T22:49:07.122Z] ok github.com/docker/docker/daemon/logger/awslogs 0.101s coverage: 78.2% of statements [2024-03-05T22:49:07.681Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2024-03-05T22:49:07.681Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2024-03-05T22:49:07.681Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.018s coverage: 88.2% of statements [2024-03-05T22:49:07.681Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.007s coverage: 87.2% of statements [2024-03-05T22:49:07.681Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2024-03-05T22:49:07.936Z] ok github.com/docker/docker/daemon/logger/local 0.032s coverage: 79.4% of statements [2024-03-05T22:49:07.936Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.155s coverage: 76.8% of statements [2024-03-05T22:49:08.495Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.018s coverage: 63.7% of statements [2024-03-05T22:49:08.495Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2024-03-05T22:49:08.495Z] ? github.com/docker/docker/daemon/names [no test files] [2024-03-05T22:49:08.496Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2024-03-05T22:49:08.496Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2024-03-05T22:49:09.054Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2024-03-05T22:49:09.054Z] ? github.com/docker/docker/daemon/stats [no test files] [2024-03-05T22:49:09.054Z] ok github.com/docker/docker/daemon/network 0.017s coverage: 63.8% of statements [2024-03-05T22:49:09.309Z] ok github.com/docker/docker/daemon/logger/journald 1.636s coverage: 72.7% of statements [2024-03-05T22:49:09.563Z] ? github.com/docker/docker/distribution/utils [no test files] [2024-03-05T22:49:09.563Z] ok github.com/docker/docker/dockerversion 0.003s coverage: 100.0% of statements [2024-03-05T22:49:09.817Z] ok github.com/docker/docker/errdefs 0.003s coverage: 77.2% of statements [2024-03-05T22:49:09.817Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 44.4% of statements [2024-03-05T22:49:10.072Z] ok github.com/docker/docker/daemon/logger/splunk 1.458s coverage: 82.5% of statements [2024-03-05T22:49:10.326Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2024-03-05T22:49:10.326Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2024-03-05T22:49:10.326Z] ok github.com/docker/docker/image/cache 0.007s coverage: 24.1% of statements [2024-03-05T22:49:10.326Z] ok github.com/docker/docker/image 0.032s coverage: 82.8% of statements [2024-03-05T22:49:10.580Z] ? github.com/docker/docker/image/v1 [no test files] [2024-03-05T22:49:10.580Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2024-03-05T22:49:10.580Z] ? github.com/docker/docker/internal/mounttree [no test files] [2024-03-05T22:49:10.580Z] ok github.com/docker/docker/internal/mod 0.002s coverage: 66.7% of statements [2024-03-05T22:49:10.580Z] ok github.com/docker/docker/internal/cleanups 0.003s coverage: 69.2% of statements [2024-03-05T22:49:10.580Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.6% of statements [2024-03-05T22:49:10.834Z] ok github.com/docker/docker/internal/multierror 0.003s coverage: 88.9% of statements [2024-03-05T22:49:11.089Z] ? github.com/docker/docker/internal/test/suite [no test files] [2024-03-05T22:49:11.089Z] ? github.com/docker/docker/internal/testutils [no test files] [2024-03-05T22:49:11.089Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2024-03-05T22:49:11.089Z] ok github.com/docker/docker/internal/sliceutil 0.003s coverage: 56.2% of statements [2024-03-05T22:49:11.089Z] ok github.com/docker/docker/internal/safepath 0.005s coverage: 42.9% of statements [2024-03-05T22:49:11.089Z] ? github.com/docker/docker/internal/testutils/specialimage [no test files] [2024-03-05T22:49:11.089Z] ? github.com/docker/docker/internal/unix_noeintr [no test files] [2024-03-05T22:49:11.089Z] ? github.com/docker/docker/internal/unshare [no test files] [2024-03-05T22:49:11.089Z] ok github.com/docker/docker/distribution 1.500s coverage: 28.7% of statements [2024-03-05T22:49:11.647Z] ok github.com/docker/docker/daemon 10.585s coverage: 15.7% of statements [2024-03-05T22:49:11.902Z] ok github.com/docker/docker/distribution/xfer 2.183s coverage: 85.4% of statements [2024-03-05T22:49:12.156Z] ? github.com/docker/docker/libcontainerd [no test files] [2024-03-05T22:49:12.156Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2024-03-05T22:49:12.156Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2024-03-05T22:49:12.156Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2024-03-05T22:49:12.156Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2024-03-05T22:49:12.156Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2024-03-05T22:49:12.411Z] ? github.com/docker/docker/oci/caps [no test files] [2024-03-05T22:49:12.411Z] ok github.com/docker/docker/oci 0.007s coverage: 35.8% of statements [2024-03-05T22:49:12.666Z] ok github.com/docker/docker/opts 0.029s coverage: 67.9% of statements [2024-03-05T22:49:13.224Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2024-03-05T22:49:13.224Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2024-03-05T22:49:13.224Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 26.7% of statements [2024-03-05T22:49:13.224Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 81.8% of statements [2024-03-05T22:49:13.224Z] ok github.com/docker/docker/pkg/dmesg 0.017s coverage: 83.3% of statements [2024-03-05T22:49:13.224Z] ok github.com/docker/docker/pkg/chrootarchive 0.257s coverage: 83.7% of statements [2024-03-05T22:49:13.479Z] ok github.com/docker/docker/pkg/authorization 0.292s coverage: 68.3% of statements [2024-03-05T22:49:13.479Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 51.7% of statements [2024-03-05T22:49:13.479Z] ok github.com/docker/docker/pkg/homedir 0.016s coverage: 6.5% of statements [2024-03-05T22:49:13.479Z] ok github.com/docker/docker/pkg/archive 0.482s coverage: 81.2% of statements [2024-03-05T22:49:13.733Z] ok github.com/docker/docker/pkg/meminfo 0.003s coverage: 75.0% of statements [2024-03-05T22:49:13.733Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 92.3% of statements [2024-03-05T22:49:13.733Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 45.5% of statements [2024-03-05T22:49:13.733Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2024-03-05T22:49:13.733Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2024-03-05T22:49:13.988Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2024-03-05T22:49:13.988Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.2% of statements [2024-03-05T22:49:13.988Z] ? github.com/docker/docker/pkg/platform [no test files] [2024-03-05T22:49:13.988Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2024-03-05T22:49:13.988Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 94.1% of statements [2024-03-05T22:49:13.988Z] ok github.com/docker/docker/pkg/idtools 0.410s coverage: 69.7% of statements [2024-03-05T22:49:13.988Z] ok github.com/docker/docker/pkg/ioutils 0.386s coverage: 69.5% of statements [2024-03-05T22:49:14.608Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2024-03-05T22:49:14.608Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2024-03-05T22:49:14.608Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 90.0% of statements [2024-03-05T22:49:14.608Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 88.2% of statements [2024-03-05T22:49:14.608Z] ok github.com/docker/docker/pkg/process 0.006s coverage: 21.7% of statements [2024-03-05T22:49:14.608Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2024-03-05T22:49:14.873Z] ok github.com/docker/docker/pkg/progress 0.003s coverage: 75.9% of statements [2024-03-05T22:49:14.873Z] ? github.com/docker/docker/pkg/rootless [no test files] [2024-03-05T22:49:14.873Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2024-03-05T22:49:14.873Z] ok github.com/docker/docker/pkg/stack 0.011s coverage: 90.9% of statements [2024-03-05T22:49:14.873Z] ok github.com/docker/docker/pkg/reexec 0.031s coverage: 82.4% of statements [2024-03-05T22:49:14.873Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2024-03-05T22:49:15.133Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 61.9% of statements [2024-03-05T22:49:15.133Z] ok github.com/docker/docker/pkg/streamformatter 0.017s coverage: 64.5% of statements [2024-03-05T22:49:15.400Z] ok github.com/docker/docker/pkg/system 0.011s coverage: 41.0% of statements [2024-03-05T22:49:15.400Z] ok github.com/docker/docker/pkg/useragent 0.004s coverage: 88.9% of statements [2024-03-05T22:49:15.400Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 53.4% of statements [2024-03-05T22:49:15.400Z] ok github.com/docker/docker/pkg/tailfile 0.032s coverage: 88.6% of statements [2024-03-05T22:49:15.400Z] ok github.com/docker/docker/pkg/tarsum 0.070s coverage: 89.6% of statements [2024-03-05T22:49:16.352Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2024-03-05T22:49:16.352Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2024-03-05T22:49:16.352Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2024-03-05T22:49:16.352Z] ok github.com/docker/docker/profiles/seccomp 0.019s coverage: 86.0% of statements [2024-03-05T22:49:16.615Z] ok github.com/docker/docker/reference 0.012s coverage: 83.7% of statements [2024-03-05T22:49:16.615Z] ok github.com/docker/docker/pkg/plugins 2.013s coverage: 74.9% of statements [2024-03-05T22:49:16.615Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2024-03-05T22:49:16.615Z] ok github.com/docker/docker/quota 0.302s coverage: 69.3% of statements [2024-03-05T22:49:16.874Z] ? github.com/docker/docker/runconfig/opts [no test files] [2024-03-05T22:49:16.874Z] ok github.com/docker/docker/runconfig 0.007s coverage: 54.0% of statements [2024-03-05T22:49:16.874Z] ok github.com/docker/docker/restartmanager 0.015s coverage: 51.9% of statements [2024-03-05T22:49:16.874Z] ok github.com/docker/docker/registry/resumable 0.018s coverage: 100.0% of statements [2024-03-05T22:49:17.128Z] ok github.com/docker/docker/registry 0.112s coverage: 63.9% of statements [2024-03-05T22:49:17.128Z] ok github.com/docker/docker/testutil 0.005s coverage: 6.8% of statements [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/testutil/daemon [no test files] [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/testutil/environment [no test files] [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/testutil/registry [no test files] [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/testutil/request [no test files] [2024-03-05T22:49:17.383Z] ? github.com/docker/docker/volume [no test files] [2024-03-05T22:49:17.942Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2024-03-05T22:49:17.942Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 62.3% of statements [2024-03-05T22:49:18.196Z] ok github.com/docker/docker/volume/local 0.063s coverage: 77.2% of statements [2024-03-05T22:49:18.451Z] ? github.com/docker/docker/volume/service/opts [no test files] [2024-03-05T22:49:18.451Z] ? github.com/docker/docker/volume/testutils [no test files] [2024-03-05T22:49:18.451Z] ok github.com/docker/docker/volume/service 0.012s coverage: 71.8% of statements [2024-03-05T22:49:19.010Z] ok github.com/docker/docker/layer 7.078s coverage: 68.1% of statements [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === Skipped [2024-03-05T22:49:19.264Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2024-03-05T22:49:19.264Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2024-03-05T22:49:19.264Z] network_proxy_test.go:210: No support for dual stack yet [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2024-03-05T22:49:19.264Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2024-03-05T22:49:19.264Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver btrfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver btrfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver btrfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver btrfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver btrfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:68: No driver to put! [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2024-03-05T22:49:19.264Z] time="2024-03-05T22:49:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2024-03-05T22:49:19.264Z] time="2024-03-05T22:49:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2024-03-05T22:49:19.264Z] time="2024-03-05T22:49:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2024-03-05T22:49:19.264Z] time="2024-03-05T22:49:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2024-03-05T22:49:19.264Z] time="2024-03-05T22:49:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:68: No driver to put! [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2024-03-05T22:49:19.264Z] overlay_test.go:61: Cannot run test with naive change algorithm [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver zfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver zfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.264Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2024-03-05T22:49:19.264Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-03-05T22:49:19.264Z] graphtest_unix.go:41: Driver zfs not supported [2024-03-05T22:49:19.264Z] [2024-03-05T22:49:19.265Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2024-03-05T22:49:19.265Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-03-05T22:49:19.265Z] graphtest_unix.go:41: Driver zfs not supported [2024-03-05T22:49:19.265Z] [2024-03-05T22:49:19.265Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2024-03-05T22:49:19.265Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-03-05T22:49:19.265Z] graphtest_unix.go:41: Driver zfs not supported [2024-03-05T22:49:19.265Z] [2024-03-05T22:49:19.265Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2024-03-05T22:49:19.265Z] graphtest_unix.go:68: No driver to put! [2024-03-05T22:49:19.265Z] [2024-03-05T22:49:19.265Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2024-03-05T22:49:19.265Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2024-03-05T22:49:19.265Z] [2024-03-05T22:49:19.265Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2024-03-05T22:49:19.265Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2024-03-05T22:49:19.265Z] [2024-03-05T22:49:19.265Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2024-03-05T22:49:19.265Z] validate_test.go:73: only tested on Windows [2024-03-05T22:49:19.265Z] [2024-03-05T22:49:19.265Z] DONE 3267 tests, 27 skipped in 66.001s [2024-03-05T22:49:19.265Z] + '[' -n 'github.com/docker/docker/libnetwork [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/bitmap [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/cluster [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/config [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/datastore [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/diagnostic [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/discoverapi [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/driverapi [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/host [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/null [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/remote [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/windows [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/drvregistry [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/etchosts [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/internal/caller [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/ipam [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/ipamapi [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/ipams/null [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/ipams/remote [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/ipamutils [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/ipbits [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/iptables [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/netlabel [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/netutils [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/networkdb [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/ns [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/options [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/osl [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/osl/kernel [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/portallocator [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/portmapper [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/resolvconf [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/scope [2024-03-05T22:49:19.265Z] github.com/docker/docker/libnetwork/types' ']' [2024-03-05T22:49:19.265Z] + 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/resolvconf github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/scope github.com/docker/docker/libnetwork/types [2024-03-05T22:50:15.407Z] ok github.com/docker/docker/libnetwork 44.155s coverage: 42.9% of statements [2024-03-05T22:50:15.407Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements [2024-03-05T22:50:15.407Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2024-03-05T22:50:15.407Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2024-03-05T22:50:15.407Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2024-03-05T22:50:15.407Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2024-03-05T22:50:15.407Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2024-03-05T22:50:15.407Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2024-03-05T22:50:15.407Z] ok github.com/docker/docker/libnetwork/config 0.011s coverage: 10.3% of statements [2024-03-05T22:50:15.407Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 37.0% of statements [2024-03-05T22:50:15.407Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2024-03-05T22:50:15.407Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2024-03-05T22:50:15.407Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2024-03-05T22:50:15.407Z] ok github.com/docker/docker/libnetwork/drivers/bridge 3.772s coverage: 63.3% of statements [2024-03-05T22:50:15.407Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2024-03-05T22:50:15.407Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 40.0% of statements [2024-03-05T22:50:16.331Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.924s coverage: 5.1% of statements [2024-03-05T22:50:16.331Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2024-03-05T22:50:16.890Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.004s coverage: 4.7% of statements [2024-03-05T22:50:16.890Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2024-03-05T22:50:16.890Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 40.0% of statements [2024-03-05T22:50:17.814Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.010s coverage: 1.4% of statements [2024-03-05T22:50:18.068Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.003s coverage: 45.0% of statements [2024-03-05T22:50:18.322Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 62.7% of statements [2024-03-05T22:50:18.907Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.2% of statements [2024-03-05T22:50:18.907Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2024-03-05T22:50:18.907Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2024-03-05T22:50:18.907Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2024-03-05T22:50:19.471Z] ok github.com/docker/docker/libnetwork/drvregistry 0.018s coverage: 87.0% of statements [2024-03-05T22:50:19.725Z] ok github.com/docker/docker/libnetwork/etchosts 0.017s coverage: 82.1% of statements [2024-03-05T22:50:19.979Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2024-03-05T22:50:19.979Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2024-03-05T22:50:19.979Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2024-03-05T22:50:19.979Z] ? github.com/docker/docker/libnetwork/internal/netiputil [no test files] [2024-03-05T22:50:20.233Z] ok github.com/docker/docker/libnetwork/internal/resolvconf 0.016s coverage: 83.9% of statements [2024-03-05T22:50:32.380Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2024-03-05T22:50:34.261Z] ok github.com/docker/docker/libnetwork/ipam 3.253s coverage: 80.3% of statements [2024-03-05T22:50:34.261Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2024-03-05T22:50:34.261Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2024-03-05T22:50:34.515Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 63.2% of statements [2024-03-05T22:50:34.769Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 48.7% of statements [2024-03-05T22:50:34.769Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2024-03-05T22:50:35.024Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 80.0% of statements [2024-03-05T22:50:35.582Z] ok github.com/docker/docker/libnetwork/ipamutils 0.329s coverage: 86.4% of statements [2024-03-05T22:50:35.836Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2024-03-05T22:50:36.395Z] ok github.com/docker/docker/libnetwork/iptables 0.167s coverage: 39.9% of statements [2024-03-05T22:50:36.395Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2024-03-05T22:50:36.953Z] ok github.com/docker/docker/libnetwork/netutils 0.015s coverage: 50.6% of statements [2024-03-05T22:52:28.296Z] ok github.com/docker/docker/libnetwork/networkdb 103.064s coverage: 59.4% of statements [2024-03-05T22:52:28.296Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2024-03-05T22:52:28.296Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2024-03-05T22:52:28.296Z] ok github.com/docker/docker/libnetwork/osl 4.420s coverage: 37.8% of statements [2024-03-05T22:52:28.296Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2024-03-05T22:52:28.296Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.5% of statements [2024-03-05T22:52:28.296Z] ok github.com/docker/docker/libnetwork/portmapper 0.729s coverage: 47.9% of statements [2024-03-05T22:52:28.296Z] ok github.com/docker/docker/libnetwork/resolvconf 0.005s coverage: 75.8% of statements [2024-03-05T22:52:28.296Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2024-03-05T22:52:28.855Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 41.7% of statements [2024-03-05T22:52:28.855Z] [2024-03-05T22:52:28.855Z] === Skipped [2024-03-05T22:52:28.855Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2024-03-05T22:52:28.855Z] 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-03-05T22:52:28.855Z] [2024-03-05T22:52:28.855Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2024-03-05T22:52:28.855Z] 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-03-05T22:52:28.855Z] [2024-03-05T22:52:28.855Z] DONE 434 tests, 2 skipped in 189.390s Post stage [Pipeline] junit [2024-03-05T22:52:29.422Z] Recording test results [2024-03-05T22:52:29.550Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-05T22:52:29.883Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47504/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b32cfc3b3a9d791ed3924ab168f27962dceec949 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b32cfc3b3a9d791ed3924ab168f27962dceec949 hack/make.sh dynbinary test-integration [2024-03-05T22:52:30.137Z] [2024-03-05T22:52:30.137Z] Removing bundles/ [2024-03-05T22:52:30.137Z] [2024-03-05T22:52:30.137Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2024-03-05T22:52:30.137Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... [2024-03-05T22:52:30.137Z] + tee /go/src/github.com/docker/docker/go.mod [2024-03-05T22:52:30.137Z] module github.com/docker/docker [2024-03-05T22:52:30.137Z] [2024-03-05T22:52:30.137Z] go 1.21 [2024-03-05T22:52:30.137Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-03-05T22:52:30.137Z] + GO111MODULE=on [2024-03-05T22:52:30.137Z] + GOTOOLCHAIN=local [2024-03-05T22:52:30.137Z] + 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=b32cfc3b3a9d791ed3924ab168f27962dceec949" -X "github.com/docker/docker/dockerversion.BuildTime=2024-03-05T22:52:29.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-03-05T22:53:08.773Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-03-05T22:53:08.773Z] Created binary: bundles/dynbinary-daemon/dockerd [2024-03-05T22:53:08.773Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... [2024-03-05T22:53:08.773Z] + tee /go/src/github.com/docker/docker/go.mod [2024-03-05T22:53:08.773Z] module github.com/docker/docker [2024-03-05T22:53:08.773Z] [2024-03-05T22:53:08.773Z] go 1.21 [2024-03-05T22:53:08.773Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-03-05T22:53:08.773Z] + GO111MODULE=on [2024-03-05T22:53:08.773Z] + GOTOOLCHAIN=local [2024-03-05T22:53:08.773Z] + 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=b32cfc3b3a9d791ed3924ab168f27962dceec949" -X "github.com/docker/docker/dockerversion.BuildTime=2024-03-05T22:52:29.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-03-05T22:53:08.773Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-03-05T22:53:08.773Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2024-03-05T22:53:08.773Z] [2024-03-05T22:53:08.773Z] ---> Making bundle: test-integration (in bundles/test-integration) [2024-03-05T22:53:08.773Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2024-03-05T22:53:08.773Z] HOSTNAME=7084a6117e3a [2024-03-05T22:53:08.773Z] TESTDEBUG=0 [2024-03-05T22:53:08.773Z] DEST=bundles/test-integration [2024-03-05T22:53:08.773Z] PWD=/go/src/github.com/docker/docker [2024-03-05T22:53:08.773Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock [2024-03-05T22:53:08.773Z] DOCKER_GITCOMMIT=b32cfc3b3a9d791ed3924ab168f27962dceec949 [2024-03-05T22:53:08.773Z] container=docker [2024-03-05T22:53:08.773Z] HOME=/root [2024-03-05T22:53:08.773Z] CONTAINERD_NAMESPACE=moby [2024-03-05T22:53:08.773Z] GOLANG_VERSION=1.21.8 [2024-03-05T22:53:08.773Z] VALIDATE_REPO=https://github.com/moby/moby.git [2024-03-05T22:53:08.773Z] VALIDATE_BRANCH=master [2024-03-05T22:53:08.773Z] TERM=xterm [2024-03-05T22:53:08.773Z] DOCKER_PKG=github.com/docker/docker [2024-03-05T22:53:08.773Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker [2024-03-05T22:53:08.773Z] SHLVL=1 [2024-03-05T22:53:08.773Z] TIMEOUT=120m [2024-03-05T22:53:08.773Z] GOTOOLCHAIN=local [2024-03-05T22:53:08.773Z] DOCKER_GRAPHDRIVER=overlay2 [2024-03-05T22:53:08.773Z] GO111MODULE=off [2024-03-05T22:53:08.773Z] DOCKER_EXPERIMENTAL=1 [2024-03-05T22:53:08.773Z] TEST_SKIP_INTEGRATION_CLI=1 [2024-03-05T22:53:08.773Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2024-03-05T22:53:08.773Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2024-03-05T22:53:08.773Z] GOPATH=/go [2024-03-05T22:53:08.773Z] PKG_CONFIG=pkg-config [2024-03-05T22:53:08.773Z] _=/usr/bin/env [2024-03-05T22:53:08.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2024-03-05T22:53:30.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main [2024-03-05T22:53:30.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2024-03-05T22:53:32.032Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2024-03-05T22:53:33.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2024-03-05T22:53:39.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2024-03-05T22:53:42.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2024-03-05T22:53:42.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2024-03-05T22:53:43.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2024-03-05T22:53:44.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2024-03-05T22:53:46.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main [2024-03-05T22:53:47.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2024-03-05T22:53:47.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2024-03-05T22:53:48.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2024-03-05T22:53:50.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2024-03-05T22:53:52.001Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2024-03-05T22:53:52.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2024-03-05T22:53:53.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2024-03-05T22:53:54.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2024-03-05T22:53:55.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2024-03-05T22:53:56.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2024-03-05T22:53:57.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2024-03-05T22:53:58.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2024-03-05T22:54:00.094Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2024-03-05T22:54:00.094Z] Using test binary /usr/local/cli-integration/docker [2024-03-05T22:54:00.094Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2024-03-05T22:54:00.094Z] +++ /etc/init.d/apparmor start [2024-03-05T22:54:00.094Z] Not: starting. [2024-03-05T22:54:00.094Z] INFO: Waiting for daemon to start... [2024-03-05T22:54:00.094Z] Starting dockerd [2024-03-05T22:54:00.094Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.CgxdLsNI33/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2024-03-05T22:54:02.600Z] . [2024-03-05T22:54:02.600Z] Running integration-test (iteration 1) [2024-03-05T22:54:02.600Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2024-03-05T22:54:02.600Z] ++ '[' -n '' ']' [2024-03-05T22:54:02.600Z] ++ 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-03-05T22:54:02.600Z] ++ set -e [2024-03-05T22:54:02.600Z] ++ '[' -n 0 ']' [2024-03-05T22:54:02.600Z] ++ set -x [2024-03-05T22:54:02.600Z] ++ 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.CgxdLsNI33/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-03-05T22:54:02.600Z] Loaded image: busybox:latest [2024-03-05T22:54:02.600Z] Loaded image: busybox:glibc [2024-03-05T22:54:03.522Z] Loaded image: debian:bookworm-slim [2024-03-05T22:54:03.522Z] Loaded image: hello-world:latest [2024-03-05T22:54:03.522Z] Loaded image: arm32v7/hello-world:latest [2024-03-05T22:54:03.777Z] INFO: Testing against a local daemon [2024-03-05T22:54:03.777Z] === RUN TestCgroupNamespacesBuild [2024-03-05T22:54:04.699Z] --- PASS: TestCgroupNamespacesBuild (1.08s) [2024-03-05T22:54:04.699Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2024-03-05T22:54:06.058Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.07s) [2024-03-05T22:54:06.058Z] === RUN TestBuildWithSession [2024-03-05T22:54:06.058Z] build_session_test.go:26: TODO: BuildKit [2024-03-05T22:54:06.058Z] --- SKIP: TestBuildWithSession (0.00s) [2024-03-05T22:54:06.058Z] === RUN TestBuildSquashParent [2024-03-05T22:54:09.313Z] --- PASS: TestBuildSquashParent (3.08s) [2024-03-05T22:54:09.313Z] === RUN TestBuildWithRemoveAndForceRemove [2024-03-05T22:54:09.313Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-03-05T22:54:09.313Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-03-05T22:54:09.313Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-03-05T22:54:09.313Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-03-05T22:54:09.313Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-03-05T22:54:09.313Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-03-05T22:54:09.313Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-03-05T22:54:09.313Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-03-05T22:54:09.313Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-03-05T22:54:09.313Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-03-05T22:54:09.313Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-03-05T22:54:09.313Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-03-05T22:54:09.313Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-03-05T22:54:09.313Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-03-05T22:54:09.313Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-03-05T22:54:09.313Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-03-05T22:54:09.313Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-03-05T22:54:09.313Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-03-05T22:54:11.820Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) [2024-03-05T22:54:11.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.69s) [2024-03-05T22:54:11.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.30s) [2024-03-05T22:54:11.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.50s) [2024-03-05T22:54:11.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.57s) [2024-03-05T22:54:11.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.64s) [2024-03-05T22:54:11.820Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.72s) [2024-03-05T22:54:11.820Z] === RUN TestBuildMultiStageCopy [2024-03-05T22:54:11.820Z] === RUN TestBuildMultiStageCopy/copy_to_root [2024-03-05T22:54:12.742Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2024-03-05T22:54:12.742Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2024-03-05T22:54:12.742Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2024-03-05T22:54:12.742Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2024-03-05T22:54:12.997Z] --- PASS: TestBuildMultiStageCopy (1.25s) [2024-03-05T22:54:12.997Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.87s) [2024-03-05T22:54:12.997Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.07s) [2024-03-05T22:54:12.997Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.08s) [2024-03-05T22:54:12.997Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.09s) [2024-03-05T22:54:12.997Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.11s) [2024-03-05T22:54:12.997Z] === RUN TestBuildMultiStageParentConfig [2024-03-05T22:54:13.251Z] --- PASS: TestBuildMultiStageParentConfig (0.34s) [2024-03-05T22:54:13.251Z] === RUN TestBuildLabelWithTargets [2024-03-05T22:54:13.810Z] --- PASS: TestBuildLabelWithTargets (0.50s) [2024-03-05T22:54:13.810Z] === RUN TestBuildWithEmptyLayers [2024-03-05T22:54:13.810Z] --- PASS: TestBuildWithEmptyLayers (0.12s) [2024-03-05T22:54:13.810Z] === RUN TestBuildMultiStageOnBuild [2024-03-05T22:54:14.733Z] --- PASS: TestBuildMultiStageOnBuild (0.95s) [2024-03-05T22:54:14.733Z] === RUN TestBuildUncleanTarFilenames [2024-03-05T22:54:14.987Z] --- PASS: TestBuildUncleanTarFilenames (0.10s) [2024-03-05T22:54:14.987Z] === RUN TestBuildMultiStageLayerLeak [2024-03-05T22:54:15.911Z] --- PASS: TestBuildMultiStageLayerLeak (0.87s) [2024-03-05T22:54:15.911Z] === RUN TestBuildWithHugeFile [2024-03-05T22:55:02.534Z] --- PASS: TestBuildWithHugeFile (43.76s) [2024-03-05T22:55:02.534Z] === RUN TestBuildWCOWSandboxSize [2024-03-05T22:55:02.534Z] build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-03-05T22:55:02.534Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2024-03-05T22:55:02.534Z] === RUN TestBuildWithEmptyDockerfile [2024-03-05T22:55:02.534Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2024-03-05T22:55:02.534Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2024-03-05T22:55:02.534Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-03-05T22:55:02.534Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-03-05T22:55:02.534Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-03-05T22:55:02.534Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-03-05T22:55:02.534Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2024-03-05T22:55:02.534Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-03-05T22:55:02.534Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-03-05T22:55:02.534Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s) [2024-03-05T22:55:02.534Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2024-03-05T22:55:02.534Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2024-03-05T22:55:02.534Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2024-03-05T22:55:02.534Z] === RUN TestBuildPreserveOwnership [2024-03-05T22:55:02.534Z] === RUN TestBuildPreserveOwnership/copy_from [2024-03-05T22:55:02.534Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2024-03-05T22:55:02.534Z] --- PASS: TestBuildPreserveOwnership (1.91s) [2024-03-05T22:55:02.534Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.33s) [2024-03-05T22:55:02.534Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.57s) [2024-03-05T22:55:02.534Z] === RUN TestBuildPlatformInvalid [2024-03-05T22:55:02.534Z] --- PASS: TestBuildPlatformInvalid (0.01s) [2024-03-05T22:55:02.534Z] === RUN TestBuildkitHistoryTracePropagation [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Channel #1] Channel created" module=grpc [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" 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-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" 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-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc [2024-03-05T22:55:02.534Z] time="2024-03-05T22:55:01Z" level=info msg="[core] [Server #4] Server created" module=grpc [2024-03-05T22:55:02.534Z] build_traces_test.go:87: Waiting for trace to be available [2024-03-05T22:55:05.787Z] time="2024-03-05T22:55:05Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc [2024-03-05T22:55:05.787Z] time="2024-03-05T22:55:05Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc [2024-03-05T22:55:05.787Z] time="2024-03-05T22:55:05Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc [2024-03-05T22:55:05.787Z] time="2024-03-05T22:55:05Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc [2024-03-05T22:55:05.787Z] time="2024-03-05T22:55:05Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc [2024-03-05T22:55:05.787Z] time="2024-03-05T22:55:05Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc [2024-03-05T22:55:05.787Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s) [2024-03-05T22:55:05.787Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2024-03-05T22:55:06.042Z] Loaded image: busybox:latest [2024-03-05T22:55:06.296Z] Loaded image: busybox:glibc [2024-03-05T22:55:07.220Z] Loaded image: debian:bookworm-slim [2024-03-05T22:55:07.220Z] Loaded image: hello-world:latest [2024-03-05T22:55:07.220Z] Loaded image: arm32v7/hello-world:latest [2024-03-05T22:55:15.287Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.36s) [2024-03-05T22:55:15.287Z] PASS [2024-03-05T22:55:15.287Z] [2024-03-05T22:55:15.287Z] === Skipped [2024-03-05T22:55:15.287Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2024-03-05T22:55:15.287Z] build_session_test.go:26: TODO: BuildKit [2024-03-05T22:55:15.287Z] [2024-03-05T22:55:15.287Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2024-03-05T22:55:15.287Z] build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-03-05T22:55:15.287Z] [2024-03-05T22:55:15.287Z] DONE 35 tests, 2 skipped in 72.395s [2024-03-05T22:55:15.287Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m [2024-03-05T22:55:15.287Z] ++ '[' -n '' ']' [2024-03-05T22:55:15.287Z] ++ 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-03-05T22:55:15.287Z] ++ set -e [2024-03-05T22:55:15.287Z] ++ '[' -n 0 ']' [2024-03-05T22:55:15.287Z] ++ set -x [2024-03-05T22:55:15.287Z] ++ 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.CgxdLsNI33/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-03-05T22:55:15.287Z] INFO: Testing against a local daemon [2024-03-05T22:55:15.287Z] === RUN TestNoNewPrivileges [2024-03-05T22:55:25.210Z] === RUN TestNoNewPrivileges/CapabilityRequested=true [2024-03-05T22:55:25.210Z] === RUN TestNoNewPrivileges/CapabilityRequested=false [2024-03-05T22:55:25.210Z] --- PASS: TestNoNewPrivileges (9.40s) [2024-03-05T22:55:25.210Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.36s) [2024-03-05T22:55:25.210Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.38s) [2024-03-05T22:55:25.210Z] PASS [2024-03-05T22:55:25.210Z] [2024-03-05T22:55:25.210Z] DONE 3 tests in 9.420s [2024-03-05T22:55:25.210Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2024-03-05T22:55:25.210Z] ++ '[' -n '' ']' [2024-03-05T22:55:25.210Z] ++ 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-03-05T22:55:25.210Z] ++ set -e [2024-03-05T22:55:25.210Z] ++ '[' -n 0 ']' [2024-03-05T22:55:25.210Z] ++ set -x [2024-03-05T22:55:25.210Z] ++ 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.CgxdLsNI33/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-03-05T22:55:25.210Z] INFO: Testing against a local daemon [2024-03-05T22:55:25.210Z] === RUN TestConfigInspect [2024-03-05T22:55:25.769Z] --- PASS: TestConfigInspect (1.53s) [2024-03-05T22:55:25.769Z] === RUN TestConfigList [2024-03-05T22:55:27.127Z] === RUN TestConfigList/test_filter_by_name [2024-03-05T22:55:27.127Z] === RUN TestConfigList/test_filter_by_id [2024-03-05T22:55:27.127Z] === RUN TestConfigList/test_filter_by_label_key_only [2024-03-05T22:55:27.127Z] === RUN TestConfigList/test_filter_by_label_key=value_test0-TestConfigList [2024-03-05T22:55:27.127Z] === RUN TestConfigList/test_filter_by_label_key=value_test1-TestConfigList [2024-03-05T22:55:28.049Z] --- PASS: TestConfigList (1.94s) [2024-03-05T22:55:28.049Z] --- PASS: TestConfigList/test_filter_by_name (0.00s) [2024-03-05T22:55:28.049Z] --- PASS: TestConfigList/test_filter_by_id (0.00s) [2024-03-05T22:55:28.049Z] --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s) [2024-03-05T22:55:28.049Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s) [2024-03-05T22:55:28.049Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s) [2024-03-05T22:55:28.049Z] === RUN TestConfigsCreateAndDelete [2024-03-05T22:55:29.929Z] --- PASS: TestConfigsCreateAndDelete (2.00s) [2024-03-05T22:55:29.929Z] === RUN TestConfigsUpdate [2024-03-05T22:55:31.810Z] --- PASS: TestConfigsUpdate (2.05s) [2024-03-05T22:55:31.810Z] === RUN TestTemplatedConfig [2024-03-05T22:55:34.316Z] --- PASS: TestTemplatedConfig (2.34s) [2024-03-05T22:55:34.316Z] === RUN TestConfigCreateResolve [2024-03-05T22:55:36.196Z] --- PASS: TestConfigCreateResolve (1.90s) [2024-03-05T22:55:36.196Z] PASS [2024-03-05T22:55:36.196Z] [2024-03-05T22:55:36.196Z] DONE 11 tests in 11.795s [2024-03-05T22:55:36.196Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2024-03-05T22:55:36.196Z] ++ '[' -n '' ']' [2024-03-05T22:55:36.196Z] ++ 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-03-05T22:55:36.196Z] ++ set -e [2024-03-05T22:55:36.196Z] ++ '[' -n 0 ']' [2024-03-05T22:55:36.196Z] ++ set -x [2024-03-05T22:55:36.196Z] ++ 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.CgxdLsNI33/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-03-05T22:55:36.196Z] INFO: Testing against a local daemon [2024-03-05T22:55:36.196Z] === RUN TestAttach [2024-03-05T22:55:36.196Z] === RUN TestAttach/without_TTY [2024-03-05T22:55:36.196Z] === PAUSE TestAttach/without_TTY [2024-03-05T22:55:36.196Z] === RUN TestAttach/with_TTY [2024-03-05T22:55:36.196Z] === PAUSE TestAttach/with_TTY [2024-03-05T22:55:36.196Z] === CONT TestAttach/without_TTY [2024-03-05T22:55:36.196Z] === CONT TestAttach/with_TTY [2024-03-05T22:55:36.196Z] --- PASS: TestAttach (0.02s) [2024-03-05T22:55:36.196Z] --- PASS: TestAttach/without_TTY (0.05s) [2024-03-05T22:55:36.196Z] --- PASS: TestAttach/with_TTY (0.05s) [2024-03-05T22:55:36.196Z] === RUN TestCreateWithCDIDevices [2024-03-05T22:55:37.118Z] --- PASS: TestCreateWithCDIDevices (1.02s) [2024-03-05T22:55:37.118Z] === RUN TestCDISpecDirsAreInSystemInfo [2024-03-05T22:55:37.118Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default [2024-03-05T22:55:37.676Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned [2024-03-05T22:55:38.234Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-03-05T22:55:38.791Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice [2024-03-05T22:55:39.349Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice [2024-03-05T22:55:39.907Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice [2024-03-05T22:55:40.465Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-03-05T22:55:41.023Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice [2024-03-05T22:55:41.277Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.16s) [2024-03-05T22:55:41.277Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s) [2024-03-05T22:55:41.277Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s) [2024-03-05T22:55:41.277Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-03-05T22:55:41.277Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-03-05T22:55:41.277Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s) [2024-03-05T22:55:41.277Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s) [2024-03-05T22:55:41.277Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-03-05T22:55:41.277Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-03-05T22:55:41.277Z] === RUN TestCheckpoint [2024-03-05T22:55:41.277Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-03-05T22:55:41.277Z] --- SKIP: TestCheckpoint (0.00s) [2024-03-05T22:55:41.277Z] === RUN TestContainerInvalidJSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/commit [2024-03-05T22:55:41.531Z] === PAUSE TestContainerInvalidJSON/commit [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/create [2024-03-05T22:55:41.531Z] === PAUSE TestContainerInvalidJSON/containers/create [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2024-03-05T22:55:41.531Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2024-03-05T22:55:41.531Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2024-03-05T22:55:41.531Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2024-03-05T22:55:41.531Z] === CONT TestContainerInvalidJSON/commit [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2024-03-05T22:55:41.531Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2024-03-05T22:55:41.531Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2024-03-05T22:55:41.531Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2024-03-05T22:55:41.531Z] === CONT TestContainerInvalidJSON/containers/create [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/commit/empty_body [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2024-03-05T22:55:41.531Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON (0.01s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2024-03-05T22:55:41.531Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2024-03-05T22:55:41.531Z] === RUN TestCopyFromContainerPathDoesNotExist [2024-03-05T22:55:41.531Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2024-03-05T22:55:41.531Z] === RUN TestCopyFromContainerPathIsNotDir [2024-03-05T22:55:41.531Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2024-03-05T22:55:41.531Z] === RUN TestCopyToContainerPathDoesNotExist [2024-03-05T22:55:41.531Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2024-03-05T22:55:41.531Z] === RUN TestCopyEmptyFile [2024-03-05T22:55:41.531Z] --- PASS: TestCopyEmptyFile (0.07s) [2024-03-05T22:55:41.531Z] === RUN TestCopyToContainerPathIsNotDir [2024-03-05T22:55:41.786Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2024-03-05T22:55:41.786Z] === RUN TestCopyFromContainer [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer// [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/. [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer//. [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/./ [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer//./ [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer//bar/root [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer//bar/root/ [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer//bar/root/. [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/bar/quux [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/bar/quux/ [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/bar/quux/. [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/bar/quux/baz [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/bar/filesymlink [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/bar/dirsymlink [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2024-03-05T22:55:42.344Z] === RUN TestCopyFromContainer/bar/notarget [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer (0.75s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer// (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/. (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer//. (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/./ (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer//./ (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer//bar/root/. (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.00s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s) [2024-03-05T22:55:42.344Z] --- PASS: TestCopyFromContainer/bar/notarget (0.00s) [2024-03-05T22:55:42.344Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2024-03-05T22:55:42.344Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-03-05T22:55:42.344Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-03-05T22:55:42.344Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-03-05T22:55:42.344Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-03-05T22:55:42.344Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-03-05T22:55:42.344Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-03-05T22:55:42.344Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-03-05T22:55:42.344Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-03-05T22:55:42.344Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-03-05T22:55:42.344Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2024-03-05T22:55:42.344Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2024-03-05T22:55:42.344Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2024-03-05T22:55:42.344Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2024-03-05T22:55:42.344Z] === RUN TestCreateLinkToNonExistingContainer [2024-03-05T22:55:42.599Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2024-03-05T22:55:42.599Z] === RUN TestCreateWithInvalidEnv [2024-03-05T22:55:42.599Z] === RUN TestCreateWithInvalidEnv/0 [2024-03-05T22:55:42.599Z] === PAUSE TestCreateWithInvalidEnv/0 [2024-03-05T22:55:42.599Z] === RUN TestCreateWithInvalidEnv/1 [2024-03-05T22:55:42.599Z] === PAUSE TestCreateWithInvalidEnv/1 [2024-03-05T22:55:42.599Z] === RUN TestCreateWithInvalidEnv/2 [2024-03-05T22:55:42.599Z] === PAUSE TestCreateWithInvalidEnv/2 [2024-03-05T22:55:42.599Z] === CONT TestCreateWithInvalidEnv/0 [2024-03-05T22:55:42.599Z] === CONT TestCreateWithInvalidEnv/2 [2024-03-05T22:55:42.599Z] === CONT TestCreateWithInvalidEnv/1 [2024-03-05T22:55:42.599Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2024-03-05T22:55:42.599Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2024-03-05T22:55:42.599Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2024-03-05T22:55:42.599Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2024-03-05T22:55:42.599Z] === RUN TestCreateTmpfsMountsTarget [2024-03-05T22:55:42.599Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2024-03-05T22:55:42.599Z] === RUN TestCreateWithCustomMaskedPaths [2024-03-05T22:55:43.957Z] --- PASS: TestCreateWithCustomMaskedPaths (1.21s) [2024-03-05T22:55:43.957Z] === RUN TestCreateWithCustomReadonlyPaths [2024-03-05T22:55:44.880Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2024-03-05T22:55:44.880Z] === RUN TestCreateWithInvalidHealthcheckParams [2024-03-05T22:55:44.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-03-05T22:55:44.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-03-05T22:55:44.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-03-05T22:55:44.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-03-05T22:55:44.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-03-05T22:55:44.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-03-05T22:55:44.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-03-05T22:55:44.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-03-05T22:55:44.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-03-05T22:55:44.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-03-05T22:55:44.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-03-05T22:55:44.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-03-05T22:55:44.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-03-05T22:55:44.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-03-05T22:55:44.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-03-05T22:55:44.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-03-05T22:55:44.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-03-05T22:55:44.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-03-05T22:55:44.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2024-03-05T22:55:44.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2024-03-05T22:55:44.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2024-03-05T22:55:44.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2024-03-05T22:55:44.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-03-05T22:55:44.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-03-05T22:55:44.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2024-03-05T22:55:44.880Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2024-03-05T22:55:45.438Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2024-03-05T22:55:45.439Z] === RUN TestCreateDifferentPlatform [2024-03-05T22:55:45.439Z] === RUN TestCreateDifferentPlatform/different_os [2024-03-05T22:55:45.439Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2024-03-05T22:55:45.439Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2024-03-05T22:55:45.439Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2024-03-05T22:55:45.439Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2024-03-05T22:55:45.439Z] === RUN TestCreateVolumesFromNonExistingContainer [2024-03-05T22:55:45.439Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2024-03-05T22:55:45.439Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2024-03-05T22:55:45.439Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2024-03-05T22:55:45.439Z] === RUN TestCreateInvalidHostConfig [2024-03-05T22:55:45.439Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2024-03-05T22:55:45.439Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2024-03-05T22:55:45.439Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2024-03-05T22:55:45.439Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2024-03-05T22:55:45.439Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-03-05T22:55:45.439Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-03-05T22:55:45.439Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2024-03-05T22:55:45.439Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2024-03-05T22:55:45.439Z] === RUN TestCreateInvalidHostConfig/invalid_Annotations [2024-03-05T22:55:45.439Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations [2024-03-05T22:55:45.439Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2024-03-05T22:55:45.439Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2024-03-05T22:55:45.439Z] === CONT TestCreateInvalidHostConfig/invalid_Annotations [2024-03-05T22:55:45.439Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-03-05T22:55:45.439Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2024-03-05T22:55:45.439Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2024-03-05T22:55:45.439Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2024-03-05T22:55:45.439Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2024-03-05T22:55:45.439Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2024-03-05T22:55:45.439Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2024-03-05T22:55:45.439Z] --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s) [2024-03-05T22:55:45.439Z] === RUN TestCreateWithMultipleEndpointSettings [2024-03-05T22:55:45.439Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.44 [2024-03-05T22:55:45.439Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.43 [2024-03-05T22:55:45.439Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.05s) [2024-03-05T22:55:45.439Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.04s) [2024-03-05T22:55:45.439Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s) [2024-03-05T22:55:45.439Z] === RUN TestCreateWithCustomMACs [2024-03-05T22:55:45.997Z] --- PASS: TestCreateWithCustomMACs (0.51s) [2024-03-05T22:55:45.997Z] === RUN TestContainerStartOnDaemonRestart [2024-03-05T22:55:45.997Z] === PAUSE TestContainerStartOnDaemonRestart [2024-03-05T22:55:45.997Z] === RUN TestDaemonRestartIpcMode [2024-03-05T22:55:45.997Z] === PAUSE TestDaemonRestartIpcMode [2024-03-05T22:55:45.997Z] === RUN TestDaemonHostGatewayIP [2024-03-05T22:55:45.997Z] === PAUSE TestDaemonHostGatewayIP [2024-03-05T22:55:45.997Z] === RUN TestRestartDaemonWithRestartingContainer [2024-03-05T22:55:45.997Z] === PAUSE TestRestartDaemonWithRestartingContainer [2024-03-05T22:55:45.997Z] === RUN TestHardRestartWhenContainerIsRunning [2024-03-05T22:55:45.997Z] === PAUSE TestHardRestartWhenContainerIsRunning [2024-03-05T22:55:45.997Z] === RUN TestContainerKillOnDaemonStart [2024-03-05T22:55:45.997Z] === PAUSE TestContainerKillOnDaemonStart [2024-03-05T22:55:45.997Z] === RUN TestDiff [2024-03-05T22:55:46.555Z] --- PASS: TestDiff (0.40s) [2024-03-05T22:55:46.555Z] === RUN TestDiffStoppedContainer [2024-03-05T22:55:46.809Z] --- PASS: TestDiffStoppedContainer (0.40s) [2024-03-05T22:55:46.809Z] === RUN TestExecConsoleSize [2024-03-05T22:55:47.383Z] --- PASS: TestExecConsoleSize (0.42s) [2024-03-05T22:55:47.383Z] === RUN TestExecWithCloseStdin [2024-03-05T22:55:47.649Z] --- PASS: TestExecWithCloseStdin (0.42s) [2024-03-05T22:55:47.649Z] === RUN TestExec [2024-03-05T22:55:48.211Z] --- PASS: TestExec (0.48s) [2024-03-05T22:55:48.211Z] === RUN TestExecUser [2024-03-05T22:55:48.465Z] --- PASS: TestExecUser (0.42s) [2024-03-05T22:55:48.465Z] === RUN TestExecWithGroupAdd [2024-03-05T22:55:49.024Z] --- PASS: TestExecWithGroupAdd (0.43s) [2024-03-05T22:55:49.024Z] === RUN TestExportContainerAndImportImage [2024-03-05T22:55:49.582Z] --- PASS: TestExportContainerAndImportImage (0.50s) [2024-03-05T22:55:49.582Z] === RUN TestExportContainerAfterDaemonRestart [2024-03-05T22:55:56.101Z] --- PASS: TestExportContainerAfterDaemonRestart (6.16s) [2024-03-05T22:55:56.101Z] === RUN TestHealthCheckWorkdir [2024-03-05T22:55:56.101Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2024-03-05T22:55:56.101Z] === RUN TestHealthKillContainer [2024-03-05T22:56:04.167Z] --- PASS: TestHealthKillContainer (7.63s) [2024-03-05T22:56:04.167Z] === RUN TestHealthCheckProcessKilled [2024-03-05T22:56:04.421Z] --- PASS: TestHealthCheckProcessKilled (0.62s) [2024-03-05T22:56:04.421Z] === RUN TestHealthStartInterval [2024-03-05T22:56:05.778Z] health_test.go:141: &{2024-03-05 22:56:05.490656482 +0000 UTC 2024-03-05 22:56:05.518150342 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-03-05T22:56:05.778Z] } [2024-03-05T22:56:05.778Z] health_test.go:141: &{2024-03-05 22:56:05.490656482 +0000 UTC 2024-03-05 22:56:05.518150342 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-03-05T22:56:05.778Z] } [2024-03-05T22:56:06.032Z] health_test.go:141: &{2024-03-05 22:56:05.490656482 +0000 UTC 2024-03-05 22:56:05.518150342 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-03-05T22:56:06.032Z] } [2024-03-05T22:56:06.032Z] health_test.go:141: &{2024-03-05 22:56:05.490656482 +0000 UTC 2024-03-05 22:56:05.518150342 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-03-05T22:56:06.032Z] } [2024-03-05T22:56:06.032Z] health_test.go:141: &{2024-03-05 22:56:05.490656482 +0000 UTC 2024-03-05 22:56:05.518150342 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-03-05T22:56:06.032Z] } [2024-03-05T22:56:06.287Z] health_test.go:141: &{2024-03-05 22:56:05.490656482 +0000 UTC 2024-03-05 22:56:05.518150342 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-03-05T22:56:06.287Z] } [2024-03-05T22:56:06.287Z] health_test.go:141: &{2024-03-05 22:56:05.490656482 +0000 UTC 2024-03-05 22:56:05.518150342 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-03-05T22:56:06.287Z] } [2024-03-05T22:56:06.287Z] health_test.go:141: &{2024-03-05 22:56:05.490656482 +0000 UTC 2024-03-05 22:56:05.518150342 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-03-05T22:56:06.287Z] } [2024-03-05T22:56:06.541Z] health_test.go:141: &{2024-03-05 22:56:05.490656482 +0000 UTC 2024-03-05 22:56:05.518150342 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-03-05T22:56:06.541Z] } [2024-03-05T22:56:06.541Z] health_test.go:141: &{2024-03-05 22:56:05.490656482 +0000 UTC 2024-03-05 22:56:05.518150342 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-03-05T22:56:06.541Z] } [2024-03-05T22:56:06.795Z] health_test.go:141: &{2024-03-05 22:56:06.519095718 +0000 UTC 2024-03-05 22:56:06.546687488 +0000 UTC 1 2} [2024-03-05T22:56:06.795Z] health_test.go:141: &{2024-03-05 22:56:06.519095718 +0000 UTC 2024-03-05 22:56:06.546687488 +0000 UTC 1 2} [2024-03-05T22:56:06.795Z] health_test.go:141: &{2024-03-05 22:56:06.519095718 +0000 UTC 2024-03-05 22:56:06.546687488 +0000 UTC 1 2} [2024-03-05T22:56:07.049Z] health_test.go:141: &{2024-03-05 22:56:06.519095718 +0000 UTC 2024-03-05 22:56:06.546687488 +0000 UTC 1 2} [2024-03-05T22:56:07.049Z] health_test.go:141: &{2024-03-05 22:56:06.519095718 +0000 UTC 2024-03-05 22:56:06.546687488 +0000 UTC 1 2} [2024-03-05T22:56:07.304Z] health_test.go:141: &{2024-03-05 22:56:06.519095718 +0000 UTC 2024-03-05 22:56:06.546687488 +0000 UTC 1 2} [2024-03-05T22:56:07.304Z] health_test.go:141: &{2024-03-05 22:56:06.519095718 +0000 UTC 2024-03-05 22:56:06.546687488 +0000 UTC 1 2} [2024-03-05T22:56:07.304Z] health_test.go:141: &{2024-03-05 22:56:06.519095718 +0000 UTC 2024-03-05 22:56:06.546687488 +0000 UTC 1 2} [2024-03-05T22:56:07.558Z] health_test.go:141: &{2024-03-05 22:56:06.519095718 +0000 UTC 2024-03-05 22:56:06.546687488 +0000 UTC 1 2} [2024-03-05T22:56:07.558Z] health_test.go:141: &{2024-03-05 22:56:06.519095718 +0000 UTC 2024-03-05 22:56:06.546687488 +0000 UTC 1 2} [2024-03-05T22:56:07.812Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:08.733Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:09.654Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:11.011Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:11.933Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:12.855Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:13.776Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:14.697Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:15.618Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:16.975Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:17.896Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:18.818Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:19.739Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:20.661Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:22.018Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:22.939Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:23.860Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:24.781Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:25.702Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:26.624Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:27.981Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:28.902Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:29.824Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:30.745Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:31.667Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:33.068Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:33.640Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:34.997Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:35.919Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:36.841Z] health_test.go:169: 1.027973534s [2024-03-05T22:56:38.198Z] --- PASS: TestHealthStartInterval (33.56s) [2024-03-05T22:56:38.198Z] === RUN TestInspectAnnotations [2024-03-05T22:56:38.198Z] --- PASS: TestInspectAnnotations (0.04s) [2024-03-05T22:56:38.198Z] === RUN TestNetworkAliasesAreEmpty [2024-03-05T22:56:38.198Z] === RUN TestNetworkAliasesAreEmpty/host [2024-03-05T22:56:38.198Z] === RUN TestNetworkAliasesAreEmpty/bridge [2024-03-05T22:56:38.198Z] === RUN TestNetworkAliasesAreEmpty/none [2024-03-05T22:56:38.198Z] --- PASS: TestNetworkAliasesAreEmpty (0.12s) [2024-03-05T22:56:38.198Z] --- PASS: TestNetworkAliasesAreEmpty/host (0.04s) [2024-03-05T22:56:38.198Z] --- PASS: TestNetworkAliasesAreEmpty/bridge (0.04s) [2024-03-05T22:56:38.198Z] --- PASS: TestNetworkAliasesAreEmpty/none (0.04s) [2024-03-05T22:56:38.198Z] === RUN TestIpcModeNone [2024-03-05T22:56:38.453Z] --- PASS: TestIpcModeNone (0.39s) [2024-03-05T22:56:38.453Z] === RUN TestIpcModePrivate [2024-03-05T22:56:38.707Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false [2024-03-05T22:56:38.961Z] --- PASS: TestIpcModePrivate (0.45s) [2024-03-05T22:56:38.961Z] === RUN TestIpcModeShareable [2024-03-05T22:56:39.215Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true [2024-03-05T22:56:39.469Z] --- PASS: TestIpcModeShareable (0.44s) [2024-03-05T22:56:39.469Z] === RUN TestAPIIpcModeShareableAndContainer [2024-03-05T22:56:40.392Z] --- PASS: TestAPIIpcModeShareableAndContainer (0.96s) [2024-03-05T22:56:40.392Z] === RUN TestAPIIpcModeHost [2024-03-05T22:56:40.646Z] --- PASS: TestAPIIpcModeHost (0.25s) [2024-03-05T22:56:40.646Z] === RUN TestDaemonIpcModeShareable [2024-03-05T22:56:41.568Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-03-05T22:56:41.568Z] --- PASS: TestDaemonIpcModeShareable (1.00s) [2024-03-05T22:56:41.568Z] === RUN TestDaemonIpcModePrivate [2024-03-05T22:56:42.491Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-03-05T22:56:42.745Z] --- PASS: TestDaemonIpcModePrivate (1.03s) [2024-03-05T22:56:42.745Z] === RUN TestDaemonIpcModePrivateFromConfig [2024-03-05T22:56:43.667Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-03-05T22:56:43.667Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.01s) [2024-03-05T22:56:43.667Z] === RUN TestDaemonIpcModeShareableFromConfig [2024-03-05T22:56:44.589Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-03-05T22:56:44.589Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.05s) [2024-03-05T22:56:44.589Z] === RUN TestIpcModeOlderClient [2024-03-05T22:56:44.589Z] === PAUSE TestIpcModeOlderClient [2024-03-05T22:56:44.589Z] === RUN TestKillContainerInvalidSignal [2024-03-05T22:56:45.147Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2024-03-05T22:56:45.147Z] === RUN TestKillContainer [2024-03-05T22:56:45.147Z] === RUN TestKillContainer/no_signal [2024-03-05T22:56:45.401Z] === RUN TestKillContainer/non_killing_signal [2024-03-05T22:56:45.656Z] === RUN TestKillContainer/killing_signal [2024-03-05T22:56:46.214Z] --- PASS: TestKillContainer (1.18s) [2024-03-05T22:56:46.214Z] --- PASS: TestKillContainer/no_signal (0.41s) [2024-03-05T22:56:46.214Z] --- PASS: TestKillContainer/non_killing_signal (0.20s) [2024-03-05T22:56:46.214Z] --- PASS: TestKillContainer/killing_signal (0.33s) [2024-03-05T22:56:46.214Z] === RUN TestKillWithStopSignalAndRestartPolicies [2024-03-05T22:56:46.214Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2024-03-05T22:56:46.772Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2024-03-05T22:56:47.026Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.80s) [2024-03-05T22:56:47.026Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2024-03-05T22:56:47.026Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.22s) [2024-03-05T22:56:47.026Z] === RUN TestKillStoppedContainer [2024-03-05T22:56:47.026Z] --- PASS: TestKillStoppedContainer (0.04s) [2024-03-05T22:56:47.026Z] === RUN TestKillDifferentUserContainer [2024-03-05T22:56:47.585Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2024-03-05T22:56:47.585Z] === RUN TestInspectOomKilledTrue [2024-03-05T22:56:47.840Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2024-03-05T22:56:47.840Z] === RUN TestInspectOomKilledFalse [2024-03-05T22:56:48.399Z] --- PASS: TestInspectOomKilledFalse (0.38s) [2024-03-05T22:56:48.399Z] === RUN TestLinksEtcHostsContentMatch [2024-03-05T22:56:48.656Z] --- PASS: TestLinksEtcHostsContentMatch (0.20s) [2024-03-05T22:56:48.656Z] === RUN TestLinksContainerNames [2024-03-05T22:56:49.214Z] --- PASS: TestLinksContainerNames (0.79s) [2024-03-05T22:56:49.214Z] === RUN TestLogsFollowTailEmpty [2024-03-05T22:56:49.772Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2024-03-05T22:56:49.772Z] === RUN TestLogs [2024-03-05T22:56:49.772Z] === RUN TestLogs/driver_local [2024-03-05T22:56:49.772Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2024-03-05T22:56:49.772Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2024-03-05T22:56:49.772Z] === RUN TestLogs/driver_local/tty/only_stdout [2024-03-05T22:56:49.772Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2024-03-05T22:56:49.772Z] === RUN TestLogs/driver_local/tty/only_stderr [2024-03-05T22:56:49.772Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2024-03-05T22:56:49.772Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2024-03-05T22:56:49.772Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2024-03-05T22:56:49.772Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2024-03-05T22:56:49.772Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2024-03-05T22:56:49.772Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2024-03-05T22:56:49.772Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2024-03-05T22:56:49.772Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2024-03-05T22:56:49.772Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2024-03-05T22:56:49.772Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2024-03-05T22:56:49.772Z] === CONT TestLogs/driver_local/tty/only_stderr [2024-03-05T22:56:49.772Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2024-03-05T22:56:49.772Z] === CONT TestLogs/driver_local/tty/only_stdout [2024-03-05T22:56:51.132Z] === RUN TestLogs/driver_json-file [2024-03-05T22:56:51.132Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2024-03-05T22:56:51.132Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2024-03-05T22:56:51.132Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2024-03-05T22:56:51.132Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2024-03-05T22:56:51.132Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2024-03-05T22:56:51.132Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2024-03-05T22:56:51.132Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-03-05T22:56:51.132Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-03-05T22:56:51.132Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2024-03-05T22:56:51.132Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2024-03-05T22:56:51.132Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2024-03-05T22:56:51.132Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2024-03-05T22:56:51.132Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2024-03-05T22:56:51.132Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-03-05T22:56:51.132Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2024-03-05T22:56:51.132Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2024-03-05T22:56:51.132Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2024-03-05T22:56:51.132Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2024-03-05T22:56:52.491Z] --- PASS: TestLogs (2.42s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_local (0.01s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.64s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.77s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.92s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.02s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.07s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.13s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_json-file (0.01s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.77s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.96s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.05s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.14s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.21s) [2024-03-05T22:56:52.491Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.27s) [2024-03-05T22:56:52.491Z] === RUN TestContainerNetworkMountsNoChown [2024-03-05T22:56:52.491Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/default [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/default [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/private [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/private [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rprivate [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rprivate [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/slave [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/slave [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rslave [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rslave [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/shared [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/shared [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rshared [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rshared [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/default [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/rslave [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/rshared [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/default/bind_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/default/bind_root [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/shared [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/default/bind_subpath [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rshared/mount_root [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/slave [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/slave/bind_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/shared/bind_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/private [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/slave/mount_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/private/bind_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rslave/bind_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/private/bind_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rshared/bind_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/private/bind_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/rprivate [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/private/mount_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/private/mount_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/private/mount_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/private/bind_root [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/private/mount_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rslave/mount_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/rslave/bind_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/shared/mount_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/default/mount_root [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/default/mount_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/default/mount_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/private/bind_subpath [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/private/mount_root [2024-03-05T22:56:52.491Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2024-03-05T22:56:52.491Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2024-03-05T22:56:52.491Z] === CONT TestMountDaemonRoot/slave/bind_root [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/default/bind_root [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/rshared/mount_root [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/rslave/mount_root [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/shared/mount_root [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/shared/bind_root [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/default/mount_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/default/mount_root [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/default/bind_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/rshared/bind_root [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2024-03-05T22:56:52.746Z] === CONT TestMountDaemonRoot/slave/mount_root [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot (0.01s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2024-03-05T22:56:52.746Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2024-03-05T22:56:52.746Z] === RUN TestContainerBindMountNonRecursive [2024-03-05T22:56:54.104Z] --- PASS: TestContainerBindMountNonRecursive (1.01s) [2024-03-05T22:56:54.104Z] === RUN TestContainerVolumesMountedAsShared [2024-03-05T22:56:54.358Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2024-03-05T22:56:54.358Z] === RUN TestContainerVolumesMountedAsSlave [2024-03-05T22:56:54.358Z] --- PASS: TestContainerVolumesMountedAsSlave (0.22s) [2024-03-05T22:56:54.358Z] === RUN TestContainerCopyLeaksMounts [2024-03-05T22:56:54.917Z] --- PASS: TestContainerCopyLeaksMounts (0.47s) [2024-03-05T22:56:54.917Z] === RUN TestContainerBindMountReadOnlyDefault [2024-03-05T22:56:54.917Z] === RUN TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 [2024-03-05T22:56:54.917Z] === RUN TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount [2024-03-05T22:56:55.475Z] === RUN TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount [2024-03-05T22:56:55.729Z] === RUN TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 [2024-03-05T22:56:55.729Z] === RUN TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount [2024-03-05T22:56:55.983Z] === RUN TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount [2024-03-05T22:56:56.541Z] === RUN TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default [2024-03-05T22:56:56.541Z] === RUN TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount [2024-03-05T22:56:56.796Z] === RUN TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount [2024-03-05T22:56:57.354Z] === RUN TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default [2024-03-05T22:56:57.354Z] === RUN TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount [2024-03-05T22:56:57.608Z] === RUN TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault (3.10s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 (0.77s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount (0.38s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount (0.38s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 (0.74s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount (0.36s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount (0.38s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default (0.80s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount (0.39s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount (0.40s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default (0.73s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount (0.35s) [2024-03-05T22:56:58.166Z] --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount (0.37s) [2024-03-05T22:56:58.166Z] === RUN TestContainerBindMountRecursivelyReadOnly [2024-03-05T22:56:59.524Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.19s) [2024-03-05T22:56:59.524Z] === RUN TestNetworkNat [2024-03-05T22:56:59.778Z] --- PASS: TestNetworkNat (0.43s) [2024-03-05T22:56:59.778Z] === RUN TestNetworkLocalhostTCPNat [2024-03-05T22:57:00.032Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2024-03-05T22:57:00.032Z] === RUN TestNetworkLoopbackNat [2024-03-05T22:57:02.537Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2024-03-05T22:57:02.537Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors [2024-03-05T22:57:02.791Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff [2024-03-05T22:57:02.791Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/export [2024-03-05T22:57:02.791Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container [2024-03-05T22:57:02.791Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container [2024-03-05T22:57:03.045Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.43s) [2024-03-05T22:57:03.045Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s) [2024-03-05T22:57:03.045Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s) [2024-03-05T22:57:03.045Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s) [2024-03-05T22:57:03.045Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s) [2024-03-05T22:57:03.045Z] === RUN TestPause [2024-03-05T22:57:03.603Z] --- PASS: TestPause (0.41s) [2024-03-05T22:57:03.603Z] === RUN TestPauseFailsOnWindowsServerContainers [2024-03-05T22:57:03.603Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-03-05T22:57:03.603Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2024-03-05T22:57:03.603Z] === RUN TestPauseStopPausedContainer [2024-03-05T22:57:03.857Z] --- PASS: TestPauseStopPausedContainer (0.41s) [2024-03-05T22:57:03.857Z] === RUN TestPIDModeHost [2024-03-05T22:57:04.780Z] --- PASS: TestPIDModeHost (0.86s) [2024-03-05T22:57:04.780Z] === RUN TestPIDModeContainer [2024-03-05T22:57:04.780Z] === RUN TestPIDModeContainer/non-existing_container [2024-03-05T22:57:04.780Z] === RUN TestPIDModeContainer/non-running_container [2024-03-05T22:57:04.780Z] === RUN TestPIDModeContainer/running_container [2024-03-05T22:57:05.702Z] --- PASS: TestPIDModeContainer (0.97s) [2024-03-05T22:57:05.702Z] --- PASS: TestPIDModeContainer/non-existing_container (0.00s) [2024-03-05T22:57:05.702Z] --- PASS: TestPIDModeContainer/non-running_container (0.18s) [2024-03-05T22:57:05.702Z] --- PASS: TestPIDModeContainer/running_container (0.40s) [2024-03-05T22:57:05.702Z] === RUN TestPsFilter [2024-03-05T22:57:05.702Z] === RUN TestPsFilter/since [2024-03-05T22:57:05.702Z] === RUN TestPsFilter/before [2024-03-05T22:57:05.702Z] --- PASS: TestPsFilter (0.13s) [2024-03-05T22:57:05.702Z] --- PASS: TestPsFilter/since (0.00s) [2024-03-05T22:57:05.702Z] --- PASS: TestPsFilter/before (0.00s) [2024-03-05T22:57:05.702Z] === RUN TestRemoveContainerWithRemovedVolume [2024-03-05T22:57:06.261Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2024-03-05T22:57:06.261Z] === RUN TestRemoveContainerWithVolume [2024-03-05T22:57:06.515Z] --- PASS: TestRemoveContainerWithVolume (0.37s) [2024-03-05T22:57:06.515Z] === RUN TestRemoveContainerRunning [2024-03-05T22:57:07.073Z] --- PASS: TestRemoveContainerRunning (0.38s) [2024-03-05T22:57:07.073Z] === RUN TestRemoveContainerForceRemoveRunning [2024-03-05T22:57:07.327Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2024-03-05T22:57:07.327Z] === RUN TestRemoveInvalidContainer [2024-03-05T22:57:07.327Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2024-03-05T22:57:07.327Z] === RUN TestRenameLinkedContainer [2024-03-05T22:57:09.229Z] --- PASS: TestRenameLinkedContainer (1.70s) [2024-03-05T22:57:09.229Z] === RUN TestRenameStoppedContainer [2024-03-05T22:57:09.496Z] --- PASS: TestRenameStoppedContainer (0.42s) [2024-03-05T22:57:09.496Z] === RUN TestRenameRunningContainerAndReuse [2024-03-05T22:57:10.425Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2024-03-05T22:57:10.425Z] === RUN TestRenameInvalidName [2024-03-05T22:57:10.680Z] --- PASS: TestRenameInvalidName (0.42s) [2024-03-05T22:57:10.680Z] === RUN TestRenameAnonymousContainer [2024-03-05T22:57:12.561Z] --- PASS: TestRenameAnonymousContainer (1.43s) [2024-03-05T22:57:12.561Z] === RUN TestRenameContainerWithSameName [2024-03-05T22:57:12.561Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2024-03-05T22:57:12.561Z] === RUN TestRenameContainerWithLinkedContainer [2024-03-05T22:57:13.483Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2024-03-05T22:57:13.484Z] === RUN TestRenameContainerTwice [2024-03-05T22:57:14.042Z] --- PASS: TestRenameContainerTwice (0.40s) [2024-03-05T22:57:14.042Z] === RUN TestResize [2024-03-05T22:57:14.042Z] === RUN TestResize/success [2024-03-05T22:57:14.042Z] === RUN TestResize/invalid_size [2024-03-05T22:57:14.296Z] === RUN TestResize/invalid_state [2024-03-05T22:57:14.854Z] --- PASS: TestResize (0.87s) [2024-03-05T22:57:14.854Z] --- PASS: TestResize/success (0.21s) [2024-03-05T22:57:14.854Z] --- PASS: TestResize/invalid_size (0.20s) [2024-03-05T22:57:14.854Z] --- PASS: TestResize/invalid_state (0.03s) [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-03-05T22:57:14.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-03-05T22:57:14.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-03-05T22:57:14.854Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-03-05T22:57:14.854Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-03-05T22:57:14.854Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-03-05T22:57:14.854Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-03-05T22:57:14.854Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-03-05T22:57:14.854Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-03-05T22:57:14.854Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-03-05T22:57:14.854Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-03-05T22:57:16.213Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-03-05T22:57:16.213Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-03-05T22:57:16.213Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-03-05T22:57:16.213Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-03-05T22:57:16.468Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-03-05T22:57:18.349Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-03-05T22:57:18.349Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-03-05T22:57:18.349Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.28s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.70s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.01s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.01s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.07s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.18s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.65s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.86s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.76s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.79s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.74s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.17s) [2024-03-05T22:57:21.603Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.00s) [2024-03-05T22:57:21.603Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2024-03-05T22:57:21.603Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2024-03-05T22:57:21.857Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2024-03-05T22:57:22.779Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.76s) [2024-03-05T22:57:22.779Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.92s) [2024-03-05T22:57:22.779Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.83s) [2024-03-05T22:57:22.779Z] === RUN TestContainerRestartWithCancelledRequest [2024-03-05T22:57:24.660Z] --- PASS: TestContainerRestartWithCancelledRequest (1.71s) [2024-03-05T22:57:24.660Z] === RUN TestCgroupNamespacesRun [2024-03-05T22:57:25.583Z] --- PASS: TestCgroupNamespacesRun (1.04s) [2024-03-05T22:57:25.583Z] === RUN TestCgroupNamespacesRunPrivileged [2024-03-05T22:57:26.505Z] --- PASS: TestCgroupNamespacesRunPrivileged (0.99s) [2024-03-05T22:57:26.505Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2024-03-05T22:57:27.428Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (0.99s) [2024-03-05T22:57:27.428Z] === RUN TestCgroupNamespacesRunHostMode [2024-03-05T22:57:28.786Z] --- PASS: TestCgroupNamespacesRunHostMode (1.01s) [2024-03-05T22:57:28.786Z] === RUN TestCgroupNamespacesRunPrivateMode [2024-03-05T22:57:29.709Z] --- PASS: TestCgroupNamespacesRunPrivateMode (0.98s) [2024-03-05T22:57:29.709Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2024-03-05T22:57:30.632Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.00s) [2024-03-05T22:57:30.632Z] === RUN TestCgroupNamespacesRunInvalidMode [2024-03-05T22:57:31.189Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s) [2024-03-05T22:57:31.189Z] === RUN TestCgroupNamespacesRunOlderClient [2024-03-05T22:57:32.112Z] --- PASS: TestCgroupNamespacesRunOlderClient (0.99s) [2024-03-05T22:57:32.112Z] === RUN TestNISDomainname [2024-03-05T22:57:32.670Z] --- PASS: TestNISDomainname (0.48s) [2024-03-05T22:57:32.670Z] === RUN TestHostnameDnsResolution [2024-03-05T22:57:33.228Z] --- PASS: TestHostnameDnsResolution (0.59s) [2024-03-05T22:57:33.228Z] === RUN TestUnprivilegedPortsAndPing [2024-03-05T22:57:33.786Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s) [2024-03-05T22:57:33.786Z] === RUN TestPrivilegedHostDevices [2024-03-05T22:57:34.042Z] --- PASS: TestPrivilegedHostDevices (0.45s) [2024-03-05T22:57:34.042Z] === RUN TestRunConsoleSize [2024-03-05T22:57:34.600Z] --- PASS: TestRunConsoleSize (0.37s) [2024-03-05T22:57:34.600Z] === RUN TestRunWithAlternativeContainerdShim [2024-03-05T22:57:39.830Z] --- PASS: TestRunWithAlternativeContainerdShim (5.33s) [2024-03-05T22:57:39.830Z] === RUN TestMacAddressIsAppliedToMainNetworkWithShortID [2024-03-05T22:57:40.753Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.02s) [2024-03-05T22:57:40.753Z] === RUN TestStaticIPOutsideSubpool [2024-03-05T22:57:42.111Z] --- PASS: TestStaticIPOutsideSubpool (1.13s) [2024-03-05T22:57:42.111Z] === RUN TestStats [2024-03-05T22:57:43.468Z] --- PASS: TestStats (1.41s) [2024-03-05T22:57:43.468Z] === RUN TestStopContainerWithTimeout [2024-03-05T22:57:43.468Z] === RUN TestStopContainerWithTimeout/0 [2024-03-05T22:57:43.468Z] === PAUSE TestStopContainerWithTimeout/0 [2024-03-05T22:57:43.468Z] === RUN TestStopContainerWithTimeout/1 [2024-03-05T22:57:43.468Z] === PAUSE TestStopContainerWithTimeout/1 [2024-03-05T22:57:43.468Z] === RUN TestStopContainerWithTimeout/3 [2024-03-05T22:57:43.468Z] === PAUSE TestStopContainerWithTimeout/3 [2024-03-05T22:57:43.468Z] === RUN TestStopContainerWithTimeout/-1 [2024-03-05T22:57:43.468Z] === PAUSE TestStopContainerWithTimeout/-1 [2024-03-05T22:57:43.468Z] === CONT TestStopContainerWithTimeout/0 [2024-03-05T22:57:43.468Z] === CONT TestStopContainerWithTimeout/-1 [2024-03-05T22:57:43.468Z] === CONT TestStopContainerWithTimeout/3 [2024-03-05T22:57:43.468Z] === CONT TestStopContainerWithTimeout/1 [2024-03-05T22:57:45.974Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2024-03-05T22:57:45.974Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2024-03-05T22:57:45.974Z] --- PASS: TestStopContainerWithTimeout/1 (1.67s) [2024-03-05T22:57:45.974Z] --- PASS: TestStopContainerWithTimeout/3 (2.53s) [2024-03-05T22:57:45.974Z] --- PASS: TestStopContainerWithTimeout/-1 (2.57s) [2024-03-05T22:57:45.974Z] === RUN TestStopContainerWithTimeoutCancel [2024-03-05T22:57:45.974Z] === PAUSE TestStopContainerWithTimeoutCancel [2024-03-05T22:57:45.974Z] === RUN TestStopContainerWithRestartPolicyAlways [2024-03-05T22:57:47.332Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.17s) [2024-03-05T22:57:47.332Z] === RUN TestUpdateMemory [2024-03-05T22:57:47.587Z] --- PASS: TestUpdateMemory (0.47s) [2024-03-05T22:57:47.587Z] === RUN TestUpdateCPUQuota [2024-03-05T22:57:48.509Z] --- PASS: TestUpdateCPUQuota (0.71s) [2024-03-05T22:57:48.509Z] === RUN TestUpdatePidsLimit [2024-03-05T22:57:48.509Z] === RUN TestUpdatePidsLimit/update_from_none [2024-03-05T22:57:48.509Z] === RUN TestUpdatePidsLimit/no_change [2024-03-05T22:57:48.763Z] === RUN TestUpdatePidsLimit/update_lower [2024-03-05T22:57:48.763Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2024-03-05T22:57:49.018Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2024-03-05T22:57:49.272Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2024-03-05T22:57:49.272Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2024-03-05T22:57:50.193Z] --- PASS: TestUpdatePidsLimit (1.71s) [2024-03-05T22:57:50.193Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2024-03-05T22:57:50.193Z] --- PASS: TestUpdatePidsLimit/no_change (0.17s) [2024-03-05T22:57:50.193Z] --- PASS: TestUpdatePidsLimit/update_lower (0.16s) [2024-03-05T22:57:50.193Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s) [2024-03-05T22:57:50.193Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.17s) [2024-03-05T22:57:50.193Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.17s) [2024-03-05T22:57:50.193Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s) [2024-03-05T22:57:50.193Z] === RUN TestUpdateRestartPolicy [2024-03-05T22:58:02.375Z] --- PASS: TestUpdateRestartPolicy (10.57s) [2024-03-05T22:58:02.375Z] === RUN TestUpdateRestartWithAutoRemove [2024-03-05T22:58:02.375Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2024-03-05T22:58:02.375Z] === RUN TestWaitNonBlocked [2024-03-05T22:58:02.375Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-03-05T22:58:02.375Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-03-05T22:58:02.375Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2024-03-05T22:58:02.375Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2024-03-05T22:58:02.375Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-03-05T22:58:02.375Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2024-03-05T22:58:02.375Z] --- PASS: TestWaitNonBlocked (0.03s) [2024-03-05T22:58:02.375Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.45s) [2024-03-05T22:58:02.375Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.54s) [2024-03-05T22:58:02.375Z] === RUN TestWaitBlocked [2024-03-05T22:58:02.375Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2024-03-05T22:58:02.375Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2024-03-05T22:58:02.375Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2024-03-05T22:58:02.375Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2024-03-05T22:58:02.375Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2024-03-05T22:58:02.375Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2024-03-05T22:58:02.375Z] --- PASS: TestWaitBlocked (0.03s) [2024-03-05T22:58:02.375Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.46s) [2024-03-05T22:58:02.375Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.55s) [2024-03-05T22:58:02.375Z] === RUN TestWaitConditions [2024-03-05T22:58:02.375Z] === RUN TestWaitConditions/default [2024-03-05T22:58:02.375Z] === PAUSE TestWaitConditions/default [2024-03-05T22:58:02.375Z] === RUN TestWaitConditions/not-running [2024-03-05T22:58:02.375Z] === PAUSE TestWaitConditions/not-running [2024-03-05T22:58:02.375Z] === RUN TestWaitConditions/next-exit [2024-03-05T22:58:02.375Z] === PAUSE TestWaitConditions/next-exit [2024-03-05T22:58:02.375Z] === RUN TestWaitConditions/removed [2024-03-05T22:58:02.375Z] === PAUSE TestWaitConditions/removed [2024-03-05T22:58:02.375Z] === CONT TestWaitConditions/default [2024-03-05T22:58:02.375Z] === CONT TestWaitConditions/next-exit [2024-03-05T22:58:02.375Z] === CONT TestWaitConditions/not-running [2024-03-05T22:58:02.375Z] === CONT TestWaitConditions/removed [2024-03-05T22:58:02.375Z] wait_test.go:145: ContainerID = e18426bb4c3b87c54750da975ebacfc08dc4d2a61aedada847beab9f123f4afa [2024-03-05T22:58:02.375Z] wait_test.go:145: ContainerID = 08e41c1c24f347e8e098871c5285a1c16b6d374f382c014d3d699214a3f0dcb9 [2024-03-05T22:58:02.375Z] wait_test.go:145: ContainerID = cc03fa230033a7589bd13009db213b37cb4eba7c6e63dafc012d19c17cb55118 [2024-03-05T22:58:02.375Z] wait_test.go:145: ContainerID = 23cdcb422557d6edc2962b42139bade5d5faa95fca27096797f6a9a4589e427e [2024-03-05T22:58:03.297Z] --- PASS: TestWaitConditions (0.03s) [2024-03-05T22:58:03.297Z] --- PASS: TestWaitConditions/default (0.63s) [2024-03-05T22:58:03.297Z] --- PASS: TestWaitConditions/not-running (0.75s) [2024-03-05T22:58:03.297Z] --- PASS: TestWaitConditions/next-exit (0.85s) [2024-03-05T22:58:03.297Z] --- PASS: TestWaitConditions/removed (0.92s) [2024-03-05T22:58:03.297Z] === RUN TestWaitRestartedContainer [2024-03-05T22:58:03.297Z] === RUN TestWaitRestartedContainer/default [2024-03-05T22:58:03.297Z] === PAUSE TestWaitRestartedContainer/default [2024-03-05T22:58:03.297Z] === RUN TestWaitRestartedContainer/not-running [2024-03-05T22:58:03.297Z] === PAUSE TestWaitRestartedContainer/not-running [2024-03-05T22:58:03.297Z] === RUN TestWaitRestartedContainer/next-exit [2024-03-05T22:58:03.297Z] === PAUSE TestWaitRestartedContainer/next-exit [2024-03-05T22:58:03.297Z] === CONT TestWaitRestartedContainer/default [2024-03-05T22:58:03.297Z] === CONT TestWaitRestartedContainer/next-exit [2024-03-05T22:58:03.297Z] === CONT TestWaitRestartedContainer/not-running [2024-03-05T22:58:04.657Z] --- PASS: TestWaitRestartedContainer (0.01s) [2024-03-05T22:58:04.657Z] --- PASS: TestWaitRestartedContainer/not-running (1.21s) [2024-03-05T22:58:04.657Z] --- PASS: TestWaitRestartedContainer/default (1.57s) [2024-03-05T22:58:04.657Z] --- PASS: TestWaitRestartedContainer/next-exit (1.62s) [2024-03-05T22:58:04.657Z] === CONT TestHardRestartWhenContainerIsRunning [2024-03-05T22:58:04.657Z] === CONT TestIpcModeOlderClient [2024-03-05T22:58:04.657Z] === CONT TestRestartDaemonWithRestartingContainer [2024-03-05T22:58:04.657Z] === CONT TestStopContainerWithTimeoutCancel [2024-03-05T22:58:04.657Z] === CONT TestContainerKillOnDaemonStart [2024-03-05T22:58:04.657Z] === CONT TestDaemonHostGatewayIP [2024-03-05T22:58:04.657Z] === CONT TestContainerStartOnDaemonRestart [2024-03-05T22:58:04.657Z] === CONT TestDaemonRestartIpcMode [2024-03-05T22:58:04.911Z] --- PASS: TestIpcModeOlderClient (0.13s) [2024-03-05T22:58:06.793Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=none [2024-03-05T22:58:06.793Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure [2024-03-05T22:58:06.793Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.15s) [2024-03-05T22:58:06.793Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s) [2024-03-05T22:58:06.793Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.32s) [2024-03-05T22:58:07.352Z] --- PASS: TestContainerStartOnDaemonRestart (2.47s) [2024-03-05T22:58:07.911Z] --- PASS: TestDaemonRestartIpcMode (3.13s) [2024-03-05T22:58:08.165Z] --- PASS: TestDaemonHostGatewayIP (3.31s) [2024-03-05T22:58:08.419Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.57s) [2024-03-05T22:58:08.419Z] --- PASS: TestStopContainerWithTimeoutCancel (3.64s) [2024-03-05T22:58:16.484Z] --- PASS: TestContainerKillOnDaemonStart (11.79s) [2024-03-05T22:58:16.484Z] PASS [2024-03-05T22:58:16.484Z] [2024-03-05T22:58:16.484Z] === Skipped [2024-03-05T22:58:16.484Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2024-03-05T22:58:16.484Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-03-05T22:58:16.484Z] [2024-03-05T22:58:16.484Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2024-03-05T22:58:16.484Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-03-05T22:58:16.484Z] [2024-03-05T22:58:16.484Z] DONE 327 tests, 2 skipped in 160.418s [2024-03-05T22:58:16.484Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2024-03-05T22:58:16.484Z] ++ '[' -n '' ']' [2024-03-05T22:58:16.484Z] ++ 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-03-05T22:58:16.484Z] ++ set -e [2024-03-05T22:58:16.484Z] ++ '[' -n 0 ']' [2024-03-05T22:58:16.484Z] ++ set -x [2024-03-05T22:58:16.484Z] ++ 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.CgxdLsNI33/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-03-05T22:58:16.484Z] INFO: Testing against a local daemon [2024-03-05T22:58:16.484Z] === RUN TestConfigDaemonID [2024-03-05T22:58:17.842Z] daemon_test.go:61: [ddf2ca217ff44] daemon is not started [2024-03-05T22:58:17.842Z] --- PASS: TestConfigDaemonID (1.04s) [2024-03-05T22:58:17.842Z] === RUN TestDaemonConfigValidation [2024-03-05T22:58:17.842Z] === RUN TestDaemonConfigValidation/config_with_no_content [2024-03-05T22:58:17.842Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2024-03-05T22:58:17.842Z] === RUN TestDaemonConfigValidation/config_with_{} [2024-03-05T22:58:17.842Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2024-03-05T22:58:17.842Z] === RUN TestDaemonConfigValidation/invalid_config [2024-03-05T22:58:17.842Z] === PAUSE TestDaemonConfigValidation/invalid_config [2024-03-05T22:58:17.842Z] === RUN TestDaemonConfigValidation/malformed_config [2024-03-05T22:58:17.842Z] === PAUSE TestDaemonConfigValidation/malformed_config [2024-03-05T22:58:17.842Z] === RUN TestDaemonConfigValidation/valid_config [2024-03-05T22:58:17.842Z] === PAUSE TestDaemonConfigValidation/valid_config [2024-03-05T22:58:17.842Z] === CONT TestDaemonConfigValidation/config_with_no_content [2024-03-05T22:58:17.842Z] === CONT TestDaemonConfigValidation/malformed_config [2024-03-05T22:58:17.842Z] === CONT TestDaemonConfigValidation/valid_config [2024-03-05T22:58:17.842Z] === CONT TestDaemonConfigValidation/invalid_config [2024-03-05T22:58:17.842Z] === CONT TestDaemonConfigValidation/config_with_{} [2024-03-05T22:58:17.842Z] --- PASS: TestDaemonConfigValidation (0.00s) [2024-03-05T22:58:17.842Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.05s) [2024-03-05T22:58:17.842Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2024-03-05T22:58:17.842Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2024-03-05T22:58:17.842Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2024-03-05T22:58:17.842Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2024-03-05T22:58:17.842Z] === RUN TestConfigDaemonSeccompProfiles [2024-03-05T22:58:17.842Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2024-03-05T22:58:18.764Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2024-03-05T22:58:19.686Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2024-03-05T22:58:21.044Z] daemon_test.go:180: [d8bce45005573] daemon is not started [2024-03-05T22:58:21.044Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2024-03-05T22:58:21.044Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2024-03-05T22:58:21.044Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2024-03-05T22:58:21.044Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2024-03-05T22:58:21.044Z] === RUN TestDaemonProxy [2024-03-05T22:58:21.044Z] === RUN TestDaemonProxy/environment_variables [2024-03-05T22:58:21.044Z] === PAUSE TestDaemonProxy/environment_variables [2024-03-05T22:58:21.044Z] === RUN TestDaemonProxy/command-line_options [2024-03-05T22:58:21.044Z] === PAUSE TestDaemonProxy/command-line_options [2024-03-05T22:58:21.044Z] === RUN TestDaemonProxy/configuration_file [2024-03-05T22:58:21.044Z] === PAUSE TestDaemonProxy/configuration_file [2024-03-05T22:58:21.044Z] === RUN TestDaemonProxy/conflicting_options [2024-03-05T22:58:21.298Z] === RUN TestDaemonProxy/reload_sanitized [2024-03-05T22:58:21.298Z] === PAUSE TestDaemonProxy/reload_sanitized [2024-03-05T22:58:21.298Z] === CONT TestDaemonProxy/environment_variables [2024-03-05T22:58:21.298Z] === CONT TestDaemonProxy/configuration_file [2024-03-05T22:58:21.298Z] === CONT TestDaemonProxy/command-line_options [2024-03-05T22:58:21.298Z] === CONT TestDaemonProxy/reload_sanitized [2024-03-05T22:58:23.178Z] --- PASS: TestDaemonProxy (0.50s) [2024-03-05T22:58:23.178Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2024-03-05T22:58:23.178Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) [2024-03-05T22:58:23.178Z] --- PASS: TestDaemonProxy/environment_variables (1.71s) [2024-03-05T22:58:23.178Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2024-03-05T22:58:23.178Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2024-03-05T22:58:23.178Z] === RUN TestLiveRestore [2024-03-05T22:58:23.178Z] === RUN TestLiveRestore/volume_references [2024-03-05T22:58:23.178Z] === PAUSE TestLiveRestore/volume_references [2024-03-05T22:58:23.178Z] === RUN TestLiveRestore/autoremove [2024-03-05T22:58:23.178Z] === PAUSE TestLiveRestore/autoremove [2024-03-05T22:58:23.178Z] === CONT TestLiveRestore/volume_references [2024-03-05T22:58:23.178Z] === CONT TestLiveRestore/autoremove [2024-03-05T22:58:23.178Z] === RUN TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers [2024-03-05T22:58:23.735Z] === RUN TestLiveRestore/volume_references/restartPolicy [2024-03-05T22:58:23.735Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2024-03-05T22:58:24.657Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2024-03-05T22:58:24.911Z] === RUN TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited [2024-03-05T22:58:25.833Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2024-03-05T22:58:26.756Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2024-03-05T22:58:27.677Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options [2024-03-05T22:58:28.235Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted [2024-03-05T22:58:28.793Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore (0.00s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/autoremove (3.22s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.75s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.47s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/volume_references (6.60s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.86s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.00s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.98s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.93s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.95s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.24s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.35s) [2024-03-05T22:58:29.714Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.90s) [2024-03-05T22:58:29.714Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip [2024-03-05T22:58:30.272Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s) [2024-03-05T22:58:30.272Z] PASS [2024-03-05T22:58:30.272Z] [2024-03-05T22:58:30.272Z] DONE 31 tests in 13.787s [2024-03-05T22:58:30.272Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2024-03-05T22:58:30.272Z] ++ '[' -n '' ']' [2024-03-05T22:58:30.272Z] ++ 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-03-05T22:58:30.272Z] ++ set -e [2024-03-05T22:58:30.272Z] ++ '[' -n 0 ']' [2024-03-05T22:58:30.272Z] ++ set -x [2024-03-05T22:58:30.272Z] ++ 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.CgxdLsNI33/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-03-05T22:58:30.272Z] INFO: Testing against a local daemon [2024-03-05T22:58:30.272Z] === RUN TestCommitInheritsEnv [2024-03-05T22:58:30.526Z] --- PASS: TestCommitInheritsEnv (0.15s) [2024-03-05T22:58:30.526Z] === RUN TestUsernsCommit [2024-03-05T22:58:31.884Z] --- PASS: TestUsernsCommit (1.33s) [2024-03-05T22:58:31.884Z] === RUN TestImportExtremelyLargeImageWorks [2024-03-05T22:58:31.884Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2024-03-05T22:58:31.884Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatform [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatform/#00 [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatform/linux [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatform/LINUX [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatform (0.10s) [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatform/#00 (0.02s) [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatform/linux (0.02s) [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.02s) [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s) [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatformReject [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatformReject/_______ [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatformReject// [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatformReject/macos [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatformReject/macos/arm64 [2024-03-05T22:58:31.884Z] === RUN TestImportWithCustomPlatformReject/nintendo64 [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatformReject (0.01s) [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s) [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatformReject// (0.00s) [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatformReject/macos (0.00s) [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s) [2024-03-05T22:58:31.884Z] --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s) [2024-03-05T22:58:31.884Z] === RUN TestImageInspectEmptyTagsAndDigests [2024-03-05T22:58:31.884Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s) [2024-03-05T22:58:31.884Z] === RUN TestImagesFilterMultiReference [2024-03-05T22:58:32.138Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2024-03-05T22:58:32.138Z] === RUN TestImagesFilterUntil [2024-03-05T22:58:32.138Z] list_test.go:95: ImageList: ID=sha256:893fde216f015eddff50381847d9edba619c06a8ec430f26fa919cb173ba4c96 RepoTags=[testimagesfilteruntil:v1] [2024-03-05T22:58:32.138Z] --- PASS: TestImagesFilterUntil (0.23s) [2024-03-05T22:58:32.138Z] === RUN TestImagesFilterBeforeSince [2024-03-05T22:58:32.392Z] list_test.go:129: ImageList: ID=sha256:b2b472e2f7c70ebaa301c3849701bd501a66d33229352f2a117964f46f0338ff RepoTags=[testimagesfilterbeforesince:v1] [2024-03-05T22:58:32.392Z] list_test.go:129: ImageList: ID=sha256:50b3f6348de9fc90ef6c65388e21dc2003364748d9e1f8a1c0b8875930e8669e RepoTags=[testimagesfilterbeforesince:v2] [2024-03-05T22:58:32.392Z] list_test.go:129: ImageList: ID=sha256:a04dea334c8b995c9a5e783798ce8b18d598541ae62a6b8e373d261edd83f2db RepoTags=[testimagesfilterbeforesince:v3] [2024-03-05T22:58:32.392Z] --- PASS: TestImagesFilterBeforeSince (0.23s) [2024-03-05T22:58:32.392Z] === RUN TestAPIImagesFilters [2024-03-05T22:58:32.392Z] === RUN TestAPIImagesFilters/repository_regex [2024-03-05T22:58:32.392Z] === PAUSE TestAPIImagesFilters/repository_regex [2024-03-05T22:58:32.392Z] === RUN TestAPIImagesFilters/image_name_regex [2024-03-05T22:58:32.392Z] === PAUSE TestAPIImagesFilters/image_name_regex [2024-03-05T22:58:32.392Z] === RUN TestAPIImagesFilters/image_name_without_a_tag [2024-03-05T22:58:32.392Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag [2024-03-05T22:58:32.392Z] === RUN TestAPIImagesFilters/registry_port_regex [2024-03-05T22:58:32.392Z] === PAUSE TestAPIImagesFilters/registry_port_regex [2024-03-05T22:58:32.392Z] === CONT TestAPIImagesFilters/repository_regex [2024-03-05T22:58:32.392Z] === CONT TestAPIImagesFilters/image_name_without_a_tag [2024-03-05T22:58:32.392Z] === CONT TestAPIImagesFilters/registry_port_regex [2024-03-05T22:58:32.392Z] === CONT TestAPIImagesFilters/image_name_regex [2024-03-05T22:58:32.392Z] --- PASS: TestAPIImagesFilters (0.03s) [2024-03-05T22:58:32.392Z] --- PASS: TestAPIImagesFilters/repository_regex (0.00s) [2024-03-05T22:58:32.392Z] --- PASS: TestAPIImagesFilters/image_name_regex (0.00s) [2024-03-05T22:58:32.392Z] --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s) [2024-03-05T22:58:32.392Z] --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s) [2024-03-05T22:58:32.392Z] === RUN TestPruneDontDeleteUsedDangling [2024-03-05T22:58:32.950Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s) [2024-03-05T22:58:32.950Z] === RUN TestImagePullPlatformInvalid [2024-03-05T22:58:32.950Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2024-03-05T22:58:32.950Z] === RUN TestImagePullStoredDigestForOtherRepo [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:32.978887391Z" 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=840ed63b-09e0-49a8-a618-5ecde6f21be0 version=2.8.3 [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:32.97897827Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=840ed63b-09e0-49a8-a618-5ecde6f21be0 version=2.8.3 [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:32.978997798Z" level=info msg="Starting upload purge in 42m0s" go.version=go1.20.8 instance.id=840ed63b-09e0-49a8-a618-5ecde6f21be0 version=2.8.3 [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:32.979249414Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=840ed63b-09e0-49a8-a618-5ecde6f21be0 version=2.8.3 [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.074880651Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7af8a13a-fcc9-4d29-8791-acdc521e93e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:35388" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.074943215Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7af8a13a-fcc9-4d29-8791-acdc521e93e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:35388" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.111725ms http.response.status=200 http.response.written=2 [2024-03-05T22:58:33.206Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.077665536Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b0965463-261b-4fac-bbcc-0eaf25d09751 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.077719098Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b0965463-261b-4fac-bbcc-0eaf25d09751 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.077721994Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=10417be2-d0c3-444f-9896-73181dd111b1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.077757284Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=10417be2-d0c3-444f-9896-73181dd111b1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.077820537Z" 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=b0965463-261b-4fac-bbcc-0eaf25d09751 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=49.362µ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=7379f92e-dd1c-496d-9001-c662fc53ef8a trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.077827864Z" 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=10417be2-d0c3-444f-9896-73181dd111b1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=28.767µ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=7297d459-fd8e-4ff6-8947-2a744200fc65 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.077958661Z" 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=b0965463-261b-4fac-bbcc-0eaf25d09751 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.35211ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.206Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.13+unknown" [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.077962123Z" 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=10417be2-d0c3-444f-9896-73181dd111b1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.354875ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.206Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.13+unknown" [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.079632294Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=681771be-31b5-497f-b2be-7e9b9d3b0d5e http.request.method=POST http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.079691026Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=681771be-31b5-497f-b2be-7e9b9d3b0d5e http.request.method=POST http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.079766283Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=dc32ffe8-d127-4736-b955-a6e367d619fe http.request.method=POST http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.079828698Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=dc32ffe8-d127-4736-b955-a6e367d619fe http.request.method=POST http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.079905801Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=681771be-31b5-497f-b2be-7e9b9d3b0d5e http.request.method=POST http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=177.475µ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=c34c4d42-3b48-4ead-819c-e67466b91dce trace.line=110 vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.079932985Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=dc32ffe8-d127-4736-b955-a6e367d619fe http.request.method=POST http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=71.449µ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=f79d0693-d506-407a-966f-45c43f83f8d7 trace.line=110 vars.name=test [2024-03-05T22:58:33.206Z] time="2024-03-05T22:58:33.07996313Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=681771be-31b5-497f-b2be-7e9b9d3b0d5e http.request.method=POST http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=25.78µ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=63ab4d65-237e-49e5-82a2-fde2e4f6932e trace.line=142 vars.name=test [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.079979983Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=dc32ffe8-d127-4736-b955-a6e367d619fe http.request.method=POST http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=23.032µ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=6585f14d-c74b-4f72-8e36-fa298883f2e1 trace.line=142 vars.name=test [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.080040487Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=681771be-31b5-497f-b2be-7e9b9d3b0d5e http.request.method=POST http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=44.496µ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=a869508e-05de-4469-97f0-1efdadbaae0b trace.line=110 vars.name=test [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.080062263Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=dc32ffe8-d127-4736-b955-a6e367d619fe http.request.method=POST http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" trace.duration=49.066µ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=00c40fb1-bbe8-474a-bdde-65b9b8ba320f trace.line=110 vars.name=test [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.080151961Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=681771be-31b5-497f-b2be-7e9b9d3b0d5e http.request.method=POST http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" http.response.duration=1.866969ms http.response.status=202 http.response.written=0 [2024-03-05T22:58:33.207Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.13+unknown" [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.080240986Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=dc32ffe8-d127-4736-b955-a6e367d619fe http.request.method=POST http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.13+unknown" http.response.duration=1.927448ms http.response.status=202 http.response.written=0 [2024-03-05T22:58:33.207Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.13+unknown" [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.082429412Z" 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=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.08270465Z" 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=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.082759329Z" 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=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.082805851Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=60.389µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=24a71877-83a4-44c1-bffc-d3d383507f60 trace.line=95 vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.082824862Z" 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=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.082867488Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=24.738µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=f6838ffe-f0d8-4489-b720-86b300fd8af2 trace.line=142 vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.082896681Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=44.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=93897708-f789-4bd2-a4af-43d2d999439e trace.line=95 vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.082932866Z" 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=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.082955708Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=24.787µ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=8d77c32f-ac9f-407e-9ae2-4bbfd81864b9 trace.line=142 vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083013218Z" 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=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083027995Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9/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=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=56.295µ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=b9dace6d-a578-4654-9526-730bfe2ee317 trace.line=110 vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083066386Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=15.057µ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=f616f958-0e84-4cc2-9c56-ec2b6ca7fe3c trace.line=155 vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083091806Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b/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=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=42.535µ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=945b0525-f930-4001-92e2-cfcbbfbe1c8c trace.line=110 vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083119022Z" 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=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=15.729µ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=44c3fa45-7344-4c40-a11d-8bd16a24e643 trace.line=155 vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083126447Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=10.913µ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=9eff3f56-30ed-45b1-ae57-66c94061ae22 trace.line=155 vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083157889Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=9.042µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8418c13e-c6e4-425b-b6e6-650727669862 trace.line=155 vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083177483Z" 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=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=13.144µ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=5a8afbd0-2712-435b-91ff-99a0fb603534 trace.line=155 vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083208555Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=11.963µ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=1d3f84ce-2182-4e67-a41d-2c928acb58f6 trace.line=155 vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083239751Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9/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=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=58.149µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=5f1c2614-e440-4d63-bb11-13adc9abde8c trace.line=185 vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083270914Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b/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=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=41.715µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=72385b48-906c-4931-a925-b601d1add516 trace.line=185 vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083314778Z" 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=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=48.861µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=670c3d7b-f40c-4b0a-94ed-f67f74a697ac trace.line=110 vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083332665Z" 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=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=36.89µ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=051281a6-61bd-4179-99f3-624c584df3b2 trace.line=110 vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083452746Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" trace.duration=110.579µ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=d2999c58-f0a1-44e2-82b6-4b20ee352efb trace.line=202 vars.name=test vars.uuid=dc0c7cb7-25c8-4f36-9504-c87be284d2e9 [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083547818Z" 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=3ec93f1b-724b-40b7-90d8-1a2af8494d9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:35404" http.request.uri="/v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.13+unknown" http.response.duration=2.394578ms http.response.status=201 http.response.written=0 [2024-03-05T22:58:33.207Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "PUT /v2/test/blobs/uploads/dc0c7cb7-25c8-4f36-9504-c87be284d2e9?_state=p5Gky-K1W90TRtT2pQyJ3vwCrC-gCqWa1pdvUTg5eRB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRjMGM3Y2I3LTI1YzgtNGYzNi05NTA0LWM4N2JlMjg0ZDJlOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk3MDQzNzVaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.13+unknown" [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083455946Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" trace.duration=100.856µ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=c2e96946-3bb9-4092-8296-81785b4ff2e4 trace.line=202 vars.name=test vars.uuid=75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.083790761Z" 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=51a02cf6-5bb1-4f79-8807-de689606f758 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.13+unknown" http.response.duration=2.637013ms http.response.status=201 http.response.written=0 [2024-03-05T22:58:33.207Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "PUT /v2/test/blobs/uploads/75ad672b-5bd3-48bd-bfe4-8eea2c2eb17b?_state=aQdeE7NXBmvzetkN83SSDA6Jm90_d4JHV6PlebXfS3h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc1YWQ2NzJiLTViZDMtNDhiZC1iZmU0LThlZWEyYzJlYjE3YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0wNVQyMjo1ODozMy4wNzk4NDIwNzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.13+unknown" [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.085110584Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=46a80993-acd6-4bb6-9c1a-3431072393ed http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.085151782Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=46a80993-acd6-4bb6-9c1a-3431072393ed http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.085224708Z" 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=46a80993-acd6-4bb6-9c1a-3431072393ed http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=38.318µ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=774b0598-caf4-4885-b687-5718b3f3bb21 trace.line=95 vars.name=test vars.reference=latest [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.085302845Z" 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=46a80993-acd6-4bb6-9c1a-3431072393ed http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.085668ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest [2024-03-05T22:58:33.207Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.13+unknown" [2024-03-05T22:58:33.207Z] time="2024-03-05T22:58:33.086953963Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087030574Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087220349Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087237653Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087247753Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087341447Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=54.597µ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=d29d352e-bc34-4541-a5cf-33d9d1e0c21b trace.line=95 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087397372Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=18.371µ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=b2d62532-ffb1-4b15-9e74-d2e0a177db85 trace.line=155 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087444486Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=21.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=b049238e-61e0-4252-9351-6dc9446bb9c9 trace.line=95 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087486044Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=13.235µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=37a2f853-5059-4f65-a317-661f13d2124e trace.line=155 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087527866Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=13.998µ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=2a0cd913-d6bf-462c-979f-0371ce962909 trace.line=155 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087615069Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=60.225µ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=d8a42c16-a0b6-49d0-8408-47e0615d6201 trace.line=110 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087703749Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=52.504µ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=661ce80e-3736-46a8-8e53-07fd9f4058ab trace.line=110 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087873585Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=65.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).PutContent" trace.id=9b09644a-4ebc-4ecc-a930-4d5aab238f84 trace.line=110 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087934647Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" trace.duration=36.364µ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=700dea0e-2b76-4b72-ad11-e7cc647248b2 trace.line=110 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087978257Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.087997687Z" 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=a6f8f8b9-3c27-48f8-8a07-51b36e7ec8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35406" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.13+unknown" http.response.duration=2.367788ms http.response.status=201 http.response.written=0 [2024-03-05T22:58:33.208Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.13+unknown" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.092993733Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d53a5be2-d517-4124-a740-a04ce76b9cfe http.request.method=GET http.request.remoteaddr="127.0.0.1:35440" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.093041552Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d53a5be2-d517-4124-a740-a04ce76b9cfe http.request.method=GET http.request.remoteaddr="127.0.0.1:35440" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="989.34µs" http.response.status=200 http.response.written=2 [2024-03-05T22:58:33.208Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.095828077Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cdba1ba2-0bae-4edd-949f-bb263cce5bfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35454" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.095880007Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cdba1ba2-0bae-4edd-949f-bb263cce5bfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35454" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.095980666Z" 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=cdba1ba2-0bae-4edd-949f-bb263cce5bfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35454" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=61.136µ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=12000237-87a4-42e2-b8a6-14db12b8c324 trace.line=95 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.096032301Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cdba1ba2-0bae-4edd-949f-bb263cce5bfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35454" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.09608492Z" 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=cdba1ba2-0bae-4edd-949f-bb263cce5bfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35454" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=25.222µ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=02789cde-3076-42c6-9644-77d185e20ef7 trace.line=95 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.096136661Z" 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=cdba1ba2-0bae-4edd-949f-bb263cce5bfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35454" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.397µ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=546a54b0-1572-4d3c-bb6f-bc91ed870e8d trace.line=155 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.096177768Z" 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=cdba1ba2-0bae-4edd-949f-bb263cce5bfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35454" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.366µ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=309737e3-04e4-4281-955e-709e1dbfc9aa trace.line=125 vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.096234219Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cdba1ba2-0bae-4edd-949f-bb263cce5bfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35454" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.096334977Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=cdba1ba2-0bae-4edd-949f-bb263cce5bfe http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35454" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.895538ms http.response.status=200 http.response.written=417 [2024-03-05T22:58:33.208Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.104892409Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fddfc902-3bf8-4abf-9667-e11846d1c9a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:35456" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.104945348Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fddfc902-3bf8-4abf-9667-e11846d1c9a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:35456" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.104966738Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fddfc902-3bf8-4abf-9667-e11846d1c9a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:35456" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.105065281Z" 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=fddfc902-3bf8-4abf-9667-e11846d1c9a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:35456" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=59.355µ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=63a8567b-0e48-41a8-b2a9-3da23db545ca trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.105126966Z" 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=fddfc902-3bf8-4abf-9667-e11846d1c9a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:35456" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.347µ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=94e40960-cf5b-4ecb-b4b5-039d94eb7c3b trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.105171274Z" 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=fddfc902-3bf8-4abf-9667-e11846d1c9a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:35456" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.556µ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=321fb241-2a6f-49a2-abb0-6e348380c328 trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.105215351Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fddfc902-3bf8-4abf-9667-e11846d1c9a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:35456" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.105318579Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fddfc902-3bf8-4abf-9667-e11846d1c9a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:35456" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.418653ms http.response.status=200 http.response.written=417 [2024-03-05T22:58:33.208Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.111104624Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.111169001Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.111194641Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.111232992Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.111257451Z" 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=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=51.684µ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=fd3c9e1d-bc9f-44bc-a6bb-e744ebdb9ed6 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.111313647Z" 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=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.684µ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=53e15708-afc4-4cf1-87a2-2521aa65e1a2 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.111370533Z" 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=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.413µ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=6e3397fc-02ce-4abc-a75c-4c6eb3d320c4 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.208Z] time="2024-03-05T22:58:33.111312343Z" 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=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.573µ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=c1b7f491-c921-4325-940e-415cf48ba18b trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.111497949Z" 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=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=44.759µ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=be20dba4-5a05-4836-a14e-80316e4943fe trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.111408367Z" 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=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.035µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=38ccfef0-20be-4ede-a707-573746984fe2 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.111571828Z" 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=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=29.448µ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=b534aaaf-8bc7-451e-a56d-56e4deba1f7b trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.1116104Z" 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=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.872µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6111f4f0-f854-45d5-89cc-fc7b6446d605 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.111647371Z" 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=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.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=50f616f5-98a1-46c9-b42c-ae1f4f689dc5 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.111644861Z" 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=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=30.195µ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=55c39f8e-c382-4413-9b76-48cca74293f6 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.111691654Z" 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=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.193µ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=d16c1efe-d206-4be6-8e74-461b6c97583b trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.113482423Z" 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=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.989µ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=d65dd567-f7dc-4105-b2e7-19e24ace5283 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.113538586Z" 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=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=38.351µ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=a16235d0-a7cd-4be7-8e02-da89bf2ab468 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.113560682Z" 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=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=28.118µ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=9a3ffb38-cb1d-4bf5-b973-b001e6d5e592 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.114356203Z" 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=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=107.577µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=77cb7213-fae8-4eaf-a71b-81a60810452c trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.114474815Z" 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=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=25.386µ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=0d2c9d7e-b5b5-44e2-9ef0-9ed8f35bed0e trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.114586937Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8f5d11c8-0897-4d14-ac58-f9bddad70b46 http.request.method=GET http.request.remoteaddr="127.0.0.1:35460" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=4.337616ms http.response.status=200 http.response.written=194 [2024-03-05T22:58:33.209Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.115158714Z" 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=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=44.791µ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=f2d9a838-8e39-4c9d-8572-4eda8b31cfa0 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.115225085Z" 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=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.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).Stat" trace.id=2b418020-bae7-45ad-a4ff-d87f27164fc8 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.115291496Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e9cec472-127f-42ce-bf2a-b908352cfa16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35462" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=5.03744ms http.response.status=200 http.response.written=68 [2024-03-05T22:58:33.209Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.131124239Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8cc58946-7473-4bcd-9a05-c9e26ee72d16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35486" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.131185506Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8cc58946-7473-4bcd-9a05-c9e26ee72d16 http.request.method=GET http.request.remoteaddr="127.0.0.1:35486" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="907.404µs" http.response.status=200 http.response.written=2 [2024-03-05T22:58:33.209Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.137330784Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=51b865eb-9a14-4a7f-a86b-e83c163c4d7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35490" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.137383206Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=51b865eb-9a14-4a7f-a86b-e83c163c4d7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35490" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.137398878Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=51b865eb-9a14-4a7f-a86b-e83c163c4d7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35490" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.137474923Z" 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=51b865eb-9a14-4a7f-a86b-e83c163c4d7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35490" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=41.313µ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=ac92c4ed-85d6-4d82-9a75-2302c97ff84d trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.137524054Z" 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=51b865eb-9a14-4a7f-a86b-e83c163c4d7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35490" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.055µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=94108a3d-e364-4920-9913-6c239815524d trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.137607491Z" 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=51b865eb-9a14-4a7f-a86b-e83c163c4d7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35490" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.194893ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.139035113Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c59ab906-59f3-4cc8-a507-b21a17eef7e6 http.request.method=GET http.request.remoteaddr="127.0.0.1:35498" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.139088208Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c59ab906-59f3-4cc8-a507-b21a17eef7e6 http.request.method=GET http.request.remoteaddr="127.0.0.1:35498" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.139109861Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c59ab906-59f3-4cc8-a507-b21a17eef7e6 http.request.method=GET http.request.remoteaddr="127.0.0.1:35498" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.139191Z" 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=c59ab906-59f3-4cc8-a507-b21a17eef7e6 http.request.method=GET http.request.remoteaddr="127.0.0.1:35498" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=46.244µ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=87f7cf8d-e8b0-4c63-978d-c32b541391f3 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.139238327Z" 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=c59ab906-59f3-4cc8-a507-b21a17eef7e6 http.request.method=GET http.request.remoteaddr="127.0.0.1:35498" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.711µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d8edb143-c814-4689-992a-caabbe2e4db8 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] time="2024-03-05T22:58:33.139287229Z" 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=c59ab906-59f3-4cc8-a507-b21a17eef7e6 http.request.method=GET http.request.remoteaddr="127.0.0.1:35498" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.09443ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-03-05T22:58:33.209Z] 127.0.0.1 - - [05/Mar/2024:22:58:33 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.8 git-commit/b32cfc3b3a9d791ed3924ab168f27962dceec949 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-03-05T22:58:33.209Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.18s) [2024-03-05T22:58:33.209Z] === RUN TestImagePullNonExisting [2024-03-05T22:58:33.209Z] === RUN TestImagePullNonExisting/asdfasdf:foobar [2024-03-05T22:58:33.209Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar [2024-03-05T22:58:33.209Z] === RUN TestImagePullNonExisting/library/asdfasdf:foobar [2024-03-05T22:58:33.209Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar [2024-03-05T22:58:33.209Z] === RUN TestImagePullNonExisting/asdfasdf [2024-03-05T22:58:33.209Z] === PAUSE TestImagePullNonExisting/asdfasdf [2024-03-05T22:58:33.209Z] === RUN TestImagePullNonExisting/asdfasdf:latest [2024-03-05T22:58:33.209Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest [2024-03-05T22:58:33.209Z] === RUN TestImagePullNonExisting/library/asdfasdf [2024-03-05T22:58:33.209Z] === PAUSE TestImagePullNonExisting/library/asdfasdf [2024-03-05T22:58:33.209Z] === RUN TestImagePullNonExisting/library/asdfasdf:latest [2024-03-05T22:58:33.209Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest [2024-03-05T22:58:33.209Z] === CONT TestImagePullNonExisting/asdfasdf:foobar [2024-03-05T22:58:33.209Z] === CONT TestImagePullNonExisting/asdfasdf:latest [2024-03-05T22:58:33.209Z] === CONT TestImagePullNonExisting/library/asdfasdf:latest [2024-03-05T22:58:33.209Z] === CONT TestImagePullNonExisting/library/asdfasdf [2024-03-05T22:58:33.209Z] === CONT TestImagePullNonExisting/asdfasdf [2024-03-05T22:58:33.209Z] === CONT TestImagePullNonExisting/library/asdfasdf:foobar [2024-03-05T22:58:34.567Z] --- PASS: TestImagePullNonExisting (0.01s) [2024-03-05T22:58:34.567Z] --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.95s) [2024-03-05T22:58:34.567Z] --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.95s) [2024-03-05T22:58:34.567Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s) [2024-03-05T22:58:34.567Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s) [2024-03-05T22:58:34.567Z] --- PASS: TestImagePullNonExisting/asdfasdf (1.27s) [2024-03-05T22:58:34.567Z] --- PASS: TestImagePullNonExisting/library/asdfasdf (1.28s) [2024-03-05T22:58:34.567Z] === RUN TestRemoveImageOrphaning [2024-03-05T22:58:34.567Z] --- PASS: TestRemoveImageOrphaning (0.15s) [2024-03-05T22:58:34.567Z] === RUN TestRemoveByDigest [2024-03-05T22:58:34.567Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-03-05T22:58:34.567Z] --- SKIP: TestRemoveByDigest (0.00s) [2024-03-05T22:58:34.567Z] === RUN TestRemoveImageGarbageCollector [2024-03-05T22:58:34.567Z] remove_unix_test.go:35: (*Execution).NotAmd64-fm [2024-03-05T22:58:34.567Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2024-03-05T22:58:34.567Z] === RUN TestSaveCheckTimes [2024-03-05T22:58:34.821Z] === PAUSE TestSaveCheckTimes [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/busybox:latest [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/busybox:latest/Manifest [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/busybox:latest/Config [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/busybox:latest/Containerd_image_name [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/busybox:latest/OCI_reference_tag [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/multilayer:latest [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/multilayer:latest/Manifest [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/multilayer:latest/Config [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/multilayer:latest/Containerd_image_name [2024-03-05T22:58:34.821Z] === RUN TestSaveOCI/multilayer:latest/OCI_reference_tag [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI (0.13s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/busybox:latest (0.02s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/busybox:latest/Config (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/multilayer:latest (0.01s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s) [2024-03-05T22:58:34.821Z] --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s) [2024-03-05T22:58:34.821Z] === RUN TestSaveRepoWithMultipleImages [2024-03-05T22:58:35.075Z] --- PASS: TestSaveRepoWithMultipleImages (0.18s) [2024-03-05T22:58:35.075Z] === RUN TestSaveDirectoryPermissions [2024-03-05T22:58:35.997Z] --- PASS: TestSaveDirectoryPermissions (0.88s) [2024-03-05T22:58:35.997Z] === RUN TestTagUnprefixedRepoByNameOrName [2024-03-05T22:58:35.997Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2024-03-05T22:58:35.997Z] === RUN TestTagUsingDigestAlgorithmAsName [2024-03-05T22:58:35.997Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s) [2024-03-05T22:58:35.997Z] === RUN TestTagValidPrefixedRepo [2024-03-05T22:58:35.997Z] === RUN TestTagValidPrefixedRepo/fooo/bar [2024-03-05T22:58:35.997Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar [2024-03-05T22:58:35.997Z] === RUN TestTagValidPrefixedRepo/fooaa/test [2024-03-05T22:58:35.997Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test [2024-03-05T22:58:35.997Z] === RUN TestTagValidPrefixedRepo/foooo:t [2024-03-05T22:58:35.997Z] === PAUSE TestTagValidPrefixedRepo/foooo:t [2024-03-05T22:58:35.997Z] === RUN TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-03-05T22:58:35.997Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-03-05T22:58:35.997Z] === CONT TestTagValidPrefixedRepo/fooo/bar [2024-03-05T22:58:35.997Z] === CONT TestTagValidPrefixedRepo/foooo:t [2024-03-05T22:58:35.997Z] === CONT TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-03-05T22:58:35.997Z] === CONT TestTagValidPrefixedRepo/fooaa/test [2024-03-05T22:58:35.997Z] --- PASS: TestTagValidPrefixedRepo (0.02s) [2024-03-05T22:58:35.997Z] --- PASS: TestTagValidPrefixedRepo/foooo:t (0.00s) [2024-03-05T22:58:35.997Z] --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s) [2024-03-05T22:58:35.997Z] --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s) [2024-03-05T22:58:35.997Z] --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.01s) [2024-03-05T22:58:35.997Z] === RUN TestTagExistedNameWithoutForce [2024-03-05T22:58:35.997Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2024-03-05T22:58:35.997Z] === RUN TestTagOfficialNames [2024-03-05T22:58:35.997Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox [2024-03-05T22:58:35.997Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox [2024-03-05T22:58:35.997Z] === RUN TestTagOfficialNames/tag_from_busybox_to_library/busybox [2024-03-05T22:58:35.997Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox [2024-03-05T22:58:35.997Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox [2024-03-05T22:58:35.997Z] --- PASS: TestTagOfficialNames (0.04s) [2024-03-05T22:58:35.997Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s) [2024-03-05T22:58:35.997Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s) [2024-03-05T22:58:35.997Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s) [2024-03-05T22:58:35.997Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s) [2024-03-05T22:58:35.997Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s) [2024-03-05T22:58:35.997Z] === RUN TestTagMatchesDigest [2024-03-05T22:58:35.997Z] --- PASS: TestTagMatchesDigest (0.01s) [2024-03-05T22:58:35.997Z] === CONT TestSaveCheckTimes [2024-03-05T22:58:35.997Z] --- PASS: TestSaveCheckTimes (0.03s) [2024-03-05T22:58:35.997Z] PASS [2024-03-05T22:58:35.997Z] [2024-03-05T22:58:35.997Z] === Skipped [2024-03-05T22:58:35.997Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2024-03-05T22:58:35.997Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2024-03-05T22:58:35.997Z] [2024-03-05T22:58:35.997Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s) [2024-03-05T22:58:35.997Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-03-05T22:58:35.997Z] [2024-03-05T22:58:35.997Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2024-03-05T22:58:35.997Z] remove_unix_test.go:35: (*Execution).NotAmd64-fm [2024-03-05T22:58:35.997Z] [2024-03-05T22:58:35.997Z] DONE 70 tests, 3 skipped in 5.689s [2024-03-05T22:58:35.997Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2024-03-05T22:58:35.997Z] ++ '[' -n '' ']' [2024-03-05T22:58:35.997Z] ++ 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-03-05T22:58:35.997Z] ++ set -e [2024-03-05T22:58:35.997Z] ++ '[' -n 0 ']' [2024-03-05T22:58:35.997Z] ++ set -x [2024-03-05T22:58:35.997Z] ++ 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.CgxdLsNI33/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-03-05T22:58:35.997Z] === RUN TestStripANSICommands [2024-03-05T22:58:35.997Z] === RUN TestStripANSICommands/#00 [2024-03-05T22:58:35.997Z] === RUN TestStripANSICommands/#01 [2024-03-05T22:58:35.997Z] --- PASS: TestStripANSICommands (0.00s) [2024-03-05T22:58:35.997Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2024-03-05T22:58:35.997Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2024-03-05T22:58:35.997Z] PASS [2024-03-05T22:58:35.997Z] [2024-03-05T22:58:35.997Z] DONE 3 tests in 0.007s [2024-03-05T22:58:35.997Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2024-03-05T22:58:35.997Z] ++ '[' -n '' ']' [2024-03-05T22:58:35.997Z] ++ 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-03-05T22:58:35.997Z] ++ set -e [2024-03-05T22:58:35.997Z] ++ '[' -n 0 ']' [2024-03-05T22:58:35.997Z] ++ set -x [2024-03-05T22:58:35.997Z] ++ 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.CgxdLsNI33/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-03-05T22:58:35.997Z] INFO: Testing against a local daemon [2024-03-05T22:58:35.997Z] === RUN TestCreateWithMultiNetworks [2024-03-05T22:58:36.919Z] --- PASS: TestCreateWithMultiNetworks (0.88s) [2024-03-05T22:58:36.919Z] === RUN TestNetworkCreateDelete [2024-03-05T22:58:37.173Z] --- PASS: TestNetworkCreateDelete (0.17s) [2024-03-05T22:58:37.173Z] === RUN TestDockerNetworkDeletePreferID [2024-03-05T22:58:37.730Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2024-03-05T22:58:37.730Z] === RUN TestDaemonDNSFallback [2024-03-05T22:58:44.249Z] --- PASS: TestDaemonDNSFallback (6.05s) [2024-03-05T22:58:44.249Z] === RUN TestInspectNetwork [2024-03-05T22:58:46.129Z] === RUN TestInspectNetwork/full_network_id [2024-03-05T22:58:46.129Z] === RUN TestInspectNetwork/partial_network_id [2024-03-05T22:58:46.129Z] === RUN TestInspectNetwork/network_name [2024-03-05T22:58:46.129Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2024-03-05T22:58:50.325Z] --- PASS: TestInspectNetwork (6.71s) [2024-03-05T22:58:50.325Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2024-03-05T22:58:50.325Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2024-03-05T22:58:50.325Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2024-03-05T22:58:50.325Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2024-03-05T22:58:50.325Z] === RUN TestRunContainerWithBridgeNone [2024-03-05T22:58:51.688Z] --- PASS: TestRunContainerWithBridgeNone (1.14s) [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/create [2024-03-05T22:58:51.688Z] === PAUSE TestNetworkInvalidJSON/networks/create [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2024-03-05T22:58:51.688Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2024-03-05T22:58:51.688Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2024-03-05T22:58:51.688Z] === CONT TestNetworkInvalidJSON/networks/create [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2024-03-05T22:58:51.688Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2024-03-05T22:58:51.688Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2024-03-05T22:58:51.688Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2024-03-05T22:58:51.688Z] === RUN TestNetworkList [2024-03-05T22:58:51.688Z] === RUN TestNetworkList//networks [2024-03-05T22:58:51.688Z] === PAUSE TestNetworkList//networks [2024-03-05T22:58:51.688Z] === RUN TestNetworkList//networks/ [2024-03-05T22:58:51.688Z] === PAUSE TestNetworkList//networks/ [2024-03-05T22:58:51.688Z] === CONT TestNetworkList//networks [2024-03-05T22:58:51.688Z] === CONT TestNetworkList//networks/ [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkList (0.01s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkList//networks/ (0.00s) [2024-03-05T22:58:51.688Z] --- PASS: TestNetworkList//networks (0.00s) [2024-03-05T22:58:51.688Z] === RUN TestHostIPv4BridgeLabel [2024-03-05T22:58:52.246Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2024-03-05T22:58:52.246Z] === RUN TestDefaultNetworkOpts [2024-03-05T22:58:52.246Z] === RUN TestDefaultNetworkOpts/default_value [2024-03-05T22:58:53.169Z] === RUN TestDefaultNetworkOpts/cmdline_value [2024-03-05T22:58:54.527Z] === RUN TestDefaultNetworkOpts/config-from_value [2024-03-05T22:58:55.885Z] --- PASS: TestDefaultNetworkOpts (3.51s) [2024-03-05T22:58:55.885Z] --- PASS: TestDefaultNetworkOpts/default_value (1.16s) [2024-03-05T22:58:55.885Z] --- PASS: TestDefaultNetworkOpts/cmdline_value (1.20s) [2024-03-05T22:58:55.885Z] --- PASS: TestDefaultNetworkOpts/config-from_value (1.15s) [2024-03-05T22:58:55.885Z] === RUN TestForbidDuplicateNetworkNames [2024-03-05T22:58:56.140Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s) [2024-03-05T22:58:56.140Z] === RUN TestDaemonRestartWithLiveRestore [2024-03-05T22:58:57.499Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2024-03-05T22:58:57.499Z] === RUN TestDaemonDefaultNetworkPools [2024-03-05T22:58:58.057Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2024-03-05T22:58:58.057Z] === RUN TestDaemonRestartWithExistingNetwork [2024-03-05T22:58:59.416Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2024-03-05T22:58:59.416Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2024-03-05T22:59:00.339Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2024-03-05T22:59:00.339Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2024-03-05T22:59:01.262Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2024-03-05T22:59:01.262Z] === RUN TestServiceWithPredefinedNetwork [2024-03-05T22:59:03.145Z] --- PASS: TestServiceWithPredefinedNetwork (2.05s) [2024-03-05T22:59:03.145Z] === RUN TestServiceRemoveKeepsIngressNetwork [2024-03-05T22:59:03.145Z] service_test.go:250: FLAKY_TEST [2024-03-05T22:59:03.145Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-03-05T22:59:03.145Z] === RUN TestServiceWithDataPathPortInit [2024-03-05T22:59:17.959Z] --- PASS: TestServiceWithDataPathPortInit (13.16s) [2024-03-05T22:59:17.959Z] === RUN TestServiceWithDefaultAddressPoolInit [2024-03-05T22:59:18.517Z] service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:btxcsl6ck4frnauvt2d2snor2 Created:2024-03-05 22:59:17.457382719 +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[063ad0179c907010bb3722fc70fc1f5bac2e0842fc5b971ecfc8f61bc3825343:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ki1zj7vo0flrpf24hhpvvs94o EndpointID:c7bd48db0351362729dd466992b1674c6c2e0333d009142307eaeb5a4eb85368 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:235eb35eb29824073c14b40af74f70b92ed985e208ea6a5c68ff93d16f025542 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:d3b2e47cc38b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ki1zj7vo0flrpf24hhpvvs94o EndpointID:c7bd48db0351362729dd466992b1674c6c2e0333d009142307eaeb5a4eb85368 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2024-03-05T22:59:23.746Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.74s) [2024-03-05T22:59:23.746Z] PASS [2024-03-05T22:59:23.746Z] [2024-03-05T22:59:23.746Z] === Skipped [2024-03-05T22:59:23.746Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-03-05T22:59:23.746Z] service_test.go:250: FLAKY_TEST [2024-03-05T22:59:23.746Z] [2024-03-05T22:59:23.746Z] DONE 44 tests, 1 skipped in 46.930s [2024-03-05T22:59:23.746Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2024-03-05T22:59:23.746Z] ++ '[' -n '' ']' [2024-03-05T22:59:23.746Z] ++ 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-03-05T22:59:23.746Z] ++ set -e [2024-03-05T22:59:23.746Z] ++ '[' -n 0 ']' [2024-03-05T22:59:23.746Z] ++ set -x [2024-03-05T22:59:23.746Z] ++ 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.CgxdLsNI33/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-03-05T22:59:23.746Z] INFO: Testing against a local daemon [2024-03-05T22:59:23.746Z] === RUN TestDockerNetworkIpvlanPersistance [2024-03-05T22:59:23.746Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-03-05T22:59:23.746Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2024-03-05T22:59:23.746Z] === RUN TestDockerNetworkIpvlan [2024-03-05T22:59:23.746Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-03-05T22:59:23.746Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2024-03-05T22:59:23.746Z] PASS [2024-03-05T22:59:23.746Z] [2024-03-05T22:59:23.746Z] === Skipped [2024-03-05T22:59:23.746Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2024-03-05T22:59:23.746Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-03-05T22:59:23.746Z] [2024-03-05T22:59:23.746Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2024-03-05T22:59:23.746Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-03-05T22:59:23.746Z] [2024-03-05T22:59:23.746Z] DONE 2 tests, 2 skipped in 0.031s [2024-03-05T22:59:23.746Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2024-03-05T22:59:23.746Z] ++ '[' -n '' ']' [2024-03-05T22:59:23.746Z] ++ 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-03-05T22:59:23.746Z] ++ set -e [2024-03-05T22:59:23.746Z] ++ '[' -n 0 ']' [2024-03-05T22:59:23.746Z] ++ set -x [2024-03-05T22:59:23.746Z] ++ 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.CgxdLsNI33/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-03-05T22:59:23.746Z] INFO: Testing against a local daemon [2024-03-05T22:59:23.746Z] === RUN TestDockerNetworkMacvlanPersistance [2024-03-05T22:59:24.304Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.17s) [2024-03-05T22:59:24.304Z] === RUN TestDockerNetworkMacvlan [2024-03-05T22:59:24.304Z] === RUN TestDockerNetworkMacvlan/Subinterface [2024-03-05T22:59:24.862Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2024-03-05T22:59:25.784Z] === RUN TestDockerNetworkMacvlan/NilParent [2024-03-05T22:59:27.141Z] === RUN TestDockerNetworkMacvlan/InternalMode [2024-03-05T22:59:28.499Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2024-03-05T22:59:31.004Z] === RUN TestDockerNetworkMacvlan/Addressing [2024-03-05T22:59:31.563Z] --- PASS: TestDockerNetworkMacvlan (7.38s) [2024-03-05T22:59:31.563Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.67s) [2024-03-05T22:59:31.563Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.71s) [2024-03-05T22:59:31.563Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.43s) [2024-03-05T22:59:31.563Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.40s) [2024-03-05T22:59:31.563Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.10s) [2024-03-05T22:59:31.563Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.06s) [2024-03-05T22:59:31.563Z] PASS [2024-03-05T22:59:31.563Z] [2024-03-05T22:59:31.563Z] DONE 8 tests in 8.573s [2024-03-05T22:59:31.563Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m [2024-03-05T22:59:31.563Z] ++ '[' -n '' ']' [2024-03-05T22:59:31.563Z] ++ 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-03-05T22:59:31.563Z] ++ set -e [2024-03-05T22:59:31.563Z] ++ '[' -n 0 ']' [2024-03-05T22:59:31.563Z] ++ set -x [2024-03-05T22:59:31.563Z] ++ 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.CgxdLsNI33/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-03-05T22:59:31.563Z] INFO: Testing against a local daemon [2024-03-05T22:59:31.563Z] === RUN TestBridgeICC [2024-03-05T22:59:32.121Z] === RUN TestBridgeICC/IPv4_non-internal_network [2024-03-05T22:59:33.480Z] === RUN TestBridgeICC/IPv4_internal_network [2024-03-05T22:59:34.038Z] === RUN TestBridgeICC/IPv6_ULA_on_non-internal_network [2024-03-05T22:59:35.397Z] === RUN TestBridgeICC/IPv6_ULA_on_internal_network [2024-03-05T22:59:36.320Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network [2024-03-05T22:59:37.242Z] === RUN TestBridgeICC/IPv6_link-local_address_on_internal_network [2024-03-05T22:59:38.164Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name [2024-03-05T22:59:39.086Z] === RUN TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name [2024-03-05T22:59:40.008Z] === RUN TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address [2024-03-05T22:59:43.263Z] === RUN TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC (14.53s) [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC/IPv4_non-internal_network (1.00s) [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC/IPv4_internal_network (0.91s) [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (0.96s) [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (0.98s) [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (0.95s) [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (0.94s) [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.09s) [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.00s) [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (3.01s) [2024-03-05T22:59:46.574Z] --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.10s) [2024-03-05T22:59:46.574Z] === RUN TestBridgeICCWindows [2024-03-05T22:59:46.574Z] bridge_test.go:198: testEnv.DaemonInfo.OSType != "windows" [2024-03-05T22:59:46.574Z] --- SKIP: TestBridgeICCWindows (0.00s) [2024-03-05T22:59:46.574Z] === RUN TestBridgeINC [2024-03-05T22:59:46.829Z] === RUN TestBridgeINC/IPv4_non-internal_network [2024-03-05T22:59:50.980Z] === RUN TestBridgeINC/IPv4_internal_network [2024-03-05T22:59:51.903Z] === RUN TestBridgeINC/IPv6_ULA_on_non-internal_network [2024-03-05T22:59:56.134Z] === RUN TestBridgeINC/IPv6_ULA_on_internal_network [2024-03-05T22:59:57.492Z] --- PASS: TestBridgeINC (11.19s) [2024-03-05T22:59:57.492Z] --- PASS: TestBridgeINC/IPv4_non-internal_network (4.14s) [2024-03-05T22:59:57.492Z] --- PASS: TestBridgeINC/IPv4_internal_network (1.01s) [2024-03-05T22:59:57.492Z] --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.26s) [2024-03-05T22:59:57.492Z] --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.18s) [2024-03-05T22:59:57.492Z] === RUN TestDefaultBridgeIPv6 [2024-03-05T22:59:57.492Z] === RUN TestDefaultBridgeIPv6/IPv6_ULA [2024-03-05T22:59:58.851Z] === RUN TestDefaultBridgeIPv6/IPv6_LLA_only [2024-03-05T23:00:00.209Z] === RUN TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only [2024-03-05T23:00:02.090Z] --- PASS: TestDefaultBridgeIPv6 (4.39s) [2024-03-05T23:00:02.090Z] --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.49s) [2024-03-05T23:00:02.090Z] --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.45s) [2024-03-05T23:00:02.090Z] --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.45s) [2024-03-05T23:00:02.090Z] === RUN TestDefaultBridgeAddresses [2024-03-05T23:00:02.090Z] === RUN TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes [2024-03-05T23:00:03.449Z] === RUN TestDefaultBridgeAddresses/Link-Local_Subnet_Changes [2024-03-05T23:00:04.807Z] --- PASS: TestDefaultBridgeAddresses (3.11s) [2024-03-05T23:00:04.807Z] --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s) [2024-03-05T23:00:04.807Z] --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s) [2024-03-05T23:00:04.807Z] === RUN TestInternalNwConnectivity [2024-03-05T23:00:08.061Z] --- PASS: TestInternalNwConnectivity (3.23s) [2024-03-05T23:00:08.061Z] === RUN TestEtcHostsIpv6 [2024-03-05T23:00:08.619Z] === RUN TestEtcHostsIpv6/IPv6_enabled [2024-03-05T23:00:09.177Z] === RUN TestEtcHostsIpv6/IPv6_disabled [2024-03-05T23:00:13.329Z] --- PASS: TestEtcHostsIpv6 (4.57s) [2024-03-05T23:00:13.329Z] --- PASS: TestEtcHostsIpv6/IPv6_enabled (0.47s) [2024-03-05T23:00:13.329Z] --- PASS: TestEtcHostsIpv6/IPv6_disabled (3.50s) [2024-03-05T23:00:13.329Z] === RUN TestMACAddrOnRestart [2024-03-05T23:00:14.687Z] --- PASS: TestMACAddrOnRestart (1.98s) [2024-03-05T23:00:14.687Z] === RUN TestCfgdMACAddrOnRestart [2024-03-05T23:00:17.193Z] --- PASS: TestCfgdMACAddrOnRestart (2.38s) [2024-03-05T23:00:17.193Z] === RUN TestInspectCfgdMAC [2024-03-05T23:00:17.751Z] === RUN TestInspectCfgdMAC/generated_address_default_bridge [2024-03-05T23:00:17.751Z] === RUN TestInspectCfgdMAC/configured_address_default_bridge [2024-03-05T23:00:17.751Z] === RUN TestInspectCfgdMAC/generated_address_custom_bridge [2024-03-05T23:00:18.005Z] === RUN TestInspectCfgdMAC/configured_address_custom_bridge [2024-03-05T23:00:18.005Z] === RUN TestInspectCfgdMAC/ctr-wide_address_default_bridge [2024-03-05T23:00:18.005Z] --- PASS: TestInspectCfgdMAC (1.10s) [2024-03-05T23:00:18.005Z] --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.05s) [2024-03-05T23:00:18.005Z] --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s) [2024-03-05T23:00:18.005Z] --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.20s) [2024-03-05T23:00:18.005Z] --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.17s) [2024-03-05T23:00:18.005Z] --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.04s) [2024-03-05T23:00:18.005Z] === RUN TestResolvConfLocalhostIPv6 [2024-03-05T23:00:19.363Z] --- PASS: TestResolvConfLocalhostIPv6 (1.19s) [2024-03-05T23:00:19.363Z] PASS [2024-03-05T23:00:19.363Z] [2024-03-05T23:00:19.363Z] === Skipped [2024-03-05T23:00:19.363Z] === SKIP: arm64.integration.networking TestBridgeICCWindows (0.00s) [2024-03-05T23:00:19.363Z] bridge_test.go:198: testEnv.DaemonInfo.OSType != "windows" [2024-03-05T23:00:19.363Z] [2024-03-05T23:00:19.363Z] DONE 37 tests, 1 skipped in 47.695s [2024-03-05T23:00:19.363Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2024-03-05T23:00:19.363Z] ++ '[' -n '' ']' [2024-03-05T23:00:19.363Z] ++ 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-03-05T23:00:19.363Z] ++ set -e [2024-03-05T23:00:19.363Z] ++ '[' -n 0 ']' [2024-03-05T23:00:19.363Z] ++ set -x [2024-03-05T23:00:19.363Z] ++ 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.CgxdLsNI33/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-03-05T23:00:19.363Z] testing: warning: no tests to run [2024-03-05T23:00:19.363Z] PASS [2024-03-05T23:00:19.363Z] [2024-03-05T23:00:19.363Z] DONE 0 tests in 0.006s [2024-03-05T23:00:19.363Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2024-03-05T23:00:19.363Z] ++ '[' -n '' ']' [2024-03-05T23:00:19.363Z] ++ 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-03-05T23:00:19.363Z] ++ set -e [2024-03-05T23:00:19.363Z] ++ '[' -n 0 ']' [2024-03-05T23:00:19.363Z] ++ set -x [2024-03-05T23:00:19.363Z] ++ 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.CgxdLsNI33/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-03-05T23:00:19.363Z] INFO: Testing against a local daemon [2024-03-05T23:00:19.363Z] === RUN TestAuthZPluginAllowRequest [2024-03-05T23:00:20.285Z] --- PASS: TestAuthZPluginAllowRequest (1.03s) [2024-03-05T23:00:20.285Z] === RUN TestAuthZPluginTLS [2024-03-05T23:00:20.843Z] --- PASS: TestAuthZPluginTLS (0.55s) [2024-03-05T23:00:20.843Z] === RUN TestAuthZPluginDenyRequest [2024-03-05T23:00:21.401Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2024-03-05T23:00:21.401Z] === RUN TestAuthZPluginAPIDenyResponse [2024-03-05T23:00:21.959Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2024-03-05T23:00:21.959Z] === RUN TestAuthZPluginDenyResponse [2024-03-05T23:00:22.517Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2024-03-05T23:00:22.517Z] === RUN TestAuthZPluginAllowEventStream [2024-03-05T23:00:23.439Z] 2024/03/05 23:00:23 http: panic serving 127.0.0.1:57320: runtime error: invalid memory address or nil pointer dereference [2024-03-05T23:00:23.439Z] goroutine 142 [running]: [2024-03-05T23:00:23.439Z] net/http.(*conn).serve.func1() [2024-03-05T23:00:23.439Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-03-05T23:00:23.439Z] panic({0xa855c0?, 0x15aa340?}) [2024-03-05T23:00:23.439Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-03-05T23:00:23.439Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd85e70, 0x400070c900}, 0xffff8a2dfc58?) [2024-03-05T23:00:23.439Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c [2024-03-05T23:00:23.439Z] net/http.HandlerFunc.ServeHTTP(0x40001cab00?, {0xd85e70?, 0x400070c900?}, 0x402e94?) [2024-03-05T23:00:23.439Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-03-05T23:00:23.439Z] net/http.(*ServeMux).ServeHTTP(0xd8c1d8?, {0xd85e70, 0x400070c900}, 0x40001cab00) [2024-03-05T23:00:23.439Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-03-05T23:00:23.439Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001b7b80, {0xd84a30?, 0x40000f00e0}, 0x40001caa00, {0xd7ab60, 0x4000126d00}) [2024-03-05T23:00:23.439Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44 [2024-03-05T23:00:23.439Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd84a30?, 0x40000f00e0?}, 0x400011e490?) [2024-03-05T23:00:23.439Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-03-05T23:00:23.439Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd84a30?, 0x40000f00e0?}, 0x40000f00e0?) [2024-03-05T23:00:23.439Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-03-05T23:00:23.439Z] net/http.serverHandler.ServeHTTP({0xd814a8?}, {0xd84a30?, 0x40000f00e0?}, 0x6?) [2024-03-05T23:00:23.439Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-03-05T23:00:23.439Z] net/http.(*conn).serve(0x40001283f0, {0xd8c1d8, 0x4000215590}) [2024-03-05T23:00:23.439Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-03-05T23:00:23.439Z] created by net/http.(*Server).Serve in goroutine 11 [2024-03-05T23:00:23.439Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-03-05T23:00:24.361Z] 2024/03/05 23:00:24 http: panic serving 127.0.0.1:57416: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-03-05T23:00:24.361Z] goroutine 196 [running]: [2024-03-05T23:00:24.361Z] net/http.(*conn).serve.func1() [2024-03-05T23:00:24.361Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-03-05T23:00:24.361Z] panic({0xa1b7c0?, 0x400011e690?}) [2024-03-05T23:00:24.361Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-03-05T23:00:24.361Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd85e70, 0x400070cb40}, 0xffff8a2dfc58?) [2024-03-05T23:00:24.361Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-03-05T23:00:24.361Z] net/http.HandlerFunc.ServeHTTP(0x40001cac00?, {0xd85e70?, 0x400070cb40?}, 0x402e94?) [2024-03-05T23:00:24.361Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-03-05T23:00:24.361Z] net/http.(*ServeMux).ServeHTTP(0xd8c1d8?, {0xd85e70, 0x400070cb40}, 0x40001cac00) [2024-03-05T23:00:24.361Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-03-05T23:00:24.361Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001b7b80, {0xd84a30?, 0x40000f0380}, 0x4000022f00, {0xd7ab60, 0x4000126d00}) [2024-03-05T23:00:24.361Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44 [2024-03-05T23:00:24.361Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd84a30?, 0x40000f0380?}, 0x40004344e0?) [2024-03-05T23:00:24.361Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-03-05T23:00:24.361Z] net/http.HandlerFunc.ServeHTTP(0x1607de0?, {0xd84a30?, 0x40000f0380?}, 0x400055fb40?) [2024-03-05T23:00:24.361Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-03-05T23:00:24.361Z] net/http.serverHandler.ServeHTTP({0x40004344e0?}, {0xd84a30?, 0x40000f0380?}, 0x6?) [2024-03-05T23:00:24.361Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-03-05T23:00:24.361Z] net/http.(*conn).serve(0x40000aa990, {0xd8c1d8, 0x4000215590}) [2024-03-05T23:00:24.361Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-03-05T23:00:24.361Z] created by net/http.(*Server).Serve in goroutine 11 [2024-03-05T23:00:24.361Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-03-05T23:00:26.239Z] 2024/03/05 23:00:26 http: panic serving 127.0.0.1:57426: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-03-05T23:00:26.239Z] goroutine 203 [running]: [2024-03-05T23:00:26.239Z] net/http.(*conn).serve.func1() [2024-03-05T23:00:26.239Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-03-05T23:00:26.239Z] panic({0xa1b7c0?, 0x4000490290?}) [2024-03-05T23:00:26.239Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-03-05T23:00:26.239Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd85e70, 0x4000140420}, 0xffff43454680?) [2024-03-05T23:00:26.239Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-03-05T23:00:26.239Z] net/http.HandlerFunc.ServeHTTP(0x4000226000?, {0xd85e70?, 0x4000140420?}, 0x402e94?) [2024-03-05T23:00:26.239Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-03-05T23:00:26.239Z] net/http.(*ServeMux).ServeHTTP(0xd8c1d8?, {0xd85e70, 0x4000140420}, 0x4000226000) [2024-03-05T23:00:26.239Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-03-05T23:00:26.239Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40001b7b80, {0xd84a30?, 0x40001f8380}, 0x40001cad00, {0xd7ab60, 0x4000126d00}) [2024-03-05T23:00:26.239Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44 [2024-03-05T23:00:26.239Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd84a30?, 0x40001f8380?}, 0x400031a780?) [2024-03-05T23:00:26.239Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-03-05T23:00:26.239Z] net/http.HandlerFunc.ServeHTTP(0x1607de0?, {0xd84a30?, 0x40001f8380?}, 0x400055fb40?) [2024-03-05T23:00:26.239Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-03-05T23:00:26.239Z] net/http.serverHandler.ServeHTTP({0x400031a780?}, {0xd84a30?, 0x40001f8380?}, 0x6?) [2024-03-05T23:00:26.239Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-03-05T23:00:26.239Z] net/http.(*conn).serve(0x40004966c0, {0xd8c1d8, 0x4000215590}) [2024-03-05T23:00:26.239Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-03-05T23:00:26.239Z] created by net/http.(*Server).Serve in goroutine 11 [2024-03-05T23:00:26.239Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-03-05T23:00:28.743Z] --- PASS: TestAuthZPluginAllowEventStream (6.01s) [2024-03-05T23:00:28.743Z] === RUN TestAuthZPluginErrorResponse [2024-03-05T23:00:28.997Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2024-03-05T23:00:28.997Z] === RUN TestAuthZPluginErrorRequest [2024-03-05T23:00:29.555Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2024-03-05T23:00:29.555Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2024-03-05T23:00:30.113Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2024-03-05T23:00:30.113Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2024-03-05T23:00:31.471Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.12s) [2024-03-05T23:00:31.471Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2024-03-05T23:00:32.393Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.11s) [2024-03-05T23:00:32.393Z] === RUN TestAuthZPluginHeader [2024-03-05T23:00:32.951Z] --- PASS: TestAuthZPluginHeader (0.61s) [2024-03-05T23:00:32.951Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2024-03-05T23:00:32.951Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-03-05T23:00:32.951Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-03-05T23:00:32.951Z] === RUN TestAuthZPluginV2Disable [2024-03-05T23:00:32.951Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-03-05T23:00:32.951Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2024-03-05T23:00:32.951Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2024-03-05T23:00:32.951Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-03-05T23:00:32.951Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-03-05T23:00:32.951Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2024-03-05T23:00:32.951Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-03-05T23:00:32.951Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-03-05T23:00:32.951Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2024-03-05T23:00:51.004Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2024-03-05T23:00:51.004Z] PASS [2024-03-05T23:00:51.004Z] [2024-03-05T23:00:51.004Z] === Skipped [2024-03-05T23:00:51.004Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-03-05T23:00:51.004Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-03-05T23:00:51.004Z] [2024-03-05T23:00:51.004Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2024-03-05T23:00:51.004Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-03-05T23:00:51.004Z] [2024-03-05T23:00:51.004Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-03-05T23:00:51.004Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-03-05T23:00:51.004Z] [2024-03-05T23:00:51.004Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-03-05T23:00:51.004Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-03-05T23:00:51.004Z] [2024-03-05T23:00:51.004Z] DONE 17 tests, 4 skipped in 30.499s [2024-03-05T23:00:51.004Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2024-03-05T23:00:51.004Z] ++ '[' -n '' ']' [2024-03-05T23:00:51.004Z] ++ 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-03-05T23:00:51.004Z] ++ set -e [2024-03-05T23:00:51.004Z] ++ '[' -n 0 ']' [2024-03-05T23:00:51.004Z] ++ set -x [2024-03-05T23:00:51.004Z] ++ 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.CgxdLsNI33/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-03-05T23:00:51.004Z] INFO: Testing against a local daemon [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2024-03-05T23:00:51.004Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2024-03-05T23:00:51.004Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/pull [2024-03-05T23:00:51.004Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2024-03-05T23:00:51.004Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2024-03-05T23:00:51.004Z] === CONT TestPluginInvalidJSON/plugins/pull [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2024-03-05T23:00:51.004Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2024-03-05T23:00:51.004Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON (0.01s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2024-03-05T23:00:51.004Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2024-03-05T23:00:51.004Z] === RUN TestPluginInstall [2024-03-05T23:00:51.004Z] === RUN TestPluginInstall/no_auth [2024-03-05T23:00:53.510Z] time="2024-03-05T23:00:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-03-05T23:00:53.510Z] time="2024-03-05T23:00:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f6c8209658962ab26ee5af3b64cafc71b8a37e93280e7b19dbd308a5fda561ed" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-03-05T23:00:53.510Z] time="2024-03-05T23:00:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-03-05T23:00:53.510Z] time="2024-03-05T23:00:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f6c8209658962ab26ee5af3b64cafc71b8a37e93280e7b19dbd308a5fda561ed" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-03-05T23:00:53.510Z] === RUN TestPluginInstall/with_digest [2024-03-05T23:00:54.069Z] === RUN TestPluginInstall/with_htpasswd [2024-03-05T23:00:54.323Z] time="2024-03-05T23:00:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-03-05T23:00:54.323Z] time="2024-03-05T23:00:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f6c8209658962ab26ee5af3b64cafc71b8a37e93280e7b19dbd308a5fda561ed" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-03-05T23:00:54.323Z] time="2024-03-05T23:00:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-03-05T23:00:54.323Z] time="2024-03-05T23:00:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f6c8209658962ab26ee5af3b64cafc71b8a37e93280e7b19dbd308a5fda561ed" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-03-05T23:00:54.577Z] === RUN TestPluginInstall/with_insecure [2024-03-05T23:00:55.499Z] time="2024-03-05T23:00:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-03-05T23:00:55.499Z] time="2024-03-05T23:00:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c410756e3467ccaa5a9de463d7aeb84d55993725eea138d44e3edaf4cff87ea1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-03-05T23:00:55.500Z] time="2024-03-05T23:00:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-03-05T23:00:55.500Z] time="2024-03-05T23:00:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c410756e3467ccaa5a9de463d7aeb84d55993725eea138d44e3edaf4cff87ea1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-03-05T23:00:55.500Z] plugin_test.go:247: [db73f0ca5bedd] daemon is not started [2024-03-05T23:00:55.500Z] --- PASS: TestPluginInstall (5.57s) [2024-03-05T23:00:55.500Z] --- PASS: TestPluginInstall/no_auth (3.71s) [2024-03-05T23:00:55.500Z] --- PASS: TestPluginInstall/with_digest (0.47s) [2024-03-05T23:00:55.500Z] --- PASS: TestPluginInstall/with_htpasswd (0.46s) [2024-03-05T23:00:55.500Z] --- PASS: TestPluginInstall/with_insecure (0.93s) [2024-03-05T23:00:55.500Z] === RUN TestPluginsWithRuntimes [2024-03-05T23:00:56.858Z] === RUN TestPluginsWithRuntimes/No_Args [2024-03-05T23:00:57.780Z] === RUN TestPluginsWithRuntimes/With_Args [2024-03-05T23:00:58.702Z] --- PASS: TestPluginsWithRuntimes (3.19s) [2024-03-05T23:00:58.702Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.84s) [2024-03-05T23:00:58.702Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2024-03-05T23:00:58.702Z] === RUN TestPluginBackCompatMediaTypes [2024-03-05T23:00:59.260Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s) [2024-03-05T23:00:59.260Z] PASS [2024-03-05T23:00:59.260Z] [2024-03-05T23:00:59.260Z] DONE 25 tests in 9.287s [2024-03-05T23:00:59.260Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2024-03-05T23:00:59.260Z] ++ '[' -n '' ']' [2024-03-05T23:00:59.260Z] ++ 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-03-05T23:00:59.260Z] ++ set -e [2024-03-05T23:00:59.260Z] ++ '[' -n 0 ']' [2024-03-05T23:00:59.260Z] ++ set -x [2024-03-05T23:00:59.260Z] ++ 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.CgxdLsNI33/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-03-05T23:00:59.260Z] INFO: Testing against a local daemon [2024-03-05T23:00:59.260Z] === RUN TestExternalGraphDriver [2024-03-05T23:00:59.514Z] === RUN TestExternalGraphDriver/json [2024-03-05T23:00:59.514Z] === RUN TestExternalGraphDriver/spec [2024-03-05T23:00:59.514Z] === RUN TestExternalGraphDriver/pull [2024-03-05T23:00:59.514Z] --- PASS: TestExternalGraphDriver (0.34s) [2024-03-05T23:00:59.514Z] --- PASS: TestExternalGraphDriver/json (0.00s) [2024-03-05T23:00:59.514Z] --- PASS: TestExternalGraphDriver/spec (0.00s) [2024-03-05T23:00:59.514Z] --- PASS: TestExternalGraphDriver/pull (0.00s) [2024-03-05T23:00:59.514Z] === RUN TestGraphdriverPluginV2 [2024-03-05T23:00:59.768Z] external_test.go:416: (*Execution).NotAmd64-fm [2024-03-05T23:00:59.768Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2024-03-05T23:00:59.768Z] PASS [2024-03-05T23:00:59.768Z] [2024-03-05T23:00:59.768Z] === Skipped [2024-03-05T23:00:59.768Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2024-03-05T23:00:59.768Z] external_test.go:416: (*Execution).NotAmd64-fm [2024-03-05T23:00:59.768Z] [2024-03-05T23:00:59.768Z] DONE 5 tests, 1 skipped in 0.693s [2024-03-05T23:00:59.768Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2024-03-05T23:00:59.768Z] ++ '[' -n '' ']' [2024-03-05T23:00:59.768Z] ++ 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-03-05T23:00:59.768Z] ++ set -e [2024-03-05T23:00:59.768Z] ++ '[' -n 0 ']' [2024-03-05T23:00:59.768Z] ++ set -x [2024-03-05T23:00:59.768Z] ++ 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.CgxdLsNI33/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-03-05T23:00:59.768Z] INFO: Testing against a local daemon [2024-03-05T23:00:59.768Z] === RUN TestContinueAfterPluginCrash [2024-03-05T23:00:59.768Z] === PAUSE TestContinueAfterPluginCrash [2024-03-05T23:00:59.768Z] === RUN TestReadPluginNoRead [2024-03-05T23:00:59.768Z] === PAUSE TestReadPluginNoRead [2024-03-05T23:00:59.768Z] === RUN TestDaemonStartWithLogOpt [2024-03-05T23:00:59.768Z] === PAUSE TestDaemonStartWithLogOpt [2024-03-05T23:00:59.768Z] === CONT TestContinueAfterPluginCrash [2024-03-05T23:00:59.768Z] === CONT TestDaemonStartWithLogOpt [2024-03-05T23:00:59.768Z] === CONT TestReadPluginNoRead [2024-03-05T23:01:02.274Z] === RUN TestReadPluginNoRead/default [2024-03-05T23:01:02.528Z] --- PASS: TestDaemonStartWithLogOpt (2.58s) [2024-03-05T23:01:03.086Z] === RUN TestReadPluginNoRead/disabled_caching [2024-03-05T23:01:04.444Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2024-03-05T23:01:05.367Z] read_test.go:93: [d0eef8a1d8a8f] daemon is not started [2024-03-05T23:01:05.367Z] --- PASS: TestReadPluginNoRead (5.43s) [2024-03-05T23:01:05.367Z] --- PASS: TestReadPluginNoRead/default (1.11s) [2024-03-05T23:01:05.367Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.11s) [2024-03-05T23:01:05.367Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2024-03-05T23:01:07.247Z] --- PASS: TestContinueAfterPluginCrash (7.49s) [2024-03-05T23:01:07.247Z] PASS [2024-03-05T23:01:07.247Z] [2024-03-05T23:01:07.247Z] DONE 6 tests in 7.515s [2024-03-05T23:01:07.501Z] 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-03-05T23:01:07.501Z] ++ '[' -n '' ']' [2024-03-05T23:01:07.501Z] ++ 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-03-05T23:01:07.501Z] ++ set -e [2024-03-05T23:01:07.501Z] ++ '[' -n 0 ']' [2024-03-05T23:01:07.501Z] ++ set -x [2024-03-05T23:01:07.501Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.CgxdLsNI33/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-03-05T23:01:07.501Z] testing: warning: no tests to run [2024-03-05T23:01:07.501Z] PASS [2024-03-05T23:01:07.501Z] [2024-03-05T23:01:07.501Z] DONE 0 tests in 0.006s [2024-03-05T23:01:07.501Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2024-03-05T23:01:07.501Z] ++ '[' -n '' ']' [2024-03-05T23:01:07.501Z] ++ 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-03-05T23:01:07.501Z] ++ set -e [2024-03-05T23:01:07.501Z] ++ '[' -n 0 ']' [2024-03-05T23:01:07.501Z] ++ set -x [2024-03-05T23:01:07.501Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.CgxdLsNI33/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-03-05T23:01:07.501Z] INFO: Testing against a local daemon [2024-03-05T23:01:07.501Z] === RUN TestPluginWithDevMounts [2024-03-05T23:01:07.501Z] === PAUSE TestPluginWithDevMounts [2024-03-05T23:01:07.501Z] === CONT TestPluginWithDevMounts [2024-03-05T23:01:08.860Z] --- PASS: TestPluginWithDevMounts (1.46s) [2024-03-05T23:01:08.860Z] PASS [2024-03-05T23:01:08.860Z] [2024-03-05T23:01:08.860Z] DONE 1 tests in 1.492s [2024-03-05T23:01:08.860Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2024-03-05T23:01:08.860Z] ++ '[' -n '' ']' [2024-03-05T23:01:08.860Z] ++ 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-03-05T23:01:08.860Z] ++ set -e [2024-03-05T23:01:08.860Z] ++ '[' -n 0 ']' [2024-03-05T23:01:08.860Z] ++ set -x [2024-03-05T23:01:08.860Z] ++ 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.CgxdLsNI33/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-03-05T23:01:08.860Z] INFO: Testing against a local daemon [2024-03-05T23:01:08.860Z] === RUN TestSecretInspect [2024-03-05T23:01:10.741Z] --- PASS: TestSecretInspect (1.87s) [2024-03-05T23:01:10.741Z] === RUN TestSecretList [2024-03-05T23:01:12.621Z] --- PASS: TestSecretList (1.92s) [2024-03-05T23:01:12.621Z] === RUN TestSecretsCreateAndDelete [2024-03-05T23:01:14.502Z] --- PASS: TestSecretsCreateAndDelete (1.85s) [2024-03-05T23:01:14.502Z] === RUN TestSecretsUpdate [2024-03-05T23:01:16.382Z] --- PASS: TestSecretsUpdate (1.93s) [2024-03-05T23:01:16.382Z] === RUN TestTemplatedSecret [2024-03-05T23:01:18.887Z] --- PASS: TestTemplatedSecret (2.35s) [2024-03-05T23:01:18.887Z] === RUN TestSecretCreateResolve [2024-03-05T23:01:20.768Z] --- PASS: TestSecretCreateResolve (1.94s) [2024-03-05T23:01:20.768Z] PASS [2024-03-05T23:01:20.768Z] [2024-03-05T23:01:20.768Z] DONE 6 tests in 11.901s [2024-03-05T23:01:20.768Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2024-03-05T23:01:20.768Z] ++ '[' -n '' ']' [2024-03-05T23:01:20.768Z] ++ 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-03-05T23:01:20.768Z] ++ set -e [2024-03-05T23:01:20.768Z] ++ '[' -n 0 ']' [2024-03-05T23:01:20.768Z] ++ set -x [2024-03-05T23:01:20.768Z] ++ 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.CgxdLsNI33/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-03-05T23:01:20.768Z] INFO: Testing against a local daemon [2024-03-05T23:01:20.768Z] === RUN TestServiceCreateInit [2024-03-05T23:01:20.768Z] === RUN TestServiceCreateInit/daemonInitDisabled [2024-03-05T23:01:24.921Z] === RUN TestServiceCreateInit/daemonInitEnabled [2024-03-05T23:01:27.426Z] --- PASS: TestServiceCreateInit (6.66s) [2024-03-05T23:01:27.426Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.37s) [2024-03-05T23:01:27.426Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.29s) [2024-03-05T23:01:27.426Z] === RUN TestCreateServiceMultipleTimes [2024-03-05T23:01:42.242Z] --- PASS: TestCreateServiceMultipleTimes (14.40s) [2024-03-05T23:01:42.242Z] === RUN TestCreateServiceConflict [2024-03-05T23:01:44.161Z] --- PASS: TestCreateServiceConflict (1.93s) [2024-03-05T23:01:44.161Z] === RUN TestCreateServiceMaxReplicas [2024-03-05T23:01:46.666Z] --- PASS: TestCreateServiceMaxReplicas (2.66s) [2024-03-05T23:01:46.666Z] === RUN TestCreateServiceSecretFileMode [2024-03-05T23:02:01.480Z] --- PASS: TestCreateServiceSecretFileMode (12.52s) [2024-03-05T23:02:01.480Z] === RUN TestCreateServiceConfigFileMode [2024-03-05T23:02:11.401Z] --- PASS: TestCreateServiceConfigFileMode (12.42s) [2024-03-05T23:02:11.401Z] === RUN TestCreateServiceSysctls [2024-03-05T23:02:14.656Z] --- PASS: TestCreateServiceSysctls (2.94s) [2024-03-05T23:02:14.656Z] === RUN TestCreateServiceCapabilities [2024-03-05T23:02:17.160Z] --- PASS: TestCreateServiceCapabilities (2.38s) [2024-03-05T23:02:17.160Z] === RUN TestInspect [2024-03-05T23:02:19.665Z] --- PASS: TestInspect (2.61s) [2024-03-05T23:02:19.665Z] === RUN TestCreateJob [2024-03-05T23:02:22.171Z] --- PASS: TestCreateJob (2.84s) [2024-03-05T23:02:22.171Z] === RUN TestReplicatedJob [2024-03-05T23:02:27.401Z] --- PASS: TestReplicatedJob (4.35s) [2024-03-05T23:02:27.401Z] === RUN TestUpdateReplicatedJob [2024-03-05T23:02:29.906Z] --- PASS: TestUpdateReplicatedJob (2.96s) [2024-03-05T23:02:29.906Z] === RUN TestServiceListWithStatuses [2024-03-05T23:02:34.059Z] --- PASS: TestServiceListWithStatuses (4.10s) [2024-03-05T23:02:34.059Z] === RUN TestDockerNetworkConnectAliasPreV144 [2024-03-05T23:02:38.212Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.95s) [2024-03-05T23:02:38.212Z] === RUN TestDockerNetworkReConnect [2024-03-05T23:02:40.717Z] --- PASS: TestDockerNetworkReConnect (3.12s) [2024-03-05T23:02:40.717Z] === RUN TestServicePlugin [2024-03-05T23:02:40.717Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-03-05T23:02:40.717Z] --- SKIP: TestServicePlugin (0.00s) [2024-03-05T23:02:40.717Z] === RUN TestServiceUpdateLabel [2024-03-05T23:02:42.598Z] --- PASS: TestServiceUpdateLabel (1.95s) [2024-03-05T23:02:42.598Z] === RUN TestServiceUpdateSecrets [2024-03-05T23:02:57.412Z] --- PASS: TestServiceUpdateSecrets (14.06s) [2024-03-05T23:02:57.412Z] === RUN TestServiceUpdateConfigs [2024-03-05T23:03:12.260Z] --- PASS: TestServiceUpdateConfigs (14.18s) [2024-03-05T23:03:12.260Z] === RUN TestServiceUpdateNetwork [2024-03-05T23:03:24.406Z] --- PASS: TestServiceUpdateNetwork (11.98s) [2024-03-05T23:03:24.406Z] === RUN TestServiceUpdatePidsLimit [2024-03-05T23:03:24.406Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2024-03-05T23:03:24.406Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2024-03-05T23:03:30.926Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2024-03-05T23:03:38.992Z] --- PASS: TestServiceUpdatePidsLimit (15.57s) [2024-03-05T23:03:38.992Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.51s) [2024-03-05T23:03:38.992Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2024-03-05T23:03:38.992Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2024-03-05T23:03:38.992Z] PASS [2024-03-05T23:03:38.992Z] [2024-03-05T23:03:38.992Z] === Skipped [2024-03-05T23:03:38.992Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2024-03-05T23:03:38.992Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-03-05T23:03:38.992Z] [2024-03-05T23:03:38.992Z] DONE 26 tests, 1 skipped in 137.624s [2024-03-05T23:03:38.992Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2024-03-05T23:03:38.992Z] ++ '[' -n '' ']' [2024-03-05T23:03:38.992Z] ++ 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-03-05T23:03:38.992Z] ++ set -e [2024-03-05T23:03:38.992Z] ++ '[' -n 0 ']' [2024-03-05T23:03:38.992Z] ++ set -x [2024-03-05T23:03:38.992Z] ++ 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.CgxdLsNI33/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-03-05T23:03:38.992Z] INFO: Testing against a local daemon [2024-03-05T23:03:38.992Z] === RUN TestSessionCreate [2024-03-05T23:03:38.992Z] --- PASS: TestSessionCreate (0.01s) [2024-03-05T23:03:38.992Z] === RUN TestSessionCreateWithBadUpgrade [2024-03-05T23:03:38.992Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2024-03-05T23:03:38.992Z] PASS [2024-03-05T23:03:38.992Z] [2024-03-05T23:03:38.992Z] DONE 2 tests in 0.039s [2024-03-05T23:03:38.992Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2024-03-05T23:03:38.992Z] ++ '[' -n '' ']' [2024-03-05T23:03:38.992Z] ++ 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-03-05T23:03:38.992Z] ++ set -e [2024-03-05T23:03:38.992Z] ++ '[' -n 0 ']' [2024-03-05T23:03:38.992Z] ++ set -x [2024-03-05T23:03:38.992Z] ++ 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.CgxdLsNI33/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-03-05T23:03:38.992Z] INFO: Testing against a local daemon [2024-03-05T23:03:38.992Z] === RUN TestCgroupDriverSystemdMemoryLimit [2024-03-05T23:03:38.992Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-03-05T23:03:38.992Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-03-05T23:03:38.992Z] === RUN TestDiskUsage [2024-03-05T23:03:38.992Z] === PAUSE TestDiskUsage [2024-03-05T23:03:38.992Z] === RUN TestEventsExecDie [2024-03-05T23:03:38.992Z] --- PASS: TestEventsExecDie (0.50s) [2024-03-05T23:03:38.992Z] === RUN TestEventsBackwardsCompatible [2024-03-05T23:03:38.992Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2024-03-05T23:03:38.992Z] === RUN TestEventsVolumeCreate [2024-03-05T23:03:39.246Z] --- PASS: TestEventsVolumeCreate (0.05s) [2024-03-05T23:03:39.246Z] === RUN TestInfoBinaryCommits [2024-03-05T23:03:39.246Z] --- PASS: TestInfoBinaryCommits (0.01s) [2024-03-05T23:03:39.246Z] === RUN TestInfoAPIVersioned [2024-03-05T23:03:39.246Z] --- PASS: TestInfoAPIVersioned (0.01s) [2024-03-05T23:03:39.246Z] === RUN TestInfoAPI [2024-03-05T23:03:39.246Z] --- PASS: TestInfoAPI (0.01s) [2024-03-05T23:03:39.246Z] === RUN TestInfoAPIWarnings [2024-03-05T23:03:57.262Z] --- PASS: TestInfoAPIWarnings (16.54s) [2024-03-05T23:03:57.262Z] === RUN TestInfoDebug [2024-03-05T23:03:57.262Z] --- PASS: TestInfoDebug (0.52s) [2024-03-05T23:03:57.262Z] === RUN TestInfoInsecureRegistries [2024-03-05T23:03:57.262Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2024-03-05T23:03:57.262Z] === RUN TestInfoRegistryMirrors [2024-03-05T23:03:57.262Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2024-03-05T23:03:57.262Z] === RUN TestLoginFailsWithBadCredentials [2024-03-05T23:03:58.185Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2024-03-05T23:03:58.185Z] === RUN TestPingCacheHeaders [2024-03-05T23:03:58.185Z] --- PASS: TestPingCacheHeaders (0.01s) [2024-03-05T23:03:58.185Z] === RUN TestPingGet [2024-03-05T23:03:58.185Z] --- PASS: TestPingGet (0.01s) [2024-03-05T23:03:58.185Z] === RUN TestPingHead [2024-03-05T23:03:58.185Z] --- PASS: TestPingHead (0.01s) [2024-03-05T23:03:58.185Z] === RUN TestPingSwarmHeader [2024-03-05T23:03:58.743Z] === RUN TestPingSwarmHeader/before_swarm_init [2024-03-05T23:03:59.302Z] === RUN TestPingSwarmHeader/after_swarm_init [2024-03-05T23:04:00.225Z] === RUN TestPingSwarmHeader/after_swarm_leave [2024-03-05T23:04:00.225Z] --- PASS: TestPingSwarmHeader (1.91s) [2024-03-05T23:04:00.225Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2024-03-05T23:04:00.225Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2024-03-05T23:04:00.225Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2024-03-05T23:04:00.225Z] === RUN TestPingBuilderHeader [2024-03-05T23:04:00.225Z] === RUN TestPingBuilderHeader/default_config [2024-03-05T23:04:00.783Z] === RUN TestPingBuilderHeader/buildkit_disabled [2024-03-05T23:04:01.341Z] --- PASS: TestPingBuilderHeader (1.04s) [2024-03-05T23:04:01.341Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2024-03-05T23:04:01.341Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s) [2024-03-05T23:04:01.341Z] === RUN TestVersion [2024-03-05T23:04:01.341Z] --- PASS: TestVersion (0.01s) [2024-03-05T23:04:01.341Z] === CONT TestDiskUsage [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty/container_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty/image_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty/volume_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty/build-cache_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty/container,_volume_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2024-03-05T23:04:01.900Z] === RUN TestDiskUsage/after_container.Run [2024-03-05T23:04:02.154Z] === RUN TestDiskUsage/after_container.Run/container_types [2024-03-05T23:04:02.154Z] === RUN TestDiskUsage/after_container.Run/image_types [2024-03-05T23:04:02.154Z] === RUN TestDiskUsage/after_container.Run/volume_types [2024-03-05T23:04:02.154Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2024-03-05T23:04:02.154Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2024-03-05T23:04:02.154Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2024-03-05T23:04:02.154Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2024-03-05T23:04:02.154Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2024-03-05T23:04:02.154Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2024-03-05T23:04:02.154Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage (1.06s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty (0.01s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.09s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run (0.23s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2024-03-05T23:04:02.409Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2024-03-05T23:04:02.409Z] PASS [2024-03-05T23:04:02.409Z] [2024-03-05T23:04:02.409Z] === Skipped [2024-03-05T23:04:02.409Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-03-05T23:04:02.409Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-03-05T23:04:02.409Z] [2024-03-05T23:04:02.409Z] DONE 57 tests, 1 skipped in 23.808s [2024-03-05T23:04:02.409Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2024-03-05T23:04:02.409Z] ++ '[' -n '' ']' [2024-03-05T23:04:02.409Z] ++ 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-03-05T23:04:02.409Z] ++ set -e [2024-03-05T23:04:02.409Z] ++ '[' -n 0 ']' [2024-03-05T23:04:02.409Z] ++ set -x [2024-03-05T23:04:02.409Z] ++ 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.CgxdLsNI33/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-03-05T23:04:02.409Z] INFO: Testing against a local daemon [2024-03-05T23:04:02.409Z] === RUN TestRunMountVolumeSubdir [2024-03-05T23:04:02.663Z] mount_test.go:28: Setup stderr: [2024-03-05T23:04:02.663Z] mount_test.go:28: Setup stdout: [2024-03-05T23:04:02.663Z] /volume: [2024-03-05T23:04:02.663Z] total 24K [2024-03-05T23:04:02.663Z] drwxr-xr-x 5 root root 4.0K Mar 5 23:04 . [2024-03-05T23:04:02.663Z] drwxr-xr-x 1 root root 4.0K Mar 5 23:04 .. [2024-03-05T23:04:02.663Z] -rw-r--r-- 1 root root 4 Mar 5 23:04 bar.txt [2024-03-05T23:04:02.663Z] drwxr-xr-x 2 root root 4.0K Mar 5 23:04 bin [2024-03-05T23:04:02.663Z] drwxr-xr-x 3 root root 4.0K Mar 5 23:04 hack [2024-03-05T23:04:02.663Z] drwxr-xr-x 2 root root 4.0K Mar 5 23:04 subdir [2024-03-05T23:04:02.663Z] [2024-03-05T23:04:02.663Z] /volume/hack/: [2024-03-05T23:04:02.663Z] total 12K [2024-03-05T23:04:02.663Z] drwxr-xr-x 3 root root 4.0K Mar 5 23:04 . [2024-03-05T23:04:02.663Z] drwxr-xr-x 5 root root 4.0K Mar 5 23:04 .. [2024-03-05T23:04:02.663Z] lrwxrwxrwx 1 root root 4 Mar 5 23:04 bad -> root [2024-03-05T23:04:02.663Z] lrwxrwxrwx 1 root root 9 Mar 5 23:04 good -> ../subdir [2024-03-05T23:04:02.663Z] drwxr-xr-x 2 root root 4.0K Mar 5 23:04 iwanttobehackedwithtoctou [2024-03-05T23:04:02.663Z] lrwxrwxrwx 1 root root 1 Mar 5 23:04 root -> / [2024-03-05T23:04:02.663Z] === RUN TestRunMountVolumeSubdir/subdir [2024-03-05T23:04:03.222Z] mount_test.go:101: stdout: [2024-03-05T23:04:03.222Z] hello.txt [2024-03-05T23:04:03.222Z] mount_test.go:102: stderr: [2024-03-05T23:04:03.222Z] === RUN TestRunMountVolumeSubdir/subdir_link [2024-03-05T23:04:03.476Z] mount_test.go:101: stdout: [2024-03-05T23:04:03.476Z] hello.txt [2024-03-05T23:04:03.476Z] mount_test.go:102: stderr: [2024-03-05T23:04:03.476Z] === RUN TestRunMountVolumeSubdir/subdir_with_copy_data [2024-03-05T23:04:04.034Z] mount_test.go:101: stdout: [2024-03-05T23:04:04.034Z] /bin/busybox [2024-03-05T23:04:04.034Z] mount_test.go:102: stderr: [2024-03-05T23:04:04.034Z] === RUN TestRunMountVolumeSubdir/file [2024-03-05T23:04:04.289Z] mount_test.go:101: stdout: [2024-03-05T23:04:04.289Z] foo [2024-03-05T23:04:04.289Z] mount_test.go:102: stderr: [2024-03-05T23:04:04.289Z] === RUN TestRunMountVolumeSubdir/relative_with_backtracks [2024-03-05T23:04:04.289Z] === RUN TestRunMountVolumeSubdir/not_existing [2024-03-05T23:04:04.543Z] === RUN TestRunMountVolumeSubdir/mount_link [2024-03-05T23:04:04.797Z] === RUN TestRunMountVolumeSubdir/mount_link_link [2024-03-05T23:04:04.797Z] --- PASS: TestRunMountVolumeSubdir (2.56s) [2024-03-05T23:04:04.797Z] --- PASS: TestRunMountVolumeSubdir/subdir (0.41s) [2024-03-05T23:04:04.797Z] --- PASS: TestRunMountVolumeSubdir/subdir_link (0.41s) [2024-03-05T23:04:04.797Z] --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.42s) [2024-03-05T23:04:04.797Z] --- PASS: TestRunMountVolumeSubdir/file (0.41s) [2024-03-05T23:04:04.797Z] --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s) [2024-03-05T23:04:04.797Z] --- PASS: TestRunMountVolumeSubdir/not_existing (0.17s) [2024-03-05T23:04:04.797Z] --- PASS: TestRunMountVolumeSubdir/mount_link (0.17s) [2024-03-05T23:04:04.797Z] --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.13s) [2024-03-05T23:04:04.797Z] === RUN TestVolumesCreateAndList [2024-03-05T23:04:04.797Z] --- PASS: TestVolumesCreateAndList (0.01s) [2024-03-05T23:04:04.797Z] === RUN TestVolumesRemove [2024-03-05T23:04:05.051Z] === RUN TestVolumesRemove/volume_in_use [2024-03-05T23:04:05.051Z] === RUN TestVolumesRemove/volume_not_in_use [2024-03-05T23:04:05.051Z] === RUN TestVolumesRemove/non-existing_volume [2024-03-05T23:04:05.051Z] === RUN TestVolumesRemove/non-existing_volume_force [2024-03-05T23:04:05.051Z] --- PASS: TestVolumesRemove (0.06s) [2024-03-05T23:04:05.051Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) [2024-03-05T23:04:05.051Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.01s) [2024-03-05T23:04:05.051Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) [2024-03-05T23:04:05.051Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) [2024-03-05T23:04:05.051Z] === RUN TestVolumesRemoveSwarmEnabled [2024-03-05T23:04:05.051Z] === PAUSE TestVolumesRemoveSwarmEnabled [2024-03-05T23:04:05.051Z] === RUN TestVolumesInspect [2024-03-05T23:04:05.051Z] --- PASS: TestVolumesInspect (0.01s) [2024-03-05T23:04:05.051Z] === RUN TestVolumesInvalidJSON [2024-03-05T23:04:05.051Z] === RUN TestVolumesInvalidJSON/volumes/create [2024-03-05T23:04:05.051Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2024-03-05T23:04:05.051Z] === CONT TestVolumesInvalidJSON/volumes/create [2024-03-05T23:04:05.051Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2024-03-05T23:04:05.052Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2024-03-05T23:04:05.052Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2024-03-05T23:04:05.052Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2024-03-05T23:04:05.052Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2024-03-05T23:04:05.052Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2024-03-05T23:04:05.052Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2024-03-05T23:04:05.052Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2024-03-05T23:04:05.052Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2024-03-05T23:04:05.052Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2024-03-05T23:04:05.052Z] === RUN TestVolumePruneAnonymous [2024-03-05T23:04:05.052Z] --- PASS: TestVolumePruneAnonymous (0.03s) [2024-03-05T23:04:05.052Z] === RUN TestVolumePruneAnonFromImage [2024-03-05T23:04:05.305Z] --- PASS: TestVolumePruneAnonFromImage (0.17s) [2024-03-05T23:04:05.305Z] === CONT TestVolumesRemoveSwarmEnabled [2024-03-05T23:04:06.663Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use [2024-03-05T23:04:06.663Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use [2024-03-05T23:04:06.663Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume [2024-03-05T23:04:06.663Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force [2024-03-05T23:04:07.221Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.92s) [2024-03-05T23:04:07.221Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) [2024-03-05T23:04:07.221Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s) [2024-03-05T23:04:07.221Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) [2024-03-05T23:04:07.221Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) [2024-03-05T23:04:07.221Z] PASS [2024-03-05T23:04:07.221Z] [2024-03-05T23:04:07.221Z] DONE 29 tests in 4.806s [2024-03-05T23:04:07.221Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2024-03-05T23:04:07.221Z] ++++ cat bundles/test-integration/TestUsernsCommit/d019edf672354/docker.pid [2024-03-05T23:04:07.221Z] +++ kill 65553 [2024-03-05T23:04:07.221Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 65553 is not a child of this shell [2024-03-05T23:04:07.221Z] warning: PID 65553 from bundles/test-integration/TestUsernsCommit/d019edf672354/docker.pid had a nonzero exit code [2024-03-05T23:04:07.221Z] umount: bundles/test-integration/TestUsernsCommit/d019edf672354/root: not mounted. [2024-03-05T23:04:07.221Z] ++++ cat bundles/test-integration/docker.pid [2024-03-05T23:04:07.221Z] +++ kill 24856 [2024-03-05T23:04:08.578Z] +++ /etc/init.d/apparmor stop [2024-03-05T23:04:08.578Z] Leaving: AppArmorNo profiles have been unloaded. [2024-03-05T23:04:08.578Z] [2024-03-05T23:04:08.578Z] Unloading profiles will leave already running processes permanently [2024-03-05T23:04:08.578Z] unconfined, which can lead to unexpected situations. [2024-03-05T23:04:08.578Z] [2024-03-05T23:04:08.578Z] To set a process to complain mode, use the command line tool [2024-03-05T23:04:08.578Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2024-03-05T23:04:08.578Z] +++ true [2024-03-05T23:04:08.578Z] exiting test-integration [2024-03-05T23:04:08.578Z] ++ exit 0 [2024-03-05T23:04:08.578Z] Post stage [Pipeline] junit [2024-03-05T23:04:09.944Z] Recording test results [2024-03-05T23:04:10.164Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2024-03-05T23:04:10.456Z] + echo Ensuring container killed. [2024-03-05T23:04:10.456Z] Ensuring container killed. [2024-03-05T23:04:10.456Z] + docker rm -vf docker-pr1 [2024-03-05T23:04:10.456Z] Error response from daemon: No such container: docker-pr1 [Pipeline] sh [2024-03-05T23:04:10.752Z] + echo Chowning /workspace to jenkins user [2024-03-05T23:04:10.752Z] Chowning /workspace to jenkins user [2024-03-05T23:04:10.752Z] + id -u [2024-03-05T23:04:10.752Z] + id -g [2024-03-05T23:04:10.752Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47504:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2024-03-05T23:04:12.506Z] + bundleName=arm64-integration [2024-03-05T23:04:12.506Z] + echo Creating arm64-integration-bundles.tar.gz [2024-03-05T23:04:12.506Z] Creating arm64-integration-bundles.tar.gz [2024-03-05T23:04:12.506Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml )+ -print [2024-03-05T23:04:12.506Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2024-03-05T23:04:12.766Z] Archiving artifacts [2024-03-05T23:04:13.060Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47504/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2024-03-05T23:04:13.423Z] + make clean [2024-03-05T23:04:13.423Z] docker volume rm -f docker-dev-cache docker-mod-cache [2024-03-05T23:04:13.423Z] docker-dev-cache [2024-03-05T23:04:13.423Z] 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-47504/1/stashes/